@import "animate.min.css";
@import "../vendor/font-awesome/css/font-awesome.min.css";
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,200;0,300;0,400;0,700;1,400");
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
figure,
footer,
header,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
img {
  border: 0;
}
figure {
  margin: 1em 40px;
}
button,
input,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button,
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
textarea {
  overflow: auto;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 0;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-sm-12,
.col-sm-2,
.col-sm-6,
.col-sm-8,
.col-xs-12,
.col-xs-3,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-12,
.col-xs-3,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-3 {
  width: 25%;
}
@media (min-width: 768px) {
  .col-sm-12,
  .col-sm-2,
  .col-sm-6,
  .col-sm-8 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-6 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active {
  background-image: none;
}
.btn-block {
  display: block;
  width: 100%;
}
input[type=submit].btn-block {
  width: 100%;
}
.collapse {
  display: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group .form-control,
.input-group-addon {
  display: table-cell;
}
.input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    padding-bottom: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-collapse {
  border-color: #e7e7e7;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.container:after,
.row:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
@-ms-viewport {
  width: device-width;
}
/*# sourceMappingURL=bootstrap.min.css.map */
img,
picture {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.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;
}
.row__flex {
  display: flex;
  flex-wrap: wrap;
}
.row__flex:before,
.row__flex:after {
  display: none;
}
/*
// 1. Scaffolding
// --------------------------------------------------
*/
/* 1.1. Body reset */
html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}
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;
}
/* 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-thumbnail {
  padding: 0;
  line-height: 1.6;
  background-color: #ebedf1;
  border: 1px solid #e3e5ea;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  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;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  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: 28px;
  margin-bottom: 28px;
  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-bottom: 156px;
  margin: 75px 0 0 0;
}
.hr-scroll-to:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px solid #d9d9d9;
  height: 100px;
}
.hr-scroll-to:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
}
.hr-scroll-to a {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #4d306e;
  color: #656269;
  margin-bottom: 23px;
}
.hr-scroll-to a:hover {
  color: #ff7149;
  text-decoration: none;
}
.hr-scroll-to .icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 37px;
  bottom: 119px;
  left: 50%;
  margin-left: -8px;
  background: url(../images/mouse.png) 0 0 no-repeat;
}
.hr-scroll-to__alt {
  position: relative;
  text-align: center;
  padding: 35px 0;
  margin: 0;
}
.hr-scroll-to__alt:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px dashed #d9d9d9;
  height: 42px;
}
.hr-scroll-to__alt:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  border-left-width: 1px;
  border-left-color: #d9d9d9;
  border-left: 1px dashed #d9d9d9;
  height: 63px;
}
.hr-scroll-to__alt a {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #4d306e;
  color: #656269;
}
.hr-scroll-to__alt a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -65px;
  margin-left: -2px;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
}
.hr-scroll-to__alt a:hover {
  color: #ff7149;
  text-decoration: none;
}
.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;
}
.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.2;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  color: #746981;
}
h1 {
  margin-bottom: 0.5em;
  font-style: 46px;
}
h2 {
  margin-bottom: 0.75em;
  font-size: 36px;
}
h3 {
  margin-bottom: 1em;
  font-size: 28px;
}
h4 {
  margin-bottom: 1.5em;
  font-size: 21px;
}
h5 {
  font-size: 18px;
  margin-bottom: 1.25em;
}
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: 1.25em;
}
.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;
  background: url(../images/icon-title-rocket.png) 100% 0 no-repeat;
  margin-top: -7px;
  margin-bottom: 42px;
}
.title-with-icon h3 {
  padding: 15px 70px 0 0;
  min-height: 70px;
  position: relative;
}
.title-with-icon h3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  overflow: hidden;
  background-image: -webkit-linear-gradient(left, rgba(116, 105, 129, 0.1) 0%, #746981 100%);
  background-image: -o-linear-gradient(left, rgba(116, 105, 129, 0.1) 0%, #746981 100%);
  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);
}
.hgroup {
  margin-bottom: 40px;
}
.hgroup > h1,
.hgroup > h2 {
  padding-top: 0;
  margin-bottom: 0.25em;
  line-height: 1em;
  font-weight: 700;
  color: #4d306e;
  font-size: 46px;
}
.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;
}
.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:before,
.section-title-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #ff7149;
  border-radius: 50%;
}
.section-title-wrapper:before {
  margin-left: -16px;
}
.section-title-wrapper:after {
  margin-left: 11px;
}
.section-title-inner {
  position: relative;
  padding-bottom: 12px;
}
.section-title-inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #ff7149;
  border-radius: 50%;
  margin-left: -2px;
}
.section-title {
  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 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .section-title {
    font-size: 46px;
  }
}
@media (min-width: 768px) {
  .section-title.section-title__lg {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .section-title.section-title__lg {
    font-size: 55.999986px;
  }
}
.section-desc {
  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;
}
/* 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;
}
ul li,
ol li {
  padding: 0 0 11px 0;
}
ul li {
  list-style: none;
  position: relative;
}
ul li:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  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;
  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;
}
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: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  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;
}
/*
// 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 {
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > 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 {
  border-bottom: 1px solid #d2d2dd;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #d2d2dd;
}
.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 {
  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,
.btn:focus,
.tagcloud > a:focus,
.btn.focus,
.tagcloud > a.focus {
  color: #4d306e;
  text-decoration: none;
}
.btn:active,
.tagcloud > a:active,
.btn.active,
.tagcloud > a.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.tagcloud > a.disabled,
.btn[disabled],
.tagcloud > a[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .tagcloud > a {
  color: #999999;
  border: none;
}
.btn.btn-has-icon,
.tagcloud > a.btn-has-icon {
  position: relative;
  padding-left: 85px;
}
.btn.btn-has-icon .fa,
.tagcloud > a.btn-has-icon .fa {
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  background: rgba(0, 0, 0, 0.04);
  width: 50px;
  text-align: center;
  padding: 17px 0;
  font-weight: 400;
}
.btn.btn-has-icon.icon-right,
.tagcloud > a.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 {
  left: auto;
  right: -1px;
}
.btn.btn-has-icon.condensed,
.tagcloud > a.btn-has-icon.condensed {
  padding-left: 70px;
  padding-right: 20px;
}
.btn.btn-single-icon,
.tagcloud > a.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 {
  line-height: 22px;
}
/* 4.2. Alternate buttons */
.btn-default,
.tagcloud > a {
  color: #4d306e;
  background-color: #e6e8ec;
  border-color: #d2d2dd;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  font-weight: 300;
}
.btn-default:hover,
.tagcloud > a:hover,
.btn-default:focus,
.tagcloud > a:focus,
.btn-default.focus,
.tagcloud > a.focus,
.btn-default:active,
.tagcloud > a:active,
.btn-default.active,
.tagcloud > a.active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.tagcloud > a {
  color: #4d306e;
  background-color: #eff0f3;
  border-color: #dbdbe4;
}
.btn-default:active,
.tagcloud > a:active,
.btn-default.active,
.tagcloud > a.active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.tagcloud > a {
  background-image: none;
}
.btn-default.disabled,
.tagcloud > a.disabled,
.btn-default[disabled],
.tagcloud > a[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .tagcloud > a,
.btn-default.disabled:hover,
.tagcloud > a.disabled:hover,
.btn-default[disabled]:hover,
.tagcloud > a[disabled]:hover,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .tagcloud > a:hover,
.btn-default.disabled:focus,
.tagcloud > a.disabled:focus,
.btn-default[disabled]:focus,
.tagcloud > a[disabled]:focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .tagcloud > a:focus,
.btn-default.disabled.focus,
.tagcloud > a.disabled.focus,
.btn-default[disabled].focus,
.tagcloud > a[disabled].focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .tagcloud > a.focus,
.btn-default.disabled:active,
.tagcloud > a.disabled:active,
.btn-default[disabled]:active,
.tagcloud > a[disabled]:active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .tagcloud > a:active,
.btn-default.disabled.active,
.tagcloud > a.disabled.active,
.btn-default[disabled].active,
.tagcloud > a[disabled].active,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .tagcloud > a.active {
  background-color: #e6e8ec;
  border-color: #d2d2dd;
}
.btn-default .badge,
.tagcloud > a .badge {
  color: #e6e8ec;
  background-color: #4d306e;
}
.btn-primary {
  color: #fff;
  background-color: #ff7149;
  border-color: transparent;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ff7d58;
  border-color: rgba(8, 8, 8, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ff7149;
  border-color: transparent;
}
.btn-primary .badge {
  color: #ff7149;
  background-color: #fff;
}
.btn-primary.btn-has-icon .fa {
  background: rgba(255, 255, 255, 0.1);
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: transparent;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  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;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  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;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  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;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  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;
  -webkit-box-shadow: none;
  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 {
  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 {
  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 {
  width: 36px;
  padding: 14px 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;
}
.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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.link-circle:hover {
  background: #ff7149;
  color: #fff;
  border-color: #ff7149;
}
/*
// 6. Sections
// --------------------------------------------------
*/
/* 6.1. Page Section Default */
.page-section {
  padding: 30px 0;
  position: relative;
}
.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;
  }
}
.content-wrapper .page-section:first-child:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-top-outside.svg) no-repeat 50% 100%;
  background-size: contain;
  width: 100%;
  height: 30px;
  top: -30px;
  right: 0;
}
/* 6.2. Page Section Dark */
.page-section__dark {
  background: #e3e3e8;
}
.page-section__dark:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-dark-top-inside.svg) no-repeat 50% 0;
  width: 100%;
  height: 30px;
  top: 0;
  right: 0;
}
.page-section__dark:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-dark-bottom-inside.svg) no-repeat 50% 100%;
  background-size: contain;
  width: 100%;
  height: 30px;
  bottom: 0;
  right: 0;
}
.page-section__dark.bg-bottom-outside:after {
  bottom: -30px;
  background-image: url(../images/bg-section-dark-bottom-outside.svg);
}
/* 6.3. Page Section Darkest */
.page-section__darkest {
  background-color: #36274c;
  background-image: url(../images/bg-section-darkest.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 114px 0 150px 0;
  overflow: hidden;
  transform: translateZ(0);
}
.page-section__darkest: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: 0;
  right: 0;
}
.page-section__darkest:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-section-cta-bottom-inside.svg) no-repeat 50% 100%;
  background-size: contain;
  width: 100%;
  height: 30px;
  bottom: 0;
  right: 0;
}
.page-section__darkest .section-title {
  color: #fff;
}
.page-section__darkest .section-desc {
  color: #fff;
}
.page-section__darkest hr {
  border-top-color: rgba(255, 255, 255, 0.33);
}
/*
// 8. Panels
// --------------------------------------------------
*/
/* 8.1. Base class */
.panel {
  margin-bottom: 24px;
  background-color: #f1f2f4;
  border: 1px solid #d2d2dd;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-collapse {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.panel-body {
  padding: 30px;
}
.panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  .panel-heading .circled-icon {
    width: 40px;
    height: 40px;
    line-height: 32px;
    font-size: 20px;
  }
}
.panel-title {
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}
.panel-title h2 {
  font-size: 28px;
  margin: 0 0 0.5em 0;
}
.panel-title h3 {
  font-size: 20px;
  margin: 0 0 0.2em 0;
}
.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;
}
.panel-title .circled-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 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: transform 300ms ease, translate 300ms ease, rotate 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: #ff5d2f;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #ff7149;
  border-color: #ff5d2f;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff5d2f;
}
.panel-info > .panel-heading .badge {
  color: #ff7149;
  background-color: #fff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff5d2f;
}
.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 .panel {
  border: none;
}
.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: 65px;
  line-height: 1em;
  color: #c8cbd0;
  font-weight: 200;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 15px;
}
@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;
  }
}
.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);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
@media (min-width: 992px) {
  .panel-group__features .panel .panel-heading .panel-title .panel-icon {
    top: 20px;
    right: 0;
    margin: 0 15px 0 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@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;
  }
}
.panel-group__features .panel .panel-body {
  border: none !important;
}
/*
// 8. Box
// --------------------------------------------------
*/
.box {
  background: #f8f9fa;
  border: 1px solid #d2d2dd;
  padding: 30px;
}
/*
// 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;
  font-size: 34px;
  background: rgba(0, 0, 0, 0.2);
}
.circled-icon.icon-color1 {
  background: #ff7149;
}
.circled-icon.icon-color2 {
  background: #4d306e;
}
.circled-icon.icon-color3 {
  background: #d44546;
}
.circled-icon.icon-color4 {
  background: #ffa76c;
}
/*
// 10. Testimonials & Reviews
// --------------------------------------------------
*/
/* 10.1. Testimonial */
.testimonial .testimonial-thumb {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 0;
  float: left;
}
.testimonial .testimonial-thumb__round {
  overflow: hidden;
  border-radius: 9999px;
}
.testimonial__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.testimonial__wrapper .testimonial {
  padding: 15px;
}
.testimonial .testimonial-thumb img {
  max-width: 60px;
  height: auto;
}
@media (min-width: 992px) {
  .testimonial .testimonial-thumb {
    margin-right: 34px;
  }
  .testimonial .testimonial-thumb img {
    max-width: none;
  }
}
.testimonial .testimonial-body {
  overflow: hidden;
  margin-bottom: -0.5em;
}
.testimonial .testimonial-body h5 {
  padding-top: 0;
  margin-bottom: 0.75em;
}
/* 10.2. Review */
.person-info {
  border: 1px solid #d2d2dd;
  padding: 32px 65px 20px 20px;
  margin: 67px 0 30px 0;
  position: relative;
}
@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;
  height: 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;
    height: 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;
  position: relative;
  padding-bottom: 52px;
  min-height: 195px;
}
@media (max-width: 767px) {
  .person-info .person-info-content {
    padding-top: 50px;
  }
}
.person-info .person-info-content .btn {
  position: absolute;
  bottom: 0px;
}
.person-info .person-info-footer {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
}
/*
// 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 {
  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: transparent;
  border: 1px solid #d2d2dd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #d2d2dd;
  -webkit-box-shadow: inset 0 0 0 3px #eff1f3;
  box-shadow: inset 0 0 0 3px #eff1f3;
}
.form-control::-moz-placeholder {
  color: #4d306e;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #4d306e;
}
.form-control::-webkit-input-placeholder {
  color: #4d306e;
}
.form-control::-moz-placeholder {
  text-transform: uppercase;
}
.form-control:-ms-input-placeholder {
  text-transform: uppercase;
}
.form-control::-webkit-input-placeholder {
  text-transform: uppercase;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #d9d9d9;
}
.form-group {
  margin-bottom: 30px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]::-ms-clear {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* 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;
  -webkit-box-shadow: inset 0 0 0 3px rgba(63, 181, 57, 0.05);
  box-shadow: inset 0 0 0 3px rgba(63, 181, 57, 0.05);
}
.has-success .form-control:focus {
  border-color: #328e2d;
  -webkit-box-shadow: inset 0 0 0 3px rgba(63, 181, 57, 0.05);
  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;
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.05);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.05);
  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;
  -webkit-box-shadow: inset 0 0 0 3px rgba(212, 69, 70, 0.05);
  box-shadow: inset 0 0 0 3px rgba(212, 69, 70, 0.05);
}
.has-error .form-control:focus {
  border-color: #bb2b2c;
  -webkit-box-shadow: inset 0 0 0 3px rgba(212, 69, 70, 0.05);
  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: "";
}
/* 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 {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
  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: 220px;
}
.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: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  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 {
  -webkit-box-shadow: none;
  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 .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-image {
  margin-bottom: 15px;
}
.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;
}
.contact-form p {
  margin: 0;
  display: block;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
}
.contact-form .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
/*
// 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;
}
/*
// 23. Blog
// --------------------------------------------------
*/
.blog-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* 23.1. Post */
.entry-wrap {
  margin-bottom: 30px;
}
.entry {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #f8f9fa;
  border: 1px solid #d2d2dd;
  margin-bottom: 20px;
  flex: 0 0 calc(100% / 2 - 10px);
}
@media (max-width: 1199px) {
  .entry {
    flex: 0 0 calc(100% / 1 - 10px);
  }
}
.entry.entry__column {
  margin-bottom: 0;
  height: 100%;
}
.entry .entry-thumbnail {
  margin: -1px -1px 0;
}
.entry .entry-thumbnail img {
  width: 100%;
  height: auto;
}
.entry .entry-date {
  position: absolute;
  width: 60px;
  text-align: center;
  background: #ff7149;
  color: #fff;
}
.entry .entry-date .entry-day {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  background: #ff7d58;
}
.entry .entry-date .entry-month {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.entry .entry-cats {
  position: absolute;
  right: -11px;
  top: 10px;
}
.entry .entry-cats li:before {
  display: none;
}
.entry .entry-cats > li {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.entry .entry-cats > li > a {
  display: block;
  position: relative;
  height: 36px;
  line-height: 36px;
  color: #fff;
  width: 10px;
  overflow: hidden;
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  -webkit-transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
}
.entry .entry-cats > li > a > span {
  padding: 0 20px;
}
.entry .entry-cats > li > a:hover {
  text-decoration: none;
  width: 100%;
}
.entry .entry-cats > li > a:hover > span {
  display: block;
}
.entry .entry-cats > li:nth-child(odd) > a {
  background: #ffa76c;
}
.entry .entry-cats > li:nth-child(even) > a {
  background: #ff7149;
}
.entry .entry-cats > li:nth-child(3n) > a,
.entry .entry-cats > li:nth-child(7) > a {
  background: #ff5d2f;
}
.entry .entry-cats > li:nth-child(4n) > a {
  background: #d44546;
}
.entry .entry-cats > li:nth-child(5n) > a {
  background: #ffa76c;
}
.entry .entry-cats > li:nth-child(6n) > a {
  background: #ff7149;
}
.entry .entry-body {
  padding: 15px 15px 5px;
  height: 100%;
}
.entry .entry-body .entry-excerpt {
  overflow: hidden;
}
.entry .entry-header {
  overflow: hidden;
  position: relative;
  margin-left: 70px;
  min-height: 115px;
}
.entry .entry-header__no-date {
  margin-left: 0;
}
@media (min-width: 768px) {
  .entry .entry-header {
    position: static;
  }
}
.entry .entry-header h4 {
  font-weight: 600;
  padding-top: 0;
}
@media (min-width: 768px) {
  .entry .entry-header h4 {
    padding-top: 12px;
  }
}
.entry .entry-header h4 > a {
  color: inherit;
}
.entry .entry-header h4 > a:hover {
  color: #ff7149;
  text-decoration: none;
}
.entry .entry-footer {
  clear: both;
  overflow: hidden;
  padding: 15px;
  background: #f1f2f4;
  border-top: 1px dashed #d2d2dd;
  flex-shrink: 0;
}
.entry .entry-meta {
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.entry .entry-meta li:before {
  display: none;
}
.entry .entry-meta > li {
  padding: 6px 20px 8px 0;
}
.entry .entry-meta > li + li {
  border-left: 1px dashed #d9d9d9;
  padding-left: 20px;
}
.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 {
  float: left;
  margin-bottom: 0;
  padding-top: 6px;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .entry-tags h3 {
    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;
  }
}
.thumb-placeholder {
  background-position: center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.thumb-placeholder__wrap {
  padding: 20px;
  display: none;
  background: #36274c;
}
@media (min-width: 768px) {
  .thumb-placeholder__wrap {
    display: block;
  }
}
/* 23.2. Single Post */
.single-post .entry-thumbnail {
  float: none;
  margin: 0;
}
.single-post .entry-thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.single-post .entry-date {
  top: 20px;
}
.single-post .entry-social:before,
.single-post .entry-social:after {
  content: " ";
  display: table;
}
.single-post .entry-social:after {
  clear: both;
}
.single-post .entry-social:before,
.single-post .entry-social:after {
  content: " ";
  display: table;
}
.single-post .entry-social:after {
  clear: both;
}
@media (min-width: 768px) {
  .single-post .entry-social {
    position: absolute;
    left: 20px;
    top: 145px;
    width: 60px;
  }
}
.single-post .entry-social .entry-social-trigger {
  display: block;
  font-weight: normal;
  width: 40px;
  height: 40px;
  line-height: 30px;
  padding: 0;
  margin: 0 5px 10px 0;
  font-size: 14px;
  float: left;
}
@media (min-width: 768px) {
  .single-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 .entry-social > ul {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  opacity: 0;
}
.single-post .entry-social > ul li:before {
  display: none;
}
.single-post .entry-social > ul.active {
  opacity: 1;
}
@media (min-width: 768px) {
  .single-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 .entry-social > ul > li {
  display: inline;
}
.single-post .entry-social > ul > li > a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  float: left;
}
@media (min-width: 768px) {
  .single-post .entry-social > ul > li > a {
    margin: 0;
    width: 60px;
    height: 58px;
    line-height: 56px;
    font-size: 16px;
  }
}
.single-post .entry-header {
  margin-left: 0;
  padding-left: 75px;
  min-height: 125px;
}
.single-post .entry-header__no-date {
  padding-left: 0;
  min-height: 1px;
}
.single-post .entry-header .title-bordered {
  overflow: hidden;
}
.single-post .entry-header .title-bordered h1 {
  font-size: 21px;
}
@media (min-width: 768px) {
  .single-post .entry-header .title-bordered h1 {
    font-size: 28px;
    padding-top: 10px;
    float: left;
    width: 80%;
  }
}
@media (min-width: 768px) {
  .single-post .entry-header .title-bordered .btn {
    float: right;
    width: 102px;
    padding-left: 70px;
    padding-right: 20px;
    margin-top: 18px;
  }
}
.single-post .entry-body {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .single-post .entry-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* 23.3. Comment List */
.commentlist {
  border: 1px solid #d2d2dd;
  margin: 0 0 40px 0;
  padding: 0;
  background: #f8f9fa;
  /* Nested Comments */
}
.commentlist li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.commentlist li + li {
  border-top: 1px dashed #d2d2dd;
}
.commentlist li .comment-wrapper {
  padding: 20px;
  position: relative;
}
.commentlist li .comment-wrapper:before,
.commentlist li .comment-wrapper:after {
  content: " ";
  display: table;
}
.commentlist li .comment-wrapper:after {
  clear: both;
}
.commentlist li .comment-wrapper:before,
.commentlist li .comment-wrapper:after {
  content: " ";
  display: table;
}
.commentlist li .comment-wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .commentlist li .comment-wrapper {
    padding: 40px 30px;
  }
}
.commentlist li .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-wrapper .avatar {
    width: 100px;
    margin-right: 25px;
  }
}
@media (min-width: 768px) {
  .commentlist li .comment-body {
    overflow: hidden;
  }
}
.commentlist li .comment-meta {
  overflow: hidden;
  margin-bottom: 18px;
}
.commentlist li .comment-meta .comment-author {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .commentlist li .comment-meta .comment-author {
    margin-bottom: 0;
    display: inline-block;
  }
}
.commentlist li .comment-meta .comment-date {
  display: block;
}
@media (min-width: 768px) {
  .commentlist li .comment-meta .comment-date {
    display: inline-block;
    padding: 0 10px;
  }
}
.commentlist li .comment-meta .comment-date .fa {
  color: #ff7149;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .commentlist li .comment-reply {
    float: right;
    border-left: 1px dashed #d9d9d9;
    padding-left: 18px;
  }
}
.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 li {
  border-top: none;
}
.commentlist .children li .comment-wrapper {
  background: #edeef1;
}
@media (min-width: 768px) {
  .commentlist .children li .comment-wrapper {
    padding-left: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .commentlist .children li .comment-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    left: 87px;
    width: 63px;
    top: 80px;
    border-top: 1px dashed #cacad8;
  }
  .commentlist .children li .comment-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: 77px;
    top: 77px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #cacad8;
  }
}
.commentlist .children li .comment-wrapper .avatar {
  border-color: #cacad8;
}
.commentlist .children li:nth-child(even) .comment-wrapper {
  background: #e4e5ea;
}
.commentlist .children .children {
  border-top: none;
}
.commentlist .bypostauthor > .comment-wrapper {
  border-left-color: #ff7149;
}
/* 23.4. Comments Form */
.comments-form .btn-primary {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .comments-form .btn-primary {
    margin-bottom: 0;
  }
}
/* 23.5. Widgets */
.widget {
  margin-bottom: 33px;
}
.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_meta > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_categories > 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_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 {
  display: none;
}
.widget_archive > ul > li,
.widget_nav_menu > ul > li,
.widget_meta > ul > li,
.widget_pages > ul > li,
.widget_recent_comments > ul > li,
.widget_recent_entries > ul > li,
.widget_categories > 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_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 {
  color: #746981;
}
.widget_archive > ul > li > a:hover,
.widget_nav_menu > 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 {
  color: #ff7149;
  text-decoration: none;
}
.widget_archive > ul > li:before,
.widget_nav_menu > 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 {
  position: absolute;
  top: 25px;
  left: 100%;
  margin-left: -21px;
  font-size: 12px;
  display: block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  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_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 {
  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_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 {
  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_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 {
  border-bottom: none;
}
.widget_archive > ul ul.children li:before,
.widget_nav_menu > 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 {
  display: block;
  left: 23px;
  top: 23px;
}
.widget_archive > ul ul.children li a,
.widget_nav_menu > 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 {
  color: #746981;
}
.widget_archive > ul ul.children li a:hover,
.widget_nav_menu > 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 {
  color: #ff7149;
  text-decoration: none;
}
.widget_categories .widget-title {
  padding-bottom: 0;
}
.widget_search {
  border-bottom: 1px dashed #d2d2dd;
  padding-bottom: 20px;
}
.widget_search .form-group {
  margin-bottom: 20px;
  position: relative;
}
.widget_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 {
  color: #4d306e;
}
.widget_tag_cloud .tagcloud > a {
  margin-bottom: 10px;
  margin-right: 6px;
  padding-left: 20px;
  padding-right: 20px;
}
.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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.widget_flickr .flickr-feed > li > a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.widget_flickr .flickr-feed > li > a img:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  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;
  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;
}
/* 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 {
  display: flex;
  flex-wrap: wrap;
}
.masonry-feed > .masonry-item {
  max-width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .masonry-feed > .masonry-item {
    width: 100%;
  }
}
.masonry-feed > .masonry-item .entry {
  height: 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 .entry-date {
  position: relative;
  float: left;
  left: 0;
  margin-right: 10px;
}
.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;
  }
}
.gallery-filter {
  margin: 0;
  padding: 0 0 5px 0;
}
.gallery-filter > li {
  padding-bottom: 0;
}
.gallery-filter > li + li {
  padding-top: 18px;
}
.gallery-filter > li .btn-primary {
  font-weight: 300 !important;
}
.gallery-wrapper {
  overflow: hidden;
  position: relative;
}
.gallery-sidebar {
  width: 290px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translate3d(-290px, 0, 0);
  transform: translate3d(-290px, 0, 0);
}
.gallery-sidebar.gallery-sidebar__is-visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-content {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.gallery-content.gallery-sidebar__is-visible {
  -webkit-transform: translate3d(290px, 0, 0);
  transform: translate3d(290px, 0, 0);
}
.gallery-feed {
  margin-bottom: 64px;
}
.gallery-item {
  overflow: hidden;
  position: relative;
  padding-left: 0;
  padding-right: 1px;
  margin-bottom: 1px;
}
.gallery-item:hover .gallery-img > a:before {
  opacity: 0.7;
}
.gallery-item .gallery-img {
  overflow: hidden;
  position: relative;
}
.gallery-item .gallery-img > a {
  display: block;
  position: relative;
  z-index: 3;
}
.gallery-item .gallery-img > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #4d306e;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.gallery-item .gallery-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gallery-item .gallery-details {
  width: 100%;
  background: #ff7149;
  color: #fff;
  padding: 15px 130px 15px 27px;
  overflow: hidden;
  min-height: 80px;
  left: 0;
  bottom: 0;
  z-index: 4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gallery-item .gallery-details .gallery-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;
}
.gallery-item .gallery-details .btn {
  position: absolute;
  top: 15px;
  margin: 0;
}
.gallery-item .gallery-details .btn.btn-primary {
  background-color: #ff815d;
}
.gallery-item .gallery-details .btn.btn-primary:hover {
  background-color: #ff8d6d;
}
.gallery-item .gallery-details .btn:focus {
  outline: none;
}
.gallery-item .gallery-details .btn-gallery-plus {
  right: 75px;
}
.gallery-item .gallery-details .btn-gallery-link {
  right: 15px;
}
/* 24.2. Single Gallery Project */
.gallery-single-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .gallery-single-thumbnail img {
    margin-bottom: 0;
  }
}
.gallery-list-info {
  padding: 0;
  margin: 0;
  border-top: 1px dashed #d2d2dd;
}
.gallery-list-info li:before {
  display: none;
}
.gallery-list-info > li {
  border-bottom: 1px dashed #d2d2dd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.gallery-list-info > li .info-label {
  font-weight: bold;
  margin-right: 5px;
}
/*
// 30. Header
// --------------------------------------------------
*/
/* 30.1. Top Wrapper */
.top-wrapper {
  background-color: #36274c;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  padding: 60px 0 0 0;
}
@media (min-width: 768px) {
  .top-wrapper {
    padding-top: 175px;
  }
}
.top-wrapper.top-wrapper__bg1 {
  background-image: url(../images/top-bg1-1.webp);
}
.top-wrapper.top-wrapper__bg2 {
  background-image: url(../images/top-bg2.jpg);
}
.header {
  z-index: 99;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.3, 0.1, 0.55, 1);
  -o-transition: all 0.35s cubic-bezier(0.3, 0.1, 0.55, 1);
  transition: all 0.35s cubic-bezier(0.3, 0.1, 0.55, 1);
}
.header .header-main {
  padding: 10px 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header.header--scrolled {
  padding: 0;
  background: rgba(54, 39, 76, 0.95);
  top: 0;
  position: fixed;
}
.header.header--scrolled .header-main {
  padding: 0;
}
@media (max-width: 767px) {
  .header.header--scrolled .header-main {
    padding: 0;
  }
}
.header.header--scrolled .logo {
  max-width: 120px;
}
.admin-bar .header.header--scrolled {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .header.header--scrolled {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar .header.header--scrolled {
    top: 0;
  }
}
/* 30.2. Logo */
.header .logo {
  margin: 0;
  padding: 0.3% 0.3% 1%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  max-width: 200px;
}
.header .logo img {
  position: relative;
  display: inline-block;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .header .logo img {
    max-height: 30px;
  }
}
.header .logo h1,
.header .logo h2 {
  position: relative;
  z-index: 2;
  font-size: 34px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.header .logo h1 > a,
.header .logo h2 > a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
/* 30.3. Navigation */
.navbar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .navbar__wrapper {
    padding: 5px 0;
  }
}
.navbar {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  min-height: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Navigation Toggle Button */
}
@media (max-width: 1199px) {
  .navbar {
    position: static;
  }
}
.navbar .navbar-collapse {
  display: block;
}
@media (max-width: 1199px) {
  .navbar .navbar-collapse {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    border: 0;
    max-height: calc(100vh - 100px);
    overflow: scroll;
  }
}
.navbar ul {
  margin: 0;
  padding: 0;
}
.navbar ul li:before {
  display: none;
}
.navbar ul li {
  padding: 0;
  margin: 0;
}
.navbar .navbar-toggle {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  vertical-align: middle;
  height: 44px;
  width: 44px;
  background: #4d306e;
  position: relative;
  z-index: 8;
  background: none;
  text-align: center;
  border: 2px solid #836aa0;
  flex-shrink: 0;
  flex-grow: 0;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:active,
.navbar .navbar-toggle:focus {
  background: none;
}
.navbar .navbar-toggle .fa {
  color: #fff;
  font-size: 14px;
  margin-right: 0;
}
.navbar .navbar-toggle .touch-button {
  display: none;
}
@media (max-width: 1199px) {
  .navbar .navbar-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-toggle {
    width: 32px;
    height: 32px;
  }
}
.navbar .container {
  position: relative;
}
.navbar .navbar-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav {
    display: flex;
    flex-direction: column;
    background: #36274c;
  }
  .navbar .navbar-nav.active {
    display: flex;
  }
  .navbar .navbar-nav a {
    padding: 0;
  }
}
.navbar .navbar-nav .menu-item {
  position: relative;
  text-align: left;
  list-style: none;
  overflow: visible;
  border: none;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .menu-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .menu-item .caret-wrapper {
    position: absolute;
    top: 7px;
    right: 5px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .menu-item.menu-item--level-0 {
    position: relative;
    text-transform: none;
    font-weight: 300;
  }
  .navbar .navbar-nav .menu-item.menu-item--level-0:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .menu-item.menu-item--level-0 {
    display: flex;
    align-items: center;
    position: static;
  }
  .navbar .navbar-nav .menu-item.menu-item--level-0:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .menu-item.menu-item--level-0:hover .sub-menu--level-0 {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .menu-item.menu-item--level-1 {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .menu-item.menu-item--level-1 .caret-wrapper {
    padding: 10px;
    top: 0;
    right: 5px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .menu-item.menu-item--level-1 .dropdown-toggle__caret {
    width: 20px;
    height: 20px;
  }
}
.navbar .navbar-nav .menu-item .menu-item__link.menu-item__link--level-0 {
  padding: 15px 10px;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .menu-item .menu-item__link.menu-item__link--level-0 {
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 12px 15px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .menu-item .menu-item__link.menu-item__link--level-1 {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 5px 0;
    margin: 10px 0;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .menu-item .menu-item__link.menu-item__link--level-2 {
    margin: 5px 0;
    color: #836aa0;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .menu-item .menu-item__link.menu-item__link--level-2 {
    color: #b59ecf;
  }
}
.navbar .navbar-nav .menu-item .caret-wrapper {
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-nav .menu-item > .menu-item__link {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  z-index: 3;
  background: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.navbar .navbar-nav .menu-item > a:hover,
.navbar .navbar-nav .menu-item > a:focus {
  background: none;
  color: #fff;
  opacity: 0.7;
}
.navbar .navbar-nav .sub-menu {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .sub-menu {
    display: none;
  }
}
.navbar .navbar-nav .sub-menu.sub-menu--level-0 {
  position: static;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .sub-menu.sub-menu--level-0 {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    max-height: calc(100vh - 150px);
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: auto;
  }
  .navbar .navbar-nav .sub-menu.sub-menu--level-0 .caret-wrapper {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .sub-menu.sub-menu--level-0 > .menu-item {
    flex: 0 0 calc(100% / 2 - 10px);
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .sub-menu.sub-menu--level-0 > .menu-item > .menu-item__link {
    font-size: 24px;
    color: #746981;
    font-weight: 600;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .sub-menu.sub-menu--level-0 > .menu-item .sub-menu {
    padding: 10px 20px;
  }
}
.navbar .navbar-nav .sub-menu.sub-menu--level-0 .menu-item__link {
  line-height: 1.2;
  font-weight: 300;
  text-transform: none;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .sub-menu.sub-menu--level-0 .menu-item__link {
    display: block;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .sub-menu.sub-menu--level-1 {
    border-top: 1px #746981 solid;
  }
}
.navbar li > a > .fa {
  color: #bfbfbf;
  margin-right: 8px;
  font-size: 18px;
}
.navbar video {
  max-width: 100%;
  height: auto;
}
.navbar iframe,
.navbar embed,
.navbar object {
  max-width: 100%;
}
@media (min-width: 992px) {
}
.navbar .half {
  width: 50%;
  left: auto !important;
  right: auto !important;
}
.navbar .half-right {
  left: auto !important;
  right: 0 !important;
}
.navbar .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.navbar hr {
  border-top-color: #3f3f3f;
}
@media all and (min-width: 992px) {
  .navbar hr {
    border-top-color: #efefef;
  }
}
.navbar .caret {
  color: #c1c1c1;
  position: relative;
}
.navbar .label {
  margin-left: 8px;
}
.navbar .title {
  border-bottom: 1px solid #836aa0;
}
@media all and (max-width: 991px) {
  .navbar .title {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 8px;
  }
}
@media all and (min-width: 992px) {
  .navbar .title {
    padding: 15px 30px 19px 30px !important;
    margin: 0 -15px;
    border-bottom: 2px solid #836aa0;
    padding-top: 10px;
    color: #746981;
  }
}
.navbar p:last-child {
  margin-bottom: 0;
}
.navbar p:last-child a {
  display: inline !important;
  padding: 0 !important;
}
.dropdown-toggle__caret {
  z-index: 10;
  position: relative;
  padding: 0;
  background: none;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #836aa0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-toggle__caret .caret {
  margin-left: 0;
  border-top-color: #ff7149;
}
.dropdown-toggle__caret:hover,
.dropdown-toggle__caret:focus {
  border-color: #836aa0;
}
/* 30.4. Search Form */
@media all and (min-width: 992px) {
  .item-has-search {
    width: 44px;
    position: relative;
    z-index: 3;
    top: -11px;
  }
}
.form-search__nav {
  border: 2px solid #836aa0;
  border-radius: 50px;
  margin: 15px;
}
@media all and (min-width: 992px) {
  .form-search__nav {
    position: absolute;
    right: 0;
    margin: 0;
  }
}
.form-search__nav input[type="text"] {
  line-height: 40px;
  color: #fff;
  border: none;
  background: none;
  width: 100%;
  padding: 0 20px;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media all and (min-width: 992px) {
  .form-search__nav input[type="text"] {
    line-height: 40px;
    width: 40px;
  }
}
.form-search__nav input[type="text"]:focus,
.form-search__nav input[type="text"].focus {
  outline: 0;
  background: #372850;
}
@media all and (min-width: 992px) {
  .form-search__nav input[type="text"]:focus,
  .form-search__nav input[type="text"].focus {
    width: 214px;
    padding: 0 20px;
  }
}
.form-search__nav .fa {
  font-size: 14px;
  color: #fff;
  background: none !important;
  border: none;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  pointer-events: none;
}
@media all and (min-width: 992px) {
  .form-search__nav .fa {
    top: 0;
    right: 0;
  }
}
/* 30.5. Shopping Cart */
@media (min-width: 992px) {
  .item-has-cart {
    position: relative;
  }
}
.item-has-cart .fhmm-content {
  padding: 0;
}
.item-has-cart .shopping-cart {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .item-has-cart .shopping-cart {
    border: 2px solid #836aa0;
    padding: 0 24px;
    line-height: 40px;
    border-radius: 24px;
    margin-top: -11px;
    text-align: left;
  }
}
.item-has-cart .shopping-cart .cart-icon {
  display: inline-block !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #836aa0;
  padding: 0 !important;
  margin: 10px 16px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .item-has-cart .shopping-cart .cart-icon {
    display: inline-block;
    float: none;
    margin: -2px 16px;
    position: relative;
    font-size: 21px;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .item-has-cart .shopping-cart .cart-icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 60px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    opacity: 0;
  }
}
.item-has-cart .shopping-cart .cart-icon:hover {
  background: #ff7149;
}
@media (min-width: 992px) {
  .item-has-cart .shopping-cart .cart-icon:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    border: 2px dashed #ff7149;
  }
}
.item-has-cart .shopping-cart .cart-total {
  display: inline-block;
  line-height: 40px;
}
.item-has-cart .shopping-cart .cart-number {
  display: inline-block;
  line-height: 40px;
}
.item-has-cart .shopping-cart.open .cart-icon:after {
  opacity: 1;
}
@media (min-width: 992px) {
  .item-has-cart .dropdown-menu {
    margin-top: 20px;
  }
}
.item-has-cart .table {
  background: #fff;
  margin-bottom: 0;
}
.item-has-cart .table tbody > tr > td {
  vertical-align: middle;
  border-top: 1px dashed #d2d2dd;
}
@media (max-width: 991px) {
  .item-has-cart .table tbody > tr > td {
    display: block;
    width: 100%;
    float: left;
    padding: 10px 20px;
  }
  .item-has-cart .table tbody > tr > td.product-price,
  .item-has-cart .table tbody > tr > td.product-subtotal {
    padding-top: 0;
    border-top: none;
  }
}
.item-has-cart .table tbody > tr:first-child > td {
  border-top: none;
}
.item-has-cart .table tbody > tr > td:last-child {
  width: 1%;
}
@media (max-width: 991px) {
  .item-has-cart .product-thumb-holder {
    display: none !important;
  }
}
.item-has-cart .product-thumb {
  float: left;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .item-has-cart .product-thumb {
    margin: 0;
  }
}
.item-has-cart .product-name {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .item-has-cart .product-name {
    font-size: 18px;
  }
}
.item-has-cart .product-name .product-count {
  color: #ff7149;
}
@media (max-width: 991px) {
  .item-has-cart .product-desc-alt {
    font-size: 13px;
  }
}
.item-has-cart .product-price {
  font-family: 'Exo 2', sans-serif;
  text-align: right;
  font-weight: bold;
}
@media (max-width: 991px) {
  .item-has-cart .product-price {
    font-size: 14px;
  }
}
.item-has-cart .product-subtotal-txt {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .item-has-cart .product-subtotal-txt {
    font-size: 18px;
  }
}
.item-has-cart .product-subtotal {
  font-weight: 700;
  font-size: 24px;
  text-align: right;
}
@media (max-width: 991px) {
  .item-has-cart .product-subtotal {
    font-size: 18px;
  }
}
.item-has-cart .product-checkout {
  background: #f1f2f4;
}
.item-has-cart .product-close {
  text-align: right;
  background: #f1f2f4;
}
@media (max-width: 991px) {
  .item-has-cart .product-close {
    display: none !important;
  }
}
/* 30.6. Header Top Bar */
.h-top-bar {
  color: #d2d2dd;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  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: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  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;
}
/*
// 32. Static Header
// --------------------------------------------------
*/
.static-header {
  position: relative;
  min-height: auto;
  padding: 0 0 30px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .static-header {
    padding: 0;
    min-height: 368px;
  }
}
@media (min-width: 992px) {
  .static-header {
    min-height: 481px;
  }
}
@media (min-width: 1200px) {
  .static-header {
    min-height: 583px;
  }
}
.static-header .container {
  position: relative;
}
.static-header__num1 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .static-header__num1 {
    position: absolute;
    left: 0;
    top: 40px;
    width: 64%;
  }
}
@media (min-width: 992px) {
  .static-header__num1 {
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .static-header__num1 {
    top: 90px;
  }
}
@media (min-width: 768px) {
  .static-header__num2 {
    position: absolute;
    right: 0;
    top: 40px;
    width: 19%;
  }
}
@media (min-width: 992px) {
  .static-header__num2 {
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .static-header__num2 {
    top: 44px;
  }
}
@media (min-width: 768px) {
  .static-header__num3 {
    position: absolute;
    right: 0;
    top: 200px;
    width: 47%;
  }
}
@media (min-width: 992px) {
  .static-header__num3 {
    top: 285px;
  }
}
@media (min-width: 1200px) {
  .static-header__num3 {
    top: 323px;
  }
}
.static-header__rocket {
  display: none;
}
@media (min-width: 768px) {
  .static-header__rocket {
    display: block;
    position: absolute;
    right: 140px;
    top: 50px;
  }
}
@media (min-width: 992px) {
  .static-header__rocket {
    right: 160px;
    top: 60px;
  }
}
@media (min-width: 1200px) {
  .static-header__rocket {
    right: 210px;
    top: 70px;
  }
}
.static-header__rocket img {
  max-width: 100%;
  height: auto;
}
.header-title-lg {
  display: block;
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  text-align: center;
}
.header-title-lg:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .header-title-lg:before {
    left: -13px;
    margin-left: 0;
  }
}
.header-title-lg:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #ff7149;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .header-title-lg:after {
    left: -9px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .header-title-lg {
    text-align: left;
    font-size: 60px;
    padding-left: 10px;
    padding-bottom: 14px;
    margin-bottom: 12px;
    margin-left: 13px;
  }
}
@media (min-width: 992px) {
  .header-title-lg {
    font-size: 120px;
  }
}
@media (min-width: 1200px) {
  .header-title-lg {
    font-size: 100px;
    padding-bottom: 18px;
    margin-bottom: 15px;
  }
}
.header-title-n {
  display: block;
  font-size: 42px;
  line-height: 1em;
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  padding-bottom: 10px;
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.header-title-n:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .header-title-n:before {
    right: -13px;
    left: auto;
    margin-left: 0;
  }
}
.header-title-n:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #ff7149;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .header-title-n:after {
    right: -9px;
    left: auto;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .header-title-n {
    text-align: right;
    font-size: 46px;
    padding-right: 10px;
    padding-bottom: 14px;
    margin-bottom: 12px;
    margin-right: 13px;
  }
}
@media (min-width: 992px) {
  .header-title-n {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .header-title-n {
    font-size: 64px;
    padding-bottom: 25px;
    margin-bottom: 8px;
  }
}
.header-title-sm {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .header-title-sm {
    font-size: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .header-title-sm {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .header-title-sm {
    font-size: 36px;
  }
}
.header-title-sm.text-left {
  text-align: center;
}
@media (min-width: 768px) {
  .header-title-sm.text-left {
    text-align: left;
    padding-left: 20px;
  }
}
.header-title-sm.text-right {
  text-align: center;
}
@media (min-width: 768px) {
  .header-title-sm.text-right {
    text-align: right;
    padding-right: 20px;
  }
}
/*
// 33. Footer
// --------------------------------------------------
*/
.footer {
  background-color: #36274c;
  background-image: url(../images/bg-footer.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 0;
}
.footer .footer-inner {
  padding-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .footer .footer-inner {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .footer .footer-inner {
    padding-top: 130px;
  }
}
.footer .footer-inner:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bg-footer-wave.svg) no-repeat 50% -1px;
  background-size: contain;
  width: 100%;
  height: 80px;
  top: 0;
  right: 0;
}
/* 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;
  -webkit-transition: all 0.25s cubic-bezier(0.3, 0.1, 0.55, 1);
  -o-transition: all 0.25s cubic-bezier(0.3, 0.1, 0.55, 1);
  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: 20px;
}
.footer-text div[class^="col-"]:last-child {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .footer-text div[class^="col-"] {
    padding: 40px 0;
  }
  .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;
  }
}
/*
// 37. Timeline
// --------------------------------------------------
*/
.timeline {
  position: relative;
}
.timeline li:before {
  display: none;
}
@media (min-width: 992px) {
  .timeline:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: 54px;
    z-index: 1;
    background-image: -webkit-linear-gradient(left, #7648a3 0%, #836aa0 100%);
    background-image: -o-linear-gradient(left, #7648a3 0%, #836aa0 100%);
    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 .timeline-wrapper {
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .timeline .timeline-wrapper {
    margin-bottom: 0;
  }
}
.timeline .timeline-wrapper .item-link {
  display: block;
  position: relative;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.timeline .timeline-wrapper .item-link h5 {
  font-size: 14px;
  color: #b59ecf;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .timeline .timeline-wrapper .item-link h5 {
    margin-bottom: 36px;
  }
}
.timeline .timeline-wrapper .item-link .desc-holder {
  display: block;
  position: relative;
  padding-top: 14px;
}
@media (min-width: 992px) {
  .timeline .timeline-wrapper .item-link .desc-holder {
    padding-top: 39px;
  }
}
.timeline .timeline-wrapper .item-link .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 .timeline-wrapper .item-link .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;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.timeline .timeline-wrapper .item-link .desc-holder .desc {
  display: block;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.4;
}
.timeline .timeline-wrapper .item-link:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .timeline .timeline-wrapper .item-link:hover h5 {
    color: #f9f6f3;
    -webkit-transform: translate(0, -14px);
    -ms-transform: translate(0, -14px);
    -o-transform: translate(0, -14px);
    transform: translate(0, -14px);
  }
}
@media (min-width: 992px) {
  .timeline .timeline-wrapper .item-link:hover .desc-holder:before {
    -webkit-transform: scale(4, 4);
    -ms-transform: scale(4, 4);
    -o-transform: scale(4, 4);
    transform: scale(4, 4);
    background: rgba(131, 106, 160, 0.5);
    border-width: 0;
  }
}
@media (min-width: 992px) {
  .timeline .timeline-wrapper .item-link:hover .desc-holder:after {
    opacity: 1;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
}
@media (min-width: 992px) {
  .timeline .timeline-wrapper .item-link:hover .desc-holder .desc {
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 1;
  }
}
/*
// 40. Logos List
// --------------------------------------------------
*/
.logos-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin: 0 -10px;
}
.logos-list li:before {
  display: none;
}
.logos-list > li {
  float: left;
  padding: 0 10px 14px 10px;
  width: 33.3%;
  text-align: center;
}
.logos-list > li img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.logos-list > li > a:hover img {
  opacity: 1;
}
/*
// 41. Helpers
// --------------------------------------------------
*/
.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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontawesome-icon-list .fa {
  width: 32px;
  text-align: right;
  font-size: 14px;
  margin-right: 10px;
}
.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%);
  -ms-transform: translate(0, -91.4%);
  -o-transform: translate(0, -91.4%);
  transform: translate(0, -91.4%);
  -webkit-transition: all linear 15s;
  -o-transition: all linear 15s;
  transition: all linear 15s;
}
.page-intro .page-wrapper .container .demo-list .demo-thumb > a img {
  display: block;
  position: absolute;
  max-width: 100%;
  -webkit-transition: all linear 1s;
  -o-transition: all linear 1s;
  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;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  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;
  }
}
.feature_icons {
  margin: 3em 0 0;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-justify-center {
  justify-content: center;
}
@media (max-width: 991px) {
  .flex-sm-first {
    order: -10;
  }
}
.bottom_text {
  margin: 20px 0;
}
/*# sourceMappingURL=frontpage.css.map */