@charset "UTF-8";
/*
Theme Name: تالو
Theme URI: https://thallo.g5plus.net/
Author: G5Theme
Author URI: https://themeforest.net/user/g5theme
Description: Thallo business for WordPress
Version: 1.0.5

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, three-columns, right-sidebar, left-sidebar, editor-style, post-formats, rtl-language-support, sticky-post, accessibility-ready
Text Domain: thallo
Domain Path: /languages/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variable
# Typography
# Elements
# Layout
# Header
# Footer
# Page title
# WP core
# WP block
# Blog
# Widgets
# 404
# Helper
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Variable
--------------------------------------------------------------*/
/* Persian Font */
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url(assets/fonts/iransans/eot/IRANSansWeb_Black.eot);
    src: url(assets/fonts/iransans/eot/IRANSansWeb_Black.eot?#iefix) format("embedded-opentype"), url(assets/fonts/iransans/woff2/IRANSansWeb_Black.woff2) format("woff2"), url(assets/fonts/iransans/woff/IRANSansWeb_Black.woff) format("woff"),
        url(assets/fonts/iransans/ttf/IRANSansWeb_Black.ttf) format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/iransans/eot/IRANSansWeb_Bold.eot);
    src: url(assets/fonts/iransans/eot/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"), url(assets/fonts/iransans/woff2/IRANSansWeb_Bold.woff2) format("woff2"), url(assets/fonts/iransans/woff/IRANSansWeb_Bold.woff) format("woff"),
        url(assets/fonts/iransans/ttf/IRANSansWeb_Bold.ttf) format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url(assets/fonts/iransans/eot/IRANSansWeb_Medium.eot);
    src: url(assets/fonts/iransans/eot/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"), url(assets/fonts/iransans/woff2/IRANSansWeb_Medium.woff2) format("woff2"), url(assets/fonts/iransans/woff/IRANSansWeb_Medium.woff) format("woff"),
        url(assets/fonts/iransans/ttf/IRANSansWeb_Medium.ttf) format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/iransans/eot/IRANSansWeb_Light.eot);
    src: url(assets/fonts/iransans/eot/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"), url(assets/fonts/iransans/woff2/IRANSansWeb_Light.woff2) format("woff2"), url(assets/fonts/iransans/woff/IRANSansWeb_Light.woff) format("woff"),
        url(assets/fonts/iransans/ttf/IRANSansWeb_Light.ttf) format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url(assets/fonts/iransans/eot/IRANSansWeb_UltraLight.eot);
    src: url(assets/fonts/iransans/eot/IRANSansWeb_UltraLight.eot?#iefix) format("embedded-opentype"), url(assets/fonts/iransans/woff2/IRANSansWeb_UltraLight.woff2) format("woff2"),
        url(assets/fonts/iransans/woff/IRANSansWeb_UltraLight.woff) format("woff"), url(assets/fonts/iransans/ttf/IRANSansWeb_UltraLight.ttf) format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/iransans/eot/IRANSansWeb.eot);
    src: url(assets/fonts/iransans/eot/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(assets/fonts/iransans/woff2/IRANSansWeb.woff2) format("woff2"), url(assets/fonts/iransans/woff/IRANSansWeb.woff) format("woff"),
        url(assets/fonts/iransans/ttf/IRANSansWeb.ttf) format("truetype");
}
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: normal;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  text-align: right;
  overflow-x: hidden;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid #ebebeb;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  clear: both;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 30px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1.5rem;
  font-style: normal;
  line-height: inherit;
}

ol ol,
ol ul,
ul ol,
ul ul,
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

li > ol,
li > ul,
li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-right: 0;
}

blockquote {
  margin: 0 0 1.5rem;
  border-right: solid 8px;
  background-color: #f2f9ff;
  padding: 30px 50px;
  border-radius: 4px;
}
blockquote p {
  margin: 0;
  font-style: italic;
}
blockquote cite {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin-top: 25px;
  display: block;
  font-style: normal;
}
blockquote a {
  color: inherit;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #4b2bb0;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #613ed0;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a > code {
  color: inherit;
}

pre {
  font-size: 87.5%;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  background-color: rgba(0, 0, 0, 0.05);
  color: inherit;
}

figure {
  margin: 0 0 1.5rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}

table th,
table td {
  padding: 0.5rem;
  vertical-align: top;
  border: 1px solid #ebebeb;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebebeb;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #b6b6b6;
  text-align: right;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

::-moz-selection {
  background-color: #4b2bb0;
  color: #fff;
}

::selection {
  background-color: #4b2bb0;
  color: #fff;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
  padding: 0 0.25rem;
}

big {
  font-size: 125%;
}

/* Form style */
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],
textarea,
select {
  padding: 0 30px;
  height: 50px;
  line-height: 48px;
  border: solid 1px #f1f8fc;
  color: #000;
  background-color: #f1f8fc;
  max-width: 100%;
  border-radius: 30px;
  font-size: 15px;
}
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,
textarea:focus,
select:focus {
  outline: none;
}

textarea:-moz-placeholder,
select:-moz-placeholder,
input[type]:-moz-placeholder {
  color: #7d7d7d;
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type]::-moz-placeholder {
  color: #7d7d7d;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type]:-ms-input-placeholder {
  color: #7d7d7d;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type]::-webkit-input-placeholder {
  color: #7d7d7d;
}

textarea {
  padding-top: 15px;
  padding-right: 25px;
  height: auto;
  line-height: 1.6;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, #4b2bb0 50%), linear-gradient(135deg, #4b2bb0 50%, transparent 50%) !important;
  background-position: calc(100% - 20px) calc(20px), calc(100% - 15px) calc(20px), 100% 0 !important;
  background-size: 0px 0px, 0px 0px, 2.5em 2.5em !important;
  background-repeat: no-repeat !important;
  content: "\f107";
}

.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  height: 3.125rem;
  line-height: 3rem;
  padding: 0 1.875rem;
  font-weight: 700;
  border: solid 2px transparent;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 5em;
  color: #fff;
  background-color: #4b2bb0;
  border-color: #4b2bb0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus, .btn:hover, .btn:active,
button:focus,
button:hover,
button:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=submit]:active {
  color: #fff;
  background-color: #3e2391;
  border-color: #3a2187;
}
.btn.btn-outline,
button.btn-outline,
input[type=button].btn-outline,
input[type=reset].btn-outline,
input[type=submit].btn-outline {
  color: #4b2bb0;
}
.btn.btn-outline:focus, .btn.btn-outline:hover, .btn.btn-outline:active,
button.btn-outline:focus,
button.btn-outline:hover,
button.btn-outline:active,
input[type=button].btn-outline:focus,
input[type=button].btn-outline:hover,
input[type=button].btn-outline:active,
input[type=reset].btn-outline:focus,
input[type=reset].btn-outline:hover,
input[type=reset].btn-outline:active,
input[type=submit].btn-outline:focus,
input[type=submit].btn-outline:hover,
input[type=submit].btn-outline:active {
  background-color: #4b2bb0;
  color: #fff;
  border-color: #4b2bb0;
}
.btn.btn-link,
button.btn-link,
input[type=button].btn-link,
input[type=reset].btn-link,
input[type=submit].btn-link {
  color: #4b2bb0;
}
.btn.btn-gradient,
button.btn-gradient,
input[type=button].btn-gradient,
input[type=reset].btn-gradient,
input[type=submit].btn-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(#4b2bb0), color-stop(51%, #7253d5), to(#4b2bb0));
  background-image: linear-gradient(to left, #4b2bb0 0%, #7253d5 51%, #4b2bb0 100%);
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  cursor: pointer;
}
.btn:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:disabled,
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  opacity: 0.65;
  cursor: default;
}

