/*!
Theme Name: Stunning
Theme URI: https://ripplethemes.com/downloads/stunning-wordpress-theme/
Author: ripplethemes
Author URI: https://ripplethemes.com/
Description: Stunning is a Free WordPress Theme perfect for online bloggers, writers, travelers & photographers. This theme has an awesome layout for the home page and single page.This WordPress is clean and responsive theme with Grid and list Post styles which gives the website a clean and sturdy look.More details here https://ripplethemes.com/downloads/stunning-wordpress-theme/.
Version: 2.0.0
Tested up to: 5.4.2
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stunning
Tags: custom-background, custom-header, one-column, two-columns, three-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, news

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Stunning is free WordPress theme by,Ripplethemes.
Stunning is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }
@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 0; } }
@keyframes scrollDown {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 0; } }
@keyframes scrollup {
  0% {
    transform: translateY(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translateY(-20px);
    opacity: 0; } }
@-webkit-keyframes shooting {
  from {
    right: -100px; }
  to {
    right: calc( 100% + 100px ); } }
@keyframes shooting {
  from {
    right: -100px; }
  to {
    right: calc( 100% + 100px ); } }
@keyframes shooting1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 1; }
  20% {
    transform: translate(-50px, 50px) rotate(-20deg);
    opacity: 0.8; }
  40% {
    transform: translate(-150px, 150px) rotate(-30deg);
    opacity: 0.5; }
  60% {
    transform: translate(-250px, 250px) rotate(-30deg);
    opacity: 0.3; }
  80% {
    transform: translate(-350px, 350px) rotate(-30deg);
    opacity: 0.2; }
  100% {
    transform: translate(-500px, 500px) rotate(-30deg);
    opacity: 0; } }
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.2; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }
@keyframes fade-in {
  0% {
    opacity: 0.5; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1; }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0; } }
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    transform: translate(0px, 0px) rotate(0deg); } }
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); } }
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px); }
  100% {
    transform: translate(-346px, 617px); } }
@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px); }
  100% {
    -webkit-transform: translate(-346px, 617px); } }
@keyframes animationFramesFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg); }
  100% {
    transform: translate(251px, -200px) rotate(180deg); } }
@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg); }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg); } }
@keyframes animationFramesFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg); }
  21% {
    transform: translate(4px, -190px) rotate(38deg); }
  41% {
    transform: translate(-139px, -200px) rotate(74deg); }
  60% {
    transform: translate(-263px, -164px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg); } }
@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg); }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg); }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg); }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg); } }
@keyframes gradientBG {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 300% 0; }
  100% {
    background-position: 0 0; } }
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 300% 0; }
  100% {
    background-position: 0 0; } }
@keyframes imageBgAnim {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 120% 0; }
  100% {
    background-position: 0 0; } }
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 120% 0; }
  100% {
    background-position: 0 0; } }
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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: .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-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; }

cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Lora", serif;
  line-height: 1.5;
  font-family: "Lora", serif;
  background-color: #ffffff;
  position: relative;
  font-size: 1rem;
  color: #555555;
  font-weight: 400;
  letter-spacing: .5px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prata", serif;
  color: #000000;
  font-weight: 700;
  line-height: 1.5; }
  h1::after,
  h2::after,
  h3::after,
  h4::after,
  h5::after,
  h6::after {
    display: block;
    clear: both;
    content: ""; }

p {
  margin: 0;
  padding: 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  font-style: normal;
  line-height: inherit; }

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

pre,
samp
code,
kbd,
tt,
var {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #E8E8E8;
  cursor: help; }

mark,
ins {
  background: #000000;
  text-decoration: none; }

big {
  font-size: 125%; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

/* Elements
--------------------------------------------- */
body {
  background: #ffffff; }

.section {
  padding-top: 100px; }

hr {
  background-color: #E8E8E8;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

dd,
dl,
ol ol,
ul ul,
ol ul,
ul ol,
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: 700; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

figure {
  margin: 0; }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto; }

svg {
  overflow: hidden;
  vertical-align: middle; }

a {
  color: #555555;
  text-decoration: none; }
  a:visited {
    color: #000000; }
  a:hover, a:focus, a:active {
    color: #e73e3b; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
[class*=common-button] {
  -webkit-font-smoothing: antialiased;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  padding: .5rem 2rem;
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 164px;
  min-height: 40px;
  border: none;
  outline: none;
  line-height: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  [class*=common-button]:disabled {
    color: #ffffff;
    background-color: #555555;
    border-color: 0;
    opacity: 0.65;
    cursor: not-allowed; }
  [class*=common-button].is-disable {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555; }
    [class*=common-button].is-disable.is-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ffffff; }
      [class*=common-button].is-disable.is-icon i {
        margin-right: .5rem;
        font-size: .9375rem; }
  [class*=common-button].is-bg {
    color: #ffffff;
    background-color: #e73e3b;
    border-color: #e73e3b; }
    [class*=common-button].is-bg:disabled {
      color: #ffffff;
      background-color: #F7F7F7;
      border-color: transparent;
      opacity: 0.65;
      cursor: not-allowed; }
    [class*=common-button].is-bg.is-pink {
      background-color: #e73e3b; }
    [class*=common-button].is-bg.is-white {
      background-color: #ffffff;
      color: #555555; }
    [class*=common-button].is-bg:hover {
      background-color: #e73e3b;
      border-color: #e73e3b;
      color: #ffffff; }
    [class*=common-button].is-bg.is-disable {
      color: #ffffff;
      background-color: #F7F7F7;
      border-color: #F7F7F7; }
    [class*=common-button].is-bg.is-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ffffff; }
      [class*=common-button].is-bg.is-icon i {
        margin-right: .5rem;
        font-size: 1.2rem; }
  [class*=common-button].is-full-line {
    width: 100%; }
  [class*=common-button].is-clear {
    background-color: transparent;
    border-width: 0;
    min-width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    font-size: .9375rem;
    padding: 0;
    min-height: initial;
    min-width: initial; }
    [class*=common-button].is-clear svg {
      margin-left: .6125rem;
      -webkit-transition: margin 0.5s ease-in-out;
      -o-transition: margin 0.5s ease-in-out;
      transition: margin 0.5s ease-in-out; }
    [class*=common-button].is-clear:hover {
      color: #e73e3b; }
      [class*=common-button].is-clear:hover svg {
        margin-left: .6125rem; }
  [class*=common-button].is-border {
    background-color: transparent;
    color: #000000;
    border: 1px solid;
    border-color: #E8E8E8; }
    [class*=common-button].is-border.is-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #000000;
      font-size: .9375rem; }
      [class*=common-button].is-border.is-icon i {
        margin-right: .5rem; }
    [class*=common-button].is-border:hover {
      border-color: #e73e3b;
      color: #e73e3b; }
  [class*=common-button].no-border {
    background-color: transparent;
    color: #e73e3b;
    border-color: transparent; }
    [class*=common-button].no-border.is-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #e73e3b;
      font-size: .9375rem; }
      [class*=common-button].no-border.is-icon i {
        margin-right: .5rem; }
  [class*=common-button]:focus {
    outline: 1px dotted; }
  [class*=common-button] svg {
    margin-right: 10px; }

.buttons button:not(:last-child),
.buttons a:not(:last-child) {
  margin-right: 1rem; }
.buttons.is-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.buttons.is-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.buttons.is-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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: .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-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

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 {
  display: block;
  width: 100%;
  min-height: calc(2rem + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #E8E8E8;
  border-radius: .25rem; }
  input[type="text"].placeholder,
  input[type="email"].placeholder,
  input[type="url"].placeholder,
  input[type="password"].placeholder,
  input[type="search"].placeholder,
  input[type="number"].placeholder,
  input[type="tel"].placeholder,
  input[type="range"].placeholder,
  input[type="date"].placeholder,
  input[type="month"].placeholder,
  input[type="week"].placeholder,
  input[type="time"].placeholder,
  input[type="datetime"].placeholder,
  input[type="datetime-local"].placeholder,
  input[type="color"].placeholder,
  textarea.placeholder {
    color: #555555;
    font-size: .775rem;
    text-transform: capitalize; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="range"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #555555;
    font-size: .775rem;
    text-transform: capitalize; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #555555;
    font-size: .775rem;
    text-transform: capitalize; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #555555;
    font-size: .775rem;
    text-transform: capitalize; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #555555;
    font-size: .775rem;
    text-transform: capitalize; }
  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 {
    box-shadow: none;
    outline: none;
    -webkit-outline: none;
    border-color: #e73e3b;
    background-color: #ffffff; }

textarea {
  width: 100%;
  display: block;
  width: 100%;
  min-height: calc(2rem + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #E8E8E8;
  border-radius: .25rem; }
  textarea.placeholder {
    color: #555555;
    font-size: .775rem;
    text-transform: capitalize; }
  textarea:-moz-placeholder {
    color: #555555;
    font-size: .775rem;
    text-transform: capitalize; }
  textarea::-moz-placeholder {
    color: #555555;
    font-size: .775rem;
    text-transform: capitalize; }
  textarea:-ms-input-placeholder {
    color: #555555;
    font-size: .775rem;
    text-transform: capitalize; }
  textarea::-webkit-input-placeholder {
    color: #555555;
    font-size: .775rem;
    text-transform: capitalize; }
  textarea:focus {
    box-shadow: none;
    outline: none;
    -webkit-outline: none;
    border-color: #e73e3b;
    background-color: #ffffff; }

.search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .search-bar .search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #E8E8E8;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    border-radius: 1.5rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #ffffff;
    flex-grow: 1;
    max-width: 250px;
    padding-right: .6125rem; }
    .search-bar .search-wrap input.form-control {
      flex-grow: 1;
      min-height: calc(1.5rem + .75rem + 2px);
      border: none;
      display: initial;
      -webkit-border-radius: 1.5rem;
      -moz-border-radius: 1.5rem;
      -ms-border-radius: 1.5rem;
      border-radius: 1.5rem;
      background-color: #ffffff; }
      .search-bar .search-wrap input.form-control:focus {
        background-color: #ffffff; }
    .search-bar .search-wrap span {
      padding: 0 .5rem;
      padding-right: 0;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      cursor: pointer; }
      .search-bar .search-wrap span i, .search-bar .search-wrap span svg {
        font-size: 1rem;
        color: #e73e3b; }
  .search-bar button {
    padding: 0;
    width: 40px;
    height: 37px;
    min-width: initial;
    border-color: #C7C7C7;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    margin-left: .6125rem;
    background-color: #ffffff;
    color: #e73e3b;
    text-transform: capitalize; }
    .search-bar button:focus, .search-bar button:hover {
      background-color: #e73e3b;
      color: #ffffff;
      outline: none;
      -webkit-outline: none;
      box-shadow: none; }
  .search-bar a.toggle-icon {
    margin-left: 1rem;
    color: #555555; }
    .search-bar a.toggle-icon svg {
      font-size: 1.5rem; }

.searchform form {
  display: inline-block;
  width: 100%;
  position: relative; }
  .searchform form label {
    float: left;
    width: 100%;
    margin: 0; }
    .searchform form label span {
      clip: rect(1px, 1px, 1px, 1px);
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden; }
    .searchform form label input {
      padding: 11px 15px;
      height: 46px;
      float: left;
      width: 100%;
      border-radius: 4px;
      font-size: 1rem;
      background-color: #ffffff;
      border: 1px solid #E8E8E8;
      color: #000000;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .searchform form input[type="submit"] {
    position: absolute;
    right: 0;
    background-color: #e73e3b;
    color: #ffffff;
    border: 0;
    padding: 12px;
    line-height: 1;
    border-radius: 0px 4px 4px 0;
    height: 46px;
    top: 0;
    width: auto;
    cursor: pointer;
    display: inline-block; }

/* grid
--------------------------------------------- */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
@media (min-width: 1440px) {
  .container {
    max-width: 1360px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .rpl,
.no-gutters > [class*="rpl-"] {
  padding-right: 0;
  padding-left: 0; }

.rpl-1, .rpl-2, .rpl-3, .rpl-4, .rpl-5, .rpl-6, .rpl-7, .rpl-8, .rpl-9, .rpl-10, .rpl-11, .rpl-12, .col,
.rpl-auto, .rpl-sm-1, .rpl-sm-2, .rpl-sm-3, .rpl-sm-4, .rpl-sm-5, .rpl-sm-6, .rpl-sm-7, .rpl-sm-8, .rpl-sm-9, .rpl-sm-10, .rpl-sm-11, .rpl-sm-12, .rpl-sm,
.rpl-sm-auto, .rpl-md-1, .rpl-md-2, .rpl-md-3, .rpl-md-4, .rpl-md-5, .rpl-md-6, .rpl-md-7, .rpl-md-8, .rpl-md-9, .rpl-md-10, .rpl-md-11, .rpl-md-12, .rpl-md,
.rpl-md-auto, .rpl-lg-1, .rpl-lg-2, .rpl-lg-3, .rpl-lg-4, .rpl-lg-5, .rpl-lg-6, .rpl-lg-7, .rpl-lg-8, .rpl-lg-9, .rpl-lg-10, .rpl-lg-11, .rpl-lg-12, .rpl-lg,
.rpl-lg-auto, .rpl-xl-1, .rpl-xl-2, .rpl-xl-3, .rpl-xl-4, .rpl-xl-5, .rpl-xl-6, .rpl-xl-7, .rpl-xl-8, .rpl-xl-9, .rpl-xl-10, .rpl-xl-11, .rpl-xl-12, .rpl-xl,
.rpl-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.rpl-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.rpl-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.rpl-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.rpl-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.rpl-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.rpl-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.rpl-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.rpl-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.rpl-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.rpl-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.rpl-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.rpl-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.rpl-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .rpl-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .rpl-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .rpl-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .rpl-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .rpl-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .rpl-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .rpl-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .rpl-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .rpl-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .rpl-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .rpl-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .rpl-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .rpl-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .rpl-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .rpl-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .rpl-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .rpl-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .rpl-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .rpl-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .rpl-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .rpl-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .rpl-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .rpl-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .rpl-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .rpl-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .rpl-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .rpl-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .rpl-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .rpl-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .rpl-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .rpl-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .rpl-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .rpl-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .rpl-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .rpl-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .rpl-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .rpl-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .rpl-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .rpl-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .rpl-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .rpl-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .rpl-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .rpl-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .rpl-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .rpl-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .rpl-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .rpl-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .rpl-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .rpl-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .rpl-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .rpl-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .rpl-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .rpl-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .rpl-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .rpl-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .rpl-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
/* tables
--------------------------------------------- */
table {
  margin: 0 0 1.5em;
  width: 100%; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table .table {
  background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .table-responsive-xl > .table-bordered {
    border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table-responsive > .table-bordered {
  border: 0; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.sidebar, .canvas-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .sidebar .widget, .canvas-sidebar .widget {
    margin-top: 2rem;
    padding: 15px;
    -webkit-box-shadow: 0 1px 6px #E8E8E8;
    box-shadow: 0 1px 6px #E8E8E8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .sidebar .widget .sidebar-title, .canvas-sidebar .widget .sidebar-title {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-transform: uppercase;
      margin-bottom: 1rem; }
      .sidebar .widget .sidebar-title h3, .canvas-sidebar .widget .sidebar-title h3 {
        font-size: .775rem;
        text-transform: uppercase;
        margin: 0;
        padding: 0 .5rem; }
      .sidebar .widget .sidebar-title:before, .sidebar .widget .sidebar-title:after, .canvas-sidebar .widget .sidebar-title:before, .canvas-sidebar .widget .sidebar-title:after {
        content: "";
        width: 20px;
        height: 1.5px;
        background: #e73e3b;
        display: inline-flex; }
      .sidebar .widget .sidebar-title.is-center, .canvas-sidebar .widget .sidebar-title.is-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .sidebar .widget .sidebar-title.is-start, .canvas-sidebar .widget .sidebar-title.is-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .sidebar .widget .sidebar-title.is-end, .canvas-sidebar .widget .sidebar-title.is-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    .sidebar .widget ul li, .canvas-sidebar .widget ul li {
      display: block;
      padding: 10px 0;
      border-bottom: 1px dashed #E8E8E8;
      position: relative; }
      .sidebar .widget ul li a, .canvas-sidebar .widget ul li a {
        font-size: 0.875rem;
        color: #000000; }
        .sidebar .widget ul li a:hover, .sidebar .widget ul li a:visited, .canvas-sidebar .widget ul li a:hover, .canvas-sidebar .widget ul li a:visited {
          color: #e73e3b; }
        .sidebar .widget ul li a:visited, .canvas-sidebar .widget ul li a:visited {
          color: #555555; }
      .sidebar .widget ul li:last-child, .canvas-sidebar .widget ul li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
      .sidebar .widget ul li:first-child, .canvas-sidebar .widget ul li:first-child {
        padding-top: 0; }
    .sidebar .widget.widget_search, .canvas-sidebar .widget.widget_search {
      background: none;
      padding: 0;
      box-shadow: none; }
      .sidebar .widget.widget_search .search-bar .search-wrap, .canvas-sidebar .widget.widget_search .search-bar .search-wrap {
        max-width: 100%; }
      .sidebar .widget.widget_search form, .canvas-sidebar .widget.widget_search form {
        display: inline-block;
        width: 100%;
        position: relative; }
        .sidebar .widget.widget_search form label, .canvas-sidebar .widget.widget_search form label {
          float: left;
          width: 100%;
          margin: 0; }
          .sidebar .widget.widget_search form label span, .canvas-sidebar .widget.widget_search form label span {
            clip: rect(1px, 1px, 1px, 1px);
            position: absolute !important;
            height: 1px;
            width: 1px;
            overflow: hidden; }
          .sidebar .widget.widget_search form label input, .canvas-sidebar .widget.widget_search form label input {
            padding: 11px 15px;
            line-height: 1.2;
            height: 46px;
            float: left;
            width: 100%;
            border-radius: 4px;
            font-size: 1rem;
            line-height: 1;
            background-color: #ffffff;
            border: 1px solid #E8E8E8;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
        .sidebar .widget.widget_search form input[type="submit"], .canvas-sidebar .widget.widget_search form input[type="submit"] {
          position: absolute;
          right: 0;
          background-color: #e73e3b;
          color: #ffffff;
          border: 0;
          padding: 12px;
          line-height: 1;
          border-radius: 0px 4px 4px 0;
          height: 46px;
          top: 0;
          width: auto;
          cursor: pointer;
          display: inline-block; }
    .sidebar .widget.widget_popular_post ul li, .canvas-sidebar .widget.widget_popular_post ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      clear: both;
      padding: 15px 0; }
      .sidebar .widget.widget_popular_post ul li figure, .canvas-sidebar .widget.widget_popular_post ul li figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 100%;
        margin: 0; }
        .sidebar .widget.widget_popular_post ul li figure img, .canvas-sidebar .widget.widget_popular_post ul li figure img {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          width: 100%;
          height: 40px; }
      .sidebar .widget.widget_popular_post ul li .post-content, .canvas-sidebar .widget.widget_popular_post ul li .post-content {
        flex-grow: 1;
        padding-left: .6125rem; }
        .sidebar .widget.widget_popular_post ul li .post-content h5, .canvas-sidebar .widget.widget_popular_post ul li .post-content h5 {
          font-weight: 600;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          margin: 0;
          margin-bottom: .5rem; }
          .sidebar .widget.widget_popular_post ul li .post-content h5 a, .canvas-sidebar .widget.widget_popular_post ul li .post-content h5 a {
            color: #000000;
            font-size: .875rem; }
        .sidebar .widget.widget_popular_post ul li .post-content p, .canvas-sidebar .widget.widget_popular_post ul li .post-content p {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          font-size: 0.775rem; }
        .sidebar .widget.widget_popular_post ul li .post-content .post-meta, .canvas-sidebar .widget.widget_popular_post ul li .post-content .post-meta {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .sidebar .widget.widget_popular_post ul li .post-content .post-meta span, .canvas-sidebar .widget.widget_popular_post ul li .post-content .post-meta span {
            font-size: 0.675rem; }
            .sidebar .widget.widget_popular_post ul li .post-content .post-meta span.post-author, .canvas-sidebar .widget.widget_popular_post ul li .post-content .post-meta span.post-author {
              font-style: italic;
              text-transform: capitalize;
              font-size: 0.675rem;
              font-weight: 600; }
              .sidebar .widget.widget_popular_post ul li .post-content .post-meta span.post-author a, .canvas-sidebar .widget.widget_popular_post ul li .post-content .post-meta span.post-author a {
                font-weight: 600;
                margin-left: 5px;
                font-weight: 400;
                font-size: 0.675rem; }
            .sidebar .widget.widget_popular_post ul li .post-content .post-meta span a, .canvas-sidebar .widget.widget_popular_post ul li .post-content .post-meta span a {
              font-size: .6125rem; }
            .sidebar .widget.widget_popular_post ul li .post-content .post-meta span:not(:last-child), .canvas-sidebar .widget.widget_popular_post ul li .post-content .post-meta span:not(:last-child) {
              margin-right: .5rem; }
    .sidebar .widget.widget_archive ul li, .canvas-sidebar .widget.widget_archive ul li {
      padding-left: 1.5rem; }
      .sidebar .widget.widget_archive ul li::after, .canvas-sidebar .widget.widget_archive ul li::after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        left: 0;
        top: 10px;
        font-weight: 900;
        color: #555555; }
      .sidebar .widget.widget_archive ul li:first-child::after, .canvas-sidebar .widget.widget_archive ul li:first-child::after {
        top: 0; }
    .sidebar .widget.widget_tag_cloud .tagcloud, .canvas-sidebar .widget.widget_tag_cloud .tagcloud {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .sidebar .widget.widget_tag_cloud .tagcloud a, .canvas-sidebar .widget.widget_tag_cloud .tagcloud a {
        font-size: .875rem !important;
        border: 1px solid #E8E8E8;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        padding: 5px 10px;
        color: #555555; }
        .sidebar .widget.widget_tag_cloud .tagcloud a:not(:last-child), .canvas-sidebar .widget.widget_tag_cloud .tagcloud a:not(:last-child) {
          margin: 0 .5rem .5rem 0; }
        .sidebar .widget.widget_tag_cloud .tagcloud a:hover, .canvas-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
          color: #e73e3b; }
    .sidebar .widget.about-widget figure, .canvas-sidebar .widget.about-widget figure {
      max-width: 180px;
      margin: 0 auto;
      width: 100%;
      height: 180px;
      border: 2px solid #e73e3b;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      .sidebar .widget.about-widget figure img, .canvas-sidebar .widget.about-widget figure img {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        opacity: 1;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        padding: 5px; }
    .sidebar .widget.about-widget .about-body, .canvas-sidebar .widget.about-widget .about-body {
      margin-top: 1.5rem; }
      .sidebar .widget.about-widget .about-body h5, .canvas-sidebar .widget.about-widget .about-body h5 {
        font-size: 1.2rem;
        margin: 1rem 0;
        text-align: center;
        text-transform: capitalize; }
      .sidebar .widget.about-widget .about-body p, .canvas-sidebar .widget.about-widget .about-body p {
        text-align: center;
        font-size: .875rem;
        line-height: 1.7; }
      .sidebar .widget.about-widget .about-body .author-description, .canvas-sidebar .widget.about-widget .about-body .author-description {
        margin-bottom: 1rem; }
      .sidebar .widget.about-widget .about-body .social-icons ul, .canvas-sidebar .widget.about-widget .about-body .social-icons ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        bottom: 30px; }
        .sidebar .widget.about-widget .about-body .social-icons ul li, .canvas-sidebar .widget.about-widget .about-body .social-icons ul li {
          display: initial;
          border: 0; }
          .sidebar .widget.about-widget .about-body .social-icons ul li a, .canvas-sidebar .widget.about-widget .about-body .social-icons ul li a {
            width: 28px;
            height: 28px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border: 1px solid #9b9b9b;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%;
            margin-right: 10px;
            color: #9b9b9b;
            -webkit-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            overflow: hidden; }
            .sidebar .widget.about-widget .about-body .social-icons ul li a:hover, .canvas-sidebar .widget.about-widget .about-body .social-icons ul li a:hover {
              color: #e73e3b;
              border-color: #e73e3b; }
          .sidebar .widget.about-widget .about-body .social-icons ul li:last-child, .sidebar .widget.about-widget .about-body .social-icons ul li:first-child, .canvas-sidebar .widget.about-widget .about-body .social-icons ul li:last-child, .canvas-sidebar .widget.about-widget .about-body .social-icons ul li:first-child {
            margin: 0;
            padding: 0; }

.secondary {
  position: relative; }

.canvas-sidebar .widget {
  background-color: transparent; }
  .canvas-sidebar .widget.about-widget .about-body {
    color: #ffffff; }
    .canvas-sidebar .widget.about-widget .about-body h5, .canvas-sidebar .widget.about-widget .about-body p {
      color: #ffffff; }
  .canvas-sidebar .widget .sidebar-title {
    text-transform: uppercase;
    padding: 0;
    background-color: transparent; }
    .canvas-sidebar .widget .sidebar-title h3 {
      color: #ffffff; }

main.site-main {
  padding-right: .5rem; }
  @media only screen and (max-width: 991px) {
    main.site-main {
      padding-right: 0; } }

.no-bg .sidebar .widget {
  padding: 0;
  box-shadow: none; }

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer"; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.top-header {
  padding: 1.5rem 0; }
  .top-header .top-header-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .top-header .top-header-in .site-branding {
      text-align: center; }
      .top-header .top-header-in .site-branding .site-title {
        font-size: 2rem;
        margin: 0;
        text-transform: capitalize;
        color: #000000; }
        .top-header .top-header-in .site-branding .site-title a {
          text-transform: uppercase;
          color: #000000;
          font-weight: 700; }
        @media only screen and (max-width: 1366px) {
          .top-header .top-header-in .site-branding .site-title {
            font-size: 1.5rem; } }
        @media only screen and (max-width: 991px) {
          .top-header .top-header-in .site-branding .site-title {
            font-size: 1.2rem; } }
      .top-header .top-header-in .site-branding p {
        color: #555555;
        margin: 0;
        font-size: 0.775rem;
        text-transform: uppercase; }
        .top-header .top-header-in .site-branding p.site-title {
          font-size: 2rem;
          margin: 0;
          text-transform: uppercase;
          color: #000000;
          font-family: "Prata", serif; }
          .top-header .top-header-in .site-branding p.site-title a {
            text-transform: uppercase;
            color: #000000;
            font-weight: 700;
            font-family: "Prata", serif; }
          @media only screen and (max-width: 1366px) {
            .top-header .top-header-in .site-branding p.site-title {
              font-size: 1.5rem; } }
          @media only screen and (max-width: 991px) {
            .top-header .top-header-in .site-branding p.site-title {
              font-size: 1.2rem; } }
    .top-header .top-header-in .custom-logo-link {
      text-align: center;
      max-width: 300px;
      display: inline-block;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .top-header .top-header-in .custom-logo-link {
          max-width: 150px; } }
    .top-header .top-header-in button.is-border {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #555555;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      border-radius: 24px; }
    .top-header .top-header-in ul.social-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .top-header .top-header-in ul.social-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500; }
        .top-header .top-header-in ul.social-list li a {
          font-size: .775rem;
          color: #555555;
          width: 34px;
          height: 34px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          background-color: #ffffff;
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          border: 1.5px solid #E8E8E8; }
          .top-header .top-header-in ul.social-list li a:hover {
            background-color: #e73e3b; }
            .top-header .top-header-in ul.social-list li a:hover svg {
              color: #ffffff; }
        .top-header .top-header-in ul.social-list li:not(:last-child) {
          margin-right: 1rem; }
  .top-header .suscribe-header {
    position: relative; }
    .top-header .suscribe-header button:focus {
      outline: 1px dotted; }
    .top-header .suscribe-header button svg {
      margin-left: .5rem; }
    .top-header .suscribe-header .suscribe-wrap {
      display: none;
      position: absolute;
      right: 0;
      top: 110%;
      background-color: #ffffff;
      background: #ffffff;
      padding: 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      min-width: 320px;
      -webkit-box-shadow: 0 0 6px #C7C7C7;
      box-shadow: 0 0 6px #C7C7C7;
      z-index: 999; }
      @media only screen and (max-width: 1199px) {
        .top-header .suscribe-header .suscribe-wrap {
          min-width: 280px; } }
    .top-header .suscribe-header form div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .top-header .suscribe-header p {
      margin: 0; }
      .top-header .suscribe-header p:first-child {
        flex-grow: 1; }
      .top-header .suscribe-header p input[type="email"] {
        height: 40px;
        padding: 0 10px;
        color: #3F3177;
        background: #ffffff;
        box-shadow: 0px 7px 60px 0px rgba(222, 222, 222, 0.48);
        border: 0;
        width: 100%;
        border: 1px solid #E8E8E8; }
      .top-header .suscribe-header p:last-child {
        margin-left: 10px; }
        .top-header .suscribe-header p:last-child input[type="submit"] {
          background-color: #e73e3b;
          height: 40px;
          padding: 0 15px;
          box-shadow: none;
          border: none;
          color: #ffffff;
          text-transform: uppercase;
          font-weight: 500;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px; }
  @media only screen and (max-width: 767px) {
    .top-header .top-header-in {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-header .top-header-in ul.social-list,
      .top-header .top-header-in .suscribe-header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
      .top-header .top-header-in .site-branding {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 1rem; }
      .top-header .top-header-in ul.social-list {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
        .top-header .top-header-in ul.social-list li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-weight: 500; }
          .top-header .top-header-in ul.social-list li a {
            width: 30px;
            height: 30px;
            border: 1px solid #E8E8E8; }
          .top-header .top-header-in ul.social-list li:not(:last-child) {
            margin-right: .5rem; }
      .top-header .top-header-in .suscribe-header {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .top-header .top-header-in .suscribe-header button {
          min-width: initial;
          padding: .5rem 1rem; }
          .top-header .top-header-in .suscribe-header button svg {
            margin-left: 10px; } }

.bottom-header {
  background-color: #F7F7F7; }
  .bottom-header .bottom-header-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  @media only screen and (max-width: 991px) {
    .bottom-header {
      padding: .6125rem 0; } }

.menu-wrapper {
  text-align: center; }

.main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .main-navigation ul li {
    position: relative; }
    .main-navigation ul li a {
      color: #000000;
      padding: 1.5rem 0;
      font-size: 1.25rem;
      font-weight: 500;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      text-transform: capitalize;
      display: block; }
      .main-navigation ul li a:hover {
        color: #e73e3b; }
    .main-navigation ul li.menu-item-has-current a, .main-navigation ul li.page_item_has_current a, .main-navigation ul li.current-menu-item a, .main-navigation ul li:hover a {
      color: #e73e3b; }
    .main-navigation ul li.menu-item-has-current ul a, .main-navigation ul li.page_item_has_current ul a, .main-navigation ul li.current-menu-item ul a, .main-navigation ul li:hover ul a {
      color: #000000; }
    .main-navigation ul li.menu-item-has-children a, .main-navigation ul li.page_item_has_children a {
      padding-right: 1.5rem;
      position: relative; }
      .main-navigation ul li.menu-item-has-children a::after, .main-navigation ul li.page_item_has_children a::after {
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        margin-left: .6125rem;
        margin-right: 0;
        position: absolute;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 1rem;
        font-weight: 900;
        text-transform: initial; }
    .main-navigation ul li.menu-item-has-children ul, .main-navigation ul li.page_item_has_children ul {
      background-color: #ffffff;
      text-align: left;
      visibility: hidden;
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      top: 120%;
      left: 0;
      -webkit-box-shadow: 0 1px 6px #E8E8E8;
      box-shadow: 0 1px 6px #E8E8E8;
      width: 250px;
      position: absolute;
      -webkit-transform-origin: top;
      transform-origin: top;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
      opacity: 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      margin: 0;
      float: none;
      display: block; }
      .main-navigation ul li.menu-item-has-children ul::before, .main-navigation ul li.page_item_has_children ul::before {
        border-style: solid;
        content: "";
        position: absolute;
        border-color: #e73e3b transparent;
        border-width: 0 10px 10px;
        left: 9px;
        top: -9px; }
      .main-navigation ul li.menu-item-has-children ul li, .main-navigation ul li.page_item_has_children ul li {
        width: 100%;
        margin-right: 0; }
        .main-navigation ul li.menu-item-has-children ul li a, .main-navigation ul li.page_item_has_children ul li a {
          display: block;
          padding: 10px 20px;
          font-size: .875rem;
          text-transform: capitalize; }
          .main-navigation ul li.menu-item-has-children ul li a::after, .main-navigation ul li.page_item_has_children ul li a::after {
            display: none; }
          .main-navigation ul li.menu-item-has-children ul li a:hover, .main-navigation ul li.menu-item-has-children ul li a:focus-within, .main-navigation ul li.page_item_has_children ul li a:hover, .main-navigation ul li.page_item_has_children ul li a:focus-within {
            color: #e73e3b;
            padding-left: 15px; }
        .main-navigation ul li.menu-item-has-children ul li.menu-item-has-children, .main-navigation ul li.menu-item-has-children ul li.page_item_has_children, .main-navigation ul li.page_item_has_children ul li.menu-item-has-children, .main-navigation ul li.page_item_has_children ul li.page_item_has_children {
          position: relative; }
          .main-navigation ul li.menu-item-has-children ul li.menu-item-has-children::after, .main-navigation ul li.menu-item-has-children ul li.page_item_has_children::after, .main-navigation ul li.page_item_has_children ul li.menu-item-has-children::after, .main-navigation ul li.page_item_has_children ul li.page_item_has_children::after {
            display: block;
            content: "\f0da";
            font-family: 'Font Awesome 5 Free';
            margin-left: .6125rem;
            margin-right: 0;
            position: absolute;
            right: 5px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            font-size: 1rem;
            font-weight: 900;
            text-transform: initial; }
          .main-navigation ul li.menu-item-has-children ul li.menu-item-has-children:hover a::after, .main-navigation ul li.menu-item-has-children ul li.menu-item-has-children:focus-within a::after, .main-navigation ul li.menu-item-has-children ul li.page_item_has_children:hover a::after, .main-navigation ul li.menu-item-has-children ul li.page_item_has_children:focus-within a::after, .main-navigation ul li.page_item_has_children ul li.menu-item-has-children:hover a::after, .main-navigation ul li.page_item_has_children ul li.menu-item-has-children:focus-within a::after, .main-navigation ul li.page_item_has_children ul li.page_item_has_children:hover a::after, .main-navigation ul li.page_item_has_children ul li.page_item_has_children:focus-within a::after {
            content: '\f0d8'; }
        .main-navigation ul li.menu-item-has-children ul li ul, .main-navigation ul li.page_item_has_children ul li ul {
          left: 100%; }
          .main-navigation ul li.menu-item-has-children ul li ul::before, .main-navigation ul li.page_item_has_children ul li ul::before {
            display: none; }
        .main-navigation ul li.menu-item-has-children ul li:hover ul, .main-navigation ul li.menu-item-has-children ul li:focus-within ul, .main-navigation ul li.page_item_has_children ul li:hover ul, .main-navigation ul li.page_item_has_children ul li:focus-within ul {
          top: 0;
          opacity: 1;
          z-index: 1000;
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1);
          transition: transform 0.3s ease, opacity 0.2s ease .1s;
          -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
          visibility: visible; }
          .main-navigation ul li.menu-item-has-children ul li:hover ul li a::after, .main-navigation ul li.menu-item-has-children ul li:focus-within ul li a::after, .main-navigation ul li.page_item_has_children ul li:hover ul li a::after, .main-navigation ul li.page_item_has_children ul li:focus-within ul li a::after {
            display: none; }
        .main-navigation ul li.menu-item-has-children ul li:not(:last-child) a, .main-navigation ul li.page_item_has_children ul li:not(:last-child) a {
          border-bottom: 1px solid #E8E8E8; }
    .main-navigation ul li.menu-item-has-children:hover a::after, .main-navigation ul li.menu-item-has-children:focus-within a::after, .main-navigation ul li.page_item_has_children:hover a::after, .main-navigation ul li.page_item_has_children:focus-within a::after {
      content: '\f0d8'; }
    .main-navigation ul li.menu-item-has-children:hover ul, .main-navigation ul li.menu-item-has-children:focus-within ul, .main-navigation ul li.page_item_has_children:hover ul, .main-navigation ul li.page_item_has_children:focus-within ul {
      top: 100%;
      opacity: 1;
      z-index: 1000;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
      transition: transform 0.3s ease, opacity 0.2s ease .1s;
      -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
      visibility: visible; }
      .main-navigation ul li.menu-item-has-children:hover ul ul, .main-navigation ul li.menu-item-has-children:focus-within ul ul, .main-navigation ul li.page_item_has_children:hover ul ul, .main-navigation ul li.page_item_has_children:focus-within ul ul {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
        top: 120%; }
    .main-navigation ul li:not(:last-child) {
      margin-right: 2rem; }

a.toggle-button {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: none; }
  a.toggle-button span {
    position: absolute;
    height: 3px;
    border-radius: 4px;
    width: 100%;
    background-color: #555555;
    top: 0;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    z-index: 1101; }
    a.toggle-button span:nth-child(1) {
      top: 0; }
    a.toggle-button span:nth-child(2), a.toggle-button span:nth-child(3) {
      top: 10px; }
    a.toggle-button span:nth-child(4) {
      top: 20px; }
  a.toggle-button.active {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000; }
    a.toggle-button.active span:nth-child(1), a.toggle-button.active span:nth-child(4) {
      opacity: 0; }
    a.toggle-button.active span:nth-child(2) {
      transform: rotate(45deg);
      background-color: #e73e3b; }
    a.toggle-button.active span:nth-child(3) {
      transform: rotate(-45deg);
      background-color: #e73e3b; }

@media only screen and (max-width: 991px) {
  .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  a.toggle-button {
    display: block; }

  .main-navigation {
    position: fixed;
    height: 100%;
    max-width: 280px;
    padding: 15px;
    width: 100%;
    background-color: #000000;
    z-index: 1000;
    top: 0;
    right: -100%;
    left: auto;
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .main-navigation::-webkit-scrollbar {
      width: 4px;
      background: #E8E8E8;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
    .main-navigation::-webkit-scrollbar-track {
      background-color: #E8E8E8;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
    .main-navigation::-webkit-scrollbar-thumb {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      background: #E8E8E8; }
    .main-navigation ul {
      display: initial;
      width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: left; }
      .main-navigation ul li {
        display: block;
        border-bottom: 1px solid #555555; }
        .main-navigation ul li a {
          color: #ffffff;
          padding: .5rem .6125rem;
          display: block;
          font-size: .875rem; }
        .main-navigation ul li.menu-item-has-children, .main-navigation ul li.page_item_has_children {
          position: relative; }
          .main-navigation ul li.menu-item-has-children a::after, .main-navigation ul li.page_item_has_children a::after {
            display: none; }
          .main-navigation ul li.menu-item-has-children .dropdown-icon, .main-navigation ul li.page_item_has_children .dropdown-icon {
            position: absolute;
            right: 0;
            top: 5px;
            width: 28px;
            height: 28px;
            color: #ffffff;
            border: 1px solid #555555;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            z-index: 999;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 0; }
          .main-navigation ul li.menu-item-has-children ul,
          .main-navigation ul li.menu-item-has-children ul ul, .main-navigation ul li.page_item_has_children ul,
          .main-navigation ul li.page_item_has_children ul ul {
            display: none;
            transition: initial;
            position: initial;
            top: initial;
            left: initial;
            transform: none;
            opacity: 1;
            transform-origin: initial;
            width: 100%;
            visibility: initial;
            background-color: transparent; }
            .main-navigation ul li.menu-item-has-children ul li,
            .main-navigation ul li.menu-item-has-children ul ul li, .main-navigation ul li.page_item_has_children ul li,
            .main-navigation ul li.page_item_has_children ul ul li {
              width: 100%;
              border: 0; }
              .main-navigation ul li.menu-item-has-children ul li a,
              .main-navigation ul li.menu-item-has-children ul ul li a, .main-navigation ul li.page_item_has_children ul li a,
              .main-navigation ul li.page_item_has_children ul ul li a {
                width: 100%;
                border: 0;
                color: #ffffff; }
              .main-navigation ul li.menu-item-has-children ul li.menu-item-has-children a::after, .main-navigation ul li.menu-item-has-children ul li.page_item_has_children a::after,
              .main-navigation ul li.menu-item-has-children ul ul li.menu-item-has-children a::after,
              .main-navigation ul li.menu-item-has-children ul ul li.page_item_has_children a::after, .main-navigation ul li.page_item_has_children ul li.menu-item-has-children a::after, .main-navigation ul li.page_item_has_children ul li.page_item_has_children a::after,
              .main-navigation ul li.page_item_has_children ul ul li.menu-item-has-children a::after,
              .main-navigation ul li.page_item_has_children ul ul li.page_item_has_children a::after {
                display: none; }
              .main-navigation ul li.menu-item-has-children ul li.menu-item-has-children::after, .main-navigation ul li.menu-item-has-children ul li.page_item_has_children::after,
              .main-navigation ul li.menu-item-has-children ul ul li.menu-item-has-children::after,
              .main-navigation ul li.menu-item-has-children ul ul li.page_item_has_children::after, .main-navigation ul li.page_item_has_children ul li.menu-item-has-children::after, .main-navigation ul li.page_item_has_children ul li.page_item_has_children::after,
              .main-navigation ul li.page_item_has_children ul ul li.menu-item-has-children::after,
              .main-navigation ul li.page_item_has_children ul ul li.page_item_has_children::after {
                display: none; }
              .main-navigation ul li.menu-item-has-children ul li ul,
              .main-navigation ul li.menu-item-has-children ul ul li ul, .main-navigation ul li.page_item_has_children ul li ul,
              .main-navigation ul li.page_item_has_children ul ul li ul {
                float: none; }
            .main-navigation ul li.menu-item-has-children ul::before,
            .main-navigation ul li.menu-item-has-children ul ul::before, .main-navigation ul li.page_item_has_children ul::before,
            .main-navigation ul li.page_item_has_children ul ul::before {
              display: none; }
          .main-navigation ul li.menu-item-has-children:hover a::after, .main-navigation ul li.page_item_has_children:hover a::after {
            display: none; }
          .main-navigation ul li.menu-item-has-children:hover ul, .main-navigation ul li.page_item_has_children:hover ul {
            display: none;
            transition: initial;
            position: initial;
            top: initial;
            left: initial;
            display: none;
            transform: none;
            visibility: initial;
            transform-origin: initial; }
          .main-navigation ul li.menu-item-has-children:focus-within a::after, .main-navigation ul li.page_item_has_children:focus-within a::after {
            display: none; }
          .main-navigation ul li.menu-item-has-children:focus-within ul, .main-navigation ul li.page_item_has_children:focus-within ul {
            display: block; }
            .main-navigation ul li.menu-item-has-children:focus-within ul ul, .main-navigation ul li.page_item_has_children:focus-within ul ul {
              display: none; }
          .main-navigation ul li.menu-item-has-children ul li:focus-within ul, .main-navigation ul li.page_item_has_children ul li:focus-within ul {
            display: block; }
        .main-navigation ul li:hover a {
          color: #e73e3b; }
        .main-navigation ul li:not(:last-child) {
          margin-right: 0; } }
/* canvas Sidebar */
.canvas-menu .canvas-overlay {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1010;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s; }
.canvas-menu .canvas-sidebar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -100%;
  width: 280px;
  padding: 25px 15px;
  height: 100%;
  display: block;
  background-color: #000000;
  z-index: 9999;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .canvas-menu .canvas-sidebar::-webkit-scrollbar {
    width: 4px;
    background: #555555;
    border-radius: 4px; }
  .canvas-menu .canvas-sidebar::-webkit-scrollbar-track {
    background-color: #555555;
    border-radius: 4px; }
  .canvas-menu .canvas-sidebar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #555555; }
  .canvas-menu .canvas-sidebar .close-sidebar {
    position: absolute;
    color: #E8E8E8;
    z-index: 2;
    font-size: 1rem;
    right: 10px;
    top: 10px;
    background: transparent;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #E8E8E8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .canvas-menu .canvas-sidebar .close-sidebar:hover {
      background: #e73e3b;
      color: #ffffff; }
.canvas-menu.active .canvas-overlay {
  visibility: visible;
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s; }
.canvas-menu.active .canvas-sidebar {
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s; }

.canvas-button {
  display: inline-block; }
  .canvas-button a.canvas-open {
    height: 30px;
    width: 30px;
    background: transparent;
    position: relative;
    display: inline-block; }
    .canvas-button a.canvas-open span {
      top: 50%;
      left: 0;
      margin: auto;
      transition: all 0.3s ease-in-out;
      display: block;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 3px;
      width: 30px;
      background-color: #555555;
      position: relative;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
      .canvas-button a.canvas-open span:before {
        content: "";
        height: 2.5px;
        width: 24px;
        box-shadow: 0 -8px 0 0 #555555;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px; }
      .canvas-button a.canvas-open span:after {
        content: "";
        height: 2.5px;
        width: 24px;
        box-shadow: 0 8px 0 0 #555555;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px; }
    .canvas-button a.canvas-open.active span {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
      -webkit-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      background-color: transparent; }
      .canvas-button a.canvas-open.active span:before {
        top: 0;
        left: 10px;
        transform: translateY(6px) rotate(-45deg);
        -webkit-transform: translateY(6px) rotate(-45deg);
        -moz-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
        -o-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg); }
      .canvas-button a.canvas-open.active span:after {
        left: 10px;
        -webkit-transform: translateY(-6px) rotate(45deg);
        -moz-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
        -o-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
        top: 0; }

@media only screen and (max-width: 991px) {
  .canvas-button, .canvas-menu {
    display: none; } }
header.site-header {
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  header.site-header .search-toggle {
    position: relative; }
    header.site-header .search-toggle a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      color: #555555;
      width: 38px;
      height: 38px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      border: 1px solid #E8E8E8;
      color: #555555;
      background-color: #ffffff;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      header.site-header .search-toggle a i {
        font-size: .875rem; }
      header.site-header .search-toggle a:hover {
        background-color: #e73e3b;
        color: #ffffff; }
    header.site-header .search-toggle .searchform {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 150%;
      right: 0;
      min-width: 280px;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      z-index: -1;
      background: #ffffff;
      padding: 10px 15px 10px;
      box-shadow: 0 0 6px #00000036;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
    header.site-header .search-toggle.show .searchform {
      visibility: visible;
      opacity: 1;
      width: 100%;
      top: 100%;
      z-index: 999; }
  header.site-header.is-fixed .bottom-header {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    z-index: 10001;
    background-color: #ffffff;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

@media only screen and (max-width: 991px) {
  .Is-toggle .site-header .main-navigation {
    right: 0; } }
/* Breadcrumn
--------------------------------------------- */
.custom-breadcrumb {
  position: relative;
  margin-top: 2rem; }
  .custom-breadcrumb .breadcrumb-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: .6125rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .custom-breadcrumb .breadcrumb-title h1 {
      color: #000000;
      font-family: "Prata", serif;
      font-size: .875rem;
      font-weight: 600;
      margin: 0;
      padding-left: .6125rem; }
      .custom-breadcrumb .breadcrumb-title h1:hover {
        color: #e73e3b; }
    .custom-breadcrumb .breadcrumb-title:before {
      content: "";
      width: 30px;
      height: 2px;
      background: #e73e3b;
      display: inline-flex;
      -webkit-transition: width 0.5s ease-in-out;
      -o-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out;
      margin-right: 10px; }
  .custom-breadcrumb .breadcrumbs {
    display: inline-block; }
    .custom-breadcrumb .breadcrumbs ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 7px 15px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      background-color: #F7F7F7; }
      .custom-breadcrumb .breadcrumbs ul li.trail-item {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .custom-breadcrumb .breadcrumbs ul li.trail-item a {
          text-transform: capitalize;
          color: #e73e3b; }
        .custom-breadcrumb .breadcrumbs ul li.trail-item:not(:last-child)::after {
          content: "\f105";
          font-family: "Font Awesome 5 Free";
          margin: 0 .5rem;
          font-size: .875rem;
          font-weight: 900;
          text-transform: initial;
          color: #555555; }
        .custom-breadcrumb .breadcrumbs ul li.trail-item:hover a {
          color: #e73e3b; }
  .custom-breadcrumb:hover .breadcrumb-title::before {
    width: 40px; }

/* Paginations
--------------------------------------------- */
/*Page/Post Navigation*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid #E8E8E8;
  padding: 30px 0; }

.nav-links a {
  display: inline-block; }
.nav-links span.meta-nav {
  display: none; }

.pagination {
  margin-top: 2rem; }
  .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pagination .nav-links .page-numbers {
      background-color: #ffffff;
      padding: 6px 18px;
      display: inline-block;
      margin: 5px;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .pagination .nav-links .page-numbers.dots {
        background-color: transparent;
        border: 0;
        color: #555555; }
      .pagination .nav-links .page-numbers.current, .pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus, .pagination .nav-links .page-numbers:active {
        background-color: #e73e3b;
        color: #ffffff;
        border-color: #e73e3b; }
    .pagination .nav-links.is-center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .pagination .nav-links.is-start {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .pagination .nav-links.is-end {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .comment-navigation .nav-links .nav-previous,
  .posts-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-previous {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%; }
    .comment-navigation .nav-links .nav-previous a,
    .posts-navigation .nav-links .nav-previous a,
    .post-navigation .nav-links .nav-previous a {
      background-color: #ffffff;
      padding: 10px;
      color: #555555;
      border: 1px solid #E8E8E8;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .comment-navigation .nav-links .nav-previous a::before,
      .posts-navigation .nav-links .nav-previous a::before,
      .post-navigation .nav-links .nav-previous a::before {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        content: "\f30a";
        display: inline-block;
        font-family: 'Font Awesome 5 Free';
        margin-right: 10px;
        font-weight: 900; }
      .comment-navigation .nav-links .nav-previous a span,
      .posts-navigation .nav-links .nav-previous a span,
      .post-navigation .nav-links .nav-previous a span {
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto; }
  .comment-navigation .nav-links .nav-next,
  .posts-navigation .nav-links .nav-next,
  .post-navigation .nav-links .nav-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .comment-navigation .nav-links .nav-next a,
    .posts-navigation .nav-links .nav-next a,
    .post-navigation .nav-links .nav-next a {
      background-color: #ffffff;
      padding: 10px;
      color: #555555;
      border: 1px solid #E8E8E8;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .comment-navigation .nav-links .nav-next a::after,
      .posts-navigation .nav-links .nav-next a::after,
      .post-navigation .nav-links .nav-next a::after {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        content: "\f30b";
        display: inline-block;
        font-family: 'Font Awesome 5 Free';
        margin-left: 10px;
        font-weight: 900; }
      .comment-navigation .nav-links .nav-next a span,
      .posts-navigation .nav-links .nav-next a span,
      .post-navigation .nav-links .nav-next a span {
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto; }
  .comment-navigation .nav-links a:hover,
  .posts-navigation .nav-links a:hover,
  .post-navigation .nav-links a:hover {
    background-color: #F7F7F7; }
    .comment-navigation .nav-links a:hover::before,
    .posts-navigation .nav-links a:hover::before,
    .post-navigation .nav-links a:hover::before {
      margin-right: 15px; }
    .comment-navigation .nav-links a:hover::after,
    .posts-navigation .nav-links a:hover::after,
    .post-navigation .nav-links a:hover::after {
      margin-left: 15px; }
  @media only screen and (max-width: 767px) {
    .comment-navigation .nav-links,
    .posts-navigation .nav-links,
    .post-navigation .nav-links {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .comment-navigation .nav-links .nav-previous, .comment-navigation .nav-links .nav-next,
      .posts-navigation .nav-links .nav-previous,
      .posts-navigation .nav-links .nav-next,
      .post-navigation .nav-links .nav-previous,
      .post-navigation .nav-links .nav-next {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
      .comment-navigation .nav-links .nav-next,
      .posts-navigation .nav-links .nav-next,
      .post-navigation .nav-links .nav-next {
        margin-top: 1rem; } }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.hentry,
.post {
  margin-top: 2rem;
  background-color: #F7F7F7; }
  .hentry .entry-header,
  .post .entry-header {
    margin: .775rem 0; }
    .hentry .entry-header h1,
    .post .entry-header h1 {
      margin: 0; }
    .hentry .entry-header h2.entry-title,
    .post .entry-header h2.entry-title {
      font-weight: 600;
      text-transform: capitalize;
      margin: 0;
      line-height: 1.7;
      font-size: 1.15rem; }
      .hentry .entry-header h2.entry-title a,
      .post .entry-header h2.entry-title a {
        color: #000000;
        font-family: "Prata", serif;
        text-transform: capitalize;
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .hentry .entry-header .post-author span,
    .post .entry-header .post-author span {
      font-style: italic;
      text-transform: capitalize;
      font-size: 0.875rem;
      font-weight: 600; }
      .hentry .entry-header .post-author span a,
      .post .entry-header .post-author span a {
        font-weight: 600;
        margin-left: 5px;
        font-weight: 400;
        font-size: 0.775rem; }
  .hentry .entry-meta,
  .post .entry-meta {
    margin-bottom: 1.5rem; }
    .hentry .entry-meta span,
    .post .entry-meta span {
      text-transform: capitalize;
      color: #555555; }
      .hentry .entry-meta span span,
      .post .entry-meta span span {
        margin: 0; }
      .hentry .entry-meta span svg,
      .post .entry-meta span svg {
        margin-right: 5px;
        font-size: 0.775rem; }
      .hentry .entry-meta span:last-child span,
      .post .entry-meta span:last-child span {
        margin: 0; }
  .hentry .post-wrapper,
  .post .post-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2rem 1rem; }
    .hentry .post-wrapper ul.post-share,
    .post .post-wrapper ul.post-share {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-right: 1.2rem; }
      .hentry .post-wrapper ul.post-share li a,
      .post .post-wrapper ul.post-share li a {
        width: 32px;
        height: 32px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #9b9b9b;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        color: #9b9b9b;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden; }
        .hentry .post-wrapper ul.post-share li a svg,
        .post .post-wrapper ul.post-share li a svg {
          font-size: .775rem; }
        .hentry .post-wrapper ul.post-share li a:hover,
        .post .post-wrapper ul.post-share li a:hover {
          color: #e73e3b;
          border-color: #e73e3b; }
      .hentry .post-wrapper ul.post-share li:not(:last-child),
      .post .post-wrapper ul.post-share li:not(:last-child) {
        margin-bottom: .6125rem; }
    .hentry .post-wrapper .main-entry-content,
    .post .post-wrapper .main-entry-content {
      flex-grow: 1; }
    @media only screen and (max-width: 576px) {
      .hentry .post-wrapper,
      .post .post-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .hentry .post-wrapper ul.post-share,
        .post .post-wrapper ul.post-share {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          margin-bottom: 1.5rem; }
          .hentry .post-wrapper ul.post-share li:not(:last-child),
          .post .post-wrapper ul.post-share li:not(:last-child) {
            margin-bottom: 0;
            margin-right: .6125rem; } }
  .hentry .entry-content,
  .post .entry-content {
    margin-bottom: 1.5rem;
    color: #000000; }
    .hentry .entry-content p,
    .post .entry-content p {
      line-height: 2;
      margin-bottom: 1.2rem; }
      .hentry .entry-content p a,
      .post .entry-content p a {
        color: #e73e3b; }
      .hentry .entry-content p:last-child,
      .post .entry-content p:last-child {
        margin-bottom: 0; }
  .hentry .readMore .common-button,
  .post .readMore .common-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .hentry .readMore .common-button.is-clear,
    .post .readMore .common-button.is-clear {
      text-transform: uppercase; }
  .hentry .entry-footer,
  .post .entry-footer {
    margin-top: 10px; }
    .hentry .entry-footer span,
    .post .entry-footer span {
      text-transform: capitalize;
      color: #9b9b9b; }
      .hentry .entry-footer span svg,
      .post .entry-footer span svg {
        margin-right: 5px;
        font-size: 0.775rem; }
  .hentry .entry-footer,
  .hentry .entry-meta,
  .post .entry-footer,
  .post .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .hentry .entry-footer span,
    .hentry .entry-meta span,
    .post .entry-footer span,
    .post .entry-meta span {
      font-size: .775rem;
      color: #555555; }
      .hentry .entry-footer span a,
      .hentry .entry-meta span a,
      .post .entry-footer span a,
      .post .entry-meta span a {
        color: #555555; }
        .hentry .entry-footer span a::before,
        .hentry .entry-meta span a::before,
        .post .entry-footer span a::before,
        .post .entry-meta span a::before {
          content: "";
          font-family: "Font Awesome 5 Free";
          margin-right: .35rem;
          font-size: .75rem;
          font-weight: 400; }
      .hentry .entry-footer span.posted-on a::before,
      .hentry .entry-meta span.posted-on a::before,
      .post .entry-footer span.posted-on a::before,
      .post .entry-meta span.posted-on a::before {
        content: "\f073";
        margin: 0 .4rem; }
      .hentry .entry-footer span.comments-link a::before,
      .hentry .entry-meta span.comments-link a::before,
      .post .entry-footer span.comments-link a::before,
      .post .entry-meta span.comments-link a::before {
        content: "\f086";
        margin: 0 .4rem; }
      .hentry .entry-footer span.edit-link a::before,
      .hentry .entry-meta span.edit-link a::before,
      .post .entry-footer span.edit-link a::before,
      .post .entry-meta span.edit-link a::before {
        content: "\f044"; }
      .hentry .entry-footer span.cat-links a::before,
      .hentry .entry-meta span.cat-links a::before,
      .post .entry-footer span.cat-links a::before,
      .post .entry-meta span.cat-links a::before {
        content: "\f00b";
        margin: 0 .4rem; }
      .hentry .entry-footer span.author.vcard a::before,
      .hentry .entry-meta span.author.vcard a::before,
      .post .entry-footer span.author.vcard a::before,
      .post .entry-meta span.author.vcard a::before {
        content: "\f007";
        margin: 0 .4rem; }
      .hentry .entry-footer span:not(:last-child)::after,
      .hentry .entry-meta span:not(:last-child)::after,
      .post .entry-footer span:not(:last-child)::after,
      .post .entry-meta span:not(:last-child)::after {
        display: inline-flex;
        content: '|';
        margin-left: .4rem;
        font-size: .75rem; }
    .hentry .entry-footer.is-center,
    .hentry .entry-meta.is-center,
    .post .entry-footer.is-center,
    .post .entry-meta.is-center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .hentry .entry-footer.is-between,
    .hentry .entry-meta.is-between,
    .post .entry-footer.is-between,
    .post .entry-meta.is-between {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .hentry .entry-footer.is-start,
    .hentry .entry-meta.is-start,
    .post .entry-footer.is-start,
    .post .entry-meta.is-start {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .hentry .entry-footer.is-end,
    .hentry .entry-meta.is-end,
    .post .entry-footer.is-end,
    .post .entry-meta.is-end {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }

.authorbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 2rem 0; }
  .authorbox .author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px; }
    .authorbox .author-avatar img {
      max-width: 120px;
      width: 120px;
      height: 120px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
  .authorbox .author-info h4.author-header {
    font-size: 1.125rem; }
    .authorbox .author-info h4.author-header a {
      font-size: 1.125rem;
      color: #000000; }
      .authorbox .author-info h4.author-header a:hover {
        color: #e73e3b; }

.grid-view .hentry .entry-header h2.entry-title,
.grid-view .post .entry-header h2.entry-title {
  font-size: 1.15rem; }
.grid-view.list-view .heanry,
.grid-view.list-view .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .grid-view.list-view .heanry figure,
  .grid-view.list-view .post figure {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    max-width: 360px; }
    .grid-view.list-view .heanry figure a,
    .grid-view.list-view .post figure a {
      position: relative;
      min-height: 340px;
      max-height: 340px;
      overflow: hidden;
      display: block; }
      .grid-view.list-view .heanry figure a img,
      .grid-view.list-view .post figure a img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
    @media only screen and (max-width: 1366px) {
      .grid-view.list-view .heanry figure figure,
      .grid-view.list-view .post figure figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 100%; }
        .grid-view.list-view .heanry figure figure a,
        .grid-view.list-view .post figure figure a {
          min-height: 320px;
          max-height: 320px; } }
  .grid-view.list-view .heanry .post-wrapper,
  .grid-view.list-view .post .post-wrapper {
    display: initial;
    padding-left: 1.5rem; }
    .grid-view.list-view .heanry .post-wrapper ul.post-share,
    .grid-view.list-view .post .post-wrapper ul.post-share {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .grid-view.list-view .heanry .post-wrapper ul.post-share li,
      .grid-view.list-view .post .post-wrapper ul.post-share li {
        margin-bottom: 0; }
        .grid-view.list-view .heanry .post-wrapper ul.post-share li:not(:last-child),
        .grid-view.list-view .post .post-wrapper ul.post-share li:not(:last-child) {
          margin-right: 10px; }
      @media only screen and (max-width: 576px) {
        .grid-view.list-view .heanry .post-wrapper ul.post-share,
        .grid-view.list-view .post .post-wrapper ul.post-share {
          margin-bottom: 0; } }
  @media only screen and (max-width: 1024px) {
    .grid-view.list-view .heanry,
    .grid-view.list-view .post {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .grid-view.list-view .heanry figure,
      .grid-view.list-view .post figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .grid-view.list-view .heanry .post-wrapper,
      .grid-view.list-view .post .post-wrapper {
        padding-left: 1rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.rpl-lg-9.left-sidebar {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
.rpl-lg-9.right-sidebar {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.rpl-lg-3.left-sidebar {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }
.rpl-lg-3.right-sidebar {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

article .category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: .6125rem; }
  article .category a {
    color: #000000;
    padding: 0 .5rem;
    font-family: "Prata", serif;
    font-size: .675rem;
    font-weight: 600; }
    article .category a:hover {
      color: #e73e3b; }
  article .category:before, article .category:after {
    content: "";
    width: 20px;
    height: 1.5px;
    background: #e73e3b;
    display: inline-flex;
    -webkit-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out; }
  article .category.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  article .category.is-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  article .category.is-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
article:hover .category::before, article:hover .category::after {
  width: 30px; }
article figure.entry-thumb {
  overflow: hidden;
  margin: 0; }
  article figure.entry-thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  article figure.entry-thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
article figure.gallery-item {
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #E8E8E8; }
  article figure.gallery-item a {
    overflow: hidden; }
article figure.wp-caption {
  margin: 0 auto; }
article.no-effect figure.entry-thumb:hover img {
  transform: none; }
article.no-effect.feature-post figure.entry-thumb:hover img {
  transform: none; }

.related-posts {
  margin: 30px 0 50px 0; }
  .related-posts h2 {
    margin-bottom: 1rem; }
  .related-posts .related-post {
    margin: 0; }
    .related-posts .related-post .post figure.post-img,
    .related-posts .related-post .post img {
      margin: 0; }
    .related-posts .related-post .post-wrapper {
      padding: 0 1rem; }
      .related-posts .related-post .post-wrapper h4 {
        margin: 0; }
    @media only screen and (max-width: 1024px) {
      .related-posts .related-post {
        margin-bottom: 1rem; } }

.default-page .hentry,
.default-page .post {
  background-color: transparent; }

.wp-block-quote {
  background-color: #ffffff;
  padding: 15px;
  margin: 0;
  margin-bottom: 1rem;
  font-weight: 600; }
  .wp-block-quote cite {
    font-weight: 400;
    color: #e73e3b; }

.single-post .hentry,
.single-post .post {
  padding-top: 0; }
  .single-post .hentry .entry-header h1,
  .single-post .post .entry-header h1 {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-size: 1.5rem;
    margin: 0; }
  .single-post .hentry figure,
  .single-post .post figure {
    margin-bottom: 1rem; }
  .single-post .hentry .entry-content,
  .single-post .post .entry-content {
    margin: 0;
    margin-top: 1rem; }
    .single-post .hentry .entry-content p:not(:last-child),
    .single-post .post .entry-content p:not(:last-child) {
      margin-bottom: 1rem; }
  .single-post .hentry .entry-meta,
  .single-post .post .entry-meta {
    margin-bottom: .5rem; }

.no-bg .hentry,
.no-bg .post {
  background-color: transparent;
  margin-top: 0; }
  .no-bg .hentry .post-wrapper,
  .no-bg .post .post-wrapper {
    padding: 2rem 0; }
.no-bg .related-posts .hentry,
.no-bg .related-posts .post {
  background-color: transparent; }
  .no-bg .related-posts .hentry .post-wrapper,
  .no-bg .related-posts .post .post-wrapper {
    padding: 0; }
    .no-bg .related-posts .hentry .post-wrapper h4,
    .no-bg .related-posts .post .post-wrapper h4 {
      /* These are technically the same, but use both */
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      /* This is the dangerous one in WebKit, as it breaks things wherever */
      word-break: break-all;
      /* Instead use this non-standard one: */
      word-break: break-word;
      /* Adds a hyphen where the word breaks, if supported (No Blink) */
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto; }
.no-bg .grid-view.list-view .hentry,
.no-bg .grid-view.list-view .post {
  margin-bottom: 2rem; }
  .no-bg .grid-view.list-view .hentry .post-wrapper,
  .no-bg .grid-view.list-view .post .post-wrapper {
    padding-top: 0;
    padding-bottom: 0; }
    @media only screen and (max-width: 1024px) {
      .no-bg .grid-view.list-view .hentry .post-wrapper,
      .no-bg .grid-view.list-view .post .post-wrapper {
        padding-top: 1.5rem; } }
    @media only screen and (max-width: 576px) {
      .no-bg .grid-view.list-view .hentry .post-wrapper .readMore,
      .no-bg .grid-view.list-view .post .post-wrapper .readMore {
        margin-bottom: 10px; } }
.no-bg #primary {
  margin-top: 2rem; }

.single-page-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem; }
  .single-page-tags a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #E8E8E8;
    color: #3F3177;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-left: 7px;
    text-transform: capitalize;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .single-page-tags a:hover {
      color: #e73e3b;
      border-color: #e73e3b; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

#respond {
  clear: both;
  display: block;
  background: #F7F7F7;
  padding: 40px; }
  @media only screen and (max-width: 768px) {
    #respond {
      padding: 15px; } }
  #respond .comment-reply-title a {
    color: #555555; }
  #respond .comment-notes {
    position: relative; }

#comments {
  margin-top: 20px; }
  #comments #comment-form-title {
    font-size: 24px;
    padding-bottom: 10px; }
  #comments .comments-title {
    padding: 0 0 30px;
    clear: both;
    border-bottom: 1px solid #E8E8E8;
    font-size: 20px;
    margin: 0; }
  #comments ol.comment-list {
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    padding: 0;
    width: 100%; }
    #comments ol.comment-list li {
      padding-left: 0;
      list-style: outside none none;
      margin-bottom: 15px; }
      #comments ol.comment-list li.comment {
        display: block;
        float: left;
        width: 100%;
        background-color: #F7F7F7; }
        #comments ol.comment-list li.comment::after {
          content: inherit;
          display: none; }
        #comments ol.comment-list li.comment .comment-body {
          border-radius: 0;
          clear: both;
          display: block;
          float: left;
          padding: 15px;
          position: relative;
          text-align: left;
          width: 100%;
          border-bottom: 1px solid #E8E8E8; }
          #comments ol.comment-list li.comment .comment-body .comment-meta .comment-author.vcard {
            font-size: 20px;
            margin-bottom: 5px; }
          #comments ol.comment-list li.comment .comment-body .comment-meta .comment-author a {
            color: #555555; }
          #comments ol.comment-list li.comment .comment-body .comment-metadata {
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 10px; }
            #comments ol.comment-list li.comment .comment-body .comment-metadata a {
              color: #ada9a9;
              margin-right: 30px; }
              #comments ol.comment-list li.comment .comment-body .comment-metadata a::before {
                content: "\f274";
                font-family: 'Font Awesome 5 Free';
                margin-right: 5px;
                font-size: 14px; }
          #comments ol.comment-list li.comment .comment-body .avatar {
            float: left;
            margin-right: 35px;
            margin-bottom: 0;
            margin-top: 10px; }
          #comments ol.comment-list li.comment .comment-body .authorbox {
            overflow: hidden;
            padding: 0 0 70px;
            border-bottom: 1px solid #f7f7f7; }
            #comments ol.comment-list li.comment .comment-body .authorbox h4.author-header {
              margin-bottom: 5px; }
          #comments ol.comment-list li.comment .comment-body .reply {
            float: right;
            font-size: 16px; }
            #comments ol.comment-list li.comment .comment-body .reply a.comment-reply-link {
              color: #555555; }
              #comments ol.comment-list li.comment .comment-body .reply a.comment-reply-link:before {
                content: "\f3e5";
                font-family: 'Font Awesome 5 Free';
                margin-right: 7px;
                font-size: 14px;
                font-weight: 900; }
              #comments ol.comment-list li.comment .comment-body .reply a.comment-reply-link:hover {
                color: #e73e3b; }
          #comments ol.comment-list li.comment .comment-body .author-avatar {
            float: left;
            margin-right: 35px; }
          #comments ol.comment-list li.comment .comment-body .author-avatar img, #comments ol.comment-list li.comment .comment-body .vcard .avatar {
            max-width: 100px; }
    #comments ol.comment-list .children {
      border: medium none;
      float: left;
      margin: 0;
      width: 100%;
      padding-left: 40px; }

#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url {
  width: 100%; }

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%; }

.form-allowed-tags code {
  white-space: inherit;
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comment p {
  font-size: 14px; }

#commentform label {
  display: inline-block;
  position: relative;
  margin-bottom: .6125rem; }

#commentform input[type="checkbox"],
#commentform input[type="radio"] {
  margin-right: 10px; }

#commentform p.form-submit {
  margin-top: 30px; }
  #commentform p.form-submit input[type="submit"] {
    background-color: #e73e3b;
    padding: 15px;
    color: #ffffff;
    font-size: 1rem;
    border: none; }
    #commentform p.form-submit input[type="submit"]:hover {
      background-color: #e73e3b; }

#commentform span.required {
  color: #e73e3b; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Footer
--------------------------------------------- */
footer.site-footer {
  background-color: #F7F7F7;
  margin-top: 4rem; }
  footer.site-footer .footer-in {
    padding: 4rem 0;
    position: relative;
    text-align: center; }
    footer.site-footer .footer-in ul.ft-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center; }
      footer.site-footer .footer-in ul.ft-social li a {
        width: 32px;
        height: 32px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #9b9b9b;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        color: #9b9b9b;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        overflow: hidden; }
        footer.site-footer .footer-in ul.ft-social li a:hover {
          color: #e73e3b;
          border-color: #e73e3b; }
      footer.site-footer .footer-in ul.ft-social li:not(:last-child) {
        margin-right: 10px; }
    footer.site-footer .footer-in .custom-logo-link {
      max-width: 150px;
      margin: 0 auto; }
    footer.site-footer .footer-in .footer-menu {
      margin: 2rem 0; }
      footer.site-footer .footer-in .footer-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        footer.site-footer .footer-in .footer-menu ul li a {
          color: #000000;
          text-transform: uppercase; }
          @media only screen and (max-width: 1280px) {
            footer.site-footer .footer-in .footer-menu ul li a {
              font-size: .875rem; } }
          @media only screen and (max-width: 767px) {
            footer.site-footer .footer-in .footer-menu ul li a {
              text-transform: capitalize; } }
        footer.site-footer .footer-in .footer-menu ul li:not(:last-child) {
          margin-right: 1.5rem; }
    @media only screen and (max-width: 1024px) {
      footer.site-footer .footer-in {
        padding: 3rem 0; }
        footer.site-footer .footer-in .footer-menu {
          margin: 1.5rem 0; } }

.scroll-top {
  width: 50px;
  height: 50px;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  bottom: 105%;
  right: 40px;
  font-size: 20px;
  z-index: 99;
  text-align: center;
  cursor: pointer;
  background: #e73e3b;
  border: 0; }
  .scroll-top svg {
    font-size: 20px;
    color: #ffffff; }
  .scroll-top:focus {
    box-shadow: none;
    -webkit-outline: none;
    outline: none; }
  .scroll-top:hover {
    -webkit-box-shadow: 1px 0px 4px 0px #555555;
    box-shadow: 1px 0px 4px 0px #555555;
    cursor: pointer;
    background-color: #fff0ef; }
    .scroll-top:hover svg {
      color: #e73e3b; }
  .scroll-top.open {
    bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media only screen and (max-width: 991px) {
    .scroll-top {
      width: 35px;
      height: 35px; }
      .scroll-top i {
        font-size: 18px; } }
  @media only screen and (max-width: 768px) {
    .scroll-top {
      width: 30px;
      height: 30px; }
      .scroll-top i {
        font-size: 16px; } }
  @media only screen and (max-width: 576px) {
    .scroll-top {
      width: 25px;
      height: 25px; }
      .scroll-top i {
        font-size: 14px; } }

.site-info {
  padding: 1rem 0;
  border-top: 1px solid #D6D6D6;
  font-size: .775rem; }
  .site-info .siteinfo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .site-info .siteinfo-text {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .site-info p {
      font-size: .75rem;
      text-align: center; } }
  .site-info p {
    margin: 0; }
    .site-info p a {
      color: #000000; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* 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; }
  .screen-reader-text:focus {
    background-color: #fff0ef;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #e73e3b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/* pages
--------------------------------------------- */
.newsletter {
  padding: 2rem;
  background-color: #F7F7F7;
  margin-top: 2rem; }
  .newsletter h4 {
    font-size: 1.5rem; }
  .newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem; }
  .newsletter p {
    margin: 0; }
    .newsletter p.email {
      flex-grow: 1; }
    .newsletter p input[type="email"] {
      height: 50px;
      padding: 0 30px;
      color: #000;
      background: #ffffff;
      box-shadow: 0px 7px 60px 0px rgba(222, 222, 222, 0.48);
      border: 0;
      width: 100%; }
    .newsletter p.submit {
      margin-left: 2rem; }
      .newsletter p.submit input[type="submit"] {
        background-color: #e73e3b; }
  @media only screen and (max-width: 1024px) {
    .newsletter h4 {
      font-size: 1.2rem; } }
  @media only screen and (max-width: 576px) {
    .newsletter form {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .newsletter p.submit {
      margin-left: 0;
      margin-top: .6125rem; } }

/*--------------------------------------------------------------
mainslider
--------------------------------------------------------------*/
.hero {
  padding-top: 0;
  margin: 0 auto;
  margin-bottom: 50px; }

.main-slider .hero-article {
  min-height: 600px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .main-slider .hero-article {
      min-height: 500px;
      margin: 0; } }
  @media only screen and (max-width: 767px) {
    .main-slider .hero-article {
      min-height: 400px; } }
  @media only screen and (max-width: 576px) {
    .main-slider .hero-article {
      min-height: 350px; } }
  .main-slider .hero-article .slider-caption {
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5); }
    .main-slider .hero-article .slider-caption .caption-content {
      padding: 2rem;
      position: relative;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: 600px;
      max-width: 900px;
      margin: 0 auto; }
      .main-slider .hero-article .slider-caption .caption-content a {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      @media only screen and (max-width: 1024px) {
        .main-slider .hero-article .slider-caption .caption-content {
          min-height: 500px; } }
      @media only screen and (max-width: 767px) {
        .main-slider .hero-article .slider-caption .caption-content {
          min-height: 400px; } }
      @media only screen and (max-width: 576px) {
        .main-slider .hero-article .slider-caption .caption-content {
          min-height: 350px; } }
      .main-slider .hero-article .slider-caption .caption-content .entry-content {
        text-align: center; }
      .main-slider .hero-article .slider-caption .caption-content h2 {
        font-size: 40px;
        font-weight: 500;
        line-height: 1.5;
        color: #ffffff;
        text-transform: capitalize;
        margin: 1rem 0; }
        .main-slider .hero-article .slider-caption .caption-content h2 a {
          color: #ffffff; }
          .main-slider .hero-article .slider-caption .caption-content h2 a:hover {
            color: #e73e3b; }
        @media only screen and (max-width: 1366px) {
          .main-slider .hero-article .slider-caption .caption-content h2 {
            font-size: 34px;
            line-height: 44px; } }
        @media only screen and (max-width: 767px) {
          .main-slider .hero-article .slider-caption .caption-content h2 {
            font-size: 24px;
            line-height: 34px; } }
      .main-slider .hero-article .slider-caption .caption-content .category {
        margin: 0; }
        .main-slider .hero-article .slider-caption .caption-content .category a {
          color: #ffffff; }
          .main-slider .hero-article .slider-caption .caption-content .category a:hover {
            color: #e73e3b; }
        .main-slider .hero-article .slider-caption .caption-content .category:before, .main-slider .hero-article .slider-caption .caption-content .category:after {
          content: "";
          width: 30px; }
      .main-slider .hero-article .slider-caption .caption-content .entry-content {
        margin: 0; }
    .main-slider .hero-article .slider-caption .entry-meta span {
      font-size: .775rem; }
      .main-slider .hero-article .slider-caption .entry-meta span a {
        color: #ffffff; }
        .main-slider .hero-article .slider-caption .entry-meta span a::before {
          content: "";
          font-family: "Font Awesome 5 Free";
          margin-right: .4rem;
          font-size: .775rem;
          font-weight: 400;
          color: #ffffff; }
      .main-slider .hero-article .slider-caption .entry-meta span.posted-on a::before {
        content: "\f073";
        margin: 0 .4rem; }
      .main-slider .hero-article .slider-caption .entry-meta span.comments-link a::before {
        content: "\f086"; }
      .main-slider .hero-article .slider-caption .entry-meta span.edit-link a::before {
        content: "\f044"; }
      .main-slider .hero-article .slider-caption .entry-meta span.cat-links a::before {
        content: "\f00b";
        margin: 0 .4rem; }
      .main-slider .hero-article .slider-caption .entry-meta span.author.vcard a::before {
        content: "\f007";
        margin: 0 .4rem; }
      .main-slider .hero-article .slider-caption .entry-meta span:not(:last-child)::after {
        display: inline-flex;
        content: '|';
        margin-left: .35rem;
        color: #ffffff; }
      @media only screen and (max-width: 576px) {
        .main-slider .hero-article .slider-caption .entry-meta span {
          font-size: .775rem; } }
    .main-slider .hero-article .slider-caption.is-left {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .main-slider .hero-article .slider-caption.is-center {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
    .main-slider .hero-article .slider-caption.is-right {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      text-align: right; }
.main-slider .slick-prev,
.main-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 60px;
  width: 60px;
  background: #ffffff;
  color: #000000;
  border: 0;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .main-slider .slick-prev::before,
  .main-slider .slick-next::before {
    display: none; }
  .main-slider .slick-prev::after,
  .main-slider .slick-next::after {
    font-family: "Font Awesome 5 Free";
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 1rem;
    font-weight: 900;
    text-transform: initial;
    font-size: 1.5rem; }
  .main-slider .slick-prev:hover,
  .main-slider .slick-next:hover {
    background: #e73e3b; }
    .main-slider .slick-prev:hover::after,
    .main-slider .slick-next:hover::after {
      color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .main-slider .slick-prev,
    .main-slider .slick-next {
      height: 40px;
      width: 40px; } }
.main-slider .slick-prev {
  left: 145px; }
  .main-slider .slick-prev::after {
    content: "\f104"; }
  @media only screen and (max-width: 1199px) {
    .main-slider .slick-prev {
      left: 120px; } }
  @media only screen and (max-width: 991px) {
    .main-slider .slick-prev {
      left: 50px; } }
  @media only screen and (max-width: 767px) {
    .main-slider .slick-prev {
      left: 20px; } }
  @media only screen and (max-width: 576px) {
    .main-slider .slick-prev {
      left: 15px; } }
.main-slider .slick-next {
  right: 145px; }
  .main-slider .slick-next::after {
    content: "\f105"; }
  @media only screen and (max-width: 1199px) {
    .main-slider .slick-next {
      right: 120px; } }
  @media only screen and (max-width: 991px) {
    .main-slider .slick-next {
      right: 80px; } }
  @media only screen and (max-width: 767px) {
    .main-slider .slick-next {
      right: 20px; } }
  @media only screen and (max-width: 576px) {
    .main-slider .slick-next {
      right: 15px; } }
.main-slider.half-slider .hero-article {
  width: 1170px;
  margin: 0 15px; }
.main-slider.full-slider .hero-article {
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important; } }
.contact .custom-card {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: 2rem; }
  .contact .custom-card .card-header {
    padding: 1rem;
    background-color: #ffffff; }
  .contact .custom-card .card-body {
    padding: 1rem;
    background-color: #ffffff; }

/*==========================
errorpage
==========================*/
.error-404 {
  padding: 30px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  margin: 30px auto; }
  .error-404 .page-content strong {
    display: block;
    font-size: 145px;
    line-height: 100px;
    color: #e73e3b;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 5px 5px 1px #eaeaea; }
    @media only screen and (max-width: 767px) {
      .error-404 .page-content strong {
        font-size: 5rem;
        line-height: 50px; } }
  .error-404 .page-content h1 {
    font-size: 40px;
    line-height: 50px;
    color: #e73e3b;
    margin: 3rem 0 1.5rem 0;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .error-404 .page-content h1 {
        font-size: 2rem;
        line-height: 30px; } }

/*# sourceMappingURL=style.css.map */
