/*
[Table of contents]
1. Base
2. Typography
3. Height classes
4. Overlay
5. Section
6. Navigation
7. Sliders
8. Helper classes
9. Google map
10. Icons
11. Buttons
12. Forms & inputs
13. Features
14. Pricing tables
15. Progress bars
16. Images style
17. Videos
18. Masonry items
19. Hover elements
20. Footer
21. Specials margins and paddings
22. Loaders
23. Widgets
24. Pagination
25. Blog
26. Comments
27. Box
*/
/**
 * Base
 * ----------------------------------------------------------------------------
 */
html {
  font-size: 100%;
}
@media all and (max-width: 768px) {
  html {
    font-size: 87.5%;
  }
}
body {
  font-size: 1em;
  line-height: 1.625em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Lora', sans-serif;
  color: #474747;
  background-color: #fff;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  line-height: 1.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #474747;
}
/**
 * Typography
 * ----------------------------------------------------------------------------
 */
p {
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 0.875rem;
  margin: 1.25rem 0;
  overflow: auto;
  padding: 1.25rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}
table,
address {
  margin-bottom: 1.5rem;
}
hr {
  border: 0;
  border-bottom: 1px solid #ececec;
}
blockquote {
  margin: 0;
}
blockquote {
  font-style: italic;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 16px;
  line-height: 1.75em;
  word-spacing: 2px;
  color: #7c7c7c;
}
blockquote p {
  font-style: italic;
  padding-left: 1.25rem;
  font-size: 1.2rem;
  line-height: 2rem;
  border-left: 0.3125rem solid #ccc;
}
span.author-name {
  font-size: 1.1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
  color: #2a2a32;
  font-weight: 400;
}
h1 {
  font-size: 2.8rem;
  line-height: 3.75rem;
}
h2 {
  font-size: 2.1rem;
  line-height: 3rem;
}
h3 {
  font-size: 1.4rem;
}
h4 {
  font-size: 0.933333333333333rem;
}
h5 {
  font-size: 0.777777777777778rem;
  text-transform: uppercase;
}
h6 {
  font-size: 0.7rem;
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  h1 {
    font-size: 2em;
  }
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875rem;
  line-height: 2;
  margin: 0 0 1.5rem;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
caption {
  font-size: 1rem;
  margin: 1.25rem 0;
}
th {
  font-weight: bold;
  text-transform: uppercase;
}
td {
  border-top: 1px solid #ededed;
  padding: 0.375rem 0.625rem 0.375rem 0;
}
code {
  vertical-align: bottom;
}
.lead {
  font-size: 1.166666666666667rem;
  color: #787878;
  line-height: 1.8rem;
}
h2 + p.lead {
  margin-top: -0.625rem;
}
dl {
  margin: 0 1.25rem;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 1.25rem;
}
dt,
p strong {
  color: #111;
}
/**
 * Height classes
 * ----------------------------------------------------------------------------
 */
.height-100,
.height-90,
.height-80,
.height-70,
.height-60,
.height-50,
.height-40,
.height-30,
.height-20,
.height-10 {
  height: auto;
  padding: 9em 0 7em;
}
@media all and (max-width: 767px) {
  .height-100,
  .height-90,
  .height-80,
  .height-70,
  .height-60,
  .height-50,
  .height-40,
  .height-30,
  .height-20,
  .height-10 {
    height: auto;
    padding: 8em 0 6em;
    text-align: center;
  }
}
@media all and (min-height: 600px) and (min-width: 767px) {
  .height-10 {
    height: 10vh;
  }
  .height-20 {
    height: 20vh;
  }
  .height-30 {
    height: 30vh;
  }
  .height-40 {
    height: 40vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-60 {
    height: 60vh;
  }
  .height-70 {
    height: 70vh;
  }
  .height-80 {
    height: 80vh;
  }
  .height-90 {
    height: 90vh;
  }
  .height-100 {
    height: 100vh;
  }
}
/**
 * Overlay
 * ----------------------------------------------------------------------------
 */
[data-bg-overlay]:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}
[data-bg-overlay="1"]:after {
  opacity: 0.1;
}
[data-bg-overlay="2"]:after {
  opacity: 0.2;
}
[data-bg-overlay="3"]:after {
  opacity: 0.3;
}
[data-bg-overlay="4"]:after {
  opacity: 0.4;
}
[data-bg-overlay="5"]:after {
  opacity: 0.5;
}
[data-bg-overlay="6"]:after {
  opacity: 0.6;
}
[data-bg-overlay="7"]:after {
  opacity: 0.7;
}
[data-bg-overlay="8"]:after {
  opacity: 0.8;
}
[data-bg-overlay="9"]:after {
  opacity: 0.9;
}
.bg-overlay--white:after {
  background-color: #fff;
}
.bg-overlay--color:after {
  background-color: #2456fe;
}
/**
 * Section
 * ----------------------------------------------------------------------------
 */
section {
  position: relative;
  overflow: hidden;
  padding: 4.375em 0;
}
.image-holder,
.parallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.color--white {
  color: #fff;
}
.color--white h1,
.color--white h2,
.color--white h3,
.color--white h4,
.color--white h5,
.color--white h6,
.color--white p,
.color--white span,
.color--white a {
  color: #fff;
}
.bg--grey {
  background-color: #f4f4f4;
}
.bg--grey-2 {
  background-color: #f7f7f7;
}
.bg--dark {
  background-color: #111;
}
.bg--color {
  background-color: #2456fe;
}
/**
 * Navigation
 * ----------------------------------------------------------------------------
 */
.main-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  background-color: #fff;
/* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.main-header::after {
  clear: both;
  content: "";
  display: block;
}
.main-header:not(.position--absolute) + .main-container {
  margin-top: 3.75rem;
}
.main-header.is-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.main-header.bg--dark {
  background-color: #2a2a2f;
}
.header--absolute {
  position: absolute;
}
.header--transparent {
  background-color: transparent;
}
.header--scrolled,
.header--scrolled.header--white {
  position: fixed;
  background-color: #fff;
}
.header--scrolled.header--dark {
  background-color: #2a2a2f;
}
.main-header .logo,
.main-header .nav-trigger {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-header .logo {
  left: 5%;
}
.main-header .logo a,
.main-header .logo img {
  max-height: 25px;
  display: block;
}
.main-header .logo img.logo--dark {
  display: block;
}
.main-header .logo img.logo--light {
  display: none;
}
.header--white .logo img.logo--light {
  display: block;
}
.header--white .logo img.logo--dark {
  display: none;
}
.main-header .nav-trigger {
/* vertically align its content */
  display: table;
  height: 100%;
  padding: 0 1em;
  font-size: 1rem;
  text-transform: uppercase;
  color: #25283d;
  font-weight: bold;
  right: 0;
}
.main-header .nav-trigger span {
/* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
}
.main-header .nav-trigger em,
.main-header .nav-trigger em::after,
.main-header .nav-trigger em::before {
/* this is the menu icon */
  display: block;
  position: relative;
  height: 2px;
  width: 22px;
  background-color: #25283d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-header.header--white .nav-trigger em,
.main-header.header--white .nav-trigger em::after,
.main-header.header--white .nav-trigger em::before {
  background-color: #fff;
}
.main-header .nav-trigger em {
/* this is the menu central line */
  margin: 6px auto 14px;
  transition: background-color 0.2s;
}
.main-header .nav-trigger em::before,
.main-header .nav-trigger em::after {
  position: absolute;
  content: '';
  left: 0;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.main-header .nav-trigger em::before {
/* this is the menu icon top line */
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.main-header .nav-trigger em::after {
/* this is the menu icon bottom line */
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
@media only screen and (min-width: 1024px) {
  .main-header .nav-trigger {
    display: none;
  }
}
.main-header.nav-open .nav-trigger em {
/* transform menu icon into a 'X' icon */
  background-color: rgba(255,255,255,0);
}
.main-header.nav-open .nav-trigger em::before {
/* rotate top line */
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.main-header.nav-open .nav-trigger em::after {
/* rotate bottom line */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.primary-nav {
  display: inline-block;
  float: right;
  height: 100%;
  padding-right: 5%;
}
.primary-nav > ul {
  list-style: none;
  padding-left: 0;
  position: absolute;
  z-index: 2;
  top: 3.75rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  box-shadow: 0 14px 20px rgba(0,0,0,0.2);
}
.primary-nav > ul a {
/* target primary-nav links */
  display: block;
  height: 3.125rem;
  line-height: 3.125rem;
  padding-left: 5%;
  color: #25283d;
  font-size: 1rem;
  border-top: 1px solid #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  .primary-nav {
/* vertically align its content */
    display: table;
  }
  .primary-nav > ul {
/* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle;
/* reset mobile style */
    position: relative;
    width: auto;
    top: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .primary-nav > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .primary-nav > ul li {
    display: inline-block;
    float: left;
    margin-right: 1em;
    padding: 5px 0.5em;
  }
  .primary-nav > ul li:last-of-type {
    margin-right: 0;
  }
  .primary-nav > ul a {
/* reset mobile style */
    height: auto;
    line-height: normal;
    padding: 10px 0;
    border: none;
  }
  .primary-nav > ul > li {
    position: relative;
  }
  .primary-nav > ul > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-25%) translateY(0%);
            transform: translateX(-25%) translateY(0%);
  }
  .primary-nav > ul ul.sub-menu {
    visibility: hidden;
    opacity: 0.3;
    position: absolute;
    min-width: 160px;
    background-color: rgba(0,0,0,0.98);
    text-align: left;
    padding: 10px 10px;
    left: 0;
    -webkit-transform: translateX(-25%) translateY(10px);
            transform: translateX(-25%) translateY(10px);
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .primary-nav > ul ul.sub-menu li {
    padding: 4px 4px;
    display: block;
    float: none;
  }
  .primary-nav > ul ul.sub-menu a {
    color: #f4f4f4;
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-open .primary-nav ul {
    top: 2em;
  }
}
.nav-open .primary-nav ul,
.primary-nav ul:target {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .nav-open .primary-nav ul,
  .primary-nav ul:target {
    display: table-cell;
  }
  .header--white .primary-nav ul li a {
    color: #fff;
  }
}
/**
 * Sliders
 * ----------------------------------------------------------------------------
 */
.slider {
  list-style: none;
  padding-left: 0;
  min-width: 0;
  min-height: 0;
}
.slick-slide,
.slick-slide * {
  outline: none !important;
}
.animated-headline:after {
  content: "|";
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format('embedded-opentype'), url("./fonts/slick.woff") format('woff'), url("./fonts/slick.ttf") format('truetype'), url("./fonts/slick.svg#slick") format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
/**
 * Helper classes
 * ----------------------------------------------------------------------------
 */
.font--alternative {
  font-family: 'Lora', sans-serif;
}
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
position--relative {
  position: relative;
}
.flex-align {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/**
* Google map
* ----------------------------------------------------------------------------
*/
.google-map {
  height: 100%;
  width: 100%;
}
.height-10 .google-map {
  height: 10vh;
}
.height-20 .google-map {
  height: 20vh;
}
.height-30 .google-map {
  height: 30vh;
}
.height-40 .google-map {
  height: 40vh;
}
.height-50 .google-map {
  height: 50vh;
}
.height-60 .google-map {
  height: 60vh;
}
.height-70 .google-map {
  height: 70vh;
}
.height-80 .google-map {
  height: 80vh;
}
.height-90 .google-map {
  height: 90vh;
}
.height-100 .google-map {
  height: 100vh;
}
/**
 * Icons
 * ----------------------------------------------------------------------------
 */
.icon__size--lg {
  font-size: 4rem;
}
.icon__size--md {
  font-size: 3rem;
}
.icon__size--sm {
  font-size: 2rem;
}
/**
 * Buttons
 * ----------------------------------------------------------------------------
 */
input[type="submit"],
.button {
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  min-width: 6.25rem;
  display: inline-block;
  margin: 1em;
  margin-left: 0;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  border-radius: 2.5rem;
  border: 2px solid;
  padding: 0.75rem 2rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 26px;
  transition: 150ms;
}
input[type="submit"],
.button:focus {
  outline: none;
}
.button > span {
  vertical-align: middle;
}
input[type="submit"],
.button--filled {
  background-color: #2456fe;
  color: #fff;
}
input[type="submit"]:hover,
.button--filled:hover {
  opacity: 0.8;
}
.button--square {
  border-radius: 4px;
}
.button--border {
  border-color: #2456fe;
  color: #2456fe;
}
.button--border:hover {
  background-color: #2456fe;
  color: #fff;
}
.button:not(.button--border):not(.button--filled):hover {
  border-color: #111;
}
.button--lg {
  padding: 1rem 2.5rem;
  font-size: 0.75rem;
}
.button--sm {
  padding: 0.5rem 1.5rem;
  font-size: 0.5rem;
}
.hero-scroll-button {
  position: absolute;
  bottom: 20px;
  margin: auto;
}
/**
 * Forms & inputs
 * ----------------------------------------------------------------------------
 */
select,
textarea,
input[type="number"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="text"] {
  font-family: 'Lora', sans-serif;
  width: 100%;
  margin-bottom: 1.5rem;
  height: 3.3em;
  padding: 0 1.5em;
  border: 0;
  background-color: #f8f8f8;
  border-radius: 20px;
  color: #474747;
}
select:focus,
textarea:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
  color: #474747;
  outline: 0;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
}
textarea {
  min-height: 9.375rem;
  padding: 1em;
}
input[type="number"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
form {
  text-align: left;
}
form label {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  margin: 0 0 0.625rem 0.625rem;
  display: block;
  color: #2a2a32;
}
textarea:-webkit-autofill,
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #f8f8f8;
  -webkit-text-fill-color: #999;
  color: #999;
}
.input-icon {
  position: relative;
}
.input-icon input {
  padding-left: 64px;
}
.input-icon i {
  position: absolute;
  color: #7c7c7c;
  left: 1.25rem;
  font-size: 1.5rem;
  top: 0.9375rem;
}
.post-password-form label {
  display: inline-block;
}
.post-password-form label input {
  margin-left: -10px;
}
p.comment-form-comment {
  margin-bottom: 0;
}
/**
 * Features
 * ----------------------------------------------------------------------------
 */
.feature {
  margin-top: 1.5rem;
}
.feature.color i {
  color: #2456fe;
}
.feature-1 {
  padding: 0 0.75rem;
}
.feature-1 .feature__icon {
  margin-bottom: 1rem;
}
.feature-1 h3,
.feature-1 h4,
.feature-1 h5 {
  margin-bottom: 0.9375rem;
}
.feature-2 .feature__icon {
  float: left;
  margin-top: 5px;
}
.feature-2 .feature__body {
  margin-left: 4rem;
}
.feature-2 .feature__body h3,
.feature-2 .feature__body h4 {
  margin-bottom: 0.625rem;
}
.feature-3 {
  border: 1px;
  text-align: center;
  padding: 0.625rem 3.125rem;
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.01);
  transition: 0.1s;
}
.feature-3 .feature__icon {
  margin-bottom: 1rem;
}
.feature-3 .feature__body h3,
.feature-3 .feature__body h4 {
  font-size: 1.125rem;
}
.feature-3 .feature__body h4+p {
  margin-bottom: 0;
}
/**
 * Pricing tables
 * ----------------------------------------------------------------------------
 */
.pricing {
  text-align: center;
  padding: 3.125rem 2.5rem;
  transition: 150ms;
}
.pricing .pricing__price {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #444;
  padding: 1.875rem 0;
  position: relative;
}
.pricing .pricing__price .price--value:before {
  content: attr(data-price-value);
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
}
.pricing p {
  margin: 1.5625rem 0;
}
.pricing .active,
.pricing:hover {
  box-shadow: 0 0 30px 1px rgba(0,0,0,0.09);
}
/**
 * Progress bars
 * ----------------------------------------------------------------------------
 */
.chartbox {
  margin-bottom: 1.25rem;
}
.chartbox .chartbox__desc {
  margin-bottom: 0.625rem;
  text-align: left;
  font-size: 0.8125rem;
}
.chartbox .chartbox__bar {
  width: 100%;
  height: 3px;
  background-color: #e5e5e5;
  position: relative;
}
.chartbox .chartbox__bar .chartbox__bar-progress {
  background-color: #2456fe;
  height: 100%;
  width: 50%;
  transition: width 0.6s ease;
}
.chartbox .chartbox__bar .chartbox__bar-progress:after {
  content: attr(data-progress);
  display: inline-block;
  position: absolute;
  right: 0;
  top: -1.5625rem;
  font-size: 0.8125rem;
}
/**
 * Images style
 * ----------------------------------------------------------------------------
 */
.halfscreen-image {
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.halfscreen-image .container {
  padding: 13em 0;
}
.halfscreen-image .image-holder {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (max-width: 768px) {
  .halfscreen-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .halfscreen-image .container {
    -webkit-box-ordinal-group: 3;
            order: 2;
    padding: 3em 1.875rem;
  }
  .halfscreen-image .image-holder {
    -webkit-box-ordinal-group: 2;
            order: 1;
    height: 20em;
  }
}
@media only screen and (max-width: 992px) {
  .row.flex-align > [class*="col-"] > img {
    margin-bottom: 2rem;
  }
}
/**
 * Videos
 * ----------------------------------------------------------------------------
 */
iframe {
  width: 100%;
  min-height: 350px;
  border: none;
}
@media all and (max-width: 767px) {
  iframe {
    min-height: 220px;
  }
}
/**
 * Masonry items
 * ----------------------------------------------------------------------------
 */
.masonry.padding-none .masonry__item {
  padding: 0;
}
.masonry:not(.padding-none) .masonry__item {
  padding: 0.9375rem;
}
.masonry__filter {
  text-align: center;
  margin-bottom: 2rem;
}
.masonry__filter ul {
  padding-left: 0;
  list-style: none;
}
.masonry__filter ul li {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  margin-right: 1.875rem;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.masonry__filter ul li:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #2456fe;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.masonry__filter ul li.active {
  color: #2456fe;
}
.masonry__filter ul li.active:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.masonry__filter ul li:first-letter {
  text-transform: uppercase;
}
.masonry__filter ul li:last-of-type {
  margin-right: 0;
}
/**
 * Hover elements
 * ----------------------------------------------------------------------------
 */
.hover-element {
  position: relative;
  overflow: hidden;
}
.hover-element:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2456fe;
  transition: opacity 0.45s ease;
  opacity: 0;
}
.hover-element .hover-element__media {
  line-height: 0;
}
.hover-element .hover-element__hidden {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  transition: all 0.35s ease;
  opacity: 0;
}
.hover-element .hover-element__hidden h3,
.hover-element .hover-element__hidden span,
.hover-element .hover-element__hidden em {
  color: #fff;
}
.hover-element .hover-element__hidden h3 {
  margin-bottom: 5px;
}
.hover-element .hover-element__hidden span,
.hover-element .hover-element__hidden em {
  font-size: 0.875rem;
}
.hover-element .hover-element__hidden p {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  margin-top: 1.25rem;
}
.hover-element .hover-element__hidden .social {
  margin-top: 10px;
}
.hover-element .hover-element__hidden .social a {
  color: #fff;
  padding: 5px;
  margin-right: 0.5em;
}
.hover-element .hover-element__hidden .social a i {
  vertical-align: middle;
}
.hover-element:hover:before {
  opacity: 0.95;
}
.hover-element:hover .hover-element__hidden {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/**
 * Footer
 * ----------------------------------------------------------------------------
 */
.footer {
  height: 9.375rem;
  padding: 0 5%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.05);
}
.footer .logo {
  margin-right: 2em;
  max-width: 80px;
  margin-bottom: -0.3em;
}
.footer .social {
  position: absolute;
  right: 5%;
}
.footer .social a {
  color: #2a2a32;
  padding: 5px;
  margin-right: 0.5em;
}
.footer .social a i {
  vertical-align: middle;
}
.footer-nav ul {
  vertical-align: middle;
  position: relative;
  width: auto;
  top: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.footer-nav ul li {
  display: inline-block;
  margin-right: 1.5em;
}
.footer-nav ul li a {
  color: #25283d;
  font-size: 1rem;
}
@media all and (max-width: 1024px) {
  .footer-nav {
    display: none;
  }
}
.footer-2 .footer__copyright p:last-of-type {
  margin-bottom: 0;
}
/**
 * Specials margins and paddings
 * ----------------------------------------------------------------------------
 */
.padding--lg {
  padding: 8.75rem 0;
}
.padding--md {
  padding: 4.375rem 0;
}
.padding--sm {
  padding: 2.5rem 0;
}
.padding--none {
  padding: 0;
}
.padding-top--none {
  padding-top: 0 !important;
}
.padding-bottom--none {
  padding-bottom: 0 !important;
}
.padding-right-25 {
  padding-right: 1.5625rem;
}
.padding-left-25 {
  padding-left: 1.5625rem;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-8 {
  margin-bottom: 0.5rem;
}
.mb-16 {
  margin-bottom: 1rem;
}
.mb-24 {
  margin-bottom: 1.5rem;
}
.mb-30 {
  margin-bottom: 1.875rem;
}
.mb-32 {
  margin-bottom: 2rem;
}
.mb-40 {
  margin-bottom: 2.5rem;
}
.mb-48 {
  margin-bottom: 3rem;
}
.mb-56 {
  margin-bottom: 3.5rem;
}
.mb-64 {
  margin-bottom: 4rem;
}
.mb-128 {
  margin-bottom: 8rem;
}
/**
 * Loaders
 * ----------------------------------------------------------------------------
 */
.loader {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  transition: 0.1s;
  overflow: hidden;
}
.loader-finish {
  opacity: 0;
}
.loader3 {
  position: relative;
  width: 150px;
  height: 20px;
  top: 45%;
  top: calc(50% - 10px);
  left: 25%;
  left: calc(50% - 75px);
}
.loader3:after {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  content: "LOADING ...";
  color: #333;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 2px;
  position: absolute;
  width: 100%;
  height: 20px;
  line-height: 20px;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
.loader3:before {
  content: "";
  position: absolute;
  background-color: #2456fe;
  bottom: -15px;
  left: 0px;
  height: 5px;
  width: 0px;
  z-index: 0;
  opacity: 1;
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-animation: loader3 5s ease-in-out infinite;
          animation: loader3 5s ease-in-out infinite;
}
/**
 * Widgets
 * ----------------------------------------------------------------------------
 */
.widget a,
.widget p,
.widget .textwidget {
  color: #777;
}
.widget ul {
  list-style-type: none;
  padding-left: 0;
}
.widget ul li {
  margin-left: 0px;
  padding-left: 0;
}
.widget ul li:before {
  content: '-';
  color: #333;
  margin-right: 15px;
  font-size: 10px;
}
/*tag widget*/
.widget .tagcloud a {
  font-size: 14px !important;
  background-color: #f4f4f4;
  padding: 5px 12px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 1px;
  transition: 150ms;
}
.widget .tagcloud a:last-child {
  margin-right: 0;
}
.widget .tagcloud a:hover {
  background-color: #f9f9f9;
}
/**
 * Pagination
 * ----------------------------------------------------------------------------
 */
.pagination-container {
  text-align: center;
}
ul.pagination {
  list-style-type: none;
  padding: 0;
}
ul.pagination li {
  display: inline-block;
  margin-right: 10px;
}
ul.pagination li a {
  text-align: center;
  display: inline-block;
  line-height: 2.3125rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #999;
  border-radius: 50%;
  transition: 0.34s ease;
}
ul.pagination li a:hover,
ul.pagination li.active a {
  border: 1px solid #333;
}
/**
 * Blog
 * ----------------------------------------------------------------------------
 */
.entry-header h3 {
  color: #222;
  font-size: 24px;
  margin-top: 2.5rem;
  margin-bottom: 0.625rem;
}
.blog-post.image {
  padding: 0;
}
.blog-post .blog-post__title {
  margin-bottom: 2.5rem;
}
.blog-post .blog-post__media {
  margin-bottom: 3.75rem;
}
.blog-post .blog-post__meta--right {
  float: right;
  display: inline-block;
}
.blog-post .post-content {
  padding-right: 25px;
}
.blog-post .post-content p {
  line-height: 1.75rem;
}
.blog-minimal {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  min-height: 18.75rem;
  width: 100%;
  padding: 1.25rem 3.125rem !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 0 !important;
  transition: 150ms;
}
.blog-minimal header h3 {
  letter-spacing: 1px;
}
.blog-minimal:hover {
  background-color: #f4f4f4;
}
/**
 * Comments
 * ----------------------------------------------------------------------------
 */
#comments {
  clear: both;
  padding: 2em 0 0.5em;
}
.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}
.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.comment-list li:before {
  display: none;
}
.comment-body {
  margin-left: 65px;
}
.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.comment-author .avatar {
  height: 70px;
  left: -85px;
  position: absolute;
  width: 70px;
}
.comment-author .says {
  display: none;
}
.comment-meta {
  margin-bottom: 1.5em;
}
.comment-metadata {
  color: #505050;
  font-size: 0.82rem;
  font-weight: 400;
  font-style: italic;
}
.comment-metadata a {
  color: #505050;
}
.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}
.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}
.comment-reply-link {
  font-weight: 700;
  position: relative;
}
.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}
.children .comment-author .avatar {
  height: 40px;
  left: -55px;
  width: 40px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  padding: 2px;
}
.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
.comments-pagination {
  margin: 2em 0 3em;
}
/**
 * Box
 * ----------------------------------------------------------------------------
 */
.box .box__body {
  position: relative;
}
.box {
  transition: 100ms;
}
.box .box__title {
  text-align: center;
  padding: 10px 0 10px;
}
.box .box__title h5 {
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.box .box__title p {
  opacity: 0.5;
  margin-bottom: 0;
}
.box:hover {
  box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.08);
}
@-webkit-keyframes cx {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes cx {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@-webkit-keyframes loader3 {
  0% {
    width: 0px;
  }
  70% {
    width: 100%;
    opacity: 1;
  }
  90% {
    opacity: 0;
    width: 100%;
  }
  100% {
    opacity: 0;
    width: 0px;
  }
}
@keyframes loader3 {
  0% {
    width: 0px;
  }
  70% {
    width: 100%;
    opacity: 1;
  }
  90% {
    opacity: 0;
    width: 100%;
  }
  100% {
    opacity: 0;
    width: 0px;
  }
}
