/*
Theme Name: Rocket
Theme URI: https://1.envato.market/q3VnO
Author: Dan Fisher
Author URI: https://themeforest.net/user/dan_fisher
Description: Rocket Creative Multipurpose WordPress Theme has awesome design for each of your ideas. It is designed for corporate and business websites, shops, blogs, own portfolio purpose and much more.
Version: 2.9.3
License: GNU General Public License
License URI: license.txt
Tags: white, light, two-columns, right-sidebar, left-sidebar, responsive-layout, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready
Text Domain: rocket
Domain Path: /languages
*/
/* Table of Content
==================================================
	1. Scaffolding
		1.1. Body reset
		1.2. Links
		1.3. Images
		1.4. Horizontal rules

	2. Typography
		2.1. Headings
		2.2. Body text
		2.3. Titles
		2.4. Lists
		2.5. Blockquotes
		2.6. Emphasis & misc

	3. Tables
		3.1. Base table styles
		3.2. Condensed table
		3.3. Bordered table
		3.4. Zebra-striping
		3.5. Striped Vertical
		3.6. Hover effect

	4. Buttons
		4.1. Base styles
		4.2. Alternate buttons
		4.3. Link buttons
		4.4. Loading Button
		4.5. Button Sizes

	5. Tabs
		5.1. Nav
		5.2. Nav Tabs
		5.3. Nav Tabs Pills
		5.4. Tabs Content

	6. Sections
		6.1. Page Section Default
		6.2. Page Section Dark
		6.3. Page Section Darkest

	7. Page Title & Breadcrumb

	8. Panels
		8.1. Base class
		8.2. Panels with Icons
		8.3. Panels color styling
		8.4. Accordion (features)

	9. Circle Icon

	10. Testimonials & Reviews
		10.1. Testimonial
		10.2. Review (Team) Modern
		10.3. Review (Team) Classic

	11. Progress Bars
		11.1. Bar itself
		11.2. Variations
		11.3. Orientations
		11.4. Condensed

	12. Pricing Tables

	13. Tooltip

	14. Social Icons

	15. Form Elements
		15.1. Legend
		15.2. Form control
		15.3. Feedback states
		15.4. Text input groups
		15.5. Custom Radio Buttons
		15.6. Custom Checkboxes
		15.7. Custom Select
		15.8. Contact Form

	16. Dropdown menus

	17. Alerts
		17.1. Base
		17.2. Dismissible alerts
		17.3. Alternate styles

	18. Feature Box

	19. Pager pagination

	20. Wells
		20.1. Base class
		20.2. Sizes

	21. Owl Carousel
		21.1. Base
		21.2. One Slide
		21.3. Logo Slider
		21.4. Pricing Slider
		21.5. Vertical Slider
		21.6. Custom Controls

	22. Jumbotron

	23. Blog
		23.1. Post
		23.2. Single post
		23.3. Comment List
		23.4. Comments Form
		23.5. Widgets
			- Standard Widgets
			- Categories
			- Search Form
			- Tags Cloud
			- Flickr
			- Recent Posts (Carousel)
			- Best Sellers
		23.6. Blog Masonry Layout

	24. Gallery
		24.1. Gallery Feed and Filter
		24.2. Single Gallery Project

	25. Magnific Popup

	26. Shop
		26.1. Product Filter
		26.2. Product Card
		26.3. Single Product

	27. Pagination

	28. Price Filter

	29. Page Loader

	30. Header
		30.1. Top Wrapper
		30.2. Logo
		30.3. Navigation
		30.4. Search Form
		30.5. Header Top Bar

	31. Revolution Slider (Custom styles)

	32. Static Header

	33. Footer
		33.1. Footer Social Links
		33.2. Footer Text

	34. Page 404

	35. Coming Soon

	36. Under Construction

	37. Timeline

	38. Google Map

	39. Back To Top

	40. Logos List

	41. Helpers

  42. WPML

  43. Counter

  44. Info Banner
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.woocommerce-checkout #payment div.payment_box {
  color: #fff !important;
}
.payment_method_paypal label {
  display: inline;
}
.woocommerce div.product form.cart .quantity,
.single_add_to_cart_button {
  vertical-align: middle;
}
.woocommerce div.product form.cart .quantity {
  position: relative;
  top: -3px;
}
.relative-zindex1 {
  position: relative;
  z-index: 1;
}
/*
// 1. Scaffolding
// --------------------------------------------------
*/
/* 1.1. Body reset */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #656269;
  background-color: #f1f2f4;
}
.page-wrapper {
  overflow: hidden;
}
.rocket_layout_boxed {
  height: auto;
  padding-bottom: 1px;
}
.rocket_layout_boxed .page-wrapper {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .rocket_layout_boxed .page-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .rocket_layout_boxed .page-wrapper {
    max-width: 1000px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 1200px) {
  .rocket_layout_boxed .page-wrapper {
    max-width: 1200px;
  }
}
/* 1.2. Links */
a {
  color: #ff7149;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fb3700;
  text-decoration: underline;
  outline: none;
}
.dotted-link1 {
  border-bottom: 1px dotted #ff7149;
}
.dotted-link1:hover {
  border-bottom-color: #ff7149;
  text-decoration: none;
}
.dotted-link2 {
  color: #656269;
}
.dotted-link2 > span {
  display: inline-block;
  margin: 0 6px;
  border-bottom: 1px dotted #656269;
}
.dotted-link2 .fa {
  color: #4d306e;
  position: relative;
  top: 2px;
}
.dotted-link2:hover {
  color: #ff7149;
  text-decoration: none;
}
.dotted-link2:hover > span {
  border-bottom-color: #ff7149;
}
.dotted-link2.color-primary {
  color: #ff7149;
}
.dotted-link2.color-primary > span {
  border-bottom-color: #ff7149;
}
.dotted-link2.color-primary .fa {
  color: #ff7149;
}
.dotted-link2.color-primary:hover {
  color: #fb3700;
}
.dotted-link2.color-primary:hover .fa {
  color: #fb3700;
}
/* 1.3. Images */
img {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0;
  line-height: 1.6;
  background-color: #ebedf1;
  border: 1px solid #e3e5ea;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.alignleft {
  float: left;
  margin: 0 30px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 30px;
}
.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
  clear: both;
}
.aligncenter.wp-caption {
  display: table;
  margin: 0 auto 20px auto;
}
.alignnone {
  margin: 0 0 20px 0;
  clear: both;
}
.thumbnail,
.wp-caption {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 24px;
  line-height: 1.6;
  background-color: #ebedf1;
  border: 3px solid #e3e5ea;
  border-radius: 0;
  transition: border 0.2s ease-in-out;
}
a.thumbnail:hover,
a.wp-caption:hover,
a.thumbnail:focus,
a.wp-caption:focus,
a.thumbnail.active,
a.wp-caption.active {
  border-color: #ff7149;
}
.thumbnail .caption,
.wp-caption .caption,
.thumbnail .wp-caption-text,
.wp-caption .wp-caption-text {
  padding: 22px;
  color: #4d306e;
  margin: 0;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
}
.thumbnail-circle {
  border-radius: 50%;
}
.thumbnail-overlay {
  overflow: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: 0.2s;
  color: #fff;
}
.thumbnail-circle .thumbnail-overlay {
  border-radius: 50%;
}
a.thumbnail:hover .thumbnail-overlay {
  opacity: 1;
}
.thumbnail-overlay:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #4d306e;
  opacity: 0.7;
  z-index: 1;
}
.thumbnail-overlay .fa {
  font-size: 24px;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.thumbnail-overlay.thumbnail-single-link .fa {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
}
/* 1.4. Horizontal rules */
hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border-top: 1px solid #d9d9d9;
}
hr.hr__dashed {
  border-top-style: dashed;
}
hr.hr__lg {
  margin-top: 60px;
  margin-bottom: 60px;
}
hr.hr__xlg {
  margin-top: 100px;
  margin-bottom: 100px;
}
.hr-scroll {
  width: 100%;
  text-align: center;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
  height: 116px;
}
.hr-scroll:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px solid #d9d9d9;
  height: 65px;
}
.hr-scroll:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
}
.hr-scroll .icon {
  display: block;
}
.hr-scroll .icon > img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -8px;
}
.hr-scroll .icon:before,
.hr-scroll .icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  width: 50%;
  left: 0;
  height: 1px;
  border-top: 1px solid #d9d9d9;
}
.hr-scroll .icon:before {
  left: -15px;
}
.hr-scroll .icon:after {
  left: 50%;
  margin-left: 15px;
}
.hr-scroll.border__dashed:before {
  border-left-style: dashed;
}
.hr-scroll.border__dashed .icon:before,
.hr-scroll.border__dashed .icon:after {
  border-top: 1px dashed #d9d9d9;
}
.hr-scroll-to {
  position: relative;
  text-align: center;
  padding: 65px 0 85px 0;
  margin: 0;
}
.hr-scroll-to:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px solid #d9d9d9;
  height: 42px;
}
.hr-scroll-to:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px solid #d9d9d9;
  height: 63px;
}
.hr-scroll-to a {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #4d306e;
  color: #656269;
}
.hr-scroll-to a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -65px;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
}
.hr-scroll-to a:hover {
  color: #ff7149;
  text-decoration: none;
}
.hr-scroll-to.border__dashed:before,
.hr-scroll-to.border__dashed:after {
  border-left-style: dashed;
}
.hr-scroll-bottom {
  position: relative;
  text-align: center;
  padding-bottom: 78px;
  margin: 0 0 20px 0;
}
.hr-scroll-bottom:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px dashed #d9d9d9;
  height: 52px;
}
.hr-scroll-bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
}
.hr-scroll-bottom a {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #4d306e;
  color: #656269;
  text-decoration: none;
}
.hr-scroll-bottom a:active {
  text-decoration: none;
}
.hr-scroll-bottom a:hover {
  color: #ff7149;
  text-decoration: none;
}
.hr-next {
  height: 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 30px 0;
}
.hr-next:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #d9d9d9;
}
.hr-next .btn {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0 !important;
  line-height: 50px;
}
.hr-next.border__dashed:before {
  border-top: 1px dashed #d9d9d9;
}
.hr-alt {
  height: 80px;
  border-top: 1px solid #d9d9d9;
  position: relative;
  margin: 20px 0 50px 0;
}
.hr-alt:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  top: 5px;
  width: 1px;
  border-left: 1px dashed #d9d9d9;
}
.hr-alt:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  background: #d9d9d9;
}
.dots-divider {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
.dots-divider > span {
  display: inline-block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #ff7149;
  margin: 0 4px;
  vertical-align: middle;
}
/*
// 2. Typography
// --------------------------------------------------
*/
/* 2.1. Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin-bottom: 2em;
  margin-top: 0;
  padding-top: 0;
  line-height: 1.25;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  color: #746981;
}
h1 {
  margin-bottom: 0.5em;
  font-size: 46px;
}
h2 {
  margin-bottom: 0.75em;
  font-size: 36px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 18px;
  }
}
h3 {
  margin-bottom: 1em;
  font-size: 28px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 16px;
  }
}
h4 {
  margin-bottom: 1.5em;
  font-size: 21px;
}
h5 {
  font-size: 18px;
  margin-bottom: 0.75em;
}
h6 {
  font-size: 15px;
}
h4,
h5,
h6 {
  font-weight: 700;
}
/* 2.2. Body text */
p {
  margin: 0 0 1.5em 0;
}
.text-muted {
  color: #999999;
}
/* 2.3. Titles */
.title-bordered {
  border-bottom-width: 1px;
  border-bottom-color: #d9d9d9;
  padding-bottom: 1.25em;
  margin-bottom: 2em;
}
.title-bordered h1,
.title-bordered h2,
.title-bordered h3,
.title-bordered h4,
.title-bordered h5,
.title-bordered h6 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.title-bordered.border__solid {
  border-bottom-style: solid;
}
.title-bordered.border__dashed {
  border-bottom-style: dashed;
}
.title-bordered h4 {
  font-size: 1.6em;
  font-weight: 600;
}
.title-with-icon {
  position: relative;
  min-height: 70px;
  padding-right: 70px;
  margin-top: -7px;
  margin-bottom: 42px;
}
.title-with-icon h3 {
  padding: 15px 10px 20px 0;
  min-height: 70px;
  position: relative;
}
@media (max-width: 479px) {
  .title-with-icon h3 {
    font-size: 24px;
  }
}
.title-with-icon h3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  overflow: hidden;
  background-image: linear-gradient(to right, rgba(116, 105, 129, 0.1) 0%, #746981 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a746981', endColorstr='#ff746981', GradientType=1);
}
.title-with-icon__icon-el {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 42px;
  line-height: 95px;
  width: 70px;
  height: 70px;
  text-align: center;
  color: #746981;
}
.title-with-icon__icon-el__default {
  background: url("images/icon-title-rocket.png") 100% 0 no-repeat;
}
.title-with-icon__icon-el_color_primary {
  color: #ff7149;
}
.title-with-icon__icon-el_color_secondary {
  color: #4d306e;
}
.title-with-icon__icon-el_color_tertiary {
  color: #d44546;
}
.title-with-icon__icon-el_color_quaternary {
  color: #ffa76c;
}
.hgroup {
  margin-bottom: 40px;
}
.hgroup > h1,
.hgroup > h2 {
  padding-top: 0;
  margin-bottom: 0.25em;
  line-height: 1em;
  font-weight: 700;
  color: #4d306e;
}
.hgroup > h5 {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #4d306e;
}
.hgroup.hgroup__lg {
  padding: 15px 0;
}
.hgroup.hgroup__lg > h1,
.hgroup.hgroup__lg > h2 {
  font-size: 46px;
  margin-bottom: 0.3em;
}
.title-center-bordered {
  text-align: center;
  margin-bottom: 35px;
}
.title-center-bordered:before,
.title-center-bordered:after {
  content: " ";
  display: table;
}
.title-center-bordered:after {
  clear: both;
}
.title-center-bordered:before,
.title-center-bordered:after {
  content: " ";
  display: table;
}
.title-center-bordered:after {
  clear: both;
}
.title-center-bordered h3 {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  line-height: 1em;
}
.title-center-bordered h3:before,
.title-center-bordered h3:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  border-top-width: 1px;
  border-top-color: #d9d9d9;
}
.title-center-bordered h3:before {
  left: -0.6em;
  margin: 0 0 0 -50%;
}
.title-center-bordered h3:after {
  left: 0.6em;
  margin: 0 -50% 0 0;
}
.title-center-bordered.border__solid h3:before,
.title-center-bordered.border__solid h3:after {
  border-top-style: solid;
}
.title-center-bordered.border__dashed h3:before,
.title-center-bordered.border__dashed h3:after {
  border-top-style: dashed;
}
/* 2.4. Lists */
ul,
ol {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
  padding-bottom: 0;
}
ul li,
ol li {
  padding: 0 0 11px 0;
}
ul li:last-child,
ol li:last-child {
  padding-bottom: 0;
}
ul li {
  list-style: none;
  position: relative;
}
ul li:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f10c";
  color: #ff7149;
  font-size: 10px;
  position: absolute;
  left: -28px;
  top: 8px;
}
.list-unstyled li:before {
  display: none;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.6;
}
dd {
  margin-bottom: 11px;
}
/* 2.5. Blockquotes */
blockquote {
  padding: 0;
  margin-bottom: 0.25em;
  border: none;
  font-size: 1em;
  font-style: italic;
  font-family: 'Exo 2', sans-serif;
}
blockquote p {
  margin-bottom: 0.25em;
}
blockquote p:before {
  content: "";
}
blockquote cite {
  display: block;
  margin-top: -4px;
}
blockquote cite:before {
  content: "\2013";
  display: inline-block;
  margin-right: 3px;
}
.single-post blockquote:not([class]) {
  font-size: 20px;
  line-height: 1.5em;
  display: block;
  padding: 10px 10px 10px 30px;
  border-left: 3px solid #d9d9d9;
}
blockquote.blockquote {
  border-left: 1px solid #d5d6d9;
  padding: 15px 0 15px 50px;
  margin: 0 0 20px 20px;
  font-size: 15px;
  position: relative;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
}
blockquote.blockquote:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10d";
  display: block;
  position: absolute;
  left: -21px;
  top: 0;
  width: 40px;
  height: 40px;
  background: #f1f2f4;
  border: 1px solid #d5d6d9;
  color: #75559a;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
