@charset "UTF-8";
/*--------------------------------------------------------------
## 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: 14px;
  line-height: 1.6;
  letter-spacing: normal;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  text-align: left;
}

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

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: 38px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

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-left: 0;
}

blockquote {
  margin: 0 0 1.5rem;
  border-left: solid 3px;
  padding: 30px 0 30px 40px;
}
blockquote p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}
blockquote cite {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
}
blockquote p + cite {
  margin-top: 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0073aa;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #005177;
  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;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

::-moz-selection {
  background-color: #485cc7;
  color: #fff;
}

::selection {
  background-color: #485cc7;
  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 0.75rem;
  height: 50px;
  line-height: 48px;
  border: solid 1px;
  color: #999;
  background-color: #fafafa;
  max-width: 100%;
  border-radius: 0;
}
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: #b6b6b6;
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type]::-moz-placeholder {
  color: #b6b6b6;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type]:-ms-input-placeholder {
  color: #b6b6b6;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type]::-webkit-input-placeholder {
  color: #b6b6b6;
}

textarea {
  height: auto;
  line-height: 1.6;
  padding-top: 0.75rem;
}

/*--------------------------------------------------------------
## 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;
  left: 2px;
  right: 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;
  left: 0;
  margin: auto;
  position: absolute;
  right: -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);
}

.heading-description {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}

@media (max-width: 767px) {
  .gel-social-text-center-sm > ul.list-si,
.gel-list-text-center-sm li.item-list {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.fs-18 {
  font-size: 1.125rem;
}

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

.gel-other-title {
  display: inline-block;
  margin-bottom: 15px;
  width: 50px;
  margin-right: 40px;
}

.gel-tab .vc_tta-tabs-container {
  margin-bottom: -1px !important;
}
.gel-tab .vc_tta-tab > a {
  border: none !important;
  border-bottom: solid 1px transparent !important;
  font-weight: 600;
  color: #999999 !important;
}
.gel-tab .vc_tta-tab.vc_active > a {
  border-bottom: solid 1px !important;
  color: #1b1b1b !important;
}
.gel-tab .vc_tta-panels {
  border: none !important;
  border-top: solid 1px #ececec !important;
}
.gel-tab .vc_tta-panel-body {
  padding: 0 !important;
  padding-top: 45px !important;
}

.border-radius-iframe-3 iframe {
  border-radius: 3px;
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .gel-space-150 .gel-space {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .mg-left-75-lg {
    margin-left: 75px;
  }
}
.desc-landing {
  font-family: "Poppins";
  font-size: 1rem;
  text-align: center;
  letter-spacing: -0.06em;
}

.pd-rl-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.bg-animate {
  height: 140px;
  background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: animatedBackground 30s linear infinite;
}

@media (max-width: 768px) {
  .bg-animate {
    height: 80px;
  }
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site layout style
--------------------------------------------------------------*/
#site-wrapper {
  background-color: #fff;
}

#primary-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

#sidebar {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 35px;
}
#sidebar.order-lg-first {
  padding-left: 10px;
  padding-right: 35px;
}

body:not(.has-sidebar) #main-content {
  margin-left: auto;
  margin-right: auto;
}

body.has-sidebar #main-content {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

body.single-post.no-sidebar #main-content {
  -ms-flex: 0 0 640.0000032px;
  flex: 0 0 640.0000032px;
  max-width: 640.0000032px;
}

@media only screen and (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 959px) {
  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%;
    padding-left: 10px;
    margin-top: 2rem;
  }

  #sidebar.order-lg-first {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  body.g5core__stretched_content .g5core__single-breadcrumbs > .container,
body.g5core__stretched_content #primary-content > .container {
    max-width: 95%;
  }
  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%;
  }
}
/*--------------------------------------------------------------
## WP core
--------------------------------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.bypostauthor {
  display: block;
}

.alignnone {
  margin: 0.375rem 1.5rem 1.5rem 0;
}

.aligncenter {
  margin: 0.375rem auto 0.375rem auto;
}

img.aligncenter {
  display: block;
}

.alignright {
  float: right;
  margin: 0.375rem 0 1.5rem 1.25rem;
}

.alignleft {
  float: left;
  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.alignleft {
  margin: 0.375rem 1.25rem 1.5rem 0;
}

.wp-caption.alignright {
  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: 12px;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-style: italic;
}

.wp-block-separator {
  border-bottom: 2px solid #ececec;
  border-top: 0;
}

/* 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;
  left: 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: left;
  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: left;
  padding: 0 0.75rem 0 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## WP block
--------------------------------------------------------------*/
.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-quote:not(.is-large):not(.is-style-large) {
  margin: 0 0 1.5rem;
  border-left: solid 3px;
  padding-left: 40px;
}
.wp-block-quote.has-text-align-right {
  border-left: none !important;
  border-right: solid 3px;
  padding-right: 40px;
  padding-left: 0 !important;
}