.btn.btn-block, .btn.btn-full {
  display: block;
  width: 100%;
}
.btn.btn-inline {
  display: inline-block;
  vertical-align: top;
}
.btn.btn-sm {
  font-size: 0.8125rem;
  height: 2.5rem;
  line-height: 2.375rem;
  padding: 0 1.5625rem;

}
.btn.btn-md {
  font-size: 0.875rem;
  height: 3.125rem;
  line-height: 3rem;
  padding: 0 1.875rem;
}
.btn.btn-lg {
  font-size: 0.875rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  padding: 0 1.875rem;
}
.btn.btn-xl {
  font-size: 0.875rem;
  height: 3.75rem;
  line-height: 3.625rem;
  padding: 0 1.875rem;
}
.btn.btn-round {
  border-radius: 5em;
}
.btn.btn-rounded {
  border-radius: 0.25rem;
}
.btn.btn-square {
  border-radius: 0;
}
.btn.btn-accent {
  color: #fff;
  background-color: #4b2bb0;
  border-color: #4b2bb0;
}
.btn.btn-accent:focus, .btn.btn-accent:hover, .btn.btn-accent:active {
  color: #fff;
  background-color: #3e2391;
  border-color: #3a2187;
}
.btn.btn-accent.btn-outline {
  color: #4b2bb0;
}
.btn.btn-accent.btn-outline:focus, .btn.btn-accent.btn-outline:hover, .btn.btn-accent.btn-outline:active {
  background-color: #4b2bb0;
  color: #fff;
  border-color: #4b2bb0;
}
.btn.btn-accent.btn-link {
  color: #4b2bb0;
}
.btn.btn-accent.btn-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(#4b2bb0), color-stop(51%, #7253d5), to(#4b2bb0));
  background-image: linear-gradient(to left, #4b2bb0 0%, #7253d5 51%, #4b2bb0 100%);
}
.btn.btn-primary {
  color: #fff;
  background-color: #4f4f6f;
  border-color: #4f4f6f;
}
.btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active {
  color: #fff;
  background-color: #3f3f59;
  border-color: #3a3a51;
}
.btn.btn-primary.btn-outline {
  color: #4f4f6f;
}
.btn.btn-primary.btn-outline:focus, .btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:active {
  background-color: #4f4f6f;
  color: #fff;
  border-color: #4f4f6f;
}
.btn.btn-primary.btn-link {
  color: #4f4f6f;
}
.btn.btn-primary.btn-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(#4f4f6f), color-stop(51%, #71719a), to(#4f4f6f));
  background-image: linear-gradient(to left, #4f4f6f 0%, #71719a 51%, #4f4f6f 100%);
}
.btn.btn-secondary {
  color: #fff;
  background-color: #6428cb;
  border-color: #6428cb;
}
.btn.btn-secondary:focus, .btn.btn-secondary:hover, .btn.btn-secondary:active {
  color: #fff;
  background-color: #5422ab;
  border-color: #4f20a0;
}
.btn.btn-secondary.btn-outline {
  color: #6428cb;
}
.btn.btn-secondary.btn-outline:focus, .btn.btn-secondary.btn-outline:hover, .btn.btn-secondary.btn-outline:active {
  background-color: #6428cb;
  color: #fff;
  border-color: #6428cb;
}
.btn.btn-secondary.btn-link {
  color: #6428cb;
}
.btn.btn-secondary.btn-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(#6428cb), color-stop(51%, #8f60e0), to(#6428cb));
  background-image: linear-gradient(to left, #6428cb 0%, #8f60e0 51%, #6428cb 100%);
}
.btn.btn-light {
  color: #222;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn.btn-light:focus, .btn.btn-light:hover, .btn.btn-light:active {
  color: #222;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn.btn-light.btn-outline {
  color: #fafafa;
}
.btn.btn-light.btn-outline:focus, .btn.btn-light.btn-outline:hover, .btn.btn-light.btn-outline:active {
  background-color: #fafafa;
  color: #222;
  border-color: #fafafa;
}
.btn.btn-light.btn-link {
  color: #fafafa;
}
.btn.btn-light.btn-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(#fafafa), color-stop(51%, #d4d4d4), to(#fafafa));
  background-image: linear-gradient(to left, #fafafa 0%, #d4d4d4 51%, #fafafa 100%);
}
.btn.btn-dark {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.btn.btn-dark:focus, .btn.btn-dark:hover, .btn.btn-dark:active {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #090909;
}
.btn.btn-dark.btn-outline {
  color: #222;
}
.btn.btn-dark.btn-outline:focus, .btn.btn-dark.btn-outline:hover, .btn.btn-dark.btn-outline:active {
  background-color: #222;
  color: #fff;
  border-color: #222;
}
.btn.btn-dark.btn-link {
  color: #222;
}
.btn.btn-dark.btn-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(#222), color-stop(51%, #484848), to(#222));
  background-image: linear-gradient(to left, #222 0%, #484848 51%, #222 100%);
}
.btn.btn-gray {
  color: #fff;
  background-color: #b6b6b6;
  border-color: #b6b6b6;
}
.btn.btn-gray:focus, .btn.btn-gray:hover, .btn.btn-gray:active {
  color: #fff;
  background-color: #a3a3a3;
  border-color: #9d9d9d;
}
.btn.btn-gray.btn-outline {
  color: #b6b6b6;
}
.btn.btn-gray.btn-outline:focus, .btn.btn-gray.btn-outline:hover, .btn.btn-gray.btn-outline:active {
  background-color: #b6b6b6;
  color: #fff;
  border-color: #b6b6b6;
}
.btn.btn-gray.btn-link {
  color: #b6b6b6;
}
.btn.btn-gray.btn-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(#b6b6b6), color-stop(51%, gainsboro), to(#b6b6b6));
  background-image: linear-gradient(to left, #b6b6b6 0%, gainsboro 51%, #b6b6b6 100%);
}
.btn.btn-white {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-white:focus, .btn.btn-white:hover, .btn.btn-white:active {
  color: #222;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn.btn-white.btn-outline {
  color: #fff;
}
.btn.btn-white.btn-outline:focus, .btn.btn-white.btn-outline:hover, .btn.btn-white.btn-outline:active {
  background-color: #fff;
  color: #222;
  border-color: #fff;
}
.btn.btn-white.btn-link {
  color: #fff;
}
.btn.btn-white.btn-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(51%, #d9d9d9), to(#fff));
  background-image: linear-gradient(to left, #fff 0%, #d9d9d9 51%, #fff 100%);
}
.btn.btn-white.btn-outline {
  color: #fff;
}
.btn.btn.btn-outline {
  background-color: transparent;
}
.btn.btn-icon-right i {
  margin-left: 10px;
}
.btn.btn-icon-left i {
  margin-right: 10px;
}
.btn.btn-outline {
  background-color: transparent;
}
.btn.btn-3d, .btn.btn-3d:hover {
  border-bottom: solid 3px rgba(0, 0, 0, 0.15) !important;
}
.btn.btn-gradient {
  background-size: 200% auto;
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
  border: none;
}
.btn.btn-gradient:hover {
  background-position: left center;
}
.btn.btn-link {
  background-color: transparent !important;
  border-width: 0 !important;
  text-decoration: none;
  padding-right: 0;
  padding-left: 0;
  height: auto;
  line-height: 2;
  border-radius: 0;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active {
  -webkit-box-shadow: inset 0 -1px 0 currentColor;
  box-shadow: inset 0 -1px 0 currentColor;
}

/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/
.toggle-icon {
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 30px;
  position: relative;
  vertical-align: middle;
}

.toggle-icon > span {
  bottom: 0;
  display: block;
  height: 2px;
  right: 2px;
  left: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: currentColor;
}

.toggle-icon > span:after,
.toggle-icon > span:before {
  content: "";
  height: 2px;
  right: 0;
  margin: auto;
  position: absolute;
  left: -6px;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, background 0.3s;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, background 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: currentColor;
}

.toggle-icon > span:before {
  top: 8px;
}

.toggle-icon > span:after {
  top: -8px;
}

.toggle-icon:hover {
  color: #e4573d;
}


.toggle-icon.in > span {
  background-color: transparent !important;
}

.toggle-icon.in > span:after,
.toggle-icon.in > span:before {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out, background 0.3s;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out, background 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out, background 0.3s;
  top: 0;
}

.toggle-icon.in > span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-icon.in > span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.vc-col-no-pt > .vc_column-inner,
.vc_row.vc_row.vc-col-no-pt > .vc_column_container > .vc_column-inner,
.vc_row.vc_row.vc-col-no-pt > .vc_column_container > .vc_column-inner,
.vc_row.vc_row.vc-col-no-pt > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.custom-border-images.vc_column_container:before, .custom-border-images.vc_column_container:after {
  content: "";
  position: absolute;
  border-radius: 0 0 5px 5px;
  background-color: #6e45e2;
}
.custom-border-images.vc_column_container:before {
  bottom: -10px;
  left: 12px;
  height: 10px;
  right: 12px;
}
.custom-border-images.vc_column_container:after {
  bottom: -18px;
  left: 20px;
  height: 8px;
  right: 20px;
  opacity: 0.5;
}

.custom-border-images.border-images-top.vc_column_container:before, .custom-border-images.border-images-top.vc_column_container:after {
  border-radius: 5px 5px 0 0;
}
.custom-border-images.border-images-top.vc_column_container:before {
  top: -10px;
}
.custom-border-images.border-images-top.vc_column_container:after {
  top: -18px;
}

@media (max-width: 1199px) {
  div.lg-pd-right-left-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  div.lg-col-pd-left-15 > .vc_column-inner {
    padding-left: 15px !important;
  }

  div.lg-col-pd-right-15 > .vc_column-inner {
    padding-right: 15px !important;
  }

  div.lg-col-pd-right-left-15 > .vc_column-inner {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  div.lg-col-mg-right-0 > .vc_column-inner {
    margin-right: 0 !important;
  }

  div.lg-col-mg-left-0 > .vc_column-inner {
    margin-left: 0 !important;
  }

  div.lg-mg-top-0 {
    margin-top: 0 !important;
  }

  div.lg-mg-left-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .custom-border-none > .vc_column-inner {
    border: none !important;
  }
}
@media (max-width: 576px) {
  .xs-col-width-100 > .vc_column_container {
    width: 100% !important;
  }
}
.custom-text-mb-16 p {
  margin-bottom: 16px;
}

.custom-section-overflow.vc_section[data-vc-full-width] {
  overflow: visible;
}

.custom-menu-width-50 .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-menu-width-50 li {
  width: 50%;
}

.thallo-mailchimp {
  max-width: 500px;
  display: -ms-flexbox;
  display: flex;
}
.thallo-mailchimp input[type=email] {
  height: 45px;
  width: 70%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.thallo-mailchimp button[type=submit] {
  border-top-right-radius: 0;
  height: 45px;
  border-bottom-right-radius: 0;
  width: 30%;
}

.mc4wp-response {
  margin-top: 10px;
}

.custom-mailchimp .thallo-mailchimp {
  position: relative;
}
.custom-mailchimp .thallo-mailchimp input[type=email] {
  width: 100%;
  border-radius: 30px !important;
  padding-left: 45px;
}
.custom-mailchimp .thallo-mailchimp button[type=submit] {
  position: absolute;
  background: transparent;
  left: 23px;
  padding: unset;
  width: 20px;
}
.custom-mailchimp .thallo-mailchimp button[type=submit]:before {
  
  font-size: 12px;
  display: block;
  line-height: 45px;
  text-align: center;
  content: "";
}

.custom-mailchimp-mw-600 .thallo-mailchimp {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 425px) {
  .thallo-mailchimp button[type=submit] {
    padding: unset;
  }
}
.gel-list-style-01 .item-list:not(:last-child), .gel-list-style-02 .item-list:not(:last-child) {
  padding-bottom: 7px;
}
.gel-list-style-01 .item-list:not(:first-child), .gel-list-style-02 .item-list:not(:first-child) {
  padding-top: 7px;
}

.gel-list-sm {
  font-size: 14px;
}
.gel-list-sm .item-list:not(:last-child) {
  padding-bottom: 4px;
}
.gel-list-sm .item-list:not(:first-child) {
  padding-top: 4px;
}

div.gel-list-style-03 li a {
  font-size: 14px;
}
div.gel-list-style-03 li:not(:last-child) {
  padding-left: 15px;
}
div.gel-list-style-03 li:not(:first-child) {
  padding-right: 15px;
}

.custom-gel-list-pb-2.gel-list-style-01 .item-list:not(:last-child), .custom-gel-list-pb-2.gel-list-style-02 .item-list:not(:last-child) {
  padding-bottom: 2px;
}

@media (max-width: 425px) {
  div.gel-list-style-03 li:not(:last-child) {
    padding-left: 5px;
  }
  div.gel-list-style-03 li:not(:first-child) {
    padding-right: 5px;
  }
}
.client-logo-hover-bsd .gel-client-logo .image img {
  border-radius: 10px;
}
.client-logo-hover-bsd .gel-client-logo:hover .image img {
  -webkit-box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
  box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
}

.border-client .wpb_wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  border: 1px solid;
}

.thallo-contact .item-contact {
  padding: 15px;
}
.thallo-contact .item-contact select, .thallo-contact .item-contact input[type=text],
.thallo-contact .item-contact input[type=tel],
.thallo-contact .item-contact input[type=email], .thallo-contact .item-contact textarea, .thallo-contact .item-contact input[type=submit] {
  width: 100%;
}
.thallo-contact .item-contact textarea {
  height: 126px;
}
.thallo-contact .wpcf7-not-valid {
  border-color: #dc3545 !important;
}
.thallo-contact .submit input[type=submit] {
  max-width: 190px;
}
.thallo-contact input[type=submit].btn-send {
  max-width: 130px;
}
.thallo-contact .wpcf7-not-valid-tip {
  display: none;
}
.thallo-contact input[type=file].wpcf7-not-valid {
  color: #dc3545;
}
.thallo-contact + .wpcf7-validation-errors {
  text-align: center;
  color: #fff;
  background: #dc3545;
  border: none;
  border-radius: 4px;
  min-height: 50px;
  padding: 12px;
  margin-top: 10px;
}
.thallo-contact .item-careers:not(:last-child) {
  margin-bottom: 20px;
}
.thallo-contact .file input[type=file] {
  width: 100%;
}

.white-text-color .thallo-contact {
  color: #c2c2c2;
}
.white-text-color .thallo-contact select,
.white-text-color .thallo-contact input[type=text],
.white-text-color .thallo-contact input[type=tel],
.white-text-color .thallo-contact input[type=email],
.white-text-color .thallo-contact textarea {
  background: transparent;
  color: inherit;
  border-color: rgba(255, 255, 255, 0.15);
}
.white-text-color .thallo-contact select:-moz-placeholder,
.white-text-color .thallo-contact input[type=text]:-moz-placeholder,
.white-text-color .thallo-contact input[type=tel]:-moz-placeholder,
.white-text-color .thallo-contact input[type=email]:-moz-placeholder,
.white-text-color .thallo-contact textarea:-moz-placeholder {
  color: inherit;
}
.white-text-color .thallo-contact select::-moz-placeholder,
.white-text-color .thallo-contact input[type=text]::-moz-placeholder,
.white-text-color .thallo-contact input[type=tel]::-moz-placeholder,
.white-text-color .thallo-contact input[type=email]::-moz-placeholder,
.white-text-color .thallo-contact textarea::-moz-placeholder {
  color: inherit;
}
.white-text-color .thallo-contact select:-ms-input-placeholder,
.white-text-color .thallo-contact input[type=text]:-ms-input-placeholder,
.white-text-color .thallo-contact input[type=tel]:-ms-input-placeholder,
.white-text-color .thallo-contact input[type=email]:-ms-input-placeholder,
.white-text-color .thallo-contact textarea:-ms-input-placeholder {
  color: inherit;
}
.white-text-color .thallo-contact select::-webkit-input-placeholder,
.white-text-color .thallo-contact input[type=text]::-webkit-input-placeholder,
.white-text-color .thallo-contact input[type=tel]::-webkit-input-placeholder,
.white-text-color .thallo-contact input[type=email]::-webkit-input-placeholder,
.white-text-color .thallo-contact textarea::-webkit-input-placeholder {
  color: inherit;
}
.white-text-color .thallo-contact .submit input[type=submit] {
  background: #fff;
}

.bg-white-input .thallo-contact select,
.bg-white-input .thallo-contact input[type=text],
.bg-white-input .thallo-contact input[type=tel],
.bg-white-input .thallo-contact input[type=email],
.bg-white-input .thallo-contact textarea {
  background: #fff;
}

.gel-counter {
  font-size: 60px;
  font-weight: bold;
}

.gel-counter-prefix,
.gel-counter-suffix {
  font-size: 60px;
  top: auto;
}

.custom-gel-counter.gel-counter {
  font-size: 36px;
  letter-spacing: -0.04em;
  font-weight: 600;
}
.custom-gel-counter .gel-counter-suffix,
.custom-gel-counter .gel-counter-prefix {
  font-size: 18px;
  top: 0;
}
.custom-gel-counter .gel-counter-suffix {
  padding-right: 5px;
}
.custom-gel-counter .gel-counter-prefix {
  padding-left: 5px;
}

@media (max-width: 390px) {
  .custom-col-counter-mw-390 > .vc_column_container {
    width: 100% !important;
    text-align: center;
  }
  .custom-col-counter-mw-390 > .vc_column_container .gel-heading {
    text-align: center !important;
  }
}
div.vc_toggle .vc_toggle_title h4 {
  font-size: 20px;
  letter-spacing: -0.025em;
}
div.vc_toggle .vc_toggle_content {
  margin-top: 10px;
}
div.vc_toggle .vc_toggle_content p {
  font-size: 15px;
}

.faq-active-bg-blue div.vc_toggle {
  padding: 26px 0px 13px 30px !important;
  margin: 0;
  border-bottom: 1px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-active-bg-blue div.vc_toggle.vc_toggle_active {
  border-color: transparent;
  margin-bottom: 12px;
}
.faq-active-bg-blue div.vc_toggle.vc_toggle_active .vc_toggle_icon:before, .faq-active-bg-blue div.vc_toggle.vc_toggle_active .vc_toggle_icon:after {
  background-color: #fff;
}
.faq-active-bg-blue div.vc_toggle.vc_toggle_active {
  background-color: #f2f9ff;
}
.faq-active-bg-blue div.vc_toggle .vc_toggle_title {
  padding-left: 60px;
}
.faq-active-bg-blue div.vc_toggle .vc_toggle_title h4 {
  font-size: 1rem;
}
.faq-active-bg-blue div.vc_toggle .vc_toggle_title i {
  left: 30px;
}
.faq-active-bg-blue div.vc_toggle .vc_toggle_content p {
  margin-bottom: 10px;
}
.faq-active-bg-blue .vc_toggle_content, .faq-active-bg-blue .vc_toggle_title {
  padding-right: 0px;
}
.faq-active-bg-blue .vc_toggle_content {
  padding-left: 117px;
}
.faq-active-bg-blue .vc_toggle_title i {
  right: unset !important;
}

@media (max-width: 991px) {
  .faq-active-bg-blue .vc_toggle_content {
    padding-left: 60px;
  }
}
.gel-heading-title {
  margin-bottom: 0;
  line-height: 1.3;
}

.gel-heading-subtitle {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-size: 12px;
}

.gel-heading-description {
  margin-top: 11px;
  margin-bottom: 0;
}

.gel-heading-separate {
  margin-top: 5px;
}

.gel-heading.has-line-separator .gel-heading-description {
  padding-top: 10px;
}

.custom-gel-heading-separate.gel-heading.has-line-separator {
  position: relative;
  padding-right: 40px;
}
.custom-gel-heading-separate.gel-heading.has-line-separator .gel-heading-description {
  padding-top: 1px;
}
.custom-gel-heading-separate .gel-heading-separate {
  position: absolute;
  right: 0;
  height: 1px;
  width: 14px;
  top: 8px;
}

@media (max-width: 991px) {
  .custom-heading-landing.gel-heading {
    text-align: center !important;
  }
  .custom-heading-landing .gel-heading-title {
    font-family: "Work Sans" !important;
    color: #4f4f6f !important;
  }
}
.gel-icon-box .title {
  font-size: 20px;
}
.gel-icon-box .description p {
  font-size: 15px;
}
.gel-icon-box .btn.btn-link {
  color: #010101;
  font-size: 12px;
}
.gel-icon-box .btn.btn-link:after {
  margin-right: 15px;
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.gel-icon-box .btn.btn-link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gel-icon-box .btn-box {
  margin-top: 13px;
}

.custom-icon-box-hover .gel-icon-box {
  padding: 39px 31px 1px 31px;
  -webkit-transition: padding 0.3s, background 0.3s;
  transition: padding 0.3s, background 0.3s;
}
.custom-icon-box-hover .gel-icon-box .btn-box {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.custom-icon-box-hover .gel-icon-box:hover, .custom-icon-box-hover:not(:hover) .gel-icon-box-active {
  padding: 39px 31px;
  -webkit-box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
  box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
  border-radius: 5px;
  background: #fff;
}
.custom-icon-box-hover .gel-icon-box:hover .btn-box, .custom-icon-box-hover:not(:hover) .gel-icon-box-active .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

div.gel-image-box h4.title {
  font-size: 18px;
  letter-spacing: -0.025em;
}
div.gel-image-box .description p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}
div.gel-image-box .btn-box {
  margin-top: 13px;
}
div.gel-image-box .btn.btn-link {
  color: #010101;
  font-size: 12px;
}
div.gel-image-box .btn.btn-link:after {
  margin-right: 15px;
  content: "";
  font-family: "Font Awesome 5 Pro";
}
div.gel-image-box .btn.btn-link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gel-image-box-style-01 h4.title {
  margin-bottom: 19px;
}
.gel-image-box-style-01 .image {
  margin-bottom: 36px;
}

.gel-image-box-style-02 .image {
  margin-bottom: 27px;
}

.gel-image-box-style-04 h4.title {
  line-height: 26px;
  margin-bottom: 12px;
}
.gel-image-box-style-04.img-default .image {
  min-width: 100px;
  margin-left: 18px;
}

.custom-image-box-04.img-default .image {
  min-width: 88px;
}

.gel-image-box-style-08 .description {
  margin-bottom: 20px;
}

.image-box-bg-white .gel-image-box {
  padding: 25px 40px 38px 35px;
  background-color: #fff;
  border-radius: 10px;
}
.image-box-bg-white .gel-image-box .image {
  margin-bottom: 24px;
}
.image-box-bg-white .gel-image-box h4.title {
  margin-bottom: 15px;
}

.image-box-hover-bsd .gel-image-box {
  padding: 30px 27px;
}

.custom-image-box-style-08 .gel-image-box-style-08 {
  padding: 37px 30px 30px 30px;
}
.custom-image-box-style-08 .gel-image-box-style-08 h4.title {
  position: relative;
  margin-bottom: 44px;
}
.custom-image-box-style-08 .gel-image-box-style-08 h4.title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -17px;
  height: 1px;
  width: 30px;
}
.custom-image-box-style-08 .gel-image-box-style-08 .image {
  text-align: center;
}

.image-box-hover-bsd .gel-image-box,
.custom-image-box-style-08 .gel-image-box {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image-box-hover-bsd .gel-image-box:hover,
.custom-image-box-style-08 .gel-image-box:hover {
  -webkit-box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
  box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
  border-color: transparent;
}

.image-box-bg-white .gel-image-box,
.custom-image-box-style-08 .gel-image-box {
  position: relative;
}
.image-box-bg-white .gel-image-box:before,
.custom-image-box-style-08 .gel-image-box:before {
  content: "";
  top: 0;
  right: 0;
  width: 0;
  position: absolute;
  height: 9px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.image-box-bg-white .gel-image-box:hover:before,
.custom-image-box-style-08 .gel-image-box:hover:before {
  width: 100%;
}

.image-box-hover-slide .gel-image-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 0 30px;
  overflow: hidden;
  min-height: 160px;
  position: relative;
  -webkit-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}
.image-box-hover-slide .gel-image-box .content-box, .image-box-hover-slide .gel-image-box .image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.image-box-hover-slide .gel-image-box .title, .image-box-hover-slide .gel-image-box .image, .image-box-hover-slide .gel-image-box .description {
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}
.image-box-hover-slide .gel-image-box h4.title {
  line-height: 26px;
  margin-bottom: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.image-box-hover-slide .gel-image-box .description {
  position: absolute;
  -webkit-transform: translateY(130px);
  transform: translateY(130px);
  right: 0;
  margin: 38px 35px 28px 35px;
  top: 0;
  height: 100px;
  overflow: hidden;
}
.image-box-hover-slide .gel-image-box:hover {
  -webkit-box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
  box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
  border-color: transparent;
}
.image-box-hover-slide .gel-image-box:hover h4.title, .image-box-hover-slide .gel-image-box:hover .image {
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
}
.image-box-hover-slide .gel-image-box:hover .description {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.image-box-border .gel-image-box,
.custom-image-box-style-08 .gel-image-box {
  border: 1px solid;
  border-radius: 5px;
}

.gel-our-team {
  letter-spacing: -0.025em;
}
.gel-our-team h4.gel-our-team-name {
  text-transform: uppercase;
  font-size: 14px;
}
.gel-our-team .gel-our-team-job, .gel-our-team .gel-our-team-description {
  font-size: 15px;
  margin-top: 12px;
}
.gel-our-team .gel-our-team-socials {
  margin-top: 8px;
}
.gel-our-team .gel-our-team-avatar-circle {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.our-team-hover-border .gel-our-team {
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.our-team-hover-border .gel-our-team .gel-our-team-avatar {
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}
.our-team-hover-border .gel-our-team .gel-our-team-avatar img {
  max-width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.our-team-hover-border .gel-our-team .gel-our-team-inner {
  text-align: right;
  padding: 40px 13px 40px 25px;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.our-team-hover-border .gel-our-team .gel-our-team-name {
  margin: 0 !important;
}
.our-team-hover-border .gel-our-team .gel-our-team-job {
  height: 50px;
  overflow-y: hidden;
}
.our-team-hover-border .gel-our-team .gel-our-team-socials .gel-our-team-social + .gel-our-team-social {
  margin-right: 15px;
  margin-left: 0;
}
.our-team-hover-border .gel-our-team .gel-our-team-socials .gel-our-team-social:first-child {
  margin: 0;
}
.our-team-hover-border .gel-our-team:hover {
  -webkit-box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
  box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
}
.our-team-hover-border .gel-our-team:hover .gel-our-team-inner {
  border-color: transparent;
}

@media (max-width: 991px) and (min-width: 768px) {
  .our-team-hover-border .gel-our-team .gel-our-team-socials .gel-our-team-social + .gel-our-team-social {
    margin-right: 5px;
  }
}
.slick-arrows .slick-arrow {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 5px 30px 8.82px rgba(130, 112, 161, 0.19);
  box-shadow: 1px 5px 30px 8.82px rgba(130, 112, 161, 0.19);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}
.slick-arrows .slick-arrow.slick-disabled {
  opacity: 1;
}
.slick-arrows .slick-prev {
  margin-left: 20px;
}
.slick-arrows .slick-prev i:before {
  content: "";
}
.slick-arrows .slick-next i:before {
  content: "";
}

.custom-color-slick-dots .slick-dots {
  margin-top: -5px;
  opacity: 1;
  color: #b7b7b7;
}
.custom-color-slick-dots .slick-dots li.slick-active,
.custom-color-slick-dots .slick-dots li:hover {
  color: #fff;
}

.slick-dots span:before {
  content: "";
  font-size: 11px;
}
.slick-dots li.slick-active span:before {
  content: "";
}

.custom-slick-arrows-mt-49 .slick-arrows {
  margin-top: 49px;
}

.custom-slick-arrows-mt-22 .slick-arrows {
  margin-top: 17px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .custom-slick-dots-top-67 .slick-dots {
    position: absolute;
    left: 0;
    top: -67px;
  }

  .custom-slick-dots-top-100 .slick-dots {
    position: absolute;
    left: 7px;
    top: -100px;
  }

  .custom-slick-dots-mt-2 .slick-arrows + .slick-dots {
    margin-top: 2px;
  }

  .slick-arrows-center .slick-arrow {
    position: absolute;
    top: 50%;
  }
  .slick-arrows-center .slick-prev {
    margin: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    right: -50px;
  }
  .slick-arrows-center .slick-next {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    left: -50px;
  }

  .custom-slick-arrows-our-team .slick-next, .custom-slick-arrows-our-team .slick-prev {
    position: absolute;
  }
  .custom-slick-arrows-our-team .slick-arrows {
    position: absolute;
    top: 125px;
    width: 100%;
  }
  .custom-slick-arrows-our-team .slick-arrows .slick-next {
    left: -50px;
  }
  .custom-slick-arrows-our-team .slick-arrows .slick-prev {
    right: -50px;
  }
}
@media (min-width: 768px) {
  .custom-slick-arrows-top-107 .slick-arrows {
    position: absolute;
    left: 15px;
    top: -107px;
  }
}
@media (max-width: 767px) {
  .custom-slick-arrows-top-107 .slick-arrows {
    margin-top: 28px;
  }
}
.gel-social-icons .si-large {
  font-size: 18px;
}

.gel-social-icons .list-si.si-circle li + li,
.gel-social-icons .list-si.si-square li + li {
  margin-right: 15px;
}

.custom-color-social-icons.gel-social-icons a {
  border: 1px solid;
}
.gel-testimonial-name {
  font-size: 14px;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.gel-testimonial-job {
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
}

.gel-testimonial.img-size-lg img {
  width: 100px;
}

div.gel-testimonial .author-attr h4 {
  margin-bottom: 8px;
}

.testimonial-style-06 .author-attr,
.testimonial-style-04 .author-attr,
.testimonial-style-03 .author-attr,
.testimonial-style-07 .author-attr {
  display: block;
}
.testimonial-style-06 .author-avatar,
.testimonial-style-04 .author-avatar,
.testimonial-style-03 .author-avatar,
.testimonial-style-07 .author-avatar {
  padding-left: 40px;
}

.testimonial-style-06 .author-attr {
  padding-top: 29px;
}
.testimonial-style-06 .author-attr h4 {
  padding-left: 0;
}

.testimonial-style-04 .testi-quote {
  padding-bottom: 32px;
}

.testimonial-style-02 .testi-quote {
  padding-bottom: 28px;
}

.testimonial-style-01 .author-info {
  padding-bottom: 15px;
}

.testimonial-style-05 .author-attr {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.testimonial-style-05 .author-attr .gel-testimonial-name {
  margin-bottom: 11px;
}
.testimonial-style-05 .author-avatar {
  padding-bottom: 26px;
}
.testimonial-style-05 .testimonial-content {
  padding-bottom: 28px;
}

.testimonial-style-07 .author-attr {
  padding-bottom: 21px;
}

.align-center.testimonial-style-06 .testimonial-content,
.align-center.testimonial-style-06 .testimonial-rating,
.align-center.testimonial-style-07 .testimonial-content,
.align-center.testimonial-style-07 .testimonial-rating {
  text-align: center;
}

@media (max-width: 991px) {
  .custom-testimonial-top-235.vc_row {
    background-image: none !important;
  }

  div.custom-testomonials-04 .slick-slide > div {
    padding-bottom: 28px;
    padding-top: 43px;
  }
}
@media (min-width: 992px) {
  .custom-testimonial-top-235.vc_row {
    margin-top: -235px;
    position: relative;
  }
  .custom-testimonial-top-235.vc_row .vc_column-inner {
    margin-top: -235px;
  }

  .custom-testimonial-style-02 .testi-quote {
    padding-right: 30px;
    padding-left: 30px;
  }

  .custom-testimonial-style-05 {
    -webkit-box-shadow: 0px 0px 45.03px 33.97px rgba(204, 204, 223, 0.4);
    box-shadow: 0px 0px 45.03px 33.97px rgba(204, 204, 223, 0.4);
    margin-top: 5px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    left: 15px;
    z-index: 2;
    background-color: #f2f9ff;
  }
  .custom-testimonial-style-05 .testimonial-content {
    max-width: 565px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .cusom-testimonial-mw-480 .testimonial-style-06 {
    display: block !important;
  }
  .cusom-testimonial-mw-480 .testimonial-style-06 .author-avatar {
    padding-left: 0;
    margin-bottom: 24px;
  }
}
.gel-video-md .view-video {
  width: 70px;
  height: 70px;
}

.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-tab > a,
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-title > a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

@media (min-width: 768px) {
  .wpb-js-composer.wpb-js-composer .custom-tab.vc_tta.vc_tta-tabs .vc_tta-panels,
.wpb-js-composer.wpb-js-composer .custom-tab.vc_tta.vc_tta-tabs .vc_tta-tab > a,
.wpb-js-composer.wpb-js-composer .custom-tab.vc_tta.vc_tta-tabs .vc_tta-panel-title > a {
    border: none;
  }
  .wpb-js-composer.wpb-js-composer .custom-tab.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list {
    border-bottom: 1px solid #ebebeb;
  }
  .wpb-js-composer.wpb-js-composer .custom-tab.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li.vc_tta-tab {
    margin: 0;
    position: relative;
  }
  .wpb-js-composer.wpb-js-composer .custom-tab.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li.vc_tta-tab.vc_active:before, .wpb-js-composer.wpb-js-composer .custom-tab.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li.vc_tta-tab:hover:before {
    width: 100%;
  }
  .wpb-js-composer.wpb-js-composer .custom-tab.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li.vc_tta-tab:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    background-color: #4b2bb0;
  }
  .wpb-js-composer.wpb-js-composer .custom-tab.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li.vc_tta-tab > a:hover,
.wpb-js-composer.wpb-js-composer .custom-tab.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li.vc_tta-tab a:focus {
    background-color: transparent;
    color: #4b2bb0 !important;
  }
  .wpb-js-composer.wpb-js-composer .custom-tab.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li.vc_tta-tab:not(.vc_active) > a {
    color: #7d7d7d;
  }
  .wpb-js-composer.wpb-js-composer .custom-tab.vc_tta.vc_tta-tabs .vc_tta-panel-body {
    padding: 30px 0 0;
  }
  .wpb-js-composer.wpb-js-composer .custom-tab.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    margin-bottom: 0;
  }
  .wpb-js-composer.wpb-js-composer .custom-tab.vc_tta.vc_tta-tabs .vc_tta-tab > a,
.wpb-js-composer.wpb-js-composer .custom-tab.vc_tta.vc_tta-tabs .vc_tta-panel-title > a {
    padding-right: 22px;
    padding-left: 22px;
  }
}
.vc_chart .vc_chart-legend li {
  margin-right: 30px;
  margin-bottom: 20px;
}
.vc_chart .vc_chart-legend span {
  height: 23px;
  width: 23px;
  border-radius: 50%;
  margin-left: 16px;
}

.custom-chart-size-130 .vc_round-chart-canvas {
  width: 130px !important;
  height: 130px !important;
}

.gel-pricing {
  padding: 19px 1.5rem 40px;
}
.gel-pricing:hover {
  -webkit-box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
  box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
}

.pricing-price-number, .pricing-price-currency {
  margin: 0 !important;
}

.pricing-image {
  margin-bottom: 32px;
  margin-top: 20px;
}

.pricing-name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.025em;
}

.pricing-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
}
.pricing-price .pricing-price-currency,
.pricing-price .pricing-price-number,
.pricing-price .pricing-price-duration {
  letter-spacing: -0.04em;
}

.pricing-list-center li {
  padding-right: 10px;
  padding-left: 10px;
}

.custom-pricing-btn .pricing-button a.btn {
  padding-right: 57px;
  padding-left: 57px;
  font-size: 12px;
}

.price {
  margin-left: 5px;
}

.pricing-featured-text {
  border-bottom: 1px solid #613ed0;
  padding: 9px 0;
}
.pricing-featured-text span {
  font-size: 0.875rem;
}

.pricing-feature-desc {
  font-size: 15px;
}

.pricing-button {
  margin-top: 2rem;
}
.pricing-button .btn {
  -webkit-box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
  box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
  border: none;
}
.pricing-button .btn.btn-round {
  border-radius: 5em;
}

.gel-pricing-line .pricing-features:before {
  content: "";
  height: 1px;
  margin-top: 19px;
  margin-bottom: 17px;
  display: block;
  background-color: #ebebeb;
}

.gel-pricing-flag:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #f03b42;
  border-right: 10px solid #f03b42;
  border-bottom: 10px solid transparent;
  border-top: 25px solid #f03b42;
  position: absolute;
  top: 0;
  left: 20px;
}

.gel-pricing-style-4 .pricing-price {
  float: left;
}
.gel-pricing-style-4 .pricing-name {
  float: right;
  padding-top: 8px;
}

.gel-pricing-style-5 .pricing-price {
  margin-top: 15px;
}

.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title {
  font-size: 20px;
  letter-spacing: -0.025em;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus {
  height: 21px;
  width: 21px;
  border-radius: 50%;
  border: 1px solid;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
  border-width: 1px 0 0 0;
  margin-right: 5px;
  margin-left: 5px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
  border-width: 0 0 0 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus {
  color: #fff;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion .vc_tta-panel-title > a {
  padding: 5px 20px 5px 40px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion .vc_tta-panel-body {
  padding-top: 0;
  padding-right: 40px;
  padding-left: 46px;
  padding-bottom: 22px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion .vc_tta-panel-body p {
  font-size: 15px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion .vc_tta-panel:not(.vc_active) {
  padding-bottom: 23px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.white-text-color .vc_tta-panel-title,
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.white-text-color .vc_tta-controls-icon.vc_tta-controls-icon-plus {
  color: inherit;
  border-color: inherit;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.white-text-color .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus {
  background-color: #fff;
  border-color: #fff;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.white-text-color .vc_tta-panel-body p {
  color: #c2c2c2 !important;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.accordion-box-shadown .vc_tta-panel {
  padding-top: 19px;
  padding-bottom: 8px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.accordion-box-shadown .vc_tta-panel.vc_active {
  margin-bottom: 13px;
  padding-top: 9px;
  padding-bottom: 7px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
  box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.accordion-box-shadown .vc_tta-panel.vc_active .vc_tta-panel-title a {
  padding-bottom: 8px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.accordion-box-shadown .vc_tta-panel:not(.vc_active) {
  border-bottom: 1px solid;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.accordion-box-shadown .vc_tta-panel a {
  padding-left: 46px;
  padding-right: 30px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.accordion-box-shadown .vc_tta-panel .vc_tta-controls-icon {
  left: 20px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.accordion-box-shadown .vc_tta-panel-body {
  padding-right: 30px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.accordion-background .vc_tta-panel {
  padding: 24px 20px 10px 0;
  border-bottom: 1px solid;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.accordion-background .vc_tta-panel.vc_active {
  padding-top: 20px;
  border-radius: 5px;
  background-color: #f2f9ff;
  padding-bottom: 18px;
  border-bottom: none;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.accordion-background .vc_tta-panel .vc_tta-panel-title {
  font-size: 16px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.accordion-background .vc_tta-panel .vc_tta-panel-title a {
  padding: 4px 30px 4px 30px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.accordion-background .vc_tta-panel-body {
  padding-right: 30px;
}

.vc_progress_bar h2.wpb_heading {
  font-size: 22px;
  font-weight: 800;
}
.vc_progress_bar .vc_single_bar .vc_label {
  font-weight: bold;
  letter-spacing: -0.025em;
}

.vc_progress_bar.prb_label_above .vc_general.vc_single_bar .vc_label,
.vc_progress_bar.prb_label_bellow .vc_general.vc_single_bar .vc_label {
  padding-bottom: 22px;
  padding-top: 26px;
}

.vc_progress_bar.prb_label_above h2.wpb_heading {
  margin-bottom: 1px;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site layout style
--------------------------------------------------------------*/
#site-wrapper {
  background-color: #fff;
}

#primary-content {
  padding-top: 80px;
  padding-bottom: 130px;
}

#sidebar {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

@media (min-width: 992px) {
  .primary-sidebar-inner {
    padding-right: 40px;
  }

  #sidebar.order-lg-first .primary-sidebar-inner {
    padding-right: 0;
    padding-left: 40px;
  }
}
body:not(.has-sidebar) #main-content {
  margin-right: auto;
  margin-left: auto;
}

body.has-sidebar #main-content {
  -ms-flex: 0 0 66.6667%;
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}

body.single-post.no-sidebar #main-content {
  -ms-flex: 0 0 900px;
  flex: 0 0 900px;
  max-width: 900px;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  body.single-post.no-sidebar #main-content {
    -ms-flex: 0 0 900px;
    flex: 0 0 900px;
    max-width: 900px;
  }
}
@media only screen and (max-width: 991px) {
  #main-content {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  #sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  body.g5core__stretched_content #sidebar {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.g5core__stretched_content.has-sidebar #main-content {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  min-height: 100px;
  color: #000000;
  position: absolute;
  right: 0;
  left: 0;
}
.site-header .toggle-icon:hover {
  color: #4b2bb0;
}
.site-header .site-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.site-header .site-navigation .site-menu {
  -ms-flex-item-align: center;
  align-self: center;
}
.site-header .site-navigation + .search-form-wrapper {
  margin-right: 1.5rem;
}
.site-header .search-form-wrapper {
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 0;
  margin-right: auto;
}
.site-header .search-form-wrapper > span {
  cursor: pointer;
  margin-bottom: 0;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
}
.site-header .search-form-wrapper > span:hover {
  color: #4b2bb0;
}
.site-header .search-form-wrapper .search-form {
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  z-index: 1099;
  background-color: #fff;
  border: solid 1px #ebebeb;
}
.site-header .search-form-wrapper .search-form input {
  width: 210px;
  border: none;
  font-size: 0.875rem;
  background-color: transparent;
}
.site-header .search-form-wrapper .search-form button {
  display: none;
}
.site-header .menu-toggle-button {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
}

.site-header-content {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-horizontal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-horizontal .menu-item > a {
  display: block;
  font-family: "iransans";
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  padding: 37px 0;
  color: inherit;
  text-decoration: none;
  letter-spacing: -0.01em;
  -webkit-transition: padding 0.3s, color 0.3s;
  transition: padding 0.3s, color 0.3s;
}
.menu-horizontal .menu-item > a:focus {
  outline: none;
}
.menu-horizontal > .menu-item > a {
  position: relative;
}
.menu-horizontal > .menu-item > a:hover {
  color: #4b2bb0;
}
.menu-horizontal > .menu-current > a,
.menu-horizontal > .current-menu-parent > a,
.menu-horizontal > .current-menu-ancestor > a,
.menu-horizontal > .current-menu-item > a {
  color: #4b2bb0;
}
.menu-horizontal .menu-item {
  position: relative;
}
.menu-horizontal .menu-item.x-active > .sub-menu, .menu-horizontal .menu-item:hover > .sub-menu {
  display: block;
}
.menu-horizontal .menu-item-has-children > a .caret {
  margin-right: 0.5rem;
  line-height: 1;
}
.menu-horizontal .menu-item-has-children > a .caret:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.menu-horizontal .sub-menu {
  display: none;
  position: absolute;
  
  top: 0;
  min-width: 230px;
  list-style: none;
  padding: 15px 0;
  margin: 0;
  background-color: #fff;
  color: #7d7d7d;
  z-index: 1099;
  font-family: "iransans";
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border-right: 8px solid #4b2bb0;
}
.menu-horizontal .sub-menu .menu-item > a {
  display: block;
  padding: 8px 15px 8px 30px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.025em;
  text-transform: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-horizontal .sub-menu .menu-item:hover > a {
  background-color: #fff;
  color: #4b2bb0;
}
.menu-horizontal .sub-menu .menu-item.menu-current > a, .menu-horizontal .sub-menu .menu-item.current-menu-parent > a, .menu-horizontal .sub-menu .menu-item.current-menu-ancestor > a, .menu-horizontal .sub-menu .menu-item.current-menu-item > a {
  background-color: #fff;
  color: #4b2bb0;
}
.menu-horizontal .sub-menu .menu-item-has-children > a .caret {
  float: left;
}
.menu-horizontal .sub-menu .menu-item-has-children > a .caret:before {
  content: "\f0d9";
}
.menu-horizontal > .menu-item {
  display: -ms-flexbox;
  display: flex;
}
.menu-horizontal > .menu-item + .menu-item {
  margin-right: 1.5rem;
}
.menu-horizontal > .menu-item > .sub-menu {
  top: 100%;
}
.menu-horizontal > .menu-item > .sub-menu .sub-menu {
  right: 100%;
}

.site-branding {
  padding: 8px 2rem 8px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.site-branding .site-description {
  display: none;
  margin: 0;
}
.site-branding.has-logo .site-title, .site-branding.has-logo .site-branding-text {
  display: none;
}
.site-branding .custom-logo-link img {
  display: block;
  max-height: 84px;
  width: auto;
}

.site-branding-text .site-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 84px;
}
.site-branding-text .site-title a {
  color: #000;
}

@media only screen and (max-width: 991px) {
  .site-header {
    position: relative;
    min-width: 100px;
  }
  .site-header .menu-toggle-button {
    display: -ms-flexbox;
    display: flex;
  }

  .site-branding {
    margin: auto;
    padding: 8px 0;
    height: 100px;
  }

  .site-header .site-navigation {
    display: none;
    width: 100%;
    border-top: solid 1px #ebebeb;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .site-header .search-form-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    padding: 40px 0;
  }

  .site-menu {
    margin: 0.5rem 0;
  }

  .site-menu .menu-horizontal {
    display: block;
  }
  .site-menu .menu-horizontal .menu-item {
    display: block;
  }
  .site-menu .menu-horizontal .menu-item + .menu-item {
    margin-right: 0;
  }
  .site-menu .menu-horizontal .menu-item > a {
    padding: 0.625rem 0;
    font-size: 14px;
  }
  .site-menu .menu-horizontal .menu-item:hover .sub-menu {
    display: none;
  }
  .site-menu .menu-horizontal .menu-item-has-children > a .caret {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.625rem 0.75rem;
  }
  .site-menu .menu-horizontal .menu-item-has-children > a .caret:before {
    content: "";
  }
  .site-menu .menu-horizontal .menu-item-has-children > a .caret.in:before {
    content: "";
  }
  .site-menu .menu-horizontal .sub-menu {
    position: static;
    border: none;
    padding-right: 1.5rem;
    box-shadow: none;
  }
  .site-menu .menu-horizontal .sub-menu:before {
    display: none;
  }
  .site-menu .menu-horizontal .sub-menu .menu-item {
    border-bottom: none;
  }
  .site-menu .menu-horizontal .sub-menu .menu-item > a {
    text-transform: none;
    padding: 0.5rem 0;
    font-size: 14px;
  }
}
div.x-mega-sub-menu {
  padding-right: 0;
  margin-top: -15px;
  margin-bottom: -15px;
}
div.x-mega-sub-menu .gel-heading-title {
  font-size: 18px;
  letter-spacing: -0.025em;
  margin-bottom: 11px;
}
div.x-mega-sub-menu .gel-list .gel-list-item {
  font-size: 16px;
  padding: 8px 0;
  letter-spacing: -0.025em;
  position: relative;
}
.header-coming-soon-custom .g5core-site-branding {
  padding-top: 38px;
}
.header-coming-soon-custom .toggle-icon {
  display: none;
}
.header-coming-soon-custom.g5core-mobile-header {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 3rem 0;
  background-color: #f6f6f6;
}

.site-info {
  text-align: center;
}
.site-info .privacy-policy-link + .powered-by:before {
  content: " - ";
}
.site-info a, .site-info span {
  color: #b6b6b6;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}
.site-info a:hover {
  color: inherit;
}

.g5core-site-footer {
  background: #fff;
}
.g5core-site-footer .widget {
  margin-bottom: 0;
}
.g5core-site-footer h4.widget-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
.g5core-site-footer p {
  font-size: 15px;
  line-height: 26px;
}
.g5core-site-footer p:not(:last-child) {
  margin-bottom: 10px;
}
.g5core-site-footer .widget_nav_menu ul {
  margin-top: 0;
}
.g5core-site-footer .widget_nav_menu ul li a {
  font-size: 15px;
  padding: 0;
  min-height: auto;
}
.g5core-site-footer .widget_nav_menu ul li:not(:last-child) {
  margin-bottom: 3px;
}
.g5core-site-footer .opening-time p {
  font-size: 12px;
}
.g5core-site-footer .opening-time p i {
  font-size: 1rem;
  vertical-align: text-top;
  margin-left: 10px;
}
.g5core-site-footer .thallo-mailchimp {
  margin-top: 22px;
}
.g5core-site-footer #ctf .ctf-item {
  padding: 0 !important;
  position: relative;
}
.g5core-site-footer #ctf .ctf-item .ctf-author-box:before {
  content: "";
  font-family: "Font Awesome 5 Brands";
  position: absolute;
  right: 0;
}
.g5core-site-footer #ctf .ctf-item a.ctf-author-name {
  font-size: 16px;
  flex: 0 0 100%;
  margin: 0;
  color: #000 !important;
}
.g5core-site-footer #ctf .ctf-item .ctf-author-box {
  margin-right: 32px;
}
.g5core-site-footer #ctf .ctf-item .ctf-author-screenname {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #555555 !important;
  margin-right: 0;
}
.g5core-site-footer #ctf .ctf-item .ctf-tweet-text {
  font-size: 15px;
}
.g5core-site-footer #ctf .ctf-item .ctf-tweet-text a {
  color: inherit;
}
.g5core-site-footer #ctf .ctf-item .ctf-author-box-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.g5core-site-footer #ctf .ctf-item .ctf-tweet-meta a {
  color: #4b2bb0 !important;
  font-size: 13px;
}
.g5core-site-footer #ctf .ctf-item .ctf-tweet-content {
  padding: 5px 0 5px 0;
}
.g5core-site-footer .agency h4.widget-title {
  margin-bottom: 18px;
  font-weight: 700;
}
.g5core-site-footer .agency p {
  font-size: 1rem;
}
.g5core-site-footer.widget-twitter h4.widget-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.g5core-site-footer.widget-twitter .ctf-narrow {
  margin-bottom: 21px;
}

@media (min-width: 1024px) {
  .border-agency .wpb_column:not(:last-child) .agency {
    border-left: 1px solid #ebebeb;
  }
  .border-agency .agency {
    padding-left: 45px;
    margin-left: 45px;
  }
}
@media (max-width: 767px) {
  .social-icons-right-sm.gel-social-icons .list-si {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/*--------------------------------------------------------------
## Page title
--------------------------------------------------------------*/
.page-header {
  padding: 255px 0 158px 0;
  background-color: #f2f9ff;
  background: url("./assets/images/bg-page-title.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .page-header {
    padding: 158px 0;
  }
}

.page-main-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: -0.025em;
  max-width: 800px;
}

.gel-page-title-style-02 .page-main-title {
  max-width: 100%;
}

.page-sub-title {
  font-size: 16px;
  font-weight: 400;
}
.page-sub-title p {
  margin: 0;
}

ul.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  text-transform: uppercase;
}
ul.breadcrumbs li.breadcrumb-sep {
  margin: 0 5px;
}
ul.breadcrumbs li.breadcrumb-sep:last-child {
  display: none !important;
}
ul.breadcrumbs li a {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.g5core-breadcrumbs {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 12px;
}
.g5core-breadcrumbs li.breadcrumb-sep {
  margin: 0 5px;
}

.g5core-page-title {
  background-color: #f2f9ff;
  background: url("./assets/images/bg-page-title.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.g5core-page-title .page-title-inner {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 255px 0 158px 0;
}

/*--------------------------------------------------------------
## WP core
--------------------------------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.bypostauthor {
  display: block;
}

.alignnone {
  margin: 0.375rem 1.5rem 1.5rem 0;
}

.aligncenter {
  margin: 0.375rem auto 0.375rem auto;
  text-align: center;
}

img.aligncenter {
  display: block;
}

.alignleft {
  float: left;
  margin: 0.375rem 0 1.5rem 1.25rem;
}

.alignright {
  float: right;
  margin: 0.375rem 1.25rem 1.5rem 0;
}

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0.375rem 1.25rem 1.5rem 0;
}

.wp-caption.alignright {
  margin: 0.375rem 1.25rem 1.5rem 0;
}

.wp-caption.alignleft {
  margin: 0.375rem 0 1.5rem 1.25rem;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  color: #b6b6b6;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Galleries */
.gallery-item {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: right;
  padding: 0 0.75rem 0 0;
  margin-bottom: 0;
}

/* ## Elements */
.g5core-back-to-top:focus, .g5core-back-to-top:hover {
  text-decoration: none;
}

.g5core__paging.next-prev > a {
  border: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 12px;
  -webkit-box-shadow: 1px 5px 40.18px 8.82px rgba(130, 112, 161, 0.19);
  box-shadow: 1px 5px 40.18px 8.82px rgba(130, 112, 161, 0.19);
  border-radius: 100%;
}
.g5core__paging.next-prev > a:first-child {
  margin-left: 20px;
}

.g5core__cate-filer {
  border: none;
  padding-bottom: 0;
}
.g5core__cate-filer > li > a {
  padding-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.g5core__cate-filer > li > a:before {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  color: inherit;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.g5core__cate-filer > li:hover > a:before, .g5core__cate-filer > li:active > a:before, .g5core__cate-filer > li.active > a:before {
  width: 100%;
}

.g5core__entry-thumbnail,
.g5core__entry-thumbnail-image img {
  border-radius: 5px;
}

.g5core__gutter-0 .g5core__entry-thumbnail,
.g5core__gutter-0 .g5core__entry-thumbnail-image img {
  border-radius: 0px;
}

ul.g5core__share-list {
  font-size: 14px;
}
.g5core__share-label {
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 20px;
  font-weight: bold;
}

.g5core-site-branding {
  padding-left: 80px;
}

.menu-horizontal.x-nav-menu > .menu-item + .menu-item {
  margin-right: 40px;
}

.g5core-header-inner {
  min-height: 100px;
}

.sticky-area-wrap.sticky .sticky-area .g5core-header-inner {
  min-height: 80px;
}

.sticky-area-wrap.sticky .sticky-area .menu-horizontal > .menu-item > a {
  padding-top: 27px;
  padding-bottom: 27px;
}

/*.g5core-header-above {
	margin-bottom: -40px;
}*/
.g5core-top-bar {
  padding-top: 8px;
  padding-bottom: 8px;
}

.g5core-header-navigation .g5core-header-inner {
  min-height: 80px;
}
.g5core-header-navigation .menu-horizontal > .menu-item > a {
  padding-top: 27px;
  padding-bottom: 27px;
}

.g5core-search-button a {
  border: none;
  width: auto;
  padding: 0;
}
.g5core-search-button i {
  font-weight: 700;
  font-size: 16px;
}

.g5core-login-button i {
  font-weight: 900;
}
.g5core-login-button span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: -0.04em;
}

div.g5core-top-bar .g5core-social-networks a {
  font-size: 16px;
  color: inherit;
}
div.g5core-top-bar .g5core-social-networks li + li {
  margin-right: 18px;
}

.g5core-header-customize ul.g5core-social-networks.g5core-social-networks li {
  margin-top: 0;
  margin-bottom: 0;
}
.g5core-header-customize ul.g5core-social-networks.g5core-social-networks a {
  color: inherit;
  background-color: transparent;
  border-width: 0;
  width: auto;
}
.g5core-header-customize ul.g5core-social-networks.g5core-social-networks a i {
  color: inherit;
}
.g5core-header-customize ul.g5core-social-networks.g5core-social-networks li + li {
  margin-right: 1.5rem;
}

.g5core-header-customize:not(.no-items) + .g5core-menu-popup-button,
.g5core-header-customize:not(.no-items) + .g5core-primary-menu,
.g5core-menu-popup-button + .g5core-header-customize:not(.no-items),
.g5core-primary-menu + .g5core-header-customize:not(.no-items) {
  margin-right: 40px;
}

.g5core-search-popup .g5core-search-form input[type=search] {
  border-radius: 0;
}

ul.custom-header-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: -0.04em;
}
ul.custom-header-contact li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
ul.custom-header-contact span {
  margin-right: 12px;
}
ul.custom-header-contact li + li {
  margin-right: 50px;
}
ul.custom-header-contact i {
  font-size: 1rem;
}
ul.custom-header-contact.pdr-35 {
  padding-left: 35px;
}

.custom-header-01 .g5core-header-above {
  margin-bottom: -30px;
}

.custom-header-03 .g5core-header-navigation .menu-horizontal > .menu-item > a {
  padding-top: 32px;
  padding-bottom: 32px;
}
.custom-header-03 .g5core-header-above {
  margin-bottom: -35px;
}

.custom-header-05 .g5core-header-navigation .g5core-header-inner {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.custom-header-05 .sticky-area-wrap.sticky .g5core-header-navigation .g5core-header-inner {
  border-top: none;
  border-bottom: none;
}

.custom-header-08 {
  border-radius: 50px;
  padding-right: 25px;
  padding-left: 15px;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  -webkit-box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
  box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
}
.custom-header-08 .menu-horizontal .menu-item > a {
  padding: 22px 0;
}
.custom-header-08 .g5core-header-inner {
  min-height: 70px;
}
.custom-header-08 .menu-horizontal .sub-menu .menu-item > a {
  padding: 10px 15px 10px 30px;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .custom-header-08 {
    max-width: 960px;
  }
}
.g5core-menu-mobile .main-menu .menu-item > a {
  font-size: 14px;
}

/*--------------------------------------------------------------
## WP block
--------------------------------------------------------------*/
.wp-block-table th, .wp-block-table td {
  padding: 0.4rem;
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.wp-block-table thead th {
  border-bottom-width: 2px;
}

.wp-block-pullquote {
  border-right: none;
}
.wp-block-pullquote blockquote {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote .wp-block-pullquote__citation {
  font-size: 12px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  color: inherit;
  text-transform: uppercase;
}

.wp-block-quote {
  border-right: solid 8px;
  margin: 0 0 1.5rem;
  padding: 30px 50px;
}
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote .wp-block-quote__citation {
  font-size: 14px;
  margin-top: 25px;
  display: block;
}
.wp-block-quote.has-text-align-left {
  border-left: solid 8px;
  padding: 30px 50px;
  border-right: none;
}
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
  margin: 0 0 1.5rem;
  padding: 30px 50px;
}
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-style-large .wp-block-quote__citation, .wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-large .wp-block-quote__citation {
  text-align: right;
}

.wp-block-cover-image,
.wp-block-cover {
  margin-bottom: 1.5rem;
  color: #f8f9f9;
}
.wp-block-cover-image p,
.wp-block-cover p {
  margin-bottom: 0;
  line-height: 1.25;
}
.wp-block-cover-image a,
.wp-block-cover a {
  color: inherit;
}

.wp-block-embed {
  margin: 0 0 1.5rem;
}

.wp-block-button__link {
  font-size: 0.875rem;
  height: 3.125rem;
  line-height: 3rem;
  padding: 0 1.875rem;
  font-weight: 700;
  border: solid 2px transparent;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wp-block-button__link:not(.has-background):not(.has-text-color) {
  color: #fff;
  background-color: #4b2bb0;
  border-color: #4b2bb0;
}
.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button__link:not(.has-background):not(.has-text-color):active {
  color: #fff;
  background-color: #3e2391;
  border-color: #3a2187;
}
.wp-block-button__link:hover {
  cursor: pointer;
}
.wp-block-button__link:focus {
  outline: none;
}
.wp-block-button__link:disabled {
  opacity: 0.65;
  cursor: default;
}

.wp-block-button {
  margin-bottom: 1.5rem;
}
.wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 5px;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  color: #fff;
  background-color: #4b2bb0;
  border-color: #4b2bb0;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:active {
  color: #fff;
  background-color: #3e2391;
  border-color: #3a2187;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border: 2px solid currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #4b2bb0 !important;
}

.wp-block-latest-comments {
  padding-right: 0;
}

.wp-block-latest-comments__comment-excerpt p {
  margin-bottom: 0;
}

.wp-block-archives select {
  width: 100%;
  max-width: 100%;
}

.wp-block-archives,
.wp-block-categories {
  list-style: none;
  padding: 0;
  margin: -0.5rem 0 0 0;
  margin-bottom: 1.5rem;
}
.wp-block-archives li,
.wp-block-categories li {
  position: relative;
}
.wp-block-archives li > a,
.wp-block-categories li > a {
  display: inline-block;
  padding: 0.5rem 0;
  position: relative;
  line-height: 20px;
  min-height: 36px;
  letter-spacing: -0.025em;
}
.wp-block-archives .current_page_ancestor > ul,
.wp-block-archives .current_page_parent > ul,
.wp-block-archives .current-cat-parent > ul,
.wp-block-archives .current-cat-ancestor > ul,
.wp-block-categories .current_page_ancestor > ul,
.wp-block-categories .current_page_parent > ul,
.wp-block-categories .current-cat-parent > ul,
.wp-block-categories .current-cat-ancestor > ul {
  display: block;
}
.wp-block-archives ul.children,
.wp-block-archives ul.sub-menu,
.wp-block-categories ul.children,
.wp-block-categories ul.sub-menu {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
  text-align: center;
}

.wp-block-rss,
.wp-block-latest-posts,
.wp-block-latest-comments {
  padding: 0;
  margin: -0.5rem 0 0 0;
  list-style: none;
  margin-bottom: 1.5rem;
}
.wp-block-rss .children,
.wp-block-latest-posts .children,
.wp-block-latest-comments .children {
  padding-right: 0;
  margin: 0;
  list-style: none;
}
.wp-block-rss li,
.wp-block-latest-posts li,
.wp-block-latest-comments li {
  padding: 0.5rem 0;
  line-height: 20px;
  margin-bottom: 0;
}
.wp-block-rss a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
  color: inherit;
}
ul.wp-block-latest-posts.is-grid li {
  border-top: solid 1px;
}

.wp-block-columns,
.wp-block-group,
.wp-block-group.has-background,
.wp-block-search,
ul.wp-block-categories,
ul.wp-block-archives,
.wp-block-archives.wp-block-archives-dropdown,
ol.wp-block-latest-comments,
.wp-block-media-text {
  margin-bottom: 1.5rem;
}

.wp-block-tag-cloud {
  font-weight: bold;
  text-transform: uppercase;
}
.wp-block-tag-cloud label {
  font-size: 14px;
  margin: 0 15px 0 0;
}
.wp-block-tag-cloud a {
  letter-spacing: -0.05em;
  color: inherit;
  font-size: 12px !important;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  -webkit-box-shadow: 0 0 0 1px #ebebeb inset;
  box-shadow: 0 0 0 1px #ebebeb inset;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-tag-cloud a:hover {
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, right top, left top, from(#4b2bb0), color-stop(51%, #7253d5), to(#4b2bb0));
  background-image: linear-gradient(to left, #4b2bb0 0%, #7253d5 51%, #4b2bb0 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wp-block-tag-cloud a:not(:last-child) {
  margin: 0 6px 10px 0;
}

.wp-block-gallery {
  margin-bottom: 1.5rem;
}

.blocks-gallery-caption {
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}

.blocks-gallery-grid {
  margin-bottom: -16px;
}

.wp-block-column > *:last-child {
  margin-bottom: 0;
}

/*.wp-block-image .aligncenter,
.wp-block-image .alignright,
.wp-block-image .alignleft,
.wp-block-image.is-resized {
	float: none;
}*/
.wp-block-image.aligncenter {
  margin: 1.5rem auto 1.5rem auto;
}

.wp-block-image.alignleft {
  margin: 0.375rem 0 1.5rem 1.25rem;
}

.wp-block-image.alignright {
  margin: 0.375rem 1.25rem 1.5rem 0;
}

body.no-sidebar .wp-block-image.alignfull {
  max-width: none;
  width: 100vw;
  position: relative;
  right: 50%;
  left: 50%;
  margin-right: -50vw;
  margin-left: -50vw;
}
body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .wp-block-cover.alignwide {
  margin-right: -150px;
  margin-left: -150px;
  width: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .wp-block-cover.alignwide {
    margin-right: -120px;
    margin-left: -120px;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .wp-block-cover.alignwide {
    margin-right: -30px;
    margin-left: -30px;
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .wp-block-cover.alignwide {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.no-sidebar .wp-block-image.alignfull {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    right: 0;
    left: 0;
  }
}

@media only screen and (max-width: 991px) {
  body.has-sidebar .wp-block-image.alignfull {
    max-width: none;
    margin-right: calc(-100vw / 2 + 690px / 2);
    margin-left: calc(-100vw / 2 + 690px / 2);
  }
}
@media only screen and (max-width: 767px) {
  body.has-sidebar .wp-block-image.alignfull {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.article-post.page .entry-content {
  margin-bottom: 0;
}
.article-post.sticky {
  background-color: #f2f9ff;
  padding: 2rem;
}
.article-post .post-thumbnail {
  margin-bottom: 35px;
}
.article-post .post-thumbnail img {
  border-radius: 5px;
}
.article-post .entry-title {
  font-size: 30px;
  font-weight: 700;
  word-break: break-word;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  line-height: 1;
}
.article-post .entry-title a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.article-post .entry-meta {
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
.article-post .entry-meta a {
  color: inherit;
}
.article-post .entry-meta li {
  display: inline;
}
.article-post .entry-meta li i {
  padding-left: 5px;
}
.article-post .entry-meta li:not(:last-child):after {
  content: "";
  width: 2px;
  height: 10px;
  display: inline-block;
  background-color: currentColor;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.article-post .entry-meta .meta-author .title-meta-author {
  padding-right: 5px;
}
.article-post .entry-header + .entry-excerpt {
  margin-top: 20px;
}
.article-post .btn-read-more {
  margin-top: 16px;
}
.article-archive-post {
  margin-bottom: 50px;
  padding-bottom: 42px;
  border-bottom: 1px solid;
}

.article-single-post {
  padding-bottom: 70px;
  border-bottom: 1px solid;
}
.article-single-post .entry-title {
  font-size: 36px;
}
.article-single-post .post-thumbnail {
  margin-top: 45px;
  margin-bottom: 44px;
}
.article-single-post .entry-header + .entry-content {
  margin-top: 35px;
}
.article-single-post .tagcloud {
  margin-top: 45px;
}

#main-content .article-post:last-child {
  margin-bottom: 0;
}

body.page .article-post {
  margin-bottom: 0;
}

.entry-excerpt p:last-child {
  margin-bottom: 0;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 2rem;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
  margin-top: 0;
}
.entry-content > p:last-child,
.entry-content > ul:last-child {
  margin-bottom: 0;
}

.author-info-wrap {
  margin-top: 70px;
}

.author-info-inner {
  display: -ms-flexbox;
  display: flex;
}

.author-info-avatar {
  width: 75px;
  margin-left: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.author-info-avatar img {
  border-radius: 100%;
}

.author-info-content .name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.025em;
}
.author-info-content .name a {
  color: inherit;
}
.site-search-results-not-found {
  text-align: center;
}
.site-search-results-not-found h2 {
  text-transform: uppercase;
  font-weight: 400;
}
.site-search-results-not-found .search-form > label {
  display: none;
}

.comments-area {
  margin-top: 70px;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.025em;
  margin-bottom: 29px;
}
.comments-area .comments-title {
  margin-bottom: 35px;
}

.comment-form p {
  margin-bottom: 30px;
}
.comment-form p:last-child {
  margin-bottom: 0;
}
.comment-form a {
  color: inherit;
}
.comment-form textarea {
  width: 100%;
  display: block;
  height: 125px;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
  width: 100%;
}
.comment-form .comment-form-email,
.comment-form .comment-form-author {
  float: right;
  width: 50%;
}
.comment-form .comment-form-author {
  padding-left: 15px;
}
.comment-form .comment-form-email {
  padding-right: 15px;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  position: relative;
  top: 2px;
}
.comment-form .comment-form-cookies-consent label {
  display: inline;
  margin: 0 0 0 5px;
}
.comment-form .mc4wp-checkbox-wp-comment-form input[type=checkbox] {
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 575px) {
  .comment-form .comment-form-email,
.comment-form .comment-form-author {
    width: 100%;
    padding: 0;
  }
}

.comments-list-wrap {
  margin-bottom: 58px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.comment-list li.comment {
  margin-bottom: 22px;
}
.comment-list > li.comment:last-child {
  margin-bottom: 0;
}
.comment-list li.comment + li.comment {
  padding-top: 22px;
}
.comment-list li:not(.pingback):not(.trackback) .comment-body {
  position: relative;
  padding-right: 100px;
}
.comment-list li.pingback,
.comment-list li.trackback {
  margin-bottom: 22px;
}
.comment-list li.pingback + .comment,
.comment-list li.trackback + .comment {
  margin-top: 22px;
}
.comment-list li.pingback .comment-body a:not(.comment-edit-link),
.comment-list li.trackback .comment-body a:not(.comment-edit-link) {
  font-weight: bold;
  letter-spacing: -0.05em;
  display: block;
  margin: 5px 0;
}
.comment-list li.pingback .comment-body .edit-link,
.comment-list li.trackback .comment-body .edit-link {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}
.comment-list li.pingback .comment-body .edit-link a,
.comment-list li.trackback .comment-body .edit-link a {
  color: inherit;
}
.comment-list .comment-content {
  margin-bottom: 18px;
  font-size: 15px;
}
.comment-list .comment-content h1, .comment-list .comment-content h2, .comment-list .comment-content h3, .comment-list .comment-content h4, .comment-list .comment-content h5, .comment-list .comment-content h6 {
  margin-top: 2rem;
}
.comment-list .comment-content h1:first-child, .comment-list .comment-content h2:first-child, .comment-list .comment-content h3:first-child, .comment-list .comment-content h4:first-child, .comment-list .comment-content h5:first-child, .comment-list .comment-content h6:first-child {
  margin-top: 0;
}
.comment-list .comment-content p:last-child {
  margin-bottom: 0;
}
.comment-list .comment-meta {
  margin-bottom: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.comment-list .comment-meta .comment-author {
  margin-left: 30px;
}
.comment-list .comment-meta .edit-link {
  margin-right: 1rem;
}
.comment-list .comment-author img {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
}
.comment-list .comment-author .fn {
  font-weight: bold;
  letter-spacing: -0.025em;
}
.comment-list .comment-author .fn > a {
  color: inherit;
}
.comment-list .comment-author .says {
  display: none;
}
.comment-list .reply a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  margin-right: 10px;
}
.comment-list .reply,
.comment-list .comment-metadata {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}
.comment-list .reply a,
.comment-list .comment-metadata a {
  color: inherit;
}
.comment-list ul.children {
  list-style: none;
  padding-right: 0;
  margin-right: 105px;
  margin-top: 22px;
  padding-top: 22px;
}
.comment-list .comment-reply-title {
  margin-top: 50px;
}
.comment-list .comment-reply-title small a {
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .comment-list ul.children {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-list ul.children {
    margin-right: 25px;
  }
  .comment-list .comment-author img {
    width: 50px;
  }
  .comment-list li:not(.pingback):not(.trackback) .comment-body {
    padding-right: 70px;
  }
}

.comments-pagination {
  margin-top: 2.5rem;
  text-align: left;
}

.post-navigation {
  margin-top: 70px;
}
.post-navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.post-navigation .nav-links a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.post-navigation .nav-links .nav-subtitle {
  display: block;
}
.post-navigation .nav-links .nav-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-navigation .nav-links > div {
  width: 47.5%;
  border: solid 1px;
  padding: 1.5rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.post-navigation .nav-links > div:hover .nav-title {
  color: inherit;
}
.post-navigation .nav-previous {
  margin-left: auto;
}
.post-navigation .nav-next {
  margin-right: auto;
  text-align: left;
}

ul.page-numbers {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
ul.page-numbers li {
  display: inline-block;
}

.navigation.pagination {
  font-size: 0;
  position: relative;
  text-align: center;
}

.page-numbers:not(ul) {
  display: inline-block;
  margin: 0 12px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  border-radius: 100%;
}
.page-numbers:not(ul).prev, .page-numbers:not(ul).next {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 0;
  -webkit-box-shadow: 1px 5px 40.18px 8.82px rgba(130, 112, 161, 0.19);
  box-shadow: 1px 5px 40.18px 8.82px rgba(130, 112, 161, 0.19);
}
.page-numbers:not(ul).prev:before, .page-numbers:not(ul).next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  content: "";
}
.page-numbers:not(ul).next:before {
  content: "";
}

.page-links {
  float: right;
  width: 100%;
}
.page-links .page-links-title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 5px 0 0;
}
.page-links > .post-page-numbers {
  display: inline-block;
  margin-left: 0.25rem;
  border: solid 1px;
  font-weight: bold;
  color: inherit;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .post-navigation .nav-links .nav-title {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .post-navigation .nav-links > div {
    padding: 1rem;
  }
}
ul.g5blog__post-meta {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
ul.g5blog__post-meta li {
  display: inline;
  margin-left: 0;
}
ul.g5blog__post-meta li > * {
  display: inline;
}
ul.g5blog__post-meta li:not(.meta-like) i {
  display: none;
}
ul.g5blog__post-meta li.meta-like i {
  position: relative;
  top: 1px;
}
ul.g5blog__post-meta li:not(:last-child):after {
  content: "";
  width: 2px;
  height: 10px;
  display: inline-block;
  background-color: currentColor;
  margin: 0 5px;
  position: relative;
  top: 1px;
}

.g5blog__post-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-top: 0 !important;
}
@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-1 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.g5blog__single-layout-1 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
.g5blog__single-layout-1 .g5blog__single-title {
  margin-bottom: 13px;
}
.g5blog__single-layout-1 .g5blog__single-featured,
.g5blog__single-layout-1 .g5blog__single-meta-top {
  margin-bottom: 44px;
}
.g5blog__single-layout-1 .g5core__single-breadcrumbs + #primary-content {
  padding-top: 6px;
}
.g5blog__single-layout-1 .g5blog__single-meta-top + .entry-content {
  margin-top: 39px;
}

@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-2 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.g5blog__single-layout-2 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
.g5blog__single-layout-2 .g5blog__single-title {
  margin-bottom: 13px;
}
.g5blog__single-layout-2 .g5blog__single-featured {
  margin-bottom: 32px;
}
.g5blog__single-layout-2 .g5blog__single-meta-top {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-3 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.g5blog__single-layout-3 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
.g5blog__single-layout-3 .g5blog__single-title {
  margin-bottom: 33px;
}
.g5blog__single-layout-3 .g5blog__single-featured {
  margin-bottom: 35px;
}
.g5blog__single-layout-3 .g5blog__single ul.g5blog__post-meta {
  margin-bottom: 39px;
}

.g5blog__single-layout-3.g5blog__no-post-thumbnail .g5blog__single-title {
  margin-bottom: 13px;
}

.g5blog__single-layout-4 .g5blog__single-title {
  margin-bottom: 13px;
}
.g5blog__single-layout-4 .g5blog__single-meta-top {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .no-sidebar.g5blog__single-layout-5 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.g5blog__single-layout-5 .g5blog__single-breadcrumbs .container {
    max-width: 900px;
  }
}
.g5blog__single-layout-5 .g5blog__single-title {
  margin-bottom: 13px;
}
.g5blog__single-layout-5 .g5blog__single ul.g5blog__post-meta {
  margin-bottom: 39px;
}

.g5blog__single-featured-container ul.g5blog__post-meta li.meta-author span {
  color: inherit;
}
.g5blog__single-featured-container .g5blog__single-title {
  margin-bottom: 13px;
}

.g5blog__single-layout-6 .g5blog__single .g5core__post-featured {
  margin-bottom: 42px;
}

@media (min-width: 992px) {
  .no-sidebar .g5blog__single-featured-full .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar .g5blog__single-featured-full .container {
    max-width: 900px;
  }
}
.g5blog__single-featured-full ul.g5blog__post-meta li.meta-author span {
  color: inherit;
}
.g5blog__single-featured-full .g5blog__single-title {
  margin-bottom: 13px;
}

.g5blog__single-layout-7 .g5blog__single .g5core__post-featured {
  margin-bottom: 42px;
}

.g5blog__single-meta-bottom {
  padding-top: 0;
  margin-top: 50px;
}

.g5blog__single-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.g5blog__block-title {
  font-size: 24px;
  letter-spacing: -0.025em;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: right;
}

.g5blog__single-related-wrap {
  margin-top: 60px;
}

.g5blog__single {
  border-bottom: 1px solid;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.g5blog__single .entry-content {
  margin-bottom: 0;
}

.g5blog__post-large-image.sticky .g5blog__post-inner {
  background-color: #f2f9ff;
}
.g5blog__post-large-image ul.g5blog__post-meta {
  margin-bottom: 13px;
}
.g5blog__post-large-image .btn-read-more {
  margin-top: 15px;
}
.g5blog__post-large-image .g5blog__post-featured {
  margin-bottom: 35px;
}

.g5blog__layout-large-image .g5blog__post-default {
  padding-bottom: 0 !important;
}
.g5blog__layout-large-image .g5blog__post-default .g5blog__post-inner {
  margin-bottom: 50px;
  padding-bottom: 42px;
  border-bottom: 1px solid;
}
.g5blog__layout-large-image .g5blog__post-default:last-child .g5blog__post-inner {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.g5blog__layout-large-image .g5core__paging {
  margin-top: 70px;
}

.g5blog__post-medium-image ul.g5blog__post-meta {
  margin-bottom: 13px;
}
.g5blog__post-medium-image .g5blog__post-title {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.g5blog__post-medium-image .btn-read-more {
  margin-top: 14px;
}
.g5blog__post-medium-image .g5blog__post-title + .btn-read-more {
  margin-top: -7px;
}
@media only screen and (min-width: 1200px) {
  .g5blog__post-medium-image.g5blog__has-post-featured .g5core__entry-thumbnail {
    border-radius: 5px 0 0 5px;
  }
  .g5blog__post-medium-image.g5blog__has-post-featured .g5blog__post-inner {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    -ms-flex-align: center;
    align-items: center;
  }
  .g5blog__post-medium-image.g5blog__has-post-featured .g5blog__post-content {
    padding-left: 30px;
  }
}

.g5blog__layout-medium-image .g5blog__post-default.g5blog__post-default {
  padding-bottom: 50px;
}
.g5blog__layout-medium-image .g5blog__post-default.g5blog__post-default:last-child {
  padding-bottom: 0;
}
.g5blog__layout-medium-image .g5blog__post-default:not(.g5blog__has-post-featured):not(:first-child) {
  margin-top: -6px;
}
.g5blog__layout-medium-image .g5core__paging {
  margin-top: 70px;
}

@media only screen and (min-width: 1200px) {
  body.no-sidebar .g5blog__post-medium-image .g5blog__post-featured {
    width: 700px;
    margin-left: 70px;
  }
}

.g5blog__post-grid.sticky .g5blog__post-inner {
  padding: 0;
}
.g5blog__post-grid.sticky .g5blog__post-content {
  background-color: #f2f9ff;
}
.g5blog__post-grid .g5blog__post-featured {
  margin-bottom: 0;
}
.g5blog__post-grid ul.g5blog__post-meta {
  margin-bottom: 13px;
}
.g5blog__post-grid .g5blog__post-title {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.g5blog__post-grid .btn-read-more {
  margin-top: 14px;
}
.g5blog__post-grid .g5blog__post-title + .btn-read-more {
  margin-top: -7px;
}
.g5blog__post-grid .g5blog__post-content {
  border: 1px solid;
  border-radius: 5px;
  padding: 25px 30px 17px 30px;
}
.g5blog__post-grid .g5blog__post-featured + .g5blog__post-content {
  margin-top: -1px;
  border-radius: 0px 0px 5px 5px;
}
.g5blog__post-grid .g5core__entry-thumbnail {
  border-radius: 5px 5px 0px 0px;
}
.g5blog__post-grid .g5blog__post-inner {
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.g5blog__post-grid .g5blog__post-inner:hover {
  -webkit-box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
  box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
}

.g5blog__layout-grid .g5core__gutter-20 > .g5core__gutter-item {
  padding-bottom: 40px;
}
.g5blog__layout-grid .g5core__gutter-30 > .g5core__gutter-item {
  padding-bottom: 50px;
}
.g5blog__layout-grid .g5core__paging {
  margin-top: 20px;
}

.g5blog__post-widget .g5blog__post-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g5blog__post-widget .g5blog__post-featured {
  width: 100%;
  margin: 0 0 20px 0;
}
.g5blog__post-widget .g5blog__post-meta {
  margin-bottom: 9px;
}
.g5blog__post-widget .g5blog__post-title {
  margin-bottom: 0;
  line-height: 1.625;
}

.g5blog__widget-post-list .g5blog__post-widget {
  margin-bottom: 25px;
}

.g5core__image-size-blog-widget:before {
  padding-top: 66.6666666667%;
}

.g5blog__layout-grid .slick-slider {
  margin-top: -15px;
}
.g5blog__layout-grid .slick-slide > div {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.g5blog__single-related-wrap .g5blog__post-grid .g5blog__post-content,
.g5blog__post-grid-custom-01 .g5blog__post-grid .g5blog__post-content {
  padding: 0;
  border: none;
}
.g5blog__single-related-wrap .g5blog__post-grid .g5core__entry-thumbnail,
.g5blog__post-grid-custom-01 .g5blog__post-grid .g5core__entry-thumbnail {
  border-radius: 5px;
}
.g5blog__single-related-wrap .g5blog__post-grid .g5core__post-featured,
.g5blog__post-grid-custom-01 .g5blog__post-grid .g5core__post-featured {
  margin-bottom: 25px;
}
.g5blog__single-related-wrap .g5blog__post-grid .g5blog__post-featured + .g5blog__post-content,
.g5blog__post-grid-custom-01 .g5blog__post-grid .g5blog__post-featured + .g5blog__post-content {
  margin-top: 0;
  border-radius: 0px;
}
.g5blog__single-related-wrap .g5blog__post-grid .btn-read-more,
.g5blog__post-grid-custom-01 .g5blog__post-grid .btn-read-more {
  display: none;
}
.g5blog__single-related-wrap .g5blog__post-grid .g5blog__post-title,
.g5blog__post-grid-custom-01 .g5blog__post-grid .g5blog__post-title {
  margin-bottom: 0;
}
.g5blog__single-related-wrap .g5blog__post-grid .g5blog__post-excerpt,
.g5blog__post-grid-custom-01 .g5blog__post-grid .g5blog__post-excerpt {
  margin-top: 16px;
}
.g5blog__single-related-wrap .g5blog__post-grid .g5blog__post-inner:hover,
.g5blog__post-grid-custom-01 .g5blog__post-grid .g5blog__post-inner:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.g5blog__single-related-wrap .g5blog__post-grid .g5blog__post-inner:hover .g5core__post-featured,
.g5blog__post-grid-custom-01 .g5blog__post-grid .g5blog__post-inner:hover .g5core__post-featured {
  -webkit-box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
  box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.15);
}

@media (min-width: 480px) {
  .g5blog__post-grid-custom-02 .g5blog__post-grid .g5blog__post-inner {
    display: -ms-flexbox;
    display: flex;
  }
  .g5blog__post-grid-custom-02 .g5blog__post-grid .g5blog__post-inner:hover {
    border-color: transparent;
  }
  .g5blog__post-grid-custom-02 .g5blog__post-grid .g5blog__post-featured {
    width: 270px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
  }
  .g5blog__post-grid-custom-02 .g5blog__post-grid .g5core__entry-thumbnail {
    border-radius: 5px 0 0 5px;
    min-height: 100%;
  }
  .g5blog__post-grid-custom-02 .g5blog__post-grid .g5blog__post-inner {
    border: 1px solid;
    border-radius: 5px;
    -ms-flex-align: center;
    align-items: center;
  }
  .g5blog__post-grid-custom-02 .g5blog__post-grid .g5blog__post-featured + .g5blog__post-content {
    padding: 0 30px 0 0;
  }
  .g5blog__post-grid-custom-02 .g5blog__post-grid .g5blog__post-content {
    border: none;
  }
  .g5blog__post-grid-custom-02 .g5blog__post-grid .btn-read-more {
    display: none;
  }
  .g5blog__post-grid-custom-02 .g5blog__post-grid .g5blog__post-title {
    margin-bottom: 0;
    font-size: 18px;
  }
  .g5blog__post-grid-custom-02 .g5blog__post-grid .g5blog__post-excerpt {
    margin-top: 16px;
  }
}
/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.primary-sidebar .widget {
  margin-bottom: 60px;
}
.primary-sidebar .widget:last-child {
  margin-bottom: 0;
}
.primary-sidebar .widget .widget-title {
  text-transform: uppercase;
}

.widget {
  position: relative;
  margin-bottom: 55px;
}
.widget .screen-reader-text {
  display: none;
}
.widget .widget-title {
  font-size: 18px;
  letter-spacing: -0.025em;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}

.widget_search label {
  display: none;
}
.widget_search form {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.widget_search button {
  position: absolute;
  left: 20px;
  background: transparent;
  color: inherit;
  border: 0;
  font-size: 0;
  padding: 0;
}
.widget_search button:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
}
.widget_search button > span {
  display: none;
}
.widget_search input {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.widget_rss ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul {
  padding: 0;
  margin: -0.5rem 0 0 0;
  list-style: none;
}
.widget_rss ul .children,
.widget_recent_entries ul .children,
.widget_recent_comments ul .children,
.widget_meta ul .children {
  padding-right: 0;
  margin: 0;
  list-style: none;
}
.widget_rss ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_meta ul li {
  padding: 0.5rem 0;
  line-height: 20px;
  margin-bottom: 0;
}
.widget_rss ul a,
.widget_recent_entries ul a,
.widget_recent_comments ul a,
.widget_meta ul a {
  color: inherit;
}
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul {
  letter-spacing: -0.025em;
}

.widget_archive select,
.widget_categories select {
  width: 100%;
  max-width: 100%;
}

/**
* Archive, categories, nav_menu
* ----------------------------------------------------------------------------
*/
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul {
  list-style: none;
  padding: 0;
  margin: -0.5rem 0 0 0;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li {
  position: relative;
}
.widget_archive ul li > a,
.widget_categories ul li > a,
.widget_nav_menu ul li > a,
.widget_pages ul li > a {
  display: inline-block;
  padding: 0.5rem 0;
  position: relative;
  line-height: 20px;
  min-height: 36px;
  letter-spacing: -0.025em;
}
.widget_archive ul .current_page_ancestor > ul,
.widget_archive ul .current_page_parent > ul,
.widget_archive ul .current-cat-parent > ul,
.widget_archive ul .current-cat-ancestor > ul,
.widget_categories ul .current_page_ancestor > ul,
.widget_categories ul .current_page_parent > ul,
.widget_categories ul .current-cat-parent > ul,
.widget_categories ul .current-cat-ancestor > ul,
.widget_nav_menu ul .current_page_ancestor > ul,
.widget_nav_menu ul .current_page_parent > ul,
.widget_nav_menu ul .current-cat-parent > ul,
.widget_nav_menu ul .current-cat-ancestor > ul,
.widget_pages ul .current_page_ancestor > ul,
.widget_pages ul .current_page_parent > ul,
.widget_pages ul .current-cat-parent > ul,
.widget_pages ul .current-cat-ancestor > ul {
  display: block;
}
.widget_archive ul ul.children,
.widget_archive ul ul.sub-menu,
.widget_categories ul ul.children,
.widget_categories ul ul.sub-menu,
.widget_nav_menu ul ul.children,
.widget_nav_menu ul ul.sub-menu,
.widget_pages ul ul.children,
.widget_pages ul ul.sub-menu {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}

.widget_rss ul .rsswidget {
  display: block;
  font-weight: 700;
}
.widget_rss ul .rss-date {
  font-style: italic;
  font-size: 0.75rem;
  margin: 0.375rem 0;
  display: block;
}

.tagcloud {
  font-weight: bold;
  text-transform: uppercase;
}
.tagcloud label {
  font-size: 14px;
  margin: 0 15px 0 0;
}
.tagcloud a {
  letter-spacing: -0.05em;
  color: inherit;
  font-size: 12px !important;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  -webkit-box-shadow: 0 0 0 1px #ebebeb inset;
  box-shadow: 0 0 0 1px #ebebeb inset;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tagcloud a:hover {
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, right top, left top, from(#4b2bb0), color-stop(51%, #7253d5), to(#4b2bb0));
  background-image: linear-gradient(to left, #4b2bb0 0%, #7253d5 51%, #4b2bb0 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tagcloud a:not(:last-child) {
  margin: 0 6px 10px 0;
}

.widget_calendar caption {
  caption-side: top;
  padding: 0.5rem 1rem;
  background-color: #f2f9ff;
  border: solid 1px #ebebeb;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.widget_calendar td, .widget_calendar th {
  padding: 0.3rem;
}
.widget_calendar thead td, .widget_calendar thead th, .widget_calendar tbody td, .widget_calendar tbody th {
  text-align: center;
  border-width: 1px;
}
.widget_calendar tfoot td, .widget_calendar tfoot th {
  border: none;
}
.widget_calendar tfoot #next {
  text-align: left;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.content-404-wrapper {
  text-align: center;
}
.content-404-wrapper h2 {
  font-size: 12rem;
}
.content-404-wrapper h4 {
  font-size: 36px;
  margin-bottom: 15px;
}
.content-404-wrapper p {
  margin-bottom: 45px;
}

/*--------------------------------------------------------------
## Helper
--------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.fl {
  float: right !important;
}

.fr {
  float: left !important;
}

.fnone {
  float: none !important;
}

.slick-slider:not(.slick-slider-rows) .g5core__listing-blocks {
  width: auto !important;
}

.g5core__gutter-0 {
  margin-right: 0;
  margin-left: 0;
}
.g5core__gutter-0 > .g5core__gutter-item {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0 !important;
}
.g5core__gutter-0 .g5core__modern-grid-col {
  padding-right: 0;
  padding-left: 0;
}
.g5core__gutter-0 .g5core__modern-grid-col > .g5core__gutter-item {
  padding-bottom: 0;
}
.g5core__gutter-0 .slick-slide > div {
  padding: 0;
}

.g5core__gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.g5core__gutter-10 > .g5core__gutter-item {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
}
.g5core__gutter-10 .g5core__modern-grid-col {
  padding-right: 5px;
  padding-left: 5px;
}
.g5core__gutter-10 .g5core__modern-grid-col > .g5core__gutter-item {
  padding-bottom: 10px;
}
.g5core__gutter-10 .slick-slide > div {
  padding: 0 5px;
}

.g5core__gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.g5core__gutter-20 > .g5core__gutter-item {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}
.g5core__gutter-20 .g5core__modern-grid-col {
  padding-right: 10px;
  padding-left: 10px;
}
.g5core__gutter-20 .g5core__modern-grid-col > .g5core__gutter-item {
  padding-bottom: 20px;
}
.g5core__gutter-20 .slick-slide > div {
  padding: 0 10px;
}

.g5core__gutter-30 {
  margin-right: -15px;
  margin-left: -15px;
}
.g5core__gutter-30 > .g5core__gutter-item {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}
.g5core__gutter-30 .g5core__modern-grid-col {
  padding-right: 15px;
  padding-left: 15px;
}
.g5core__gutter-30 .g5core__modern-grid-col > .g5core__gutter-item {
  padding-bottom: 30px;
}
.g5core__gutter-30 .slick-slide > div {
  padding: 0 15px;
}

.g5core__gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}
.g5core__gutter-40 > .g5core__gutter-item {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
}
.g5core__gutter-40 .g5core__modern-grid-col {
  padding-right: 20px;
  padding-left: 20px;
}
.g5core__gutter-40 .g5core__modern-grid-col > .g5core__gutter-item {
  padding-bottom: 40px;
}
.g5core__gutter-40 .slick-slide > div {
  padding: 0 20px;
}

.slick-slider-rows {
  margin: 0;
}
.slick-slider-rows .slick-slide > div {
  padding: 0;
}
.slick-slider-rows .g5core__listing-blocks {
  margin-right: 0;
  margin-left: 0;
}
.slick-slider-rows .g5core__modern-grid-col > .g5core__gutter-item {
  padding-right: 0;
  padding-left: 0;
}

.g5core__gutter-slider-rows-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.g5core__gutter-slider-rows-10 .g5core__gutter-item {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
}

.g5core__gutter-slider-rows-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.g5core__gutter-slider-rows-20 .g5core__gutter-item {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}

.g5core__gutter-slider-rows-30 {
  margin-right: -15px;
  margin-left: -15px;
}
.g5core__gutter-slider-rows-30 .g5core__gutter-item {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}

.g5core__gutter-slider-rows-40 {
  margin-right: -20px;
  margin-left: -20px;
}
.g5core__gutter-slider-rows-40 .g5core__gutter-item {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Extends css
--------------------------------------------------------------*/
.entry-content:after, .comment-form:after, .widget:after {
  content: "";
  display: block;
  clear: both;
}

.font-body,
body,
.g5core-site-footer h4.widget-title,
.article-post .entry-title,
.g5blog__post-title {
  font-family: "iransans";
}

.font-primary,
.gel-heading-title,
.pricing-price-duration,
.site-branding-text .site-title,
.g5core-site-footer.widget-twitter h4.widget-title,
.page-main-title,
.comments-area .comments-title,
.comments-area .comment-reply-title,
.g5blog__block-title,
.widget .widget-title {
  font-family: "Work Sans";
}

.text-color,
body,
.custom-color-social-icons.gel-social-icons .si-shape i,
.g5core-site-footer .widget_nav_menu ul li a {
  color: #7d7d7d;
}

blockquote cite, .custom-mailchimp .thallo-mailchimp button[type=submit]:before, .white-text-color .thallo-contact .submit input[type=submit], .gel-icon-box .title:hover, .gel-icon-box .btn.btn-link:after, .gel-icon-box .btn.btn-link:hover, div.gel-image-box h4.title a:hover, div.gel-image-box .btn.btn-link:after, div.gel-image-box .btn.btn-link:hover, .gel-our-team h4.gel-our-team-name, .gel-our-team .gel-our-team-social:hover, .slick-arrows .slick-arrow, .custom-color-social-icons.gel-social-icons a:hover i, .gel-testimonial-name, .wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus, .wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.accordion-box-shadown .vc_tta-panel.vc_active .vc_tta-panel-title, div.x-mega-sub-menu .gel-list .gel-list-item:hover, .site-info a, .g5core-site-footer #ctf .ctf-item .ctf-author-box:before, ul.breadcrumbs li.breadcrumb-leaf, .g5core-breadcrumbs li.breadcrumb-leaf, .slick-dots li.slick-active,
.slick-dots li:hover,
.slick-arrow:active,
.slick-dots li:active,
.slick-arrow:focus,
.slick-dots li:focus, .g5core__paging.next-prev > a, .g5core__cate-filer li:hover, .g5core__cate-filer li:active, .g5core__cate-filer li.active, ul.g5core__share-list li a:hover, .wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote .wp-block-pullquote__citation, .wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote .wp-block-quote__citation, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color), .wp-block-archives li > a:hover,
.wp-block-categories li > a:hover, .wp-block-archives .current-cat > a,
.wp-block-categories .current-cat > a, .wp-block-rss a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover, .article-post .entry-title a:hover, .article-post .entry-meta a:hover, .article-post .entry-meta .meta-author .title-meta-author, .article-post .btn-read-more i, .author-info-content .name a:hover, .comment-form a:hover, .comment-list li.pingback .comment-body .edit-link a:hover,
.comment-list li.trackback .comment-body .edit-link a:hover, .comment-list .comment-author .fn > a:hover, .comment-list .reply a:after, .comment-list .reply a:hover,
.comment-list .comment-metadata a:hover, .comment-list .comment-reply-title small a:hover, .page-numbers:not(ul).prev, .page-numbers:not(ul).next, ul.g5blog__post-meta li.meta-author span, ul.g5blog__post-meta li a:hover, .g5blog__post-title:hover, .widget_search input:focus + button:before, .widget_rss ul a:hover,
.widget_recent_entries ul a:hover,
.widget_recent_comments ul a:hover,
.widget_meta ul a:hover, .widget_archive ul li > a:hover,
.widget_categories ul li > a:hover,
.widget_nav_menu ul li > a:hover,
.widget_pages ul li > a:hover, .widget_archive ul .current-cat > a,
.widget_categories ul .current-cat > a,
.widget_nav_menu ul .current-cat > a,
.widget_pages ul .current-cat > a, .widget_pages ul .current_page_item > a, .widget_nav_menu ul .current-menu-item > a, .content-404-wrapper h2 {
  color: #4b2bb0;
}

.faq-active-bg-blue div.vc_toggle.vc_toggle_active .vc_toggle_icon, .custom-image-box-style-08 .gel-image-box-style-08 h4.title:before, .image-box-bg-white .gel-image-box:before,
.custom-image-box-style-08 .gel-image-box:before, .slick-arrows .slick-arrow:hover, .wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus, .g5core-back-to-top:focus, .g5core-back-to-top:hover, .g5core__paging.next-prev > a:hover, .post-navigation .nav-links > div:hover, .page-numbers:not(ul).prev:hover, .page-numbers:not(ul).next:hover, .page-links > .post-page-numbers:hover, .page-links > .post-page-numbers.current {
  background-color: #4b2bb0;
}

blockquote, .wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus, .g5core__paging.next-prev > a:hover, .wp-block-quote, .wp-block-quote.has-text-align-left, .wp-block-button.is-style-outline .wp-block-button__link:hover, .post-navigation .nav-links > div:hover, .page-numbers:not(ul).prev:hover, .page-numbers:not(ul).next:hover, .page-links > .post-page-numbers:hover, .page-links > .post-page-numbers.current {
  border-color: #4b2bb0;
}

.accent-foreground-color,
.slick-arrows .slick-arrow:hover,
.pricing-featured-text span,
.g5core-back-to-top:focus,
.g5core-back-to-top:hover,
.g5core__paging.next-prev > a:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-tag-cloud a:hover,
.post-navigation .nav-links > div:hover,
.page-numbers:not(ul).prev:hover,
.page-numbers:not(ul).next:hover,
.page-links > .post-page-numbers:hover,
.page-links > .post-page-numbers.current,
.tagcloud a:hover {
  color: #fff;
}

.accent-foreground-bg-color,
.slick-arrows .slick-arrow {
  background-color: #fff;
}

.disabled-color {
  color: #ccc;
}

.caption-color,
.blocks-gallery-caption {
  color: #ababab;
}

.border-color,
.border-client .wpb_wrapper,
.faq-active-bg-blue div.vc_toggle,
.image-box-border .gel-image-box,
.custom-image-box-style-08 .gel-image-box,
.our-team-hover-border .gel-our-team .gel-our-team-inner,
.custom-color-social-icons.gel-social-icons a:hover,
.gel-pricing-line,
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.accordion-box-shadown .vc_tta-panel:not(.vc_active),
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.accordion-background .vc_tta-panel,
.wp-block-table th,
.wp-block-table td,
ul.wp-block-latest-posts.is-grid li,
.article-archive-post,
.article-single-post,
.post-navigation .nav-links > div,
.page-links > .post-page-numbers,
.g5blog__single,
.g5blog__layout-large-image .g5blog__post-default .g5blog__post-inner,
.g5blog__post-medium-image .g5blog__post-inner,
.g5blog__post-grid .g5blog__post-content,
.g5blog__post-grid-custom-02 .g5blog__post-grid .g5blog__post-inner {
  border-color: #ebebeb;
}

.heading-color,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
blockquote p,
.gel-counter,
.gel-heading-subtitle,
.gel-testimonial-job,
.pricing-name,
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-accordion.custom-accordion.white-text-color .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus,
div.x-mega-sub-menu .gel-heading-title,
.g5core-site-footer .opening-time p,
ul.breadcrumbs,
.g5core-breadcrumbs,
.g5core__share-label,
.wp-block-archives li > a,
.wp-block-categories li > a,
.wp-block-tag-cloud label,
.comments-area .comments-title,
.comments-area .comment-reply-title,
.comment-list li.pingback .comment-body a:not(.comment-edit-link),
.comment-list li.trackback .comment-body a:not(.comment-edit-link),
.comment-list .comment-author .fn,
.comment-list .reply,
.post-navigation .nav-links .nav-title,
.page-numbers:not(ul).current,
.page-numbers:not(ul):hover,
.page-links .page-links-title,
.g5blog__block-title,
.widget_search button:before,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_archive ul li > a,
.widget_categories ul li > a,
.widget_nav_menu ul li > a,
.widget_pages ul li > a,
.tagcloud label,
.widget_calendar caption,
.content-404-wrapper h4 {
  color: #000;
}

.primary-color,
.gel-heading-title,
.pricing-price .pricing-price-currency,
.pricing-price .pricing-price-number,
.pricing-price .pricing-price-duration,
.page-main-title {
  color: #4f4f6f;
}

.primary-bg-color {
  background-color: #4f4f6f;
}

.secondary-color {
  color: #6428cb;
}

.secondary-bg-color {
  background-color: #6428cb;
}


/*# sourceMappingURL=style.css.map */
