@charset "UTF-8";
/*!
Theme Name: Felos
Theme URI: http://creative-wp.com/wp-demos/felos
Author: Creative WP
Author URI: http://creative-wp.com/
Description: Finance, Business & Consulting WordPress Theme
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: felos
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.main-color {
  color: #eba800;
}

.btn-primary {
  font-size: 12px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #eba800;
  color: #fff;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  outline: 0;
  border: 0;
  letter-spacing: 1px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited, .btn-primary:active:hover, .btn-primary:active:focus {
  outline: 0;
  border: 0;
  color: #fff;
  background-color: #eba800;
}

.btn-secondary {
  font-size: 12px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #0a2c4e;
  color: #fff;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  outline: 0;
  border: 0;
  letter-spacing: 1px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:visited, .btn-secondary:active:hover, .btn-secondary:active:focus {
  outline: 0;
  border: 0;
  color: #fff;
  background-color: #0a2c4e;
}

@keyframes sp-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes sp-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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 {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  font-size: 21px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
  margin: 0;
  margin-left: 100px;
  position: relative;
  padding-top: 80px;
}
blockquote:before {
  content: "";
  font-family: icomoon;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 60px;
  line-height: 1.7;
  color: #0a2c4e;
}
blockquote cite {
  margin-top: 17px;
  display: block;
  font-size: 13px;
  color: #eba800;
  font-weight: 500;
  text-transform: uppercase;
  font-style: initial;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 13.125px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 13.125px;
}

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

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

big {
  font-size: 125%;
}

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

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

.felos-fix-left {
  max-width: 700px;
}

.primary-color {
  color: #eba800;
}

.secondary-color {
  color: #0a2c4e;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.fix-z-index {
  z-index: 1;
}

.fix-z-index-1 {
  z-index: -1;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: 0;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #ccc;
  outline: 0;
}
.swiper-pagination-bullet:focus {
  outline: 0;
}

.swiper-pagination-bullet-active {
  background: #eba800;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

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

table,
th,
td {
  border: 1px solid #eee;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

.felos-contact-form-7 input[type=submit],
.felos-contact-form-7 input[type=text],
.felos-contact-form-7 input[type=email],
.felos-contact-form-7 input[type=url],
.felos-contact-form-7 input[type=password],
.felos-contact-form-7 input[type=search],
.felos-contact-form-7 input[type=number],
.felos-contact-form-7 input[type=tel],
.felos-contact-form-7 input[type=range],
.felos-contact-form-7 input[type=date],
.felos-contact-form-7 input[type=month],
.felos-contact-form-7 input[type=week],
.felos-contact-form-7 input[type=time],
.felos-contact-form-7 input[type=datetime],
.felos-contact-form-7 input[type=datetime-local],
.felos-contact-form-7 input[type=color],
.felos-contact-form-7 select {
  width: 100%;
  margin-bottom: 30px;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
}
.felos-contact-form-7 input[type=submit] {
  color: #fff;
  font-weight: 600;
  background-color: #eba800;
  -webkit-border-radius: 22px;
          border-radius: 22px;
}
.felos-contact-form-7 input[type=submit]:hover {
  background-color: #eba800;
}
.felos-contact-form-7 textarea::-webkit-input-placeholder,
.felos-contact-form-7 input::-webkit-input-placeholder,
.felos-contact-form-7 select {
  font-size: 12px;
  font-weight: 500;
}
.felos-contact-form-7 textarea::-moz-placeholder,
.felos-contact-form-7 input::-moz-placeholder,
.felos-contact-form-7 select {
  font-size: 12px;
  font-weight: 500;
}
.felos-contact-form-7 textarea::placeholder,
.felos-contact-form-7 input::placeholder,
.felos-contact-form-7 select {
  font-size: 12px;
  font-weight: 500;
}
.felos-contact-form-7.has-transparent input, .felos-contact-form-7.has-transparent select, .felos-contact-form-7.has-transparent textarea {
  background-color: transparent;
}
.felos-contact-form-7.has-transparent input[type=submit] {
  background-color: #eba800;
}
.felos-contact-form-7 textarea {
  margin-bottom: 32px;
  height: 135px;
}

.felos-contact-form-7--color-light input[type=text],
.felos-contact-form-7--color-light input[type=email],
.felos-contact-form-7--color-light input[type=url],
.felos-contact-form-7--color-light input[type=password],
.felos-contact-form-7--color-light input[type=search],
.felos-contact-form-7--color-light input[type=number],
.felos-contact-form-7--color-light input[type=tel],
.felos-contact-form-7--color-light input[type=range],
.felos-contact-form-7--color-light input[type=date],
.felos-contact-form-7--color-light input[type=month],
.felos-contact-form-7--color-light input[type=week],
.felos-contact-form-7--color-light input[type=time],
.felos-contact-form-7--color-light input[type=datetime],
.felos-contact-form-7--color-light input[type=datetime-local],
.felos-contact-form-7--color-light input[type=color],
.felos-contact-form-7--color-light select, .felos-contact-form-7--color-light textarea {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.felos-contact-form-7--color-light input[type=text]::-webkit-input-placeholder,
.felos-contact-form-7--color-light input[type=email]::-webkit-input-placeholder,
.felos-contact-form-7--color-light input[type=url]::-webkit-input-placeholder,
.felos-contact-form-7--color-light input[type=password]::-webkit-input-placeholder,
.felos-contact-form-7--color-light input[type=search]::-webkit-input-placeholder,
.felos-contact-form-7--color-light input[type=number]::-webkit-input-placeholder,
.felos-contact-form-7--color-light input[type=tel]::-webkit-input-placeholder,
.felos-contact-form-7--color-light input[type=range]::-webkit-input-placeholder,
.felos-contact-form-7--color-light input[type=date]::-webkit-input-placeholder,
.felos-contact-form-7--color-light input[type=month]::-webkit-input-placeholder,
.felos-contact-form-7--color-light input[type=week]::-webkit-input-placeholder,
.felos-contact-form-7--color-light input[type=time]::-webkit-input-placeholder,
.felos-contact-form-7--color-light input[type=datetime]::-webkit-input-placeholder,
.felos-contact-form-7--color-light input[type=datetime-local]::-webkit-input-placeholder,
.felos-contact-form-7--color-light input[type=color]::-webkit-input-placeholder,
.felos-contact-form-7--color-light select::-webkit-input-placeholder, .felos-contact-form-7--color-light textarea::-webkit-input-placeholder {
  color: #fff;
}
.felos-contact-form-7--color-light input[type=text]::-moz-placeholder,
.felos-contact-form-7--color-light input[type=email]::-moz-placeholder,
.felos-contact-form-7--color-light input[type=url]::-moz-placeholder,
.felos-contact-form-7--color-light input[type=password]::-moz-placeholder,
.felos-contact-form-7--color-light input[type=search]::-moz-placeholder,
.felos-contact-form-7--color-light input[type=number]::-moz-placeholder,
.felos-contact-form-7--color-light input[type=tel]::-moz-placeholder,
.felos-contact-form-7--color-light input[type=range]::-moz-placeholder,
.felos-contact-form-7--color-light input[type=date]::-moz-placeholder,
.felos-contact-form-7--color-light input[type=month]::-moz-placeholder,
.felos-contact-form-7--color-light input[type=week]::-moz-placeholder,
.felos-contact-form-7--color-light input[type=time]::-moz-placeholder,
.felos-contact-form-7--color-light input[type=datetime]::-moz-placeholder,
.felos-contact-form-7--color-light input[type=datetime-local]::-moz-placeholder,
.felos-contact-form-7--color-light input[type=color]::-moz-placeholder,
.felos-contact-form-7--color-light select::-moz-placeholder, .felos-contact-form-7--color-light textarea::-moz-placeholder {
  color: #fff;
}
.felos-contact-form-7--color-light input[type=text]::placeholder,
.felos-contact-form-7--color-light input[type=email]::placeholder,
.felos-contact-form-7--color-light input[type=url]::placeholder,
.felos-contact-form-7--color-light input[type=password]::placeholder,
.felos-contact-form-7--color-light input[type=search]::placeholder,
.felos-contact-form-7--color-light input[type=number]::placeholder,
.felos-contact-form-7--color-light input[type=tel]::placeholder,
.felos-contact-form-7--color-light input[type=range]::placeholder,
.felos-contact-form-7--color-light input[type=date]::placeholder,
.felos-contact-form-7--color-light input[type=month]::placeholder,
.felos-contact-form-7--color-light input[type=week]::placeholder,
.felos-contact-form-7--color-light input[type=time]::placeholder,
.felos-contact-form-7--color-light input[type=datetime]::placeholder,
.felos-contact-form-7--color-light input[type=datetime-local]::placeholder,
.felos-contact-form-7--color-light input[type=color]::placeholder,
.felos-contact-form-7--color-light select::placeholder, .felos-contact-form-7--color-light textarea::placeholder {
  color: #fff;
}
.felos-contact-form-7--color-light select {
  color: #fff;
}
.felos-contact-form-7--color-light select option {
  color: #161619;
}

.felos-contact-form-7--style-1 textarea {
  padding-left: 15px;
}

.felos-contact-form-7--style-2 {
  -webkit-box-shadow: 3px 0 68px rgba(0, 0, 0, 0.08);
          box-shadow: 3px 0 68px rgba(0, 0, 0, 0.08);
}
.felos-contact-form-7--style-2 input[type=text],
.felos-contact-form-7--style-2 input[type=email],
.felos-contact-form-7--style-2 input[type=url],
.felos-contact-form-7--style-2 input[type=password],
.felos-contact-form-7--style-2 input[type=search],
.felos-contact-form-7--style-2 input[type=number],
.felos-contact-form-7--style-2 input[type=tel],
.felos-contact-form-7--style-2 input[type=range],
.felos-contact-form-7--style-2 input[type=date],
.felos-contact-form-7--style-2 input[type=month],
.felos-contact-form-7--style-2 input[type=week],
.felos-contact-form-7--style-2 input[type=time],
.felos-contact-form-7--style-2 input[type=datetime],
.felos-contact-form-7--style-2 input[type=datetime-local],
.felos-contact-form-7--style-2 input[type=color],
.felos-contact-form-7--style-2 select,
.felos-contact-form-7--style-2 textarea {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 22px;
}
.felos-contact-form-7--style-2 input[type=text]::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=email]::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=url]::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=password]::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=search]::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=number]::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=tel]::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=range]::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=date]::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=month]::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=week]::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=time]::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=datetime]::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=datetime-local]::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=color]::-webkit-input-placeholder,
.felos-contact-form-7--style-2 select::-webkit-input-placeholder,
.felos-contact-form-7--style-2 textarea::-webkit-input-placeholder {
  position: relative;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.felos-contact-form-7--style-2 input[type=text]::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=email]::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=url]::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=password]::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=search]::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=number]::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=tel]::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=range]::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=date]::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=month]::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=week]::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=time]::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=datetime]::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=datetime-local]::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=color]::-moz-placeholder,
.felos-contact-form-7--style-2 select::-moz-placeholder,
.felos-contact-form-7--style-2 textarea::-moz-placeholder {
  position: relative;
  transition: 0.5s;
}
.felos-contact-form-7--style-2 input[type=text]::placeholder,
.felos-contact-form-7--style-2 input[type=email]::placeholder,
.felos-contact-form-7--style-2 input[type=url]::placeholder,
.felos-contact-form-7--style-2 input[type=password]::placeholder,
.felos-contact-form-7--style-2 input[type=search]::placeholder,
.felos-contact-form-7--style-2 input[type=number]::placeholder,
.felos-contact-form-7--style-2 input[type=tel]::placeholder,
.felos-contact-form-7--style-2 input[type=range]::placeholder,
.felos-contact-form-7--style-2 input[type=date]::placeholder,
.felos-contact-form-7--style-2 input[type=month]::placeholder,
.felos-contact-form-7--style-2 input[type=week]::placeholder,
.felos-contact-form-7--style-2 input[type=time]::placeholder,
.felos-contact-form-7--style-2 input[type=datetime]::placeholder,
.felos-contact-form-7--style-2 input[type=datetime-local]::placeholder,
.felos-contact-form-7--style-2 input[type=color]::placeholder,
.felos-contact-form-7--style-2 select::placeholder,
.felos-contact-form-7--style-2 textarea::placeholder {
  position: relative;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.felos-contact-form-7--style-2 input[type=text]:focus,
.felos-contact-form-7--style-2 input[type=email]:focus,
.felos-contact-form-7--style-2 input[type=url]:focus,
.felos-contact-form-7--style-2 input[type=password]:focus,
.felos-contact-form-7--style-2 input[type=search]:focus,
.felos-contact-form-7--style-2 input[type=number]:focus,
.felos-contact-form-7--style-2 input[type=tel]:focus,
.felos-contact-form-7--style-2 input[type=range]:focus,
.felos-contact-form-7--style-2 input[type=date]:focus,
.felos-contact-form-7--style-2 input[type=month]:focus,
.felos-contact-form-7--style-2 input[type=week]:focus,
.felos-contact-form-7--style-2 input[type=time]:focus,
.felos-contact-form-7--style-2 input[type=datetime]:focus,
.felos-contact-form-7--style-2 input[type=datetime-local]:focus,
.felos-contact-form-7--style-2 input[type=color]:focus,
.felos-contact-form-7--style-2 select:focus,
.felos-contact-form-7--style-2 textarea:focus {
  border-color: #161619;
}
.felos-contact-form-7--style-2 input[type=text]:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=email]:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=url]:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=password]:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=search]:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=number]:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=tel]:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=range]:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=date]:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=month]:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=week]:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=time]:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=datetime]:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=datetime-local]:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 input[type=color]:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 select:focus::-webkit-input-placeholder,
.felos-contact-form-7--style-2 textarea:focus::-webkit-input-placeholder {
  font-size: 14px;
}
.felos-contact-form-7--style-2 input[type=text]:focus::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=email]:focus::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=url]:focus::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=password]:focus::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=search]:focus::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=number]:focus::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=tel]:focus::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=range]:focus::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=date]:focus::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=month]:focus::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=week]:focus::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=time]:focus::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=datetime]:focus::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=datetime-local]:focus::-moz-placeholder,
.felos-contact-form-7--style-2 input[type=color]:focus::-moz-placeholder,
.felos-contact-form-7--style-2 select:focus::-moz-placeholder,
.felos-contact-form-7--style-2 textarea:focus::-moz-placeholder {
  font-size: 14px;
}
.felos-contact-form-7--style-2 input[type=text]:focus::placeholder,
.felos-contact-form-7--style-2 input[type=email]:focus::placeholder,
.felos-contact-form-7--style-2 input[type=url]:focus::placeholder,
.felos-contact-form-7--style-2 input[type=password]:focus::placeholder,
.felos-contact-form-7--style-2 input[type=search]:focus::placeholder,
.felos-contact-form-7--style-2 input[type=number]:focus::placeholder,
.felos-contact-form-7--style-2 input[type=tel]:focus::placeholder,
.felos-contact-form-7--style-2 input[type=range]:focus::placeholder,
.felos-contact-form-7--style-2 input[type=date]:focus::placeholder,
.felos-contact-form-7--style-2 input[type=month]:focus::placeholder,
.felos-contact-form-7--style-2 input[type=week]:focus::placeholder,
.felos-contact-form-7--style-2 input[type=time]:focus::placeholder,
.felos-contact-form-7--style-2 input[type=datetime]:focus::placeholder,
.felos-contact-form-7--style-2 input[type=datetime-local]:focus::placeholder,
.felos-contact-form-7--style-2 input[type=color]:focus::placeholder,
.felos-contact-form-7--style-2 select:focus::placeholder,
.felos-contact-form-7--style-2 textarea:focus::placeholder {
  font-size: 14px;
}
.felos-contact-form-7--style-2 input, .felos-contact-form-7--style-2 select {
  margin-bottom: 24px;
}
.felos-contact-form-7--style-2 textarea {
  height: 75px;
  margin-top: 10px;
}
.felos-contact-form-7--style-2 input[type=submit] {
  font-size: 12px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #0a2c4e;
  color: #fff;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  outline: 0;
  border: 0;
  letter-spacing: 1px;
  width: initial;
  padding: 0 47px;
  margin: 0 auto 0;
}
.felos-contact-form-7--style-2 input[type=submit]:hover, .felos-contact-form-7--style-2 input[type=submit]:focus, .felos-contact-form-7--style-2 input[type=submit]:active, .felos-contact-form-7--style-2 input[type=submit]:visited, .felos-contact-form-7--style-2 input[type=submit]:active:hover, .felos-contact-form-7--style-2 input[type=submit]:active:focus {
  outline: 0;
  border: 0;
  color: #fff;
  background-color: #0a2c4e;
}
.felos-contact-form-7--style-2 input[type=submit]:hover {
  background-color: #eba800;
}
.felos-contact-form-7--style-2 .title {
  font-weight: 300;
  padding: 27px 40px;
  background-color: #0a2c4e;
  color: #fff;
  margin: 0;
}
.felos-contact-form-7--style-2 .title span {
  font-weight: 600;
  color: #eba800;
}
.felos-contact-form-7--style-2 .desc {
  margin-bottom: 16px;
}
.felos-contact-form-7--style-2 .content {
  padding: 29px 39px 16px;
  border: 1px solid #dddddd;
}

.felos-contact-form-7--style-3 input[type=text],
.felos-contact-form-7--style-3 input[type=email],
.felos-contact-form-7--style-3 input[type=url],
.felos-contact-form-7--style-3 input[type=password],
.felos-contact-form-7--style-3 input[type=search],
.felos-contact-form-7--style-3 input[type=number],
.felos-contact-form-7--style-3 input[type=tel],
.felos-contact-form-7--style-3 input[type=range],
.felos-contact-form-7--style-3 input[type=date],
.felos-contact-form-7--style-3 input[type=month],
.felos-contact-form-7--style-3 input[type=week],
.felos-contact-form-7--style-3 input[type=time],
.felos-contact-form-7--style-3 input[type=datetime],
.felos-contact-form-7--style-3 input[type=datetime-local],
.felos-contact-form-7--style-3 input[type=color],
.felos-contact-form-7--style-3 select {
  width: 100%;
  padding: 0 25px;
}
.felos-contact-form-7--style-3 input[type=submit] {
  font-size: 12px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #0a2c4e;
  color: #fff;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  outline: 0;
  border: 0;
  letter-spacing: 1px;
  width: initial;
  margin: auto;
  margin-bottom: 0;
  padding: 0 33px;
}
.felos-contact-form-7--style-3 input[type=submit]:hover, .felos-contact-form-7--style-3 input[type=submit]:focus, .felos-contact-form-7--style-3 input[type=submit]:active, .felos-contact-form-7--style-3 input[type=submit]:visited, .felos-contact-form-7--style-3 input[type=submit]:active:hover, .felos-contact-form-7--style-3 input[type=submit]:active:focus {
  outline: 0;
  border: 0;
  color: #fff;
  background-color: #0a2c4e;
}
.felos-contact-form-7--style-3 textarea {
  margin-bottom: 22px;
}
.felos-contact-form-7--style-3 .felos-form-team input[type=submit] {
  float: left;
}

.felos__section-title {
  color: #000000;
}
.felos__section-title .title {
  font-size: 14px;
  padding-bottom: 18px;
  position: relative;
  letter-spacing: 3.2px;
  margin-bottom: 8px;
  color: #0a2c4e;
}
.felos__section-title .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 40px;
  background-color: #eba800;
}
.felos__section-title .sub-title {
  font-size: 32px;
  line-height: 1.43;
  letter-spacing: -1px;
}
.felos__section-title .sub-title label {
  font-weight: 600;
  color: #eba800;
}
.felos__section-title.aligncenter {
  text-align: center;
}
.felos__section-title.aligncenter .title:after {
  margin: auto;
  right: 0;
}

.felos__section-title--style-2 .title {
  font-size: 18px;
  color: #161619;
  letter-spacing: 0;
  margin-top: 0;
}

.felos__section-title--color-light .title,
.felos__section-title--color-light .sub-title {
  color: #fff;
}

.felos-service-carousel--style-3 .felos__section-title,
.felos-blog-carousel .felos__section-title,
.felos-post__related .felos__section-title,
.felos-portfolio-carousel .felos__section-title {
  padding-right: 200px;
  margin-bottom: 47px;
  min-height: 134px;
}

.felos-faq__box {
  margin-bottom: 22px;
}
.felos-faq__box .felos-faq__question {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-right: 20px;
}
.felos-faq__box .felos-faq__question span i {
  color: #dddddd;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.felos-faq__box .felos-faq__question span i:last-child {
  display: none;
  color: #eba800;
}
.felos-faq__box .felos-faq__answer {
  display: none;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.felos-faq__box.active {
  margin-bottom: 45px;
}
.felos-faq__box.active .felos-faq__answer {
  display: block;
  opacity: 1;
}
.felos-faq__box.active .felos-faq__question {
  margin-bottom: 25px;
  color: #0a2c4e;
}
.felos-faq__box.active .felos-faq__question span i:last-child {
  display: block;
}
.felos-faq__box.active .felos-faq__question span i:first-child {
  display: none;
}
.felos-faq__box.active:last-child {
  margin-bottom: 0;
}

.felos-faq--version-2 .felos-faq__box {
  margin-bottom: 25px;
}
.felos-faq--version-2 .felos-faq__box.active {
  margin-bottom: 48px;
}
.felos-faq--version-2 .felos-faq__question {
  font-size: 16px;
  margin-bottom: 0;
}
.felos-faq--version-2 .felos-faq__answer {
  margin-top: 28px;
}

.felos-button a {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  display: inline-block;
  background-color: #0a2c4e;
  color: #fff;
  text-transform: uppercase;
}
.felos-button a:hover, .felos-button a:focus, .felos-button a:active {
  color: #fff;
  background-color: #eba800;
}

.felos-button--style-2 a {
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
}
.felos-button--style-2 a:hover, .felos-button--style-2 a:focus, .felos-button--style-2 a:active {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}

.felos-counter__list .field-counter {
  font-size: 60px;
  color: #eba800;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 5px;
  letter-spacing: -1.6px;
}
.felos-counter__list .field-counter .number {
  min-width: 85px;
  display: inline-block;
}
.felos-counter__list .field-counter .unit {
  margin-left: -13px;
}
.felos-counter__list .field-title {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.felos-counter--align-center {
  text-align: center;
}

.felos-counter--align-right {
  text-align: right;
}

.felos-counter--style-light .field-title {
  color: #fff;
}

.site-content .vc_col-has-fill > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.site-content .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.site-content .vc_section.vc_section-has-fill,
.site-content .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.site-content .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}

.wpb_content_element {
  margin-bottom: 0 !important;
}

.vc_section {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.vc_row {
  background-position: center;
}
.vc_row.vc_row-fluid {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.vc_row.vc_inner {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_row > .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row.overlay-enable {
  position: relative;
}
.vc_row .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.vc_row.parallax {
  background-attachment: fixed;
  background-position: 50% 50%;
}
.vc_row .wpb_content_element {
  margin-bottom: 0;
}

.vc_row.vc_row-flex > .container-fluid {
  width: 100%;
}
.vc_row.vc_row-flex > .container > .row, .vc_row.vc_row-flex > .container-fluid > .row {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_row.vc_row-flex > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-flex > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.vc_row.vc_row-flex > .container > .row:after, .vc_row.vc_row-flex > .container > .row:before, .vc_row.vc_row-flex > .container-fluid > .row:after, .vc_row.vc_row-flex > .container-fluid > .row:before {
  display: none;
}

.vc_row.vc_row-o-columns-top > .container > .row, .vc_row.vc_row-o-columns-top > .container-fluid > .row {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.vc_row.vc_row-o-columns-middle > .container > .row, .vc_row.vc_row-o-columns-middle > .container-fluid > .row {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.vc_row.vc_row-o-columns-bottom > .container > .row, .vc_row.vc_row-o-columns-bottom > .container-fluid > .row {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.vc_row.vc_row-o-equal-height > .container > .row .vc_column_container, .vc_row.vc_row-o-equal-height > .container-fluid > .row .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.vc_row.vc_row-o-content-top > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-top > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.vc_row.vc_row-o-content-middle > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-middle > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
}

.vc_row.vc_row-o-content-bottom > .container > .row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-bottom > .container-fluid > .row > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
       justify-content: flex-end;
}

.felos-video-banner {
  position: relative;
  line-height: 1;
}
.felos-video-banner .play-banner {
  display: inline-block;
  font-size: 34px;
  color: #0a2c4e;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  text-align: center;
  width: 110px;
  height: 110px;
}
.felos-video-banner .play-banner span, .felos-video-banner .play-banner i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.felos-video-banner .play-banner span {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.felos-video-banner .play-banner i {
  padding-left: 6px;
}
.felos-video-banner .play-banner .rounded-1 {
  width: 110px;
  height: 110px;
  border: 10px solid rgba(0, 0, 0, 0.1);
}
.felos-video-banner .play-banner .rounded-2 {
  width: 90px;
  height: 90px;
  border: 10px solid rgba(0, 0, 0, 0.2);
}
.felos-video-banner .play-banner .rounded-3 {
  width: 70px;
  height: 70px;
  background-color: #fff;
}
.felos-video-banner.primary-color .play-banner {
  color: #fff;
}
.felos-video-banner.primary-color .rounded-1 {
  border-color: #eba800;
  opacity: 0.1;
}
.felos-video-banner.primary-color .rounded-2 {
  border-color: #eba800;
  opacity: 0.2;
}
.felos-video-banner.primary-color .rounded-3 {
  background-color: #eba800;
}
.felos-video-banner.secondary-color .play-banner {
  color: #fff;
}
.felos-video-banner.secondary-color .rounded-1 {
  border-color: #0a2c4e;
  opacity: 0.1;
}
.felos-video-banner.secondary-color .rounded-2 {
  border-color: #0a2c4e;
  opacity: 0.2;
}
.felos-video-banner.secondary-color .rounded-3 {
  background-color: #0a2c4e;
}

.felos-video-banner--style-1 .play-banner {
  position: absolute;
}
.felos-video-banner--style-1.icon-center .play-banner {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.felos-video-banner--style-1.icon-top-left .play-banner {
  top: 30px;
  left: 50px;
}
.felos-video-banner--style-1.no-banner .play-banner {
  position: relative;
  top: auto;
  left: auto;
}

.felos-cta .sub-title,
.felos-video-banner--style-2 .field-text .sub-title {
  font-size: 32px;
  line-height: 1.375;
}
.felos-cta .sub-title label,
.felos-video-banner--style-2 .field-text .sub-title label {
  color: #eba800;
}

.felos-cta .felos-button a {
  color: #fff;
  text-transform: uppercase;
  padding: 0 27px;
  letter-spacing: 1.5px;
}
.felos-cta .sub-title {
  letter-spacing: -0.8px;
}
.felos-cta.color-light {
  color: #fff;
}

.felos-cta--style-1 {
  color: #161619;
}
.felos-cta--style-1 .felos-cta__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.felos-cta--style-1 .felos-cta__inner > div {
  margin: 10px 0;
}
.felos-cta--style-1 .sub-title {
  max-width: 705px;
  margin-right: 20px;
}
.felos-cta--style-1 .felos-button a {
  background-color: #eba800;
}

.felos-cta--style-2 .felos-cta__inner {
  max-width: 610px;
  text-align: center;
  margin: auto;
  padding: 94px 0 96px;
}
.felos-cta--style-2 .sub-title {
  margin-bottom: 60px;
}
.felos-cta--style-2 .sub-title label {
  color: #0a2c4e;
}
.felos-cta--style-2 .felos-button a {
  background-color: #0a2c4e;
}

.felos-pricing-table__box ul li:nth-child(even) {
  background-color: #f8f8f8;
}

.felos-pricing-table__box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  background-color: #0a2c4e;
  text-align: center;
  padding: 44px 0 0;
  -webkit-transition: 0.6s;
          transition: 0.6s;
}
.felos-pricing-table__box .box-header {
  position: relative;
  padding-bottom: 95px;
}
.felos-pricing-table__box .box-header .title {
  color: #fff;
  margin: 0;
}
.felos-pricing-table__box .box-price:before,
.felos-pricing-table__box .box-price {
  width: 134px;
  height: 134px;
}
.felos-pricing-table__box .box-price:after,
.felos-pricing-table__box .box-price:before,
.felos-pricing-table__box .box-price__inner,
.felos-pricing-table__box .box-price {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.felos-pricing-table__box .box-price {
  margin: auto;
  bottom: -67px;
}
.felos-pricing-table__box .box-price:before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
}
.felos-pricing-table__box .box-price:after {
  content: "";
  width: 120px;
  height: 120px;
  background-color: #f6f6f6;
  left: 7px;
  top: 7px;
}
.felos-pricing-table__box .box-price .field-number {
  line-height: 1;
}
.felos-pricing-table__box .box-price .number {
  font-size: 34px;
  font-weight: 700;
  color: #0a2c4e;
}
.felos-pricing-table__box .box-price .number:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #0a2c4e;
}
.felos-pricing-table__box .box-price .af_number,
.felos-pricing-table__box .box-price .uni {
  position: relative;
  bottom: 7px;
}
.felos-pricing-table__box .box-price .desc {
  font-size: 12px;
}
.felos-pricing-table__box .box-price__inner {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 15;
}
.felos-pricing-table__box .box-service {
  background-color: #fff;
  padding: 95px 0 38px;
  border: 1px solid #dddddd;
  border-right-color: transparent;
}
.felos-pricing-table__box .box-service ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.felos-pricing-table__box .box-service ul li {
  padding: 9px 0;
}
.felos-pricing-table__box .felos-button {
  margin-top: 22px;
}
.felos-pricing-table__box .felos-button a {
  color: #fff;
  text-transform: uppercase;
  padding: 0 37px;
}
.felos-pricing-table__box:last-child .box-service {
  border-right: 1px solid #dddddd;
}

.felos-pricing-table__tab-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.felos-pricing-table__tab-title .title-tab {
  color: #0a2c4e;
  background-color: transparent;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  padding: 17px 58px;
  border: 1px solid #0a2c4e;
  cursor: pointer;
  margin: 0;
  min-width: 185px;
  text-align: center;
}
.felos-pricing-table__tab-title .title-tab.active {
  color: #fff;
  background-color: #0a2c4e;
}
.felos-pricing-table__tab-title .title-tab:first-child {
  -webkit-border-bottom-left-radius: 26px;
          border-bottom-left-radius: 26px;
  -webkit-border-top-left-radius: 26px;
          border-top-left-radius: 26px;
}
.felos-pricing-table__tab-title .title-tab:last-child {
  -webkit-border-bottom-right-radius: 26px;
          border-bottom-right-radius: 26px;
  -webkit-border-top-right-radius: 26px;
          border-top-right-radius: 26px;
}

.felos-pricing-table__wrapper {
  position: relative;
}

.felos-pricing-table__content {
  display: none;
}

.felos-pricing-table__content.active,
.felos-pricing-table--no-tab .felos-pricing-table__content {
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.felos-pricing-table__content.active .felos-pricing-table__box.highlight,
.felos-pricing-table--no-tab .felos-pricing-table__content .felos-pricing-table__box.highlight {
  -webkit-transform: scale(1.02, 1.07);
      -ms-transform: scale(1.02, 1.07);
          transform: scale(1.02, 1.07);
  -webkit-box-shadow: 0 0 57px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 57px rgba(0, 0, 0, 0.09);
  z-index: 30;
  background-color: #eba800;
}
.felos-pricing-table__content.active .felos-pricing-table__box.highlight .box-service,
.felos-pricing-table--no-tab .felos-pricing-table__content .felos-pricing-table__box.highlight .box-service {
  border-color: #dddddd;
}
.felos-pricing-table__content.active .felos-pricing-table__box.highlight .felos-button a,
.felos-pricing-table--no-tab .felos-pricing-table__content .felos-pricing-table__box.highlight .felos-button a {
  background-color: #eba800;
}

.felos-branches {
  position: relative;
}
.felos-branches.has-thumbnail .content, .felos-branches.has-thumbnail:before {
  position: absolute;
}
.felos-branches.has-thumbnail:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(90deg, #0a2c4e 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #0a2c4e 0%, rgba(255, 255, 255, 0) 100%);
}
.felos-branches.has-thumbnail .content {
  bottom: 22px;
  left: 30px;
}
.felos-branches .location,
.felos-branches .list-infor {
  margin: 0;
  padding: 0;
}
.felos-branches .list-infor li,
.felos-branches .name {
  font-size: 12px;
}
.felos-branches .location {
  color: #fff;
  font-size: 21px;
  margin-bottom: 10px;
}
.felos-branches .list-infor {
  list-style: none;
  margin-top: 28px;
  color: #dadada;
}
.felos-branches .list-infor li {
  line-height: 1.8;
  font-weight: 500;
}
.felos-branches .list-infor li i {
  color: #eba800;
  margin-right: 11px;
}
.felos-branches .name {
  text-transform: uppercase;
  color: #eba800;
  letter-spacing: 2.6px;
}

.felos-branches--style-2 .location {
  font-size: 18px;
}
.felos-branches--style-2 .list-infor {
  margin-top: 18px;
}
.felos-branches--style-2.has-thumbnail .content {
  left: 21px;
  bottom: 13px;
}

.felos-icon-box-carousel {
  padding-bottom: 20px;
}
.felos-icon-box-carousel h5 {
  margin: 0;
}
.felos-icon-box-carousel .field-icon {
  font-size: 42px;
  color: #eba800;
}
.felos-icon-box-carousel .field-text {
  margin-top: 25px;
  position: relative;
}
.felos-icon-box-carousel .field-text .title {
  margin-bottom: 11px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.felos-icon-box-carousel .field-text .excerpt {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.felos-icon-box-carousel .felos-button {
  bottom: -20px;
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.felos-icon-box-carousel .felos-button a {
  background-color: initial;
  color: #eba800;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.9px;
  height: auto;
  line-height: 1;
}
.felos-icon-box-carousel .box-icon {
  padding: 40px;
}
.felos-icon-box-carousel .nav-wrapper {
  height: 198px;
}
.felos-icon-box-carousel.no-carousel .felos-icon-box-carousel__list {
  margin-bottom: 30px;
}
.felos-icon-box-carousel.no-carousel .felos-icon-box-carousel__list:last-child {
  margin-bottom: 0;
}

.felos-icon-box-carousel--color-light div.felos-icon-box-carousel__list-inner {
  background-color: #0a2c4e;
}
.felos-icon-box-carousel--color-light .field-text .excerpt,
.felos-icon-box-carousel--color-light .field-text h5 {
  color: #fff;
}

.felos-icon-box-carousel__list.has-thumbnail .links,
.felos-icon-box-carousel__list.has-thumbnail .felos-icon-box-carousel__list-inner, .felos-icon-box-carousel__list.has-thumbnail:hover:after,
.felos-icon-box-carousel__list.has-thumbnail .felos-icon-box-carousel__list-inner .felos-button,
.felos-icon-box-carousel__list.has-thumbnail .felos-icon-box-carousel__list-inner .box-icon {
  position: absolute;
  left: 0;
  right: 0;
}
.felos-icon-box-carousel__list.has-thumbnail .links,
.felos-icon-box-carousel__list.has-thumbnail .felos-icon-box-carousel__list-inner, .felos-icon-box-carousel__list.has-thumbnail:hover:after {
  top: 0;
  bottom: 0;
}
.felos-icon-box-carousel__list.has-thumbnail .box-icon {
  padding: 0 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.felos-icon-box-carousel__list.has-thumbnail .links {
  z-index: 10;
}
.felos-icon-box-carousel__list.has-thumbnail:hover .title {
  color: #fff;
}
.felos-icon-box-carousel__list.has-thumbnail:hover .felos-icon-box-carousel__list-inner {
  background-color: transparent;
}

.felos-icon-box-carousel__list {
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  float: left;
  width: auto;
}
.felos-icon-box-carousel__list:hover .excerpt {
  opacity: 0;
}
.felos-icon-box-carousel__list:hover .felos-button {
  opacity: 1;
  bottom: 0;
}
.felos-icon-box-carousel__list:hover:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
}

.felos-icon-box-carousel__list-inner {
  background-color: #f8f8f8;
  z-index: 10;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

.felos-icon-box-carousel--style-1 .felos-icon-box-carousel__list {
  border-bottom: 4px solid transparent;
}
.felos-icon-box-carousel--style-1 .felos-icon-box-carousel__list:hover {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
  z-index: 50;
  border-color: #eba800;
}

.felos-icon-box-carousel--style-2 .has-thumbnail .box-icon {
  padding: 0 22px;
}
.felos-icon-box-carousel--style-2 .field-text {
  margin-top: 15px;
}
.felos-icon-box-carousel--style-2 .field-text .title {
  margin-bottom: 14px;
}
.felos-icon-box-carousel--style-2 .felos-icon-box-carousel__list {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
}
.felos-icon-box-carousel--style-2 .felos-icon-box-carousel__list img {
  -webkit-border-radius: 11px;
          border-radius: 11px;
}
.felos-icon-box-carousel--style-2 .felos-icon-box-carousel__list:hover:after {
  background-color: #0a2c4e;
  opacity: 0.85;
}
.felos-icon-box-carousel--style-2 .felos-icon-box-carousel__list:hover .title {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}
.felos-icon-box-carousel--style-2 .felos-icon-box-carousel__list:hover .felos-button {
  bottom: -11px;
}
.felos-icon-box-carousel--style-2 .felos-icon-box-carousel__list-inner {
  background-color: #fff;
}
.felos-icon-box-carousel--style-2 .nav-wrapper.container.container {
  height: 60px;
  max-width: 180px;
  margin-top: 60px;
}
.felos-icon-box-carousel--style-2 .nav-wrapper.container .left-arrow {
  left: 0;
  right: initial;
}

.felos-portfolio-carousel .slick-slide {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out all;
          transition: 0.3s ease-in-out all;
}
.felos-portfolio-carousel .slick-slide.slick-center {
  opacity: 1;
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

div.felos-portfolio-carousel--style-2 article {
  margin-bottom: 0;
}
div.felos-portfolio-carousel--style-2 .entry-header {
  text-align: center;
  padding-bottom: 23px;
}
div.felos-portfolio-carousel--style-2 .navigation .arrow {
  border: none;
  opacity: 0.6;
}
div.felos-portfolio-carousel--style-2 .navigation .arrow:hover {
  opacity: 1;
}
div.felos-portfolio-carousel--style-2 .portfolio-wrapper.has-post-thumbnail .entry-header {
  opacity: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: initial;
  bottom: 0;
  z-index: -1;
}
div.felos-portfolio-carousel--style-2 .portfolio-wrapper.has-post-thumbnail.selected .entry-header {
  opacity: 1;
  z-index: 99;
}
div.felos-portfolio-carousel--style-2 .portfolio-wrapper.has-post-thumbnail.left .portfolio-wrapper__inner:before, div.felos-portfolio-carousel--style-2 .portfolio-wrapper.has-post-thumbnail.right .portfolio-wrapper__inner:before {
  opacity: 0.9;
  background: none;
  background-color: #0a2c4e;
}

.felos-portfolio-meta {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.felos-portfolio-meta .meta-wrapper {
  display: table-row-group;
}
.felos-portfolio-meta .title,
.felos-portfolio-meta .value,
.felos-portfolio-meta .group {
  display: table-row;
  vertical-align: middle;
}
.felos-portfolio-meta .title div,
.felos-portfolio-meta .value div,
.felos-portfolio-meta .group div {
  display: table-cell;
  vertical-align: middle;
}
.felos-portfolio-meta .group-title,
.felos-portfolio-meta .title {
  color: #727272;
  font-size: 12px;
  font-weight: 500;
  background-color: #f6f6f6;
  border: 1px solid #ededed;
}
.felos-portfolio-meta .group-title div,
.felos-portfolio-meta .title div {
  padding: 10px 30px;
}
.felos-portfolio-meta .group-value,
.felos-portfolio-meta .value {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.felos-portfolio-meta .group-value div,
.felos-portfolio-meta .value div {
  padding: 26px 30px;
}
.felos-portfolio-meta .group div {
  padding: 5px 20px;
  border: 1px solid #ededed;
}

.felos-service-carousel .list-items {
  padding-top: 57px;
}
.felos-service-carousel .service-wrapper__inner {
  background-color: #fff;
}
.felos-service-carousel .service-wrapper__inner:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.felos-service-carousel.light .felos__section-title .sub-title,
.felos-service-carousel.light .felos__section-title .title {
  color: #fff;
}

.felos-service-carousel--style-2 .service-wrapper .entry-header,
.felos-service-carousel--style-2 .service-wrapper .service-wrapper__inner:before,
.felos-service-carousel--style-3 .service-wrapper .entry-header,
.felos-service-carousel--style-3 .service-wrapper .service-wrapper__inner:before {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.felos-service-carousel--style-2 .service-wrapper .entry-header,
.felos-service-carousel--style-3 .service-wrapper .entry-header {
  z-index: 6;
}
.felos-service-carousel--style-2 .service-wrapper .service-wrapper__inner,
.felos-service-carousel--style-3 .service-wrapper .service-wrapper__inner {
  position: relative;
  overflow: hidden;
}
.felos-service-carousel--style-2 .service-wrapper .service-wrapper__inner:before,
.felos-service-carousel--style-3 .service-wrapper .service-wrapper__inner:before {
  content: "";
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(90deg, #0a2c4e 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #0a2c4e 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: 0.5s;
          transition: 0.5s;
  z-index: 1;
}
.felos-service-carousel--style-2 .service-wrapper .entry-title a,
.felos-service-carousel--style-3 .service-wrapper .entry-title a {
  color: #fff;
}

.felos-service-carousel--style-2 {
  margin: 0 60px;
  overflow: hidden;
}
.felos-service-carousel--style-2 .list-items {
  padding-top: 0;
}
.felos-service-carousel--style-2 div.nav-wrapper.container {
  height: 50px;
  width: 180px;
  margin-top: 29px;
}
.felos-service-carousel--style-2 div.nav-wrapper.container .left-arrow {
  left: 0;
  right: initial;
}
.felos-service-carousel--style-2 .service-wrapper .entry-header {
  bottom: 20px;
  padding: 0 25px;
}
.felos-service-carousel--style-2 .post-thumbnail img {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.felos-service-carousel--style-2 .service-wrapper__inner {
  position: relative;
}
.felos-service-carousel--style-2 .service-wrapper__inner .vc_service-url {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.felos-service-carousel--style-2 .service-wrapper__inner:hover .post-thumbnail img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}

.felos-service-carousel--style-3 .list-items {
  padding-top: 30px;
}
.felos-service-carousel--style-3 .service-wrapper__inner .entry-header {
  top: 0;
  bottom: 0;
}
.felos-service-carousel--style-3 .service-wrapper__inner .entry-header i,
.felos-service-carousel--style-3 .service-wrapper__inner .entry-header .link-more {
  color: #eba800;
}
.felos-service-carousel--style-3 .service-wrapper__inner .entry-header i {
  display: block;
  font-size: 42px;
  margin-bottom: 18px;
}
.felos-service-carousel--style-3 .service-wrapper__inner .entry-header .link-more {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.felos-service-carousel--style-3 .service-wrapper__inner .link-more,
.felos-service-carousel--style-3 .service-wrapper__inner .entry-content {
  display: none;
}
.felos-service-carousel--style-3 .service-wrapper__inner .entry-header__inner {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  padding: 0 35px;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.felos-service-carousel--style-3 .service-wrapper__inner .entry-title {
  font-size: 21px;
  margin-bottom: 42px;
}
.felos-service-carousel--style-3 .service-wrapper__inner .entry-content {
  margin-bottom: 35px;
  color: #dadada;
}
.felos-service-carousel--style-3 .service-wrapper__inner:hover {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
  z-index: 10;
}
.felos-service-carousel--style-3 .service-wrapper__inner:hover:before {
  opacity: 0.9;
  background: none;
  background-color: #0a2c4e;
}
.felos-service-carousel--style-3 .service-wrapper__inner:hover .link-more,
.felos-service-carousel--style-3 .service-wrapper__inner:hover .entry-content {
  display: block;
}
.felos-service-carousel--style-3 .service-wrapper__inner:hover .entry-header__inner {
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  bottom: 50%;
}

.felos-icon-box .field-text h5 {
  margin: 0;
}

.felos-icon-box--style-4 .field-icon,
.felos-icon-box--style-1 .field-icon {
  font-size: 40px;
  color: #fff;
  display: block;
  width: 83px;
  height: 83px;
  line-height: 83px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #eba800;
}

.felos-icon-box--style-3 .field-icon,
.felos-icon-box--style-2 .field-icon {
  font-size: 42px;
  color: #eba800;
}

.felos-icon-box--color-light .field-text h5 {
  color: #fff;
}
.felos-icon-box--color-light .field-text .desc {
  color: #dadada;
}

.felos-icon-box--style-1 {
  text-align: center;
}
.felos-icon-box--style-1 .field-icon {
  margin: auto;
  margin-bottom: 28px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.felos-icon-box--style-1 .field-text h5 {
  margin-bottom: 23px;
  font-size: 16px;
}
.felos-icon-box--style-1.version-large .field-icon {
  margin-bottom: 37px;
}
.felos-icon-box--style-1.version-large .field-text h5 {
  font-size: 18px;
}
.felos-icon-box--style-1 .felos-icon-box__list {
  margin-bottom: 52px;
}
.felos-icon-box--style-1 .felos-icon-box__list:hover .field-icon {
  background-color: #0a2c4e;
}

.felos-icon-box--style-3 .felos-icon-box__list,
.felos-icon-box--style-2 .felos-icon-box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
}
.felos-icon-box--style-3 .felos-icon-box__list:last-child,
.felos-icon-box--style-2 .felos-icon-box__list:last-child {
  margin-bottom: 0;
}
.felos-icon-box--style-3 .field-icon,
.felos-icon-box--style-2 .field-icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 64px;
}
.felos-icon-box--style-3 .field-text h5,
.felos-icon-box--style-2 .field-text h5 {
  margin-bottom: 11px;
}

.felos-icon-box--style-3 .felos-icon-box__list:nth-child(0n+1) {
  background-color: #0a2c4e;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(0n+2) {
  background-color: #0b3055;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(0n+3) {
  background-color: #0c355d;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(0n+4) {
  background-color: #0d3a65;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(2n+1) {
  background-color: #0a2c4e;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(2n+2) {
  background-color: #0b3055;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(2n+3) {
  background-color: #0c355d;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(2n+4) {
  background-color: #0d3a65;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(4n+1) {
  background-color: #0a2c4e;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(4n+2) {
  background-color: #0b3055;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(4n+3) {
  background-color: #0c355d;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(4n+4) {
  background-color: #0d3a65;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(6n+1) {
  background-color: #0a2c4e;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(6n+2) {
  background-color: #0b3055;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(6n+3) {
  background-color: #0c355d;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(6n+4) {
  background-color: #0d3a65;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(8n+1) {
  background-color: #0a2c4e;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(8n+2) {
  background-color: #0b3055;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(8n+3) {
  background-color: #0c355d;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(8n+4) {
  background-color: #0d3a65;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(10n+1) {
  background-color: #0a2c4e;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(10n+2) {
  background-color: #0b3055;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(10n+3) {
  background-color: #0c355d;
}
.felos-icon-box--style-3 .felos-icon-box__list:nth-child(10n+4) {
  background-color: #0d3a65;
}
.felos-icon-box--style-3 .felos-icon-box__list {
  margin-bottom: 0;
  padding: 39px 0 34.5px;
}
.felos-icon-box--style-3 .felos-icon-box__list-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 585px;
  padding-left: 130px;
}
.felos-icon-box--style-3 .felos-icon-box__list-inner:last-child {
  margin-bottom: 0;
}

.felos-icon-box--style-4 {
  text-align: center;
}
.felos-icon-box--style-4 .felos-icon-box__list {
  padding-top: 41px;
  margin-bottom: 30px;
}
.felos-icon-box--style-4 .felos-icon-box__list .field-icon {
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  margin: auto;
}
.felos-icon-box--style-4 .felos-icon-box__list .field-text h5 {
  margin-bottom: 14px;
}
.felos-icon-box--style-4 .felos-icon-box__list-inner {
  background-color: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
  padding: 69px 30px 37px;
  position: relative;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.felos-icon-box-2 i {
  color: #eba800;
  font-size: 50px;
}
.felos-icon-box-2 h5 {
  margin-top: 0;
  margin-bottom: 7px;
}
.felos-icon-box-2 .box-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.felos-icon-box-2 .field-icon {
  margin-right: 35px;
}

.felos-blog-carousel .felos__section-title .title,
.felos-post__related .felos__section-title .title,
.felos-arrow-slider .felos__section-title .title,
.felos-service-carousel .felos__section-title .title,
.felos-portfolio-carousel .felos__section-title .title,
.felos-icon-box-carousel .felos__section-title .title {
  margin-top: 0;
}
.felos-blog-carousel .arrow,
.felos-post__related .arrow,
.felos-arrow-slider .arrow,
.felos-service-carousel .arrow,
.felos-portfolio-carousel .arrow,
.felos-icon-box-carousel .arrow {
  position: absolute;
  top: 0;
  padding: 10px 3px;
  border: 2px solid #161619;
  color: #161619;
  opacity: 0.35;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.felos-blog-carousel .arrow span,
.felos-post__related .arrow span,
.felos-arrow-slider .arrow span,
.felos-service-carousel .arrow span,
.felos-portfolio-carousel .arrow span,
.felos-icon-box-carousel .arrow span {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 6px;
  font-weight: 500;
}
.felos-blog-carousel .arrow span:before, .felos-blog-carousel .arrow span:after,
.felos-post__related .arrow span:before,
.felos-post__related .arrow span:after,
.felos-arrow-slider .arrow span:before,
.felos-arrow-slider .arrow span:after,
.felos-service-carousel .arrow span:before,
.felos-service-carousel .arrow span:after,
.felos-portfolio-carousel .arrow span:before,
.felos-portfolio-carousel .arrow span:after,
.felos-icon-box-carousel .arrow span:before,
.felos-icon-box-carousel .arrow span:after {
  position: absolute;
  height: 12px;
  content: "";
  width: 2px;
  background-color: #161619;
}
.felos-blog-carousel .arrow span:before,
.felos-post__related .arrow span:before,
.felos-arrow-slider .arrow span:before,
.felos-service-carousel .arrow span:before,
.felos-portfolio-carousel .arrow span:before,
.felos-icon-box-carousel .arrow span:before {
  top: -15px;
}
.felos-blog-carousel .arrow span:after,
.felos-post__related .arrow span:after,
.felos-arrow-slider .arrow span:after,
.felos-service-carousel .arrow span:after,
.felos-portfolio-carousel .arrow span:after,
.felos-icon-box-carousel .arrow span:after {
  bottom: -14px;
}
.felos-blog-carousel .arrow:hover,
.felos-post__related .arrow:hover,
.felos-arrow-slider .arrow:hover,
.felos-service-carousel .arrow:hover,
.felos-portfolio-carousel .arrow:hover,
.felos-icon-box-carousel .arrow:hover {
  opacity: 1;
}
.felos-blog-carousel .left-arrow,
.felos-post__related .left-arrow,
.felos-arrow-slider .left-arrow,
.felos-service-carousel .left-arrow,
.felos-portfolio-carousel .left-arrow,
.felos-icon-box-carousel .left-arrow {
  border-right: 0;
}
.felos-blog-carousel .left-arrow span:after,
.felos-blog-carousel .left-arrow span:before,
.felos-post__related .left-arrow span:after,
.felos-post__related .left-arrow span:before,
.felos-arrow-slider .left-arrow span:after,
.felos-arrow-slider .left-arrow span:before,
.felos-service-carousel .left-arrow span:after,
.felos-service-carousel .left-arrow span:before,
.felos-portfolio-carousel .left-arrow span:after,
.felos-portfolio-carousel .left-arrow span:before,
.felos-icon-box-carousel .left-arrow span:after,
.felos-icon-box-carousel .left-arrow span:before {
  right: 16px;
}
.felos-blog-carousel .left-arrow span,
.felos-post__related .left-arrow span,
.felos-arrow-slider .left-arrow span,
.felos-service-carousel .left-arrow span,
.felos-portfolio-carousel .left-arrow span,
.felos-icon-box-carousel .left-arrow span {
  right: -20px;
}
.felos-blog-carousel .right-arrow,
.felos-post__related .right-arrow,
.felos-arrow-slider .right-arrow,
.felos-service-carousel .right-arrow,
.felos-portfolio-carousel .right-arrow,
.felos-icon-box-carousel .right-arrow {
  border-left: 0;
}
.felos-blog-carousel .right-arrow span:after,
.felos-blog-carousel .right-arrow span:before,
.felos-post__related .right-arrow span:after,
.felos-post__related .right-arrow span:before,
.felos-arrow-slider .right-arrow span:after,
.felos-arrow-slider .right-arrow span:before,
.felos-service-carousel .right-arrow span:after,
.felos-service-carousel .right-arrow span:before,
.felos-portfolio-carousel .right-arrow span:after,
.felos-portfolio-carousel .right-arrow span:before,
.felos-icon-box-carousel .right-arrow span:after,
.felos-icon-box-carousel .right-arrow span:before {
  right: 40px;
}
.felos-blog-carousel .right-arrow span,
.felos-post__related .right-arrow span,
.felos-arrow-slider .right-arrow span,
.felos-service-carousel .right-arrow span,
.felos-portfolio-carousel .right-arrow span,
.felos-icon-box-carousel .right-arrow span {
  right: 16px;
}

.felos-arrow-slider .left-arrow span {
  right: -19px;
}
.felos-arrow-slider .right-arrow span {
  right: 16px;
}

.felos-blog-carousel .swiper-button-prev,
.felos-blog-carousel .swiper-button-next,
.felos-post__related .swiper-button-prev,
.felos-post__related .swiper-button-next,
.felos-service-carousel .swiper-button-prev,
.felos-service-carousel .swiper-button-next,
.felos-portfolio-carousel .swiper-button-prev,
.felos-portfolio-carousel .swiper-button-next,
.felos-testimonials-carousel .swiper-button-prev,
.felos-testimonials-carousel .swiper-button-next,
.felos-icon-box-carousel .swiper-button-prev,
.felos-icon-box-carousel .swiper-button-next {
  background-image: none;
  width: auto;
  height: auto;
  margin-top: 0;
}

.felos-service-carousel .nav-wrapper,
.felos-portfolio-carousel .nav-wrapper,
.felos-icon-box-carousel .nav-wrapper {
  position: relative;
}

.felos-post__related .left-arrow,
.felos-service-carousel .left-arrow,
.felos-portfolio-carousel .left-arrow,
.felos-icon-box-carousel .left-arrow,
.felos-blog-carousel .left-arrow {
  left: inherit;
  right: 121px;
}
.felos-post__related .right-arrow,
.felos-service-carousel .right-arrow,
.felos-portfolio-carousel .right-arrow,
.felos-icon-box-carousel .right-arrow,
.felos-blog-carousel .right-arrow {
  right: 0;
}

.felos-service-carousel.light div.arrow,
.felos-icon-box-carousel--nav-light div.arrow {
  color: #fff;
  border-color: #fff;
}
.felos-service-carousel.light div.arrow span:before,
.felos-service-carousel.light div.arrow span:after,
.felos-icon-box-carousel--nav-light div.arrow span:before,
.felos-icon-box-carousel--nav-light div.arrow span:after {
  background-color: #fff;
}

.felos-testimonials-carousel {
  text-align: center;
}
.felos-testimonials-carousel:after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.felos-testimonials-carousel .item img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 35px;
}
.felos-testimonials-carousel .desc {
  font-size: 21px;
  line-height: 1.4285714286;
}
.felos-testimonials-carousel .name {
  color: #eba800;
  font-size: 14px;
  margin: 37px 0 0;
}
.felos-testimonials-carousel .after-name {
  color: #161619;
  font-weight: 400;
}
.felos-testimonials-carousel.col-1 {
  max-width: 66.66%;
  margin: auto;
}
.felos-testimonials-carousel.col-2 {
  padding: 0 30px;
}
.felos-testimonials-carousel .left-arrow,
.felos-testimonials-carousel .right-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.felos-testimonials-carousel .left-arrow i,
.felos-testimonials-carousel .right-arrow i {
  font-size: 50px;
  color: #161619;
}
.felos-testimonials-carousel .left-arrow:focus,
.felos-testimonials-carousel .right-arrow:focus {
  outline: 0;
}
.felos-testimonials-carousel.color-light .left-arrow i,
.felos-testimonials-carousel.color-light .right-arrow i,
.felos-testimonials-carousel.color-light .desc,
.felos-testimonials-carousel.color-light .after-name {
  color: #fff;
}

.felos-newletter h5 {
  margin: 0;
  font-weight: 400;
}
.felos-newletter .desc {
  font-size: 24px;
  font-weight: 600;
}
.felos-newletter .desc label {
  color: #eba800;
}
.felos-newletter .mc4wp-form {
  position: relative;
  margin-top: 6px;
}
.felos-newletter .mc4wp-form input[type=email],
.felos-newletter .mc4wp-form input[type=submit] {
  height: 50px;
}
.felos-newletter .mc4wp-form input[type=email] {
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #161619;
  width: 100%;
  padding: 0;
}
.felos-newletter .mc4wp-form input[type=email]::-webkit-input-placeholder {
  font-size: 13px;
}
.felos-newletter .mc4wp-form input[type=email]::-moz-placeholder {
  font-size: 13px;
}
.felos-newletter .mc4wp-form input[type=email]::placeholder {
  font-size: 13px;
}
.felos-newletter .mc4wp-form:after,
.felos-newletter .mc4wp-form input[type=submit] {
  position: absolute;
}
.felos-newletter .mc4wp-form:after {
  content: "";
  font-family: FontAweSome;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}
.felos-newletter .mc4wp-form input[type=submit] {
  right: 0;
  top: 0;
  opacity: 0;
}
.felos-newletter.light input,
.felos-newletter.light .mc4wp-form:after,
.felos-newletter.light input::-webkit-input-placeholder,
.felos-newletter.light h5,
.felos-newletter.light .desc {
  color: #fff;
}
.felos-newletter.light input,
.felos-newletter.light .mc4wp-form:after,
.felos-newletter.light input::-moz-placeholder,
.felos-newletter.light h5,
.felos-newletter.light .desc {
  color: #fff;
}
.felos-newletter.light input,
.felos-newletter.light .mc4wp-form:after,
.felos-newletter.light input::placeholder,
.felos-newletter.light h5,
.felos-newletter.light .desc {
  color: #fff;
}
.felos-newletter.light input[type=email] {
  border-color: #fff;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.felos-map {
  clear: both;
  height: 500px;
  position: relative;
}

.felos-table {
  border: none;
}
.felos-table tbody, .felos-table th, .felos-table td {
  border: none;
}
.felos-table tr:first-child {
  border: 1px solid #ededed;
  background-color: #f6f6f6;
}
.felos-table th {
  font-size: 12px;
  color: #727272;
  text-transform: uppercase;
  padding: 10px 0;
}
.felos-table td {
  font-size: 16px;
  color: #161619;
  padding: 23px 0;
}
.felos-table th, .felos-table td {
  text-indent: 30px;
  font-weight: 500;
}

.felos-icon-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.felos-icon-social .field-icon {
  margin-right: 30px;
}
.felos-icon-social .field-icon a, .felos-icon-social .field-icon i {
  color: #727272;
}
.felos-icon-social .field-icon i {
  font-size: 12px;
}
.felos-icon-social.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.felos-icon-social.center .field-icon {
  margin: 0 23px;
}
.felos-icon-social.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.felos-icon-social.right .field-icon {
  margin: 0 0 0 30px;
}
.felos-icon-social.light .field-icon a, .felos-icon-social.light .field-icon i {
  color: #fff;
}

.felos-progress.vc_progress_bar .vc_single_bar {
  height: 8px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 43px;
  display: block;
}
.felos-progress.vc_progress_bar .vc_single_bar .vc_label {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 0;
  color: #161619 !important;
}

.felos-list {
  list-style: none;
  padding: 0;
}
.felos-list li {
  font-size: 14px;
  color: #0a2c4e;
  line-height: 2.1428571429;
}
.felos-list li:before {
  content: "";
  font-family: FontAweSome;
  color: #eba800;
  display: inline-block;
  margin-right: 5px;
}

div.felos-accordion.vc_general.vc_tta-style-classic .vc_tta-panel {
  margin-bottom: 10px;
}
div.felos-accordion.vc_general.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #161619;
  padding: 21px 20px;
}
div.felos-accordion.vc_general.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:before,
div.felos-accordion.vc_general.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon:after {
  border-color: #161619;
}
div.felos-accordion.vc_general.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #ffffff;
  background-color: #0a2c4e;
}
div.felos-accordion.vc_general.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:before {
  border-color: #fff;
}
div.felos-accordion.vc_general.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body {
  padding: 0;
  border: 0;
  background-color: transparent;
}

div.felos-tab.vc_general.vc_tta-style-classic .vc_tta-tab > a {
  color: #0a2c4e;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
}
div.felos-tab.vc_general.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background-color: #eba800;
  color: #fff;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
}
div.felos-tab.vc_general.vc_tta-style-classic .vc_tta-panel-body {
  padding: 0 27px;
}

.felos-slider-banner .title {
  font-size: 90px;
  margin: 0;
  letter-spacing: -2.15px;
}
.felos-slider-banner .desc {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 56px;
}
.felos-slider-banner .field-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 31px;
}
.felos-slider-banner .field-custom {
  margin-top: 100px;
}
.felos-slider-banner .felos-video-banner {
  width: 110px;
  height: 110px;
  margin: 0;
}
.felos-slider-banner .felos-video-banner:before {
  display: none;
}
.felos-slider-banner .felos-video-banner a.play-banner,
.felos-slider-banner .felos-video-banner a.play-banner:before {
  background-color: rgba(235, 168, 0, 0.1);
}
.felos-slider-banner .felos-video-banner a.play-banner {
  left: -22px;
  top: 0;
}
.felos-slider-banner .felos-video-banner a.play-banner .icon {
  background-color: #eba800;
  color: #fff;
}
.felos-slider-banner .felos-button a {
  padding: 0 33px;
  letter-spacing: 1px;
}
.felos-slider-banner .field-fix-left {
  position: fixed;
  left: 30px;
  bottom: 50%;
  -webkit-transform: rotate(-90deg) translateX(-50%);
      -ms-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.felos-slider-banner .field-fix-left ul {
  list-style: none;
  margin: 0 32px;
  padding: 0;
}
.felos-slider-banner .field-fix-left ul li {
  display: inline-block;
  padding: 0 10px;
}
.felos-slider-banner .field-fix-left ul li, .felos-slider-banner .field-fix-left ul a {
  font-size: 12px;
  color: #727272;
  font-weight: 600;
}
.felos-slider-banner .field-fix-left .list-socials li {
  padding: 0 15px;
}
.felos-slider-banner .field-fix-left__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.felos-time-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 490px;
  margin: auto;
}
.felos-time-countdown .timer {
  width: 105px;
  height: 105px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.felos-time-countdown .number {
  display: block;
  font-size: 42px;
}
.felos-time-countdown .time_circles h4 {
  color: #bababa;
  font-size: 10px !important;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.felos-time-countdown .time_circles span {
  font-weight: 500;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.felos-tabs .tabs-nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
.felos-tabs .tabs-nav li {
  float: left;
}
.felos-tabs .tabs-nav a {
  display: block;
}
.felos-tabs .tabs-content {
  position: relative;
}
.felos-tabs .tabs-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.felos-tabs .tabs-panel.active {
  position: relative;
  z-index: 2;
  opacity: 1;
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 12.25px;
  color: #fff;
  font-weight: 600;
  line-height: 32px;
  border: 0;
  padding: 0 20px;
  background: #161619;
  -webkit-transition: 0.4s;
          transition: 0.4s;
}
button.alt,
input[type=button].alt,
input[type=reset].alt,
input[type=submit].alt {
  color: #161619;
  border: 1px solid #161619;
  background: transparent;
}
button.alt:hover,
input[type=button].alt:hover,
input[type=reset].alt:hover,
input[type=submit].alt:hover {
  color: #fff;
  background: #161619;
}

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],
select {
  color: #000;
  border: 1px solid #dedede;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 21px;
          border-radius: 21px;
  outline: 0;
  font-size: 14px;
}
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,
select:focus {
  outline: 0;
}

textarea {
  color: #000;
  border: 1px solid #dedede;
  -webkit-border-radius: 21px;
          border-radius: 21px;
  padding: 5px 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  width: 100%;
  font-size: 14px;
}
textarea:focus {
  outline: 0;
}

.select2-container .select2-selection--single {
  color: #000;
  border: 1px solid #dedede;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 21px;
          border-radius: 21px;
  outline: 0;
  font-size: 14px;
}
.select2-container .select2-selection--single:focus {
  outline: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 0;
  padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 15px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  -webkit-border-bottom-left-radius: 21px;
          border-bottom-left-radius: 21px;
  -webkit-border-bottom-right-radius: 21px;
          border-bottom-right-radius: 21px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  padding: 0;
}
.container .container {
  width: 100%;
}

.sidebar-content .content-area {
  float: right;
}

.page-template-template-homepage .site-content,
.page-template-template-fullwidth .site-content {
  padding: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
  outline: 0;
  text-decoration: none;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
a:hover, a:focus, a:active {
  color: #000;
  outline: 0;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  text-align: left;
}
.main-navigation a {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  display: block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
.main-navigation ul {
  list-style: none;
  margin: 0 -20px;
  padding-left: 0;
}
.main-navigation ul ul {
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 999;
  background-color: #0a2c4e;
  margin: 0;
  -webkit-transition: opacity 0.35s;
          transition: opacity 0.35s;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  min-width: 200px;
  white-space: nowrap;
}
.main-navigation ul ul ul {
  left: -webkit-calc(100% + 30px);
  left: calc(100% + 30px);
  top: 0;
  -webkit-transition: left 0.35s;
          transition: left 0.35s;
}
.main-navigation ul ul ul:before {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  left: -12px;
  top: 0;
  z-index: 99;
  background-color: transparent;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul {
  top: 0;
  left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul {
  top: 100%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.main-navigation li {
  position: relative;
  padding: 0 20px;
  display: inline-block;
  line-height: 64px;
}
.main-navigation li li {
  padding: 8px 30px;
  display: block;
  line-height: 1.7;
}
.main-navigation li li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.main-navigation li li:hover {
  background-color: #eba800;
}
.main-navigation ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.main-navigation ul.menu > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.main-navigation ul.menu > li.menu-item-has-children > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-navigation .menu {
  position: relative;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu {
  left: -25px;
  width: 100%;
  padding: 0;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu > li {
  padding: 0;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-content {
  padding: 25px 44px;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .menu-item-mega > a {
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 5px 0 11px;
  font-weight: 500;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .menu-item-mega > a:hover {
  color: #eba800;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .menu-item-mega > a.hide-text {
  display: none;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu {
  background-color: transparent;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu .sub-menu {
  margin-left: 10px;
  padding-bottom: 0;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu {
  position: static;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
  width: 100%;
  border: none;
  z-index: 9999;
  min-width: inherit;
  padding: 0;
  display: block;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu:before {
  display: none;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li {
  padding: 3px 0;
}
.main-navigation .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li:first-child > a {
  padding-top: 0;
}
.main-navigation .menu .is-mega-menu .sub-menu {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

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

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
## Nav
--------------------------------------------------------------*/
.felos-post__nav {
  width: 100%;
  margin-top: 80px;
}
.felos-post__nav .blog-navigation {
  display: inline-block;
}
.felos-post__nav .blog-navigation a.prev,
.felos-post__nav .blog-navigation a.next {
  float: left;
  width: auto;
  margin: 0 23px 0 0;
}
.felos-post__nav .blog-navigation a.prev:hover,
.felos-post__nav .blog-navigation a.next:hover {
  background-color: transparent;
  color: #eba800;
}
.felos-post__nav .blog-navigation .current,
.felos-post__nav .blog-navigation a {
  margin: 0 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #727272;
}
.felos-post__nav .blog-navigation a:hover,
.felos-post__nav .blog-navigation .current {
  background-color: #eba800;
  color: #fff;
}