.wp-block-pullquote blockquote {
  border: none !important;
}

.wp-block-quote cite, .wp-block-quote footer, .wp-block-quote__citation {
  font-size: 0.75rem;
  font-style: normal;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
  font-size: 1rem;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 1.6rem;
}

.wp-block-pullquote blockquote {
  margin-bottom: 0;
}
.wp-block-pullquote.is-style-solid-color {
  padding: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
  border-left-width: 0;
}

.wp-block-button__link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  height: 2.625rem;
  line-height: 2.5rem;
  padding: 0 1.125rem;
  font-weight: 400;
  border: solid 1px transparent;
  white-space: nowrap;
  -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: #485cc7;
  border-color: #485cc7;
}
.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: #374ab2;
  border-color: #3446a8;
}
.wp-block-button__link:not(.has-background):not(.has-text-color).btn-outline {
  color: #485cc7;
}
.wp-block-button__link:not(.has-background):not(.has-text-color).btn-outline:focus, .wp-block-button__link:not(.has-background):not(.has-text-color).btn-outline:hover, .wp-block-button__link:not(.has-background):not(.has-text-color).btn-outline:active {
  background-color: #485cc7;
  color: #fff;
  border-color: #485cc7;
}
.wp-block-button__link:not(.has-background):not(.has-text-color).btn-link {
  color: #485cc7;
}
.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: 0.25rem;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  color: #fff;
  background-color: #485cc7;
  border-color: #485cc7;
}
.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: #374ab2;
  border-color: #3446a8;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover.btn-outline {
  color: #485cc7;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover.btn-outline:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover.btn-outline:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover.btn-outline:active {
  background-color: #485cc7;
  color: #fff;
  border-color: #485cc7;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover.btn-link {
  color: #485cc7;
}
.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: #485cc7 !important;
}