blockquote.blockquote:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 7px;
  height: 7px;
  background: #d5d6d9;
  border-radius: 50%;
}
blockquote.blockquote.blockquote-reverse {
  border-right: 1px solid #d5d6d9;
  border-left: 0;
  padding-left: 0;
  padding-right: 50px;
  margin-left: 0;
  margin-right: 20px;
}
blockquote.blockquote.blockquote-reverse:before {
  left: auto;
  right: -21px;
}
blockquote.blockquote.blockquote-reverse:after {
  left: auto;
  right: -4px;
}
/* 2.6. Emphasis & misc */
.text-primary {
  color: #ff7149;
}
a.text-primary:hover {
  color: #ff4916;
}
.text-success {
  color: #fff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #fff;
}
a.text-info:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #fff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #fff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
acronym {
  border-bottom: 1px dotted #656269;
}
/*
// 3. Tables
// --------------------------------------------------
*/
/* 3.1. Base table styles */
table {
  background-color: #f9fafb;
}
caption {
  padding-top: 23px;
  padding-bottom: 23px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
  background: #e6e8ec;
  font-size: 18px;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  color: #746981;
}
table,
.table {
  margin-bottom: 24px;
}
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th,
table > thead > tr > td,
.table > thead > tr > td,
table > tbody > tr > td,
.table > tbody > tr > td,
table > tfoot > tr > td,
.table > tfoot > tr > td {
  padding: 23px;
  line-height: 1.6;
  border-top: 1px solid #d2d2dd;
  font-size: 18px;
  color: #746981;
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
}
table > thead > tr > th,
.table > thead > tr > th {
  border-bottom: 1px solid #d2d2dd;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
}
table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody,
.table > tbody + tbody {
  border-top: 2px solid #d2d2dd;
}
table .table,
.table .table {
  background-color: #f1f2f4;
}
/* 3.2. Condensed table */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 11px;
}
/* 3.3. Bordered table */
.table-bordered {
  border: 1px solid #d2d2dd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d2d2dd;
  border-bottom-style: dashed;
  border-top-style: dashed;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered > thead > tr:first-child > th,
.table-bordered > thead > tr:first-child > td {
  border-bottom-style: solid;
}
.table-bordered__solid > thead > tr > th,
.table-bordered__solid > tbody > tr > th,
.table-bordered__solid > tfoot > tr > th,
.table-bordered__solid > thead > tr > td,
.table-bordered__solid > tbody > tr > td,
.table-bordered__solid > tfoot > tr > td {
  border-bottom-style: solid;
  border-top-style: solid;
}
/* 3.4. Zebra-striping */
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f2f3f6;
}
/* 3.5. Striped Vertical */
.table-striped-vertical > thead > tr > th:nth-child(odd) {
  background-color: #e0e3e8;
}
.table-striped-vertical > tbody > tr > td:nth-child(odd) {
  background-color: #f2f3f6;
}
/* 3.6. Hover effect */
.table-hover > tbody > tr:hover > td {
  background-color: #e6e8ec;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: 1px solid #d2d2dd;
  }
}
/* 3.7. Table Small */
.table-small > thead > tr > th,
.table-small > tbody > tr > th,
.table-small > tfoot > tr > th,
.table-small > thead > tr > td,
.table-small > tbody > tr > td,
.table-small > tfoot > tr > td {
  font-family: 'Open Sans', sans-serif;
  padding-top: 18px;
  padding-bottom: 18px;
}
.table-small > thead > tr > th,
.table-small > thead > tr > td {
  font-size: 15px;
  font-weight: 400;
}
.table-small > tbody > tr > td {
  font-size: 14px;
}
/*
// 4. Buttons
// --------------------------------------------------
*/
/* 4.1. Base styles */
.btn,
.tagcloud > a,
#respond input#submit,
.woocommerce-pagination > ul > li > .page-numbers,
.add_to_cart_button,
.added_to_cart,
a.button,
button.button,
input.button {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: 'Exo 2', sans-serif;
  padding: 12px 35px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 0;
}
.btn:hover,
.tagcloud > a:hover,
#respond input#submit:hover,
.woocommerce-pagination > ul > li > .page-numbers:hover,
.add_to_cart_button:hover,
.added_to_cart:hover,
.btn:focus,
.tagcloud > a:focus,
#respond input#submit:focus,
.woocommerce-pagination > ul > li > .page-numbers:focus,
.add_to_cart_button:focus,
.added_to_cart:focus,
.btn.focus,
.tagcloud > a.focus,
#respond input#submit.focus,
.woocommerce-pagination > ul > li > .page-numbers.focus,
.add_to_cart_button.focus,
.added_to_cart.focus {
  color: #4d306e;
  text-decoration: none;
}
.btn:active,
.tagcloud > a:active,
#respond input#submit:active,
.woocommerce-pagination > ul > li > .page-numbers:active,
.add_to_cart_button:active,
.added_to_cart:active,
.btn.active,
.tagcloud > a.active,
#respond input#submit.active,
.woocommerce-pagination > ul > li > .page-numbers.active,
.add_to_cart_button.active,
.added_to_cart.active {
  box-shadow: none;
}
.btn.disabled,
.tagcloud > a.disabled,
#respond input#submit.disabled,
.woocommerce-pagination > ul > li > .page-numbers.disabled,
.add_to_cart_button.disabled,
.added_to_cart.disabled,
.btn[disabled],
.tagcloud > a[disabled],
#respond input#submit[disabled],
.woocommerce-pagination > ul > li > .page-numbers[disabled],
.add_to_cart_button[disabled],
.added_to_cart[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .tagcloud > a,
fieldset[disabled] #respond input#submit,
fieldset[disabled] .woocommerce-pagination > ul > li > .page-numbers,
fieldset[disabled] .add_to_cart_button,
fieldset[disabled] .added_to_cart {
  border: none;
}
.btn.btn-has-icon,
.tagcloud > a.btn-has-icon,
#respond input#submit.btn-has-icon,
.woocommerce-pagination > ul > li > .page-numbers.btn-has-icon,
.add_to_cart_button.btn-has-icon,
.added_to_cart.btn-has-icon {
  position: relative;
  padding-left: 85px;
}
.btn.btn-has-icon .fa,
.tagcloud > a.btn-has-icon .fa,
#respond input#submit.btn-has-icon .fa,
.woocommerce-pagination > ul > li > .page-numbers.btn-has-icon .fa,
.add_to_cart_button.btn-has-icon .fa,
.added_to_cart.btn-has-icon .fa,
.btn.btn-has-icon .fas,
.tagcloud > a.btn-has-icon .fas,
#respond input#submit.btn-has-icon .fas,
.woocommerce-pagination > ul > li > .page-numbers.btn-has-icon .fas,
.add_to_cart_button.btn-has-icon .fas,
.added_to_cart.btn-has-icon .fas,
.btn.btn-has-icon .fab,
.tagcloud > a.btn-has-icon .fab,
#respond input#submit.btn-has-icon .fab,
.woocommerce-pagination > ul > li > .page-numbers.btn-has-icon .fab,
.add_to_cart_button.btn-has-icon .fab,
.added_to_cart.btn-has-icon .fab,
.btn.btn-has-icon .btn-icon,
.tagcloud > a.btn-has-icon .btn-icon,
#respond input#submit.btn-has-icon .btn-icon,
.woocommerce-pagination > ul > li > .page-numbers.btn-has-icon .btn-icon,
.add_to_cart_button.btn-has-icon .btn-icon,
.added_to_cart.btn-has-icon .btn-icon {
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  background: rgba(0, 0, 0, 0.04);
  width: 50px;
  text-align: center;
  line-height: inherit;
  padding: 12px 0;
}
.btn.btn-has-icon.icon-right,
.tagcloud > a.btn-has-icon.icon-right,
#respond input#submit.btn-has-icon.icon-right,
.woocommerce-pagination > ul > li > .page-numbers.btn-has-icon.icon-right,
.add_to_cart_button.btn-has-icon.icon-right,
.added_to_cart.btn-has-icon.icon-right {
  padding-right: 85px;
  padding-left: 35px;
}
.btn.btn-has-icon.icon-right .fa,
.tagcloud > a.btn-has-icon.icon-right .fa,
#respond input#submit.btn-has-icon.icon-right .fa,
.woocommerce-pagination > ul > li > .page-numbers.btn-has-icon.icon-right .fa,
.add_to_cart_button.btn-has-icon.icon-right .fa,
.added_to_cart.btn-has-icon.icon-right .fa,
.btn.btn-has-icon.icon-right .fas,
.tagcloud > a.btn-has-icon.icon-right .fas,
#respond input#submit.btn-has-icon.icon-right .fas,
.woocommerce-pagination > ul > li > .page-numbers.btn-has-icon.icon-right .fas,
.add_to_cart_button.btn-has-icon.icon-right .fas,
.added_to_cart.btn-has-icon.icon-right .fas,
.btn.btn-has-icon.icon-right .fab,
.tagcloud > a.btn-has-icon.icon-right .fab,
#respond input#submit.btn-has-icon.icon-right .fab,
.woocommerce-pagination > ul > li > .page-numbers.btn-has-icon.icon-right .fab,
.add_to_cart_button.btn-has-icon.icon-right .fab,
.added_to_cart.btn-has-icon.icon-right .fab,
.btn.btn-has-icon.icon-right .btn-icon,
.tagcloud > a.btn-has-icon.icon-right .btn-icon,
#respond input#submit.btn-has-icon.icon-right .btn-icon,
.woocommerce-pagination > ul > li > .page-numbers.btn-has-icon.icon-right .btn-icon,
.add_to_cart_button.btn-has-icon.icon-right .btn-icon,
.added_to_cart.btn-has-icon.icon-right .btn-icon {
  left: auto;
  right: -1px;
}
.btn.btn-has-icon.condensed,
.tagcloud > a.btn-has-icon.condensed,
#respond input#submit.btn-has-icon.condensed,
.woocommerce-pagination > ul > li > .page-numbers.btn-has-icon.condensed,
.add_to_cart_button.btn-has-icon.condensed,
.added_to_cart.btn-has-icon.condensed {
  padding-left: 70px;
  padding-right: 20px;
}
.btn.btn-single-icon,
.tagcloud > a.btn-single-icon,
#respond input#submit.btn-single-icon,
.woocommerce-pagination > ul > li > .page-numbers.btn-single-icon,
.add_to_cart_button.btn-single-icon,
.added_to_cart.btn-single-icon {
  padding-left: 18px;
  padding-right: 18px;
}
.btn-circle {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
}
.btn-circle .fa,
.btn-circle .fas,
.btn-circle .fab,
.btn-circle .btn-icon {
  line-height: 22px;
}
/* 4.2. Alternate buttons */
.btn-default,
.tagcloud > a,
.woocommerce-pagination > ul > li > .page-numbers,
a.button:not(.alt),
button.button:not(.alt),
input.button:not(.alt) {
  color: #4d306e;
  background-color: #e6e8ec;
  border-color: #d2d2dd;
  transition: 0.15s;
  font-weight: 300;
}
.btn-default:hover,
.tagcloud > a:hover,
.woocommerce-pagination > ul > li > .page-numbers:hover,
.btn-default:focus,
.tagcloud > a:focus,
.woocommerce-pagination > ul > li > .page-numbers:focus,
.btn-default.focus,
.tagcloud > a.focus,
.woocommerce-pagination > ul > li > .page-numbers.focus,
.btn-default:active,
.tagcloud > a:active,
.woocommerce-pagination > ul > li > .page-numbers:active,
.btn-default.active,
.tagcloud > a.active,
.woocommerce-pagination > ul > li > .page-numbers.active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.tagcloud > a,
.open > .dropdown-toggle.woocommerce-pagination > ul > li > .page-numbers {
  color: #4d306e;
  background-color: #eff0f3;
  border-color: #dbdbe4;
}
.btn-default:active,
.tagcloud > a:active,
.woocommerce-pagination > ul > li > .page-numbers:active,
.btn-default.active,
.tagcloud > a.active,
.woocommerce-pagination > ul > li > .page-numbers.active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.tagcloud > a,
.open > .dropdown-toggle.woocommerce-pagination > ul > li > .page-numbers {
  background-image: none;
}
.btn-default.disabled,
.tagcloud > a.disabled,
.woocommerce-pagination > ul > li > .page-numbers.disabled,
.btn-default[disabled],
.tagcloud > a[disabled],
.woocommerce-pagination > ul > li > .page-numbers[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .tagcloud > a,
fieldset[disabled] .woocommerce-pagination > ul > li > .page-numbers,
.btn-default.disabled:hover,
.tagcloud > a.disabled:hover,
.woocommerce-pagination > ul > li > .page-numbers.disabled:hover,
.btn-default[disabled]:hover,
.tagcloud > a[disabled]:hover,
.woocommerce-pagination > ul > li > .page-numbers[disabled]:hover,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .tagcloud > a:hover,
fieldset[disabled] .woocommerce-pagination > ul > li > .page-numbers:hover,
.btn-default.disabled:focus,
.tagcloud > a.disabled:focus,
.woocommerce-pagination > ul > li > .page-numbers.disabled:focus,
.btn-default[disabled]:focus,
.tagcloud > a[disabled]:focus,
.woocommerce-pagination > ul > li > .page-numbers[disabled]:focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .tagcloud > a:focus,
fieldset[disabled] .woocommerce-pagination > ul > li > .page-numbers:focus,
.btn-default.disabled.focus,
.tagcloud > a.disabled.focus,
.woocommerce-pagination > ul > li > .page-numbers.disabled.focus,
.btn-default[disabled].focus,
.tagcloud > a[disabled].focus,
.woocommerce-pagination > ul > li > .page-numbers[disabled].focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .tagcloud > a.focus,
fieldset[disabled] .woocommerce-pagination > ul > li > .page-numbers.focus,
.btn-default.disabled:active,
.tagcloud > a.disabled:active,
.woocommerce-pagination > ul > li > .page-numbers.disabled:active,
.btn-default[disabled]:active,
.tagcloud > a[disabled]:active,
.woocommerce-pagination > ul > li > .page-numbers[disabled]:active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .tagcloud > a:active,
fieldset[disabled] .woocommerce-pagination > ul > li > .page-numbers:active,
.btn-default.disabled.active,
.tagcloud > a.disabled.active,
.woocommerce-pagination > ul > li > .page-numbers.disabled.active,
.btn-default[disabled].active,
.tagcloud > a[disabled].active,
.woocommerce-pagination > ul > li > .page-numbers[disabled].active,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .tagcloud > a.active,
fieldset[disabled] .woocommerce-pagination > ul > li > .page-numbers.active {
  background-color: #e6e8ec;
  border-color: #d2d2dd;
}
.btn-default .badge,
.tagcloud > a .badge,
.woocommerce-pagination > ul > li > .page-numbers .badge {
  color: #e6e8ec;
  background-color: #4d306e;
}
.btn-primary,
#respond input#submit,
.woocommerce-pagination > ul > li > .page-numbers.current,
.add_to_cart_button,
.added_to_cart,
a.button.alt,
button.button.alt,
input.button.alt {
  color: #fff;
  background-color: #ff7149;
  border-color: transparent;
  transition: 0.15s;
}
.btn-primary:hover,
#respond input#submit:hover,
.woocommerce-pagination > ul > li > .page-numbers.current:hover,
.add_to_cart_button:hover,
.added_to_cart:hover,
.btn-primary:focus,
#respond input#submit:focus,
.woocommerce-pagination > ul > li > .page-numbers.current:focus,
.add_to_cart_button:focus,
.added_to_cart:focus,
.btn-primary.focus,
#respond input#submit.focus,
.woocommerce-pagination > ul > li > .page-numbers.current.focus,
.add_to_cart_button.focus,
.added_to_cart.focus,
.btn-primary:active,
#respond input#submit:active,
.woocommerce-pagination > ul > li > .page-numbers.current:active,
.add_to_cart_button:active,
.added_to_cart:active,
.btn-primary.active,
#respond input#submit.active,
.woocommerce-pagination > ul > li > .page-numbers.current.active,
.add_to_cart_button.active,
.added_to_cart.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle#respond input#submit,
.open > .dropdown-toggle.woocommerce-pagination > ul > li > .page-numbers.current,
.open > .dropdown-toggle.add_to_cart_button,
.open > .dropdown-toggle.added_to_cart {
  color: #fff;
  background-color: #ff7d58;
  border-color: rgba(8, 8, 8, 0);
}
.btn-primary:active,
#respond input#submit:active,
.woocommerce-pagination > ul > li > .page-numbers.current:active,
.add_to_cart_button:active,
.added_to_cart:active,
.btn-primary.active,
#respond input#submit.active,
.woocommerce-pagination > ul > li > .page-numbers.current.active,
.add_to_cart_button.active,
.added_to_cart.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle#respond input#submit,
.open > .dropdown-toggle.woocommerce-pagination > ul > li > .page-numbers.current,
.open > .dropdown-toggle.add_to_cart_button,
.open > .dropdown-toggle.added_to_cart {
  background-image: none;
}
.btn-primary.disabled,
#respond input#submit.disabled,
.woocommerce-pagination > ul > li > .page-numbers.current.disabled,
.add_to_cart_button.disabled,
.added_to_cart.disabled,
.btn-primary[disabled],
#respond input#submit[disabled],
.woocommerce-pagination > ul > li > .page-numbers.current[disabled],
.add_to_cart_button[disabled],
.added_to_cart[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] #respond input#submit,
fieldset[disabled] .woocommerce-pagination > ul > li > .page-numbers.current,
fieldset[disabled] .add_to_cart_button,
fieldset[disabled] .added_to_cart,
.btn-primary.disabled:hover,
#respond input#submit.disabled:hover,
.woocommerce-pagination > ul > li > .page-numbers.current.disabled:hover,
.add_to_cart_button.disabled:hover,
.added_to_cart.disabled:hover,
.btn-primary[disabled]:hover,
#respond input#submit[disabled]:hover,
.woocommerce-pagination > ul > li > .page-numbers.current[disabled]:hover,
.add_to_cart_button[disabled]:hover,
.added_to_cart[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] #respond input#submit:hover,
fieldset[disabled] .woocommerce-pagination > ul > li > .page-numbers.current:hover,
fieldset[disabled] .add_to_cart_button:hover,
fieldset[disabled] .added_to_cart:hover,
.btn-primary.disabled:focus,
#respond input#submit.disabled:focus,
.woocommerce-pagination > ul > li > .page-numbers.current.disabled:focus,
.add_to_cart_button.disabled:focus,
.added_to_cart.disabled:focus,
.btn-primary[disabled]:focus,
#respond input#submit[disabled]:focus,
.woocommerce-pagination > ul > li > .page-numbers.current[disabled]:focus,
.add_to_cart_button[disabled]:focus,
.added_to_cart[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] #respond input#submit:focus,
fieldset[disabled] .woocommerce-pagination > ul > li > .page-numbers.current:focus,
fieldset[disabled] .add_to_cart_button:focus,
fieldset[disabled] .added_to_cart:focus,
.btn-primary.disabled.focus,
#respond input#submit.disabled.focus,
.woocommerce-pagination > ul > li > .page-numbers.current.disabled.focus,
.add_to_cart_button.disabled.focus,
.added_to_cart.disabled.focus,
.btn-primary[disabled].focus,
#respond input#submit[disabled].focus,
.woocommerce-pagination > ul > li > .page-numbers.current[disabled].focus,
.add_to_cart_button[disabled].focus,
.added_to_cart[disabled].focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] #respond input#submit.focus,
fieldset[disabled] .woocommerce-pagination > ul > li > .page-numbers.current.focus,
fieldset[disabled] .add_to_cart_button.focus,
fieldset[disabled] .added_to_cart.focus,
.btn-primary.disabled:active,
#respond input#submit.disabled:active,
.woocommerce-pagination > ul > li > .page-numbers.current.disabled:active,
.add_to_cart_button.disabled:active,
.added_to_cart.disabled:active,
.btn-primary[disabled]:active,
#respond input#submit[disabled]:active,
.woocommerce-pagination > ul > li > .page-numbers.current[disabled]:active,
.add_to_cart_button[disabled]:active,
.added_to_cart[disabled]:active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] #respond input#submit:active,
fieldset[disabled] .woocommerce-pagination > ul > li > .page-numbers.current:active,
fieldset[disabled] .add_to_cart_button:active,
fieldset[disabled] .added_to_cart:active,
.btn-primary.disabled.active,
#respond input#submit.disabled.active,
.woocommerce-pagination > ul > li > .page-numbers.current.disabled.active,
.add_to_cart_button.disabled.active,
.added_to_cart.disabled.active,
.btn-primary[disabled].active,
#respond input#submit[disabled].active,
.woocommerce-pagination > ul > li > .page-numbers.current[disabled].active,
.add_to_cart_button[disabled].active,
.added_to_cart[disabled].active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] #respond input#submit.active,
fieldset[disabled] .woocommerce-pagination > ul > li > .page-numbers.current.active,
fieldset[disabled] .add_to_cart_button.active,
fieldset[disabled] .added_to_cart.active {
  background-color: #ff7149;
  border-color: transparent;
}
.btn-primary .badge,
#respond input#submit .badge,
.woocommerce-pagination > ul > li > .page-numbers.current .badge,
.add_to_cart_button .badge,
.added_to_cart .badge {
  color: #ff7149;
  background-color: #fff;
}
.btn-primary.btn-has-icon .fa,
#respond input#submit.btn-has-icon .fa,
.woocommerce-pagination > ul > li > .page-numbers.current.btn-has-icon .fa,
.add_to_cart_button.btn-has-icon .fa,
.added_to_cart.btn-has-icon .fa,
.btn-primary.btn-has-icon .fas,
#respond input#submit.btn-has-icon .fas,
.woocommerce-pagination > ul > li > .page-numbers.current.btn-has-icon .fas,
.add_to_cart_button.btn-has-icon .fas,
.added_to_cart.btn-has-icon .fas,
.btn-primary.btn-has-icon .fab .btn-icon,
#respond input#submit.btn-has-icon .fab .btn-icon,
.woocommerce-pagination > ul > li > .page-numbers.current.btn-has-icon .fab .btn-icon,
.add_to_cart_button.btn-has-icon .fab .btn-icon,
.added_to_cart.btn-has-icon .fab .btn-icon {
  background: rgba(255, 255, 255, 0.1);
}
.btn-secondary {
  color: #fff;
  background-color: #4d306e;
  border-color: transparent;
  transition: 0.15s;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #543579;
  border-color: rgba(8, 8, 8, 0);
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #4d306e;
  border-color: transparent;
}
.btn-secondary .badge {
  color: #4d306e;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: transparent;
  transition: 0.15s;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #67bd67;
  border-color: rgba(8, 8, 8, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: transparent;
  transition: 0.15s;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #68c5e1;
  border-color: rgba(8, 8, 8, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #ffa76c;
  border-color: transparent;
  transition: 0.15s;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ffb07b;
  border-color: rgba(8, 8, 8, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffa76c;
  border-color: transparent;
}
.btn-warning .badge {
  color: #ffa76c;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d44546;
  border-color: transparent;
  transition: 0.15s;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d75152;
  border-color: rgba(8, 8, 8, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d44546;
  border-color: transparent;
}
.btn-danger .badge {
  color: #d44546;
  background-color: #fff;
}
/* 4.3. Link buttons */
.btn-link {
  color: #ff7149;
  font-weight: normal;
  border-radius: 0;
  color: #656269;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}
.btn-link span {
  border-bottom: 1px dotted #656269;
  display: inline-block;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
  outline: none !important;
}
.btn-link:hover,
.btn-link:focus {
  color: #fb3700;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #adadb2;
  text-decoration: none;
}
/* 4.4. Loading Button */
.loading-btn {
  position: relative;
  padding-top: 32px;
  margin-top: 15px;
}
.loading-btn .fa,
.loading-btn .fas,
.loading-btn .fab,
.loading-btn .btn-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
  font-size: 24px;
  color: #ff7149;
}
.loading-btn.loading-btn__top-divider {
  position: relative;
  margin-top: 67px;
}
.loading-btn.loading-btn__top-divider:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -57px;
  height: 40px;
  width: 1px;
  margin-left: -1px;
  border-left: 1px dashed #d2d2dd;
}
.loading-btn.loading-btn__top-divider:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -67px;
  margin-left: -4px;
  width: 7px;
  height: 7px;
  background: #d2d2dd;
  border-radius: 50%;
}
/* 4.5. Button Sizes */
.btn-lg {
  padding: 18px 45px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-lg.btn-has-icon {
  padding-left: 95px;
}
.btn-lg.btn-has-icon .fa,
.btn-lg.btn-has-icon .fas,
.btn-lg.btn-has-icon .fab,
.btn-lg.btn-has-icon .btn-icon {
  width: 60px;
  padding: 22px 0;
}
.btn-lg.btn-has-icon.icon-right {
  padding-right: 95px;
  padding-left: 45px;
}
.btn-lg.btn-single-icon {
  padding-left: 23px;
  padding-right: 23px;
}
.btn-sm {
  padding: 8px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-sm.btn-has-icon {
  padding-left: 56px;
}
.btn-sm.btn-has-icon .fa,
.btn-sm.btn-has-icon .fas,
.btn-sm.btn-has-icon .fab,
.btn-sm.btn-has-icon .btn-icon {
  width: 36px;
  padding: 9px 0;
}
.btn-sm.btn-has-icon.icon-right {
  padding-right: 56px;
  padding-left: 20px;
}
.btn-sm.btn-single-icon {
  padding-left: 13px;
  padding-right: 13px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs.btn-has-icon {
  padding-left: 40px;
}
.btn-xs.btn-has-icon .fa,
.btn-xs.btn-has-icon .fas,
.btn-xs.btn-has-icon .fab,
.btn-xs.btn-has-icon .btn-icon {
  width: 28px;
  padding: 1px 0;
}
.btn-xs.btn-has-icon.icon-right {
  padding-right: 40px;
  padding-left: 5px;
}
.btn-xs.btn-single-icon {
  padding-left: 13px;
  padding-right: 13px;
}
.link-circle {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 27px;
  border: 1px solid #dcd5cf;
  text-align: center;
  color: #75559a;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.2s;
}
.link-circle:hover {
  background: #ff7149;
  color: #fff;
  border-color: #ff7149;
}
/*
// 15. Form Elements
// --------------------------------------------------
*/
/* 15.1. Legend */
legend,
.legend {
  margin-bottom: 28.8px;
  padding-bottom: 19.2px;
  font-size: 24px;
  color: #746981;
  border-bottom: 1px solid #d9d9d9;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
}
/* 15.2. Form control */
.form-control,
.input-text,
.select-style {
  height: 50px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Exo 2', sans-serif;
  line-height: 1.6;
  color: #4d306e;
  background-color: #fff;
  border: 1px solid #d2d2dd;
  border-radius: 0;
  box-shadow: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus,
.input-text:focus,
.select-style:focus {
  border-color: #d2d2dd;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.05);
}
.form-control::-moz-placeholder,
.input-text::-moz-placeholder,
.select-style::-moz-placeholder {
  color: #4d306e;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder,
.select-style:-ms-input-placeholder {
  color: #4d306e;
}
.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder,
.select-style::-webkit-input-placeholder {
  color: #4d306e;
}
.form-control::-moz-placeholder,
.input-text::-moz-placeholder,
.select-style::-moz-placeholder {
  text-transform: uppercase;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder,
.select-style:-ms-input-placeholder {
  text-transform: uppercase;
}
.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder,
.select-style::-webkit-input-placeholder {
  text-transform: uppercase;
}
.form-control[disabled],
.input-text[disabled],
.select-style[disabled],
.form-control[readonly],
.input-text[readonly],
.select-style[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .input-text,
fieldset[disabled] .select-style {
  cursor: not-allowed;
  background-color: #d9d9d9;
}
.form-group {
  margin-bottom: 30px;
}
.select-style {
  padding: 0;
  position: relative;
}
.select-style::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  color: #4d306e;
  font-size: 14px;
  display: block;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  text-align: center;
  line-height: 48px;
  background: #e6e8ec;
  border-left: 1px solid #d2d2dd;
}
.select-style select {
  padding: 12px 20px;
  padding-right: 56px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-style select:focus {
  outline: none;
}
.form-control-revslider {
  background: none;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: all 0.2s;
}
.form-control-revslider::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control-revslider:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control-revslider::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control-revslider:focus {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.02);
}
/* 15.3. Feedback states */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3fb539;
}
.has-success .form-control {
  border-color: #3fb539;
  box-shadow: inset 0 0 0 3px rgba(63, 181, 57, 0.05);
}
.has-success .form-control:focus {
  border-color: #328e2d;
  box-shadow: inset 0 0 0 3px rgba(63, 181, 57, 0.05);
}
.has-success .input-group-addon {
  color: #3fb539;
  border-color: #3fb539;
  background-color: rgba(63, 181, 57, 0.05);
}
.has-success .input-group-addon .fa {
  color: #3fb539;
}
.has-success .form-control-feedback {
  color: #3fb539;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #fff;
}
.has-warning .form-control {
  border-color: #fff;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.05);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.05);
}
.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 167, 108, 0.05);
}
.has-warning .input-group-addon .fa {
  color: #fff;
}
.has-warning .form-control-feedback {
  color: #fff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d44546;
}
.has-error .form-control {
  border-color: #d44546;
  box-shadow: inset 0 0 0 3px rgba(212, 69, 70, 0.05);
}
.has-error .form-control:focus {
  border-color: #bb2b2c;
  box-shadow: inset 0 0 0 3px rgba(212, 69, 70, 0.05);
}
.has-error .input-group-addon {
  color: #d44546;
  border-color: #d44546;
  background-color: rgba(212, 69, 70, 0.05);
}
.has-error .input-group-addon .fa {
  color: #d44546;
}
.has-error .form-control-feedback {
  color: #d44546;
}
/* 15.4. Text input groups */
.input-group-addon {
  padding: 12px 0;
  font-size: 15px;
  color: #4d306e;
  background-color: #e6e8ec;
  border: 1px solid #d2d2dd;
  border-right: none;
  vertical-align: top;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 8px 16px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 18px 30px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon .fa {
  width: 50px;
  line-height: 24px;
  color: #4d306e;
}
/* 15.5. Custom Radio Buttons  */
.radio__custom {
  margin-left: 20px;
  margin-right: 20px;
}
.radio__custom.inline {
  display: inline-block;
}
.radio__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.radio__custom label:before {
  position: absolute;
  top: 3px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.radio__custom input[type="radio"] {
  display: none;
}
.radio__custom input[type="radio"]:checked + span:before {
  position: absolute;
  top: 8px;
  left: -15px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7149;
  content: "";
}
.wpcf7-list-item {
  display: block;
  margin: 0 0 10px 0;
}
/* 15.6. Custom Checkboxes  */
.checkbox__custom {
  margin-left: 20px;
  margin-right: 20px;
}
.checkbox__custom.inline {
  display: inline-block;
}
.checkbox__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.checkbox__custom label:before {
  position: absolute;
  top: 3px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #d2d2dd;
  background-color: #f9fafb;
  content: "";
}
.checkbox__custom input[type="checkbox"] {
  display: none;
}
.checkbox__custom input[type="checkbox"]:checked + span:before {
  position: absolute;
  top: 1px;
  left: -18px;
  display: block;
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ff7149;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 15.7. Custom Select  */
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 60px;
  padding-left: 20px;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  padding-top: 10px;
  background: none;
}
.bootstrap-select > .btn.btn-default:hover {
  background: #fff;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 0;
  width: 36px;
  right: 0;
  margin: 0;
  height: 100%;
  line-height: 44px;
  border: none;
  background: #e6e8ec;
  border-left: 1px solid #d2d2dd;
  vertical-align: middle;
}
.bootstrap-select.btn-group .btn .caret:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  color: #4d306e;
  font-size: 14px;
}
.bootstrap-select.btn-group button.btn.dropdown-toggle.selectpicker.btn-link {
  background-color: transparent !important;
  border: none !important;
  font-weight: 400;
  font-size: 1em;
  text-decoration: none !important;
}
.bootstrap-select.btn-group button.btn.dropdown-toggle.selectpicker.btn-link:focus {
  box-shadow: none;
}
.bootstrap-select.btn-group button.btn.dropdown-toggle.selectpicker.btn-link .filter-option {
  width: auto;
  float: right !important;
  margin-right: 15px;
  border-bottom: 1px dotted #656269 !important;
}
.bootstrap-select.btn-group button.btn.dropdown-toggle.selectpicker.btn-link .caret {
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: 50%;
  margin-top: -12px;
  background: none;
  border-radius: 50%;
  border: 2px solid #d5d6d9;
}
.bootstrap-select.btn-group button.btn.dropdown-toggle.selectpicker.btn-link .caret:before {
  color: #ff7149;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:before {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu > li > a {
  white-space: normal;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
[data-style="btn-link"] + .bootstrap-select.form-control {
  background: none !important;
}
[data-style="btn-link"] + .bootstrap-select.form-control .filter-option {
  text-transform: none;
}
/* 15.8. Contact Form  */
.contact-form .form-group label.error,
.contact-form .form-group label.success {
  display: none !important;
}
.contact-form .form-group label.error {
  font-weight: 400;
  color: #d44546;
}
.wpcf7-not-valid-tip {
  position: absolute;
  display: none !important;
}
.wpcf7-not-valid.form-control {
  border-color: #d44546;
  box-shadow: inset 0 0 0 3px rgba(212, 69, 70, 0.05);
}
.wpcf7-not-valid.form-control:focus {
  border-color: #bb2b2c;
  box-shadow: inset 0 0 0 3px rgba(212, 69, 70, 0.05);
}
/*
// 5. Tabs
// --------------------------------------------------
*/
/* 5.1. Nav */
.nav > li > a {
  padding: 13px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 5.2. Nav Tabs */
.nav-tabs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d2d2dd;
}
.nav-tabs > li {
  padding-bottom: 0;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #d9d9d9 #d9d9d9 #d2d2dd;
}
.nav-tabs > li:before {
  display: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f1f2f4;
  border: 1px solid #d2d2dd;
  border-bottom-color: transparent;
}
/* 5.3. Nav Tabs Pills */
.nav-pills {
  margin: 0;
  padding: 0;
}
.nav-pills > li {
  padding-bottom: 0;
  margin-bottom: 0;
}
.nav-pills > li:before {
  display: none;
}
.nav-pills > li > a {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Exo 2', sans-serif;
  background: #d44546;
  color: #fff;
}
.nav-pills > li > a:hover {
  background: #d75152;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #ff7149;
}
/* 5.4. Tabs Content */
.tab-content {
  background: #f9fafb;
  padding: 30px;
  border: 1px solid #d2d2dd;
}
.nav-tabs + .tab-content {
  border-top: none;
}
/*
// 6. Sections
// --------------------------------------------------
*/
/* 6.1. Page Section Default */
.page-section {
  padding: 30px 0;
  position: relative;
}
.page-section .page-section:first-child {
  padding-top: 0;
}
.page-section.page-section__no-top-padding {
  padding-top: 0;
}
.page-section.page-section__no-bottom-padding {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-section {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .page-section {
    padding: 100px 0 100px 0;
  }
}
/* 6.2. Page Section Dark */
.page-section__dark {
  background: #e3e3e8;
}
/* 6.3. Page Section Darkest */
.page-section__darkest {
  background-color: #36274c;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}
.page-section__darkest hr {
  border-top-color: rgba(255, 255, 255, 0.33);
}
/* Modification 1.3.0 */
.rocket-row-with-separator {
  padding: 80px 0;
  position: relative;
}
@media (min-width: 768px) {
  .rocket-row-with-separator {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator {
    padding: 120px 0;
  }
}
.rocket-row-with-separator .rocket-separator {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: -1px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.rocket-row-with-separator[data-rocket-separator-position="top_separator"] .rocket-separator {
  top: -1px;
}
.rocket-row-with-separator[data-rocket-separator-position="bottom_separator"] .rocket-separator {
  bottom: -1px;
  top: auto;
  -webkit-transform: translate(-50%, 0) scaleY(-1);
  transform: translate(-50%, 0) scaleY(-1);
}
.rocket-row-with-separator[data-rocket-separator-position="top_bottom_separator"] .rocket-separator {
  top: -1px;
}
.rocket-row-with-separator[data-rocket-separator-position="top_bottom_separator"] .rocket-separator + .rocket-separator {
  top: auto;
  bottom: -1px;
  -webkit-transform: translate(-50%, 0) scaleY(-1);
  transform: translate(-50%, 0) scaleY(-1);
}
.rocket-row-with-separator.rocket-row-separator-type-tilt_left_svg_separator[data-rocket-separator-position="top_separator"] {
  padding-top: 140px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-tilt_left_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 160px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-tilt_left_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 180px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-tilt_left_svg_separator[data-rocket-separator-position="bottom_separator"] {
  padding-bottom: 140px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-tilt_left_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 160px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-tilt_left_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 180px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-tilt_left_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
  padding: 140px 0;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-tilt_left_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 160px 0;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-tilt_left_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 180px 0;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-tilt_left_svg_separator[data-rocket-separator-position="top_bottom_separator"] .rocket-separator + .rocket-separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
  transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
}
.rocket-row-with-separator.rocket-row-separator-type-tilt_right_svg_separator .rocket-separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1);
  transform: translate(-50%, 0) scaleX(-1);
}
.rocket-row-with-separator.rocket-row-separator-type-tilt_right_svg_separator[data-rocket-separator-position="top_separator"] {
  padding-top: 140px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-tilt_right_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 160px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-tilt_right_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 180px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-tilt_right_svg_separator[data-rocket-separator-position="bottom_separator"] {
  padding-bottom: 140px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-tilt_right_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 160px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-tilt_right_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 180px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-tilt_right_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
  padding: 140px 0;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-tilt_right_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 160px 0;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-tilt_right_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 180px 0;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-tilt_right_svg_separator[data-rocket-separator-position="top_bottom_separator"] .rocket-separator + .rocket-separator {
  -webkit-transform: translate(-50%, 0) scaleX(1) scaleY(-1);
  transform: translate(-50%, 0) scaleX(1) scaleY(-1);
}
.rocket-row-with-separator.rocket-row-separator-type-curve_right_svg_separator[data-rocket-separator-position="top_separator"] {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_right_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_right_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 140px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-curve_right_svg_separator[data-rocket-separator-position="bottom_separator"] {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_right_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_right_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 140px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-curve_right_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_right_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_right_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 140px 0;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-curve_right_svg_separator[data-rocket-separator-position="top_bottom_separator"] .rocket-separator + .rocket-separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
  transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
}
.rocket-row-with-separator.rocket-row-separator-type-curve_left_svg_separator .rocket-separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1);
  transform: translate(-50%, 0) scaleX(-1);
}
.rocket-row-with-separator.rocket-row-separator-type-curve_left_svg_separator[data-rocket-separator-position="top_separator"] {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_left_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_left_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 140px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-curve_left_svg_separator[data-rocket-separator-position="bottom_separator"] {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_left_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_left_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 140px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-curve_left_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_left_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_left_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 140px 0;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-curve_left_svg_separator[data-rocket-separator-position="top_bottom_separator"] .rocket-separator + .rocket-separator {
  -webkit-transform: translate(-50%, 0) scaleX(1) scaleY(-1);
  transform: translate(-50%, 0) scaleX(1) scaleY(-1);
}
.rocket-row-with-separator.rocket-row-separator-type-curve_inside_center_svg_separator[data-rocket-separator-position="top_separator"] {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_inside_center_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_inside_center_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 180px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-curve_inside_center_svg_separator[data-rocket-separator-position="bottom_separator"] {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_inside_center_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_inside_center_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 180px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-curve_inside_center_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
  padding: 100px 0;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_inside_center_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 140px 0;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-curve_inside_center_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 180px 0;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_center_svg_separator[data-rocket-separator-position="top_separator"] {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_center_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_center_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 180px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_center_svg_separator[data-rocket-separator-position="bottom_separator"] {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_center_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_center_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 180px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_center_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
  padding: 100px 0;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_center_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 140px 0;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_center_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 180px 0;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_center_svg_separator[data-rocket-separator-position="top_bottom_separator"] .rocket-separator + .rocket-separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
  transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_right_svg_separator[data-rocket-separator-position="top_separator"] {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_right_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_right_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 180px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_right_svg_separator[data-rocket-separator-position="bottom_separator"] {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_right_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_right_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 180px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_right_svg_separator[data-rocket-separator-position="bottom_separator"] .rocket-separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
  transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_right_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
  padding: 100px 0;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_right_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 140px 0;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_right_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 180px 0;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_right_svg_separator[data-rocket-separator-position="top_bottom_separator"] .rocket-separator + .rocket-separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
  transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_left_svg_separator[data-rocket-separator-position="top_separator"] {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_left_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_left_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 180px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_left_svg_separator[data-rocket-separator-position="top_separator"] .rocket-separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1);
  transform: translate(-50%, 0) scaleX(-1);
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_left_svg_separator[data-rocket-separator-position="bottom_separator"] {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_left_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_left_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 180px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_left_svg_separator[data-rocket-separator-position="bottom_separator"] .rocket-separator {
  -webkit-transform: translate(-50%, 0) scaleY(-1);
  transform: translate(-50%, 0) scaleY(-1);
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_left_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
  padding: 100px 0;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_left_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 140px 0;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-big_triangle_left_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 180px 0;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_left_svg_separator[data-rocket-separator-position="top_bottom_separator"] .rocket-separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1);
  transform: translate(-50%, 0) scaleX(-1);
}
.rocket-row-with-separator.rocket-row-separator-type-big_triangle_left_svg_separator[data-rocket-separator-position="top_bottom_separator"] .rocket-separator + .rocket-separator {
  -webkit-transform: translate(-50%, 0) scaleY(-1);
  transform: translate(-50%, 0) scaleY(-1);
}
.rocket-row-with-separator.rocket-row-separator-type-triangle_center_svg_separator[data-rocket-separator-position="top_separator"] {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-triangle_center_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-triangle_center_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 160px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-triangle_center_svg_separator[data-rocket-separator-position="bottom_separator"] {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-triangle_center_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-triangle_center_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 160px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-triangle_center_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-triangle_center_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-triangle_center_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 160px 0;
  }
}
@media (max-width: 767px) {
  .rocket-row-with-separator.rocket-row-separator-type-triangle_center_svg_separator .rocket-separator {
    height: 20px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-debris_svg_separator[data-rocket-separator-position="top_separator"] {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-debris_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-debris_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 160px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-debris_svg_separator[data-rocket-separator-position="bottom_separator"] {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-debris_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-debris_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 160px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-debris_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-debris_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 120px 0;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-debris_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 160px 0;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-debris_svg_separator .rocket-separator {
  width: 100%;
  min-width: 1920px;
}
@media (max-width: 767px) {
  .rocket-row-with-separator.rocket-row-separator-type-debris_svg_separator .rocket-separator {
    height: 30px;
    min-width: 100%;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-hills_svg_separator[data-rocket-separator-position="top_separator"] {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-hills_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-hills_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 160px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-hills_svg_separator[data-rocket-separator-position="bottom_separator"] {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-hills_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-hills_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 160px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-hills_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-hills_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 120px 0;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-hills_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 160px 0;
  }
}
@media (max-width: 767px) {
  .rocket-row-with-separator.rocket-row-separator-type-hills_svg_separator .rocket-separator {
    height: 30px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-drops_svg_separator[data-rocket-separator-position="top_separator"] {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-drops_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-drops_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 160px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-drops_svg_separator[data-rocket-separator-position="bottom_separator"] {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-drops_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-drops_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 160px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-drops_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-drops_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 120px 0;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-drops_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding: 160px 0;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-drops_svg_separator .rocket-separator {
  width: 100%;
  min-width: 1920px;
}
@media (max-width: 767px) {
  .rocket-row-with-separator.rocket-row-separator-type-drops_svg_separator .rocket-separator {
    height: 30px;
    min-width: 100%;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-rocket_svg_separator[data-rocket-separator-position="top_separator"] {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-rocket_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-rocket_svg_separator[data-rocket-separator-position="top_separator"] {
    padding-top: 220px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-rocket_svg_separator[data-rocket-separator-position="top_separator"] .rocket-separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
  transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-rocket_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-rocket_svg_separator[data-rocket-separator-position="bottom_separator"] {
    padding-bottom: 220px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-rocket_svg_separator[data-rocket-separator-position="bottom_separator"] .rocket-separator {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .rocket-row-with-separator.rocket-row-separator-type-rocket_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .rocket-row-with-separator.rocket-row-separator-type-rocket_svg_separator[data-rocket-separator-position="top_bottom_separator"] {
    padding-bottom: 220px;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-rocket_svg_separator .rocket-separator {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .rocket-row-with-separator.rocket-row-separator-type-rocket_svg_separator .rocket-separator {
    display: none;
  }
}
.rocket-row-with-separator.rocket-row-separator-type-rocket_svg_separator .rocket-separator + .rocket-separator {
  display: block;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
// 7. Breadcrumb
// --------------------------------------------------
*/
/* 7.1. Page Title */
.section-title-wrapper {
  text-align: center;
  position: relative;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .section-title-wrapper {
    margin-bottom: 4em;
  }
}
@media (min-width: 992px) {
  .section-title-wrapper {
    margin-bottom: 6em;
  }
}
.section-title-wrapper.section-title-wrapper__sm {
  margin-bottom: 3em;
}
.section-title-wrapper.section-title-wrapper__no-bottom-margin {
  margin-bottom: 0 !important;
}
.section-title-wrapper .section-title-dots {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.section-title-wrapper .section-title-dots span {
  width: 5px;
  height: 5px;
  display: inline-block;
  overflow: hidden;
  background: #ff7149;
  border-radius: 50%;
  margin: 0 4px;
  vertical-align: bottom;
}
.section-title-inner {
  position: relative;
}
.section-title-inner.section-title-inner__alt {
  padding-bottom: 12px;
}
.section-title,
.page-title .section-title {
  position: relative;
  z-index: 2;
  font-size: 21px;
  text-align: center;
  color: #4d306e;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 0.2em;
}
@media (min-width: 768px) {
  .section-title,
  .page-title .section-title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .section-title,
  .page-title .section-title {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .section-title.section-title__lg,
  .page-title .section-title.section-title__lg {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .section-title.section-title__lg,
  .page-title .section-title.section-title__lg {
    font-size: 21px !important;
  }
}
@media (min-width: 992px) {
  .section-title.section-title__lg,
  .page-title .section-title.section-title__lg {
    font-size: 55.999986px;
  }
}
.page-title_overflow,
.page-title_overflow .section-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-title-overlay {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.section-desc {
  position: relative;
  z-index: 2;
  display: block;
  padding-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  color: #4d306e;
}
.section-desc > a {
  text-decoration: underline;
}
.section-desc > a:hover {
  text-decoration: none;
}
.page-title {
  padding: 30px 0 0 0;
}
@media (min-width: 768px) {
  .page-title {
    padding: 60px 0 0 0;
  }
}
@media (min-width: 992px) {
  .page-title {
    padding: 120px 0 0 0;
  }
}
.page-title.page-title-layout__both-centered .section-title {
  text-align: center;
}
.page-title.page-title-layout__both-centered .section-desc {
  text-align: center;
}
.page-title.page-title-layout__both-centered .breadcrumb {
  text-align: center;
}
.page-title.page-title-layout__left-right {
  padding: 0;
}
@media (min-width: 768px) {
  .page-title.page-title-layout__left-right {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .page-title.page-title-layout__left-right {
    padding: 0;
  }
}
.page-title.page-title-layout__left-right .section-title-decoration {
  padding: 16px 0;
}
@media (min-width: 768px) {
  .page-title.page-title-layout__left-right .section-title-decoration {
    padding: 24px 0;
  }
}
@media (min-width: 992px) {
  .page-title.page-title-layout__left-right .section-title-decoration {
    padding: 32px 0;
  }
}
@media (min-width: 992px) {
  .page-title.page-title-layout__left-right .section-title {
    text-align: left;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .page-title.page-title-layout__left-right .section-title.section-title__lg {
    text-align: center;
  }
}
.page-title.page-title-layout__left-right .breadcrumb {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .page-title.page-title-layout__left-right .breadcrumb {
    text-align: right;
    margin-bottom: 0;
  }
}
.page-title.page-title-layout__left-right .breadcrumb > li {
  padding-bottom: 0;
}
.page-title.page-title-layout__right-left {
  padding: 0;
}
@media (min-width: 768px) {
  .page-title.page-title-layout__right-left {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .page-title.page-title-layout__right-left {
    padding: 0;
  }
}
.page-title.page-title-layout__right-left .section-title-decoration {
  padding: 16px 0;
}
@media (min-width: 768px) {
  .page-title.page-title-layout__right-left .section-title-decoration {
    padding: 24px 0;
  }
}
@media (min-width: 992px) {
  .page-title.page-title-layout__right-left .section-title-decoration {
    padding: 32px 0;
  }
}
@media (min-width: 992px) {
  .page-title.page-title-layout__right-left .section-title {
    text-align: right;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .page-title.page-title-layout__right-left .section-title.section-title__lg {
    text-align: center;
  }
}
.page-title.page-title-layout__right-left .breadcrumb {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .page-title.page-title-layout__right-left .breadcrumb {
    text-align: left;
    margin-bottom: 0;
  }
}
.page-title.page-title-layout__right-left .breadcrumb > li {
  padding-bottom: 0;
}
.page_title_preset_3 .section-title-inner {
  border-bottom: 1px solid #fff;
}
.page_title_preset_3 .section-title-inner:before {
  content: "";
  height: 10px;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.05) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#0d000000', GradientType=0);
}
.page_title_preset_4 .section-title-inner {
  border-bottom: 1px solid #fff;
}
.page_title_preset_4 .section-title-inner:before {
  content: "";
  height: 10px;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.05) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#0d000000', GradientType=0);
}
.page-title.page_title_preset_5 .section-title-decoration {
  padding: 16px 0;
}
@media (min-width: 768px) {
  .page-title.page_title_preset_5 .section-title-decoration {
    padding: 24px 0;
  }
}
@media (min-width: 992px) {
  .page-title.page_title_preset_5 .section-title-decoration {
    padding: 32px 0 45px 0;
  }
}
/* 7.2. Breadcrumbs */
.breadcrumb {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 4px 0;
  margin-bottom: 5px;
  background: none;
  border-radius: 0;
  font-family: 'Exo 2', sans-serif;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 24px;
  }
}
.breadcrumb > li {
  color: #746981;
  font-weight: 600;
}
.breadcrumb > li + li:before {
  content: "\f054\00a0";
  padding: 0 8px;
  font-size: 10px;
  color: #d5d6d9;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb > li > a {
  display: inline-block;
  color: #746981;
}
.breadcrumb > li > a:hover {
  color: #ff7149;
}
.breadcrumb > .current {
  color: rgba(105, 129, 129, 0.4);
}
.breadcrumbs-bordered .breadcrumb > li + li:before {
  display: none;
}
.breadcrumbs-bordered .breadcrumb > li > a {
  border: 1px solid #d2d2dd;
  padding: 4px 8px;
  margin: 0 2px;
}
@media (min-width: 768px) {
  .breadcrumbs-bordered .breadcrumb > li > a {
    padding: 6px 10px;
    margin: 0 3px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs-bordered .breadcrumb > li > a {
    padding: 10px 18px;
    margin: 0 4px;
  }
}
.breadcrumbs-bordered .breadcrumb > li > a:hover,
.breadcrumbs-bordered .breadcrumb > li > a:active {
  text-decoration: none;
}
.breadcrumbs-bordered .breadcrumb > li.current > span {
  border: 1px solid #d2d2dd;
  padding: 4px 8px;
  margin: 0 2px;
}
@media (min-width: 768px) {
  .breadcrumbs-bordered .breadcrumb > li.current > span {
    padding: 6px 10px;
    margin: 0 4px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs-bordered .breadcrumb > li.current > span {
    padding: 10px 18px;
    margin: 0 4px;
  }
}
/*
// 8. Panels
// --------------------------------------------------
*/
/* 8.1. Base class */
.panel {
  margin-bottom: 24px;
  background-color: #f1f2f4;
  border: 1px solid #d2d2dd;
  border-radius: 0 !important;
  box-shadow: none;
}
.panel-collapse {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.panel-body {
  padding: 30px;
}
.panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
}
.panel-title {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-title > a {
  display: block;
  padding: 20px 27px;
}
.panel-title > a:hover {
  text-decoration: none;
}
/* 8.2. Panels with Icons */
.panel-group__with-icons .panel-heading .panel-title > a {
  position: relative;
  margin-left: 58px;
  padding-right: 40px;
}
.panel-group__with-icons .panel-heading .panel-title > a .fa {
  background: #dbdbe4;
  display: block;
  width: 58px;
  height: 100%;
  position: absolute;
  left: -58px;
  top: 0;
  text-align: center;
  line-height: 58px;
  font-size: 21px;
  color: #4d306e;
}
.panel-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin: -5px -22px 0 0;
  width: 70px;
  height: 70px;
  border: 3px solid #c8cbd0;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-icon:before,
.panel-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 42px;
  background: #c8cbd0;
  content: '';
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: translate 300ms ease, rotate 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, translate 300ms ease, rotate 300ms ease;
  transition: transform 300ms ease, translate 300ms ease, rotate 300ms ease, -webkit-transform 300ms ease;
}
.panel-icon:after {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(90deg);
}
/* 8.3. Panels color styling */
.panel-default {
  border-color: #d2d2dd;
}
.panel-default > .panel-heading {
  color: #746981;
  background-color: #f1f2f4;
  border-color: #d2d2dd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d2d2dd;
}
.panel-default > .panel-heading .badge {
  color: #f1f2f4;
  background-color: #746981;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d2d2dd;
}
.panel-primary {
  border-color: #ff7149;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ff7149;
  border-color: #ff7149;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff7149;
}
.panel-primary > .panel-heading .badge {
  color: #ff7149;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff7149;
}
.panel-success {
  border-color: #38a233;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #3fb539;
  border-color: #38a233;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #38a233;
}
.panel-success > .panel-heading .badge {
  color: #3fb539;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #38a233;
}
.panel-info {
  border-color: #46b8da;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #46b8da;
}
.panel-info > .panel-heading .badge {
  color: #5bc0de;
  background-color: #fff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #46b8da;
}
.panel-warning {
  border-color: #ff9248;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #ffa76c;
  border-color: #ff9248;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff9248;
}
.panel-warning > .panel-heading .badge {
  color: #ffa76c;
  background-color: #fff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff9248;
}
.panel-danger {
  border-color: #cf3031;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #d44546;
  border-color: #cf3031;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cf3031;
}
.panel-danger > .panel-heading .badge {
  color: #d44546;
  background-color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cf3031;
}
.panel-icon__effect1 .panel-title [aria-expanded="false"] .panel-icon:before {
  -webkit-animation: plusVertical 0.3s ease forwards;
  animation: plusVertical 0.3s ease forwards;
}
.panel-icon__effect1 .panel-title [aria-expanded="false"] .panel-icon:after {
  -webkit-animation: plusHorizontal 0.3s ease forwards;
  animation: plusHorizontal 0.3s ease forwards;
}
.panel-icon__effect1 .panel-title [aria-expanded="true"] .panel-icon:before {
  -webkit-animation: minusVertical 0.3s ease forwards;
  animation: minusVertical 0.3s ease forwards;
}
.panel-icon__effect1 .panel-title [aria-expanded="true"] .panel-icon:after {
  -webkit-animation: minusHorizontal 0.3s ease forwards;
  animation: minusHorizontal 0.3s ease forwards;
}
@-webkit-keyframes plusVertical {
  from {
    height: 0px;
  }
  to {
    height: 42px;
  }
}
@keyframes plusVertical {
  from {
    height: 0px;
  }
  to {
    height: 42px;
  }
}
@-webkit-keyframes plusHorizontal {
  50% {
    height: 56px;
  }
}
@keyframes plusHorizontal {
  50% {
    height: 56px;
  }
}
@-webkit-keyframes minusVertical {
  to {
    height: 0px;
  }
}
@keyframes minusVertical {
  to {
    height: 0px;
  }
}
@-webkit-keyframes minusHorizontal {
  50% {
    height: 56px;
  }
}
@keyframes minusHorizontal {
  50% {
    height: 56px;
  }
}
.panel-icon__effect2 .panel-title [aria-expanded="true"] .panel-icon:before {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(-225deg);
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(-225deg);
}
.panel-icon__effect2 .panel-title [aria-expanded="true"] .panel-icon:after {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(225deg);
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(225deg);
}
/* 8.4. Accordion (features) */
.panel-group__features {
  counter-reset: section;
}
.panel-group__features .panel {
  border: none;
  counter-increment: section;
}
.panel-group__features .panel .panel-heading {
  border-bottom: 1px dashed #d9d9d9;
}
.panel-group__features .panel .panel-heading .panel-title > a {
  padding: 50px 0;
  position: relative;
  display: block;
  cursor: pointer !important;
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__number {
  font-size: 22px;
  line-height: 1.2em;
  color: #c8cbd0;
  font-weight: 200;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 15px;
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__number:after {
  content: counter(section, decimal-leading-zero);
}
@media (min-width: 992px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-title__number {
    margin-bottom: 0;
    font-size: 100px;
    line-height: 1.1em;
  }
}
@media (max-width: 767px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-title__heading .v-center:before {
    display: none;
  }
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__heading .hgroup-panel {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-title__heading .hgroup-panel {
    text-align: right;
    margin-bottom: 0;
  }
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__heading .hgroup-panel h3 {
  padding: 0;
  margin: 0 0 0.2em 0;
}
@media (max-width: 767px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-title__heading .hgroup-panel h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-title__heading .hgroup-panel h3 {
    display: inline-block;
  }
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__heading .hgroup-panel h5 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-title__heading .hgroup-panel h5 {
    display: inline-block;
  }
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__desc {
  color: #656269;
  font-size: 15px;
}
.panel-group__features .panel .panel-heading .panel-title .panel-title__close {
  position: static;
}
@media (min-width: 992px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-title__close {
    position: relative;
  }
}
.panel-group__features .panel .panel-heading .panel-title .panel-icon {
  margin: 0;
  top: 33px;
  right: -18px;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.panel-group__features .panel .panel-heading .panel-title .panel-icon:before,
.panel-group__features .panel .panel-heading .panel-title .panel-icon:after {
  transition: 0.2s;
}
@media (min-width: 992px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-icon {
    top: 20px;
    right: 1px;
    margin: 0 15px 0 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.panel-group__features .panel .panel-heading .panel-title .circled-icon {
  transition: 0.2s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .panel-group__features .panel .panel-heading .panel-title .circled-icon {
    width: 70px;
    height: 70px;
    line-height: 64px;
    font-size: 28px;
    margin-top: -14px;
  }
}
.panel-group__features .panel:hover .panel-heading .panel-title .circled-icon {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.panel-group__features .panel .panel-body {
  border: none !important;
}
/*
// 9. Circle Icon
// --------------------------------------------------
*/
.circled-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 132px;
  height: 132px;
  border: 4px solid #e5e2e0;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 126px !important;
  font-size: 34px;
  background: rgba(0, 0, 0, 0.2);
}
.circled-icon.icon-color-primary {
  background: #ff7149;
}
.circled-icon.icon-color-secondary {
  background: #4d306e;
}
.circled-icon.icon-color-tertiary {
  background: #d44546;
}
.circled-icon.icon-color-quaternary {
  background: #ffa76c;
}
/*
// 10. Testimonials & Reviews
// --------------------------------------------------
*/
/* 10.1. Testimonial */
.testimonial {
  margin: 0 0 20px 0;
}
.testimonial.testimonial__type1 .testimonial-thumb {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 0;
  border: 2px solid rgba(0, 0, 0, 0.07);
  float: left;
}
.testimonial.testimonial__type1 .testimonial-thumb img {
  max-width: 60px;
  height: auto;
}
@media (min-width: 992px) {
  .testimonial.testimonial__type1 .testimonial-thumb {
    margin-right: 34px;
    border-width: 4px;
  }
  .testimonial.testimonial__type1 .testimonial-thumb img {
    max-width: none;
  }
}
.testimonial.testimonial__type1 .testimonial-body {
  overflow: hidden;
  margin-bottom: -0.5em;
}
.testimonial.testimonial__type1 .testimonial-body .testimonial-heading {
  margin-bottom: 1em;
}
.testimonial.testimonial__type1 .testimonial-body .testimonial-heading h5 {
  padding-top: 0;
  margin-bottom: 0;
}
.testimonial.testimonial__type1 .testimonial-body .testimonial-heading .testimonial-author-position {
  display: block;
  color: #c6c6c8;
}
.testimonial.testimonial__type2 {
  background: #f8f9fa;
  border: 1px solid #d2d2dd;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .testimonial.testimonial__type2 {
    margin-top: 85px;
  }
}
.testimonial.testimonial__type2 .testimonial-thumb {
  border-radius: 50%;
  overflow: hidden;
  margin: -50px auto 0 auto;
  border: 2px solid rgba(0, 0, 0, 0.07);
  width: 100px;
  height: 100px;
}
@media (min-width: 992px) {
  .testimonial.testimonial__type2 .testimonial-thumb {
    border-width: 4px;
    margin-top: -85px;
    width: 170px;
    height: 170px;
  }
}
.testimonial.testimonial__type2 .testimonial-thumb img {
  width: 100%;
  height: auto;
}
.testimonial.testimonial__type2 .testimonial-body {
  padding: 30px;
  text-align: center;
}
.testimonial.testimonial__type2 .testimonial-body .testimonial-heading {
  margin-bottom: 1em;
}
.testimonial.testimonial__type2 .testimonial-body .testimonial-heading h5 {
  padding-top: 0;
  margin-bottom: 0;
  font-size: 21px;
}
.testimonial.testimonial__type2 .testimonial-body .testimonial-heading .testimonial-author-position {
  display: block;
  color: #c6c6c8;
  padding: 0.25em 0;
}
.testimonial.testimonial__type2 .testimonial-footer {
  background: #eeeef4;
  padding: 25px;
  text-align: center;
  border-top: 1px dashed #d2d2dd;
}
.testimonial.testimonial__type2 .testimonial-footer .fa {
  color: #dfdee6;
}
/* 10.2. Review (Team) Modern */
.person-info {
  border: 1px solid #d2d2dd;
  padding: 32px 65px 20px 20px;
  margin: 67px 0 30px 0;
  position: relative;
  min-height: 200px;
}
@media (max-width: 767px) {
  .person-info {
    margin-top: 0;
    padding-right: 20px;
  }
}
.person-info .person-info-thumb {
  text-align: center;
  float: left;
  margin: 0 20px 0 0;
  width: 130px;
}
@media (max-width: 767px) {
  .person-info .person-info-thumb {
    float: none;
    margin: 0 auto 20px auto;
  }
}
@media (min-width: 1200px) {
  .person-info .person-info-thumb {
    margin-right: 30px;
    width: 180px;
  }
}
.person-info .person-info-thumb .person-info-link {
  display: block;
  margin: -65px auto 20px auto;
  width: 120px;
  height: 120px;
}
@media (max-width: 767px) {
  .person-info .person-info-thumb .person-info-link {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .person-info .person-info-thumb .person-info-link {
    margin-top: -100px;
    margin-bottom: 14px;
    width: 170px;
    height: 170px;
  }
}
.person-info .person-info-thumb .person-info-link .person-info-img {
  margin: 0 auto;
}
.person-info .person-info-thumb .person-info-title {
  padding-top: 0;
  margin-bottom: 0.2em;
}
@media (max-width: 1199px) {
  .person-info .person-info-thumb .person-info-title {
    font-size: 18px;
  }
}
.person-info .person-info-thumb .person-info-desc {
  padding-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .person-info .person-info-thumb .person-info-desc {
    font-size: 12px;
  }
}
.person-info .person-info-content {
  overflow: hidden;
}
@media (max-width: 767px) {
  .person-info .person-info-content {
    padding-top: 50px;
  }
}
.person-info .person-info-footer {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
}
/* 10.3. Review (Team) Classic */
.person-info-classic {
  margin-bottom: 30px;
}
.person-info-thumb-classic {
  height: 240px;
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .person-info-thumb-classic {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .person-info-thumb-classic {
    height: 336px;
  }
}
.person-info-link-classic {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}
.person-info-link-classic:hover:before {
  opacity: 1;
}
.person-info-link-classic:hover:after {
  opacity: 0.75;
}
.person-info-link-classic:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  position: absolute;
  color: #fff;
  opacity: 0;
  z-index: 1;
  font-size: 28px;
  transition: 0.2s;
}
.person-info-link-classic:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #4d306e;
  opacity: 0;
  transition: 0.2s;
}
.person-info-content-classic {
  padding: 30px;
  background: #f9fafb;
  border: 1px solid #d2d2dd;
}
@media (min-width: 992px) {
  .person-info-content-classic {
    text-align: center;
  }
}
.person-info-footer-classic {
  background: #f7f8f8;
  padding: 24px;
  border: 1px solid #d2d2dd;
  margin-top: -1px;
}
/*
// 11. Progress Bars
// --------------------------------------------------
*/
/* 11.1. Bar itself */
.progress {
  height: 58px;
  margin-bottom: 22px;
  background-color: #e6e8ec;
  border-radius: 0;
  box-shadow: inset 0 0 2px #c8cbd0;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 58px;
  font-size: 21px;
  color: #fff;
  text-align: left;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  padding: 0 25px;
  background-color: #ff7149;
  box-shadow: none;
}
.token-sale-counter .progress-bar {
  line-height: 58px !important;
}
.progress-bar .fa {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  margin: -19px 20px 0 -25px;
  position: relative;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-size: 80px 80px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 80px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 80px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* 11.2. Variations */
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.current .progress-bar-success + .progress-footer > h4 {
  color: #5cb85c !important;
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.current .progress-bar-info + .progress-footer > h4 {
  color: #5bc0de !important;
}
.progress-bar-warning {
  background-color: #ffa76c;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.current .progress-bar-warning + .progress-footer > h4 {
  color: #ffa76c !important;
}
.progress-bar-danger {
  background-color: #d44546;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.current .progress-bar-danger + .progress-footer > h4 {
  color: #d44546 !important;
}
.progress-bar-primary-alt,
.progress-bar-primary-quinary {
  background-color: #ea582f;
}
.progress-striped .progress-bar-primary-alt,
.progress-striped .progress-bar-primary-quinary {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.current .progress-bar-primary-alt + .progress-footer > h4,
.current .progress-bar-primary-quinary + .progress-footer > h4 {
  color: #ea582f !important;
}
/* 11.3. Orientations */
.progress__vertical {
  height: 540px;
  width: 100%;
  position: relative;
  background: none;
  box-shadow: none;
}
.progress__vertical .progress-bar {
  width: 100%;
  padding: 0;
  line-height: 1.2em;
  float: none;
  position: absolute;
  bottom: 0;
  height: 0;
}
.progress__vertical .progress-bar .progress-icon {
  display: block;
  background: none;
  position: absolute;
  margin: 0;
  left: 50%;
  margin-left: -55px;
  bottom: 80px;
  width: 100%;
  height: 300px;
  line-height: 300px;
  text-align: center;
  color: rgba(255, 255, 255, 0.11);
  font-size: 288px;
}
.progress__vertical .progress-bar .progress-icon i {
  background: none !important;
}
.progress__vertical .progress-footer {
  background: #e6e8ec;
  height: 62px;
  width: 100%;
  border-bottom: 1px dashed #d5d3d2;
  border-top: 1px solid #e6e8ec;
  position: absolute;
  bottom: 0;
  padding: 25px 16px;
  color: #c8cbd0;
  margin-bottom: 0;
}
.progress__vertical .progress-label {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px;
  color: #fff;
}
.progress__vertical.current .progress-footer {
  background: #f9fafb;
}
.progress__vertical.current .progress-footer > h4 {
  color: #ff7149;
}
/* 11.4. Condensed */
.progress-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  margin-top: -57px;
}
.progress-holder:before {
  content: "%";
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 666px;
  line-height: 1em;
  font-weight: 200;
  color: #e6e8ec;
}
.progress-condensed .wpb_wrapper {
  width: 100%;
  display: table;
}
.progress-condensed .wpb_wrapper .progress {
  display: table-cell;
  width: 1%;
  padding-left: 1px;
}
@media (max-width: 767px) {
  .progress-condensed .wpb_wrapper .progress .progress-label {
    display: block;
    position: relative;
    -webkit-transform: rotate(-90deg) translate(-100%, 100%);
            transform: rotate(-90deg) translate(-100%, 100%);
    -webkit-transform-origin: left top 0;
            transform-origin: left top 0;
    float: left;
    left: 0;
    bottom: 0;
    white-space: nowrap;
    margin-bottom: 0;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
/*
// 14. Social Icons
// --------------------------------------------------
*/
.social-icons {
  padding: 0;
}
.social-icons li:before {
  display: none;
}
.social-icons > li {
  padding: 0;
  margin: 0;
}
.social-icons > li > a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #ff7149;
  color: #fff;
  line-height: 50px;
  text-align: center;
  transition: 0.15s;
}
.social-icons > li > a:hover {
  background: #ff8562;
}
.social-icons.social-icons__rounded > li {
  display: inline;
}
.social-icons.social-icons__rounded > li > a {
  width: 42px;
  height: 42px;
  line-height: 38px;
  background: none;
  border-radius: 50%;
  margin: 0 3px;
}
@media (min-width: 768px) {
  .social-icons.social-icons__rounded > li > a {
    width: 32px;
    height: 32px;
    line-height: 28px;
    margin: 0 1px;
  }
}
@media (min-width: 992px) {
  .social-icons.social-icons__rounded > li > a {
    margin: 0 3px;
  }
}
.social-icons.social-icons__outline > li > a {
  background-color: none;
  border: 2px solid #4d306e;
  color: #4d306e;
}
.social-icons.social-icons__outline > li > a:hover {
  border-color: #ff7149;
  background-color: #ff7149;
  color: #fff;
}
/*
// 16. Dropdown menus
// --------------------------------------------------
*/
.dropdown-menu {
  padding: 0;
  margin: 0;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #d2d2dd;
  border-radius: 0;
  box-shadow: none;
}
.dropdown-menu > li {
  padding-bottom: 0;
  border-top: 1px solid #d2d2dd;
}
.dropdown-menu > li:first-child {
  border-top: none;
}
.dropdown-menu > li > a {
  padding: 17px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #656269;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ff7149;
  background-color: #f9fafb;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.btn-group.open .dropdown-toggle .caret {
  background: #f9fafb;
}
/*
// 17. Alerts
// --------------------------------------------------
*/
/* 17.1. Base */
.alert,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.wpcf7 form .wpcf7-response-output,
.myaccount_user {
  position: relative;
  padding: 12px 20px;
  margin-bottom: 24px;
  border: none;
  border-left: 6px solid transparent;
  border-radius: 0;
  font-size: 16px;
  min-height: 50px;
  margin: 0 0 20px 0;
  overflow: hidden;
  font-family: 'Exo 2', sans-serif;
}
.alert h1,
.woocommerce-message h1,
.woocommerce-error h1,
.woocommerce-info h1,
.wpcf7 form .wpcf7-response-output h1,
.alert h2,
.woocommerce-message h2,
.woocommerce-error h2,
.woocommerce-info h2,
.wpcf7 form .wpcf7-response-output h2,
.alert h3,
.woocommerce-message h3,
.woocommerce-error h3,
.woocommerce-info h3,
.wpcf7 form .wpcf7-response-output h3,
.alert h4,
.woocommerce-message h4,
.woocommerce-error h4,
.woocommerce-info h4,
.wpcf7 form .wpcf7-response-output h4,
.alert h5,
.woocommerce-message h5,
.woocommerce-error h5,
.woocommerce-info h5,
.wpcf7 form .wpcf7-response-output h5,
.alert h6,
.woocommerce-message h6,
.woocommerce-error h6,
.woocommerce-info h6,
.wpcf7 form .wpcf7-response-output h6 {
  color: inherit;
}
.alert h5,
.woocommerce-message h5,
.woocommerce-error h5,
.woocommerce-info h5,
.wpcf7 form .wpcf7-response-output h5 {
  padding-top: 0;
  margin-bottom: 0.5em;
}
.alert ul > li:before,
.woocommerce-message ul > li:before,
.woocommerce-error ul > li:before,
.woocommerce-info ul > li:before,
.wpcf7 form .wpcf7-response-output ul > li:before {
  color: inherit;
}
.alert.text-uppercase,
.woocommerce-message.text-uppercase,
.woocommerce-error.text-uppercase,
.woocommerce-info.text-uppercase,
.wpcf7 form .wpcf7-response-output.text-uppercase {
  text-transform: uppercase;
}
.alert a,
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a,
.wpcf7 form .wpcf7-response-output a {
  color: #fff;
}
/* 17.2. Dismissible alerts */
.alert-dismissible {
  padding-right: 62px;
  text-transform: uppercase;
}
.alert-dismissible .close {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  transition: 0.2s;
  opacity: 1;
}
.alert-dismissible .close:hover {
  background: rgba(255, 255, 255, 0.15);
}
/* 17.3. Alternate styles */
.alert-success,
.woocommerce-message,
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #3fb539;
  border-color: #38a233;
  color: #fff;
}
.alert-success hr,
.woocommerce-message hr,
.wpcf7 form.sent .wpcf7-response-output hr {
  border-top-color: #328e2d;
}
.alert-success .alert-link,
.woocommerce-message .alert-link,
.wpcf7 form.sent .wpcf7-response-output .alert-link {
  color: #e6e6e6;
}
.alert-success a:not(.button),
.woocommerce-message a:not(.button),
.wpcf7 form.sent .wpcf7-response-output a:not(.button) {
  color: #fff;
  font-weight: bold;
}
.alert-info,
.woocommerce-info,
.wpcf7 form.spam .wpcf7-response-output,
.myaccount_user {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}
.alert-info hr,
.woocommerce-info hr,
.wpcf7 form.spam .wpcf7-response-output hr {
  border-top-color: #31b0d5;
}
.alert-info .alert-link,
.woocommerce-info .alert-link,
.wpcf7 form.spam .wpcf7-response-output .alert-link {
  color: #e6e6e6;
}
.alert-info a:not(.button),
.woocommerce-info a:not(.button),
.wpcf7 form.spam .wpcf7-response-output a:not(.button) {
  color: #fff;
  font-weight: bold;
}
.alert-warning,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #ffa76c;
  border-color: #ff9248;
  color: #fff;
}
.alert-warning hr,
.wpcf7 form.invalid .wpcf7-response-output hr,
.wpcf7 form.unaccepted .wpcf7-response-output hr {
  border-top-color: #ff822f;
}
.alert-warning .alert-link,
.wpcf7 form.invalid .wpcf7-response-output .alert-link,
.wpcf7 form.unaccepted .wpcf7-response-output .alert-link {
  color: #e6e6e6;
}
.alert-warning a:not(.button),
.wpcf7 form.invalid .wpcf7-response-output a:not(.button),
.wpcf7 form.unaccepted .wpcf7-response-output a:not(.button) {
  color: #fff;
  font-weight: bold;
}
.alert-danger,
.woocommerce-error,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #d44546;
  border-color: #cf3031;
  color: #fff;
}
.alert-danger hr,
.woocommerce-error hr,
.wpcf7 form.failed .wpcf7-response-output hr,
.wpcf7 form.aborted .wpcf7-response-output hr {
  border-top-color: #bb2b2c;
}
.alert-danger .alert-link,
.woocommerce-error .alert-link,
.wpcf7 form.failed .wpcf7-response-output .alert-link,
.wpcf7 form.aborted .wpcf7-response-output .alert-link {
  color: #e6e6e6;
}
.alert-danger a:not(.button),
.woocommerce-error a:not(.button),
.wpcf7 form.failed .wpcf7-response-output a:not(.button),
.wpcf7 form.aborted .wpcf7-response-output a:not(.button) {
  color: #fff;
  font-weight: bold;
}
/*
// 18. Feature Box
// --------------------------------------------------
*/
.feature-box {
  margin-bottom: 30px;
}
.feature-box h5 {
  margin-bottom: 1em;
}
.feature-box .feature-icon {
  margin-bottom: 20px;
}
.feature-icon__simple {
  font-size: 42px;
  line-height: 1em;
}
.feature-icon__simple.icon-color1 {
  color: #ff7149;
}
.feature-icon__simple.icon-color2 {
  color: #4d306e;
}
.feature-icon__simple.icon-color3 {
  color: #d44546;
}
.feature-icon__simple.icon-color4 {
  color: #ffa76c;
}
.feature-box__icon-left {
  position: relative;
}
.feature-box__icon-left .feature-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 112px;
  height: 112px;
  line-height: 102px;
}
.feature-box__icon-left .feature-title {
  margin-left: 140px;
}
.feature-box__icon-left .feature-desc {
  margin-left: 140px;
}
.feature-box__icon-left h5 {
  margin-bottom: 0.6em;
}
.feature-box__sm-icon-left {
  position: relative;
}
.feature-box__sm-icon-left .feature-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.feature-box__sm-icon-left .feature-title {
  margin-left: 70px;
}
.feature-box__sm-icon-left .feature-desc {
  margin-left: 70px;
}
/*
// 19. Pager pagination
// --------------------------------------------------
*/
.pager-custom {
  margin: 0 0 50px;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.pager-custom li:before {
  display: none;
}
.pager-custom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px dashed #d2d2dd;
}
.pager-custom li {
  display: inline;
}
.pager-custom .next > .btn {
  float: right;
  margin-left: 2px;
  height: 50px;
  padding: 0;
  width: 50px;
  overflow: hidden;
  font-weight: 300;
}
.pager-custom .next > .btn span {
  display: none;
}
@media (min-width: 768px) {
  .pager-custom .next > .btn span {
    display: block;
    line-height: 50px;
    padding: 0 30px 0 75px;
    opacity: 0;
    width: 0;
    transition: 0.3s;
  }
  .pager-custom .next > .btn .fa {
    position: static;
    float: left;
  }
  .pager-custom .next > .btn.icon-right span {
    padding: 0 75px 0 30px;
  }
  .pager-custom .next > .btn.icon-right .fa {
    float: right;
  }
  .pager-custom .next > .btn:hover {
    width: 192px;
  }
  .pager-custom .next > .btn:hover span {
    opacity: 1;
  }
}
.pager-custom .previous > a {
  float: left;
  margin-right: 2px;
}
/*
// 20. Wells
// --------------------------------------------------
*/
/* 20.1. Base class */
.well {
  min-height: 40px;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #f1f2f4;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: bold;
  box-shadow: none;
}
.well a {
  border-bottom: 1px dotted #ff7149;
}
.well a:hover {
  text-decoration: none;
}
/* 20.2. Sizes */
.well-lg {
  padding: 40px;
  border-radius: 0;
}
.well-sm {
  padding: 15px;
  border-radius: 0;
}
/*
// 21. Owl Carousel
// --------------------------------------------------
*/
/* 21.1. Base */
.owl-carousel {
  -webkit-transform: translate-z(0);
  -ms-transform: translate-z(0);
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div {
  color: #FFF;
  display: inline-block;
  margin: 5px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-nav div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0;
  padding: 0;
  background: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border-radius: 20px;
  background: #869791;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-dot span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../vendor/owl-carousel/AjaxLoader.gif) no-repeat center center;
}
/* 21.2. One Slide */
.one-slide {
  margin-bottom: 40px;
}
.owl-theme.one-slide .item img {
  width: 100%;
  height: auto;
}
.one-slide .owl-controls {
  margin-top: 0;
}
.one-slide .owl-controls .owl-nav div {
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.one-slide .owl-controls .owl-prev {
  left: 0;
}
.one-slide .owl-controls .owl-next {
  right: 0;
}
/* Owl Carousel holder */
@media (min-width: 992px) {
  .owl-holder {
    width: 970px;
    margin: 0 -15px 0 -15px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .owl-holder {
    width: 1170px;
    margin: 0 -15px 0 -15px;
    overflow: hidden;
  }
}
.team-slider {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .team-slider .item {
    padding: 0 15px;
  }
}
/* 21.3. Logo Slider */
.logo-slider {
  margin-bottom: 30px;
}
.logo-slider.hide_title .partner-name {
  display: none;
}
.logo-slider .item {
  padding: 0 20px;
}
.logo-slider .item img {
  width: 100%;
  height: auto;
  opacity: 0.1;
  transition: 0.3s;
}
.logo-slider .item img:hover {
  opacity: 1;
}
/* 21.4. Pricing Slider */
.pricing-slider .item {
  padding: 40px 15px 0 15px;
}
/* Testimonials Slider */
.testi-slider {
  margin-bottom: 24px;
}
.testi-slider .owl-controls {
  position: relative;
  height: 30px;
}
.testi-slider .owl-controls:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  right: 30px;
  border-top: 1px dashed #d5d3d2;
}
.testi-slider .owl-controls .owl-nav div {
  margin: 0;
  position: absolute;
  top: 0;
}
.testi-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.testi-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}
/* 21.5. Vertical Slider */
.vertical-slider {
  margin-bottom: 30px;
}
.vertical-slider .item .thumbnail {
  margin: 0 1px 0 70px;
}
.vertical-slider .item .thumbnail img {
  width: 100%;
  height: auto;
}
.vertical-slider .item .indent {
  padding-left: 20px;
}
.vertical-slider .owl-controls {
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 71px;
  overflow: hidden;
  margin: 0;
  background: #f1f2f4;
}
.vertical-slider .owl-controls .owl-dots {
  width: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vertical-slider .owl-controls .owl-dots:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 9px;
  left: 9px;
  bottom: 9px;
  background: #dcd5cf;
}
.vertical-slider .owl-controls .owl-dots .owl-dot {
  width: 19px;
  height: 19px;
  margin: 0 auto 60px auto;
}
.vertical-slider .owl-controls .owl-dots .owl-dot span {
  vertical-align: middle;
  line-height: 19px;
  width: 11px;
  height: 11px;
  margin: 0 auto;
  display: inline-block;
  border: 2px solid #dcd5cf;
  background: #f1f2f4;
  position: relative;
  transition: 0.1s;
}
.vertical-slider .owl-controls .owl-dots .owl-dot span:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transition: 0.2s;
}
.vertical-slider .owl-controls .owl-dots .owl-dot.active span {
  width: 19px;
  height: 19px;
  border-width: 1px;
}
.vertical-slider .owl-controls .owl-dots .owl-dot.active span:before {
  background: #ff7149;
}
.vertical-slider .owl-controls .owl-dots .owl-dot:last-child {
  margin-bottom: 0;
}
/* 21.6. Custom Controls */
.team-slider .owl-controls,
.pricing-slider .owl-controls {
  margin-top: 0;
  position: relative;
  width: 230px;
  height: 30px;
  margin: 30px auto 0 auto;
}
@media (min-width: 992px) {
  .team-slider .owl-controls,
  .pricing-slider .owl-controls {
    margin-top: 80px;
  }
}
.team-slider .owl-controls:before,
.pricing-slider .owl-controls:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  right: 30px;
  border-top: 1px dashed #cbc8c9;
}
.team-slider .owl-controls .owl-dots,
.pricing-slider .owl-controls .owl-dots {
  background: #f1f2f4;
  border: 1px solid #cbc8c9;
  height: 15px;
  border-radius: 8px;
  display: inline-block;
  padding: 0 1px;
  margin-top: 8px;
  position: relative;
}
.team-slider .owl-controls .owl-dot span,
.pricing-slider .owl-controls .owl-dot span {
  display: inline-block;
  vertical-align: top;
  width: 7px;
  height: 7px;
  background: #d9d9e0;
  border-radius: 50%;
  margin: 3px 4px;
}
.team-slider .owl-controls .owl-dot.active span,
.pricing-slider .owl-controls .owl-dot.active span,
.team-slider .owl-controls.clickable .owl-dot:hover span,
.pricing-slider .owl-controls.clickable .owl-dot:hover span {
  background: #ff7149;
}
.team-slider .owl-controls .owl-nav div,
.pricing-slider .owl-controls .owl-nav div {
  margin: 0;
  position: absolute;
  top: 0;
}
.team-slider .owl-controls .owl-nav .owl-prev,
.pricing-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.team-slider .owl-controls .owl-nav .owl-next,
.pricing-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}
.pricing-slider .owl-controls .owl-nav .owl-prev {
  left: -32px;
}
.pricing-slider .owl-controls .owl-nav .owl-next {
  right: -32px;
}
/*
// 22. Jumbotron
// --------------------------------------------------
*/
.jumbotron {
  padding: 80px;
  margin-bottom: 0;
  color: #fff;
  background-color: #4d306e;
  position: relative;
}
.jumbotron h1,
.jumbotron .h1,
.jumbotron h2,
.jumbotron .h2 {
  color: inherit;
  text-transform: uppercase;
}
.jumbotron h1,
.jumbotron .h1 {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  position: relative;
  padding-bottom: 30px;
  padding-left: 6px;
  margin-bottom: 0.4em;
}
.jumbotron h1:before,
.jumbotron .h1:before,
.jumbotron h1:after,
.jumbotron .h1:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}
.jumbotron h1:before,
.jumbotron .h1:before {
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  left: -7px;
  bottom: -7px;
}
.jumbotron h1:after,
.jumbotron .h1:after {
  width: 5px;
  height: 5px;
  background: #ff7149;
  left: -3px;
  bottom: -3px;
}
.jumbotron h2,
.jumbotron .h2 {
  font-weight: 300;
  padding-left: 16px;
  font-size: 24px;
}
.jumbotron p {
  margin-bottom: 40px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #34214a;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .jumbotron {
    padding: 128px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 160px;
    padding-right: 160px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
    max-width: 86%;
  }
  .jumbotron h2,
  .jumbotron .h2 {
    font-size: 36px;
  }
}
.jumbotron.jumbotron__custom-bg {
  background-image: url(../images/jumbotron-bg.jpg);
  background-position: 0 0;
}
.jumbotron.jumbotron__custom-bg:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-image: url(../images/jumbotron-rocket.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
/*
// 23. Blog
// --------------------------------------------------
*/
/* 23.1. Post */
article.hentry {
  position: relative;
  background: #f8f9fa;
  border: 1px solid #d2d2dd;
  margin-bottom: 40px;
}
article.hentry:before,
article.hentry:after {
  content: " ";
  display: table;
}
article.hentry:after {
  clear: both;
}
article.hentry:before,
article.hentry:after {
  content: " ";
  display: table;
}
article.hentry:after {
  clear: both;
}
article.hentry .entry-thumbnail {
  margin: -1px 0 15px -1px;
}
article.hentry .entry-thumbnail img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  article.hentry .entry-thumbnail {
    float: left;
    margin: -1px 30px -1px -1px;
    width: auto;
    max-width: auto;
  }
}
article.hentry .entry-date {
  text-align: center;
  background: #ff7149;
  color: #fff;
  width: 40px;
  float: left;
  margin: 5px 20px 0 -5px;
}
@media (min-width: 992px) {
  article.hentry .entry-date {
    width: 60px;
    margin: 10px 30px 10px -10px;
  }
}
article.hentry .entry-date .entry-day {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  position: relative;
}
article.hentry .entry-date .entry-day:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.08);
}
@media (min-width: 992px) {
  article.hentry .entry-date .entry-day {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
}
article.hentry .entry-date .entry-month {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 992px) {
  article.hentry .entry-date .entry-month {
    height: 45px;
    line-height: 45px;
  }
}
article.hentry.has-post-thumbnail .entry-date {
  position: absolute;
  left: 30px;
  float: none;
  margin: 0;
}
@media (min-width: 992px) {
  article.hentry.has-post-thumbnail .entry-date {
    left: 20px;
    margin: 0;
  }
}
article.hentry .post-categories {
  padding: 0;
  margin: 0;
  max-height: 180px;
  overflow: auto;
}
article.hentry .post-categories li:before {
  display: none;
}
article.hentry .post-categories > li {
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 0;
}
article.hentry .post-categories > li > a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
}
article.hentry .post-categories > li:nth-child(odd) > a {
  background: #ffa76c;
}
article.hentry .post-categories > li:nth-child(even) > a {
  background: #ff7149;
}
article.hentry .post-categories > li:nth-child(3n) > a,
article.hentry .post-categories > li:nth-child(7) > a {
  background: #ff5d2f;
}
article.hentry .post-categories > li:nth-child(4n) > a {
  background: #d44546;
}
article.hentry .post-categories > li:nth-child(5n) > a {
  background: #ffa76c;
}
article.hentry .post-categories > li:nth-child(6n) > a {
  background: #ff7149;
}
@media (min-width: 992px) {
  article.hentry .post-categories {
    position: absolute;
    right: -11px;
    top: 10px;
  }
  article.hentry .post-categories > li {
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
  }
  article.hentry .post-categories > li > a {
    display: block;
    position: relative;
    height: 36px;
    line-height: 36px;
    width: 10px;
    overflow: hidden;
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    text-indent: 10px;
    padding: 0;
    transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
  }
  article.hentry .post-categories > li > a:hover {
    text-decoration: none;
    width: 100%;
    padding: 0 20px;
    text-indent: 0px;
  }
}
article.hentry .entry-body {
  padding: 12px 30px 20px 30px;
}
article.hentry .entry-body .entry-excerpt {
  overflow: hidden;
}
article.hentry .entry-header {
  overflow: hidden;
  position: relative;
}
article.hentry .entry-header.entry-header__has-date {
  margin-left: 60px;
}
@media (min-width: 768px) {
  article.hentry .entry-header.entry-header__has-date {
    position: static;
    margin-left: 0;
  }
}
article.hentry .entry-header h4 {
  font-weight: 600;
  padding-top: 0;
}
@media (min-width: 768px) {
  article.hentry .entry-header h4 {
    padding-top: 12px;
  }
}
article.hentry .entry-header h4 > a {
  color: inherit;
}
article.hentry .entry-header h4 > a:hover {
  color: #ff7149;
  text-decoration: none;
}
article.hentry .entry-footer {
  clear: both;
  overflow: hidden;
  padding: 24px 30px;
  background: #f1f2f4;
  border-top: 1px dashed #d2d2dd;
}
article.hentry .entry-footer .edit-link {
  display: inline-block;
  padding: 0 0.5em;
}
article.hentry .entry-meta {
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
article.hentry .entry-meta li:before {
  display: none;
}
article.hentry .entry-meta > li {
  padding: 6px 20px 8px 0;
}
article.hentry .entry-meta > li + li {
  border-left: 1px dashed #d9d9d9;
  padding-left: 20px;
}
article.hentry .entry-meta > li + li a {
  border-bottom: 1px dotted #ff7149;
}
article.hentry .entry-meta > li + li a:hover {
  border-bottom-color: #ff7149;
  text-decoration: none;
}
article.hentry.sticky:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 3px;
  background: #ff7149;
}
.entry-tags:before,
.entry-tags:after {
  content: " ";
  display: table;
}
.entry-tags:after {
  clear: both;
}
.entry-tags:before,
.entry-tags:after {
  content: " ";
  display: table;
}
.entry-tags:after {
  clear: both;
}
.entry-tags h3,
.entry-tags h4 {
  float: left;
  margin-bottom: 0;
  padding-top: 10px;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .entry-tags h3,
  .entry-tags h4 {
    font-size: 18px;
    padding-top: 4px;
  }
}
.entry-tags .tagcloud {
  overflow: hidden;
}
.entry-tags .tagcloud a {
  margin: 0 18px 20px 0;
}
@media (max-width: 767px) {
  .entry-tags .tagcloud a {
    margin: 0 5px 5px 0;
    padding: 6px 12px;
    font-size: 12px;
  }
}
.single-portfolio article.hentry,
.single-team article.hentry {
  background: none;
  border: none;
}
.single-team article.hentry .entry-thumbnail {
  margin: 0;
}
@media (min-width: 768px) {
  .single-team article.hentry .entry-thumbnail {
    float: left;
    margin: 0;
    width: 100%;
    height: auto;
  }
}
.single-team article.hentry .entry-thumbnail img {
  width: 100%;
  height: auto;
}
/* 23.2. Single Post */
.single-post article.post .entry-thumbnail {
  float: none;
  margin: 0;
}
.single-post article.post .entry-thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.single-post article.post .entry-date {
  top: 20px;
}
.single-post article.post.has-post-thumbnail .entry-date {
  left: 15px;
}
@media (min-width: 768px) {
  .single-post article.post.has-post-thumbnail .entry-date {
    left: 30px;
  }
}
@media (min-width: 992px) {
  .single-post article.post.has-post-thumbnail .entry-date {
    left: 20px;
  }
}
.single-post article.post .entry-social {
  float: left;
  clear: left;
  margin: 2px 20px 10px -5px;
  width: 40px;
  z-index: 2;
}
.single-post article.post .entry-social:before,
.single-post article.post .entry-social:after {
  content: " ";
  display: table;
}
.single-post article.post .entry-social:after {
  clear: both;
}
.single-post article.post .entry-social:before,
.single-post article.post .entry-social:after {
  content: " ";
  display: table;
}
.single-post article.post .entry-social:after {
  clear: both;
}
@media (min-width: 992px) {
  .single-post article.post .entry-social {
    width: 60px;
    margin: 10px 30px 10px -10px;
  }
}
.single-post article.post .entry-social .entry-social-trigger {
  display: block;
  font-weight: normal;
  width: 40px;
  height: 40px;
  line-height: 30px;
  padding: 0;
  font-size: 14px;
}
@media (min-width: 992px) {
  .single-post article.post .entry-social .entry-social-trigger {
    width: 60px;
    height: 58px;
    padding: 0;
    line-height: 50px;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 16px;
    float: none;
  }
}
.single-post article.post .entry-social > ul {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  opacity: 0;
}
.single-post article.post .entry-social > ul li:before {
  display: none;
}
.single-post article.post .entry-social > ul.active {
  opacity: 1;
}
@media (min-width: 992px) {
  .single-post article.post .entry-social > ul:after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ff7149;
  }
}
.single-post article.post .entry-social > ul > li {
  display: inline;
}
.single-post article.post .entry-social > ul > li > a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  display: inline-block;
}
@media (min-width: 992px) {
  .single-post article.post .entry-social > ul > li > a {
    margin: 0;
    width: 60px;
    height: 58px;
    line-height: 56px;
    font-size: 16px;
  }
}
.single-post article.post:not(.no-post-thumbnail).has-post-thumbnail .entry-social {
  position: absolute;
  top: 80px;
  left: 20px;
}
@media (min-width: 768px) {
  .single-post article.post:not(.no-post-thumbnail).has-post-thumbnail .entry-social {
    top: 85px;
    left: 35px;
  }
}
@media (min-width: 992px) {
  .single-post article.post:not(.no-post-thumbnail).has-post-thumbnail .entry-social {
    left: 30px;
    top: 135px;
  }
}
.single-post article.post .entry-header {
  margin-left: 0;
}
.single-post article.post .entry-header .title-bordered {
  overflow: hidden;
  margin-bottom: 1em;
}
.single-post article.post .entry-header .title-bordered h1 {
  font-size: 21px;
}
@media (min-width: 768px) {
  .single-post article.post .entry-header .title-bordered h1 {
    font-size: 28px;
    padding-top: 10px;
    float: left;
    width: 80%;
  }
}
@media (min-width: 768px) {
  .single-post article.post .entry-header .title-bordered .btn {
    float: right;
    width: 102px;
    padding-left: 70px;
    padding-right: 20px;
    margin-top: 18px;
  }
}
.single-post article.post .entry-body {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .single-post article.post .entry-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-post article.post .entry-content {
  overflow: hidden;
  padding-top: 1em;
}
.post-author-holder {
  margin-top: 20px !important;
}
/* 23.3. Comment List */
.commentlist {
  border: 1px solid #d2d2dd;
  margin: 0 0 40px 0;
  padding: 0;
  background: #f8f9fa;
  /* Nested Comments */
}
.commentlist li.comment,
.commentlist li.pingback,
.commentlist li.review {
  list-style: none;
  padding: 0;
  margin: 0;
}
.commentlist li.comment + li.comment,
.commentlist li.pingback + li.comment,
.commentlist li.review + li.comment,
.commentlist li.comment + li.pingback,
.commentlist li.pingback + li.pingback,
.commentlist li.review + li.pingback,
.commentlist li.comment + li.review,
.commentlist li.pingback + li.review,
.commentlist li.review + li.review {
  border-top: 1px dashed #d2d2dd;
}
.commentlist li.comment .comment-wrapper,
.commentlist li.pingback .comment-wrapper,
.commentlist li.review .comment-wrapper {
  padding: 20px;
  position: relative;
}
.commentlist li.comment .comment-wrapper:before,
.commentlist li.pingback .comment-wrapper:before,
.commentlist li.review .comment-wrapper:before,
.commentlist li.comment .comment-wrapper:after,
.commentlist li.pingback .comment-wrapper:after,
.commentlist li.review .comment-wrapper:after {
  content: " ";
  display: table;
}
.commentlist li.comment .comment-wrapper:after,
.commentlist li.pingback .comment-wrapper:after,
.commentlist li.review .comment-wrapper:after {
  clear: both;
}
.commentlist li.comment .comment-wrapper:before,
.commentlist li.pingback .comment-wrapper:before,
.commentlist li.review .comment-wrapper:before,
.commentlist li.comment .comment-wrapper:after,
.commentlist li.pingback .comment-wrapper:after,
.commentlist li.review .comment-wrapper:after {
  content: " ";
  display: table;
}
.commentlist li.comment .comment-wrapper:after,
.commentlist li.pingback .comment-wrapper:after,
.commentlist li.review .comment-wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .commentlist li.comment .comment-wrapper,
  .commentlist li.pingback .comment-wrapper,
  .commentlist li.review .comment-wrapper {
    padding: 40px 30px;
  }
}
.commentlist li.comment .comment-wrapper .avatar,
.commentlist li.pingback .comment-wrapper .avatar,
.commentlist li.review .comment-wrapper .avatar {
  float: left;
  margin-right: 15px;
  border: 4px solid #e5e2e0;
  border-radius: 50%;
  width: 60px;
  height: auto;
}
@media (min-width: 768px) {
  .commentlist li.comment .comment-wrapper .avatar,
  .commentlist li.pingback .comment-wrapper .avatar,
  .commentlist li.review .comment-wrapper .avatar {
    width: 100px;
    margin-right: 25px;
  }
}
@media (min-width: 768px) {
  .commentlist li.comment .comment-body,
  .commentlist li.pingback .comment-body,
  .commentlist li.review .comment-body {
    overflow: hidden;
  }
}
.commentlist li.comment .comment-meta,
.commentlist li.pingback .comment-meta,
.commentlist li.review .comment-meta {
  overflow: hidden;
  margin-bottom: 18px;
}
.commentlist li.comment .comment-meta .comment-author,
.commentlist li.pingback .comment-meta .comment-author,
.commentlist li.review .comment-meta .comment-author {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .commentlist li.comment .comment-meta .comment-author,
  .commentlist li.pingback .comment-meta .comment-author,
  .commentlist li.review .comment-meta .comment-author {
    margin-bottom: 0;
    display: inline-block;
  }
}
.commentlist li.comment .comment-meta .comment-date,
.commentlist li.pingback .comment-meta .comment-date,
.commentlist li.review .comment-meta .comment-date {
  display: block;
}
@media (min-width: 768px) {
  .commentlist li.comment .comment-meta .comment-date,
  .commentlist li.pingback .comment-meta .comment-date,
  .commentlist li.review .comment-meta .comment-date {
    display: inline-block;
    padding: 0 10px;
  }
}
.commentlist li.comment .comment-meta .comment-date a,
.commentlist li.pingback .comment-meta .comment-date a,
.commentlist li.review .comment-meta .comment-date a {
  color: #656269;
}
.commentlist li.comment .comment-meta .comment-date .fa,
.commentlist li.pingback .comment-meta .comment-date .fa,
.commentlist li.review .comment-meta .comment-date .fa {
  color: #ff7149;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .commentlist li.comment .comment-reply,
  .commentlist li.pingback .comment-reply,
  .commentlist li.review .comment-reply {
    float: right;
    border-left: 1px dashed #d9d9d9;
    padding-left: 18px;
  }
}
.commentlist li.comment .comment-reply .comment-reply-link,
.commentlist li.pingback .comment-reply .comment-reply-link,
.commentlist li.review .comment-reply .comment-reply-link {
  text-decoration: none;
}
.commentlist li.comment .comment-reply .comment-reply-link > span,
.commentlist li.pingback .comment-reply .comment-reply-link > span,
.commentlist li.review .comment-reply .comment-reply-link > span {
  display: inline-block;
  margin: 0 6px;
  border-bottom: 1px dotted #ff7149;
}
@media (min-width: 768px) {
  .commentlist li.pingback .comment-wrapper {
    padding: 20px 30px;
  }
}
.commentlist .children {
  padding: 0;
  border-top: 1px dashed #d9d9d9;
  position: relative;
}
.commentlist .children li:before {
  display: none;
}
@media (min-width: 768px) {
  .commentlist .children:before {
    content: "";
    display: block;
    position: absolute;
    left: 80px;
    top: 0;
    bottom: 0;
    z-index: 2;
    border-left: 1px dashed #cacad8;
  }
}
.commentlist .children .comment {
  border-top: none;
}
.commentlist .children .comment .comment-wrapper {
  background: #edeef1;
}
@media (min-width: 768px) {
  .commentlist .children .comment .comment-wrapper {
    padding-left: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .commentlist .children .comment .comment-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    left: 87px;
    width: 63px;
    top: 80px;
    border-top: 1px dashed #cacad8;
  }
  .commentlist .children .comment .comment-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: 77px;
    top: 77px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #cacad8;
  }
}
.commentlist .children .comment .comment-wrapper .avatar {
  border-color: #cacad8;
}
.commentlist .children .comment:nth-child(even) .comment-wrapper {
  background: #e4e5ea;
}
.commentlist .children .children {
  border-top: none;
}
.commentlist .bypostauthor > .comment-wrapper {
  border-left-color: #ff7149;
}
.comment-awaiting-moderation {
  margin-bottom: 0 !important;
}
/* 23.4. Comments Form */
/* 23.5. Widgets */
.widget {
  margin-bottom: 50px;
}
.widget__sidebar .widget-title {
  text-align: center;
  padding-bottom: 23px;
}
.widget__sidebar .widget-title > h3 {
  font-size: 24px;
}
.widget_archive > ul,
.widget_nav_menu > ul,
.widget_nav_menu > div > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_categories > ul,
.widget_rss > ul,
.widget_product_categories > ul,
.widget_layered_nav > ul,
.widget_layered_nav_filters > ul {
  margin: 0;
  padding: 0;
  background: #f9fafb;
  border: 1px solid #d2d2dd;
  border-bottom: none;
}
.widget_archive > ul li:before,
.widget_nav_menu > ul li:before,
.widget_nav_menu > div > ul li:before,
.widget_meta > ul li:before,
.widget_pages > ul li:before,
.widget_recent_comments > ul li:before,
.widget_recent_entries > ul li:before,
.widget_categories > ul li:before,
.widget_rss > ul li:before,
.widget_product_categories > ul li:before,
.widget_layered_nav > ul li:before,
.widget_layered_nav_filters > ul li:before {
  display: none;
}
.widget_archive > ul > li,
.widget_nav_menu > ul > li,
.widget_nav_menu > div > ul > li,
.widget_meta > ul > li,
.widget_pages > ul > li,
.widget_recent_comments > ul > li,
.widget_recent_entries > ul > li,
.widget_categories > ul > li,
.widget_rss > ul > li,
.widget_product_categories > ul > li,
.widget_layered_nav > ul > li,
.widget_layered_nav_filters > ul > li {
  padding: 15px 23px;
  position: relative;
  border-bottom: 1px solid #d2d2dd;
  font-size: 18px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
}
.widget_archive > ul > li > a,
.widget_nav_menu > ul > li > a,
.widget_nav_menu > div > ul > li > a,
.widget_meta > ul > li > a,
.widget_pages > ul > li > a,
.widget_recent_comments > ul > li > a,
.widget_recent_entries > ul > li > a,
.widget_categories > ul > li > a,
.widget_rss > ul > li > a,
.widget_product_categories > ul > li > a,
.widget_layered_nav > ul > li > a,
.widget_layered_nav_filters > ul > li > a {
  color: #746981;
}
.widget_archive > ul > li > a:hover,
.widget_nav_menu > ul > li > a:hover,
.widget_nav_menu > div > ul > li > a:hover,
.widget_meta > ul > li > a:hover,
.widget_pages > ul > li > a:hover,
.widget_recent_comments > ul > li > a:hover,
.widget_recent_entries > ul > li > a:hover,
.widget_categories > ul > li > a:hover,
.widget_rss > ul > li > a:hover,
.widget_product_categories > ul > li > a:hover,
.widget_layered_nav > ul > li > a:hover,
.widget_layered_nav_filters > ul > li > a:hover {
  color: #ff7149;
  text-decoration: none;
}
.widget_archive > ul > li:before,
.widget_nav_menu > ul > li:before,
.widget_nav_menu > div > ul > li:before,
.widget_meta > ul > li:before,
.widget_pages > ul > li:before,
.widget_recent_comments > ul > li:before,
.widget_recent_entries > ul > li:before,
.widget_categories > ul > li:before,
.widget_rss > ul > li:before,
.widget_product_categories > ul > li:before,
.widget_layered_nav > ul > li:before,
.widget_layered_nav_filters > ul > li:before {
  position: absolute;
  top: 25px;
  left: 100%;
  margin-left: -21px;
  font-size: 12px;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  color: #4d306e;
}
.widget_archive > ul ul.children,
.widget_nav_menu > ul ul.children,
.widget_nav_menu > div > ul ul.children,
.widget_meta > ul ul.children,
.widget_pages > ul ul.children,
.widget_recent_comments > ul ul.children,
.widget_recent_entries > ul ul.children,
.widget_categories > ul ul.children,
.widget_rss > ul ul.children,
.widget_product_categories > ul ul.children,
.widget_layered_nav > ul ul.children,
.widget_layered_nav_filters > ul ul.children,
.widget_archive > ul ul.sub-menu,
.widget_nav_menu > ul ul.sub-menu,
.widget_nav_menu > div > ul ul.sub-menu,
.widget_meta > ul ul.sub-menu,
.widget_pages > ul ul.sub-menu,
.widget_recent_comments > ul ul.sub-menu,
.widget_recent_entries > ul ul.sub-menu,
.widget_categories > ul ul.sub-menu,
.widget_rss > ul ul.sub-menu,
.widget_product_categories > ul ul.sub-menu,
.widget_layered_nav > ul ul.sub-menu,
.widget_layered_nav_filters > ul ul.sub-menu {
  border-top: 1px solid #d2d2dd;
  margin: 15px -23px -15px -23px;
  background: #f1f2f4;
  padding: 0;
}
.widget_archive > ul ul.children li,
.widget_nav_menu > ul ul.children li,
.widget_nav_menu > div > ul ul.children li,
.widget_meta > ul ul.children li,
.widget_pages > ul ul.children li,
.widget_recent_comments > ul ul.children li,
.widget_recent_entries > ul ul.children li,
.widget_categories > ul ul.children li,
.widget_rss > ul ul.children li,
.widget_product_categories > ul ul.children li,
.widget_layered_nav > ul ul.children li,
.widget_layered_nav_filters > ul ul.children li,
.widget_archive > ul ul.sub-menu li,
.widget_nav_menu > ul ul.sub-menu li,
.widget_nav_menu > div > ul ul.sub-menu li,
.widget_meta > ul ul.sub-menu li,
.widget_pages > ul ul.sub-menu li,
.widget_recent_comments > ul ul.sub-menu li,
.widget_recent_entries > ul ul.sub-menu li,
.widget_categories > ul ul.sub-menu li,
.widget_rss > ul ul.sub-menu li,
.widget_product_categories > ul ul.sub-menu li,
.widget_layered_nav > ul ul.sub-menu li,
.widget_layered_nav_filters > ul ul.sub-menu li {
  border-bottom: 1px dashed #d2d2dd;
  padding: 15px 23px 15px 50px;
  font-size: 16px;
  position: relative;
}
.widget_archive > ul ul.children li:last-child,
.widget_nav_menu > ul ul.children li:last-child,
.widget_nav_menu > div > ul ul.children li:last-child,
.widget_meta > ul ul.children li:last-child,
.widget_pages > ul ul.children li:last-child,
.widget_recent_comments > ul ul.children li:last-child,
.widget_recent_entries > ul ul.children li:last-child,
.widget_categories > ul ul.children li:last-child,
.widget_rss > ul ul.children li:last-child,
.widget_product_categories > ul ul.children li:last-child,
.widget_layered_nav > ul ul.children li:last-child,
.widget_layered_nav_filters > ul ul.children li:last-child,
.widget_archive > ul ul.sub-menu li:last-child,
.widget_nav_menu > ul ul.sub-menu li:last-child,
.widget_nav_menu > div > ul ul.sub-menu li:last-child,
.widget_meta > ul ul.sub-menu li:last-child,
.widget_pages > ul ul.sub-menu li:last-child,
.widget_recent_comments > ul ul.sub-menu li:last-child,
.widget_recent_entries > ul ul.sub-menu li:last-child,
.widget_categories > ul ul.sub-menu li:last-child,
.widget_rss > ul ul.sub-menu li:last-child,
.widget_product_categories > ul ul.sub-menu li:last-child,
.widget_layered_nav > ul ul.sub-menu li:last-child,
.widget_layered_nav_filters > ul ul.sub-menu li:last-child {
  border-bottom: none;
}
.widget_archive > ul ul.children li:before,
.widget_nav_menu > ul ul.children li:before,
.widget_nav_menu > div > ul ul.children li:before,
.widget_meta > ul ul.children li:before,
.widget_pages > ul ul.children li:before,
.widget_recent_comments > ul ul.children li:before,
.widget_recent_entries > ul ul.children li:before,
.widget_categories > ul ul.children li:before,
.widget_rss > ul ul.children li:before,
.widget_product_categories > ul ul.children li:before,
.widget_layered_nav > ul ul.children li:before,
.widget_layered_nav_filters > ul ul.children li:before,
.widget_archive > ul ul.sub-menu li:before,
.widget_nav_menu > ul ul.sub-menu li:before,
.widget_nav_menu > div > ul ul.sub-menu li:before,
.widget_meta > ul ul.sub-menu li:before,
.widget_pages > ul ul.sub-menu li:before,
.widget_recent_comments > ul ul.sub-menu li:before,
.widget_recent_entries > ul ul.sub-menu li:before,
.widget_categories > ul ul.sub-menu li:before,
.widget_rss > ul ul.sub-menu li:before,
.widget_product_categories > ul ul.sub-menu li:before,
.widget_layered_nav > ul ul.sub-menu li:before,
.widget_layered_nav_filters > ul ul.sub-menu li:before {
  display: block;
  left: 23px;
  top: 23px;
}
.widget_archive > ul ul.children li a,
.widget_nav_menu > ul ul.children li a,
.widget_nav_menu > div > ul ul.children li a,
.widget_meta > ul ul.children li a,
.widget_pages > ul ul.children li a,
.widget_recent_comments > ul ul.children li a,
.widget_recent_entries > ul ul.children li a,
.widget_categories > ul ul.children li a,
.widget_rss > ul ul.children li a,
.widget_product_categories > ul ul.children li a,
.widget_layered_nav > ul ul.children li a,
.widget_layered_nav_filters > ul ul.children li a,
.widget_archive > ul ul.sub-menu li a,
.widget_nav_menu > ul ul.sub-menu li a,
.widget_nav_menu > div > ul ul.sub-menu li a,
.widget_meta > ul ul.sub-menu li a,
.widget_pages > ul ul.sub-menu li a,
.widget_recent_comments > ul ul.sub-menu li a,
.widget_recent_entries > ul ul.sub-menu li a,
.widget_categories > ul ul.sub-menu li a,
.widget_rss > ul ul.sub-menu li a,
.widget_product_categories > ul ul.sub-menu li a,
.widget_layered_nav > ul ul.sub-menu li a,
.widget_layered_nav_filters > ul ul.sub-menu li a {
  color: #746981;
}
.widget_archive > ul ul.children li a:hover,
.widget_nav_menu > ul ul.children li a:hover,
.widget_nav_menu > div > ul ul.children li a:hover,
.widget_meta > ul ul.children li a:hover,
.widget_pages > ul ul.children li a:hover,
.widget_recent_comments > ul ul.children li a:hover,
.widget_recent_entries > ul ul.children li a:hover,
.widget_categories > ul ul.children li a:hover,
.widget_rss > ul ul.children li a:hover,
.widget_product_categories > ul ul.children li a:hover,
.widget_layered_nav > ul ul.children li a:hover,
.widget_layered_nav_filters > ul ul.children li a:hover,
.widget_archive > ul ul.sub-menu li a:hover,
.widget_nav_menu > ul ul.sub-menu li a:hover,
.widget_nav_menu > div > ul ul.sub-menu li a:hover,
.widget_meta > ul ul.sub-menu li a:hover,
.widget_pages > ul ul.sub-menu li a:hover,
.widget_recent_comments > ul ul.sub-menu li a:hover,
.widget_recent_entries > ul ul.sub-menu li a:hover,
.widget_categories > ul ul.sub-menu li a:hover,
.widget_rss > ul ul.sub-menu li a:hover,
.widget_product_categories > ul ul.sub-menu li a:hover,
.widget_layered_nav > ul ul.sub-menu li a:hover,
.widget_layered_nav_filters > ul ul.sub-menu li a:hover {
  color: #ff7149;
  text-decoration: none;
}
.widget_recent_comments > ul > li {
  font-weight: 400;
}
.widget_recent_comments > ul > li > a {
  font-weight: 600;
}
.widget_recent_entries > ul > li .post-date {
  display: block;
  padding-top: 0.4em;
  font-weight: 400;
  font-size: 0.75em;
  opacity: 0.5;
}
.widget_calendar {
  width: 100%;
  background: none;
}
.widget_calendar table {
  background: none;
  width: 100%;
}
.widget_calendar caption {
  font-size: 1em;
  padding-top: 0;
  text-align: center;
}
.widget_calendar thead {
  font-size: 10px;
}
.widget_calendar thead th {
  padding: 8px 5px;
  text-align: center;
}
.widget_calendar tbody td {
  text-align: center;
  padding: 8px;
  border: none;
}
.widget_calendar tbody td:hover {
  background: #fff;
}
.widget_calendar tbody td a {
  color: #ff7149;
}
.widget_calendar tbody .pad {
  background: none;
}
.widget_calendar tbody .pad:hover {
  background: none;
}
.widget_calendar tfoot {
  border: none;
}
.widget_calendar tfoot #next {
  font-size: 1em;
  text-transform: uppercase;
  text-align: right;
}
.widget_calendar tfoot #prev {
  font-size: 1em;
  text-transform: uppercase;
  padding-top: 10px;
}
.widget_rss > ul > li .rss-date {
  display: block;
  padding: 0.4em 0 1em 0;
  font-weight: 400;
  font-size: 0.75em;
  opacity: 0.5;
}
.widget_rss > ul > li .rssSummary {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
}
.widget_rss > ul > li cite {
  font-style: normal;
  display: block;
  padding-top: 0.4em;
  font-size: 0.9em;
}
.widget_search,
.widget_product_search {
  border-bottom: 1px dashed #d2d2dd;
  padding-bottom: 20px;
}
.widget_search .form-group,
.widget_product_search .form-group {
  margin-bottom: 20px;
  position: relative;
}
.widget_search .form-group .search-field,
.widget_product_search .form-group .search-field {
  padding-right: 40px;
}
.widget_search .btn,
.widget_product_search .btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  width: 50px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  color: #ff7149;
}
.widget_search .btn:hover,
.widget_product_search .btn:hover {
  color: #4d306e;
}
.widget_tag_cloud .tagcloud > a,
.widget_product_tag_cloud .tagcloud > a {
  margin-bottom: 10px;
  margin-right: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em !important;
}
.widget_flickr {
  overflow: hidden;
}
.widget_flickr .flickr-feed {
  margin-right: -15px;
  padding: 0;
}
.widget_flickr .flickr-feed li:before {
  display: none;
}
.widget_flickr .flickr-feed > li {
  float: left;
  margin: 0 0 15px 0;
  padding: 0 15px 0 0;
  width: 33.3%;
}
@media (min-width: 400px) {
  .widget_flickr .flickr-feed > li {
    width: 25%;
  }
}
@media (min-width: 620px) {
  .widget_flickr .flickr-feed > li {
    width: 16.66%;
  }
}
@media (min-width: 992px) {
  .widget_flickr .flickr-feed > li {
    width: 33.33%;
  }
}
.widget_flickr .flickr-feed > li > a {
  display: block;
  position: relative;
  border: 0 solid transparent;
  transition: 0.2s;
}
.widget_flickr .flickr-feed > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0 solid transparent;
  background-color: transparent;
  transition: 0.2s;
}
.widget_flickr .flickr-feed > li > a:after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  font-size: 24px;
  line-height: 1.5em;
  color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
}
.widget_flickr .flickr-feed > li > a:hover {
  border-width: 3px;
  border-color: #e5e2e0;
}
.widget_flickr .flickr-feed > li > a:hover:before {
  opacity: 0.7;
  background-color: #4d306e;
}
.widget_flickr .flickr-feed > li > a:hover:after {
  opacity: 1;
}
.widget_flickr .flickr-feed > li > a img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}
.widget_flickr .flickr-feed > li > a img:hover {
  transition: 0.2s;
}
.widget_posts_carousel .widget-carousel {
  background: #f8f9fa;
  border: 1px solid #d2d2dd;
}
.widget_posts_carousel .widget-carousel .widget-carousel-item h4 {
  padding: 20px;
  margin: 0;
  font-weight: 600;
  text-align: center;
}
.widget_posts_carousel .widget-carousel .widget-carousel-item h4 > a {
  color: inherit;
}
.widget_posts_carousel .widget-carousel .widget-carousel-item h4 > a:hover {
  color: #ff7149;
  text-decoration: none;
}
.widget_posts_carousel .widget-carousel .widget-carousel-item .widget-carousel-thumb-holder {
  display: block;
  text-align: center;
}
.widget_posts_carousel .widget-carousel .widget-carousel-item .widget-carousel-thumb-holder > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.widget_posts_carousel .widget-carousel .owl-controls {
  background: #f1f2f4;
  border-top: 1px dashed #d9d9d9;
}
.widget_posts_carousel .widget-carousel .owl-controls:before,
.widget_posts_carousel .widget-carousel .owl-controls:after {
  content: " ";
  display: table;
}
.widget_posts_carousel .widget-carousel .owl-controls:after {
  clear: both;
}
.widget_posts_carousel .widget-carousel .owl-controls:before,
.widget_posts_carousel .widget-carousel .owl-controls:after {
  content: " ";
  display: table;
}
.widget_posts_carousel .widget-carousel .owl-controls:after {
  clear: both;
}
.widget_posts_carousel .widget-carousel .owl-controls .owl-prev,
.widget_posts_carousel .widget-carousel .owl-controls .owl-next {
  display: block;
  width: 50%;
  padding: 20px 10px;
  text-align: center;
  margin: 0;
  position: relative;
}
.widget_posts_carousel .widget-carousel .owl-controls .owl-prev {
  float: left;
}
.widget_posts_carousel .widget-carousel .owl-controls .owl-next {
  float: right;
  border-left: 1px dashed #d9d9d9;
}
.widget_posts_carousel .widget-carousel .owl-controls .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
}
.widget_best_sellers ul {
  padding: 0;
  margin: 0;
}
.widget_best_sellers ul li:before {
  display: none;
}
.widget_best_sellers ul > li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #d2d2dd;
}
.widget_best_sellers ul > li .thumbnail {
  margin-bottom: 0;
}
.widget .bootstrap-select {
  width: 100% !important;
}
.widget .bootstrap-select.btn-group .dropdown-menu {
  max-width: 100%;
}
/* 23.6. Blog Masonry Layout */
.filter-trigger {
  padding: 0;
}
.filter-trigger span {
  display: inline-block;
  border-bottom: none;
  font-size: 18px;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #4d306e;
}
.filter-trigger .fa {
  font-size: 18px;
  margin-right: 14px;
  color: #4d306e;
}
.filter-trigger:hover,
.filter-trigger:active,
.filter-trigger:focus {
  color: #4d306e;
}
@media (min-width: 768px) {
  .filter-bordered {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .col-bordered__left {
    border-left: 1px dashed #d2d2dd;
  }
}
@media (min-width: 992px) {
  .col-bordered__right {
    border-right: 1px dashed #d2d2dd;
  }
}
.tags-filter {
  padding: 0;
  overflow: hidden;
}
.tags-filter .btn-primary {
  font-weight: 300;
}
@media (min-width: 768px) {
  .tags-filter.tags-filter__with-label {
    float: left;
    overflow: hidden;
  }
}
.filter-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .filter-label {
    padding-top: 11px;
    padding-left: 10px;
  }
}
.masonry-feed:before,
.masonry-feed:after {
  content: " ";
  display: table;
}
.masonry-feed:after {
  clear: both;
}
.masonry-feed:before,
.masonry-feed:after {
  content: " ";
  display: table;
}
.masonry-feed:after {
  clear: both;
}
.masonry-feed > .masonry-item {
  max-width: 100%;
}
@media (max-width: 767px) {
  .masonry-feed > .masonry-item {
    width: 100%;
  }
}
.masonry-feed > .masonry-item .entry .entry-thumbnail {
  margin: -1px 0 15px -1px;
}
@media (min-width: 768px) {
  .masonry-feed > .masonry-item .entry .entry-thumbnail {
    float: none;
    margin: -1px;
    width: auto;
    max-width: auto;
  }
}
.masonry-feed > .masonry-item .entry .entry-header {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .masonry-feed > .masonry-item .entry .entry-header {
    position: static;
  }
}
.masonry-feed > .masonry-item .entry .entry-header h4 {
  overflow: hidden;
}
@media (min-width: 768px) {
  .masonry-feed > .masonry-item .entry .entry-header h4 {
    padding-top: 0;
  }
}
.masonry-feed > .masonry-item .entry .entry-body {
  padding-top: 20px;
}
.masonry-feed > .masonry-item .entry .entry-body .entry-date {
  position: relative;
  float: left;
  left: 0;
  margin-right: 20px;
}
.masonry-feed > .masonry-item .entry .entry-body .entry-excerpt {
  overflow: visible;
}
.masonry-feed > .masonry-item .entry .entry-footer .pull-left,
.masonry-feed > .masonry-item .entry .entry-footer .pull-right {
  float: none !important;
  padding: 5px 0;
}
.masonry-feed > .masonry-item .entry .entry-footer .pull-right .dotted-link2 span {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .masonry-feed > .masonry-item .entry .entry-footer .pull-left,
  .masonry-feed > .masonry-item .entry .entry-footer .pull-right {
    padding: 0;
  }
  .masonry-feed > .masonry-item .entry .entry-footer .pull-left {
    float: left !important;
  }
  .masonry-feed > .masonry-item .entry .entry-footer .pull-right {
    float: right !important;
  }
}
/*
// 24. Gallery
// --------------------------------------------------
*/
/* 24.1. Gallery Feed and Filter */
.filter-btn-group:before,
.filter-btn-group:after {
  content: " ";
  display: table;
}
.filter-btn-group:after {
  clear: both;
}
.filter-btn-group:before,
.filter-btn-group:after {
  content: " ";
  display: table;
}
.filter-btn-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .filter-btn-group .filter-trigger-holder {
    float: left;
    padding-top: 11px;
    margin-top: -187px;
  }
}
.filter-btn-group .filter-clone-btn .btn {
  cursor: default;
  pointer-events: none;
}
@media (min-width: 768px) {
  .filter-btn-group .filter-clone-btn {
    float: right;
    margin-top: -187px;
  }
}
.portfolio-filter {
  margin: 0;
  padding: 0 0 5px 0;
}
.portfolio-filter > li {
  padding-bottom: 0;
}
.portfolio-filter > li + li {
  padding-top: 18px;
}
.portfolio-filter > li .btn-primary {
  font-weight: 300 !important;
}
.portfolio-wrapper {
  overflow: hidden;
  position: relative;
}
.portfolio-sidebar {
  width: 290px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translate3d(-290px, 0, 0);
  transform: translate3d(-290px, 0, 0);
}
.portfolio-sidebar.portfolio-sidebar__is-visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.portfolio-content {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.portfolio-content.portfolio-sidebar__is-visible {
  -webkit-transform: translate3d(290px, 0, 0);
  transform: translate3d(290px, 0, 0);
}
.portfolio-feed {
  margin-bottom: 64px;
}
.portfolio-feed .portfolio-item {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 0;
  padding-right: 1px;
  margin-bottom: 1px;
}
.portfolio-feed .portfolio-item:hover .portfolio-img > a:before {
  opacity: 0.7;
}
.portfolio-feed .portfolio-item:hover .portfolio-img img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}
.portfolio-feed .portfolio-item:hover .portfolio-details {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.portfolio-feed .portfolio-item .portfolio-img {
  overflow: hidden;
  position: relative;
}
.portfolio-feed .portfolio-item .portfolio-img > a {
  display: block;
  position: relative;
  z-index: 3;
}
.portfolio-feed .portfolio-item .portfolio-img > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #4d306e;
  z-index: 2;
  transition: 0.3s;
  opacity: 0;
}
.portfolio-feed .portfolio-item .portfolio-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.portfolio-feed .portfolio-item .portfolio-details {
  width: 100%;
  background: #ff7149;
  color: #fff;
  padding: 15px 130px 15px 27px;
  overflow: hidden;
  position: relative;
  min-height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
}
.portfolio-feed .portfolio-item .portfolio-details .portfolio-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portfolio-feed .portfolio-item .portfolio-details .btn {
  position: absolute;
  top: 15px;
  margin: 0;
}
.portfolio-feed .portfolio-item .portfolio-details .btn.btn-primary {
  background-color: #ff815d;
}
.portfolio-feed .portfolio-item .portfolio-details .btn.btn-primary:hover {
  background-color: #ff8d6d;
}
.portfolio-feed .portfolio-item .portfolio-details .btn-portfolio-plus {
  right: 75px;
}
.portfolio-feed .portfolio-item .portfolio-details .btn-portfolio-link {
  right: 15px;
}
/* 24.2. Single Gallery Project */
.portfolio-single-thumbnail {
  clear: both;
  margin-bottom: 30px;
}
.portfolio-single-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .portfolio-single-thumbnail img {
    margin-bottom: 0;
  }
}
.portfolio-list-info {
  padding: 0;
  margin: 0;
  border-top: 1px dashed #d2d2dd;
}
.portfolio-list-info li:before {
  display: none;
}
.portfolio-list-info.portfolio-list-info__no-borders {
  border-top: none;
}
.portfolio-list-info.portfolio-list-info__no-borders > li:first-of-type {
  padding-top: 0;
}
.portfolio-list-info.portfolio-list-info__no-borders > li:last-of-type {
  border-bottom: none;
}
.portfolio-list-info > li {
  border-bottom: 1px dashed #d2d2dd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.portfolio-list-info > li .info-label {
  font-weight: bold;
  margin-right: 5px;
}
.portfolio-list-info > li:last-child {
  padding-bottom: 20px;
}
/*
// 26. Shop
// --------------------------------------------------
*/
a.button,
button.button,
input.button {
  cursor: pointer;
  position: relative;
  overflow: visible;
  left: auto;
  white-space: nowrap;
}
a.button.loading,
button.button.loading,
input.button.loading {
  opacity: 0.25;
}
a.button.loading:after,
button.button.loading:after,
input.button.loading:after {
  font-family: "WooCommerce";
  content: "\e01c";
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  transition: spin 2s linear infinite;
}
a.button.added:after,
button.button.added:after,
input.button.added:after {
  font-family: 'WooCommerce';
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.myaccount_user a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.myaccount_user a:hover {
  text-decoration: none;
}
/* Shop Layout */
.products ul,
ul.products {
  clear: both;
  padding: 0;
  padding-top: 40px;
}
.products ul:before,
ul.products:before,
.products ul:after,
ul.products:after {
  content: " ";
  display: table;
}
.products ul:after,
ul.products:after {
  clear: both;
}
.products ul:before,
ul.products:before,
.products ul:after,
ul.products:after {
  content: " ";
  display: table;
}
.products ul:after,
ul.products:after {
  clear: both;
}
.products ul li:before,
ul.products li:before {
  display: none;
}
.products ul li.product,
ul.products li.product {
  position: relative;
  margin-bottom: 60px;
}
.products ul li.product:before,
ul.products li.product:before {
  display: none;
}
/* Checkout */
/* 26.1. Product Filter */
.form-filter-products .form-group {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .form-filter-products .form-group {
    margin-bottom: 0;
  }
}
.form-filter-products .label-inline {
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .form-filter-products .form-group__categories {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .form-filter-products .form-group__currency {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .form-filter-products .form-group__price {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .form-filter-products .form-group__price .input-group {
    float: right;
  }
}
.form-filter-products .form-group__price .form-control {
  width: 50px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.form-filter-products .form-group__price .input-group-addon {
  width: 38px;
  padding: 0;
  line-height: 48px;
  text-align: center;
  border-left: none;
}
@media (min-width: 992px) {
  .form-filter-products .form-group__sort {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .form-filter-products .form-group__sort .form-control,
  .form-filter-products .form-group__sort .btn-group {
    float: right;
    width: 160px;
  }
}
/* 26.2. Product Card */
.products-holder {
  padding-top: 40px;
}
.product-item {
  margin-bottom: 60px;
}
/* 26.3. Single Product */
.product-gallery {
  width: 100%;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rsUni .rsThumb.rsNavSelected img {
  border-color: #ff7149;
}
.rsUni img.rsImg.rsMainSlideImage {
  border: 3px solid #e3e5ea;
}
.product-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.product-heading .product-title {
  font-size: 28px;
  margin-bottom: 0.2em;
}
.review_num {
  padding: 10px 0;
}
@media (min-width: 992px) {
  .review_num {
    text-align: right;
    border-left: 1px dashed #d9d9d9;
  }
}
.review_num .review_number {
  font-weight: bold;
  color: #ff7149;
  margin-right: 0.3em;
}
.product-info {
  padding: 20px 0;
}
.product-info .product-price {
  padding-bottom: 26px;
}
.product-info .price {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .product-info .price {
    float: left;
    margin-bottom: 0;
  }
}
.product-info .price ins {
  display: block;
  font-size: 36px;
  line-height: 1em;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Exo 2', sans-serif;
  color: #4d306e;
}
.product-info .price del {
  display: block;
  color: #ff7149;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Exo 2', sans-serif;
}
.product-info .currency {
  float: right;
  width: 140px;
  margin-left: 20px;
  padding-top: 7px;
}
.product-desc {
  padding-bottom: 15px;
  border-bottom: 1px dashed #d9d9d9;
}
.product-footer {
  padding-top: 24px;
}
.rating-control {
  text-transform: uppercase;
  padding-right: 16px;
}
.rating-control .rating-label {
  float: left;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .rating-control .rating-label {
    width: 60%;
  }
}
.rating-input {
  float: right;
  padding-left: 20px;
  border-left: 1px dashed #d2d2dd;
}
.rating-input .fa {
  padding: 0 1px;
  font-size: 18px;
}
.rating-input .fa-star {
  color: #ff7149;
}
.rating-input .rating-clear {
  display: none !important;
}
.checkout-holder {
  margin-bottom: 30px;
}
.table-checkout td {
  vertical-align: middle !important;
}
.table-checkout .product-thumb {
  margin: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .table-checkout .product-thumb {
    float: left;
    margin: 0 20px 0 0;
  }
}
.table-checkout .product-name {
  margin-bottom: 0;
  font-size: 24px;
}
.table-checkout .product-desc-alt {
  font-weight: 600;
  line-height: 1.2em;
  font-size: 16px;
}
.table-checkout .quantity {
  float: none;
}
.table-checkout .shipping-info td {
  background: #f1f2f4;
  border-left: none;
  border-right: none;
}
.table-checkout .shipping-label {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .table-checkout .shipping-label {
    float: left;
    margin-right: 35px;
    margin-bottom: 0;
    padding-top: 4px;
  }
}
.table-checkout .select-country-holder {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .table-checkout .select-country-holder {
    width: 260px;
    float: left;
    margin-left: 26px;
    margin-bottom: 0;
  }
}
.table-checkout .select-provider-holder {
  width: 100%;
}
@media (min-width: 1200px) {
  .table-checkout .select-provider-holder {
    width: 260px;
    float: left;
    margin-left: 26px;
  }
}
.table-checkout .shipping-subtotal td {
  border-left: none;
  border-right: none;
}
.table-checkout .price-total {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}
.table-checkout .shipping-additional-info .well {
  margin-bottom: 0;
  font-size: 15px;
  color: #656269;
}
.payment-heading {
  padding-bottom: 20px;
}
.payment-heading h5 {
  padding-top: 12px;
}
.payment-footer {
  background: #f1f2f4;
  margin: 0 -30px -30px -30px;
  padding: 20px 30px;
  border-top: 1px solid #d2d2dd;
}
.payment-footer .btn-confirm-holder {
  overflow: hidden;
  margin-right: 90px;
}
.payment-footer .btn-cancel {
  float: right;
  margin-left: 20px;
}
/*
// 27. Pagination
// --------------------------------------------------
*/
.pagination__custom {
  text-align: center;
  padding-bottom: 10px;
}
.pagination__custom > li .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.pagination__custom > li .btn.current:hover {
  cursor: default;
}
/*
// 29. Page Loader
// --------------------------------------------------
*/
.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-loader .loader-inner {
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  background: #ff7149;
  background: linear-gradient(to right, #ff7149 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
}
.page-loader .loader-inner:before {
  width: 50%;
  height: 50%;
  background: #ff7149;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.page-loader .loader-inner:after {
  background: #fefefe;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
// 30. Header
// --------------------------------------------------
*/
/* 30.1. Top Wrapper */
.top-wrapper {
  background-color: #36274c;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: inherit;
  background-size: cover;
  position: relative;
}
.header {
  z-index: 99;
  width: 100%;
  transition: none;
  background-color: transparent;
  position: relative;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .header {
    padding: 24px 0 56px 0;
  }
}
@media (min-width: 992px) {
  .header {
    padding: 40px 0 86px 0;
  }
}
.header.affix {
  width: 100%;
  left: 0;
  position: fixed;
  top: -30px;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  transition: -webkit-transform 0.35s cubic-bezier(0.3, 0.1, 0.55, 1);
  transition: transform 0.35s cubic-bezier(0.3, 0.1, 0.55, 1);
  transition: transform 0.35s cubic-bezier(0.3, 0.1, 0.55, 1), -webkit-transform 0.35s cubic-bezier(0.3, 0.1, 0.55, 1);
  background-color: rgba(54, 39, 76, 0.95);
}
@media (min-width: 768px) {
  .header.affix {
    padding: 12px 0;
  }
}
@media (min-width: 601px) {
  body.admin-bar .header.affix {
    top: 0;
    -webkit-transform: translate(0, 46px);
    transform: translate(0, 46px);
  }
}
@media (min-width: 768px) {
  body.admin-bar .header.affix {
    top: 0;
    -webkit-transform: translate(0, 32px);
    transform: translate(0, 32px);
  }
}
/* 30.2. Logo */
.header .logo {
  margin: 0;
  padding: 0;
}
.header .logo img {
  position: relative;
  display: inline-block;
  z-index: 2;
  max-width: 140px;
  width: 140px;
  height: auto;
}
@media (max-width: 767px) {
  .header .logo img {
    max-width: 88px;
    width: 88px;
  }
}
@media (min-width: 768px) {
  .header.affix .logo img {
    max-width: 110px;
    width: 110px;
  }
}
.header h1,
.header h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.header h1 > a,
.header h2 > a {
  font-size: 34px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
}
@media (max-width: 1199px) {
  .header h1 > a,
  .header h2 > a {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .header h1 > a,
  .header h2 > a {
    font-size: 24px !important;
  }
}
/* 30.3. Navigation */
.navbar-default {
  background: none;
  border-radius: 0;
  padding: 0;
  border: none;
  margin: 0;
  min-height: 0;
  display: table;
  width: 100%;
}
.navbar-header {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  float: none;
  width: 1px;
}
.navbar-holder {
  height: auto;
  width: auto;
  display: block;
  position: static;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.navbar-nav .sub-menu,
.navbar-nav .children {
  background-color: #fff;
  display: none;
  padding: 0;
  position: absolute;
  margin-top: 0;
  left: 0;
  z-index: 99999;
}
.navbar-nav .sub-menu ul,
.navbar-nav .children ul {
  left: 100%;
  top: 0;
}
.navbar-nav {
  padding: 0 20px 0 0;
  margin: 0;
  float: right;
  position: static;
}
@media (max-width: 991px) {
  .navbar-nav {
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    border-top: none;
    box-shadow: none;
    background: #36274c;
  }
  .navbar-nav > li {
    padding: 0 20px !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}
.navbar-nav > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-nav > li + li {
  margin-left: 28px;
}
.navbar-nav > li:before {
  display: none;
}
.navbar-nav > li > a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding: 12px 0;
}
.navbar-nav ul.sub-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.navbar-nav ul.sub-menu li:before {
  display: none;
}
.navbar-nav ul.sub-menu li a {
  display: block;
  color: #746981;
  min-width: 160px;
  padding: 10px 20px;
}
.navbar-nav li:hover > ul,
.navbar-nav li ul li:hover > ul {
  display: block;
}
.navbar-default .navbar-toggle {
  position: relative;
  border: 2px solid #836aa0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  z-index: 1;
  margin-right: 16px;
  color: #fff;
  padding: 0;
}
.navbar-default .navbar-toggle:hover {
  background: none;
}
#mega-menu-wrap-primary {
  position: static;
}
@media (max-width: 991px) {
  #mega-menu-wrap-primary {
    width: 100%;
    left: 0;
    position: absolute;
    top: 14px;
    right: 40px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary {
  position: static;
}
@media (max-width: 991px) {
  #mega-menu-wrap-primary #mega-menu-primary {
    overflow: auto;
    position: relative;
    max-height: 90vh;
    width: 100%;
    top: 8px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li[class*="mega-menu-columns-"] {
    width: 100% !important;
    float: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children a.mega-menu-link > span.mega-indicator::after,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link > span.mega-indicator::after,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout a.mega-menu-link > span.mega-indicator::after {
    margin-top: 8px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:before {
    right: 9px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
    line-height: 50px;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  right: 13px;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
  transition: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: 0.2s;
  opacity: 1;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link {
  position: relative;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > a.mega-menu-link > span.mega-indicator::after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  border: 2px solid #836aa0;
  border-radius: 50%;
  color: #ff7149;
  vertical-align: middle;
  display: inline-block;
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu > li.mega-menu-item,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item {
    padding-top: 1px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link {
  font-family: 'Exo 2', sans-serif !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:before,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:before,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:before {
  color: #bfbfbf;
}
#mega-menu-wrap-primary .mega-menu-toggle {
  text-align: right;
  position: relative;
  float: right;
  margin: 0 2px 2px 0;
  outline: none;
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary .mega-menu-toggle {
    margin: 5px 0;
  }
}
#mega-menu-wrap-primary .mega-menu-toggle [class^="mega-toggle-block"]::after,
#mega-menu-wrap-primary .mega-menu-toggle [class^="mega-toggle-block"].mega-menu-open::after {
  content: "" !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item {
  padding-bottom: 1px !important;
}
/* 30.4. Search Form */
.navbar-search {
  display: table-cell;
  vertical-align: middle;
  width: 1px;
  white-space: nowrap;
  position: relative;
}
.navbar-search:last-child .navbar-search-icon {
  margin-right: 46px;
}
@media (max-width: 767px) {
  .navbar-search {
    position: static;
  }
}
body.page-template-onepage .navbar-search:last-child .navbar-search-icon {
  margin-right: 0;
}
.navbar-search .navbar-search-icon {
  display: inline-block;
  position: relative;
  border: 2px solid #836aa0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  z-index: 1;
  margin-right: 16px;
  color: #fff;
}
@media (min-width: 992px) {
  .navbar-search .navbar-search-icon {
    width: 44px;
    height: 44px;
    margin-right: 0;
  }
}
.navbar-search .navbar-search-icon:hover {
  cursor: pointer;
}
.navbar-search .navbar-search-icon .fa {
  font-size: 14px;
  background: none !important;
  border: none;
  text-align: center;
  line-height: 36px;
  width: 36px;
  height: 36px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.15s;
}
@media (min-width: 992px) {
  .navbar-search .navbar-search-icon .fa {
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}
.form-search__nav {
  position: absolute;
  right: 15px;
  background: #fff;
  width: 250px;
  padding: 10px;
  margin-top: 14px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.55, 1);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  visibility: hidden;
}
.form-search__nav.form-search__nav-visible {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.form-search__nav:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  right: 13px;
  top: -7px;
}
.form-search__nav input[type="text"] {
  background: none;
  padding: 8px 20px;
  border-radius: 50px;
  width: 100%;
  border: 1px solid #d2d2dd;
  transition: 0.2s;
}
.form-search__nav input[type="text"]:focus,
.form-search__nav input[type="text"].focus {
  outline: 0;
}
.form-search__nav .form-search__nav-submit {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 40px;
  border: none;
  right: 12px;
}
body.page-template-onepage .form-search__nav {
  right: 0;
}
@media (min-width: 992px) {
  .form-search__nav {
    right: 0;
  }
}
@media (max-width: 767px) {
  .form-search__nav {
    right: 0;
    left: 0;
    width: auto;
  }
  .form-search__nav::before {
    display: none;
  }
}
/* 30.5. Header Top Bar */
.h-top-bar {
  color: #d2d2dd;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .h-top-bar {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .h-top-bar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.h-top-bar a {
  color: #fff;
  transition: 0.2s;
}
.h-top-bar a:hover {
  color: #ff7149;
  text-decoration: none;
}
.body-hide-h-top-bar .h-top-bar {
  display: none;
}
.h-top-bar_item {
  display: inline-block;
  padding: 0 5px;
  margin: 4px 0;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .h-top-bar_item {
    margin: 14px 0;
    padding: 0 20px;
  }
}
.h-top-bar_item:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
}
@media (min-width: 768px) {
  .h-top-bar_item:before {
    margin-right: 8px;
  }
}
.h-top-bar_item:first-child {
  padding-left: 0;
}
.h-top-bar_item__phone:before {
  content: "\f095";
}
.h-top-bar_item__email:before {
  content: "\f0e0";
}
.h-top-bar_item__login:before {
  display: none;
}
.h-top-bar_item__login-txt {
  opacity: 0.4;
}
.h-top-bar__border-between-items .h-top-bar_item {
  border-width: 0;
}
@media (min-width: 768px) {
  .h-top-bar__border-between-items .h-top-bar_item {
    border-left-width: 1px;
    border-left-color: rgba(255, 255, 255, 0.2);
  }
  .h-top-bar__border-between-items .h-top-bar_item:first-child {
    border-left: none;
  }
}
.h-top-bar__border-between-items__solid .h-top-bar_item {
  border-left-style: solid;
}
.h-top-bar__border-between-items__dashed .h-top-bar_item {
  border-left-style: dashed;
}
.h-top-bar__border-between-items__dotted .h-top-bar_item {
  border-left-style: dotted;
}
.h-top-bar__layout1 {
  text-align: center;
}
@media (min-width: 768px) {
  .h-top-bar__layout1 {
    text-align: left;
  }
}
.h-top-bar__layout1 .h-top-bar_item__login {
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .h-top-bar__layout1 .h-top-bar_item__login {
    float: right;
  }
}
.h-top-bar__color1 {
  background: #36274c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.h-top-bar__color1 .h-top-bar_item__phone:before,
.h-top-bar__color1 .h-top-bar_item__email:before {
  color: #ff7149;
}
.header-separator-svg {
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header-separator-svg__waves_svg_separator {
  max-width: 1200px;
  -webkit-transform: translate(-50%, 0) scaleY(-1);
          transform: translate(-50%, 0) scaleY(-1);
}
@media (max-width: 767px) {
  .header-separator-svg__waves_svg_separator {
    height: 5px;
  }
}
.header-separator-svg__tilt_left_svg_separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
  transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
  height: 10px;
}
@media (min-width: 768px) {
  .header-separator-svg__tilt_left_svg_separator {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .header-separator-svg__tilt_left_svg_separator {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .header-separator-svg__tilt_left_svg_separator {
    height: 80px;
  }
}
.header-separator-svg__tilt_right_svg_separator {
  -webkit-transform: translate(-50%, 0) scaleY(-1);
  transform: translate(-50%, 0) scaleY(-1);
  height: 10px;
}
@media (min-width: 768px) {
  .header-separator-svg__tilt_right_svg_separator {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .header-separator-svg__tilt_right_svg_separator {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .header-separator-svg__tilt_right_svg_separator {
    height: 80px;
  }
}
.header-separator-svg__curve_left_svg_separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
  transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
  height: 10px;
}
@media (min-width: 768px) {
  .header-separator-svg__curve_left_svg_separator {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .header-separator-svg__curve_left_svg_separator {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .header-separator-svg__curve_left_svg_separator {
    height: 90px;
  }
}
.header-separator-svg__curve_right_svg_separator {
  -webkit-transform: translate(-50%, 0) scaleY(-1);
  transform: translate(-50%, 0) scaleY(-1);
  height: 10px;
}
@media (min-width: 768px) {
  .header-separator-svg__curve_right_svg_separator {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .header-separator-svg__curve_right_svg_separator {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .header-separator-svg__curve_right_svg_separator {
    height: 90px;
  }
}
.header-separator-svg__big_triangle_center_svg_separator {
  -webkit-transform: translate(-50%, 0) scaleY(-1);
  transform: translate(-50%, 0) scaleY(-1);
}
@media (max-width: 767px) {
  .header-separator-svg__big_triangle_center_svg_separator {
    height: 8px;
  }
}
.header-separator-svg__big_triangle_right_svg_separator {
  -webkit-transform: translate(-50%, 0) scaleY(-1);
  transform: translate(-50%, 0) scaleY(-1);
  height: 10px;
}
@media (min-width: 768px) {
  .header-separator-svg__big_triangle_right_svg_separator {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .header-separator-svg__big_triangle_right_svg_separator {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .header-separator-svg__big_triangle_right_svg_separator {
    height: 70px;
  }
}
.header-separator-svg__big_triangle_left_svg_separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
  transform: translate(-50%, 0) scaleX(-1) scaleY(-1);
  height: 10px;
}
@media (min-width: 768px) {
  .header-separator-svg__big_triangle_left_svg_separator {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .header-separator-svg__big_triangle_left_svg_separator {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .header-separator-svg__big_triangle_left_svg_separator {
    height: 70px;
  }
}
.header-separator-svg__triangle_center_svg_separator {
  -webkit-transform: translate(-50%, 0) scaleY(-1);
  transform: translate(-50%, 0) scaleY(-1);
  width: 40px;
  height: 16px;
}
@media (min-width: 768px) {
  .header-separator-svg__triangle_center_svg_separator {
    width: 74px;
    height: 30px;
  }
}
@media (min-width: 992px) {
  .header-separator-svg__triangle_center_svg_separator {
    width: 148px;
    height: 57px;
  }
}
.header-separator-svg__debris_svg_separator {
  -webkit-transform: translate(-50%, 0) scaleY(-1);
  transform: translate(-50%, 0) scaleY(-1);
}
@media (max-width: 991px) {
  .header-separator-svg__debris_svg_separator {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .header-separator-svg__debris_svg_separator {
    height: 16px;
  }
}
.header-separator-svg__hills_svg_separator {
  -webkit-transform: translate(-50%, 0) scaleY(-1);
  transform: translate(-50%, 0) scaleY(-1);
}
@media (max-width: 991px) {
  .header-separator-svg__hills_svg_separator {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .header-separator-svg__hills_svg_separator {
    height: 12px;
  }
}
.header-separator-svg__drops_svg_separator {
  -webkit-transform: translate(-50%, 0) scaleY(-1);
  transform: translate(-50%, 0) scaleY(-1);
  bottom: -1px;
  height: 14px;
}
@media (min-width: 768px) {
  .header-separator-svg__drops_svg_separator {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .header-separator-svg__drops_svg_separator {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .header-separator-svg__drops_svg_separator {
    height: 80px;
  }
}
.header-separator-svg__curve_inside_center_svg_separator {
  -webkit-transform: translate(-50%, 0) scaleY(-1);
  transform: translate(-50%, 0) scaleY(-1);
}
@media (max-width: 991px) {
  .header-separator-svg__curve_inside_center_svg_separator {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .header-separator-svg__curve_inside_center_svg_separator {
    height: 10px;
  }
}
/*
// 31. Revolution Slider (Custom styles)
// --------------------------------------------------
*/
.tp-banner-holder {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media (max-width: 991px) {
  .tp-banner-holder {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .tp-banner-holder {
    padding-bottom: 86px;
  }
}
.tp-banner-holder iframe {
  border: none !important;
}
.tp-banner ul {
  padding: 0 !important;
}
.tp-banner .btn-has-icon .fa,
.tp-banner .btn-has-icon .fas,
.tp-banner .btn-has-icon .fab {
  text-align: center !important;
}
@media (max-width: 479px) {
  .tp-banner .btn-has-icon {
    padding-left: 35px;
  }
  .tp-banner .btn-has-icon .fa,
  .tp-banner .btn-has-icon .fab,
  .tp-banner .btn-has-icon .fas {
    display: none;
  }
  .tp-banner .btn-has-icon.icon-right {
    padding-right: 35px;
  }
}
.alert-no-slider {
  margin: 60px 0;
}
.Rocket-OR-Text {
  text-align: center !important;
  height: 50px !important;
  width: 50px !important;
}
.rocket-nav.tparrows.tp-rightarrow:before {
  margin-left: 0 !important;
}
rs-module [class^="fa-"]::before,
rs-module [class*=" fa-"]::before,
.rb-modal-wrapper [class^="fa-"]::before,
.rb-modal-wrapper [class*=" fa-"]::before,
#rs_overview [class^="fa-"]::before,
#rs_overview [class*=" fa-"]::before,
#objectlibrary [class^="fa-"]::before,
#objectlibrary [class*=" fa-"]::before,
#waitaminute [class^="fa-"]::before,
#waitaminute [class*=" fa-"]::before,
#rs_overview_menu [class^="fa-"]::before,
#rs_overview_menu [class*=" fa-"]::before,
#builderView [class^="fa-"]::before,
#builderView [class*=" fa-"]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
/*
// 33. Footer
// --------------------------------------------------
*/
.footer {
  padding: 0;
}
.footer .footer-inner {
  padding-top: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .footer .footer-inner {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .footer .footer-inner {
    padding-top: 130px;
  }
}
.logo-footer {
  text-align: center;
  padding: 0 0 20px 0;
}
@media (min-width: 768px) {
  .logo-footer {
    padding: 0 0 30px 0;
  }
}
@media (min-width: 992px) {
  .logo-footer {
    padding: 0 0 40px 0;
  }
}
.logo-footer img {
  max-width: 75%;
  height: auto;
}
.logo-footer-text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.logo-footer-text > a {
  font-size: 34px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 1199px) {
  .logo-footer-text > a {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .logo-footer-text > a {
    font-size: 24px !important;
  }
}
.footer-separator-svg {
  display: block;
  position: absolute;
  top: -1px;
  width: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.footer-separator-svg__waves_svg_separator {
  max-width: 1200px;
}
@media (max-width: 991px) {
  .footer-separator-svg__waves_svg_separator {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .footer-separator-svg__tilt_left_svg_separator {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .footer-separator-svg__tilt_left_svg_separator {
    height: 40px;
  }
}
.footer-separator-svg__tilt_right_svg_separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1);
  transform: translate(-50%, 0) scaleX(-1);
}
@media (max-width: 767px) {
  .footer-separator-svg__tilt_right_svg_separator {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .footer-separator-svg__tilt_right_svg_separator {
    height: 40px;
  }
}
.footer-separator-svg__curve_left_svg_separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1);
  transform: translate(-50%, 0) scaleX(-1);
}
@media (max-width: 767px) {
  .footer-separator-svg__curve_left_svg_separator {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .footer-separator-svg__curve_left_svg_separator {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .footer-separator-svg__curve_right_svg_separator {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .footer-separator-svg__curve_right_svg_separator {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .footer-separator-svg__big_triangle_center_svg_separator {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .footer-separator-svg__big_triangle_center_svg_separator {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .footer-separator-svg__big_triangle_right_svg_separator {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .footer-separator-svg__big_triangle_right_svg_separator {
    height: 30px;
  }
}
.footer-separator-svg__big_triangle_left_svg_separator {
  -webkit-transform: translate(-50%, 0) scaleX(-1);
  transform: translate(-50%, 0) scaleX(-1);
}
@media (max-width: 767px) {
  .footer-separator-svg__big_triangle_left_svg_separator {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .footer-separator-svg__big_triangle_left_svg_separator {
    height: 30px;
  }
}
.footer-separator-svg__triangle_center_svg_separator {
  width: 40px;
  height: 16px;
}
@media (min-width: 768px) {
  .footer-separator-svg__triangle_center_svg_separator {
    width: 74px;
    height: 30px;
  }
}
@media (min-width: 992px) {
  .footer-separator-svg__triangle_center_svg_separator {
    width: 148px;
    height: 57px;
  }
}
@media (max-width: 767px) {
  .footer-separator-svg__debris_svg_separator {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .footer-separator-svg__debris_svg_separator {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .footer-separator-svg__hills_svg_separator {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .footer-separator-svg__hills_svg_separator {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .footer-separator-svg__drops_svg_separator {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .footer-separator-svg__drops_svg_separator {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .footer-separator-svg__curve_inside_center_svg_separator {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .footer-separator-svg__curve_inside_center_svg_separator {
    height: 30px;
  }
}
/* 33.1. Footer Social Links */
.footer-social-links {
  padding-bottom: 24px;
}
.footer-social-links li:before {
  display: none;
}
@media (min-width: 768px) {
  .footer-social-links {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .footer-social-links {
    padding-bottom: 94px;
  }
}
@media (min-width: 768px) {
  .footer-social-links > li {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .footer-social-links > li {
    padding: 0 15px;
  }
}
.footer-social-links > li > a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #836aa0;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  background-color: transparent;
  transition: all 0.25s cubic-bezier(0.3, 0.1, 0.55, 1);
}
@media (min-width: 768px) {
  .footer-social-links > li > a {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 46px;
    border-width: 2px;
  }
}
@media (min-width: 992px) {
  .footer-social-links > li > a {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 56px;
  }
}
.footer-social-links > li > a:hover {
  color: #fff;
  background-color: #ff7149;
  border-color: #ff7149;
}
.footer-social-links.footer-social-links__rounded > li > a {
  border-radius: 50%;
}
/* 33.2. Footer Text */
.footer-text {
  border-top: 1px dashed rgba(255, 255, 255, 0.33);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.footer-text div[class^="col-"] {
  position: relative;
  padding-top: 0;
}
.footer-text div[class^="col-"]:first-child {
  padding-top: 20px;
}
.footer-text div[class^="col-"]:last-child {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .footer-text div[class^="col-"],
  .footer-text div[class^="col-"]:first-child,
  .footer-text div[class^="col-"]:last-child {
    padding: 40px 0;
  }
  .footer-text div[class^="col-"]:before,
  .footer-text div[class^="col-"]:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 50%;
  }
  .footer-text div[class^="col-"]:before {
    background: rgba(255, 255, 255, 0.11);
    width: 14px;
    height: 14px;
    top: -7px;
    margin-left: -7px;
  }
  .footer-text div[class^="col-"]:after {
    width: 4px;
    height: 4px;
    background: #ff7149;
    top: -2px;
    margin-left: -2px;
  }
}
.footer-text .fa {
  margin-left: 0.2em;
}
/* 33.3. Footer Widgets */
@media (min-width: 992px) {
  .footer-widgets {
    padding-bottom: 40px;
  }
}
.widget__footer .title-bordered {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.widget__footer .title-bordered h4 {
  color: #fff;
}
.widget__footer.widget_archive > ul,
.widget__footer.widget_nav_menu > ul,
.widget__footer.widget_nav_menu > div > ul,
.widget__footer.widget_meta > ul,
.widget__footer.widget_pages > ul,
.widget__footer.widget_recent_comments > ul,
.widget__footer.widget_recent_entries > ul,
.widget__footer.widget_categories > ul,
.widget__footer.widget_rss > ul,
.widget__footer.widget_product_categories > ul,
.widget__footer.widget_layered_nav > ul,
.widget__footer.widget_layered_nav_filters > ul {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.widget__footer.widget_archive > ul > li,
.widget__footer.widget_nav_menu > ul > li,
.widget__footer.widget_nav_menu > div > ul > li,
.widget__footer.widget_meta > ul > li,
.widget__footer.widget_pages > ul > li,
.widget__footer.widget_recent_comments > ul > li,
.widget__footer.widget_recent_entries > ul > li,
.widget__footer.widget_categories > ul > li,
.widget__footer.widget_rss > ul > li,
.widget__footer.widget_product_categories > ul > li,
.widget__footer.widget_layered_nav > ul > li,
.widget__footer.widget_layered_nav_filters > ul > li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.widget__footer.widget_archive > ul > li > a:not(:hover),
.widget__footer.widget_nav_menu > ul > li > a:not(:hover),
.widget__footer.widget_nav_menu > div > ul > li > a:not(:hover),
.widget__footer.widget_meta > ul > li > a:not(:hover),
.widget__footer.widget_pages > ul > li > a:not(:hover),
.widget__footer.widget_recent_comments > ul > li > a:not(:hover),
.widget__footer.widget_recent_entries > ul > li > a:not(:hover),
.widget__footer.widget_categories > ul > li > a:not(:hover),
.widget__footer.widget_rss > ul > li > a:not(:hover),
.widget__footer.widget_product_categories > ul > li > a:not(:hover),
.widget__footer.widget_layered_nav > ul > li > a:not(:hover),
.widget__footer.widget_layered_nav_filters > ul > li > a:not(:hover) {
  color: #fff;
}
.widget__footer.widget_archive > ul > li::before,
.widget__footer.widget_nav_menu > ul > li::before,
.widget__footer.widget_nav_menu > div > ul > li::before,
.widget__footer.widget_meta > ul > li::before,
.widget__footer.widget_pages > ul > li::before,
.widget__footer.widget_recent_comments > ul > li::before,
.widget__footer.widget_recent_entries > ul > li::before,
.widget__footer.widget_categories > ul > li::before,
.widget__footer.widget_rss > ul > li::before,
.widget__footer.widget_product_categories > ul > li::before,
.widget__footer.widget_layered_nav > ul > li::before,
.widget__footer.widget_layered_nav_filters > ul > li::before {
  color: rgba(255, 255, 255, 0.3);
}
.widget__footer.widget_text .textwidget {
  color: rgba(255, 255, 255, 0.5);
}
/*
// 34. Page 404
// --------------------------------------------------
*/
.error404 {
  background-color: #36274c;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .error404 {
    padding: 240px 0;
  }
}
.error404 .page-wrapper .container {
  position: relative;
}
.page-404-main {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-404-main {
    text-align: left;
    margin-bottom: 0;
  }
}
.page-404-main .page-404-num {
  display: block;
  font-size: 140px;
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .page-404-main .page-404-num {
    margin-top: -40px;
  }
}
.page-404-main .page-404-num:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
.page-404-main .page-404-num:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #ff7149;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .page-404-main .page-404-num {
    font-size: 240px;
    line-height: 1em;
  }
}
@media (min-width: 1200px) {
  .page-404-main .page-404-num {
    font-size: 300px;
    margin-right: 40px;
  }
}
.page-404-main .page-404-notice {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .page-404-main .page-404-notice {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .page-404-main .page-404-notice {
    font-size: 21px !important;
  }
}
.page-404-rocket {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.page-404-rocket img {
  display: none;
}
@media (min-width: 992px) {
  .page-404-rocket {
    position: absolute;
    left: 290px;
    top: 70px;
    text-align: left;
  }
  .page-404-rocket img {
    max-width: 100%;
    margin: 0;
    display: block;
  }
}
@media (min-width: 1200px) {
  .page-404-rocket {
    left: 480px;
    top: 70px;
  }
}
.page-404-header {
  position: relative;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  padding-bottom: 35px;
  margin-bottom: 35px;
  text-align: center;
  padding-top: 45px;
}
.page-404-header:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
.page-404-header:after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #ff7149;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .page-404-header {
    text-align: left;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .page-404-header {
    padding-left: 95px;
  }
}
.page-404-header h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.page-404-header h1 > a {
  font-size: 34px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
}
@media (max-width: 1199px) {
  .page-404-header h1 > a {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .page-404-header h1 > a {
    font-size: 24px !important;
  }
}
.page-404-desc {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .page-404-desc {
    padding-left: 95px;
  }
}
.page-404-footer-label {
  display: block;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.page-404-footer-label:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
.page-404-footer-label:after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #ff7149;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .page-404-footer-label {
    padding-left: 95px;
  }
}
@media (max-width: 1199px) {
  .page-404-footer-label {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .page-404-footer-label {
    font-size: 21px !important;
  }
}
.page-404-social {
  margin: 0;
}
.page-404-social li:before {
  display: none;
}
@media (min-width: 1200px) {
  .page-404-social {
    padding-left: 95px;
  }
}
.page-404-social > li {
  padding: 0 0 0 16px;
}
.page-404-social > li a {
  color: #fff;
  display: inline-block;
}
.page-404-social > li a:hover {
  color: #ff7149;
}
.page-404-social > li a .fa {
  font-size: 24px;
}
.page-404-social > li:first-child {
  padding-left: 0;
}
/*
// 35. Coming Soon
// --------------------------------------------------
*/
.page-template-template-coming-soon {
  background-color: #36274c;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .page-template-template-coming-soon {
    padding: 135px 0;
  }
}
.page-coming-soon-header {
  text-align: center;
}
.page-coming-soon-header h1 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-coming-soon-header h1 {
    font-size: 36px !important;
  }
}
.page-coming-soon-footer {
  position: relative;
  padding: 18px 0 30px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.33);
}
@media (min-width: 992px) {
  .page-coming-soon-footer {
    padding: 48px 0 60px 0;
  }
}
.page-coming-soon-footer .footer-social-links {
  padding-bottom: 0;
}
/*
// 36. Under Construction
// --------------------------------------------------
*/
.page-template-template-under-construction {
  background-color: #36274c;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .page-template-template-under-construction {
    padding: 135px 0;
  }
}
.page-under-construction-header {
  text-align: center;
}
.page-under-construction-header h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-under-construction-header h1 {
    font-size: 64px;
  }
}
.page-under-construction-footer {
  background: none;
}
.page-under-construction-footer .footer-inner {
  padding-top: 0;
}
.page-under-construction-footer .footer-inner:before {
  display: none;
}
.page-under-construction-footer .footer-social-links {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-under-construction-footer .footer-social-links {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .page-under-construction-footer .footer-social-links {
    padding-bottom: 70px;
  }
}
.countdown {
  padding: 80px 0;
  overflow: hidden;
}
.countdown .number {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  font-family: 'Exo 2', sans-serif;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .countdown .number {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .countdown .number {
    width: 186px;
    height: 186px;
    line-height: 186px;
    font-size: 64px;
    margin-bottom: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .countdown .number {
    font-size: 24px !important;
  }
}
.countdown .number:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #836aa0;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .countdown .number:before {
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border: 3px solid #836aa0;
  }
}
.countdown .desc {
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .countdown .desc {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .countdown .desc {
    margin-bottom: 10px;
  }
}
.countdown.countdown__color-circles .number:before {
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .countdown.countdown__color-circles .number:before {
    border-width: 3px;
  }
}
.countdown.countdown__color-circles .days-count {
  background: #ffa76c;
}
.countdown.countdown__color-circles .hours-count {
  background: #ff7149;
}
.countdown.countdown__color-circles .mins-count {
  background: #ea582f;
}
.countdown.countdown__color-circles .secs-count {
  background: #d44546;
}
.countdown.countdown__sm {
  padding: 8px 0;
}
@media (min-width: 768px) {
  .countdown.countdown__sm .number {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .countdown.countdown__sm .number {
    width: 130px;
    height: 130px;
    line-height: 124px;
    font-size: 52px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .countdown.countdown__sm .number:before {
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    border-width: 2px;
  }
}
/*
// 37. Timeline
// --------------------------------------------------
*/
.timeline {
  position: relative;
}
.timeline li:before {
  display: none;
}
@media (min-width: 992px) {
  .timeline:after {
    content: "";
    display: block !important;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: 54px;
    z-index: 1;
    background-image: linear-gradient(to right, #7648a3 0%, #836aa0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7648a3', endColorstr='#ff836aa0', GradientType=1);
  }
}
.timeline > div {
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .timeline > div {
    margin-bottom: 0;
  }
}
.timeline > div > a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.2s;
}
.timeline > div > a h5 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .timeline > div > a h5 {
    margin-bottom: 36px;
  }
}
.timeline > div > a .desc-holder {
  display: block;
  position: relative;
  padding-top: 14px;
}
@media (min-width: 992px) {
  .timeline > div > a .desc-holder {
    padding-top: 39px;
  }
}
.timeline > div > a .desc-holder::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 12px;
  height: 12px;
  margin: -3px 0 0 -6px;
  background: #413458;
  border: 2px solid #836aa0;
  border-radius: 50%;
  z-index: 2;
}
@media (min-width: 992px) {
  .timeline > div > a .desc-holder:after {
    content: "\f00c";
    display: block;
    position: absolute;
    font-size: 14px;
    left: 50%;
    top: 0;
    margin: -3px 0 0 -6px;
    color: #ff7149;
    z-index: 2;
    opacity: 0;
    transition: 0.2s;
    transition-delay: 0;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.timeline > div > a .desc-holder .desc {
  display: block;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  transition: 0.2s;
  opacity: 0.4;
}
.timeline > div > a:hover,
.timeline > div > a.timeline-step__active {
  text-decoration: none;
}
@media (min-width: 992px) {
  .timeline > div > a:hover h5,
  .timeline > div > a.timeline-step__active h5 {
    color: #f9f6f3;
    -webkit-transform: translate(0, -14px);
    transform: translate(0, -14px);
  }
}
@media (min-width: 992px) {
  .timeline > div > a:hover .desc-holder:before,
  .timeline > div > a.timeline-step__active .desc-holder:before {
    width: 48px;
    height: 48px;
    margin: -20px 0 0 -24px;
    background: rgba(131, 106, 160, 0.5);
    border-width: 0;
  }
}
@media (min-width: 992px) {
  .timeline > div > a:hover .desc-holder:after,
  .timeline > div > a.timeline-step__active .desc-holder:after {
    opacity: 1;
    transition-delay: 0.05s;
  }
}
@media (min-width: 992px) {
  .timeline > div > a:hover .desc-holder .desc,
  .timeline > div > a.timeline-step__active .desc-holder .desc {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .timeline > div > a.item-checkmark__active .desc-holder:before {
    -webkit-transform: scale(4, 4);
    transform: scale(4, 4);
    background: rgba(131, 106, 160, 0.5);
    border-width: 0;
  }
}
@media (min-width: 992px) {
  .timeline > div > a.item-checkmark__active .desc-holder:after {
    opacity: 1;
    transition-delay: 0.05s;
  }
}
.timeline > div > a.timeline-step__non-active {
  cursor: default;
}
.timeline-layout--vertical {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .timeline-layout--vertical:after {
    content: "";
    display: block !important;
    position: absolute;
    height: 100%;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    top: 0;
    bottom: 0;
    right: auto;
    z-index: 1;
  }
}
.timeline-layout--vertical .timeline__item-date {
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  display: block;
  color: #ff7149;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.timeline-layout--vertical .timeline-step {
  width: 50%;
  margin-left: auto;
  padding-left: 80px;
  padding-bottom: 0;
  margin-bottom: -32px;
  text-align: left;
}
@media (max-width: 991px) {
  .timeline-layout--vertical .timeline-step {
    width: 100%;
    margin: 0 !important;
    padding: 20px !important;
  }
}
.timeline-layout--vertical .timeline-step .item-link {
  background-color: #f9fafb;
  border: 1px solid #d2d2dd;
  padding: 30px 45px;
}
.timeline-layout--vertical .timeline-step .item-link::before,
.timeline-layout--vertical .timeline-step .item-link::after {
  content: "";
  display: block;
  position: absolute;
}
@media (max-width: 991px) {
  .timeline-layout--vertical .timeline-step .item-link::before,
  .timeline-layout--vertical .timeline-step .item-link::after {
    display: none;
  }
}
.timeline-layout--vertical .timeline-step .item-link::after {
  top: -1px;
  height: 1px;
  width: 20px;
  background-color: #d2d2dd;
}
.timeline-layout--vertical .timeline-step .desc-holder {
  position: static;
  padding-top: 0;
  -webkit-transform: none;
          transform: none;
}
.timeline-layout--vertical .timeline-step .desc-holder::before,
.timeline-layout--vertical .timeline-step .desc-holder::after {
  left: 0;
  top: 0;
  margin-left: -87px;
}
@media (max-width: 991px) {
  .timeline-layout--vertical .timeline-step .desc-holder::before,
  .timeline-layout--vertical .timeline-step .desc-holder::after {
    display: none;
  }
}
.timeline-layout--vertical .timeline-step .desc-holder .desc {
  color: #656269;
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.timeline-layout--vertical .timeline-step .timeline__item-title {
  font-family: 'Exo 2', sans-serif;
  color: #656269;
  font-size: 28px;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 0.75em;
  -webkit-transform: none;
          transform: none;
}
.timeline-layout--vertical .timeline-step:nth-child(odd) .item-link::before {
  left: -40px;
  top: -1px;
  border-left: 20px solid transparent;
  border-right: 20px solid #f9fafb;
  border-bottom: 20px solid transparent;
}
.timeline-layout--vertical .timeline-step:nth-child(odd) .item-link::after {
  left: -19px;
}
.timeline-layout--vertical .timeline-step:nth-child(even) {
  margin-left: 0;
  padding-right: 80px;
  padding-left: 0;
  text-align: right;
}
@media (max-width: 991px) {
  .timeline-layout--vertical .timeline-step:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
}
.timeline-layout--vertical .timeline-step:nth-child(even) .item-link::before {
  right: -40px;
  top: -1px;
  border-left: 20px solid #f9fafb;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.timeline-layout--vertical .timeline-step:nth-child(even) .item-link::after {
  right: -19px;
}
.timeline-layout--vertical .timeline-step:nth-child(even) .desc-holder::before,
.timeline-layout--vertical .timeline-step:nth-child(even) .desc-holder::after {
  left: 100%;
  margin-left: 75px;
}
/*
// 38. Google Map
// --------------------------------------------------
*/
.gmap-holder {
  margin: 20px 0 70px 0;
  position: relative;
}
.googlemap-wrapper {
  position: relative;
}
.googlemap-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-cta-top-inside.svg) no-repeat 50% 0;
  background-size: contain;
  width: 100%;
  height: 30px;
  top: -1px;
  right: 0;
  z-index: 2;
}
.googlemap-wrapper img {
  max-width: none !important;
}
.map-canvas {
  width: 100%;
  height: 220px;
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .map-canvas {
    height: 340px;
  }
}
@media (min-width: 992px) {
  .map-canvas {
    margin-bottom: 0;
    height: 420px;
  }
}
.map-canvas:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  color: #4d306e;
  content: '\f110';
  text-align: center;
  font-size: 20px;
  font-family: 'FontAwesome';
  line-height: 30px;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
// 39. Back To Top
// --------------------------------------------------
*/
.back-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 992px) {
  .back-top {
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .back-top {
    bottom: 0;
    right: 0;
  }
}
.back-top .link-holder {
  width: 100px;
  height: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .back-top .link-holder {
    width: 50px;
    height: 50px;
  }
}
.back-top a {
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  border: 4px solid #e5e2e0;
  text-align: center;
  text-decoration: none;
  color: #e5e2e0;
  font-size: 24px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .back-top a {
    width: 30px;
    height: 30px;
    border-width: 3px;
    font-size: 14px;
  }
}
.back-top a:hover {
  width: 100px;
  height: 100px;
  background: #ff7149;
  color: #fff;
}
@media (max-width: 767px) {
  .back-top a:hover {
    width: 50px;
    height: 50px;
  }
}
.back-top a:hover .fa {
  font-size: 28px;
}
@media (max-width: 767px) {
  .back-top a:hover .fa {
    font-size: 14px;
  }
}
.back-top a .fa {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: 0.1s;
}
.back-top a.contacts-link + .tooltip {
  margin: 0 0 0 -30px;
}
@media (max-width: 767px) {
  .back-top a.contacts-link + .tooltip {
    display: none !important;
  }
}
/*
// 40. Logos List
// --------------------------------------------------
*/
.logos-list [class^="col-"] {
  padding-bottom: 14px;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
  float: none !important;
}
.logos-list.hide_title .partner-name {
  display: none;
}
.partner-link {
  color: #656269;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
}
.partner-link img {
  max-width: 100%;
  height: auto;
  transition: 0.2s;
  opacity: 0.18;
  margin-bottom: 20px;
}
.partner-link:hover {
  color: #ff7149;
  text-decoration: none;
}
.partner-link:hover img {
  opacity: 1;
}
.partner-link .fa {
  margin-right: 8px;
  color: #ff7149;
}
.partner-name {
  display: block;
}
/*
// 43. Counter
// --------------------------------------------------
*/
.rocket_counter {
  margin: 0 auto 20px auto;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.rocket_counter-border {
  border: 2px solid #e5e2e0;
}
@media (min-width: 768px) {
  .rocket_counter-border {
    border-width: 3px;
  }
}
@media (min-width: 992px) {
  .rocket_counter-border {
    border-width: 4px;
  }
}
.rocket_counter-color__primary {
  background-color: #ff7149;
}
.rocket_counter-color__secondary {
  background-color: #4d306e;
}
.rocket_counter-color__tertiary {
  background-color: #d44546;
}
.rocket_counter-color__quaternary {
  background-color: #ffa76c;
}
.rocket_counter-shape__circle {
  border-radius: 50%;
}
.rocket_counter-shape__square {
  border-radius: 0;
}
.rocket_counter-shape__rounded {
  border-radius: 0.5em;
}
.rocket_counter-size__small {
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
}
@media (min-width: 768px) {
  .rocket_counter-size__small {
    width: 80px;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  .rocket_counter-size__small {
    width: 90px;
    height: 90px;
    font-size: 32px;
    line-height: 90px;
  }
}
.rocket_counter-size__small.rocket_counter-border {
  line-height: 54px;
}
@media (min-width: 768px) {
  .rocket_counter-size__small.rocket_counter-border {
    line-height: 76px;
  }
}
@media (min-width: 992px) {
  .rocket_counter-size__small.rocket_counter-border {
    line-height: 84px;
  }
}
@media (max-width: 1199px) {
  .rocket_counter-size__small + .rocket_counter-label {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .rocket_counter-size__small + .rocket_counter-label {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .rocket_counter-size__small + .rocket_counter-label {
    font-size: 24px;
  }
}
.rocket_counter-size__normal {
  width: 80px;
  height: 80px;
  font-size: 24px;
  line-height: 80px;
}
@media (min-width: 768px) {
  .rocket_counter-size__normal {
    width: 100px;
    height: 100px;
    font-size: 34px;
    line-height: 100px;
  }
}
@media (min-width: 992px) {
  .rocket_counter-size__normal {
    width: 130px;
    height: 130px;
    font-size: 42px;
    line-height: 130px;
  }
}
.rocket_counter-size__normal.rocket_counter-border {
  line-height: 76px;
}
@media (min-width: 768px) {
  .rocket_counter-size__normal.rocket_counter-border {
    line-height: 94px;
  }
}
@media (min-width: 992px) {
  .rocket_counter-size__normal.rocket_counter-border {
    line-height: 120px;
  }
}
.rocket_counter-size__large {
  width: 100px;
  height: 100px;
  font-size: 28px;
  line-height: 100px;
}
@media (min-width: 768px) {
  .rocket_counter-size__large {
    width: 120px;
    height: 120px;
    font-size: 38px;
    line-height: 120px;
  }
}
@media (min-width: 992px) {
  .rocket_counter-size__large {
    width: 180px;
    height: 180px;
    font-size: 52px;
    line-height: 180px;
  }
}
.rocket_counter-size__large.rocket_counter-border {
  line-height: 94px;
}
@media (min-width: 768px) {
  .rocket_counter-size__large.rocket_counter-border {
    line-height: 116px;
  }
}
@media (min-width: 992px) {
  .rocket_counter-size__large.rocket_counter-border {
    line-height: 174px;
  }
}
@media (max-width: 1199px) {
  .rocket_counter-size__large + .rocket_counter-label {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .rocket_counter-size__large + .rocket_counter-label {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .rocket_counter-size__large + .rocket_counter-label {
    font-size: 32px;
  }
}
.rocket_counter-label {
  text-align: center;
}
@media (max-width: 1199px) {
  .rocket_counter-label {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .rocket_counter-label {
    font-size: 18px;
  }
}
/*
// 44. Info Banner
// --------------------------------------------------
*/
.rocket_info-banner {
  overflow: hidden;
  position: relative;
}
.rocket_info-banner-wrap {
  padding: 20px;
  min-height: 150px;
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .rocket_info-banner-wrap {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .rocket_info-banner-wrap {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .rocket_info-banner-wrap {
    padding: 50px;
  }
}
.rocket_info-banner-inner {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.rocket_info-banner-link-full {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
}
.rocket_info-banner-overlay {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.rocket_info-banner-title {
  position: relative;
  z-index: 3;
  pointer-events: none;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: bold;
  font-family: 'Open Sans', sans-serif;
  color: #4d306e;
}
@media (min-width: 768px) {
  .rocket_info-banner-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .rocket_info-banner-title {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .rocket_info-banner-title {
    font-size: 46px;
  }
}
.rocket_info-banner-subtitle {
  position: relative;
  z-index: 3;
  pointer-events: none;
  font-size: 12px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0;
  color: #4d306e;
}
@media (min-width: 768px) {
  .rocket_info-banner-subtitle {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .rocket_info-banner-subtitle {
    font-size: 16px;
  }
}
.rocket_info-banner-desc {
  position: relative;
  z-index: 3;
  pointer-events: none;
  margin-top: 0.75em;
}
@media (max-width: 767px) {
  .rocket_info-banner-desc {
    display: none;
  }
}
.rocket_info-banner-btn {
  position: relative;
  z-index: 3;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .rocket_info-banner-btn {
    padding: 6px 18px;
    font-size: 0.91em;
  }
}
.rocket_info-banner-img {
  position: absolute;
  z-index: 3;
  top: 0;
  display: block;
  border: 0;
  box-shadow: none;
  max-width: none;
  width: auto !important;
  float: none;
  margin: 0 auto;
  pointer-events: none;
}
.rocket_info-align-left {
  text-align: left;
}
.rocket_info-align-right {
  text-align: right;
}
.rocket_info-align-center {
  text-align: center;
}
.rocket_info-banner-img-top-left {
  left: 0;
  top: 0;
}
.rocket_info-banner-img-top-center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.rocket_info-banner-img-top-right {
  left: auto;
  right: 0;
}
.rocket_info-banner-img-center-left {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.rocket_info-banner-img-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rocket_info-banner-img-center-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: auto;
  right: 0;
}
.rocket_info-banner-img-bottom-left {
  left: 0;
}
.rocket_info-banner-img-bottom-center,
.rocket_info-banner-img-bottom-left,
.rocket_info-banner-img-bottom-right {
  top: auto;
  bottom: 0;
}
.rocket_info-banner-img-bottom-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rocket_info-banner-img-bottom-right {
  right: 0;
  left: auto;
}
/*
// Crypto Elements
// --------------------------------------------------
*/
.dfc-crypto-card {
  display: block;
  border: 2px solid #fff;
  background-clip: content-box;
  padding: 4px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.dfc-crypto-card .dfc-symbol {
  font-size: 46px;
  line-height: 1em;
  font-weight: bold;
  padding: 30px 0 5px 0;
}
.dfc-crypto-card .dfc-name {
  font-size: 16px;
  line-height: 1.2em;
  font-family: 'Exo 2', sans-serif;
}
.dfc-crypto-card .dfc-rates {
  padding: 28px 0 23px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly;
}
.dfc-crypto-card .dfc-rates .dfc-rate .dfc-currency {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  padding-bottom: 0.1em;
}
.dfc-crypto-card .dfc-rates .dfc-rate .dfc-value {
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
}
.dfc-crypto-card.dfc-color-primary {
  background-color: #ff7149;
}
.dfc-crypto-card.dfc-color-secondary {
  background-color: #4d306e;
}
.dfc-crypto-card.dfc-color-tertiary {
  background-color: #d44546;
}
.dfc-crypto-card.dfc-color-quaternary {
  background-color: #ffa76c;
}
.dfc-table .fa-caret-up {
  color: #5cb85c;
  margin-left: 0.3em;
}
.dfc-table .fa-caret-down {
  color: #d44546;
  margin-left: 0.3em;
}
.token-sale-counter {
  background-color: #f8f9fa;
}
.token-sale-counter__header {
  padding: 40px 20px;
  background-image: url("images/token-sale-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.token-sale-counter__header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ff7149;
  opacity: 0.96;
}
.token-sale-counter__title {
  font-size: 28px;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
  text-align: center !important;
}
.token-sale-counter__countdown {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
}
.token-sale-counter__countdown-item {
  text-align: center;
  min-width: 25%;
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
}
.token-sale-counter__countdown-item .number {
  font-size: 36px;
  line-height: 1.2em;
  padding-bottom: 0.1em;
  display: block;
}
.token-sale-counter__countdown-item .desc {
  font-size: 15px;
  line-height: 1.2em;
  display: block;
}
.token-sale-counter__progress {
  padding: 30px 20px;
}
.token-sale-counter__progress .progress {
  margin-bottom: 0;
}
.token-sale-counter__subtitle {
  font-size: 21px;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center !important;
}
.token-sale-counter__info {
  background-color: #f1f2f4;
  border-top: 1px solid #d2d2dd;
  border-bottom: 1px solid #d2d2dd;
  padding: 25px 40px;
}
.token-sale-counter__info-list {
  font-size: 16px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  color: #4d306e;
  margin: 0;
  padding: 0;
}
.token-sale-counter__info-list-item {
  margin: 0;
  padding: 0;
}
.token-sale-counter__info-list-item + .token-sale-counter__info-list-item {
  padding-top: 5px;
}
.token-sale-counter__footer {
  padding: 20px;
  text-align: center !important;
}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  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 */
}
/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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 img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
  font-style: italic;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 1em;
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
.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-caption {
  padding-top: 5px;
  display: block;
  line-height: 1.5em;
}
/*
// 13. Tooltip
// --------------------------------------------------
*/
.tooltip {
  font-size: 16px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
}
.tooltip-inner {
  background-color: #ff7149;
  border-radius: 0;
  padding: 6px 20px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ff7149;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #ff7149;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #ff7149;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #ff7149;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #ff7149;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ff7149;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #ff7149;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #ff7149;
}
/*
// 25. Magnific Popup
// --------------------------------------------------
*/
/* Custom styles for MP
// Default styles see here vendor/magnific-popup/magnific-popup.css */
.mfp-bg {
  background: #4d306e;
  opacity: 0.7;
}
.mfp-figure:after {
  box-shadow: none;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: #ff7149;
  text-align: center;
  top: 36px;
  right: 0;
  opacity: 1;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background: #ff7d58;
}
img.mfp-img {
  vertical-align: top;
  padding-top: 36px;
  padding-bottom: 36px;
}
.mfp-bottom-bar {
  padding: 32px 10px 32px 10px;
  color: #fff;
}
.mfp-bottom-bar .mfp-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mfp-bottom-bar .mfp-title .btn {
  position: absolute;
  right: 15px;
  top: 15px;
  font-weight: 300;
  padding-right: 70px;
  padding-left: 25px;
}
.mfp-counter {
  display: none;
}
/*
// 41. Helpers
// --------------------------------------------------
*/
.box,
.box-wrapper > .vc_column_container > .wpb_wrapper,
.comment-respond,
form.woocommerce-checkout {
  background: #f8f9fa;
  border: 1px solid #d2d2dd;
  padding: 30px;
}
.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}
.v-center {
  position: relative;
}
.v-center:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
.v-center .v-center-inner {
  display: inline-block;
  vertical-align: middle;
}
.wow-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.gap-10 {
  height: 10px;
  overflow: hidden;
}
.gap-20 {
  height: 20px;
  overflow: hidden;
}
.gap-30 {
  height: 30px;
  overflow: hidden;
}
.gap-40 {
  height: 40px;
  overflow: hidden;
}
.gap-50 {
  height: 50px;
  overflow: hidden;
}
.gap-60 {
  height: 60px;
  overflow: hidden;
}
.gap-70 {
  height: 70px;
  overflow: hidden;
}
.gap-80 {
  height: 80px;
  overflow: hidden;
}
.gap-90 {
  height: 90px;
  overflow: hidden;
}
.gap-90 {
  height: 90px;
  overflow: hidden;
}
.gap-100 {
  height: 100px;
  overflow: hidden;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .pl-20 {
    padding-left: 20px;
  }
}
.pos-relative {
  position: relative;
}
.fontawesome-icon-list [class*="col-md-"] {
  margin-bottom: 20px;
}
.fontawesome-icon-list .fa {
  width: 32px;
  text-align: right;
  font-size: 14px;
  margin-right: 10px;
}
.rocket-row-with-overlay .rocket_row-section-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.rocket-row-with-overlay .vc_column_container {
  position: relative;
  z-index: 2;
}
.rocket-row-with-overlay .rocket-separator {
  z-index: 2;
}
.page-intro {
  background-color: #36274c;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  position: relative;
}
.page-intro .header-intro {
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .page-intro .header-intro {
    padding: 95px 0 0 0;
  }
}
.page-intro .header-intro .logo-intro img {
  margin: 0 auto;
}
.page-intro .header-intro .dots {
  text-align: center;
  margin: 40px 0 45px 0;
  height: 5px;
  vertical-align: top;
  overflow: hidden;
}
.page-intro .header-intro .dots .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff7149;
  margin: 0 3px;
  vertical-align: top;
}
.page-intro .page-wrapper .container {
  position: relative;
}
.page-intro .page-wrapper .container h2 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 1.5em;
  padding-top: 2em;
}
@media (min-width: 768px) {
  .page-intro .page-wrapper .container h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .page-intro .page-wrapper .container h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .page-intro .page-wrapper .container h2 {
    font-size: 46px;
  }
}
.page-intro .page-wrapper .container .demo-list .demo-item {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.page-intro .page-wrapper .container .demo-list .demo-item:after {
  content: "";
  display: block;
  height: 1px;
  overflow: hidden;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.page-intro .page-wrapper .container .demo-list .demo-item.no-border:after {
  border-bottom-color: transparent;
}
@media (min-width: 992px) {
  .page-intro .page-wrapper .container .demo-list .demo-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .page-intro .page-wrapper .container .demo-list .demo-item {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.page-intro .page-wrapper .container .demo-list .demo-thumb {
  background: url(../images/demo/imac-holder.png) 0 0 no-repeat;
  background-size: contain;
  width: 259px;
  height: 241px;
  padding-top: 9px;
  position: relative;
  margin: 0 auto;
}
.page-intro .page-wrapper .container .demo-list .demo-thumb:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 63%;
  width: 50%;
  background: url(../images/demo/glare.png) 100% 0 no-repeat;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 992px) {
  .page-intro .page-wrapper .container .demo-list .demo-thumb {
    width: 372px;
    height: 350px;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .page-intro .page-wrapper .container .demo-list .demo-thumb {
    width: 525px;
    height: 492px;
    padding-top: 21px;
  }
}
.page-intro .page-wrapper .container .demo-list .demo-thumb > a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 237px;
  height: 141px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .page-intro .page-wrapper .container .demo-list .demo-thumb > a {
    width: 341px;
    height: 205px;
  }
}
@media (min-width: 1200px) {
  .page-intro .page-wrapper .container .demo-list .demo-thumb > a {
    width: 482px;
    height: 287px;
    padding-left: 1px;
  }
}
.page-intro .page-wrapper .container .demo-list .demo-thumb > a:hover img {
  -webkit-transform: translate(0, -91.4%);
  transform: translate(0, -91.4%);
  transition: all linear 15s;
}
.page-intro .page-wrapper .container .demo-list .demo-thumb > a img {
  display: block;
  position: absolute;
  max-width: 100%;
  transition: all linear 1s;
}
.page-intro .page-wrapper .container .demo-list .demo-title {
  text-align: center;
}
.page-intro .page-wrapper .container .demo-list .demo-title > a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: 0.15s;
}
@media (min-width: 992px) {
  .page-intro .page-wrapper .container .demo-list .demo-title > a {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .page-intro .page-wrapper .container .demo-list .demo-title > a {
    font-size: 36px;
  }
}
.page-intro .page-wrapper .container .demo-list .demo-title > a:hover {
  text-decoration: none;
}
.page-intro .page-wrapper .container .demo-list .demo-title > a:hover .fa {
  margin-left: 0.5em;
}
.page-intro .page-wrapper .container .demo-list .demo-title > a .fa {
  font-weight: normal;
  color: #ff7149;
  margin-left: 0.2em;
  transition: 0.2s;
}
.page-intro .page-wrapper .hr__dashed {
  border-top: 1px dashed rgba(255, 255, 255, 0.33);
}
.page-intro .page-intro-footer {
  background: none;
}
.page-intro .page-intro-footer .footer-inner {
  padding-top: 0;
}
.page-intro .page-intro-footer .footer-inner:before {
  display: none;
}
.page-intro .page-intro-footer .footer-social-links {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-intro .page-intro-footer .footer-social-links {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .page-intro .page-intro-footer .footer-social-links {
    padding-bottom: 70px;
  }
}
/* Social Icons */
.social-links > li {
  padding-bottom: 0;
}
.social-links > li:before {
  display: none;
}
.social-links > li .btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.vc_column_container,
.vc_column-inner,
.owl-holder {
  position: relative !important;
}
/* No Background on Mobile (Services Page) */
@media (max-width: 767px) {
  #primary .mobile-no-bg {
    background-image: none !important;
  }
}
/* Home App Image */
@media (min-width: 1200px) {
  .rocket-app-img {
    margin-bottom: -120px !important;
  }
}
/* Header Cart Fix */
@media (max-width: 991px) {
  .header-cart .cart-contents {
    border: none !important;
  }
}
/* Cart (Mobile Fix) */
@media (max-width: 767px) {
  .woocommerce-cart table.shop_table {
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
		Label the data
		*/
  }
  .woocommerce-cart table.shop_table table,
  .woocommerce-cart table.shop_table thead,
  .woocommerce-cart table.shop_table tbody,
  .woocommerce-cart table.shop_table th,
  .woocommerce-cart table.shop_table td,
  .woocommerce-cart table.shop_table tr {
    display: block;
  }
  .woocommerce-cart table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .woocommerce-cart table.shop_table td {
    /* Behave  like a "row" */
    border: none !important;
    position: relative;
    border-left: none !important;
    border-right: none !important;
    padding-left: 50% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-width: auto !important;
    width: auto !important;
    font-size: 14px;
  }
  .woocommerce-cart table.shop_table td:before {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .woocommerce-cart table.shop_table td.product-quantity {
    width: auto !important;
    min-width: auto !important;
    text-align: left !important;
  }
  .woocommerce-cart table.shop_table td.product-quantity .quantity .qty {
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .woocommerce-cart table.shop_table td.product-quantity .quantity {
    width: auto !important;
  }
  .woocommerce-cart table.shop_table td::before {
    content: attr(data-title);
  }
  .woocommerce-cart table.shop_table td.actions {
    padding: 10px !important;
  }
  .woocommerce-cart table.shop_table td.actions .coupon .coupon_code-control,
  .woocommerce-cart table.shop_table td.actions .coupon .apply_code-control {
    float: none !important;
    width: 100% !important;
  }
}
/*  Bootstrap Clearfix */
/*  Tablet  */
@media (min-width: 767px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Medium Desktop  */
@media (min-width: 992px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Large Desktop  */
@media (min-width: 1200px) {
  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
/*
// 42. WPML
// --------------------------------------------------
*/
.h-top-bar #lang_sel {
  height: auto;
  vertical-align: middle;
  max-width: 12em;
}
.h-top-bar #lang_sel ul a,
.h-top-bar #lang_sel ul a.lang_sel_sel {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .h-top-bar #lang_sel ul a,
  .h-top-bar #lang_sel ul a.lang_sel_sel {
    font-size: 12px;
  }
}
.h-top-bar #lang_sel ul a.lang_sel_sel {
  background: none;
}
.h-top-bar #lang_sel ul a.lang_sel_sel:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #836aa0;
}
.h-top-bar #lang_sel ul a.lang_sel_sel:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ff7149;
}
.h-top-bar #lang_sel ul a.lang_sel_sel > .icl_lang_sel_current:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0ac";
  display: inline-block;
  margin-right: 10px;
  color: #ff7149;
}
.h-top-bar #lang_sel ul li {
  width: auto;
  float: none;
  position: relative;
}
.h-top-bar #lang_sel ul li:before {
  display: none;
}
.h-top-bar #lang_sel ul li ul {
  width: auto;
  background: #fff;
  top: 28px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.h-top-bar #lang_sel ul li ul:before {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.h-top-bar #lang_sel ul li ul a {
  line-height: 1.5em;
  padding: 10px 12px;
  text-align: left;
}
.h-top-bar #lang_sel ul li ul a:link,
.h-top-bar #lang_sel ul li ul a:visited {
  background: #f9fafb;
}
.h-top-bar #lang_sel ul li ul a:hover {
  background: #f9fafb;
  color: #ff7149;
}
.h-top-bar #lang_sel a:hover,
.h-top-bar #lang_sel a.lang_sel_sel:hover {
  color: #ff7149;
}
.h-top-bar #lang_sel li ul a,
.h-top-bar #lang_sel li ul a:visited {
  color: #746981;
}
.h-top-bar #lang_sel a,
.h-top-bar #lang_sel a:visited {
  border: none;
}
.h-top-bar #lang_sel ul ul {
  border: none;
}
/*# sourceMappingURL=style.css.map */