.load-navigation {
  margin-top: 25px;
}
.load-navigation a {
  letter-spacing: 1.7px;
  text-align: center;
  display: block;
  color: #000;
}
.load-navigation .text-load {
  display: block;
  text-transform: uppercase;
}
.load-navigation .nav-previous-ajax .lds-roller {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.load-navigation .nav-previous-ajax.loading .lds-roller {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.numeric-navigation {
  text-align: center;
}

.full-content .felos-post__nav {
  text-align: center;
}

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

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

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

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

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

img.alignright {
  clear: both;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 40px;
  /* Make sure select elements fit in widgets. */
}
.widget .widget-title {
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.2;
  font-size: 18px;
}
.widget.filled {
  border-width: 0;
}
.widget select {
  width: 100%;
}
.widget input,
.widget select,
.widget textarea {
  padding: 10px 20px;
  border: 1px solid #cdcfd0;
}
.widget ul,
.widget ol {
  margin-bottom: 0;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
  margin-bottom: 0;
  padding: 5px 0;
}
.widget ul li a {
  color: #000;
}
.widget ul li a:hover {
  color: #eba800;
}
.widget ul li .posts-count {
  float: right;
  font-size: 13px;
}
.widget ul .children,
.widget ul .sub-menu {
  margin-top: 5px;
  margin-left: 15px;
}
.widget ul .children li a,
.widget ul .sub-menu li a {
  padding-left: 10px;
}
.widget ul .children li:last-child,
.widget ul .sub-menu li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget ol {
  padding-left: 16px;
}
.widget li {
  padding: 10px 0;
}
.widget table {
  border-color: #cdcfd0;
}
.widget table th,
.widget table td {
  border-color: #cdcfd0;
}
.widget .tagcloud {
  margin: -5px;
}
.widget .tagcloud a {
  font-size: 13px !important;
  color: #727272;
  margin: 5px;
  padding: 7px 15px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f3f4f7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
}
.widget .tagcloud a:hover {
  color: #fff;
  background-color: #000;
}
.widget .mc4wp-form {
  font-size: 12.25px;
}
.widget .mc4wp-form .mc4wp-form-fields > :first-child {
  margin-top: 0;
}
.widget .mc4wp-form input,
.widget .mc4wp-form select,
.widget .mc4wp-form textarea,
.widget .mc4wp-form button {
  font-size: 14px;
  width: 100%;
  min-width: 0;
  padding: 17px 20px 18px 20px;
  margin-top: 20px;
}
.widget .mc4wp-form input,
.widget .mc4wp-form select {
  margin-right: 0;
}
.widget .mc4wp-form input[type=submit],
.widget .mc4wp-form input[type=reset],
.widget .mc4wp-form button {
  padding: 0 20px;
}
.widget .mc4wp-form input[type=checkbox],
.widget .mc4wp-form input[type=radio] {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
}
.widget .mc4wp-form p:last-of-type {
  margin-bottom: 0;
}

.wpb_widgetised_column .widget_categories li > a:before,
.wpb_widgetised_column .widget_recent_comments li:before,
.wpb_widgetised_column .widget_rss li > a:before,
.wpb_widgetised_column .widget_pages li > a:before,
.wpb_widgetised_column .widget_archive li > a:before,
.wpb_widgetised_column .widget_nav_menu li > a:before,
.wpb_widgetised_column .widget_recent_entries li > a:before,
.wpb_widgetised_column .widget_meta li > a:before,
.wpb_widgetised_column .widget-recent-comments li > a:before,
.widget-area .widget_categories li > a:before,
.widget-area .widget_recent_comments li:before,
.widget-area .widget_rss li > a:before,
.widget-area .widget_pages li > a:before,
.widget-area .widget_archive li > a:before,
.widget-area .widget_nav_menu li > a:before,
.widget-area .widget_recent_entries li > a:before,
.widget-area .widget_meta li > a:before,
.widget-area .widget-recent-comments li > a:before,
.footer-widgets .widget_categories li > a:before,
.footer-widgets .widget_recent_comments li:before,
.footer-widgets .widget_rss li > a:before,
.footer-widgets .widget_pages li > a:before,
.footer-widgets .widget_archive li > a:before,
.footer-widgets .widget_nav_menu li > a:before,
.footer-widgets .widget_recent_entries li > a:before,
.footer-widgets .widget_meta li > a:before,
.footer-widgets .widget-recent-comments li > a:before {
  content: "";
  font-family: FontAweSome;
  font-size: 14px;
  margin-right: 10px;
  line-height: 1;
}

.search-form {
  position: relative;
  color: #000;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.search-form:after {
  display: inline-block;
  font-family: icomoon;
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #727272;
}
.search-form label {
  margin-bottom: 0;
}
.search-form .screen-reader-text, .search-form .site-branding .site-title, .site-branding .search-form .site-title,
.search-form .site-branding .site-description,
.site-branding .search-form .site-description {
  display: none;
}
.search-form label {
  width: 100%;
}
.search-form .search-field {
  border: none;
  color: #000;
  width: 100%;
  background-color: transparent;
  font-weight: 400;
}
.search-form .search-field:focus {
  border: none;
  outline: none;
}
.search-form ::-webkit-input-placeholder {
  color: #999;
}
.search-form :-moz-placeholder {
  color: #999;
}
.search-form ::-moz-placeholder {
  color: #999;
}
.search-form :-ms-input-placeholder {
  color: #999;
}
.search-form .search-submit {
  width: 40px;
  height: 40px;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  text-indent: -9999px;
  z-index: 10;
}
.search-form .search-submit:focus {
  outline: 0;
}

.felos-widget__newletter {
  background-color: #444444;
  padding: 34px 21px 41px;
}
.felos-widget__newletter .widget-title__fix {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: 600;
  padding: 0 7px;
}
.felos-widget__newletter ::-webkit-input-placeholder {
  color: #727272;
}
.felos-widget__newletter :-moz-placeholder {
  color: #727272;
}
.felos-widget__newletter ::-moz-placeholder {
  color: #727272;
}
.felos-widget__newletter :-ms-input-placeholder {
  color: #727272;
}
.felos-widget__newletter .mc4wp-form {
  position: relative;
}
.felos-widget__newletter .mc4wp-form input {
  background-color: #fff;
}
.felos-widget__newletter .mc4wp-form input[type=email] {
  padding: 0 20px;
  border: 0;
  border-bottom: 1px solid #666666;
}
.felos-widget__newletter .mc4wp-form input[type=submit] {
  width: 20%;
  opacity: 0;
  margin: 0;
  z-index: 99;
}
.felos-widget__newletter .mc4wp-form input[type=submit], .felos-widget__newletter .mc4wp-form:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #000000;
}
.felos-widget__newletter .mc4wp-form:after {
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  font-family: FontAweSome;
  color: #eba800;
}

.felos-widget__latest-post .blog-wrapper__widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.felos-widget__latest-post .blog-wrapper__widget:last-child {
  margin-bottom: 0;
}
.felos-widget__latest-post .blog-wrapper__widget .widget-thumb {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
  max-width: 70px;
  margin-top: 5px;
}
.felos-widget__latest-post .blog-wrapper__widget .entry-title {
  font-size: 14px;
  line-height: 1.78;
  margin-bottom: 6px;
  font-weight: 400;
}
.felos-widget__latest-post .blog-wrapper__widget .entry-title a {
  color: #727272;
}
.felos-widget__latest-post .blog-wrapper__widget .entry-title a:hover {
  color: #eba800;
}
.felos-widget__latest-post .blog-wrapper__widget .date i {
  color: #eba800;
  margin-right: 5px;
  font-size: 11px;
}
.felos-widget__latest-post .blog-wrapper__widget .date a {
  font-size: 12px;
  color: #8f8f8f;
}

.about-widget {
  line-height: 24.04px;
}
.about-widget a {
  font-size: 12px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #eba800;
  color: #fff;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  outline: 0;
  border: 0;
  letter-spacing: 1px;
  margin-top: 35px;
}
.about-widget a:hover, .about-widget a:focus, .about-widget a:active, .about-widget a:visited, .about-widget a:active:hover, .about-widget a:active:focus {
  outline: 0;
  border: 0;
  color: #fff;
  background-color: #eba800;
}

.banner-widget {
  position: relative;
}
.banner-widget a {
  font-size: 12px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #0a2c4e;
  color: #fff;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  outline: 0;
  border: 0;
  letter-spacing: 1px;
  position: absolute;
  bottom: 30px;
  left: 55px;
  right: 55px;
  margin: auto;
}
.banner-widget a:hover, .banner-widget a:focus, .banner-widget a:active, .banner-widget a:visited, .banner-widget a:active:hover, .banner-widget a:active:focus {
  outline: 0;
  border: 0;
  color: #fff;
  background-color: #0a2c4e;
}

.header-info-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8f8f8f;
  font-size: 13px;
}
.header-info-widget .info-content {
  line-height: 1;
}
.header-info-widget p {
  margin: 2px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.header-info-widget i {
  color: #ffb600;
  font-size: 28px;
  padding-right: 10px;
}

.widget.felos-social-links-widget ul.socials {
  margin: 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.widget.felos-social-links-widget ul.socials li {
  padding: 0 15px;
}

#lang_sel,
.lang_sel {
  height: 16px;
}
#lang_sel a.lang_sel_sel,
.lang_sel a.lang_sel_sel {
  background: none;
  line-height: 1;
  color: #727272;
  border: none;
  font-size: 14px;
  padding-left: 0;
}
#lang_sel > ul,
.lang_sel > ul {
  height: 16px;
  padding: 0;
  margin: 0;
}
#lang_sel > ul > li,
.lang_sel > ul > li {
  padding: 0 !important;
  height: auto;
  position: relative;
  list-style: none;
  border: none;
  width: auto;
}
#lang_sel > ul > li:hover ul,
.lang_sel > ul > li:hover ul {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  top: 100%;
}
#lang_sel > ul > li > a,
.lang_sel > ul > li > a {
  padding-right: 30px;
  position: relative;
  display: block;
}
#lang_sel > ul > li > a:after,
.lang_sel > ul > li > a:after {
  font-family: "icomoon";
  content: "";
  padding-left: 5px;
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 25px;
}
#lang_sel ul ul,
.lang_sel ul ul {
  top: 110%;
  z-index: 99999;
  left: 0;
  width: auto;
  min-width: 120px;
  height: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  position: absolute;
  margin: 0;
  padding: 5px 10px;
  -webkit-transition: top 0.35s;
          transition: top 0.35s;
}
#lang_sel ul ul li,
.lang_sel ul ul li {
  border-top: none;
  list-style: none;
  width: auto;
  display: block;
  float: none;
}
#lang_sel ul ul li a,
.lang_sel ul ul li a {
  padding: 7px 0;
  border: none;
  display: block;
  color: #727272;
  line-height: 1;
  font-size: 14px;
  background-color: transparent;
}
#lang_sel ul ul li a:hover,
.lang_sel ul ul li a:hover {
  color: #000;
  background-color: transparent;
}
#lang_sel img.iclflag,
.lang_sel img.iclflag {
  top: 0;
  padding-right: 5px;
  width: auto;
  height: auto;
}

.wpb_widgetised_column .widget .widget-title,
.page-sidebar .widget .widget-title,
.team-sidebar .widget .widget-title,
.partner-sidebar .widget .widget-title,
.single-service-sidebar .widget .widget-title {
  color: #fff;
  padding: 16px 20px;
  margin-bottom: 0;
  background-color: #0a2c4e;
}
.wpb_widgetised_column .widget .widget-title + div,
.page-sidebar .widget .widget-title + div,
.team-sidebar .widget .widget-title + div,
.partner-sidebar .widget .widget-title + div,
.single-service-sidebar .widget .widget-title + div {
  padding: 20px;
  background-color: #f8f8f8;
}
.wpb_widgetised_column .widget .widget-title + ul,
.page-sidebar .widget .widget-title + ul,
.team-sidebar .widget .widget-title + ul,
.partner-sidebar .widget .widget-title + ul,
.single-service-sidebar .widget .widget-title + ul {
  padding: 20px;
  background-color: #f8f8f8;
}
.wpb_widgetised_column table,
.page-sidebar table,
.team-sidebar table,
.partner-sidebar table,
.single-service-sidebar table {
  margin-bottom: 0;
}
.wpb_widgetised_column select,
.page-sidebar select,
.team-sidebar select,
.partner-sidebar select,
.single-service-sidebar select {
  margin-top: 20px;
}
.wpb_widgetised_column .search-form,
.page-sidebar .search-form,
.team-sidebar .search-form,
.partner-sidebar .search-form,
.single-service-sidebar .search-form {
  padding: 20px;
  background-color: #f8f8f8;
  border: 0;
}
.wpb_widgetised_column .search-form:after,
.page-sidebar .search-form:after,
.team-sidebar .search-form:after,
.partner-sidebar .search-form:after,
.single-service-sidebar .search-form:after {
  right: 32px;
}
.wpb_widgetised_column .search-form .search-field,
.page-sidebar .search-form .search-field,
.team-sidebar .search-form .search-field,
.partner-sidebar .search-form .search-field,
.single-service-sidebar .search-form .search-field {
  background-color: #fff;
  padding-right: 38px;
}
.wpb_widgetised_column .search-form .search-submit,
.page-sidebar .search-form .search-submit,
.team-sidebar .search-form .search-submit,
.partner-sidebar .search-form .search-submit,
.single-service-sidebar .search-form .search-submit {
  right: 20px;
}

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

.hentry {
  margin: 0 0 1.5em;
}

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

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

.tag-sticky-2 .entry-header .entry-title:before {
  font-family: FontAweSome;
  content: "";
  margin-right: 10px;
  color: #eba800;
}

.post-password-form label {
  display: inline-block;
}
.post-password-form input[type=password],
.post-password-form input[type=submit] {
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: 0;
  min-width: initial;
}
.post-password-form input[type=submit] {
  margin-left: -5px;
}

.page-links {
  clear: both;
  margin: 1.5em 0 0;
  width: 100%;
  display: inline-block;
}

.entry-title {
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 24px;
}
.felos-post__related .blog-wrapper .entry-title, .blog-wrapper .entry-title {
  color: #fff;
  font-size: 18px;
}
.single-post .entry-title {
  color: #000;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.entry-meta {
  color: #727272;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.entry-meta a {
  color: #727272;
}
.entry-meta a:hover {
  color: #eba800;
}
.entry-meta i {
  padding-right: 10px;
}
.entry-meta .meta:first-child {
  padding-right: 32px;
}
.entry-meta .meta:last-child {
  padding-right: 0;
}

.entry-header .entry-socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-header .entry-socials li {
  display: inline-block;
  margin-right: 10px;
}
.entry-header .entry-socials li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 40px;
  margin-bottom: 10px;
}
.entry-header .entry-socials li i, .entry-header .entry-socials li span {
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
.entry-header .entry-socials li i {
  width: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.entry-header .entry-socials li span {
  width: 125px;
  font-size: 11px;
  font-weight: 500;
}
.entry-header .entry-socials .felos-facebook i {
  background-color: #375288;
}
.entry-header .entry-socials .felos-facebook span {
  background-color: #3d5b96;
}
.entry-header .entry-socials .felos-twitter i {
  background-color: #199cd4;
}
.entry-header .entry-socials .felos-twitter span {
  background-color: #1dadeb;
}
.entry-header .entry-socials .felos-google-plus i {
  background-color: #d13e36;
}
.entry-header .entry-socials .felos-google-plus span {
  background-color: #e8453c;
}
.entry-header .entry-socials .felos-pinterest i {
  background-color: #ed2024;
}
.entry-header .entry-socials .felos-pinterest span {
  background-color: #ef393c;
}
.entry-header .entry-socials .felos-instagram i {
  background-color: #b72fae;
}
.entry-header .entry-socials .felos-instagram span {
  background-color: #b752b0;
}
.entry-header .entry-socials .felos-youtube i {
  background-color: #f60000;
}
.entry-header .entry-socials .felos-youtube span {
  background-color: #f35a5a;
}

.felos__first-letter:first-letter {
  font-size: 54px;
  font-weight: 600;
  color: #161619;
  line-height: 48px;
  display: table;
  float: left;
  text-transform: capitalize;
  margin-right: 10px;
}

.felos-post__box-author {
  padding: 60px 0;
}
.felos-post__box-author .author-avatar {
  float: left;
}
.felos-post__box-author .author-avatar img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.felos-post__box-author .author-content {
  margin-left: 150px;
}
.felos-post__box-author .title {
  margin-bottom: 21px;
}
.felos-post__box-author .title span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.felos-post__box-author .title h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

.felos-post__tag-list .list-tags {
  margin-right: 5px;
  color: #000;
  font-weight: 500;
}
.felos-post__tag-list a {
  color: #727272;
}

.comment-respond,
.comments-title.has-comments,
.felos-post__box-author {
  border-top: 1px solid #ededed;
}

.single-post .entry-thumbnail {
  margin-bottom: 30px;
}
.single-post .entry-thumbnail .field-icon {
  display: none;
}
.single-post .entry-header {
  margin-bottom: 30px;
}
.single-post .entry-socials {
  margin-top: 35px;
}
.single-post .entry-content {
  margin-bottom: 56px;
}
.single-post .entry-footer {
  margin-bottom: 64px;
}
.single-post .entry-meta {
  text-transform: uppercase;
  color: #b3b3b3;
  font-weight: 500;
  margin-bottom: 0;
}
.single-post .entry-meta .meta:first-child {
  padding-right: 15px;
}
.single-post .entry-meta a {
  color: #b3b3b3;
}
.single-post .entry-meta .author a {
  color: #eba800;
}

.blog-wrapper.has-post-thumbnail .entry-thumbnail {
  position: relative;
}
.blog-wrapper.has-post-thumbnail .entry-thumbnail .field-icon {
  top: 20px;
  left: 20px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  background-color: #eba800;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 20;
  position: absolute;
}

.blog-wrapper__grid.has-post-thumbnail .blog-wrapper__inner {
  position: relative;
}
.blog-wrapper__grid.has-post-thumbnail a.post-thumbnail:after,
.blog-wrapper__grid.has-post-thumbnail .entry-header {
  position: absolute;
}
.blog-wrapper__grid.has-post-thumbnail a.post-thumbnail:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a2c4e;
  background: -webkit-linear-gradient(90deg, #0a2c4e 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #0a2c4e 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.9;
}
.blog-wrapper__grid.has-post-thumbnail .entry-meta i,
.blog-wrapper__grid.has-post-thumbnail .entry-meta a {
  color: #dadada;
}
.blog-wrapper__grid.has-post-thumbnail .entry-title {
  margin-bottom: 10px;
}
.blog-wrapper__grid.has-post-thumbnail .entry-title a {
  color: #fff;
}
.blog-wrapper__grid.has-post-thumbnail .entry-meta {
  margin-bottom: 0;
}
.blog-wrapper__grid.has-post-thumbnail .entry-header {
  bottom: 34px;
  left: 20px;
  right: 20px;
}
.blog-wrapper__grid.tag-sticky-2 .entry-header .entry-title:before,
.blog-wrapper__grid .entry-title a {
  color: #161619;
}
.blog-wrapper__grid .entry-meta a {
  color: #727272;
}
.blog-wrapper__grid .entry-thumbnail {
  margin-bottom: 20px;
}

.blog-wrapper__list {
  margin-bottom: 60px;
}
.blog-wrapper__list .entry-header {
  padding-top: 10px;
}
.blog-wrapper__list .entry-title {
  font-size: 24px;
  line-height: 1.41667;
  margin-bottom: 23px;
  letter-spacing: 0.66px;
}
.blog-wrapper__list .entry-meta {
  margin-bottom: 13px;
  text-transform: uppercase;
  color: #b3b3b3;
  font-weight: 500;
}
.blog-wrapper__list .entry-meta a {
  color: #b3b3b3;
}
.blog-wrapper__list .entry-meta .meta:first-child {
  padding-right: 15px;
}
.blog-wrapper__list .entry-meta .author {
  font-size: 12px;
}
.blog-wrapper__list .entry-meta .author a {
  font-weight: 600;
  color: #eba800;
}
.blog-wrapper__list .entry-content {
  line-height: 2;
  margin-bottom: 24px;
}
.blog-wrapper__list .read-more {
  color: #161619;
  letter-spacing: 1.5px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.blog-wrapper__list.has-post-thumbnail .blog-wrapper__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-wrapper__list.has-post-thumbnail .entry-thumbnail {
  max-width: 42.6%;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.felos-post__related {
  background-color: #f6f6f6;
  padding: 100px 0 60px;
}
.felos-post__related .entry-header {
  margin-bottom: 0;
}
.felos-post__related .title {
  text-transform: uppercase;
}

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

.bypostauthor {
  display: block;
}

.comments-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding: 0;
  margin: 0;
}
.comments-title.has-comments {
  margin-bottom: 30px;
  padding-top: 60px;
}

.comment-respond .comment-reply-title,
.comments-title.has-comments {
  padding-bottom: 16px;
  position: relative;
  font-size: 18px;
}
.comment-respond .comment-reply-title:after,
.comments-title.has-comments:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 40px;
  background-color: #eba800;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list.has-comments {
  margin: 0 0 15px 0;
}
.comment-list h2 {
  margin: 20px 0 10px;
}
.comment-list li {
  clear: both;
  width: 100%;
  margin-bottom: 5px;
}
.comment-list li .comment-respond {
  margin-top: 0;
  margin-bottom: 60px;
}
.comment-list li.comment .comment-meta {
  float: left;
  margin-right: 24px;
  max-width: 90px;
}
.comment-list li.comment .comment-author img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.comment-list li.comment .comment-content {
  margin-left: 115px;
}
.comment-list li.comment .comment-body {
  margin-bottom: 46px;
}
.comment-list li .reply {
  margin-top: 16px;
}
.comment-list li .comment-metadata {
  margin-bottom: 19px;
}
.comment-list li .comment-edit-link,
.comment-list li .comment-reply-link {
  color: #eba800;
  font-weight: 500;
  display: inline-block;
  padding-right: 20px;
}
.comment-list li .comment-edit-link i,
.comment-list li .comment-reply-link i {
  font-size: 12px;
  margin-right: 5px;
}
.comment-list li .comment-edit-link:hover,
.comment-list li .comment-reply-link:hover {
  color: #000;
}
.comment-list li.pingback .comment-body, .comment-list li.comment .comment-body {
  margin-bottom: 45px;
}
.comment-list li.pingback .comment-meta, .comment-list li.comment .comment-meta {
  float: left;
}
.comment-list li .comment-content {
  position: relative;
}
.comment-list li .comment-content .date {
  font-size: 12px;
  text-transform: uppercase;
  color: #727272;
  font-weight: 500;
}
.comment-list li .comment-content .date i {
  color: #eba800;
  margin-right: 4px;
}
.comment-list li .comment-content a {
  word-wrap: break-word;
}
.comment-list li .comment-content .fn a,
.comment-list li .comment-content .fn {
  display: block;
  font-weight: 600;
  color: #161619;
  font-style: initial;
  font-size: 16px;
  margin-bottom: 5px;
}
.comment-list .comment-respond {
  margin-bottom: 50px;
}
.comment-list:after {
  clear: both;
  content: "";
  display: block;
}
.comment-list .children {
  list-style: none;
  padding: 0 0 0 80px;
}
.comment-list .children article {
  border-top-width: 0;
}
.comment-list .children:last-child {
  margin-bottom: 0;
}
.comment-list .depth-5 .children {
  padding-left: 0;
}
.comment-list > .comment:first-child article {
  border: none;
}

.comments-area .comment-desc {
  padding: 15px 0 5px;
  color: #666;
}
.comments-area .date {
  color: #666;
}
.comments-area .comments-links {
  margin-bottom: 60px;
  text-align: center;
}
.comments-area .comments-links .page-numbers {
  font-size: 18px;
  padding: 0 8px;
  color: #999;
}
.comments-area .comments-links .page-numbers.current {
  color: #000;
}

.comment-respond {
  clear: both;
  padding-top: 56px;
}
.comment-respond .logged-in-as {
  margin-bottom: 10px;
}
.comment-respond .logged-in-as a {
  color: #000;
}
.comment-respond .logged-in-as a:hover {
  color: #eba800;
}
.comment-respond .comment-reply-title {
  margin: 0 0 30px;
}
.comment-respond .comment-reply-title a {
  color: #0099cc;
  padding-left: 15px;
}
.comment-respond .comment-notes {
  display: none;
}
.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond textarea {
  width: 100%;
}
.comment-respond textarea {
  height: 135px;
  padding-top: 9px;
}
.comment-respond p {
  margin-bottom: 0;
  margin-top: 0;
}
.comment-respond .comment-form-comment,
.comment-respond .comment-form-url,
.comment-respond .comment-form-email,
.comment-respond .comment-form-author {
  margin-bottom: 24px;
}
.comment-respond .comment-form-email,
.comment-respond .comment-form-author {
  padding-left: 0;
}
.comment-respond .comment-form-url,
.comment-respond .comment-form-email {
  padding-right: 0;
}
.comment-respond .comment-message {
  margin-top: 20px;
  color: red;
}
.comment-respond .comment-form-cookies-consent {
  clear: both;
  margin: 15px 0;
}
.comment-respond .comment-form-cookies-consent input {
  margin-right: 10px;
}
.comment-respond .form-submit {
  clear: both;
  position: relative;
}
.comment-respond .form-submit .submit {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 12px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #0a2c4e;
  color: #fff;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  outline: 0;
  border: 0;
  letter-spacing: 1px;
}
.comment-respond .form-submit .submit:hover, .comment-respond .form-submit .submit:focus, .comment-respond .form-submit .submit:active, .comment-respond .form-submit .submit:visited, .comment-respond .form-submit .submit:active:hover, .comment-respond .form-submit .submit:active:focus {
  outline: 0;
  border: 0;
  color: #fff;
  background-color: #0a2c4e;
}

.comment-awaiting-moderation {
  display: block;
}

.felos-comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clear: both;
  margin-bottom: 28px;
}
.felos-comments-rating .title {
  font-weight: 500;
  color: #727272;
  margin-right: 23px;
  margin-left: 0;
}
.felos-comments-rating label {
  display: inline-block;
  margin-left: -4px;
}
.felos-comments-rating .rating-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.felos-comments-rating .list-star {
  position: relative;
  text-align: center;
  border-right: 1px solid #aeaeae;
  line-height: 1;
}
.felos-comments-rating .list-star input {
  width: 65px;
  opacity: 0;
  cursor: pointer;
}
.felos-comments-rating .list-star .star {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.felos-comments-rating .list-star .star i {
  color: #ebaf1d;
  font-size: 12px;
}
.felos-comments-rating .list-star:nth-child(1) {
  padding-left: 5px;
}
.felos-comments-rating .list-star:nth-child(2) {
  padding: 0 10px;
}
.felos-comments-rating .list-star:nth-child(3) {
  padding: 0 15px;
}
.felos-comments-rating .list-star:nth-child(4) {
  padding: 0 20px;
}
.felos-comments-rating .list-star:last-child {
  padding: 0 25px;
  border: 0;
}
.felos-comments-rating input[type=radio]:checked + .star {
  top: -3px;
}
.felos-comments-rating input[type=radio]:checked + .star i {
  font-size: 20px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.topbar {
  background-color: #222222;
  background: -webkit-gradient(linear, left top, right top, from(#222222), color-stop(75%, #222222), color-stop(75%, #eba800), to(#eba800));
  background: -webkit-linear-gradient(left, #222222 0%, #222222 75%, #eba800 75%, #eba800 100%);
  background: linear-gradient(to right, #222222 0%, #222222 75%, #eba800 75%, #eba800 100%);
}
.topbar .widget {
  padding: 8px 20px 8px 0;
  margin: 0;
  background-color: transparent;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar .widget a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.topbar .widget_custom_html i {
  color: #eba800;
  padding-right: 10px;
  padding-left: 2px;
  display: inline-block;
}
.topbar .widget_custom_html .info-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar .widget_custom_html .info-text i {
  font-size: 16px;
}
.topbar .felos-social-links-widget ul li a {
  color: #fff;
  font-size: 12px;
}
.topbar .felos-social-links-widget ul li a:hover {
  color: #eba800;
}
.topbar ul.menu > li {
  display: inline-block;
  padding: 0 5px;
  position: relative;
}
.topbar ul.menu > li:hover ul {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  top: 100%;
}
.topbar ul.menu ul {
  top: 150%;
  z-index: 99999;
  height: auto;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-transition: top 0.35s;
  transition: top 0.35s;
  border-top: 8px solid transparent;
  border-bottom: 1px solid #e7e7e7;
  min-width: 120px;
  left: 0;
  background-color: transparent;
}
.topbar ul.menu ul li {
  padding: 3px 15px;
  background-color: #fff;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.topbar ul.menu ul li:first-child {
  padding-top: 15px;
  border-top: 1px solid #e7e7e7;
}
.topbar ul.menu ul li:last-child {
  padding-bottom: 15px;
}
.topbar ul.menu ul li a {
  color: #666;
  white-space: nowrap;
  padding-left: 0;
}
.topbar ul.menu ul li a:hover {
  color: #000;
}
.topbar ul.menu ul ul {
  display: none;
}
.topbar #lang_sel,
.topbar .lang_sel {
  height: auto;
}
.topbar #lang_sel > ul,
.topbar .lang_sel > ul {
  height: auto;
}
.topbar #lang_sel > ul > li,
.topbar .lang_sel > ul > li {
  margin-bottom: 0;
}
.topbar #lang_sel > ul > li > a:after,
.topbar .lang_sel > ul > li > a:after {
  font-size: 20px;
}
.topbar #lang_sel > ul > li a,
.topbar #lang_sel > ul > li a:visited,
.topbar .lang_sel > ul > li a,
.topbar .lang_sel > ul > li a:visited {
  text-transform: none;
  padding-right: 20px;
  display: block;
  font-weight: 400;
}
.topbar #lang_sel > ul > li ul,
.topbar .lang_sel > ul > li ul {
  width: 100%;
  background-color: transparent;
  border: none;
  border-top: 13px solid transparent;
  border-bottom: 1px solid #e7e7e7;
  min-width: 120px;
  left: -15px;
  white-space: nowrap;
  padding: 0;
}
.topbar #lang_sel > ul > li ul li,
.topbar .lang_sel > ul > li ul li {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  padding: 2px 15px !important;
  margin-bottom: 0;
  background-color: #fff;
}
.topbar #lang_sel > ul > li ul li a,
.topbar .lang_sel > ul > li ul li a {
  color: #666;
  font-size: 13px;
}
.topbar #lang_sel > ul > li ul li a:hover,
.topbar .lang_sel > ul > li ul li a:hover {
  color: #000;
}
.topbar #lang_sel > ul > li ul li:first-child,
.topbar .lang_sel > ul > li ul li:first-child {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px !important;
}
.topbar #lang_sel > ul > li ul li:last-child,
.topbar .lang_sel > ul > li ul li:last-child {
  padding-bottom: 10px !important;
}
.topbar .topbar-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.topbar .topbar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 10;
}
.topbar .topbar-right .widget:last-child {
  background-color: #eba800;
  padding-left: 70px;
  position: relative;
  margin-left: 20px;
  padding-right: 0;
}
.topbar .topbar-right .widget:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 18px solid #222;
  border-bottom: 18px solid transparent;
  border-right: 18px solid transparent;
  border-left: 18px solid #222;
  z-index: 9;
}
.topbar .topbar-right ul li a:hover {
  color: #fff;
}

.site-header__bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.site-header__bar .widget {
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__bar .widget .widget-title {
  display: none;
}

.header-search {
  position: relative;
}
.header-search a.search-icon {
  font-size: 21px;
}
.header-search .header-search-form {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
}
.header-search .header-search-form .search-field {
  padding-right: 35px;
  padding-left: 15px;
  min-width: 300px;
}
.header-search .header-search-form .btn-submit {
  background-color: #fff;
  color: #727272;
  position: absolute;
  top: 0;
  right: 15px;
  height: 98%;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}
.header-search .header-search-form .btn-submit:focus {
  outline: none;
}
.header-search.active a.search-icon i:before {
  content: "";
}
.header-search.active .header-search-form {
  display: block;
}

.site-search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.site-search.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.site-search .search-form {
  padding: 10px 0;
}
.site-search .search-form:after {
  display: none;
}
.site-search .search-form .search-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
  z-index: 1;
}
.site-search .search-form .search-field {
  font-size: 18px;
  padding-right: 60px;
}
.site-search .search-form .btn-submit {
  text-indent: -99999px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  padding: 0;
  height: 42px;
  background-color: transparent;
  z-index: 9;
}

.header-left-items .header-cart {
  margin-right: 24px;
}
.header-cart a {
  font-size: 21px;
  display: block;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}
.header-cart a .cart-counter {
  position: absolute;
  right: -11px;
  bottom: -3px;
  color: #fff;
  font-size: 11px;
  min-width: 17px;
  height: 17px;
  line-height: 17px;
  background-color: #eba800;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 0 4px;
  font-weight: 600;
}
.header-cart:hover .woocommerce.mini-cart {
  top: 100%;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.header-cart .woocommerce.mini-cart {
  position: absolute;
  top: 110%;
  right: 0;
  width: 400px;
  -webkit-transition: top 0.5s;
          transition: top 0.5s;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.04);
}
.header-cart .woocommerce.mini-cart .widget-canvas-content {
  position: relative;
  padding: 0 20px;
}
.header-cart .woocommerce.mini-cart .widget-canvas-content:before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 10;
}
.header-cart .woocommerce.mini-cart .buttons a.wc-forward {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 45%;
}

.woocommerce.mini-cart .widget_shopping_cart_content {
  padding: 5px;
}
.woocommerce.mini-cart .woocommerce-mini-cart__empty-message {
  margin-top: 1.5em;
}
.woocommerce.mini-cart .meditex-cart-panel-footer {
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  border-top: 1px solid #d7d7d7;
  z-index: 10;
  background-color: #fff;
  padding-bottom: 60px;
}
.woocommerce.mini-cart .cart_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce.mini-cart .cart_list li {
  text-align: left;
  border-bottom: 1px solid #dddddd;
  padding: 15px 20px 20px 0;
  position: relative;
  margin-bottom: 0;
}
.woocommerce.mini-cart .cart_list li:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.woocommerce.mini-cart .cart_list li:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.woocommerce.mini-cart .cart_list li:first-child {
  padding-top: 0;
}
.woocommerce.mini-cart .cart_list li:first-child .remove {
  top: 6px;
}
.woocommerce.mini-cart .cart_list li:last-child {
  border-bottom: none;
}
.woocommerce.mini-cart .cart_list li .meditex-mini-cart-content a {
  font-size: 18px;
  line-height: 1;
  border-top-width: 0;
  padding: 0;
  color: #000;
  text-transform: none;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.woocommerce.mini-cart .cart_list li .meditex-mini-cart-thumbnail {
  width: 76px;
  float: left;
  margin-left: 0;
  margin-top: 0;
}
.woocommerce.mini-cart .cart_list li .meditex-mini-cart-thumbnail img {
  width: 100%;
  margin: 0;
  float: none;
}
.woocommerce.mini-cart .cart_list li .meditex-mini-cart-content {
  padding-left: 98px;
  padding-top: 7px;
}
.woocommerce.mini-cart .cart_list li .quantity {
  background-color: transparent;
  font-size: 12.25px;
  width: auto;
  color: #999999;
}
.woocommerce.mini-cart .cart_list li .quantity label {
  color: #000;
  font-weight: 500;
}
.woocommerce.mini-cart .cart_list li .quantity > span {
  display: block;
  line-height: 1.3;
}
.woocommerce.mini-cart .cart_list li .quantity .woocommerce-Price-amount {
  font-size: 12px;
}
.woocommerce.mini-cart .cart_list li dl.variation {
  margin: 0;
}
.woocommerce.mini-cart .cart_list li dl.variation dt {
  float: left;
  color: #000;
  font-weight: 500;
  padding-right: 10px;
  text-transform: capitalize;
  line-height: 1.3;
  font-size: 14px;
}
.woocommerce.mini-cart .cart_list li dl.variation dd {
  margin: 0;
  color: #999;
  line-height: 1.3;
  font-size: 14px;
}
.woocommerce.mini-cart .cart_list li dl.variation dd p {
  margin: 0;
}
.woocommerce.mini-cart .cart_list li dl.variation:after {
  clear: both;
  content: "";
  display: block;
}
.woocommerce.mini-cart .cart_list .remove {
  position: absolute;
  right: 0;
  top: 26px;
  color: #d21e1e !important;
  font-size: 18px;
  overflow: hidden;
  background-color: transparent !important;
}
.woocommerce.mini-cart .total {
  overflow: hidden;
  clear: both;
  line-height: 1;
  color: #000;
  margin: 0 0 30px 0;
  padding: 23px 0;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce.mini-cart .total strong {
  font-size: 12px;
  color: #8f8f8f;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce.mini-cart .total .amount {
  font-size: 16px;
  color: #0a2c4e;
  font-weight: 600;
}
.woocommerce.mini-cart .buttons {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.woocommerce.mini-cart .buttons a.wc-forward {
  font-size: 12px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #0a2c4e;
  color: #fff;
  font-weight: 600;
  min-height: 48px;
  line-height: 48px;
  padding: 0 20px;
  -webkit-border-radius: 48px;
          border-radius: 48px;
  margin-bottom: 15px;
}
.woocommerce.mini-cart .buttons a.checkout {
  background-color: #eba800;
}
.woocommerce.mini-cart .buttons a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 1200px) {
  .woocommerce.mini-cart .cart_list {
    padding-top: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 337px;
    position: relative;
  }
  .woocommerce.mini-cart .cart_list::-webkit-scrollbar {
    display: none;
  }
  .woocommerce.mini-cart .meditex-cart-panel-footer {
    position: static;
    padding-bottom: 20px;
  }
}
.header-socials .socials a {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}

.header-menu-extra_item > ul {
  height: 100%;
}
.header-menu-extra_item > ul > li {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-branding {
  position: relative;
  z-index: 100;
}
.site-branding .logo {
  position: relative;
  display: block;
  margin: 10px 0;
}
.site-branding .logo:hover {
  text-decoration: none;
}
.site-branding .logo img {
  display: inline-block;
  vertical-align: middle;
}
.site-branding .logo-light {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.page-header .page-header-content {
  position: relative;
  padding: 95px 0;
}
.page-header .page-header-content .featured-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}
.page-header .page-header-content .featured-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.page-header .page-header-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-header.hide-title .page-title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.page-header .page-title {
  margin: 5px 0;
  font-size: 36px;
  word-break: break-word;
  color: #fff;
  min-width: 50%;
}
.page-header .site-breadcrumb {
  padding-left: 0;
  margin: 5px 0;
  list-style: none;
}
.page-header .site-breadcrumb li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.page-header .site-breadcrumb li:last-child {
  padding-right: 0;
}
.page-header .site-breadcrumb li[itemprop=itemListElement] {
  padding: 0;
}
.page-header .site-breadcrumb li.sep {
  padding-left: 20px;
}
.page-header .site-breadcrumb li a {
  font-size: 14px;
  position: relative;
  display: block;
  color: #eba800;
}
.page-header .site-breadcrumb li > span {
  color: #fff;
}
.page-header .site-breadcrumb li i {
  color: #fff;
}
.page-header .site-breadcrumb li .home i {
  padding-right: 12px;
}
.page-header.no-image .page-header-content {
  padding: 50px 0;
  background-color: #f4f5f7;
}
.page-header.no-image .page-title {
  color: #000;
}
.page-header.no-image .site-breadcrumb li > span {
  color: #000;
}
.page-header.no-image .site-breadcrumb li i {
  color: #000;
}

.header-mobile > div,
.header-mobile .header-mobile-inner {
  height: 100%;
}
.header-mobile .header-mobile-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-mobile .mobile-header-icons {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mobile-header-icons > div {
  margin: 0 20px;
}

.mobile-header-icons--left > div {
  margin-left: 0;
}
.mobile-header-icons--left .header-cart {
  margin-left: 7px;
}

.mobile-header-icons--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mobile-header-icons--right > div {
  margin-right: 0;
}
.mobile-header-icons--right .header-cart {
  margin-right: 7px;
}

.mobile-header-menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
}

.mobile-header-search a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}

.header-transparent .mobile-header-icon a {
  color: #fff;
}

.header-layout-v2 .header-mobile .site-branding {
  -webkit-box-flex: unset;
  -webkit-flex-grow: unset;
     -moz-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}

.site-header {
  position: relative;
}
.site-header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
.site-header .header-menu-extras {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .header-menu-extra_item {
  min-height: 64px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 33px;
}
.site-header .header-button a {
  font-size: 12px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #eba800;
  color: #fff;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  outline: 0;
  border: 0;
  letter-spacing: 1px;
}
.site-header .header-button a:hover, .site-header .header-button a:focus, .site-header .header-button a:active, .site-header .header-button a:visited, .site-header .header-button a:active:hover, .site-header .header-button a:active:focus {
  outline: 0;
  border: 0;
  color: #fff;
  background-color: #eba800;
}
.site-header .header-primary-menu > ul.menu > li.conl-active-menu {
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #eba800;
  padding: 0;
  z-index: 0;
  display: none;
}

.consul-container {
  padding-left: 50px;
  padding-right: 50px;
}

.header-layout-v1 .site-branding {
  min-width: 20%;
}
.header-layout-v1 .header-bar {
  padding: 20px 0;
}
.header-layout-v1 .header-main {
  background-color: #0a2c4e;
}
.header-layout-v1 .header-inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-layout-v1 .main-navigation > ul > li > a {
  color: #fff;
}
.header-layout-v1 .header-menu-extra_item > ul > li > a {
  color: #fff;
}
.header-layout-v1 .header-cart > a,
.header-layout-v1 .header-search > a,
.header-layout-v1 .header-socials a {
  color: #fff;
}
.header-layout-v1 .header-socials a:hover {
  color: #eba800;
}

.header-layout-v2 .topbar {
  background: #222;
}
.header-layout-v2 .topbar .topbar-right .widget:last-child {
  background-color: transparent;
}
.header-layout-v2 .main-navigation {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
     -moz-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.header-layout-v2 .main-navigation ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-layout-v2 .main-navigation li {
  line-height: 95px;
}
.header-layout-v2 .main-navigation li li {
  line-height: 1.7;
}
.header-layout-v2 .site-branding,
.header-layout-v2 .header-menu-extras {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-layout-v2 .header-menu-extras {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-layout-v2 .header-custom-html {
  font-size: 18px;
  color: #222;
}

.header-layout-v3 .site-header .header-inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-layout-v3 .site-header .header-primary-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-layout-v3 .site-header .header-button {
  margin-left: 30px;
}
.header-layout-v3 .main-navigation li {
  line-height: 95px;
}
.header-layout-v3 .main-navigation li li {
  line-height: 1.7;
}

.header-layout-v4 .header-main {
  background-color: #0a2c4e;
}
.header-layout-v4 .header-inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-layout-v4 .main-navigation li {
  line-height: 78px;
}
.header-layout-v4 .main-navigation li li {
  line-height: 1.7;
}
.header-layout-v4 .main-navigation > ul > li > a {
  color: #fff;
}
.header-layout-v4 .header-main-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-layout-v4 .header-menu-extra_item > ul > li > a {
  color: #fff;
}
.header-layout-v4 .header-cart > a,
.header-layout-v4 .header-search > a {
  color: #fff;
}

.header-transparent .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header-transparent.admin-bar .site-header {
  top: 32px;
}
.header-transparent.header-layout-v2 .site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-transparent.header-layout-v4 .topbar {
  background: none;
}
.header-transparent.header-layout-v4 .topbar .widget {
  padding-top: 24px;
  padding-bottom: 24px;
}
.header-transparent.header-layout-v4 .topbar .topbar-right .widget:last-child {
  background-color: transparent;
  padding-left: 20px;
  margin-left: 0;
}
.header-transparent.header-layout-v4 .topbar .topbar-right .widget:last-child:before {
  display: none;
}
.header-transparent.header-layout-v4 .topbar .topbar-left {
  padding-left: 30px;
}
.header-transparent.header-layout-v4 .topbar .topbar-right {
  padding-right: 30px;
}
.header-transparent.header-layout-v4 .header-main {
  background-color: transparent;
}
.header-transparent.header-layout-v4 .header-inner {
  background-color: #0a2c4e;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.header-text-light .main-navigation ul.menu > li > a {
  color: #fff;
}
.header-text-light .header-custom-html {
  color: #fff;
}
.header-text-light .site-branding .logo-dark {
  opacity: 0;
}
.header-text-light .site-branding .logo-light {
  opacity: 1;
}
.header-text-light.header-layout-v4 .topbar {
  color: #fff;
}

.sticky-header .site-header.minimized .header-mobile,
.sticky-header .site-header.minimized .header-main {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
}
.sticky-header .site-header.minimized .main-navigation ul.menu > li {
  -webkit-transition: none;
          transition: none;
}
.sticky-header .site-header.minimized .header-mobile {
  background-color: #fff;
}
.sticky-header.header-text-light .site-header.minimized .site-branding .logo-light {
  opacity: 0;
}
.sticky-header.header-text-light .site-header.minimized .site-branding .logo-dark {
  opacity: 1;
}
.sticky-header.header-transparent .site-header.minimized .mobile-header-icon a {
  color: #000;
}
.sticky-header.header-layout-v4 .site-header.minimized .site-branding .logo-light {
  opacity: 1;
}
.sticky-header.header-layout-v4 .site-header.minimized .site-branding .logo-dark {
  opacity: 0;
}
.sticky-header.header-layout-v3 .site-header.minimized .header-main, .sticky-header.header-layout-v2 .site-header.minimized .header-main {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 #f0f0f0;
          box-shadow: 0 1px 1px 0 #f0f0f0;
}
.sticky-header.header-layout-v3 .site-header.minimized .header-mobile, .sticky-header.header-layout-v2 .site-header.minimized .header-mobile {
  -webkit-box-shadow: 0 1px 1px 0 #f0f0f0;
          box-shadow: 0 1px 1px 0 #f0f0f0;
}
.sticky-header.header-layout-v3 .site-header.minimized .main-navigation li, .sticky-header.header-layout-v2 .site-header.minimized .main-navigation li {
  line-height: 70px;
}
.sticky-header.header-layout-v3 .site-header.minimized .main-navigation li li, .sticky-header.header-layout-v2 .site-header.minimized .main-navigation li li {
  line-height: 1.7;
}
.sticky-header.header-layout-v3 .site-header.minimized .main-navigation ul.menu > li > a, .sticky-header.header-layout-v2 .site-header.minimized .main-navigation ul.menu > li > a {
  color: #000;
}
.sticky-header.header-layout-v3 .site-header.minimized .mobile-header-icon a,
.sticky-header.header-layout-v3 .site-header.minimized .header-custom-html, .sticky-header.header-layout-v2 .site-header.minimized .mobile-header-icon a,
.sticky-header.header-layout-v2 .site-header.minimized .header-custom-html {
  color: #000;
}
.sticky-header.header-layout-v3 .site-header.minimized .site-branding .logo-dark, .sticky-header.header-layout-v2 .site-header.minimized .site-branding .logo-dark {
  opacity: 1;
}
.sticky-header.header-layout-v3 .site-header.minimized .site-branding .logo-light, .sticky-header.header-layout-v2 .site-header.minimized .site-branding .logo-light {
  opacity: 0;
}
.sticky-header.admin-bar .site-header.minimized .header-mobile,
.sticky-header.admin-bar .site-header.minimized .header-main {
  top: 32px;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404 {
  text-align: center;
}
.error-404 img {
  margin-bottom: 27px;
}
.error-404 .page-title {
  font-size: 18px;
  font-weight: 500;
  color: #161619;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.error-404 .page-content {
  max-width: 430px;
  margin: auto;
}
.error-404 .page-content .description {
  margin-bottom: 35px;
  letter-spacing: 0.3px;
}
.error-404 .page-content a {
  color: #eba800;
}
.error-404 .search-form {
  -webkit-border-radius: 25px;
          border-radius: 25px;
  border: 1px solid #d8d7d7;
  max-width: 370px;
  margin: 0 auto;
  padding: 0 15px;
}
.error-404 .search-form .search-field {
  height: 50px;
  line-height: 50px;
}

/*--------------------------------------------------------------
## Coming Soon
--------------------------------------------------------------*/
.felos-coming-soon {
  height: 100%;
  position: relative;
}

.felos-coming-soon .site-content {
  height: 100vh;
  text-align: center;
}
.felos-coming-soon .entry-socials ul,
.felos-coming-soon .site-content {
  padding: 0;
}
.felos-coming-soon .site-branding {
  margin: 0;
  padding-top: 100px;
}
.felos-coming-soon .site-header,
.felos-coming-soon .site-footer {
  display: none;
}

.felos-coming-soon--color-light .felos-time-countdown .time_circles span,
.felos-coming-soon--color-light .desc,
.felos-coming-soon--color-light .entry-socials i {
  color: #fff;
}
.felos-coming-soon--color-light .felos-time-countdown .text {
  color: #bababa;
}
.felos-coming-soon--color-light .site-branding .logo-light {
  opacity: 1;
  position: initial;
}
.felos-coming-soon--color-light .site-branding .logo-dark {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-newsletter {
  padding: 93px 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.footer-newsletter .newsletter-content {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.4;
}
.footer-newsletter .newsletter-content h2, .footer-newsletter .newsletter-content h3, .footer-newsletter .newsletter-content h4, .footer-newsletter .newsletter-content h5, .footer-newsletter .newsletter-content h6 {
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.footer-newsletter .mc4wp-form {
  position: relative;
  margin-top: 6px;
}
.footer-newsletter .mc4wp-form input[type=email],
.footer-newsletter .mc4wp-form input[type=submit] {
  height: 50px;
}
.footer-newsletter .mc4wp-form input[type=email] {
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #161619;
  width: 100%;
  padding: 0;
}
.footer-newsletter .mc4wp-form input[type=email]::-webkit-input-placeholder {
  font-size: 13px;
}
.footer-newsletter .mc4wp-form input[type=email]::-moz-placeholder {
  font-size: 13px;
}
.footer-newsletter .mc4wp-form input[type=email]::placeholder {
  font-size: 13px;
}
.footer-newsletter .mc4wp-form:after,
.footer-newsletter .mc4wp-form input[type=submit] {
  position: absolute;
}
.footer-newsletter .mc4wp-form:after {
  content: "";
  font-family: FontAweSome;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}
.footer-newsletter .mc4wp-form input[type=submit] {
  right: 0;
  top: 0;
  opacity: 0;
  width: 45px;
  padding: 0;
  z-index: 10;
}
.footer-newsletter.text-light .newsletter-content {
  color: #fff;
}
.footer-newsletter.text-light .newsletter-content h2, .footer-newsletter.text-light .newsletter-content h3, .footer-newsletter.text-light .newsletter-content h4, .footer-newsletter.text-light .newsletter-content h5, .footer-newsletter.text-light .newsletter-content h6 {
  color: #fff;
}
.footer-newsletter.text-light input,
.footer-newsletter.text-light .mc4wp-form:after,
.footer-newsletter.text-light input::-webkit-input-placeholder,
.footer-newsletter.text-light h5,
.footer-newsletter.text-light .desc {
  color: #fff;
}
.footer-newsletter.text-light input,
.footer-newsletter.text-light .mc4wp-form:after,
.footer-newsletter.text-light input::-moz-placeholder,
.footer-newsletter.text-light h5,
.footer-newsletter.text-light .desc {
  color: #fff;
}
.footer-newsletter.text-light input,
.footer-newsletter.text-light .mc4wp-form:after,
.footer-newsletter.text-light input::placeholder,
.footer-newsletter.text-light h5,
.footer-newsletter.text-light .desc {
  color: #fff;
}
.footer-newsletter.text-light input[type=email] {
  border-color: #fff;
}

.footer-widgets {
  padding-top: 45px;
  padding-bottom: 10px;
  color: #727272;
  position: relative;
}
.footer-widgets .footer-widgets__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
  margin-left: -15px;
  margin-right: -15px;
}
.footer-widgets .footer-widgets_bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.footer-widgets .footer-sidebar {
  max-width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-widgets .footer-sidebar.footer-1 {
  max-width: 45%;
}
.footer-widgets .widget {
  margin-bottom: 35px;
}
.footer-widgets .widget .widget-title {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.footer-widgets .widget ul li {
  padding: 3px 0;
}
.footer-widgets .widget ul li a {
  color: #727272;
  font-size: 12px;
}
.footer-widgets .widget ul li a:before {
  font-size: 13px;
}
.footer-widgets .widget ul li a:hover, .footer-widgets .widget ul li a:before {
  color: #eba800;
}
.footer-widgets.text-light {
  color: #fff;
}
.footer-widgets.text-light a {
  color: #fff;
}
.footer-widgets.text-light .widget-title,
.footer-widgets.text-light ul li a {
  color: #fff;
}
.footer-widgets.text-light ul li a:hover {
  color: #eba800;
}
.footer-widgets.text-light .footer-working ul li span {
  color: #fff;
}
.footer-widgets.text-light .felos-widget__latest-post .blog-wrapper__widget .entry-title a,
.footer-widgets.text-light .felos-widget__latest-post .blog-wrapper__widget .date a {
  color: #fff;
}
.footer-widgets .widget .footer-address li {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
}
.footer-widgets .widget .footer-address li > i {
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 13px;
  color: #eba800;
}
.footer-widgets .widget .footer-working p {
  margin: 0 0 20px;
}
.footer-widgets .widget .footer-working ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0;
}
.footer-widgets .widget .footer-working ul li span {
  color: #000;
}

.footer-socials .socials {
  margin-left: -15px;
  margin-right: -15px;
}
.footer-socials .socials a {
  color: #727272;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.footer-socials .socials a:hover {
  color: #eba800;
}

.footer-info {
  position: relative;
  z-index: 10;
  margin-bottom: -195px;
}
.footer-info .footer-info__inner {
  padding: 90px 30px 100px;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-info .footer-info__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.footer-info .footer-info__desc {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 60px;
}
.footer-info .footer-info__desc strong {
  font-weight: 600;
}
.footer-info .footer-info__desc .secondary-color {
  color: #0a2c4e;
}
.footer-info .footer-info__link {
  font-size: 12px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #0a2c4e;
  color: #fff;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  outline: 0;
  border: 0;
  letter-spacing: 1px;
}
.footer-info .footer-info__link:hover, .footer-info .footer-info__link:focus, .footer-info .footer-info__link:active, .footer-info .footer-info__link:visited, .footer-info .footer-info__link:active:hover, .footer-info .footer-info__link:active:focus {
  outline: 0;
  border: 0;
  color: #fff;
  background-color: #0a2c4e;
}
.footer-info.text-light .footer-info__desc {
  color: #fff;
}

.footer-layout {
  position: relative;
}
.footer-layout .footer-layout_bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.footer-layout > .container {
  z-index: 10;
  position: relative;
}
.footer-layout.text-light .footer-widgets {
  color: #fff;
}
.footer-layout.text-light .footer-widgets a {
  color: #fff;
}
.footer-layout.text-light .footer-widgets .widget-title,
.footer-layout.text-light .footer-widgets ul li a {
  color: #fff;
}
.footer-layout.text-light .footer-widgets ul li a:hover {
  color: #eba800;
}
.footer-layout.text-light .footer-widgets .footer-working ul li span {
  color: #fff;
}
.footer-layout.text-light .footer-widgets .felos-widget__latest-post .blog-wrapper__widget .entry-title a,
.footer-layout.text-light .footer-widgets .felos-widget__latest-post .blog-wrapper__widget .date a {
  color: #fff;
}
.footer-layout.text-light .footer-socials .socials a {
  color: #fff;
}
.footer-layout.text-light .footer-socials .socials a:hover {
  color: #eba800;
}
.footer-layout.text-light .footer-bottom {
  color: #fff;
}
.footer-layout.text-light .footer-top {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-layout.text-light.footer-layout-1 .footer-bottom, .footer-layout.text-light.footer-layout-3 .footer-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-layout-1 .footer-bottom,
.footer-layout-3 .footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-layout-2 .footer-bottom {
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer-layout-2 .footer-bottom .footer-bottom__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.footer-layout-2 .footer-bottom .footer-logo {
  margin-bottom: 25px;
}
.footer-layout-2 .footer-bottom .footer-text {
  margin-bottom: 50px;
  font-size: 14px;
}
.footer-layout-2 .footer-bottom .footer-socials {
  margin-bottom: 50px;
}
.footer-layout-2 .footer-bottom .footer-socials a {
  font-size: 12px;
}
.footer-layout-2 .footer-widgets {
  padding-top: 90px;
  padding-bottom: 65px;
}

.footer-layout-3.has-footer-info {
  padding-top: 250px;
}

.footer-layout-4 .footer-widgets {
  padding-top: 90px;
  padding-bottom: 55px;
}
.footer-layout-4 .footer-bottom {
  background-color: #0a2c4e;
  color: #fff;
}

.footer-layout-5 .footer-widgets {
  padding-top: 90px;
  padding-bottom: 55px;
}

.footer-top {
  padding-top: 55px;
  padding-bottom: 55px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-top .footer-top__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-bottom {
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 12px;
}
.footer-bottom .footer-bottom__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-bottom a {
  color: #eba800;
}
.footer-bottom.text-center .footer-bottom__content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
  display: block;
}

.gallery-icon {
  margin-bottom: 25px;
}

.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 7px;
  margin-bottom: 35px;
}

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

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

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

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

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

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

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

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

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }

  .col-sm-2-5 {
    width: 40%;
    float: left;
  }

  .col-sm-3-5 {
    width: 60%;
    float: left;
  }

  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }

  .col-md-2-5 {
    width: 40%;
    float: left;
  }

  .col-md-3-5 {
    width: 60%;
    float: left;
  }

  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }

  .col-lg-2-5 {
    width: 40%;
    float: left;
  }

  .col-lg-3-5 {
    width: 60%;
    float: left;
  }

  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-flex-xs-12,
.col-flex-sm-12,
.col-flex-md-12,
.col-flex-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-11,
.col-flex-sm-11,
.col-flex-md-11,
.col-flex-lg-11 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-10,
.col-flex-sm-10,
.col-flex-md-10,
.col-flex-lg-10 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-9,
.col-flex-sm-9,
.col-flex-md-9,
.col-flex-lg-9 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-8,
.col-flex-sm-8,
.col-flex-md-8,
.col-flex-lg-8 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-7,
.col-flex-sm-7,
.col-flex-md-7,
.col-flex-lg-7 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-6,
.col-flex-sm-6,
.col-flex-md-6,
.col-flex-lg-6 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-5,
.col-flex-sm-5,
.col-flex-md-5,
.col-flex-lg-5 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-4,
.col-flex-sm-4,
.col-flex-md-4,
.col-flex-lg-4 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-3,
.col-flex-sm-3,
.col-flex-md-3,
.col-flex-lg-3 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-2,
.col-flex-sm-2,
.col-flex-md-2,
.col-flex-lg-2 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-1,
.col-flex-sm-1,
.col-flex-md-1,
.col-flex-lg-1 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-flex-xs-1-5, .col-flex-sm-1-5, .col-flex-md-1-5, .col-flex-lg-1-5,
.col-flex-xs-2-5, .col-flex-sm-2-5, .col-flex-md-2-5, .col-flex-lg-2-5,
.col-flex-xs-3-5, .col-flex-sm-3-5, .col-flex-md-3-5, .col-flex-lg-3-5,
.col-flex-xs-4-5, .col-flex-sm-4-5, .col-flex-md-4-5, .col-flex-lg-4-5 {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-flex-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.col-flex-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-flex-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-flex-xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-flex-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-flex-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-flex-xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-flex-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-flex-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-flex-xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-flex-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-flex-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-flex-xs-1-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.col-flex-xs-2-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.col-flex-xs-3-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.col-flex-xs-4-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

@media (min-width: 768px) {
  .col-flex-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-flex-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-flex-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-flex-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-flex-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-flex-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-flex-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-flex-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-flex-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-flex-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-flex-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-flex-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-flex-sm-1-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-flex-sm-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-flex-sm-3-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-flex-sm-4-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .col-flex-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-flex-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-flex-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-flex-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-flex-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-flex-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-flex-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-flex-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-flex-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-flex-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-flex-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-flex-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-flex-md-1-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-flex-md-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-flex-md-3-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-flex-md-4-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .col-flex-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-flex-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-flex-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-flex-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-flex-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-flex-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-flex-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-flex-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-flex-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-flex-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-flex-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-flex-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-flex-lg-1-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-flex-lg-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-flex-lg-3-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-flex-lg-4-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.portfolio-wrapper .entry-socials li span,
.portfolio-wrapper .field-icon,
.service-wrapper .entry-socials li span,
.service-wrapper .field-icon,
.partner-wrapper .entry-socials li span,
.partner-wrapper .field-icon,
.team-wrapper .entry-socials li span,
.team-wrapper .field-icon {
  display: none;
}

.team-wrapper .entry-title {
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.team-wrapper .entry-title a {
  color: #fff;
}
.team-wrapper .cat-links {
  font-size: 14px;
  font-weight: 500;
  display: block;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.team-wrapper .entry-header .entry-socials li {
  margin: 0 10px;
}
.team-wrapper .entry-header .entry-socials li a,
.team-wrapper .entry-header .entry-socials li i {
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: 1;
}
.team-wrapper .entry-header .entry-socials li i {
  font-size: 12px;
  color: #dadada;
}

.team-wrapper__grid {
  position: relative;
  margin-bottom: 30px;
}
.team-wrapper__grid .entry-content {
  display: none;
}
.team-wrapper__grid .entry-header,
.team-wrapper__grid .team-wrapper__inner:before {
  position: absolute;
  left: 0;
  right: 0;
}
.team-wrapper__grid .team-wrapper__inner {
  position: relative;
}
.team-wrapper__grid .team-wrapper__inner:before {
  content: "";
  top: 0;
  bottom: 0;
  background-color: #0a2c4e;
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.team-wrapper__grid .entry-header {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  text-align: center;
  opacity: 0;
}
.team-wrapper__grid .entry-title {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  font-size: 21px;
}
.team-wrapper__grid .cat-links {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  margin-bottom: 43px;
  text-transform: uppercase;
  color: #eba800;
  font-size: 12px;
}
.team-wrapper__grid:hover .entry-header {
  opacity: 1;
}
.team-wrapper__grid:hover .cat-links,
.team-wrapper__grid:hover .entry-title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.team-wrapper__grid:hover .team-wrapper__inner:before {
  opacity: 0.9;
}

.partner-wrapper__list,
.team-wrapper__list {
  margin-bottom: 30px;
}
.partner-wrapper__list:last-child,
.team-wrapper__list:last-child {
  margin-bottom: 0;
}
.partner-wrapper__list .entry-thumbnail,
.team-wrapper__list .entry-thumbnail {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.partner-wrapper__list .entry-title,
.team-wrapper__list .entry-title {
  margin-bottom: 5px;
}
.partner-wrapper__list .entry-title a,
.team-wrapper__list .entry-title a {
  color: #0a2c4e;
}
.partner-wrapper__list .entry-content,
.team-wrapper__list .entry-content {
  margin-top: 10px;
  font-size: 13px;
  line-height: 24px;
}

.team-wrapper__list .entry-header {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.team-wrapper__list .entry-thumbnail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44.44444%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 44.44444%;
          flex: 0 0 44.44444%;
}

.partner-wrapper__list .partner-wrapper__inner,
.team-wrapper__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ededed;
}

.team-wrapper__list .cat-links,
.team-wrapper__list .entry-header .entry-socials li i {
  color: #727272;
}
.team-wrapper__list .entry-header {
  padding: 0 35px 0 40px;
}
.team-wrapper__list .entry-header .entry-socials {
  margin-top: 30px;
}
.team-wrapper__list .entry-header .entry-socials li {
  margin: 0 29px 0 0;
}

.partner-wrapper__list .entry-header {
  padding: 0 28px 0 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.partner-wrapper__list .entry-thumbnail {
  max-width: 33.33333%;
}
.partner-wrapper__list .link-partner {
  color: #eba800;
  margin-left: 5px;
  font-weight: 500;
  display: inline-block;
}

.partner-wrapper {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.service-wrapper {
  margin-bottom: 30px;
}
.service-wrapper:last-child {
  margin-bottom: 0;
}
.service-wrapper .btn-more,
.service-wrapper .box-thumbnail:before,
.service-wrapper .text-more {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  opacity: 0;
}
.service-wrapper .btn-more,
.service-wrapper .box-thumbnail:before {
  content: "";
  top: 0;
  bottom: 0;
}
.service-wrapper .box-thumbnail {
  position: relative;
}
.service-wrapper .box-thumbnail:before {
  content: "";
  top: 0;
  bottom: 0;
  background-color: #0a2c4e;
}
.service-wrapper .btn-more {
  z-index: 10;
}
.service-wrapper .text-more {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #eba800;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.service-wrapper__inner {
  background-color: #f8f8f8;
  -webkit-transition: 0.6s;
          transition: 0.6s;
}
.service-wrapper__inner .entry-header {
  text-align: center;
  padding: 34px 20px;
}
.service-wrapper__inner .entry-title {
  margin-bottom: 10px;
}
.service-wrapper__inner .entry-content {
  margin-top: 0;
}
.service-wrapper__inner:hover {
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.13);
}
.service-wrapper__inner:hover .box-thumbnail:before {
  opacity: 0.9;
}
.service-wrapper__inner:hover .text-more {
  opacity: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-wrapper {
  margin-bottom: 30px;
}
.portfolio-wrapper:last-child {
  margin-bottom: 0;
}
.portfolio-wrapper .entry-title a,
.portfolio-wrapper .entry-content {
  color: #fff;
}
.portfolio-wrapper .entry-header {
  padding: 0 30px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.portfolio-wrapper .entry-title {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.portfolio-wrapper .btn-more,
.portfolio-wrapper .cat-links {
  font-size: 12px;
  color: #eba800;
  text-transform: uppercase;
  font-weight: 500;
}
.portfolio-wrapper .cat-links {
  letter-spacing: 2.6px;
}
.portfolio-wrapper .btn-more {
  letter-spacing: 1.5px;
  margin-top: 40px;
  display: block;
}
.portfolio-wrapper .entry-content {
  margin-top: 23px;
  line-height: 1.8;
}
.portfolio-wrapper .portfolio-content {
  margin-bottom: 24px;
}
.portfolio-wrapper .masonry-icon {
  display: none;
}

.portfolio-single .felos-author-infor,
.portfolio-single .box-thumbnail:before,
.portfolio-wrapper.has-post-thumbnail .entry-header,
.portfolio-wrapper.has-post-thumbnail .portfolio-wrapper__inner:before {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

.portfolio-single .box-thumbnail,
.portfolio-wrapper.has-post-thumbnail .portfolio-wrapper__inner {
  position: relative;
  overflow: hidden;
}
.portfolio-single .box-thumbnail:before,
.portfolio-wrapper.has-post-thumbnail .portfolio-wrapper__inner:before {
  content: "";
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(90deg, #0a2c4e 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #0a2c4e 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

.portfolio-wrapper.has-post-thumbnail .portfolio-wrapper__inner:hover:before {
  opacity: 0.9;
  background: none;
  background-color: #0a2c4e;
}

.portfolio-wrapper__full.has-post-thumbnail .entry-header,
.portfolio-wrapper__grid.has-post-thumbnail .entry-header {
  bottom: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.portfolio-wrapper__full.has-post-thumbnail .portfolio-wrapper__inner:hover .entry-header,
.portfolio-wrapper__grid.has-post-thumbnail .portfolio-wrapper__inner:hover .entry-header {
  margin-bottom: 0 !important;
}

.portfolio-wrapper__masonry {
  width: 25%;
  margin-bottom: 0;
}
.portfolio-wrapper__masonry.portfolio-w {
  width: 50%;
}
.portfolio-wrapper__masonry .masonry-icon {
  display: block;
  font-size: 32px;
  color: #eba800;
  line-height: 1;
  margin-bottom: 36px;
}
.portfolio-wrapper__masonry .entry-header {
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.portfolio-wrapper__masonry .entry-title {
  font-size: 18px;
}
.portfolio-wrapper__masonry .portfolio-wrapper__inner:before {
  opacity: 0;
  background: none;
  background-color: #0a2c4e;
}
.portfolio-wrapper__masonry .portfolio-wrapper__inner:hover .entry-header {
  opacity: 1;
}

.felos__taxs-list {
  margin-bottom: 63px;
}
.felos__taxs-list ul {
  list-style: none;
}
.felos__taxs-list ul li {
  display: inline-block;
}
.felos__taxs-list a {
  display: block;
  margin: 0 4px;
  font-size: 16px;
  color: #161619;
  font-weight: 500;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  padding: 10px 20px;
  -webkit-border-radius: 23.5px;
          border-radius: 23.5px;
}
.felos__taxs-list a:first-letter {
  text-transform: uppercase;
}
.felos__taxs-list a.selected, .felos__taxs-list a:hover {
  background-color: #eba800;
  color: #fff;
}

.felos-author-infor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.felos-author-infor .avatar-author {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.felos-author-infor .content h3 {
  font-size: 16px;
  color: #eba800;
  margin: 0;
}
.felos-author-infor .content h3:first-letter {
  text-transform: uppercase;
}
.felos-author-infor .content span {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}

.portfolio-single .field-icon {
  display: none;
}
.portfolio-single .felos-author-infor {
  bottom: 30px;
  left: 30px;
}

.felos-portfolio-list {
  position: relative;
}

.felos-portfolio-list__loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  display: none;
}
.felos-portfolio-list__loading.show {
  display: block;
}

.lds-ellipsis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lds-ellipsis div {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #eba800;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: lds-ellipsis;
          animation-name: lds-ellipsis;
}

.navigation .felos-portfolio-previous-ajax {
  text-align: center;
}
.navigation .felos-portfolio-previous-ajax a {
  letter-spacing: inherit;
  display: inline-block;
}
.navigation .felos-portfolio-previous-ajax .text-load {
  text-transform: capitalize;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
@-webkit-keyframes consulFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes consulFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.consulFadeInUp:nth-child(1n) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.consulFadeInUp:nth-child(2n) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.consulFadeInUp:nth-child(3n) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.consulFadeInUp:nth-child(4n) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.consulFadeInUp:nth-child(5n) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.consulFadeInUp:nth-child(6n) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.consulFadeInUp:nth-child(7n) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.consulFadeInUp:nth-child(8n) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.consulFadeInUp:nth-child(9n) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.consulFadeInUp:nth-child(10n) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.consulFadeInUp:nth-child(11n) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.consulFadeInUp:nth-child(12n) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.consulFadeInUp:nth-child(13n) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.consulFadeInUp:nth-child(14n) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.consulFadeInUp:nth-child(15n) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.consulFadeInUp:nth-child(16n) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.consulFadeInUp:nth-child(17n) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.consulFadeInUp:nth-child(18n) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.consulFadeInUp:nth-child(19n) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.consulFadeInUp:nth-child(20n) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.consulFadeInUp:nth-child(21n) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.consulFadeInUp:nth-child(22n) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.consulFadeInUp:nth-child(23n) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.consulFadeInUp:nth-child(24n) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.consulFadeInUp:nth-child(25n) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.consulFadeInUp:nth-child(26n) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.consulFadeInUp:nth-child(27n) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.consulFadeInUp:nth-child(28n) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.consulFadeInUp:nth-child(29n) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.consulFadeInUp:nth-child(30n) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.consulFadeInUp:nth-child(31n) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

.consulFadeInUp:nth-child(32n) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.consulFadeInUp:nth-child(33n) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.consulFadeInUp:nth-child(34n) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.consulFadeInUp:nth-child(35n) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.consulFadeInUp:nth-child(36n) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.consulFadeInUp:nth-child(37n) {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}

.consulFadeInUp:nth-child(38n) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.consulFadeInUp:nth-child(39n) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

.consulFadeInUp:nth-child(40n) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.consulFadeInUp:nth-child(41n) {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}

.consulFadeInUp:nth-child(42n) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.consulFadeInUp:nth-child(43n) {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}

.consulFadeInUp:nth-child(44n) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}

.consulFadeInUp:nth-child(45n) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.consulFadeInUp:nth-child(46n) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}

.consulFadeInUp:nth-child(47n) {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}

.consulFadeInUp:nth-child(48n) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}

.consulFadeInUp:nth-child(49n) {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}

.consulFadeInUp:nth-child(50n) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.consulFadeInUp:nth-child(51n) {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}

.consulFadeInUp:nth-child(52n) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}

.consulFadeInUp:nth-child(53n) {
  -webkit-animation-delay: 5.3s;
          animation-delay: 5.3s;
}

.consulFadeInUp:nth-child(54n) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}

.consulFadeInUp:nth-child(55n) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.consulFadeInUp:nth-child(56n) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}

.consulFadeInUp:nth-child(57n) {
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}

.consulFadeInUp:nth-child(58n) {
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}

.consulFadeInUp:nth-child(59n) {
  -webkit-animation-delay: 5.9s;
          animation-delay: 5.9s;
}

.consulFadeInUp:nth-child(60n) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.consulFadeInUp:nth-child(61n) {
  -webkit-animation-delay: 6.1s;
          animation-delay: 6.1s;
}

.consulFadeInUp:nth-child(62n) {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}

.consulFadeInUp:nth-child(63n) {
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}

.consulFadeInUp:nth-child(64n) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}

.consulFadeInUp:nth-child(65n) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.consulFadeInUp:nth-child(66n) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}

.consulFadeInUp:nth-child(67n) {
  -webkit-animation-delay: 6.7s;
          animation-delay: 6.7s;
}

.consulFadeInUp:nth-child(68n) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}

.consulFadeInUp:nth-child(69n) {
  -webkit-animation-delay: 6.9s;
          animation-delay: 6.9s;
}

.consulFadeInUp:nth-child(70n) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.consulFadeInUp:nth-child(71n) {
  -webkit-animation-delay: 7.1s;
          animation-delay: 7.1s;
}

.consulFadeInUp:nth-child(72n) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}

.consulFadeInUp:nth-child(73n) {
  -webkit-animation-delay: 7.3s;
          animation-delay: 7.3s;
}

.consulFadeInUp:nth-child(74n) {
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s;
}

.consulFadeInUp:nth-child(75n) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.consulFadeInUp:nth-child(76n) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}

.consulFadeInUp:nth-child(77n) {
  -webkit-animation-delay: 7.7s;
          animation-delay: 7.7s;
}

.consulFadeInUp:nth-child(78n) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}

.consulFadeInUp:nth-child(79n) {
  -webkit-animation-delay: 7.9s;
          animation-delay: 7.9s;
}

.consulFadeInUp:nth-child(80n) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.consulFadeInUp:nth-child(81n) {
  -webkit-animation-delay: 8.1s;
          animation-delay: 8.1s;
}

.consulFadeInUp:nth-child(82n) {
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s;
}

.consulFadeInUp:nth-child(83n) {
  -webkit-animation-delay: 8.3s;
          animation-delay: 8.3s;
}

.consulFadeInUp:nth-child(84n) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}

.consulFadeInUp:nth-child(85n) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.consulFadeInUp:nth-child(86n) {
  -webkit-animation-delay: 8.6s;
          animation-delay: 8.6s;
}

.consulFadeInUp:nth-child(87n) {
  -webkit-animation-delay: 8.7s;
          animation-delay: 8.7s;
}

.consulFadeInUp:nth-child(88n) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}

.consulFadeInUp:nth-child(89n) {
  -webkit-animation-delay: 8.9s;
          animation-delay: 8.9s;
}

.consulFadeInUp:nth-child(90n) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.consulFadeInUp:nth-child(91n) {
  -webkit-animation-delay: 9.1s;
          animation-delay: 9.1s;
}

.consulFadeInUp:nth-child(92n) {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}

.consulFadeInUp:nth-child(93n) {
  -webkit-animation-delay: 9.3s;
          animation-delay: 9.3s;
}

.consulFadeInUp:nth-child(94n) {
  -webkit-animation-delay: 9.4s;
          animation-delay: 9.4s;
}

.consulFadeInUp:nth-child(95n) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.consulFadeInUp:nth-child(96n) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}

.consulFadeInUp:nth-child(97n) {
  -webkit-animation-delay: 9.7s;
          animation-delay: 9.7s;
}

.consulFadeInUp:nth-child(98n) {
  -webkit-animation-delay: 9.8s;
          animation-delay: 9.8s;
}

.consulFadeInUp:nth-child(99n) {
  -webkit-animation-delay: 9.9s;
          animation-delay: 9.9s;
}

.consulFadeInUp:nth-child(100n) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.consulFadeInUp {
  -webkit-animation-name: consulFadeInUp;
          animation-name: consulFadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes lds-ellipsis {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes lds-ellipsis {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.lds-ellipsis div:nth-child(1n) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.lds-ellipsis div:nth-child(2n) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.lds-ellipsis div:nth-child(3n) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.felos-faq__box.active .felos-faq__answer,
.felos-pricing-table__content.active {
  opacity: 1;
  -webkit-animation: fade 0.6s ease-out;
          animation: fade 0.6s ease-out;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-roller span {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
      -ms-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
  display: block;
}

.lds-roller span:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #0a2c4e;
  margin: -3px 0 0 -3px;
}

.lds-roller span:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller span:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller span:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller span:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller span:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller span:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller span:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller span:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller span:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller span:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller span:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller span:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller span:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller span:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller span:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller span:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Canvas Panel
--------------------------------------------------------------*/
.felos-off-canvas-panel {
  width: 475px;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -475px;
  overflow: hidden;
  color: #000;
  z-index: 100000;
  -webkit-transition: -webkit-transform 0.25s ease;
          transition: transform 0.25s ease;
}
.felos-off-canvas-panel.open {
  -webkit-transform: translate3d(-475px, 0, 0);
          transform: translate3d(-475px, 0, 0);
}
.felos-off-canvas-panel .widget-panel-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 53px 50px 45px;
  z-index: 10;
}
.felos-off-canvas-panel .widget-canvas-content {
  height: 100%;
  overflow-y: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 128px;
}
.felos-off-canvas-panel .widget-canvas-content .widget_shopping_cart_content {
  padding-bottom: 325px;
}
.felos-off-canvas-panel .widget-panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
}
.felos-off-canvas-panel .widget-canvas-content::-webkit-scrollbar {
  display: none;
}
.felos-off-canvas-panel .close-canvas-panel {
  font-size: 20px;
  color: #000;
}

.menu-sidebar-left .felos-off-canvas-panel.menu-sidebar {
  left: -475px;
  right: auto;
}
.menu-sidebar-left .felos-off-canvas-panel.menu-sidebar.open {
  -webkit-transform: translate3d(475px, 0, 0);
          transform: translate3d(475px, 0, 0);
}

.cart-sidebar-left .felos-off-canvas-panel.cart-panel {
  left: -475px;
  right: auto;
}
.cart-sidebar-left .felos-off-canvas-panel.cart-panel.open {
  -webkit-transform: translate3d(475px, 0, 0);
          transform: translate3d(475px, 0, 0);
}

.felos-off-canvas-layer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9990;
  cursor: pointer;
  display: none;
  background-color: rgba(0, 0, 0, 0.15);
}
.open-canvas-panel .felos-off-canvas-layer {
  display: block;
}

.felos-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  overflow: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: visible;
  outline: 0;
  z-index: -1;
  display: none;
}
.felos-modal.open {
  visibility: visible;
  z-index: 100000;
}
.felos-modal::-webkit-scrollbar {
  display: none;
}

body.modal-open {
  overflow-x: hidden;
}

.menu-sidebar .widget {
  line-height: 2;
  -webkit-transition: 0.35s;
          transition: 0.35s;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  color: #999;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  margin-bottom: 63px;
}
.menu-sidebar ul.menu {
  padding: 0;
  margin: 0;
}
.menu-sidebar ul.menu li {
  padding: 8px 0;
  list-style: none;
}
.menu-sidebar ul.menu li a {
  font-size: 18px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  color: #000;
}
.menu-sidebar ul.menu li a .toggle-menu-children {
  position: absolute;
  line-height: 1;
  top: 4px;
  right: 0;
  font-size: 24px;
}
.menu-sidebar ul.menu li a:after {
  display: none;
}
.menu-sidebar ul.menu li a:hover {
  color: #666666;
}
.menu-sidebar ul.menu li.menu-item-has-children a {
  padding-right: 20px;
}
.menu-sidebar ul.menu li.active > a {
  color: #666666;
}
.menu-sidebar ul.menu .sub-menu {
  display: none;
  padding-left: 16px;
  margin: 14px 0 25px;
}
.menu-sidebar ul.menu .sub-menu li {
  line-height: 1;
  padding: 7px 0;
}
.menu-sidebar ul.menu .sub-menu li a {
  font-size: 16px;
  color: #999999;
  text-transform: capitalize;
  font-weight: 400;
}
.menu-sidebar ul.menu .sub-menu li a .toggle-menu-children {
  top: 1px;
}
.menu-sidebar ul.menu .sub-menu li a:hover {
  color: #000;
}
.menu-sidebar ul.menu .sub-menu li.active > a {
  color: #000;
}
.menu-sidebar ul.menu .sub-menu li:last-child {
  padding-bottom: 0;
}
.menu-sidebar ul.menu .sub-menu .sub-menu {
  margin-bottom: 10px;
}
.menu-sidebar .widget-title {
  padding-bottom: 22px;
  font-size: 16px;
}
.menu-sidebar .felos-language-currency h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1;
}
.menu-sidebar .felos-language-currency ul a {
  color: #999999;
}
.menu-sidebar .felos-language-currency ul a:hover {
  color: #eba800;
}
.menu-sidebar .felos-language-currency ul li {
  padding: 2px 0;
}
.menu-sidebar .felos-language-currency ul li.actived a {
  color: #eba800;
}
.menu-sidebar.open .widget:nth-child(10) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.menu-sidebar.open .widget:nth-child(9) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.menu-sidebar.open .widget:nth-child(8) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.menu-sidebar.open .widget:nth-child(7) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.menu-sidebar.open .widget:nth-child(6) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.menu-sidebar.open .widget:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.menu-sidebar.open .widget:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.menu-sidebar.open .widget:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu-sidebar.open .widget:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.menu-sidebar.open .widget:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.menu-sidebar.open .widget {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.menu-sidebar.open .widget:first-child {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.search-modal .container {
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
}
.search-modal .modal-title {
  font-size: 31.5px;
  margin: 0;
  font-weight: 400;
}
.search-modal .close-modal {
  font-size: 21px;
  color: #000;
}
.search-modal .modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 68px;
  margin-top: 60px;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
          transition: all 0.5s ease 0.5s;
}
.search-modal .instance-search {
  position: relative;
}
.search-modal .search-fields {
  -webkit-transition: -webkit-transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, border 0.5s;
          transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, border 0.5s;
  position: relative;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.search-modal .search-fields .btn-submit,
.search-modal .search-fields .search-icon {
  position: absolute;
  top: 6px;
  right: 15px;
}
.search-modal .search-fields .search-icon {
  color: #000;
  font-size: 20px;
}
.search-modal .search-fields .btn-submit {
  opacity: 0;
  width: 30px;
  padding: 0;
  height: 30px;
  z-index: 10;
}
.search-modal .search-field {
  width: 100%;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  padding-right: 50px;
}
.search-modal.open .search-fields,
.search-modal.open .modal-header,
.search-modal.open .modal-footer {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.search-modal:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1600px) {
  .felos-icon-box-carousel--style-1 .felos-icon-box-carousel__list {
    padding: 35px 0;
  }

  .felos-icon-box-carousel__list.has-thumbnail .box-icon {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .felos-blog-page.content-sidebar .content-area,
.single-post.content-sidebar .content-area {
    padding-right: 55px;
  }
  .felos-blog-page.sidebar-content .content-area,
.single-post.sidebar-content .content-area {
    padding-left: 55px;
  }
}
@media (max-width: 1199px) {
  .felos-coming-soon .site-branding {
    padding-top: 50px;
  }

  .site-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .portfolio-full .site-content {
    padding-top: 15px;
  }

  .sticky-header .site-header.minimized .header-mobile {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
  }

  .blog-wrapper {
    margin-bottom: 30px;
  }
  .blog-wrapper .entry-thumbnail {
    margin-bottom: 0;
  }

  .felos-post__nav {
    margin-top: 30px;
  }

  .comments-title.has-comments {
    padding-top: 30px;
  }

  .comment-list li.comment .comment-body {
    margin-bottom: 20px;
  }

  .comment-respond {
    padding-top: 35px;
  }

  .felos-post__box-author {
    padding: 35px 0;
  }

  .single-post .entry-content {
    margin-bottom: 40px;
  }

  .entry-meta {
    margin-bottom: 25px;
  }

  .felos-post__related {
    padding: 50px 0 30px;
  }
  .felos-post__related .felos__section-title {
    margin-bottom: 40px;
    min-height: auto;
  }

  .blog-wrapper.has-post-thumbnail .entry-header {
    bottom: 20px;
  }

  .portfolio-full .felos-portfolio-list {
    margin-right: -7px;
    margin-left: -7px;
  }
  .portfolio-full .portfolio-wrapper {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 15px;
  }

  .team-wrapper__list .entry-header .entry-socials {
    margin-top: 10px;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-newsletter {
    padding: 70px 0;
  }

  .footer-widgets .footer-widgets__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-widgets .footer-sidebar.footer-1,
.footer-widgets .footer-sidebar {
    max-width: unset;
  }
  .footer-widgets .footer-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }

  .footer-layout-2 .footer-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-layout-2 .footer-bottom .footer-text,
.footer-layout-2 .footer-bottom .footer-socials {
    margin-bottom: 20px;
  }
  .footer-layout-2 .footer-widgets {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .footer-layout-4 .footer-widgets,
.footer-layout-5 .footer-widgets {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .footer-layout-3.has-footer-info {
    padding-top: 160px;
  }

  .footer-info {
    margin-bottom: -146px;
  }
  .footer-info .footer-info__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-info .footer-info__desc {
    margin-bottom: 40px;
  }

  .woocommerce ul.products li.product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .woocommerce.single-product .site-content {
    padding-top: 60px;
  }
  .woocommerce.single-product div.product .felos-product-detail {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  .woocommerce.single-product div.product .product-wrapper {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
  .woocommerce.single-product div.product .product-wrapper .extra-block {
    display: none;
  }
  .woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-nav {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .woocommerce .woocommerce-tabs {
    margin-top: 50px;
  }
  .woocommerce .felos-related-products,
.woocommerce .felos-upsells-products,
.woocommerce .felos-cross-sells-products {
    margin-top: 40px;
  }

  body .cons-reset-padding-left {
    padding-left: 15px !important;
  }
  body .cons-reset-padding-right {
    padding-right: 15px !important;
  }
  body .cons-vc_column_inner-reset-padding-left .vc_column-inner {
    padding-left: 15px !important;
  }
  body .cons-vc_column_inner-reset-padding-right .vc_column-inner {
    padding-right: 15px !important;
  }
  body .cons-no-padding-left {
    padding-left: 0 !important;
  }
  body .cons-no-padding-right {
    padding-right: 0 !important;
  }
  body .cons-no-margin-left {
    margin-left: 0 !important;
  }
  body .cons-no-margin-right {
    margin-right: 0 !important;
  }
  body .cons-no-padding {
    padding: 0 !important;
  }
  body .cons-no-margin {
    margin: 0 !important;
  }
  body .cons-reset-letter-spacing {
    letter-spacing: inherit !important;
  }
  body .cons-no-bg {
    background: none !important;
  }
  body .no-br br {
    display: none;
  }
  body .felos-icon-box-carousel__list.has-thumbnail .box-icon {
    padding: 0 25px;
  }
  body .felos-contact-form-7--style-2 .title {
    padding: 20px 20px;
  }
  body .felos-contact-form-7--style-2 .content {
    padding: 20px 20px 10px;
  }
  body .felos-icon-box-carousel {
    padding-bottom: 35px;
  }
  body .felos-contact-form-7 input[type=submit],
body .felos-contact-form-7 input[type=text],
body .felos-contact-form-7 input[type=email],
body .felos-contact-form-7 input[type=url],
body .felos-contact-form-7 input[type=password],
body .felos-contact-form-7 input[type=search],
body .felos-contact-form-7 input[type=number],
body .felos-contact-form-7 input[type=tel],
body .felos-contact-form-7 input[type=range],
body .felos-contact-form-7 input[type=date],
body .felos-contact-form-7 input[type=month],
body .felos-contact-form-7 input[type=week],
body .felos-contact-form-7 input[type=time],
body .felos-contact-form-7 input[type=datetime],
body .felos-contact-form-7 input[type=datetime-local],
body .felos-contact-form-7 input[type=color],
body .felos-contact-form-7 select {
    margin-bottom: 25px;
  }
  body .felos-pricing-table__tab-title {
    margin-bottom: 60px;
  }
  body .felos-portfolio-carousel div[class*=swiper-button-] {
    display: none;
  }
  body .felos-portfolio-carousel .felos__section-title {
    padding-right: 0;
    margin-bottom: 30px;
  }
  body .felos-portfolio-carousel--style-1 {
    padding-bottom: 25px;
  }
  body .felos-portfolio-carousel--style-1 .portfolio-wrapper .entry-header {
    padding: 0 20px 25px 20px;
  }
  body .portfolio-wrapper__full.has-post-thumbnail .portfolio-wrapper__inner:hover .btn-more,
body .portfolio-wrapper__full.has-post-thumbnail .portfolio-wrapper__inner:hover .entry-content,
body .portfolio-wrapper__grid.has-post-thumbnail .portfolio-wrapper__inner:hover .btn-more,
body .portfolio-wrapper__grid.has-post-thumbnail .portfolio-wrapper__inner:hover .entry-content {
    display: none;
  }
  body .felos-faq__box {
    margin-bottom: 15px;
  }
  body .felos-faq__box.active {
    margin-bottom: 25px;
  }
  body .felos-faq__box.active .felos-faq__question {
    margin-bottom: 10px;
  }
  body .felos-faq--version-2 {
    margin-bottom: 15px;
  }
  body .felos-faq--version-2 .felos-faq__box.active {
    margin-bottom: 25px;
  }
  body .felos-icon-box-carousel--style-2 {
    padding-bottom: 50px;
  }
  body .felos-icon-box-carousel--style-2.has-thumbnail .box-icon {
    padding: 0 18px;
  }
  body .felos-icon-box-carousel--style-2 .field-text {
    margin-top: 5px;
  }
  body .felos-icon-box-carousel--style-2 .field-text .title {
    margin-bottom: 10px;
  }
  body .felos-icon-box-carousel--style-2 .has-thumbnail .box-icon {
    padding: 0 15px;
  }
  body .cd-svg-clipped-slider .gallery .item.selected {
    padding-bottom: 33.3333%;
  }
  body .felos-icon-box--style-1 .felos-icon-box__list {
    margin-bottom: 35px;
  }
  body .felos-table td {
    padding: 10px 0;
  }
  body div.felos-accordion.vc_general.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    padding: 15px 20px;
  }
  body .felos-service-carousel .list-items {
    padding-top: 35px;
  }
  body .felos-service-carousel--style-3 .felos__section-title {
    min-height: auto;
    margin-bottom: 10px;
    padding-right: 0;
  }
  body .felos-service-carousel--style-3 .list-items {
    padding-bottom: 20px;
  }
  body .felos-service-carousel--style-2 {
    margin: 0;
    padding-bottom: 20px;
  }
  body .felos-service-carousel--style-2 div.nav-wrapper.container {
    display: none;
  }
  body .felos-blog-carousel {
    padding-bottom: 20px;
  }
  body .felos-blog-carousel .felos__section-title {
    padding-right: 0;
    min-height: unset;
    margin-bottom: 30px;
  }
  body .felos-faq--version-2 .felos-faq__answer {
    margin-top: 15px;
  }
  body .felos-icon-box--style-2 .field-icon {
    margin-right: 30px;
  }

  .felos-portfolio-carousel--style-1 .portfolio-wrapper .portfolio-content {
    display: none;
  }

  .felos-icon-box-carousel--style-1 .felos-icon-box-carousel__list:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .container {
    padding-left: 0;
    padding-right: 0;
  }

  .page-header .page-header-content {
    padding: 60px 0;
  }

  .team-wrapper__list .entry-header {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .portfolio-wrapper__full.has-post-thumbnail .entry-header {
    padding-bottom: 10px;
  }
  .portfolio-wrapper__full .entry-header {
    padding: 0 20px 10px 20px;
  }
  .portfolio-wrapper__full .entry-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .widget-area {
    margin-top: 50px;
  }
  .widget-area .widget:last-child {
    margin-bottom: 0;
  }

  .felos-post__related .felos__section-title {
    margin-bottom: 30px;
  }

  .comment-respond .form-group {
    padding: 0;
    margin-bottom: 15px;
  }

  .footer-widgets {
    padding-top: 30px;
    padding-bottom: 0;
  }

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

  .footer-newsletter {
    padding: 45px 0;
  }
  .footer-newsletter .col-newsletter-content {
    margin-bottom: 15px;
  }

  .footer-layout-2 .footer-widgets {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .footer-layout-2 .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-layout-2 .footer-bottom .footer-text,
.footer-layout-2 .footer-bottom .footer-socials {
    margin-bottom: 13px;
  }

  .footer-layout-4 .footer-widgets {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .woocommerce ul.products li.product {
    margin-bottom: 40px;
  }
  .woocommerce .felos-related-products .slick-dots,
.woocommerce .felos-upsells-products .slick-dots,
.woocommerce .felos-cross-sells-products .slick-dots {
    bottom: -60px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar {
    padding-right: 15px;
    margin-bottom: 50px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-content {
    padding-left: 15px;
  }

  body .felos-pricing-table__box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  body .felos-testimonials-carousel.col-1 {
    max-width: unset;
  }
  body .felos-testimonials-carousel.col-1 div[class*=swiper-button-] {
    display: none;
  }
  body .felos-testimonials-carousel .name {
    margin-top: 20px;
  }
  body .felos-testimonials-carousel .felos-testimonials-carousel__inner {
    padding-bottom: 50px;
  }
  body .felos__section-title .sub-title {
    font-size: 28px;
  }
  body .felos-icon-box--style-1 .field-text h5 {
    margin-bottom: 12px;
  }
  body .felos-icon-box--style-1 .field-icon {
    margin-bottom: 20px;
  }
  body .felos-counter__list .field-counter {
    font-size: 48px;
  }
  body .felos-icon-box--style-1.version-large .field-icon {
    margin-bottom: 20px;
  }
  body .felos-icon-box--style-3 .felos-icon-box__list-inner {
    max-width: unset;
    padding-left: 60px;
    padding-right: 60px;
  }
  body .felos-icon-box--style-3 .field-icon {
    margin-right: 40px;
  }
  body .felos-branches.has-thumbnail .content,
body .felos-branches--style-2.has-thumbnail .content {
    left: 0;
    bottom: 10px;
    padding: 0 10px;
  }
  body .felos-branches .list-infor,
body .felos-branches--style-2 .list-infor {
    margin-top: 5px;
  }
  body .felos-branches .location,
body .felos-branches--style-2 .location {
    margin-bottom: 5px;
    font-size: 18px;
  }
  body .felos-pricing-table__content.active .felos-pricing-table__box.highlight,
body .felos-pricing-table--no-tab .felos-pricing-table__content .felos-pricing-table__box.highlight {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 782px) {
  .header-transparent.admin-bar .site-header,
.sticky-header.admin-bar .site-header.minimized .header-mobile,
.sticky-header.admin-bar .site-header.minimized .header-main {
    top: 46px;
  }
}
@media (max-width: 767px) {
  .tax-service_category .site-content,
.post-type-archive-service .site-content,
.partner-grid .site-content,
.team-grid .site-content,
.portfolio-grid .site-content {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .tax-service_category .service-list,
.tax-service_category .partner-list,
.tax-service_category .team-list,
.tax-service_category .felos-portfolio-list,
.post-type-archive-service .service-list,
.post-type-archive-service .partner-list,
.post-type-archive-service .team-list,
.post-type-archive-service .felos-portfolio-list,
.partner-grid .service-list,
.partner-grid .partner-list,
.partner-grid .team-list,
.partner-grid .felos-portfolio-list,
.team-grid .service-list,
.team-grid .partner-list,
.team-grid .team-list,
.team-grid .felos-portfolio-list,
.portfolio-grid .service-list,
.portfolio-grid .partner-list,
.portfolio-grid .team-list,
.portfolio-grid .felos-portfolio-list {
    margin-right: -7px;
    margin-left: -7px;
  }
  .tax-service_category .service-wrapper,
.tax-service_category .partner-wrapper__grid,
.tax-service_category .team-wrapper__grid,
.tax-service_category .portfolio-wrapper,
.post-type-archive-service .service-wrapper,
.post-type-archive-service .partner-wrapper__grid,
.post-type-archive-service .team-wrapper__grid,
.post-type-archive-service .portfolio-wrapper,
.partner-grid .service-wrapper,
.partner-grid .partner-wrapper__grid,
.partner-grid .team-wrapper__grid,
.partner-grid .portfolio-wrapper,
.team-grid .service-wrapper,
.team-grid .partner-wrapper__grid,
.team-grid .team-wrapper__grid,
.team-grid .portfolio-wrapper,
.portfolio-grid .service-wrapper,
.portfolio-grid .partner-wrapper__grid,
.portfolio-grid .team-wrapper__grid,
.portfolio-grid .portfolio-wrapper {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 15px;
  }

  .felos-service-grid {
    margin-right: -7px;
    margin-left: -7px;
  }
  .felos-service-grid .service-wrapper {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 15px;
  }

  .partner-list .site-content {
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .partner-wrapper__list {
    margin-bottom: 15px;
  }

  .page-header .page-header-content {
    padding: 40px 0;
  }
  .page-header .page-title {
    font-size: 26px;
  }
  .page-header.no-image .page-header-content {
    padding: 15px 0;
  }
  .page-header .site-breadcrumb li {
    padding-left: 6px;
    padding-right: 6px;
  }

  blockquote {
    margin-left: 60px;
    padding-top: 70px;
  }
  blockquote:before {
    top: -10px;
  }

  .felos-blog-page .site-content {
    padding-top: 15px;
  }
  .felos-blog-page .felos-blog {
    margin-left: -8px;
    margin-right: -8px;
  }
  .felos-blog-page .blog-wrapper {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 15px;
  }

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

  .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-bottom .footer-bottom__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-bottom .footer-bottom__content > div {
    padding: 5px 0;
  }

  .woocommerce ul.products {
    margin-right: -7px;
    margin-left: -7px;
  }
  .woocommerce ul.products li.product {
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce ul.products li.product .product-details {
    margin-top: 13px;
  }
  .woocommerce table.shop_table_responsive tr td:before {
    display: none;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr {
    border-bottom: 1px solid #dedede;
    background-color: transparent !important;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr:last-child {
    border: 0;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td {
    padding-left: 0;
    padding-right: 0;
    display: block;
    border: 0;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td.product-name {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td.product-quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td.product-quantity a.remove {
    width: 45px;
    height: 45px;
    background-color: #f4f5f7;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    margin-left: 20px;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td .quantity {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr td span.amount {
    display: block;
    margin-top: 5px;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table tr:first-child td.product-name {
    padding-top: 10px;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table .coupon {
    margin-bottom: 25px;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table .coupon .input-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table .cart-actions {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table .product-meta {
    display: block;
    margin-top: 0;
  }
  .woocommerce table.woocommerce-cart-form__contents.shop_table .product-thumbnail img {
    max-width: 100px;
    margin-right: 20px;
  }

  .woocommerce-cart-form .woocommerce-cart-form__contents {
    margin-bottom: 40px;
  }

  body .cons-mobile-no-bg {
    background-image: none !important;
  }
  body .felos-testimonials-carousel .item img {
    margin-bottom: 15px;
  }
  body .felos-testimonials-carousel .desc {
    font-size: 18px;
  }
  body .felos-testimonials-carousel .name {
    margin-top: 15px;
  }
  body .felos-pricing-table__tab-title {
    margin-bottom: 30px;
  }
  body .felos-pricing-table__tab-title .title-tab {
    min-width: 150px;
    padding: 12px 30px;
  }
  body .felos-pricing-table__box {
    margin-bottom: 15px;
  }
  body .cd-svg-clipped-slider .felos-portfolio-carousel--style-2 .navigation .arrow {
    overflow: visible;
    color: #fff;
    font-size: 40px;
    display: block;
    text-indent: unset;
  }
  body .cd-svg-clipped-slider .felos-portfolio-carousel--style-2 .navigation .arrow.next {
    right: 30px;
  }
  body .cd-svg-clipped-slider .felos-portfolio-carousel--style-2 .navigation .arrow.prev {
    left: 30px;
  }
  body .felos-icon-box--style-2 .field-icon {
    margin-right: 40px;
  }
  body .felos-icon-box-carousel__list {
    float: none;
  }
  body .felos-counter--4-columns .felos-counter__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .portfolio-masonry .site-content {
    padding-top: 15px;
  }

  .portfolio-wrapper__masonry {
    width: 50%;
  }

  .partner-wrapper__grid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .partner-list .site-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .partner-list .partner-wrapper__inner {
    display: block;
    border: 0;
    text-align: center;
  }
  .partner-list .entry-thumbnail {
    max-width: unset;
    margin-bottom: 15px;
  }

  .partner-wrapper__list {
    margin-bottom: 35px;
  }

  .footer-widgets .footer-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .comment-list li.comment .comment-body {
    margin-bottom: 30px;
  }

  .comment-list .children {
    padding-left: 0;
    margin-left: 0;
  }

  .felos-post__related .blog-wrapper .entry-title {
    font-size: 16px;
  }
  .felos-post__related .entry-meta {
    display: block;
  }

  .team-wrapper__inner {
    display: block;
    border: 0;
  }

  .team-wrapper__list .entry-header {
    padding: 20px 0 0 0;
  }

  .footer-layout-3.has-footer-info {
    padding-top: 120px;
  }

  .footer-info {
    margin-bottom: -112px;
  }
  .footer-info .footer-info__inner {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .footer-info .footer-info__desc {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .woocommerce.single-product div.product .felos-product-detail {
    display: block;
  }
  .woocommerce.single-product div.product .entry-summary,
.woocommerce.single-product div.product .woocommerce-product-gallery {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce.single-product div.product .entry-summary {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .woocommerce .woocommerce-tabs .wc-tabs {
    display: block;
  }
  .woocommerce .woocommerce-tabs .wc-tabs li {
    display: block;
    margin-right: 0;
  }
  .woocommerce .woocommerce-tabs .wc-tabs li:after {
    display: none;
  }
  .woocommerce .woocommerce-tabs table.shop_attributes {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .sticky-header.admin-bar .site-header.minimized .header-mobile,
.sticky-header.admin-bar .site-header.minimized .header-main {
    top: 0;
  }
}
@media (max-width: 480px) {
  .felos-blog-page .blog-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .felos-service-grid .service-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .felos-team-grid .team-wrapper__grid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .tax-service_category .service-wrapper,
.post-type-archive-service .service-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .woocommerce .felos-related-products .section-header,
.woocommerce .felos-upsells-products .section-header,
.woocommerce .felos-cross-sells-products .section-header {
    margin-bottom: 15px;
  }
  .woocommerce .felos-related-products .section-header h3,
.woocommerce .felos-upsells-products .section-header h3,
.woocommerce .felos-cross-sells-products .section-header h3 {
    margin-bottom: 15px;
  }

  .cons-catalog-mobile-1-columns.woocommerce ul.products li.product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  body .felos-time-countdown {
    width: 400px;
  }
  body .felos-pricing-table__box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  body .felos-icon-box--style-1 .felos-icon-box__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  body .portfolio-wrapper .entry-header {
    padding: 0 10px 20px 10px;
  }
  body .portfolio-wrapper .entry-title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  body .portfolio-wrapper .cat-links {
    font-size: 11px;
  }
  body .portfolio-wrapper__full.has-post-thumbnail .entry-header,
body .portfolio-wrapper__grid.has-post-thumbnail .entry-header {
    padding-bottom: 12px;
  }
  body .felos-partner-grid .partner-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  body .felos-icon-box--style-4 .felos-icon-box__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  body .felos-icon-box--style-3 .felos-icon-box__list-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .felos-icon-box--style-3 .field-icon {
    margin-right: 30px;
  }
  body .felos-icon-box-2 .box-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 414px) {
  .site-content {
    padding-bottom: 40px;
    padding-top: 30px;
  }

  .partner-list .site-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .single-post .entry-thumbnail {
    margin-bottom: 10px;
  }
  .single-post .entry-header {
    margin-bottom: 20px;
  }

  .portfolio-wrapper__masonry {
    width: 100%;
  }
  .portfolio-wrapper__masonry.portfolio-w {
    width: 100%;
  }

  .team-grid .team-wrapper,
.team-grid .portfolio-wrapper,
.portfolio-full .team-wrapper,
.portfolio-full .portfolio-wrapper,
.portfolio-grid .team-wrapper,
.portfolio-grid .portfolio-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  blockquote {
    font-size: 18px;
    margin-left: 0;
    padding-top: 65px;
    line-height: 32px;
  }
  blockquote cite {
    margin-top: 3px;
  }
  blockquote:before {
    font-size: 54px;
  }

  .felos-post__related {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .felos-post__related .felos__section-title {
    margin-bottom: 15px;
  }

  .felos-post__box-author {
    padding: 20px 0;
  }
  .felos-post__box-author .author-avatar {
    width: 80px;
  }
  .felos-post__box-author .author-content {
    margin-left: 100px;
  }
  .felos-post__box-author .title {
    margin-bottom: 12px;
  }

  .footer-widgets .footer-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .felos-off-canvas-panel {
    width: 320px;
    right: -320px;
  }
  .felos-off-canvas-panel .widget-panel-header {
    padding: 43px 30px 35px;
  }
  .felos-off-canvas-panel .widget-canvas-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 108px;
  }
  .felos-off-canvas-panel .widget-canvas-content .widget_shopping_cart_content {
    padding-bottom: 0;
  }
  .felos-off-canvas-panel.open {
    -webkit-transform: translate3d(-320px, 0, 0);
            transform: translate3d(-320px, 0, 0);
  }

  .footer-info {
    margin-bottom: 15px;
  }
  .footer-info .footer-info__inner {
    padding: 25px 20px 30px;
  }
  .footer-info .footer-info__desc {
    font-size: 20px;
  }
  .footer-info .footer-info__desc br {
    display: none;
  }

  .footer-layout-3.has-footer-info {
    padding-top: 20px;
  }

  body .felos-time-countdown {
    width: 350px;
  }
  body .felos-time-countdown .time_circles span {
    font-size: 20px !important;
  }
  body .felos-time-countdown .time_circles h4 {
    font-size: 8px !important;
    letter-spacing: unset;
    margin-bottom: 2px;
  }
  body .felos-portfolio-carousel--style-1 .portfolio-wrapper {
    margin-bottom: 15px;
  }
  body .felos-form-team .field-input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  body .felos-form-team input[type=text],
body .felos-form-team input[type=email],
body .felos-form-team input[type=url],
body .felos-form-team input[type=password],
body .felos-form-team input[type=search],
body .felos-form-team input[type=number],
body .felos-form-team input[type=tel],
body .felos-form-team input[type=range],
body .felos-form-team input[type=date],
body .felos-form-team input[type=month],
body .felos-form-team input[type=week],
body .felos-form-team input[type=time],
body .felos-form-team input[type=datetime],
body .felos-form-team input[type=datetime-local],
body .felos-form-team input[type=color],
body .felos-form-team select {
    margin-bottom: 15px;
  }
  body .felos-form-team textarea {
    margin-bottom: 10px;
  }
  body .felos-counter .felos-counter__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  body .felos-counter .felos-counter__list:last-child {
    margin-bottom: 0;
  }
  body .service-wrapper__inner .entry-header {
    padding: 20px;
  }
}
@media (max-width: 375px) {
  .helendo-off-canvas-panel {
    width: 290px;
    right: -290px;
  }
  .helendo-off-canvas-panel.open {
    -webkit-transform: translate3d(-290px, 0, 0);
            transform: translate3d(-290px, 0, 0);
  }
}