.wp-block-latest-comments {
  padding-left: 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;
  margin-bottom: 1.5rem;
}
.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 1.25rem;
  margin: 0;
}
.wp-block-archives li,
.wp-block-categories li {
  position: relative;
}
.wp-block-archives li > a,
.wp-block-categories li > a {
  color: inherit;
  display: block;
  padding: 0.5rem 0 0.5rem 1.25rem;
  position: relative;
  line-height: 20px;
  min-height: 36px;
}
.wp-block-archives li > a:before,
.wp-block-categories li > a:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.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-latest-posts,
.wp-block-latest-comments {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.wp-block-latest-posts .children,
.wp-block-latest-comments .children {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.wp-block-latest-posts li,
.wp-block-latest-comments li {
  padding: 0.5rem 0;
  line-height: 20px;
  margin-bottom: 0;
}
.wp-block-latest-posts a,
.wp-block-latest-comments a {
  color: inherit;
}
ul.wp-block-latest-posts.is-grid li {
  border-top: solid 1px;
  margin-bottom: 1.5rem;
}

.wp-block-embed,
.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-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-tag-cloud a {
  border: 1px solid;
  color: inherit;
  font-size: 0.625rem !important;
  text-transform: uppercase;
  padding: 0 0.9375rem;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-tag-cloud a:hover {
  border-color: currentColor;
}

.wp-block-gallery {
  margin-bottom: 1.5rem;
}

.blocks-gallery-caption {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.blocks-gallery-grid {
  margin-bottom: -16px;
}

.wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-image.aligncenter {
  margin: 1.5rem auto 1.5rem auto;
}

.wp-block-image.alignright {
  margin: 0.375rem 0 1.5rem 1.25rem;
}

.wp-block-image.alignleft {
  margin: 0.375rem 1.25rem 1.5rem 0;
}

body.no-sidebar .wp-block-image.alignfull {
  max-width: none;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .wp-block-cover.alignwide {
  margin-left: -159.9999984px;
  margin-right: -159.9999984px;
  width: auto;
}
@media screen and (min-width: 1200px) and (max-width: 959px) {
  body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .wp-block-cover.alignwide {
    margin-left: -125px;
    margin-right: -125px;
    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-left: -35px;
    margin-right: -35px;
    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-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.no-sidebar .wp-block-image.alignfull {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  body.has-sidebar .wp-block-image.alignfull {
    max-width: none;
    margin-left: calc(-100vw/2 + 690px/2);
    margin-right: calc(-100vw/2 + 690px/2);
  }
}
@media only screen and (max-width: 767px) {
  body.has-sidebar .wp-block-image.alignfull {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

p.has-drop-cap:not(:focus)::first-letter {
  font-size: 3.57em;
  font-weight: 600;
  line-height: 0.9em;
  margin: 0 20px 0 0;
}

.wp-block-image figcaption {
  font-size: 11px;
  font-style: italic;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.article-post {
  margin-bottom: 3rem;
}
.article-post.page .entry-content {
  margin-bottom: 0;
}
.article-post.sticky {
  background-color: #fafafa;
  padding: 2rem;
}
.article-post .entry-header {
  text-align: left;
}
.article-post .entry-footer {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.6875rem;
  font-weight: 600;
  text-align: left;
  line-height: 22px;
}
.article-post .entry-footer .link-more {
  margin-bottom: 0;
}
.article-post .entry-footer .link-more > a {
  text-transform: uppercase;
}
.article-post .entry-footer .link-more > a:before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 0.25rem;
  border-top: solid 1px currentColor;
  width: 2rem;
  color: inherit;
}
.article-post .entry-footer .meta-comment {
  margin-left: auto;
}
.article-post .entry-footer .meta-comment a {
  text-transform: uppercase;
  color: inherit;
}
.article-post .post-thumbnail {
  margin-bottom: 2rem;
}
.article-post .entry-title {
  font-size: 1.25rem;
  font-weight: 600;
  word-break: break-word;
}
.article-post .entry-title a {
  color: inherit;
}
.article-post .entry-meta {
  margin-bottom: 1.25rem;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
}
.article-post .entry-meta a {
  color: inherit;
}
.article-post .entry-meta li {
  display: inline-block;
  margin-right: 15px;
}
.article-post .post-tags {
  font-size: 14px;
  font-weight: 400;
}
.article-post .post-tags a {
  display: inline-block;
  color: inherit;
}
.article-post .post-tags a + a {
  margin-left: 5px;
}
.article-post .post-tags label {
  font-weight: 600;
  margin: 0 10px 0 0;
}

#main-content .article-post:last-child {
  margin-bottom: 0;
}

body.page .article-post {
  margin-bottom: 0;
}

.entry-excerpt {
  margin-bottom: 1.25rem;
}
.entry-excerpt p {
  margin-bottom: 0;
}

.entry-content {
  margin-bottom: 1.5rem;
}
.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 {
  padding: 3rem 0 0;
  border-top: solid 1px;
  margin-top: 3rem;
}

.author-info-inner {
  display: -ms-flexbox;
  display: flex;
}

.author-info-avatar {
  width: 80px;
  margin-right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.author-info-avatar img {
  border-radius: 100%;
}

.author-info-content .name {
  font-size: 1rem;
}
.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;
}

/*--------------------------------------------------------------
## Helper
--------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: bottom;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.fnone {
  float: none !important;
}

/*--------------------------------------------------------------
## Extends css
--------------------------------------------------------------*/
.entry-content:after {
  content: "";
  display: block;
  clear: both;
}

.font-body,
body {
  font-family: "Arimo";
}

.font-primary,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
blockquote p,
blockquote cite,
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,
.gel-tab .vc_tta-tab > a,
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote__citation,
.wp-block-tag-cloud a,
p.has-drop-cap:not(:focus)::first-letter,
.article-post .post-tags label {
  font-family: "Poppins";
}

.text-color,
body,
.wp-block-image figcaption {
  color: #999999;
}

.text-border-color {
  border-color: #999999;
}

.text-bg-color {
  background-color: #999999;
}

.accent-text-color,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.article-post .entry-footer .link-more > a:hover,
.article-post .entry-footer .meta-comment a:hover,
.article-post .entry-title a:hover,
.article-post .entry-meta a:hover {
  color: #485cc7;
}

.accent-bg-color {
  background-color: #485cc7;
}

.accent-border-color,
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,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #485cc7;
}

.accent-foreground-color,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
}

.accent-foreground-border-color {
  border-color: #fff;
}

.accent-foreground-bg-color {
  background-color: #fff;
}

.disabled-color {
  color: #ccc;
}

.caption-color,
.blocks-gallery-caption {
  color: #ababab;
}

.border-color,
hr,
blockquote,
table th,
table td,
table thead th,
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,
.wp-block-table th,
.wp-block-table td,
.wp-block-quote:not(.is-large):not(.is-style-large),
ul.wp-block-latest-posts.is-grid li,
.wp-block-tag-cloud a,
.author-info-wrap {
  border-color: #ececec;
}

.heading-color,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
blockquote p,
.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-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-tag-cloud a,
.wp-block-tag-cloud a:hover,
p.has-drop-cap:not(:focus)::first-letter,
.article-post .entry-footer .link-more > a,
.article-post .post-tags a:hover,
.article-post .post-tags label {
  color: #1b1b1b;
}

.heading-bg-color {
  background-color: #1b1b1b;
}

.heading-border-color {
  border-color: #1b1b1b;
}

.primary-color {
  color: #d64c35;
}

.secondary-color {
  color: #00c389;
}

.dark-color {
  color: #1b1b1b;
}

.gray-color,
blockquote cite,
caption,
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote__citation,
.author-info-content .desc {
  color: #aaaaaa;
}

/*# sourceMappingURL=editor-style.css.map */
