.blog-posts:not(.blog-posts-no-margins) article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.blog-posts:not(.blog-posts-no-margins) .pagination {
  margin: -10px 0 20px;
}
.blog-posts.blog-posts-no-margins .pagination {
  margin-top: 28.8px;
  margin-top: 1.8rem;
}
article.post h2 a {
  text-decoration: none;
}
article.post .post-meta {
  font-size: 0.9em;
  margin-bottom: 7px;
}
article.post .post-meta > span {
  display: inline-block;
  padding-right: 8px;
}
article.post .post-meta i {
  margin-right: 3px;
}
article.post .post-date {
  float: left;
  margin-right: 10px;
  text-align: center;
}
article.post .post-date .month {
  display: block;
  background: #ccc;
  border-radius: 0 0 2px 2px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.8;
  padding: 1px 10px;
  text-transform: uppercase;
}
article.post .post-date .day {
  background: #f7f7f7;
  border-radius: 2px 2px 0 0;
  color: #ccc;
  display: block;
  font-size: 18px;
  font-weight: 900;
  padding: 10px;
}
article.post .post-image .owl-carousel {
  width: 100.1%;
}
article .post-video {
  transition: all 0.2s ease-in-out;
  padding: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  display: block;
  height: auto;
  position: relative;
  margin: 0 0 30px 0;
  padding-bottom: 61%;
}
article .post-video iframe {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
article .post-audio {
  transition: all 0.2s ease-in-out;
  padding: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  display: block;
  height: auto;
  position: relative;
  margin: 0 0 30px 0;
  padding-bottom: 35%;
  min-height: 160px;
}
article .post-audio iframe {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
article.post-medium .post-image .owl-carousel {
  width: 100.2%;
}
article.post-large {
  margin-left: 60px;
}
article.post-large h2 {
  margin-bottom: 5px;
}
article.post-large .post-image,
article.post-large .post-date {
  margin-left: -60px;
}
article.post-large .post-image {
  margin-bottom: 25px;
}
article.post-large .post-image.single {
  margin-bottom: 30px;
}
article.post-large .post-video {
  margin-left: -60px;
}
article.post-large .post-audio {
  margin-left: -60px;
}
.single-post article {
  border-bottom: 0;
  margin-bottom: 0;
}
article.blog-single-post .post-meta {
  margin-bottom: 20px;
}
.post-block h3 {
  font-size: 1.8em;
  font-weight: 200;
  margin: 0 0 20px;
  text-transform: none;
}
.post-block h3 i {
  margin-right: 7px;
}
.post-author img {
  max-height: 80px;
  max-width: 80px;
}
.post-author p {
  font-size: 0.9em;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.post-author p .name {
  font-size: 1.1em;
}
.post-author .img-thumbnail {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
ul.comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.comments li {
  clear: both;
  padding: 10px 0 0 70px;
}
ul.comments li img.avatar {
  height: 48px;
  width: 48px;
}
ul.comments li ul.reply {
  margin: 0;
}
ul.comments li a {
  text-decoration: none;
}
ul.comments li .img-thumbnail {
  margin-left: -70px;
  position: absolute;
}
ul.comments li .comment {
  margin-bottom: 10px;
}
ul.comments .comment-arrow {
  border-bottom: 12px solid transparent;
  border-right: 12px solid #f7f7f7;
  border-top: 12px solid transparent;
  height: 0;
  left: -12px;
  position: absolute;
  top: 12px;
  width: 0;
}
ul.comments .comment-block {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 20px 20px 30px;
  position: relative;
}
ul.comments .comment-block p {
  font-size: 0.9em;
  line-height: 21px;
  margin: 0;
  padding: 0;
}
ul.comments .comment-block .comment-by {
  display: block;
  font-size: 1em;
  line-height: 21px;
  margin: 0;
  padding: 0 0 5px 0;
}
ul.comments .comment-block .date {
  color: #999;
  font-size: 0.9em;
}
.post-leave-comment h3 {
  margin: 0 0 40px;
}
.recent-posts h4 {
  margin-bottom: 7px;
}
.recent-posts article.recent-post h4 {
  margin: 0 0 3px 0;
}
.recent-posts article.recent-post h4 a {
  display: block;
}
.recent-posts .date {
  margin-right: 10px;
  text-align: center;
}
.recent-posts .date .month {
  background: #ccc;
  color: #fff;
  font-size: 0.9em;
  padding: 3px 10px;
  position: relative;
  top: -2px;
}
.recent-posts .date .day {
  background: #f7f7f7;
  color: #ccc;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-weight: 700;
  padding: 8px;
}
section.section .recent-posts .date .day {
  background: #fff;
}
ul.simple-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.simple-post-list li {
  border-bottom: 1px dotted #e2e2e2;
  padding: 15px 0;
}
ul.simple-post-list li::after {
  clear: both;
  content: "";
  display: block;
}
ul.simple-post-list li:last-child {
  border-bottom: 0;
}
ul.simple-post-list .post-image {
  float: left;
  margin-right: 12px;
}
ul.simple-post-list .post-meta {
  color: #888;
  font-size: 0.8em;
}
ul.simple-post-list .post-info {
  line-height: 20px;
}
@media (max-width: 575px) {
  ul.comments li {
    border-left: 8px solid rgba(0, 0, 0, 0.06);
    clear: both;
    padding: 0 0 0 10px;
  }
  ul.comments li .img-thumbnail {
    display: none;
  }
  ul.comments .comment-arrow {
    display: none;
  }
}
@font-face {
  font-family: "star";
  src: url(fonts/star.eot);
  src: url("fonts/star.eot?#iefix") format("embedded-opentype"),
    url(fonts/star.woff) format("woff"), url(fonts/star.ttf) format("truetype"),
    url("fonts/star.svg#star") format("svg");
  font-weight: 400;
  font-style: normal;
}
.shop .products:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.shop .products .product {
  position: relative;
  margin-bottom: 30px;
}
.shop .products .product a {
  text-decoration: none;
}
.shop .products .product .quick-view {
  transition: ease transform 300ms, ease background 300ms;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 10px;
  font-size: 1em;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.shop .products .product .quick-view [class*="fa-"],
.shop .products .product .quick-view .icons {
  margin-right: 3px;
  font-size: 1.1em;
}
.shop .products .product:hover .quick-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.shop .products .product:hover .quick-view:hover {
  background: #000;
}
.shop .products .product .onsale {
  position: absolute;
  background-image: none;
  border-radius: 100%;
  left: auto;
  right: 0;
  top: -15px;
  text-shadow: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  z-index: 10;
  box-shadow: none;
  font-size: 0.9em;
  color: #fff;
  border-bottom: 2px solid transparent;
}
html.lightbox-beforeclose .quick-view {
  display: none !important;
}
.masonry-loader-showing .products {
  opacity: 0;
}
.product-info {
  transition: all 0.2s;
  padding: 0;
  position: relative;
  border: 1px solid #ddd;
  background: #f7f9fc;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  text-align: center;
  padding: 0;
  text-decoration: none;
}
.product-info:hover {
  background-color: #fff;
  text-decoration: none;
}
.product-info a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.product-info a:hover {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.product-info img {
  transition: all 0.2s;
}
.product-info h4 {
  color: #404751;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}
.product-info + .product-info {
  margin-top: -5px;
}
.product-info .product-info-image {
  display: block;
  position: relative;
}
.product-info .product-info-image:before {
  transition: all 0.2s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.product-info:hover .product-info-image:before {
  opacity: 0.4;
}
.product-info .product-info-act {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}
.product-info .product-info-act em {
  font-style: normal;
  position: relative;
  font-size: 1.2em;
  font-weight: 100;
}
.product-info .product-info-act-left,
.product-info .product-info-act-right {
  float: left;
  overflow: hidden;
}
.product-info .product-info-act-left {
  text-align: right;
  width: 45%;
}
.product-info .product-info-act-left em {
  transition: all 0.2s ease 0s;
  left: 0%;
  opacity: 0;
}
.product-info .product-info-act-right {
  text-align: left;
  margin-left: 2%;
  width: 53%;
}
.product-info .product-info-act-right em {
  transition: all 0.2s ease 0s;
  right: 0%;
  font-weight: 600;
  opacity: 0;
}
.product-info:hover .product-info-act-left em {
  opacity: 1;
}
.product-info:hover .product-info-act-right em {
  opacity: 1;
}
.product-info .product-info-content {
  padding: 15px;
  text-align: left;
  display: block;
}
.product-info .product-info-caption {
  padding: 0 15px 15px;
  text-align: left;
  display: block;
}
.product-info .product-info-caption p {
  margin: 0;
  padding: 0 0 10px;
}
.product-info .product-info-extra {
  clear: both;
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid #ebebf4;
  display: block;
}
.product-info .product-info-extra.social {
  text-align: center;
}
.product-info .product-info-extra.social a {
  border-right: 1px solid #ebebf4;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 0.9em;
  color: #acacac;
  width: auto;
}
.product-info .product-info-extra.social a:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.product-info .date {
  color: #9aa1ab;
  font-size: 0.9em;
}
.product-info.secondary .product-info-content {
  text-align: center;
}
.product-info.secondary .product-info-content h4 {
  transition: all 0.2s;
  color: #fff;
  position: relative;
  top: -25%;
  opacity: 0;
}
.product-info.secondary .product-info-content .date {
  transition: all 0.2s;
  position: relative;
  top: 25%;
  display: block;
  opacity: 0;
}
.product-info.secondary .product-info-act {
  top: 30%;
}
.product-info.secondary .label {
  transition: all 0.2s;
  clear: both;
  display: inline-block;
  margin-top: 15px;
  opacity: 0;
}
.product-info.secondary:hover .label {
  opacity: 1;
}
.product-info.secondary:hover .product-info-content h4 {
  top: 0;
  opacity: 1;
}
.product-info.secondary:hover .product-info-content .date {
  top: 0;
  opacity: 1;
}
.shop .review-num {
  margin-left: 7px;
  float: left;
  font-size: 0.85em;
}
.shop .summary .price {
  color: #444;
  font-size: 2em;
  letter-spacing: -1px;
  line-height: 30px;
  margin-top: 10px;
  clear: both;
}
.shop .quantity {
  margin: 0 15px 25px 0;
  overflow: hidden;
  position: relative;
  width: 125px;
  height: 40px;
  float: left;
}
.shop .quantity .minus {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  box-shadow: none;
  color: #5e5e5e;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 13px;
  margin: 0;
  overflow: visible;
  outline: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  vertical-align: text-top;
  width: 40px;
  border-radius: 0.25rem 0 0 0.25rem;
}
.shop .quantity .plus {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  box-shadow: none;
  color: #5e5e5e;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 13px;
  margin: 0;
  overflow: visible;
  outline: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  vertical-align: text-top;
  width: 40px;
  border-radius: 0 0.25rem 0.25rem 0;
  right: 0;
  top: 0;
}
.shop .quantity .qty {
  border: 1px solid #f0f0f0;
  box-shadow: none;
  float: left;
  height: 40px;
  padding: 0 39px;
  text-align: center;
  width: 125px;
  font-weight: 700;
  font-size: 1em;
  outline: 0;
  border-radius: 0.25rem;
}
.shop .quantity .qty::-webkit-inner-spin-button,
.shop .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shop .quantity .qty::-ms-clear {
  display: none;
}
.shop .quantity.quantity-lg {
  height: 45px;
}
.shop .quantity.quantity-lg .minus {
  height: 45px;
  width: 45px;
}
.shop .quantity.quantity-lg .plus {
  height: 45px;
  width: 45px;
}
.shop .quantity.quantity-lg .qty {
  height: 45px;
}
.shop .product-meta {
  clear: both;
}
.shop .tabs-product {
  margin-top: 40px;
}
.shop ul.comments .comment-arrow {
  border-right-color: #f5f7f7;
}
.shop ul.comments .comment-block {
  background: #f5f7f7;
}
.shop ul.simple-post-list li {
  border: 0;
  padding-bottom: 0;
}
.product .product-thumb-info {
  transition: all 0.2s;
  padding: 0;
  position: relative;
  border: 0;
  border-bottom: 3px solid #e3e4e8;
  background: #f7f9fc;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  text-align: center;
  border: 1px solid #ddd;
  text-decoration: none;
}
.product .product-thumb-info a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.product .product-thumb-info img {
  transition: all 0.2s;
}
.product .product-thumb-info h4 {
  color: #404751;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}
.product .product-thumb-info + .product-thumb-info {
  margin-top: -5px;
}
.product .product-thumb-info .product-thumb-info-touch-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-color: transparent;
}
.product .product-thumb-info.hover .product-thumb-info-touch-hover {
  display: block;
}
.product .product-thumb-info .product-thumb-info-image {
  display: block;
  position: relative;
}
.product .product-thumb-info .product-thumb-info-image:before {
  transition: all 0.2s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212121;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.product .product-thumb-info .product-thumb-info-act {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  opacity: 0;
}
.product .product-thumb-info .product-thumb-info-act em {
  font-style: normal;
}
.product .product-thumb-info .product-thumb-info-content {
  padding: 15px;
  text-align: left;
  display: block;
}
.product .product-thumb-info .product-thumb-info-caption {
  padding: 0 15px 15px;
  text-align: left;
  display: block;
}
.product .product-thumb-info .product-thumb-info-caption p {
  margin: 0;
  padding: 0 0 10px;
}
.product .product-thumb-info .product-thumb-info-extra {
  clear: both;
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid #ebebf4;
  display: block;
}
.product .product-thumb-info .product-thumb-info-extra.social a:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.product .product-thumb-info .product-thumb-info-badges-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
}
.product
  .product-thumb-info
  .product-thumb-info-badges-wrapper
  .badge
  + .badge {
  margin-top: 5px;
}
.product .product-thumb-info .addtocart-btn-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}
.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 16px;
  font-size: 1rem;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: ease transform 300ms, ease opacity 300ms;
}
.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover {
  color: #fff;
  background: #ccc;
}
.product
  .product-thumb-info
  .product-thumb-info-image-effect
  > img:nth-child(1) {
  position: relative;
  z-index: 1;
  transition: ease opacity 300ms;
}
.product
  .product-thumb-info
  .product-thumb-info-image-effect
  > img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.product .product-thumb-info .countdown-offer-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 8px 0;
  background: #0184c2;
  z-index: 3;
  transition: ease opacity 300ms;
}
.product:hover .product-thumb-info {
  background-color: #fff;
  text-decoration: none;
}
.product:hover .product-thumb-info .product-thumb-info-image:before {
  opacity: 0.1;
}
.product:hover .product-thumb-info .product-thumb-info-act {
  opacity: 1;
  top: 50%;
}
.product:hover .product-thumb-info .addtocart-btn-wrapper .addtocart-btn {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: ease transform 300ms, ease opacity 300ms;
}
.product:hover
  .product-thumb-info
  .product-thumb-info-image-effect
  > img:nth-child(1) {
  opacity: 0;
}
.product:hover .product-thumb-info .countdown-offer-wrapper {
  opacity: 0;
  visibility: hidden;
}
.full-width .product-thumb-info .product-thumb-info-image:before {
  border-radius: 0;
}
.products-navigation .next,
.products-navigation .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #ccc;
  font-size: 11.2px;
  font-size: 0.7rem;
}
.products-navigation .prev {
  margin-right: 5px;
}
.price {
  display: flex;
  align-items: center;
  min-height: 28px;
}
.price del {
  color: rgba(145, 145, 145, 0.5);
  font-size: 0.7em;
  margin: -2px 0 0;
}
.price ins {
  text-decoration: none;
}
.price .sale {
  order: 2;
  font-size: 0.9em;
  font-weight: 600;
}
.price .sale + .amount {
  font-size: 0.7em;
  font-weight: 500;
  margin-right: 4px;
  text-decoration: line-through;
}
.price .amount {
  order: 1;
  font-size: 0.9em;
  font-weight: 600;
}
.shop_table {
  width: 100%;
  margin: 0;
  text-align: left;
}
.shop_table th {
  padding: 8px 10px;
}
.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 17px 10px;
}
.shop_table .product-thumbnail .product-thumbnail-wrapper {
  position: relative;
}
.shop_table
  .product-thumbnail
  .product-thumbnail-wrapper
  .product-thumbnail-remove {
  position: absolute;
  top: -5px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11.2px;
  font-size: 0.7rem;
  color: #212121;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 100%;
  box-shadow: 0 0 19px -6px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: ease background 300ms;
}
.shop_table
  .product-thumbnail
  .product-thumbnail-wrapper
  .product-thumbnail-remove:hover {
  background: #f4f4f4;
}
.shop_table .product-name {
  padding-left: 22.4px;
  padding-left: 1.4rem;
}
@media (max-width: 991px) {
  .shop .actions-continue {
    float: none;
  }
  .shop table.cart .product-thumbnail {
    width: 12%;
  }
  .shop table.cart .product-name {
    width: 35%;
  }
  #header nav.mega-menu .mega-menu-shop a {
    color: #fff;
  }
  #header nav.mega-menu .mega-menu-shop a .fa-caret-down {
    display: none !important;
  }
  #header nav.mega-menu .mega-menu-shop > ul.dropdown-menu {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .shop table.cart .product-name {
    width: 65%;
  }
  .shop_table
    .product-thumbnail
    .product-thumbnail-wrapper
    .product-thumbnail-remove {
    position: relative;
    top: 0;
    right: 0;
  }
  .shop_table
    .product-thumbnail
    .product-thumbnail-wrapper
    .product-thumbnail-image {
    display: none;
  }
  .shop_table .product-name {
    padding-left: 0.7rem;
  }
}
.box-shadow-custom {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}
.custom-button {
  border-radius: 30px !important;
  padding: 10px 30px;
}
.custom-border-bottom-1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.rev_slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.25);
}
.custom-dots-style-1 .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.custom-dots-style-1 .owl-dots .owl-dot > span {
  background: transparent !important;
}
.custom-dots-style-1 .owl-dots .owl-dot.active > span {
  background: #fff !important;
}
.custom-dots-style-1 .owl-dots .owl-dot + .owl-dot {
  margin-top: 6px !important;
}
.medical-schedules {
  margin: -47px 0 0 0;
}
.medical-schedules h4 {
  line-height: 23px;
  padding-top: 4px;
}
.medical-schedules h4,
.medical-schedules h5,
.medical-schedules a,
.medical-schedules i {
  color: #fff !important;
}
.medical-schedules h5 {
  position: relative;
  display: inline-block;
}
.medical-schedules .box-one,
.medical-schedules .box-two,
.medical-schedules .box-three,
.medical-schedules .box-four {
  cursor: pointer;
  height: 82px;
  position: relative;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.medical-schedules .box-one {
  z-index: 4;
}
.medical-schedules .box-two {
  z-index: 3;
}
.medical-schedules .box-three {
  z-index: 2;
}
.medical-schedules .box-three:hover {
  z-index: 10;
}
.medical-schedules .box-four {
  z-index: 1;
}
.medical-schedules .box-one::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-top: 47px solid transparent;
  border-bottom: 47px solid transparent;
  border-left: 40px solid #008fe2;
  z-index: 5;
}
.medical-schedules .box-two,
.medical-schedules .box-three {
  padding: 38px 38px 38px 70px;
}
.medical-schedules .box-two a,
.medical-schedules .box-three a {
  text-decoration: none;
}
.medical-schedules .box-two:hover .expanded-info,
.medical-schedules .box-three:hover .expanded-info {
  opacity: 1;
  z-index: 1;
}
.medical-schedules .box-two:hover .expanded-info .info,
.medical-schedules .box-three:hover .expanded-info .info {
  opacity: 1;
  transform: translateY(0%);
}
.medical-schedules .box-two:hover i,
.medical-schedules .box-three:hover i {
  transition: all 0.3s ease;
}
.medical-schedules .box-two .expanded-info,
.medical-schedules .box-three .expanded-info {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 99%;
  width: 100%;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.2);
  z-index: -1;
  transition: all 0.3s ease;
}
.medical-schedules .box-two .expanded-info .info,
.medical-schedules .box-three .expanded-info .info {
  opacity: 0;
  transform: translateY(-40%);
}
.medical-schedules .box-two .expanded-info .info:nth-child(1),
.medical-schedules .box-three .expanded-info .info:nth-child(1) {
  transition: all 0.3s ease 0.4s;
}
.medical-schedules .box-two .expanded-info .info:nth-child(2),
.medical-schedules .box-three .expanded-info .info:nth-child(2) {
  transition: all 0.3s ease 0.5s;
}
.medical-schedules .box-two .expanded-info .info:nth-child(3),
.medical-schedules .box-three .expanded-info .info:nth-child(3) {
  transition: all 0.3s ease 0.6s;
}
.medical-schedules .box-two i,
.medical-schedules .box-three i {
  position: absolute;
  top: 50%;
  right: -30px;
  font-size: 1.44em;
  transition: all 0.3s ease;
}
.medical-schedules .box-two:hover i {
  transform: translateY(-50%) translateX(50%);
}
.medical-schedules .box-two i {
  transform: translateY(-50%) translateX(0%);
}
.medical-schedules .box-three:hover i {
  transform: translateY(-50%) rotate(-90deg);
}
.medical-schedules .box-three i {
  transform: translateY(-50%) rotate(0deg);
}
.medical-schedules .box-four label {
  display: block;
  margin: -3px 0 0;
  opacity: 0.5;
}
.medical-schedules .box-four strong {
  font-size: 1.6em;
}
.medical-schedules .box-four .feature-box {
  padding: 23.7px;
}
.medical-schedules .box-four .feature-box-icon {
  margin-top: 5px;
}
@media (max-width: 991px) {
  .medical-schedules h4 {
    margin-top: 10px !important;
  }
  .medical-schedules .box-one::after {
    content: none;
  }
  .medical-schedules .box-two,
  .medical-schedules .box-three {
    padding: 38px 38px 38px 38px;
  }
}
.custom-info span:nth-child(1) {
  display: inline-block;
  color: #90c9ea;
  min-width: 68px;
  margin-right: 10px;
}
.custom-info span:nth-child(1)::after {
  content: ":";
  display: block;
  float: right;
  color: #fff;
}
.custom-info span:nth-child(2) {
  color: #fff;
}
.feature-box.feature-box-style-2 .feature-box-icon {
  top: 3px;
}
.team .thumb-info:hover .thumb-info-caption {
  background: #008fe2;
}
.team .thumb-info:hover .thumb-info-caption span,
.team .thumb-info:hover .thumb-info-caption i {
  color: #fff !important;
}
.team .thumb-info .thumb-info-caption {
  position: relative;
  padding: 10px 0;
  display: block;
  background: #fff;
  transition: all 0.3s ease;
}
.team .thumb-info .thumb-info-caption .custom-thumb-info-title span {
  display: block;
}
.team
  .thumb-info
  .thumb-info-caption
  .custom-thumb-info-title
  span:nth-child(1) {
  color: #8e8e8e;
}
.team
  .thumb-info
  .thumb-info-caption
  .custom-thumb-info-title
  span:nth-child(2) {
  color: #28292d;
}
.team .thumb-info .thumb-info-caption .custom-thumb-info-title i {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 1.9em !important;
  color: #28292d;
  transform: translateY(-50%);
}
.team .owl-carousel.nav-bottom .owl-nav {
  position: absolute;
  top: -60px;
  right: 10px;
}
.team .owl-carousel.nav-bottom .owl-nav button.owl-prev,
.team .owl-carousel.nav-bottom .owl-nav button.owl-next {
  border: none !important;
  font-size: 2em;
  padding: 0;
  width: auto;
  height: auto;
}
.team .owl-carousel.nav-bottom .owl-nav button.owl-prev:active,
.team .owl-carousel.nav-bottom .owl-nav button.owl-next:active {
  background-color: none;
  border-color: transparent;
}
.team .owl-carousel.nav-bottom .owl-nav button.owl-prev {
  color: #0092e3;
}
.team .owl-carousel.nav-bottom .owl-nav button.owl-prev::before {
  font-family: simple-line-icons;
  content: "\e07a";
  font-size: 28.8px;
  font-size: 1.8rem;
}
.team .owl-carousel.nav-bottom .owl-nav button.owl-next {
  color: #2d529f;
}
.team .owl-carousel.nav-bottom .owl-nav button.owl-next::before {
  font-family: simple-line-icons;
  content: "\e079";
  font-size: 28.8px;
  font-size: 1.8rem;
}
.thumb-info-side-image-custom {
  border: 0 none;
  color: #777;
  margin: 0 0 35px;
  transition: all 0.3s ease;
}
.thumb-info-side-image-custom .thumb-info-side-image-wrapper {
  padding: 0;
  margin-right: 30px;
}
.thumb-info-side-image-custom .thumb-info-caption {
  text-align: left;
}
.thumb-info-side-image-custom .thumb-info-caption h4 {
  margin: 30px 0 0;
  padding: 0;
}
.thumb-info-side-image-custom .thumb-info-caption p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}
.thumb-info-side-image-custom:hover {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight
  .thumb-info-side-image-wrapper {
  margin: 0 0 10px 0;
  padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight
  .thumb-info-caption {
  padding: 0 10px;
  display: block;
  clear: both;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight
  .thumb-info-caption
  h4 {
  margin: 3px 0 0;
  padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight
  .thumb-info-caption
  p {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight
    .thumb-info-side-image-wrapper {
    width: 100%;
  }
}
.content-grid .content-grid-item {
  min-height: 150px;
  border: 1px solid #e4e4e4;
  border-left: none;
}
.content-grid .content-grid-item:first-child {
  border-left: 1px solid #e4e4e4;
}
.content-grid .content-grid-item::before,
.content-grid .content-grid-item::after {
  content: none;
}
@media (max-width: 991px) {
  .content-grid .content-grid-item:nth-child(4) {
    border-left: 1px solid #e4e4e4;
  }
  .content-grid .content-grid-item:nth-child(4),
  .content-grid .content-grid-item:nth-child(5),
  .content-grid .content-grid-item:nth-child(6) {
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .content-grid .content-grid-item {
    border-top: 0;
    border-left: 1px solid #e4e4e4;
  }
  .content-grid .content-grid-item:first-child {
    border-top: 1px solid #e4e4e4;
  }
}
.testimonial .testimonial-quote {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  font-family: Georgia, serif;
}
.testimonial .testimonial-quote::before {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: 50%;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 25px;
  transform: translateX(-50%) translateY(-50%);
}
.testimonial blockquote::before,
.testimonial blockquote::after {
  color: #fff !important;
  font-size: 40px !important;
}
.testimonial blockquote p {
  color: #fff !important;
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
.testimonial .testimonial-author p strong {
  position: relative;
  display: inline-block;
  color: #fff !important;
}
.testimonial .testimonial-author p strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 35%;
  top: -21px;
  left: 50%;
  border-top: 2px solid #80c9f2;
  transform: translateX(-50%) translateY(-50%);
}
#footer {
  background: #34383d;
  border: none;
}
#footer p,
#footer a,
#footer strong {
  color: #95989c;
}
#footer a strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}
#footer a label {
  color: #fff !important;
}
#footer .custom-info span:nth-child(1) {
  color: #95989c;
}
#footer .footer-copyright {
  background: #34383d;
  border-top: 1px solid #53585e;
}
#footer .footer-copyright p {
  color: #95989c;
}
.social-icons li {
  border-radius: 0;
  box-shadow: none;
}
.social-icons li:hover a {
  opacity: 0.8;
}
.social-icons li a {
  border-radius: 0;
}
::-moz-selection {
  color: #fff;
  background: #008fe2;
}
::selection {
  color: #fff;
  background: #008fe2;
}
a {
  color: #008fe2;
}
a:hover {
  color: #009ffb;
}
a:focus {
  color: #009ffb;
}
a:active {
  color: #007fc9;
}
html .text-color-primary,
html .text-primary {
  color: #008fe2 !important;
}
html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
  color: #008fe2 !important;
}
html .text-color-secondary,
html .text-secondary {
  color: #2d529f !important;
}
html .text-color-hover-secondary:hover,
html .text-hover-secondary:hover {
  color: #2d529f !important;
}
html .text-color-tertiary,
html .text-tertiary {
  color: #3aabdd !important;
}
html .text-color-hover-tertiary:hover,
html .text-hover-tertiary:hover {
  color: #3aabdd !important;
}
html .text-color-quaternary,
html .text-quaternary {
  color: #242424 !important;
}
html .text-color-hover-quaternary:hover,
html .text-hover-quaternary:hover {
  color: #242424 !important;
}
html .text-color-dark,
html .text-dark {
  color: #212529 !important;
}
html .text-color-hover-dark:hover,
html .text-hover-dark:hover {
  color: #212529 !important;
}
html .text-color-light,
html .text-light {
  color: #fff !important;
}
html .text-color-hover-light:hover,
html .text-hover-light:hover {
  color: #fff !important;
}
html .svg-fill-color-primary {
  fill: #008fe2 !important;
}
html .svg-fill-color-primary svg path,
html .svg-fill-color-primary svg rect,
html .svg-fill-color-primary svg line,
html .svg-fill-color-primary svg polyline,
html .svg-fill-color-primary svg polygon {
  fill: #008fe2 !important;
}
html .svg-stroke-color-primary {
  stroke: #008fe2 !important;
}
html .svg-stroke-color-primary svg path,
html .svg-stroke-color-primary svg rect,
html .svg-stroke-color-primary svg line,
html .svg-stroke-color-primary svg polyline,
html .svg-stroke-color-primary svg polygon {
  stroke: #008fe2 !important;
}
html .svg-fill-color-secondary {
  fill: #2d529f !important;
}
html .svg-fill-color-secondary svg path,
html .svg-fill-color-secondary svg rect,
html .svg-fill-color-secondary svg line,
html .svg-fill-color-secondary svg polyline,
html .svg-fill-color-secondary svg polygon {
  fill: #2d529f !important;
}
html .svg-stroke-color-secondary {
  stroke: #2d529f !important;
}
html .svg-stroke-color-secondary svg path,
html .svg-stroke-color-secondary svg rect,
html .svg-stroke-color-secondary svg line,
html .svg-stroke-color-secondary svg polyline,
html .svg-stroke-color-secondary svg polygon {
  stroke: #2d529f !important;
}
html .svg-fill-color-tertiary {
  fill: #3aabdd !important;
}
html .svg-fill-color-tertiary svg path,
html .svg-fill-color-tertiary svg rect,
html .svg-fill-color-tertiary svg line,
html .svg-fill-color-tertiary svg polyline,
html .svg-fill-color-tertiary svg polygon {
  fill: #3aabdd !important;
}
html .svg-stroke-color-tertiary {
  stroke: #3aabdd !important;
}
html .svg-stroke-color-tertiary svg path,
html .svg-stroke-color-tertiary svg rect,
html .svg-stroke-color-tertiary svg line,
html .svg-stroke-color-tertiary svg polyline,
html .svg-stroke-color-tertiary svg polygon {
  stroke: #3aabdd !important;
}
html .svg-fill-color-quaternary {
  fill: #242424 !important;
}
html .svg-fill-color-quaternary svg path,
html .svg-fill-color-quaternary svg rect,
html .svg-fill-color-quaternary svg line,
html .svg-fill-color-quaternary svg polyline,
html .svg-fill-color-quaternary svg polygon {
  fill: #242424 !important;
}
html .svg-stroke-color-quaternary {
  stroke: #242424 !important;
}
html .svg-stroke-color-quaternary svg path,
html .svg-stroke-color-quaternary svg rect,
html .svg-stroke-color-quaternary svg line,
html .svg-stroke-color-quaternary svg polyline,
html .svg-stroke-color-quaternary svg polygon {
  stroke: #242424 !important;
}
html .svg-fill-color-dark {
  fill: #212529 !important;
}
html .svg-fill-color-dark svg path,
html .svg-fill-color-dark svg rect,
html .svg-fill-color-dark svg line,
html .svg-fill-color-dark svg polyline,
html .svg-fill-color-dark svg polygon {
  fill: #212529 !important;
}
html .svg-stroke-color-dark {
  stroke: #212529 !important;
}
html .svg-stroke-color-dark svg path,
html .svg-stroke-color-dark svg rect,
html .svg-stroke-color-dark svg line,
html .svg-stroke-color-dark svg polyline,
html .svg-stroke-color-dark svg polygon {
  stroke: #212529 !important;
}
html .svg-fill-color-light {
  fill: #fff !important;
}
html .svg-fill-color-light svg path,
html .svg-fill-color-light svg rect,
html .svg-fill-color-light svg line,
html .svg-fill-color-light svg polyline,
html .svg-fill-color-light svg polygon {
  fill: #fff !important;
}
html .svg-stroke-color-light {
  stroke: #fff !important;
}
html .svg-stroke-color-light svg path,
html .svg-stroke-color-light svg rect,
html .svg-stroke-color-light svg line,
html .svg-stroke-color-light svg polyline,
html .svg-stroke-color-light svg polygon {
  stroke: #fff !important;
}
.gradient-text-color {
  color: #008fe2;
  background: linear-gradient(to bottom right, #008fe2, #2d529f);
  background-image: linear-gradient(to right, #008fe2, #2d529f);
}
html .bg-color-primary,
html .bg-primary {
  background-color: #008fe2 !important;
}
html .bg-color-hover-primary:hover,
html .bg-hover-primary:hover {
  background-color: #008fe2 !important;
}
html .bg-color-after-primary:after {
  background-color: #008fe2 !important;
}
html .bg-color-hover-after-primary:after:hover {
  background-color: #008fe2 !important;
}
html .bg-color-before-primary:before {
  background-color: #008fe2 !important;
}
html .bg-color-hover-before-primary:before:hover {
  background-color: #008fe2 !important;
}
html .bg-color-secondary,
html .bg-secondary {
  background-color: #2d529f !important;
}
html .bg-color-hover-secondary:hover,
html .bg-hover-secondary:hover {
  background-color: #2d529f !important;
}
html .bg-color-after-secondary:after {
  background-color: #2d529f !important;
}
html .bg-color-hover-after-secondary:after:hover {
  background-color: #2d529f !important;
}
html .bg-color-before-secondary:before {
  background-color: #2d529f !important;
}
html .bg-color-hover-before-secondary:before:hover {
  background-color: #2d529f !important;
}
html .bg-color-tertiary,
html .bg-tertiary {
  background-color: #3aabdd !important;
}
html .bg-color-hover-tertiary:hover,
html .bg-hover-tertiary:hover {
  background-color: #3aabdd !important;
}
html .bg-color-after-tertiary:after {
  background-color: #3aabdd !important;
}
html .bg-color-hover-after-tertiary:after:hover {
  background-color: #3aabdd !important;
}
html .bg-color-before-tertiary:before {
  background-color: #3aabdd !important;
}
html .bg-color-hover-before-tertiary:before:hover {
  background-color: #3aabdd !important;
}
html .bg-color-quaternary,
html .bg-quaternary {
  background-color: #242424 !important;
}
html .bg-color-hover-quaternary:hover,
html .bg-hover-quaternary:hover {
  background-color: #242424 !important;
}
html .bg-color-after-quaternary:after {
  background-color: #242424 !important;
}
html .bg-color-hover-after-quaternary:after:hover {
  background-color: #242424 !important;
}
html .bg-color-before-quaternary:before {
  background-color: #242424 !important;
}
html .bg-color-hover-before-quaternary:before:hover {
  background-color: #242424 !important;
}
html .bg-color-dark,
html .bg-dark {
  background-color: #212529 !important;
}
html .bg-color-hover-dark:hover,
html .bg-hover-dark:hover {
  background-color: #212529 !important;
}
html .bg-color-after-dark:after {
  background-color: #212529 !important;
}
html .bg-color-hover-after-dark:after:hover {
  background-color: #212529 !important;
}
html .bg-color-before-dark:before {
  background-color: #212529 !important;
}
html .bg-color-hover-before-dark:before:hover {
  background-color: #212529 !important;
}
html .bg-color-light,
html .bg-light {
  background-color: #fff !important;
}
html .bg-color-hover-light:hover,
html .bg-hover-light:hover {
  background-color: #fff !important;
}
html .bg-color-after-light:after {
  background-color: #fff !important;
}
html .bg-color-hover-after-light:after:hover {
  background-color: #fff !important;
}
html .bg-color-before-light:before {
  background-color: #fff !important;
}
html .bg-color-hover-before-light:before:hover {
  background-color: #fff !important;
}
.bg-gradient {
  background: linear-gradient(135deg, #008fe2 0%, #2d529f 80%);
}
@-webkit-keyframes colorTransition {
  0% {
    background-color: #008fe2;
  }
  33% {
    background-color: #2d529f;
  }
  66% {
    background-color: #3aabdd;
  }
  100% {
    background-color: #242424;
  }
}
@keyframes colorTransition {
  0% {
    background-color: #008fe2;
  }
  33% {
    background-color: #2d529f;
  }
  66% {
    background-color: #3aabdd;
  }
  100% {
    background-color: #242424;
  }
}
html .border-color-primary {
  border-color: #008fe2 !important;
}
html .border-color-hover-primary:hover {
  border-color: #008fe2 !important;
}
html .border-color-secondary {
  border-color: #2d529f !important;
}
html .border-color-hover-secondary:hover {
  border-color: #2d529f !important;
}
html .border-color-tertiary {
  border-color: #3aabdd !important;
}
html .border-color-hover-tertiary:hover {
  border-color: #3aabdd !important;
}
html .border-color-quaternary {
  border-color: #242424 !important;
}
html .border-color-hover-quaternary:hover {
  border-color: #242424 !important;
}
html .border-color-dark {
  border-color: #212529 !important;
}
html .border-color-hover-dark:hover {
  border-color: #212529 !important;
}
html .border-color-light {
  border-color: #fff !important;
}
html .border-color-hover-light:hover {
  border-color: #fff !important;
}
.alternative-font {
  color: #008fe2;
}
html .box-shadow-1-primary:before {
  box-shadow: 0 30px 90px #008fe2 !important;
}
html .box-shadow-1-secondary:before {
  box-shadow: 0 30px 90px #2d529f !important;
}
html .box-shadow-1-tertiary:before {
  box-shadow: 0 30px 90px #3aabdd !important;
}
html .box-shadow-1-quaternary:before {
  box-shadow: 0 30px 90px #242424 !important;
}
html .box-shadow-1-dark:before {
  box-shadow: 0 30px 90px #212529 !important;
}
html .box-shadow-1-light:before {
  box-shadow: 0 30px 90px #fff !important;
}
html .blockquote-primary {
  border-color: #008fe2 !important;
}
html .blockquote-secondary {
  border-color: #2d529f !important;
}
html .blockquote-tertiary {
  border-color: #3aabdd !important;
}
html .blockquote-quaternary {
  border-color: #242424 !important;
}
html .blockquote-dark {
  border-color: #212529 !important;
}
html .blockquote-light {
  border-color: #fff !important;
}
p.drop-caps:first-letter {
  color: #008fe2;
}
p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #008fe2;
}
html .nav-color-primary nav > ul > li > a {
  color: #008fe2 !important;
}
html
  .nav-color-primary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #008fe2 !important;
}
html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #008fe2 !important;
}
html .nav-color-secondary nav > ul > li > a {
  color: #2d529f !important;
}
html
  .nav-color-secondary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #2d529f !important;
}
html
  .nav-color-secondary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  ul {
  border-top-color: #2d529f !important;
}
html .nav-color-tertiary nav > ul > li > a {
  color: #3aabdd !important;
}
html
  .nav-color-tertiary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #3aabdd !important;
}
html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #3aabdd !important;
}
html .nav-color-quaternary nav > ul > li > a {
  color: #242424 !important;
}
html
  .nav-color-quaternary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #242424 !important;
}
html
  .nav-color-quaternary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  ul {
  border-top-color: #242424 !important;
}
html .nav-color-dark nav > ul > li > a {
  color: #212529 !important;
}
html
  .nav-color-dark:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #212529 !important;
}
html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #212529 !important;
}
html .nav-color-light nav > ul > li > a {
  color: #fff !important;
}
html
  .nav-color-light:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #fff !important;
}
html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #fff !important;
}
.nav-pills > li.active > a,
.nav-pills .nav-link.active {
  background-color: #008fe2;
}
.nav-pills > li.active > a:hover,
.nav-pills .nav-link.active:hover,
.nav-pills > li.active > a:focus,
.nav-pills .nav-link.active:focus {
  background-color: #008fe2;
}
.nav-active-style-1 > li > a:hover,
.nav-active-style-1 > li > a:focus,
.nav-active-style-1 > li > a.active {
  border-bottom-color: #008fe2;
}
html .nav-pills-primary a {
  color: #008fe2;
}
html .nav-pills-primary a:hover {
  color: #009ffb;
}
html .nav-pills-primary a:focus {
  color: #009ffb;
}
html .nav-pills-primary a:active {
  color: #007fc9;
}
html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
  background-color: #008fe2;
}
html .nav-pills-primary .nav-link.active:hover,
html .nav-pills-primary > li.active > a:hover,
html .nav-pills-primary .nav-link.active:focus,
html .nav-pills-primary > li.active > a:focus {
  background-color: #008fe2;
}
html .nav-pills-secondary a {
  color: #2d529f;
}
html .nav-pills-secondary a:hover {
  color: #335cb3;
}
html .nav-pills-secondary a:focus {
  color: #335cb3;
}
html .nav-pills-secondary a:active {
  color: #27488b;
}
html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
  background-color: #2d529f;
}
html .nav-pills-secondary .nav-link.active:hover,
html .nav-pills-secondary > li.active > a:hover,
html .nav-pills-secondary .nav-link.active:focus,
html .nav-pills-secondary > li.active > a:focus {
  background-color: #2d529f;
}
html .nav-pills-tertiary a {
  color: #3aabdd;
}
html .nav-pills-tertiary a:hover {
  color: #50b4e1;
}
html .nav-pills-tertiary a:focus {
  color: #50b4e1;
}
html .nav-pills-tertiary a:active {
  color: #25a1d8;
}
html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
  background-color: #3aabdd;
}
html .nav-pills-tertiary .nav-link.active:hover,
html .nav-pills-tertiary > li.active > a:hover,
html .nav-pills-tertiary .nav-link.active:focus,
html .nav-pills-tertiary > li.active > a:focus {
  background-color: #3aabdd;
}
html .nav-pills-quaternary a {
  color: #242424;
}
html .nav-pills-quaternary a:hover {
  color: #313131;
}
html .nav-pills-quaternary a:focus {
  color: #313131;
}
html .nav-pills-quaternary a:active {
  color: #171717;
}
html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary > li.active > a {
  background-color: #242424;
}
html .nav-pills-quaternary .nav-link.active:hover,
html .nav-pills-quaternary > li.active > a:hover,
html .nav-pills-quaternary .nav-link.active:focus,
html .nav-pills-quaternary > li.active > a:focus {
  background-color: #242424;
}
html .nav-pills-dark a {
  color: #212529;
}
html .nav-pills-dark a:hover {
  color: #2c3237;
}
html .nav-pills-dark a:focus {
  color: #2c3237;
}
html .nav-pills-dark a:active {
  color: #16181b;
}
html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
  background-color: #212529;
}
html .nav-pills-dark .nav-link.active:hover,
html .nav-pills-dark > li.active > a:hover,
html .nav-pills-dark .nav-link.active:focus,
html .nav-pills-dark > li.active > a:focus {
  background-color: #212529;
}
html .nav-pills-light a {
  color: #fff;
}
html .nav-pills-light a:hover {
  color: #fff;
}
html .nav-pills-light a:focus {
  color: #fff;
}
html .nav-pills-light a:active {
  color: #f2f2f2;
}
html .nav-pills-light .nav-link.active,
html .nav-pills-light > li.active > a {
  background-color: #fff;
}
html .nav-pills-light .nav-link.active:hover,
html .nav-pills-light > li.active > a:hover,
html .nav-pills-light .nav-link.active:focus,
html .nav-pills-light > li.active > a:focus {
  background-color: #fff;
}
.section-scroll-dots-navigation.scroll-dots-navigation-colored
  > ul
  > li
  > a:before {
  background: #008fe2;
}
.sort-source-wrapper .nav > li.active > a {
  color: #008fe2;
}
.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
  color: #008fe2;
}
.sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #008fe2;
}
.sort-source.sort-source-style-3 > li.active > a {
  border-bottom-color: #008fe2 !important;
  color: #008fe2 !important;
}
html .badge-primary {
  background-color: #008fe2;
}
html .badge-secondary {
  background-color: #2d529f;
}
html .badge-tertiary {
  background-color: #3aabdd;
}
html .badge-quaternary {
  background-color: #242424;
}
html .badge-dark {
  background-color: #212529;
}
html .badge-light {
  background-color: #fff;
}
html .overlay-color-primary:not(.no-skin):before {
  background-color: #008fe2 !important;
}
html .overlay-color-secondary:not(.no-skin):before {
  background-color: #2d529f !important;
}
html .overlay-color-tertiary:not(.no-skin):before {
  background-color: #3aabdd !important;
}
html .overlay-color-quaternary:not(.no-skin):before {
  background-color: #242424 !important;
}
html .overlay-color-dark:not(.no-skin):before {
  background-color: #212529 !important;
}
html .overlay-color-light:not(.no-skin):before {
  background-color: #fff !important;
}
.overlay-gradient:before {
  background-color: #3aabdd !important;
  background-image: linear-gradient(
    to right,
    #3aabdd 0%,
    #242424 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3aabdd',endColorstr='#242424',GradientType=1);
}
.btn-link {
  color: #008fe2;
}
.btn-link:hover {
  color: #009ffb;
}
.btn-link:active {
  color: #007fc9;
}
html .btn-primary {
  background-color: #008fe2;
  border-color: #008fe2 #008fe2 #006faf;
  color: #fff;
}
html .btn-primary:hover,
html .btn-primary.hover {
  background-color: #09a5ff;
  border-color: #16a9ff #16a9ff #008fe2;
  color: #fff;
}
html .btn-primary:focus,
html .btn-primary.focus {
  background-color: #0077bc;
  border-color: #006faf #006faf #004e7c;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 143, 226, 0.5);
}
html .btn-primary.disabled,
html .btn-primary:disabled {
  background-color: #008fe2;
  border-color: #008fe2 #008fe2 #006faf;
}
html .btn-primary:active,
html .btn-primary.active {
  background-color: #0077bc !important;
  background-image: none !important;
  border-color: #006faf #006faf #004e7c !important;
}
html .btn-primary-scale-2 {
  background-color: #006faf;
  border-color: #006faf #006faf #004e7c;
  color: #fff;
}
html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
  background-color: #0087d5;
  border-color: #008fe2 #008fe2 #006faf;
  color: #fff;
}
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
  background-color: #005789;
  border-color: #004e7c #004e7c #002e49;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 111, 175, 0.5);
}
html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
  background-color: #006faf;
  border-color: #006faf #006faf #004e7c;
}
html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active {
  background-color: #005789 !important;
  background-image: none !important;
  border-color: #004e7c #004e7c #002e49 !important;
}
html .show > .btn-primary.dropdown-toggle,
html .show > .btn-primary-scale-2.dropdown-toggle {
  background-color: #0077bc !important;
  background-image: none !important;
  border-color: #006faf #006faf #004e7c !important;
}
html .btn-secondary {
  background-color: #2d529f;
  border-color: #2d529f #2d529f #223e77;
  color: #fff;
}
html .btn-secondary:hover,
html .btn-secondary.hover {
  background-color: #3561bd;
  border-color: #3867c7 #3867c7 #2d529f;
  color: #fff;
}
html .btn-secondary:focus,
html .btn-secondary.focus {
  background-color: #254381;
  border-color: #223e77 #223e77 #172950;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(45, 82, 159, 0.5);
}
html .btn-secondary.disabled,
html .btn-secondary:disabled {
  background-color: #2d529f;
  border-color: #2d529f #2d529f #223e77;
}
html .btn-secondary:active,
html .btn-secondary.active {
  background-color: #254381 !important;
  background-image: none !important;
  border-color: #223e77 #223e77 #172950 !important;
}
html .btn-secondary-scale-2 {
  background-color: #223e77;
  border-color: #223e77 #223e77 #172950;
  color: #fff;
}
html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
  background-color: #2a4d95;
  border-color: #2d529f #2d529f #223e77;
  color: #fff;
}
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
  background-color: #192e59;
  border-color: #172950 #172950 #0b1528;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(34, 62, 119, 0.5);
}
html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
  background-color: #223e77;
  border-color: #223e77 #223e77 #172950;
}
html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active {
  background-color: #192e59 !important;
  background-image: none !important;
  border-color: #172950 #172950 #0b1528 !important;
}
html .show > .btn-secondary.dropdown-toggle,
html .show > .btn-secondary-scale-2.dropdown-toggle {
  background-color: #254381 !important;
  background-image: none !important;
  border-color: #223e77 #223e77 #172950 !important;
}
html .btn-tertiary {
  background-color: #3aabdd;
  border-color: #3aabdd #3aabdd #2291c2;
  color: #fff;
}
html .btn-tertiary:hover,
html .btn-tertiary.hover {
  background-color: #5bb9e3;
  border-color: #65bee5 #65bee5 #3aabdd;
  color: #fff;
}
html .btn-tertiary:focus,
html .btn-tertiary.focus {
  background-color: #2399cd;
  border-color: #2291c2 #2291c2 #1a7197;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(58, 171, 221, 0.5);
}
html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
  background-color: #3aabdd;
  border-color: #3aabdd #3aabdd #2291c2;
}
html .btn-tertiary:active,
html .btn-tertiary.active {
  background-color: #2399cd !important;
  background-image: none !important;
  border-color: #2291c2 #2291c2 #1a7197 !important;
}
html .btn-tertiary-scale-2 {
  background-color: #2291c2;
  border-color: #2291c2 #2291c2 #1a7197;
  color: #fff;
}
html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
  background-color: #2fa6db;
  border-color: #3aabdd #3aabdd #2291c2;
  color: #fff;
}
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
  background-color: #1c79a2;
  border-color: #1a7197 #1a7197 #13506b;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(34, 145, 194, 0.5);
}
html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
  background-color: #2291c2;
  border-color: #2291c2 #2291c2 #1a7197;
}
html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active {
  background-color: #1c79a2 !important;
  background-image: none !important;
  border-color: #1a7197 #1a7197 #13506b !important;
}
html .show > .btn-tertiary.dropdown-toggle,
html .show > .btn-tertiary-scale-2.dropdown-toggle {
  background-color: #2399cd !important;
  background-image: none !important;
  border-color: #2291c2 #2291c2 #1a7197 !important;
}
html .btn-quaternary {
  background-color: #242424;
  border-color: #242424 #242424 #0a0a0a;
  color: #fff;
}
html .btn-quaternary:hover,
html .btn-quaternary.hover {
  background-color: #373737;
  border-color: #3e3e3e #3e3e3e #242424;
  color: #fff;
}
html .btn-quaternary:focus,
html .btn-quaternary.focus {
  background-color: #111;
  border-color: #0a0a0a #0a0a0a #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(36, 36, 36, 0.5);
}
html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
  background-color: #242424;
  border-color: #242424 #242424 #0a0a0a;
}
html .btn-quaternary:active,
html .btn-quaternary.active {
  background-color: #111111 !important;
  background-image: none !important;
  border-color: #0a0a0a #0a0a0a #000000 !important;
}
html .btn-quaternary-scale-2 {
  background-color: #0a0a0a;
  border-color: #0a0a0a #0a0a0a #000;
  color: #fff;
}
html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
  background-color: #1e1e1e;
  border-color: #242424 #242424 #0a0a0a;
  color: #fff;
}
html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
  background-color: #000;
  border-color: #000 #000 #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(10, 10, 10, 0.5);
}
html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
  background-color: #0a0a0a;
  border-color: #0a0a0a #0a0a0a #000;
}
html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active {
  background-color: #000000 !important;
  background-image: none !important;
  border-color: #000 #000 #000000 !important;
}
html .show > .btn-quaternary.dropdown-toggle,
html .show > .btn-quaternary-scale-2.dropdown-toggle {
  background-color: #111111 !important;
  background-image: none !important;
  border-color: #0a0a0a #0a0a0a #000000 !important;
}
html .btn-dark {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
  color: #fff;
}
html .btn-dark:hover,
html .btn-dark.hover {
  background-color: #32383e;
  border-color: #383f45 #383f45 #212529;
  color: #fff;
}
html .btn-dark:focus,
html .btn-dark.focus {
  background-color: #101214;
  border-color: #0a0c0d #0a0c0d #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}
html .btn-dark.disabled,
html .btn-dark:disabled {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
}
html .btn-dark:active,
html .btn-dark.active {
  background-color: #101214 !important;
  background-image: none !important;
  border-color: #0a0c0d #0a0c0d #000000 !important;
}
html .btn-dark-scale-2 {
  background-color: #0a0c0d;
  border-color: #0a0c0d #0a0c0d #000;
  color: #fff;
}
html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
  background-color: #1b1f22;
  border-color: #212529 #212529 #0a0c0d;
  color: #fff;
}
html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
  background-color: #000;
  border-color: #000 #000 #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(10, 11, 13, 0.5);
}
html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
  background-color: #0a0c0d;
  border-color: #0a0c0d #0a0c0d #000;
}
html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active {
  background-color: #000000 !important;
  background-image: none !important;
  border-color: #000 #000 #000000 !important;
}
html .show > .btn-dark.dropdown-toggle,
html .show > .btn-dark-scale-2.dropdown-toggle {
  background-color: #101214 !important;
  background-image: none !important;
  border-color: #0a0c0d #0a0c0d #000000 !important;
}
html .btn-light {
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
  color: #777;
}
html .btn-light:hover,
html .btn-light.hover {
  background-color: #fff;
  border-color: #fff #fff #fff;
  color: #777;
}
html .btn-light:focus,
html .btn-light.focus {
  background-color: #ececec;
  border-color: #e6e6e6 #e6e6e6 #ccc;
  color: #777;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
html .btn-light.disabled,
html .btn-light:disabled {
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
}
html .btn-light:active,
html .btn-light.active {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}
html .btn-light-scale-2 {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #ccc;
  color: #777;
}
html .btn-light-scale-2:hover,
html .btn-light-scale-2.hover {
  background-color: #f9f9f9;
  border-color: #fff #fff #e6e6e6;
  color: #777;
}
html .btn-light-scale-2:focus,
html .btn-light-scale-2.focus {
  background-color: #d2d2d2;
  border-color: #ccc #ccc #b3b3b3;
  color: #777;
  box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
}
html .btn-light-scale-2.disabled,
html .btn-light-scale-2:disabled {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #ccc;
}
html .btn-light-scale-2:active,
html .btn-light-scale-2.active {
  background-color: #d2d2d2 !important;
  background-image: none !important;
  border-color: #ccc #ccc #b3b3b3 !important;
}
html .show > .btn-light.dropdown-toggle,
html .show > .btn-light-scale-2.dropdown-toggle {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}
html .btn-outline.btn-primary {
  color: #008fe2;
  background-color: transparent;
  background-image: none;
  border-color: #008fe2;
}
html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
  color: #fff;
  background-color: #008fe2;
  border-color: #008fe2;
}
html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 143, 226, 0.5);
}
html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
  color: #008fe2;
  background-color: transparent;
}
html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active {
  color: #fff !important;
  background-color: #008fe2 !important;
  border-color: #008fe2 !important;
}
html .show > .btn-outline.btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #008fe2 !important;
  border-color: #008fe2 !important;
}
html .btn-outline.btn-secondary {
  color: #2d529f;
  background-color: transparent;
  background-image: none;
  border-color: #2d529f;
}
html .btn-outline.btn-secondary:hover,
html .btn-outline.btn-secondary.hover {
  color: #fff;
  background-color: #2d529f;
  border-color: #2d529f;
}
html .btn-outline.btn-secondary:focus,
html .btn-outline.btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(45, 82, 159, 0.5);
}
html .btn-outline.btn-secondary.disabled,
html .btn-outline.btn-secondary:disabled {
  color: #2d529f;
  background-color: transparent;
}
html .btn-outline.btn-secondary:active,
html .btn-outline.btn-secondary.active {
  color: #fff !important;
  background-color: #2d529f !important;
  border-color: #2d529f !important;
}
html .show > .btn-outline.btn-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #2d529f !important;
  border-color: #2d529f !important;
}
html .btn-outline.btn-tertiary {
  color: #3aabdd;
  background-color: transparent;
  background-image: none;
  border-color: #3aabdd;
}
html .btn-outline.btn-tertiary:hover,
html .btn-outline.btn-tertiary.hover {
  color: #fff;
  background-color: #3aabdd;
  border-color: #3aabdd;
}
html .btn-outline.btn-tertiary:focus,
html .btn-outline.btn-tertiary.focus {
  box-shadow: 0 0 0 3px rgba(58, 171, 221, 0.5);
}
html .btn-outline.btn-tertiary.disabled,
html .btn-outline.btn-tertiary:disabled {
  color: #3aabdd;
  background-color: transparent;
}
html .btn-outline.btn-tertiary:active,
html .btn-outline.btn-tertiary.active {
  color: #fff !important;
  background-color: #3aabdd !important;
  border-color: #3aabdd !important;
}
html .show > .btn-outline.btn-tertiary.dropdown-toggle {
  color: #fff !important;
  background-color: #3aabdd !important;
  border-color: #3aabdd !important;
}
html .btn-outline.btn-quaternary {
  color: #242424;
  background-color: transparent;
  background-image: none;
  border-color: #242424;
}
html .btn-outline.btn-quaternary:hover,
html .btn-outline.btn-quaternary.hover {
  color: #fff;
  background-color: #242424;
  border-color: #242424;
}
html .btn-outline.btn-quaternary:focus,
html .btn-outline.btn-quaternary.focus {
  box-shadow: 0 0 0 3px rgba(36, 36, 36, 0.5);
}
html .btn-outline.btn-quaternary.disabled,
html .btn-outline.btn-quaternary:disabled {
  color: #242424;
  background-color: transparent;
}
html .btn-outline.btn-quaternary:active,
html .btn-outline.btn-quaternary.active {
  color: #fff !important;
  background-color: #242424 !important;
  border-color: #242424 !important;
}
html .show > .btn-outline.btn-quaternary.dropdown-toggle {
  color: #fff !important;
  background-color: #242424 !important;
  border-color: #242424 !important;
}
html .btn-outline.btn-dark {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}
html .btn-outline.btn-dark:hover,
html .btn-outline.btn-dark.hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
html .btn-outline.btn-dark:focus,
html .btn-outline.btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}
html .btn-outline.btn-dark.disabled,
html .btn-outline.btn-dark:disabled {
  color: #212529;
  background-color: transparent;
}
html .btn-outline.btn-dark:active,
html .btn-outline.btn-dark.active {
  color: #fff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}
html .show > .btn-outline.btn-dark.dropdown-toggle {
  color: #fff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}
html .btn-outline.btn-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
html .btn-outline.btn-light:hover,
html .btn-outline.btn-light.hover {
  color: #777;
  background-color: #fff;
  border-color: #fff;
}
html .btn-outline.btn-light:focus,
html .btn-outline.btn-light.focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
html .btn-outline.btn-light.disabled,
html .btn-outline.btn-light:disabled {
  color: #fff;
  background-color: transparent;
}
html .btn-outline.btn-light:active,
html .btn-outline.btn-light.active {
  color: #777 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
html .show > .btn-outline.btn-light.dropdown-toggle {
  color: #777 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
html .btn-with-arrow.btn-primary {
  background-color: transparent;
  border-color: transparent;
  color: #008fe2;
}
html .btn-with-arrow.btn-primary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #008fe2 !important;
}
html .btn-with-arrow.btn-primary span {
  background-color: #008fe2;
  box-shadow: 2px 3px 18px -3px #008fe2;
}
html .btn-with-arrow.btn-primary.btn-outline {
  border-color: #008fe2 !important;
}
html .btn-with-arrow.btn-primary.btn-outline:hover span {
  background-color: #009ffb !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #2d529f;
}
html .btn-with-arrow.btn-secondary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #2d529f !important;
}
html .btn-with-arrow.btn-secondary span {
  background-color: #2d529f;
  box-shadow: 2px 3px 18px -3px #2d529f;
}
html .btn-with-arrow.btn-secondary.btn-outline {
  border-color: #2d529f !important;
}
html .btn-with-arrow.btn-secondary.btn-outline:hover span {
  background-color: #335cb3 !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-tertiary {
  background-color: transparent;
  border-color: transparent;
  color: #3aabdd;
}
html .btn-with-arrow.btn-tertiary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #3aabdd !important;
}
html .btn-with-arrow.btn-tertiary span {
  background-color: #3aabdd;
  box-shadow: 2px 3px 18px -3px #3aabdd;
}
html .btn-with-arrow.btn-tertiary.btn-outline {
  border-color: #3aabdd !important;
}
html .btn-with-arrow.btn-tertiary.btn-outline:hover span {
  background-color: #50b4e1 !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-quaternary {
  background-color: transparent;
  border-color: transparent;
  color: #242424;
}
html .btn-with-arrow.btn-quaternary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #242424 !important;
}
html .btn-with-arrow.btn-quaternary span {
  background-color: #242424;
  box-shadow: 2px 3px 18px -3px #242424;
}
html .btn-with-arrow.btn-quaternary.btn-outline {
  border-color: #242424 !important;
}
html .btn-with-arrow.btn-quaternary.btn-outline:hover span {
  background-color: #313131 !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-dark {
  background-color: transparent;
  border-color: transparent;
  color: #212529;
}
html .btn-with-arrow.btn-dark:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #212529 !important;
}
html .btn-with-arrow.btn-dark span {
  background-color: #212529;
  box-shadow: 2px 3px 18px -3px #212529;
}
html .btn-with-arrow.btn-dark.btn-outline {
  border-color: #212529 !important;
}
html .btn-with-arrow.btn-dark.btn-outline:hover span {
  background-color: #2c3237 !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-light {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
html .btn-with-arrow.btn-light:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fff !important;
}
html .btn-with-arrow.btn-light span {
  background-color: #fff;
  box-shadow: 2px 3px 18px -3px #fff;
}
html .btn-with-arrow.btn-light.btn-outline {
  border-color: #fff !important;
}
html .btn-with-arrow.btn-light.btn-outline:hover span {
  background-color: #ffffff !important;
  box-shadow: none;
}
.btn-gradient:not(.btn-outline) {
  background: linear-gradient(135deg, #008fe2 0%, #2d529f 80%);
  color: #fff;
}
.btn-gradient:not(.btn-outline):hover,
.btn-gradient:not(.btn-outline).hover {
  background: linear-gradient(135deg, #09a5ff 0%, #3561bd 80%);
  color: #fff;
}
.btn-gradient:not(.btn-outline):focus,
.btn-gradient:not(.btn-outline).focus {
  box-shadow: 0 0 0 3px rgba(0, 143, 226, 0.5);
}
.btn-gradient:not(.btn-outline).disabled,
.btn-gradient:not(.btn-outline):disabled {
  background: linear-gradient(135deg, #008fe2 0%, #2d529f 80%);
}
.btn-gradient:not(.btn-outline):active,
.btn-gradient:not(.btn-outline).active {
  background: linear-gradient(135deg, #0077bc 0%, #254381 80%) !important;
  color: #fff !important;
}
.btn-gradient.btn-outline {
  -o-border-image: linear-gradient(135deg, #008fe2 0%, #2d529f 80%);
  border-image: linear-gradient(135deg, #008fe2 0%, #2d529f 80%);
  color: #008fe2;
}
.btn-gradient.btn-outline:hover,
.btn-gradient.btn-outline.hover {
  -o-border-image: linear-gradient(135deg, #09a5ff 0%, #3561bd 80%);
  border-image: linear-gradient(135deg, #09a5ff 0%, #3561bd 80%);
  color: #09a5ff;
}
.btn-gradient.btn-outline:focus,
.btn-gradient.btn-outline.focus {
  box-shadow: 0 0 0 3px rgba(0, 143, 226, 0.5);
}
.btn-gradient.btn-outline.disabled,
.btn-gradient.btn-outline:disabled {
  -o-border-image: linear-gradient(135deg, #008fe2 0%, #2d529f 80%);
  border-image: linear-gradient(135deg, #008fe2 0%, #2d529f 80%);
}
.btn-gradient.btn-outline:active,
.btn-gradient.btn-outline.active {
  -o-border-image: linear-gradient(135deg, #0077bc 0%, #254381 80%);
  border-image: linear-gradient(135deg, #0077bc 0%, #254381 80%);
  color: #0077bc;
}
.btn-gradient-primary:not(.btn-outline) {
  background: linear-gradient(135deg, #009cf6 0%, #0089d8 80%);
  color: #fff;
}
.btn-gradient-primary:not(.btn-outline):hover,
.btn-gradient-primary:not(.btn-outline).hover {
  background: linear-gradient(135deg, #0099f1 0%, #09a5ff 80%);
  color: #fff;
}
.btn-gradient-primary:not(.btn-outline):focus,
.btn-gradient-primary:not(.btn-outline).focus {
  box-shadow: 0 0 0 3px rgba(0, 143, 226, 0.5);
}
.btn-gradient-primary:not(.btn-outline).disabled,
.btn-gradient-primary:not(.btn-outline):disabled {
  background: linear-gradient(135deg, #009cf6 80%, #0089d8 0%);
}
.btn-gradient-primary:not(.btn-outline):active,
.btn-gradient-primary:not(.btn-outline).active {
  background: linear-gradient(135deg, #0099f1 0%, #09a5ff 80%) !important;
  color: #fff !important;
}
.btn-gradient-primary.btn-outline {
  -o-border-image: linear-gradient(135deg, #008fe2 0%, #0ca6ff 80%);
  border-image: linear-gradient(135deg, #008fe2 0%, #0ca6ff 80%);
  color: #008fe2;
}
.btn-gradient-primary.btn-outline:hover,
.btn-gradient-primary.btn-outline.hover {
  -o-border-image: linear-gradient(135deg, #09a5ff 0%, #09a5ff 80%);
  border-image: linear-gradient(135deg, #09a5ff 0%, #09a5ff 80%);
  color: #09a5ff;
}
.btn-gradient-primary.btn-outline:focus,
.btn-gradient-primary.btn-outline.focus {
  box-shadow: 0 0 0 3px rgba(0, 143, 226, 0.5);
}
.btn-gradient-primary.btn-outline.disabled,
.btn-gradient-primary.btn-outline:disabled {
  -o-border-image: linear-gradient(135deg, #008fe2 0%, #0ca6ff 80%);
  border-image: linear-gradient(135deg, #008fe2 0%, #0ca6ff 80%);
}
.btn-gradient-primary.btn-outline:active,
.btn-gradient-primary.btn-outline.active {
  -o-border-image: linear-gradient(135deg, #09a5ff 0%, #09a5ff 80%);
  border-image: linear-gradient(135deg, #09a5ff 0%, #09a5ff 80%);
  color: #09a5ff;
}
.pagination > a,
.pagination > a:hover,
.pagination > a:focus,
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #008fe2;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
  background-color: #008fe2 !important;
  border-color: #008fe2;
}
body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
  color: #008fe2;
}
body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
  background-color: #008fe2;
  border-color: #008fe2;
}
.pagination > .active > a,
body.dark .pagination > .active > a {
  background-color: #008fe2;
  border-color: #008fe2 #008fe2 #006faf;
  color: #fff;
}
.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
  background-color: #09a5ff;
  border-color: #16a9ff #16a9ff #008fe2;
  color: #fff;
}
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
  background-color: #0077bc;
  border-color: #006faf #006faf #004e7c;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 143, 226, 0.5);
}
.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
  background-color: #008fe2;
  border-color: #008fe2 #008fe2 #006faf;
}
.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active {
  background-color: #0077bc !important;
  background-image: none !important;
  border-color: #006faf #006faf #004e7c !important;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #008fe2;
}
.custom-checkbox-switch:checked {
  background-color: #008fe2;
  border-color: #008fe2;
}
html .alert-primary {
  background-color: #008fe2;
  border-color: #0085d3;
  color: #fff;
}
html .alert-primary .alert-link {
  color: #fff;
}
html .alert-secondary {
  background-color: #2d529f;
  border-color: #2a4c93;
  color: #fff;
}
html .alert-secondary .alert-link {
  color: #fff;
}
html .alert-tertiary {
  background-color: #3aabdd;
  border-color: #2da5db;
  color: #fff;
}
html .alert-tertiary .alert-link {
  color: #fff;
}
html .alert-quaternary {
  background-color: #242424;
  border-color: #1c1c1c;
  color: #fff;
}
html .alert-quaternary .alert-link {
  color: #fff;
}
html .alert-dark {
  background-color: #212529;
  border-color: #1a1d21;
  color: #fff;
}
html .alert-dark .alert-link {
  color: #fff;
}
html .alert-light {
  background-color: #fff;
  border-color: #f7f7f7;
  color: #777;
}
html .alert-light .alert-link {
  color: #777;
}
html .progress-bar-primary {
  background-color: #008fe2;
}
html .progress-bar-secondary {
  background-color: #2d529f;
}
html .progress-bar-tertiary {
  background-color: #3aabdd;
}
html .progress-bar-quaternary {
  background-color: #242424;
}
html .progress-bar-dark {
  background-color: #212529;
}
html .progress-bar-light {
  background-color: #fff;
}
html .word-rotator.loading-bar-primary .word-rotator-words::after {
  background-color: #008fe2;
}
html .word-rotator.loading-bar-secondary .word-rotator-words::after {
  background-color: #2d529f;
}
html .word-rotator.loading-bar-tertiary .word-rotator-words::after {
  background-color: #3aabdd;
}
html .word-rotator.loading-bar-quaternary .word-rotator-words::after {
  background-color: #242424;
}
html .word-rotator.loading-bar-dark .word-rotator-words::after {
  background-color: #212529;
}
html .word-rotator.loading-bar-light .word-rotator-words::after {
  background-color: #fff;
}
.process .process-step-circle {
  border-color: #008fe2;
}
.process .process-step:hover .process-step-circle {
  background-color: #008fe2;
}
.process .process-step:hover .process-step-circle .process-step-circle-content {
  color: #fff !important;
}
.process.process-shapes .process-step-circle .process-step-circle-content,
.process.process-shapes .process-step-circle:before,
.process.process-shapes .process-step-circle:after {
  background-color: #008fe2;
}
.process-connecting-line .connecting-line {
  background: #008fe2;
}
html .rating-primary .filled-stars {
  color: #008fe2;
}
html .rating-secondary .filled-stars {
  color: #2d529f;
}
html .rating-tertiary .filled-stars {
  color: #3aabdd;
}
html .rating-quaternary .filled-stars {
  color: #242424;
}
html .rating-dark .filled-stars {
  color: #212529;
}
html .rating-light .filled-stars {
  color: #fff;
}
html section.section-primary {
  background-color: #008fe2 !important;
  border-color: #007fc9 !important;
}
html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
  color: #fff;
}
html section.section-primary p {
  color: #e6e6e6;
}
html section.section-primary-scale-2 {
  background-color: #006faf !important;
  border-color: #005f95 !important;
}
html
  section.section-primary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #006faf;
}
html section.section-secondary {
  background-color: #2d529f !important;
  border-color: #27488b !important;
}
html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
  color: #fff;
}
html section.section-secondary p {
  color: #e6e6e6;
}
html section.section-secondary-scale-2 {
  background-color: #223e77 !important;
  border-color: #1c3363 !important;
}
html
  section.section-secondary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #223e77;
}
html section.section-tertiary {
  background-color: #3aabdd !important;
  border-color: #25a1d8 !important;
}
html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
  color: #fff;
}
html section.section-tertiary p {
  color: #e6e6e6;
}
html section.section-tertiary-scale-2 {
  background-color: #2291c2 !important;
  border-color: #1e81ad !important;
}
html
  section.section-tertiary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #2291c2;
}
html section.section-quaternary {
  background-color: #242424 !important;
  border-color: #171717 !important;
}
html section.section-quaternary h1,
html section.section-quaternary h2,
html section.section-quaternary h3,
html section.section-quaternary h4,
html section.section-quaternary h5,
html section.section-quaternary h6 {
  color: #fff;
}
html section.section-quaternary p {
  color: #e6e6e6;
}
html section.section-quaternary-scale-2 {
  background-color: #0a0a0a !important;
  border-color: #000000 !important;
}
html
  section.section-quaternary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #0a0a0a;
}
html section.section-dark {
  background-color: #212529 !important;
  border-color: #16181b !important;
}
html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
  color: #fff;
}
html section.section-dark p {
  color: #e6e6e6;
}
html section.section-dark-scale-2 {
  background-color: #0a0c0d !important;
  border-color: #000000 !important;
}
html
  section.section-dark-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #0a0c0d;
}
html section.section-light {
  background-color: #fff !important;
  border-color: #f2f2f2 !important;
}
html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
  color: #777;
}
html section.section-light p {
  color: #5e5e5e;
}
html section.section-light-scale-2 {
  background-color: #e6e6e6 !important;
  border-color: #d9d9d9 !important;
}
html
  section.section-light-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #e6e6e6;
}
section.section.section-background-half-primary-half-secondary {
  background: linear-gradient(to right, #008fe2 50%, #2d529f 50%);
}
section.section.section-overlay-opacity-gradient:before {
  background: linear-gradient(135deg, #008fe2 0%, #2d529f 80%);
}
html .bg-color-light-scale-1 {
  background-color: #f7f7f7 !important;
}
html .section.bg-color-light-scale-1,
html .bg-color-light-scale-border-top-1 {
  border-top-color: #efefef !important;
}
html .bg-color-light-scale-2 {
  background-color: #e8e8e8 !important;
}
html .section.bg-color-light-scale-2,
html .bg-color-light-scale-border-top-2 {
  border-top-color: #e0e0e0 !important;
}
html .bg-color-light-scale-3 {
  background-color: #e0e0e0 !important;
}
html .section.bg-color-light-scale-3,
html .bg-color-light-scale-border-top-3 {
  border-top-color: #d8d8d8 !important;
}
html .bg-color-light-scale-4 {
  background-color: #d8d8d8 !important;
}
html .section.bg-color-light-scale-4,
html .bg-color-light-scale-border-top-4 {
  border-top-color: #d1d1d1 !important;
}
html .bg-color-light-scale-5 {
  background-color: #d1d1d1 !important;
}
html .section.bg-color-light-scale-5,
html .bg-color-light-scale-border-top-5 {
  border-top-color: #c9c9c9 !important;
}
html .bg-color-light-scale-6 {
  background-color: #c9c9c9 !important;
}
html .section.bg-color-light-scale-6,
html .bg-color-light-scale-border-top-6 {
  border-top-color: #c1c1c1 !important;
}
html .bg-color-light-scale-7 {
  background-color: #c1c1c1 !important;
}
html .section.bg-color-light-scale-7,
html .bg-color-light-scale-border-top-7 {
  border-top-color: #bababa !important;
}
html .bg-color-light-scale-8 {
  background-color: #bababa !important;
}
html .section.bg-color-light-scale-8,
html .bg-color-light-scale-border-top-8 {
  border-top-color: #b2b2b2 !important;
}
html .bg-color-light-scale-9 {
  background-color: #b2b2b2 !important;
}
html .section.bg-color-light-scale-9,
html .bg-color-light-scale-border-top-9 {
  border-top-color: #ababab !important;
}
html .bg-color-dark-scale-1 {
  background-color: #212529 !important;
}
html .section.bg-color-dark-scale-1,
html .bg-color-dark-scale-border-top-1 {
  border-top-color: #1a1d21 !important;
}
html .bg-color-dark-scale-2 {
  background-color: #1c2023 !important;
}
html .section.bg-color-dark-scale-2,
html .bg-color-dark-scale-border-top-2 {
  border-top-color: #16181b !important;
}
html .bg-color-dark-scale-3 {
  background-color: #181b1e !important;
}
html .section.bg-color-dark-scale-3,
html .bg-color-dark-scale-border-top-3 {
  border-top-color: #111315 !important;
}
html .bg-color-dark-scale-4 {
  background-color: #131618 !important;
}
html .section.bg-color-dark-scale-4,
html .bg-color-dark-scale-border-top-4 {
  border-top-color: #0d0e10 !important;
}
html .bg-color-dark-scale-5 {
  background-color: #0f1112 !important;
}
html .section.bg-color-dark-scale-5,
html .bg-color-dark-scale-border-top-5 {
  border-top-color: #08090a !important;
}
html .bg-color-dark-scale-6 {
  background-color: #0a0c0d !important;
}
html .section.bg-color-dark-scale-6,
html .bg-color-dark-scale-border-top-6 {
  border-top-color: #030404 !important;
}
html .bg-color-dark-scale-7 {
  background-color: #060607 !important;
}
html .section.bg-color-dark-scale-7,
html .bg-color-dark-scale-border-top-7 {
  border-top-color: #000000 !important;
}
html .bg-color-dark-scale-8 {
  background-color: #010101 !important;
}
html .section.bg-color-dark-scale-8,
html .bg-color-dark-scale-border-top-8 {
  border-top-color: #000000 !important;
}
html .bg-color-dark-scale-9 {
  background-color: #000000 !important;
}
html .section.bg-color-dark-scale-9,
html .bg-color-dark-scale-border-top-9 {
  border-top-color: #000000 !important;
}
section.page-header .page-header-title-border {
  background-color: #008fe2 !important;
}
section.page-header.custom-product {
  background-color: #007fc9;
  border-top-color: #0089d8;
}
html .page-header-color.page-header-primary {
  background-color: #008fe2;
  border-bottom-color: #008fe2;
  color: #fff;
}
html .page-header-color.page-header-primary h1 {
  color: #fff;
}
html .page-header-color.page-header-primary h1 span {
  color: #fff;
}
html .page-header-color.page-header-primary a {
  color: #fff;
}
html .page-header-color.page-header-primary .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-secondary {
  background-color: #2d529f;
  border-bottom-color: #2d529f;
  color: #fff;
}
html .page-header-color.page-header-secondary h1 {
  color: #fff;
}
html .page-header-color.page-header-secondary h1 span {
  color: #fff;
}
html .page-header-color.page-header-secondary a {
  color: #fff;
}
html .page-header-color.page-header-secondary .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-tertiary {
  background-color: #3aabdd;
  border-bottom-color: #3aabdd;
  color: #fff;
}
html .page-header-color.page-header-tertiary h1 {
  color: #fff;
}
html .page-header-color.page-header-tertiary h1 span {
  color: #fff;
}
html .page-header-color.page-header-tertiary a {
  color: #fff;
}
html .page-header-color.page-header-tertiary .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-quaternary {
  background-color: #242424;
  border-bottom-color: #242424;
  color: #fff;
}
html .page-header-color.page-header-quaternary h1 {
  color: #fff;
}
html .page-header-color.page-header-quaternary h1 span {
  color: #fff;
}
html .page-header-color.page-header-quaternary a {
  color: #fff;
}
html .page-header-color.page-header-quaternary .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-dark {
  background-color: #212529;
  border-bottom-color: #212529;
  color: #fff;
}
html .page-header-color.page-header-dark h1 {
  color: #fff;
}
html .page-header-color.page-header-dark h1 span {
  color: #fff;
}
html .page-header-color.page-header-dark a {
  color: #fff;
}
html .page-header-color.page-header-dark .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-light {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #777;
}
html .page-header-color.page-header-light h1 {
  color: #777;
}
html .page-header-color.page-header-light h1 span {
  color: #777;
}
html .page-header-color.page-header-light a {
  color: #777;
}
html .page-header-color.page-header-light .breadcrumb > .active {
  color: #777;
}
html .toggle-primary .toggle label,
html .toggle-primary .toggle .toggle-title {
  color: #008fe2;
  border-left-color: #008fe2;
  border-right-color: #008fe2;
}
html .toggle-primary .toggle.active > label,
html .toggle-primary .toggle.active > .toggle-title {
  background-color: #008fe2;
  border-color: #008fe2;
  color: #fff;
}
html .toggle-primary.toggle-simple .toggle > label:after,
html .toggle-primary.toggle-simple .toggle > .toggle-title:after {
  background-color: #008fe2;
}
html .toggle-primary.toggle-minimal .toggle.active > label,
html .toggle-primary.toggle-minimal .toggle.active > .toggle-title {
  color: #008fe2;
}
html .toggle-secondary .toggle label,
html .toggle-secondary .toggle .toggle-title {
  color: #2d529f;
  border-left-color: #2d529f;
  border-right-color: #2d529f;
}
html .toggle-secondary .toggle.active > label,
html .toggle-secondary .toggle.active > .toggle-title {
  background-color: #2d529f;
  border-color: #2d529f;
  color: #fff;
}
html .toggle-secondary.toggle-simple .toggle > label:after,
html .toggle-secondary.toggle-simple .toggle > .toggle-title:after {
  background-color: #2d529f;
}
html .toggle-secondary.toggle-minimal .toggle.active > label,
html .toggle-secondary.toggle-minimal .toggle.active > .toggle-title {
  color: #2d529f;
}
html .toggle-tertiary .toggle label,
html .toggle-tertiary .toggle .toggle-title {
  color: #3aabdd;
  border-left-color: #3aabdd;
  border-right-color: #3aabdd;
}
html .toggle-tertiary .toggle.active > label,
html .toggle-tertiary .toggle.active > .toggle-title {
  background-color: #3aabdd;
  border-color: #3aabdd;
  color: #fff;
}
html .toggle-tertiary.toggle-simple .toggle > label:after,
html .toggle-tertiary.toggle-simple .toggle > .toggle-title:after {
  background-color: #3aabdd;
}
html .toggle-tertiary.toggle-minimal .toggle.active > label,
html .toggle-tertiary.toggle-minimal .toggle.active > .toggle-title {
  color: #3aabdd;
}
html .toggle-quaternary .toggle label,
html .toggle-quaternary .toggle .toggle-title {
  color: #242424;
  border-left-color: #242424;
  border-right-color: #242424;
}
html .toggle-quaternary .toggle.active > label,
html .toggle-quaternary .toggle.active > .toggle-title {
  background-color: #242424;
  border-color: #242424;
  color: #fff;
}
html .toggle-quaternary.toggle-simple .toggle > label:after,
html .toggle-quaternary.toggle-simple .toggle > .toggle-title:after {
  background-color: #242424;
}
html .toggle-quaternary.toggle-minimal .toggle.active > label,
html .toggle-quaternary.toggle-minimal .toggle.active > .toggle-title {
  color: #242424;
}
html .toggle-dark .toggle label,
html .toggle-dark .toggle .toggle-title {
  color: #212529;
  border-left-color: #212529;
  border-right-color: #212529;
}
html .toggle-dark .toggle.active > label,
html .toggle-dark .toggle.active > .toggle-title {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
html .toggle-dark.toggle-simple .toggle > label:after,
html .toggle-dark.toggle-simple .toggle > .toggle-title:after {
  background-color: #212529;
}
html .toggle-dark.toggle-minimal .toggle.active > label,
html .toggle-dark.toggle-minimal .toggle.active > .toggle-title {
  color: #212529;
}
html .toggle-light .toggle label,
html .toggle-light .toggle .toggle-title {
  color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
}
html .toggle-light .toggle.active > label,
html .toggle-light .toggle.active > .toggle-title {
  background-color: #fff;
  border-color: #fff;
  color: #777;
}
html .toggle-light.toggle-simple .toggle > label:after,
html .toggle-light.toggle-simple .toggle > .toggle-title:after {
  background-color: #fff;
}
html .toggle-light.toggle-minimal .toggle.active > label,
html .toggle-light.toggle-minimal .toggle.active > .toggle-title {
  color: #fff;
}
.thumb-info .thumb-info-type,
.thumb-info .thumb-info-action-icon,
.thumb-info-social-icons a,
.thumbnail .zoom,
.img-thumbnail .zoom,
.thumb-info-ribbon {
  background-color: #008fe2;
}
html .thumb-info .thumb-info-action-icon-primary {
  background-color: #008fe2;
}
html .thumb-info .thumb-info-action-icon-primary i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-secondary {
  background-color: #2d529f;
}
html .thumb-info .thumb-info-action-icon-secondary i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-tertiary {
  background-color: #3aabdd;
}
html .thumb-info .thumb-info-action-icon-tertiary i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-quaternary {
  background-color: #242424;
}
html .thumb-info .thumb-info-action-icon-quaternary i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-dark {
  background-color: #212529;
}
html .thumb-info .thumb-info-action-icon-dark i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-light {
  background-color: #fff;
}
html .thumb-info .thumb-info-action-icon-light i {
  color: #777;
}
.thumb-info-ribbon:before {
  border-right-color: #005f95;
  border-left-color: #005f95;
}
.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
  background: rgba(0, 143, 226, 0.9);
}
.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
  background-color: #008fe2;
}
.inverted {
  background-color: #008fe2;
}
html .inverted-primary {
  background-color: #008fe2;
}
html .inverted-secondary {
  background-color: #2d529f;
}
html .inverted-tertiary {
  background-color: #3aabdd;
}
html .inverted-quaternary {
  background-color: #242424;
}
html .inverted-dark {
  background-color: #212529;
}
html .inverted-light {
  background-color: #fff;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #007cc3;
}
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
  color: #008fe2;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"] {
  background-color: #008fe2;
  border-color: #008fe2 #008fe2 #006faf;
  color: #fff;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"]:hover,
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"].hover {
  background-color: #09a5ff;
  border-color: #16a9ff #16a9ff #008fe2;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"]:active,
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"].active {
  background-color: #0077bc;
  background-image: none;
  border-color: #006faf #006faf #004e7c;
}
.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title):not(
    .nav-arrows-1
  )
  .owl-nav
  button[class*="owl-"] {
  background-color: rgba(0, 143, 226, 0.4);
}
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
  color: #008fe2 !important;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
  border-color: #008fe2;
}
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon,
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg polygon {
  fill: #008fe2;
  stroke: #008fe2;
}
.owl-carousel.nav-arrows-1 .owl-nav .owl-prev,
.owl-carousel.nav-arrows-1 .owl-nav .owl-next {
  color: #008fe2;
}
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
  background: #008fe2;
}
html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
  color: #008fe2;
}
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link,
html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
  border-top-color: #008fe2;
}
html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
  border-bottom-color: #008fe2;
}
html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html.dark
  body
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus,
html.dark
  body
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:focus {
  border-left-color: #008fe2;
}
html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html.dark
  body
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus,
html.dark
  body
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:focus {
  border-right-color: #008fe2;
}
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
  border-top-color: #008fe2;
  color: #008fe2;
}
html body .tabs-primary .nav-tabs li .nav-link,
html.dark body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  color: #008fe2;
}
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #008fe2;
}
html body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #008fe2;
  color: #008fe2;
}
html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #008fe2;
}
html body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #008fe2 !important;
  border-bottom-color: #008fe2;
}
html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #008fe2;
}
html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
  body
  .tabs-primary.tabs-vertical.tabs-right
  li.active
  .nav-link:focus {
  border-right-color: #008fe2;
}
html body .tabs-secondary .nav-tabs li .nav-link,
html.dark body .tabs-secondary .nav-tabs li .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  color: #2d529f;
}
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #2d529f;
}
html body .tabs-secondary .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark
  body
  .tabs-secondary
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark
  body
  .tabs-secondary
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-top-color: #2d529f;
  color: #2d529f;
}
html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #2d529f;
}
html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover,
html
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link,
html
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #2d529f !important;
  border-bottom-color: #2d529f;
}
html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-vertical.tabs-left
  li.active
  .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark
  body
  .tabs-secondary.tabs-vertical.tabs-left
  li.active
  .nav-link:focus {
  border-left-color: #2d529f;
}
html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-vertical.tabs-right
  li.active
  .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
  body
  .tabs-secondary.tabs-vertical.tabs-right
  li.active
  .nav-link:focus {
  border-right-color: #2d529f;
}
html body .tabs-tertiary .nav-tabs li .nav-link,
html.dark body .tabs-tertiary .nav-tabs li .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  color: #3aabdd;
}
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #3aabdd;
}
html body .tabs-tertiary .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark
  body
  .tabs-tertiary
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-top-color: #3aabdd;
  color: #3aabdd;
}
html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #3aabdd;
}
html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link,
html
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #3aabdd !important;
  border-bottom-color: #3aabdd;
}
html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark
  body
  .tabs-tertiary.tabs-vertical.tabs-left
  li.active
  .nav-link:focus {
  border-left-color: #3aabdd;
}
html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark
  body
  .tabs-tertiary.tabs-vertical.tabs-right
  li.active
  .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
  body
  .tabs-tertiary.tabs-vertical.tabs-right
  li.active
  .nav-link:focus {
  border-right-color: #3aabdd;
}
html body .tabs-quaternary .nav-tabs li .nav-link,
html.dark body .tabs-quaternary .nav-tabs li .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  color: #242424;
}
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #242424;
}
html body .tabs-quaternary .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark
  body
  .tabs-quaternary
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark
  body
  .tabs-quaternary
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-top-color: #242424;
  color: #242424;
}
html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #242424;
}
html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover,
html
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link,
html
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #242424 !important;
  border-bottom-color: #242424;
}
html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-vertical.tabs-left
  li.active
  .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark
  body
  .tabs-quaternary.tabs-vertical.tabs-left
  li.active
  .nav-link:focus {
  border-left-color: #242424;
}
html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-vertical.tabs-right
  li.active
  .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
  body
  .tabs-quaternary.tabs-vertical.tabs-right
  li.active
  .nav-link:focus {
  border-right-color: #242424;
}
html body .tabs-dark .nav-tabs li .nav-link,
html.dark body .tabs-dark .nav-tabs li .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  color: #212529;
}
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #212529;
}
html body .tabs-dark .nav-tabs li.active .nav-link,
html.dark body .tabs-dark .nav-tabs li.active .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #212529;
  color: #212529;
}
html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #212529;
}
html body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #212529 !important;
  border-bottom-color: #212529;
}
html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #212529;
}
html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #212529;
}
html body .tabs-light .nav-tabs li .nav-link,
html.dark body .tabs-light .nav-tabs li .nav-link,
html body .tabs-light .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link,
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  color: #fff;
}
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #fff;
}
html body .tabs-light .nav-tabs li.active .nav-link,
html.dark body .tabs-light .nav-tabs li.active .nav-link,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs li.active .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs li.active .nav-link:focus,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #fff;
  color: #fff;
}
html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #fff;
}
html body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-light.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-simple .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #fff !important;
  border-bottom-color: #fff;
}
html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #fff;
}
html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #fff;
}
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:hover,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:focus {
  border-right-color: #008fe2;
  border-left-color: transparent;
}
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:hover,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:focus {
  border-right-color: transparent;
  border-left-color: #008fe2;
}
.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  color: #008fe2;
  border-color: #008fe2;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #008fe2;
}
.list.list-ordened li:before {
  color: #008fe2;
  border-color: #008fe2;
}
.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #008fe2;
}
html .list-primary.list-icons li > [class*="fa-"]:first-child,
html .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
  color: #008fe2;
  border-color: #008fe2;
}
html
  .list-primary.list-icons.list-icons-style-3
  li
  > [class*="fa-"]:first-child,
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #008fe2;
  color: #fff;
}
html .list-primary.list-ordened li:before {
  color: #008fe2;
}
html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: #008fe2;
  color: #fff;
}
html .list-secondary.list-icons li > [class*="fa-"]:first-child,
html .list-secondary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
  color: #2d529f;
  border-color: #2d529f;
}
html
  .list-secondary.list-icons.list-icons-style-3
  li
  > [class*="fa-"]:first-child,
html
  .list-secondary.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-secondary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #2d529f;
  color: #fff;
}
html .list-secondary.list-ordened li:before {
  color: #2d529f;
}
html .list-secondary.list-ordened.list-ordened-style-3 li:before {
  background-color: #2d529f;
  color: #fff;
}
html .list-tertiary.list-icons li > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
  color: #3aabdd;
  border-color: #3aabdd;
}
html
  .list-tertiary.list-icons.list-icons-style-3
  li
  > [class*="fa-"]:first-child,
html
  .list-tertiary.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-tertiary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #3aabdd;
  color: #fff;
}
html .list-tertiary.list-ordened li:before {
  color: #3aabdd;
}
html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
  background-color: #3aabdd;
  color: #fff;
}
html .list-quaternary.list-icons li > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
  color: #242424;
  border-color: #242424;
}
html
  .list-quaternary.list-icons.list-icons-style-3
  li
  > [class*="fa-"]:first-child,
html
  .list-quaternary.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-quaternary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #242424;
  color: #fff;
}
html .list-quaternary.list-ordened li:before {
  color: #242424;
}
html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
  background-color: #242424;
  color: #fff;
}
html .list-dark.list-icons li > [class*="fa-"]:first-child,
html .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
  color: #212529;
  border-color: #212529;
}
html .list-dark.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html
  .list-dark.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-dark.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #212529;
  color: #fff;
}
html .list-dark.list-ordened li:before {
  color: #212529;
}
html .list-dark.list-ordened.list-ordened-style-3 li:before {
  background-color: #212529;
  color: #fff;
}
html .list-light.list-icons li > [class*="fa-"]:first-child,
html .list-light.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
  color: #fff;
  border-color: #fff;
}
html .list-light.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html
  .list-light.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-light.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #fff;
  color: #777;
}
html .list-light.list-ordened li:before {
  color: #fff;
}
html .list-light.list-ordened.list-ordened-style-3 li:before {
  background-color: #fff;
  color: #777;
}
.parallax blockquote i.fa-quote-left {
  color: #008fe2;
}
section.video blockquote i.fa-quote-left {
  color: #008fe2;
}
.accordion .card-header a {
  color: #008fe2;
}
html .accordion.accordion-primary .card-header {
  background-color: #008fe2 !important;
}
html .accordion.accordion-primary .card-header a {
  color: #fff;
}
html .accordion.accordion-secondary .card-header {
  background-color: #2d529f !important;
}
html .accordion.accordion-secondary .card-header a {
  color: #fff;
}
html .accordion.accordion-tertiary .card-header {
  background-color: #3aabdd !important;
}
html .accordion.accordion-tertiary .card-header a {
  color: #fff;
}
html .accordion.accordion-quaternary .card-header {
  background-color: #242424 !important;
}
html .accordion.accordion-quaternary .card-header a {
  color: #fff;
}
html .accordion.accordion-dark .card-header {
  background-color: #212529 !important;
}
html .accordion.accordion-dark .card-header a {
  color: #fff;
}
html .accordion.accordion-light .card-header {
  background-color: #fff !important;
}
html .accordion.accordion-light .card-header a {
  color: #777;
}
html .divider.divider-primary [class*="fa-"],
html .divider.divider-primary .icons {
  color: #008fe2;
}
html .divider.divider-primary.divider-small hr {
  background: #008fe2;
}
html .divider.divider-secondary [class*="fa-"],
html .divider.divider-secondary .icons {
  color: #2d529f;
}
html .divider.divider-secondary.divider-small hr {
  background: #2d529f;
}
html .divider.divider-tertiary [class*="fa-"],
html .divider.divider-tertiary .icons {
  color: #3aabdd;
}
html .divider.divider-tertiary.divider-small hr {
  background: #3aabdd;
}
html .divider.divider-quaternary [class*="fa-"],
html .divider.divider-quaternary .icons {
  color: #242424;
}
html .divider.divider-quaternary.divider-small hr {
  background: #242424;
}
html .divider.divider-dark [class*="fa-"],
html .divider.divider-dark .icons {
  color: #212529;
}
html .divider.divider-dark.divider-small hr {
  background: #212529;
}
html .divider.divider-light [class*="fa-"],
html .divider.divider-light .icons {
  color: #fff;
}
html .divider.divider-light.divider-small hr {
  background: #fff;
}
html .divider.divider-style-2.divider-primary [class*="fa-"],
html .divider.divider-style-2.divider-primary .icons {
  background: #008fe2;
  color: #fff;
}
html .divider.divider-style-2.divider-secondary [class*="fa-"],
html .divider.divider-style-2.divider-secondary .icons {
  background: #2d529f;
  color: #fff;
}
html .divider.divider-style-2.divider-tertiary [class*="fa-"],
html .divider.divider-style-2.divider-tertiary .icons {
  background: #3aabdd;
  color: #fff;
}
html .divider.divider-style-2.divider-quaternary [class*="fa-"],
html .divider.divider-style-2.divider-quaternary .icons {
  background: #242424;
  color: #fff;
}
html .divider.divider-style-2.divider-dark [class*="fa-"],
html .divider.divider-style-2.divider-dark .icons {
  background: #212529;
  color: #fff;
}
html .divider.divider-style-2.divider-light [class*="fa-"],
html .divider.divider-style-2.divider-light .icons {
  background: #fff;
  color: #777;
}
html .divider.divider-style-3.divider-primary [class*="fa-"],
html .divider.divider-style-3.divider-primary .icons {
  border-color: #008fe2;
}
html .divider.divider-style-3.divider-secondary [class*="fa-"],
html .divider.divider-style-3.divider-secondary .icons {
  border-color: #2d529f;
}
html .divider.divider-style-3.divider-tertiary [class*="fa-"],
html .divider.divider-style-3.divider-tertiary .icons {
  border-color: #3aabdd;
}
html .divider.divider-style-3.divider-quaternary [class*="fa-"],
html .divider.divider-style-3.divider-quaternary .icons {
  border-color: #242424;
}
html .divider.divider-style-3.divider-dark [class*="fa-"],
html .divider.divider-style-3.divider-dark .icons {
  border-color: #212529;
}
html .divider.divider-style-3.divider-light [class*="fa-"],
html .divider.divider-style-3.divider-light .icons {
  border-color: #fff;
}
#header .tip {
  background: #008fe2;
  color: #fff;
}
#header .tip:before {
  border-right-color: #008fe2;
  border-left-color: transparent;
}
html #header .tip-primary {
  background: #008fe2 !important;
  color: #fff !important;
}
html #header .tip-primary:before {
  border-right-color: #008fe2 !important;
}
html #header .tip-secondary {
  background: #2d529f !important;
  color: #fff !important;
}
html #header .tip-secondary:before {
  border-right-color: #2d529f !important;
}
html #header .tip-tertiary {
  background: #3aabdd !important;
  color: #fff !important;
}
html #header .tip-tertiary:before {
  border-right-color: #3aabdd !important;
}
html #header .tip-quaternary {
  background: #242424 !important;
  color: #fff !important;
}
html #header .tip-quaternary:before {
  border-right-color: #242424 !important;
}
html #header .tip-dark {
  background: #212529 !important;
  color: #fff !important;
}
html #header .tip-dark:before {
  border-right-color: #212529 !important;
}
html #header .tip-light {
  background: #fff !important;
  color: #777 !important;
}
html #header .tip-light:before {
  border-right-color: #fff !important;
}
html[dir="rtl"] #header .tip:before {
  border-left-color: #008fe2;
}
html[dir="rtl"] #header .tip.skin:before {
  border-left-color: #008fe2;
}
html[dir="rtl"] #header .tip-primary:before {
  border-left-color: #008fe2 !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-secondary:before {
  border-left-color: #2d529f !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-tertiary:before {
  border-left-color: #3aabdd !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-quaternary:before {
  border-left-color: #242424 !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-dark:before {
  border-left-color: #212529 !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-light:before {
  border-left-color: #fff !important;
  border-right-color: transparent !important;
}
#header .header-btn-collapse-nav {
  background: #008fe2;
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    color: #008fe2;
  }
  #header .header-nav-main nav > ul > li.open > a,
  #header .header-nav-main nav > ul > li:hover > a {
    background: #008fe2;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #008fe2;
  }
  #header .header-nav-main nav > ul > li.dropdown.open > a:before,
  #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #008fe2;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
    border-top-color: #008fe2;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega-signin
    .dropdown-menu
    li
    a {
    color: #008fe2;
  }
  #header .header-nav-main nav > ul:not(:hover) > li > a.active {
    background-color: #008fe2;
    color: #fff;
  }
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a,
  #header .header-nav.header-nav-stripe nav > ul > li.open > a {
    background-color: #008fe2;
  }
  #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
    background-color: #008fe2;
  }
  #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
    color: #008fe2;
  }
  #header .header-nav.header-nav-links nav > ul li:hover > a {
    color: #008fe2;
  }
  #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
    color: #008fe2;
  }
  #header
    .header-nav.header-nav-links.header-nav-links-vertical-slide
    nav
    ul
    li.dropdown
    .dropdown-menu::-webkit-scrollbar-thumb {
    background: #008fe2 !important;
  }
  #header .header-nav.header-nav-line nav > ul li:hover > a {
    color: #008fe2;
  }
  #header .header-nav.header-nav-line nav > ul li:hover > a:before {
    background: #008fe2;
  }
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: #008fe2;
  }
  #header
    .header-nav.header-nav-line
    nav
    > ul:not(:hover)
    li
    > a.active:before {
    background: #008fe2;
  }
  #header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a,
  #header
    .header-nav-main.header-nav-main-slide
    nav
    > ul
    > li:hover
    > span
    > a {
    color: #008fe2;
  }
  #header
    .header-nav-main.header-nav-main-slide
    nav
    > ul:not(:hover)
    > li
    > span
    > a.active {
    color: #008fe2;
  }
  html.side-header
    #header.side-header
    .header-nav-main
    nav
    > ul
    li.dropdown.open
    > .dropdown-menu,
  html.side-header
    #header.side-header
    .header-nav-main
    nav
    > ul
    li.dropdown:hover
    > .dropdown-menu {
    border-left-color: #008fe2;
  }
  html.side-header-right
    #header.side-header
    .header-nav-main
    nav
    > ul
    li.dropdown.open
    > .dropdown-menu,
  html.side-header-right
    #header.side-header
    .header-nav-main
    nav
    > ul
    li.dropdown:hover
    > .dropdown-menu {
    border-right-color: #008fe2;
  }
}
@media (min-width: 992px) {
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu {
    background-color: #008fe2;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #0085d3;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu
    li:hover
    > a {
    background: #0099f1;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a:before {
    border-bottom-color: #008fe2;
    background: #008fe2;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-primary
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a {
    background: #008fe2;
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-primary
    > a.active {
    background: #008fe2;
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:hover {
    color: #008fe2;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:hover:before {
    background-color: #008fe2;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a {
    color: #008fe2;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a:before {
    background: #008fe2;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-primary
    > a.active {
    color: #008fe2;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-primary
    > a.active:before {
    background-color: #008fe2;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a {
    color: #008fe2;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:hover {
    color: #008fe2;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a {
    color: #008fe2;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-primary
    > a.active {
    color: #008fe2;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu {
    background-color: #2d529f;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #2a4c93;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu
    li:hover
    > a {
    background: #3058ab;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a:before {
    border-bottom-color: #2d529f;
    background: #2d529f;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-secondary
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a {
    background: #2d529f;
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-secondary
    > a.active {
    background: #2d529f;
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:hover {
    color: #2d529f;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:hover:before {
    background-color: #2d529f;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a {
    color: #2d529f;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a:before {
    background: #2d529f;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-secondary
    > a.active {
    color: #2d529f;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-secondary
    > a.active:before {
    background-color: #2d529f;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a {
    color: #2d529f;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:hover {
    color: #2d529f;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a {
    color: #2d529f;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-secondary
    > a.active {
    color: #2d529f;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu {
    background-color: #3aabdd;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #2da5db;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu
    li:hover
    > a {
    background: #47b1df;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a:before {
    border-bottom-color: #3aabdd;
    background: #3aabdd;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-tertiary
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a {
    background: #3aabdd;
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-tertiary
    > a.active {
    background: #3aabdd;
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:hover {
    color: #3aabdd;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:hover:before {
    background-color: #3aabdd;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a {
    color: #3aabdd;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a:before {
    background: #3aabdd;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-tertiary
    > a.active {
    color: #3aabdd;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-tertiary
    > a.active:before {
    background-color: #3aabdd;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a {
    color: #3aabdd;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:hover {
    color: #3aabdd;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a {
    color: #3aabdd;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-tertiary
    > a.active {
    color: #3aabdd;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu {
    background-color: #242424;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #1c1c1c;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu
    li:hover
    > a {
    background: #2c2c2c;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a:before {
    border-bottom-color: #242424;
    background: #242424;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-quaternary
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a {
    background: #242424;
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-quaternary
    > a.active {
    background: #242424;
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:hover {
    color: #242424;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:hover:before {
    background-color: #242424;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a {
    color: #242424;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a:before {
    background: #242424;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-quaternary
    > a.active {
    color: #242424;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-quaternary
    > a.active:before {
    background-color: #242424;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a {
    color: #242424;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:hover {
    color: #242424;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a {
    color: #242424;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-quaternary
    > a.active {
    color: #242424;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu {
    background-color: #212529;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #1a1d21;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu
    li:hover
    > a {
    background: #282d31;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a:before {
    border-bottom-color: #212529;
    background: #212529;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-dark
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a {
    background: #212529;
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-dark
    > a.active {
    background: #212529;
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:hover {
    color: #212529;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:hover:before {
    background-color: #212529;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a {
    color: #212529;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a:before {
    background: #212529;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-dark
    > a.active {
    color: #212529;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-dark
    > a.active:before {
    background-color: #212529;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a {
    color: #212529;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:hover {
    color: #212529;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a {
    color: #212529;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-dark
    > a.active {
    color: #212529;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu {
    background-color: #fff;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu
    li
    a {
    color: #777;
    border-bottom-color: #f7f7f7;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu
    li:hover
    > a {
    background: #fff;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a:before {
    border-bottom-color: #fff;
    background: #fff;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-light
    .dropdown-mega-sub-title {
    color: #777;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a {
    background: #fff;
    color: #777;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu
    li
    a {
    color: #777;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-light
    > a.active {
    background: #fff;
    color: #777;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:hover {
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:hover:before {
    background-color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a {
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a:before {
    background: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-light
    > a.active {
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-light
    > a.active:before {
    background-color: #fff;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a {
    color: #fff;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:hover {
    color: #fff;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a {
    color: #fff;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-light
    > a.active {
    color: #fff;
  }
}
@media (min-width: 992px) {
  html
    #header
    .header-nav-force-light-text-active-skin-color
    .header-nav-main
    nav
    > ul
    > li:hover
    > a,
  html
    #header
    .header-nav-force-light-text-active-skin-color
    .header-nav-main
    nav
    > ul
    > li
    .wrapper-items-cloned:hover
    > a {
    color: #008fe2 !important;
  }
  html
    #header
    .header-nav-force-light-text-active-skin-color
    .header-nav-main
    nav
    > ul:not(:hover)
    > li
    > a.active,
  html
    #header
    .header-nav-force-light-text-active-skin-color
    .header-nav-main
    nav
    > ul:not(:hover)
    > li
    .wrapper-items-cloned
    > a.active {
    color: #008fe2 !important;
  }
}
@media (max-width: 991px) {
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #008fe2;
  }
  #header
    .header-nav-main:not(.header-nav-main-mobile-dark)
    nav
    > ul
    > li
    > a:active {
    color: #008fe2;
  }
  #header
    .header-nav-main:not(.header-nav-main-mobile-dark)
    nav
    > ul
    > li
    > a.active {
    background: #008fe2;
  }
  #header
    .header-nav-main:not(.header-nav-main-mobile-dark)
    nav
    > ul
    > li
    > a.active:focus,
  #header
    .header-nav-main:not(.header-nav-main-mobile-dark)
    nav
    > ul
    > li
    > a.active:hover {
    background: #008fe2;
  }
  #header
    .header-nav-main.header-nav-main-mobile-dark
    nav
    > ul
    > li
    > a.active {
    background: #008fe2;
  }
  #header
    .header-nav-main.header-nav-main-mobile-dark
    nav
    > ul
    > li
    > a.active:focus,
  #header
    .header-nav-main.header-nav-main-mobile-dark
    nav
    > ul
    > li
    > a.active:hover {
    background: #008fe2;
  }
  html.side-header-hamburguer-sidebar
    #header.side-header
    .header-nav.header-nav-links
    .header-nav-main.header-nav-main-mobile-dark
    nav
    > ul
    > li
    > a.active {
    color: #008fe2 !important;
  }
  html.side-header-hamburguer-sidebar
    #header.side-header
    .header-nav.header-nav-links
    nav::-webkit-scrollbar-thumb {
    background-color: #008fe2;
  }
  html.side-header-hamburguer-sidebar
    #header.side-header
    .header-nav.header-nav-links
    nav
    > ul
    > li
    > a.active {
    color: #008fe2 !important;
  }
  html.side-header-hamburguer-sidebar
    #header.side-header
    .header-nav.header-nav-links
    nav
    > ul
    > li:hover
    > a {
    color: #008fe2 !important;
  }
}
@media (max-width: 991px) {
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    > a {
    color: #008fe2;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    > a.active {
    background: #008fe2 !important;
    color: #fff !important;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    > a {
    color: #2d529f;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    > a.active {
    background: #2d529f !important;
    color: #fff !important;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    > a {
    color: #3aabdd;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    > a.active {
    background: #3aabdd !important;
    color: #fff !important;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    > a {
    color: #242424;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    > a.active {
    background: #242424 !important;
    color: #fff !important;
  }
}
html #header .header-top.header-top-primary {
  background: #008fe2;
  border-top-color: #007fc9;
}
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
  background: #009ffb;
}
html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-primary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-primary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #009ffb;
}
html #header .header-top.header-top-primary .dropdown-menu {
  background: #009ffb;
  border-color: #009ffb;
}
html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
  background: #16a9ff !important;
}
html #header .header-top.header-top-secondary {
  background: #2d529f;
  border-top-color: #27488b;
}
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
  background: #335cb3;
}
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-secondary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-secondary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #335cb3;
}
html #header .header-top.header-top-secondary .dropdown-menu {
  background: #335cb3;
  border-color: #335cb3;
}
html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
  background: #3867c7 !important;
}
html #header .header-top.header-top-tertiary {
  background: #3aabdd;
  border-top-color: #25a1d8;
}
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
  background: #50b4e1;
}
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-tertiary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-tertiary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #50b4e1;
}
html #header .header-top.header-top-tertiary .dropdown-menu {
  background: #50b4e1;
  border-color: #50b4e1;
}
html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
  background: #65bee5 !important;
}
html #header .header-top.header-top-quaternary {
  background: #242424;
  border-top-color: #171717;
}
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li.open
  > a {
  background: #313131;
}
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li
  > a:hover,
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li
  > a:focus,
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #313131;
}
html #header .header-top.header-top-quaternary .dropdown-menu {
  background: #313131;
  border-color: #313131;
}
html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
  background: #3e3e3e !important;
}
html #header .header-top.header-top-dark {
  background: #212529;
  border-top-color: #16181b;
}
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
  background: #2c3237;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-dark
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #2c3237;
}
html #header .header-top.header-top-dark .dropdown-menu {
  background: #2c3237;
  border-color: #2c3237;
}
html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
  background: #383f45 !important;
}
html #header .header-top.header-top-light {
  background: #fff;
  border-top-color: #f2f2f2;
}
html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
  background: #fff;
}
html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-light
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-light
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #fff;
}
html #header .header-top.header-top-light .dropdown-menu {
  background: #fff;
  border-color: #fff;
}
html #header .header-top.header-top-light .dropdown-menu a:hover,
html #header .header-top.header-top-light .dropdown-menu a:focus {
  background: #ffffff !important;
}
@media (min-width: 992px) {
  html #header .header-nav-bar-primary {
    background: #008fe2 !important;
    color: #fff !important;
  }
  html #header .header-nav-bar-secondary {
    background: #2d529f !important;
    color: #fff !important;
  }
  html #header .header-nav-bar-tertiary {
    background: #3aabdd !important;
    color: #fff !important;
  }
  html #header .header-nav-bar-quaternary {
    background: #242424 !important;
    color: #fff !important;
  }
  html #header .header-nav-bar-dark {
    background: #212529 !important;
    color: #fff !important;
  }
  html #header .header-nav-bar-light {
    background: #fff !important;
    color: #777 !important;
  }
}
@media (min-width: 992px) {
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
  #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
    color: #008fe2;
  }
  #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
    color: #008fe2;
  }
}
#header
  .header-nav-features
  .header-nav-features-search-reveal-big-search
  .form-control {
  border-bottom-color: #D1B06C;
}
.testimonial blockquote {
  background: #009ffb;
}
.testimonial .testimonial-arrow-down {
  border-top-color: #009ffb;
}
html .testimonial-primary blockquote {
  background: #009ffb;
}
html .testimonial-primary .testimonial-arrow-down {
  border-top-color: #009ffb;
}
html .testimonial-primary.testimonial-style-7 {
  background: #009ffb;
}
html .testimonial-quotes-primary blockquote:before,
html .testimonial-quotes-primary blockquote:after {
  color: #008fe2 !important;
}
html .testimonial-secondary blockquote {
  background: #335cb3;
}
html .testimonial-secondary .testimonial-arrow-down {
  border-top-color: #335cb3;
}
html .testimonial-secondary.testimonial-style-7 {
  background: #335cb3;
}
html .testimonial-quotes-secondary blockquote:before,
html .testimonial-quotes-secondary blockquote:after {
  color: #008fe2 !important;
}
html .testimonial-tertiary blockquote {
  background: #50b4e1;
}
html .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: #50b4e1;
}
html .testimonial-tertiary.testimonial-style-7 {
  background: #50b4e1;
}
html .testimonial-quotes-tertiary blockquote:before,
html .testimonial-quotes-tertiary blockquote:after {
  color: #008fe2 !important;
}
html .testimonial-quaternary blockquote {
  background: #313131;
}
html .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: #313131;
}
html .testimonial-quaternary.testimonial-style-7 {
  background: #313131;
}
html .testimonial-quotes-quaternary blockquote:before,
html .testimonial-quotes-quaternary blockquote:after {
  color: #008fe2 !important;
}
html .testimonial-dark blockquote {
  background: #2c3237;
}
html .testimonial-dark .testimonial-arrow-down {
  border-top-color: #2c3237;
}
html .testimonial-dark.testimonial-style-7 {
  background: #2c3237;
}
html .testimonial-quotes-dark blockquote:before,
html .testimonial-quotes-dark blockquote:after {
  color: #008fe2 !important;
}
html .testimonial-light blockquote {
  background: #fff;
}
html .testimonial-light .testimonial-arrow-down {
  border-top-color: #fff;
}
html .testimonial-light.testimonial-style-7 {
  background: #fff;
}
html .testimonial-quotes-light blockquote:before,
html .testimonial-quotes-light blockquote:after {
  color: #008fe2 !important;
}
.circular-bar.only-icon [class*="fa-"],
.circular-bar.only-icon .icons {
  color: #008fe2;
}
.form-control.bg-primary,
.form-control.bg-color-primary {
  color: #fff;
  border-color: #008fe2;
}
.form-control.bg-primary::-webkit-input-placeholder,
.form-control.bg-color-primary::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-primary::-moz-placeholder,
.form-control.bg-color-primary::-moz-placeholder {
  color: #e6e6e6;
}
.form-control.bg-primary:-ms-input-placeholder,
.form-control.bg-color-primary:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-primary:-moz-placeholder,
.form-control.bg-color-primary:-moz-placeholder {
  color: #e6e6e6;
}
.form-control .testimonial-primary blockquote {
  background: #009ffb;
}
.form-control .testimonial-primary .testimonial-arrow-down {
  border-top-color: #009ffb;
}
.form-control .testimonial-primary.testimonial-style-7 {
  background: #009ffb;
}
.form-control .testimonial-quotes-primary blockquote:before,
.form-control .testimonial-quotes-primary blockquote:after {
  color: #008fe2 !important;
}
.form-control.bg-secondary,
.form-control.bg-color-secondary {
  color: #fff;
  border-color: #2d529f;
}
.form-control.bg-secondary::-webkit-input-placeholder,
.form-control.bg-color-secondary::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-secondary::-moz-placeholder,
.form-control.bg-color-secondary::-moz-placeholder {
  color: #e6e6e6;
}
.form-control.bg-secondary:-ms-input-placeholder,
.form-control.bg-color-secondary:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-secondary:-moz-placeholder,
.form-control.bg-color-secondary:-moz-placeholder {
  color: #e6e6e6;
}
.form-control .testimonial-secondary blockquote {
  background: #335cb3;
}
.form-control .testimonial-secondary .testimonial-arrow-down {
  border-top-color: #335cb3;
}
.form-control .testimonial-secondary.testimonial-style-7 {
  background: #335cb3;
}
.form-control .testimonial-quotes-secondary blockquote:before,
.form-control .testimonial-quotes-secondary blockquote:after {
  color: #008fe2 !important;
}
.form-control.bg-tertiary,
.form-control.bg-color-tertiary {
  color: #fff;
  border-color: #3aabdd;
}
.form-control.bg-tertiary::-webkit-input-placeholder,
.form-control.bg-color-tertiary::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-tertiary::-moz-placeholder,
.form-control.bg-color-tertiary::-moz-placeholder {
  color: #e6e6e6;
}
.form-control.bg-tertiary:-ms-input-placeholder,
.form-control.bg-color-tertiary:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-tertiary:-moz-placeholder,
.form-control.bg-color-tertiary:-moz-placeholder {
  color: #e6e6e6;
}
.form-control .testimonial-tertiary blockquote {
  background: #50b4e1;
}
.form-control .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: #50b4e1;
}
.form-control .testimonial-tertiary.testimonial-style-7 {
  background: #50b4e1;
}
.form-control .testimonial-quotes-tertiary blockquote:before,
.form-control .testimonial-quotes-tertiary blockquote:after {
  color: #008fe2 !important;
}
.form-control.bg-quaternary,
.form-control.bg-color-quaternary {
  color: #fff;
  border-color: #242424;
}
.form-control.bg-quaternary::-webkit-input-placeholder,
.form-control.bg-color-quaternary::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-quaternary::-moz-placeholder,
.form-control.bg-color-quaternary::-moz-placeholder {
  color: #e6e6e6;
}
.form-control.bg-quaternary:-ms-input-placeholder,
.form-control.bg-color-quaternary:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-quaternary:-moz-placeholder,
.form-control.bg-color-quaternary:-moz-placeholder {
  color: #e6e6e6;
}
.form-control .testimonial-quaternary blockquote {
  background: #313131;
}
.form-control .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: #313131;
}
.form-control .testimonial-quaternary.testimonial-style-7 {
  background: #313131;
}
.form-control .testimonial-quotes-quaternary blockquote:before,
.form-control .testimonial-quotes-quaternary blockquote:after {
  color: #008fe2 !important;
}
.form-control.bg-dark,
.form-control.bg-color-dark {
  color: #fff;
  border-color: #212529;
}
.form-control.bg-dark::-webkit-input-placeholder,
.form-control.bg-color-dark::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-dark::-moz-placeholder,
.form-control.bg-color-dark::-moz-placeholder {
  color: #e6e6e6;
}
.form-control.bg-dark:-ms-input-placeholder,
.form-control.bg-color-dark:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-dark:-moz-placeholder,
.form-control.bg-color-dark:-moz-placeholder {
  color: #e6e6e6;
}
.form-control .testimonial-dark blockquote {
  background: #2c3237;
}
.form-control .testimonial-dark .testimonial-arrow-down {
  border-top-color: #2c3237;
}
.form-control .testimonial-dark.testimonial-style-7 {
  background: #2c3237;
}
.form-control .testimonial-quotes-dark blockquote:before,
.form-control .testimonial-quotes-dark blockquote:after {
  color: #008fe2 !important;
}
.form-control.bg-light,
.form-control.bg-color-light {
  color: #777;
  border-color: #fff;
}
.form-control.bg-light::-webkit-input-placeholder,
.form-control.bg-color-light::-webkit-input-placeholder {
  color: #5e5e5e;
}
.form-control.bg-light::-moz-placeholder,
.form-control.bg-color-light::-moz-placeholder {
  color: #5e5e5e;
}
.form-control.bg-light:-ms-input-placeholder,
.form-control.bg-color-light:-ms-input-placeholder {
  color: #5e5e5e;
}
.form-control.bg-light:-moz-placeholder,
.form-control.bg-color-light:-moz-placeholder {
  color: #5e5e5e;
}
.form-control .testimonial-light blockquote {
  background: #fff;
}
.form-control .testimonial-light .testimonial-arrow-down {
  border-top-color: #fff;
}
.form-control .testimonial-light.testimonial-style-7 {
  background: #fff;
}
.form-control .testimonial-quotes-light blockquote:before,
.form-control .testimonial-quotes-light blockquote:after {
  color: #008fe2 !important;
}
html .counters .counter-primary [class*="fa-"],
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
  color: #008fe2;
}
html .counters .counter-secondary [class*="fa-"],
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
  color: #2d529f;
}
html .counters .counter-tertiary [class*="fa-"],
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
  color: #3aabdd;
}
html .counters .counter-quaternary [class*="fa-"],
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
  color: #242424;
}
html .counters .counter-dark [class*="fa-"],
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
  color: #212529;
}
html .counters .counter-light [class*="fa-"],
html .counters .counter-light .icons,
html .counters .counter-light strong {
  color: #fff;
}
html .countdown.countdown-primary > span > span {
  color: #008fe2;
}
html .countdown.countdown-secondary > span > span {
  color: #2d529f;
}
html .countdown.countdown-tertiary > span > span {
  color: #3aabdd;
}
html .countdown.countdown-quaternary > span > span {
  color: #242424;
}
html .countdown.countdown-dark > span > span {
  color: #212529;
}
html .countdown.countdown-light > span > span {
  color: #fff;
}
html .image-hotspot-primary strong {
  color: #fff !important;
}
html .image-hotspot-primary .circle {
  background: #008fe2 !important;
}
html .image-hotspot-primary .ring {
  border-color: rgba(0, 143, 226, 0.9);
}
html .image-hotspot-secondary strong {
  color: #fff !important;
}
html .image-hotspot-secondary .circle {
  background: #2d529f !important;
}
html .image-hotspot-secondary .ring {
  border-color: rgba(45, 82, 159, 0.9);
}
html .image-hotspot-tertiary strong {
  color: #fff !important;
}
html .image-hotspot-tertiary .circle {
  background: #3aabdd !important;
}
html .image-hotspot-tertiary .ring {
  border-color: rgba(58, 171, 221, 0.9);
}
html .image-hotspot-quaternary strong {
  color: #fff !important;
}
html .image-hotspot-quaternary .circle {
  background: #242424 !important;
}
html .image-hotspot-quaternary .ring {
  border-color: rgba(36, 36, 36, 0.9);
}
html .image-hotspot-dark strong {
  color: #fff !important;
}
html .image-hotspot-dark .circle {
  background: #212529 !important;
}
html .image-hotspot-dark .ring {
  border-color: rgba(33, 37, 41, 0.9);
}
html .image-hotspot-light strong {
  color: #777 !important;
}
html .image-hotspot-light .circle {
  background: #fff !important;
}
html .image-hotspot-light .ring {
  border-color: rgba(255, 255, 255, 0.9);
}
.icon-featured {
  background-color: #008fe2;
}
html .featured-box-primary .icon-featured {
  background-color: #008fe2;
}
html .featured-box-primary h4 {
  color: #008fe2;
}
html .featured-box-primary .box-content {
  border-top-color: #008fe2;
}
html .featured-box-primary .box-content-border-bottom {
  border-bottom-color: #008fe2;
}
html .featured-box-secondary .icon-featured {
  background-color: #2d529f;
}
html .featured-box-secondary h4 {
  color: #2d529f;
}
html .featured-box-secondary .box-content {
  border-top-color: #2d529f;
}
html .featured-box-secondary .box-content-border-bottom {
  border-bottom-color: #2d529f;
}
html .featured-box-tertiary .icon-featured {
  background-color: #3aabdd;
}
html .featured-box-tertiary h4 {
  color: #3aabdd;
}
html .featured-box-tertiary .box-content {
  border-top-color: #3aabdd;
}
html .featured-box-tertiary .box-content-border-bottom {
  border-bottom-color: #3aabdd;
}
html .featured-box-quaternary .icon-featured {
  background-color: #242424;
}
html .featured-box-quaternary h4 {
  color: #242424;
}
html .featured-box-quaternary .box-content {
  border-top-color: #242424;
}
html .featured-box-quaternary .box-content-border-bottom {
  border-bottom-color: #242424;
}
html .featured-box-dark .icon-featured {
  background-color: #212529;
}
html .featured-box-dark h4 {
  color: #212529;
}
html .featured-box-dark .box-content {
  border-top-color: #212529;
}
html .featured-box-dark .box-content-border-bottom {
  border-bottom-color: #212529;
}
html .featured-box-light .icon-featured {
  background-color: #fff;
}
html .featured-box-light h4 {
  color: #fff;
}
html .featured-box-light .box-content {
  border-top-color: #fff;
}
html .featured-box-light .box-content-border-bottom {
  border-bottom-color: #fff;
}
html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #008fe2;
  color: #008fe2;
}
html
  .featured-boxes-style-3
  .featured-box.featured-box-secondary
  .icon-featured {
  border-color: #2d529f;
  color: #2d529f;
}
html
  .featured-boxes-style-3
  .featured-box.featured-box-tertiary
  .icon-featured {
  border-color: #3aabdd;
  color: #3aabdd;
}
html
  .featured-boxes-style-3
  .featured-box.featured-box-quaternary
  .icon-featured {
  border-color: #242424;
  color: #242424;
}
html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: #212529;
  color: #212529;
}
html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: #fff;
  color: #fff;
}
html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #008fe2;
  color: #008fe2;
}
html
  .featured-boxes-style-4
  .featured-box.featured-box-secondary
  .icon-featured {
  border-color: #2d529f;
  color: #2d529f;
}
html
  .featured-boxes-style-4
  .featured-box.featured-box-tertiary
  .icon-featured {
  border-color: #3aabdd;
  color: #3aabdd;
}
html
  .featured-boxes-style-4
  .featured-box.featured-box-quaternary
  .icon-featured {
  border-color: #242424;
  color: #242424;
}
html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: #212529;
  color: #212529;
}
html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: #fff;
  color: #fff;
}
html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #008fe2;
}
html
  .featured-boxes-style-5
  .featured-box.featured-box-secondary
  .icon-featured {
  color: #2d529f;
}
html
  .featured-boxes-style-5
  .featured-box.featured-box-tertiary
  .icon-featured {
  color: #3aabdd;
}
html
  .featured-boxes-style-5
  .featured-box.featured-box-quaternary
  .icon-featured {
  color: #242424;
}
html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}
html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: #fff;
}
html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #008fe2;
}
html
  .featured-boxes-style-6
  .featured-box.featured-box-secondary
  .icon-featured {
  color: #2d529f;
}
html
  .featured-boxes-style-6
  .featured-box.featured-box-tertiary
  .icon-featured {
  color: #3aabdd;
}
html
  .featured-boxes-style-6
  .featured-box.featured-box-quaternary
  .icon-featured {
  color: #242424;
}
html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}
html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: #fff;
}
html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #008fe2;
}
html
  .featured-boxes-style-8
  .featured-box.featured-box-secondary
  .icon-featured {
  color: #2d529f;
}
html
  .featured-boxes-style-8
  .featured-box.featured-box-tertiary
  .icon-featured {
  color: #3aabdd;
}
html
  .featured-boxes-style-8
  .featured-box.featured-box-quaternary
  .icon-featured {
  color: #242424;
}
html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}
html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: #fff;
}
.featured-boxes-modern-style-primary .featured-box {
  background: #008fe2;
  background: linear-gradient(135deg, #008fe2 0%, #242424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008fe2',endColorstr='#242424',GradientType=1);
}
.featured-boxes-modern-style-secondary .featured-box {
  background: #2d529f;
  background: linear-gradient(135deg, #2d529f 0%, #242424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d529f',endColorstr='#242424',GradientType=1);
}
.featured-boxes-modern-style-tertiary .featured-box {
  background: #3aabdd;
  background: linear-gradient(135deg, #3aabdd 0%, #242424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3aabdd',endColorstr='#242424',GradientType=1);
}
html .featured-box-effect-2.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 3px #008fe2;
}
html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 3px #2d529f;
}
html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 3px #3aabdd;
}
html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 3px #242424;
}
html .featured-box-effect-2.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 3px #212529;
}
html .featured-box-effect-2.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 3px #fff;
}
html .featured-box-effect-3.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 10px #008fe2;
}
html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #008fe2 !important;
}
html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 10px #2d529f;
}
html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: #2d529f !important;
}
html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 10px #3aabdd;
}
html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: #3aabdd !important;
}
html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 10px #242424;
}
html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: #242424 !important;
}
html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 10px #212529;
}
html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: #212529 !important;
}
html .featured-box-effect-3.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 10px #fff;
}
html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: #fff !important;
}
.feature-box .feature-box-icon {
  background-color: #008fe2;
}
html .feature-box-primary .feature-box-icon {
  background-color: #008fe2;
}
html .feature-box-secondary .feature-box-icon {
  background-color: #2d529f;
}
html .feature-box-tertiary .feature-box-icon {
  background-color: #3aabdd;
}
html .feature-box-quaternary .feature-box-icon {
  background-color: #242424;
}
html .feature-box-dark .feature-box-icon {
  background-color: #212529;
}
html .feature-box-light .feature-box-icon {
  background-color: #fff;
}
.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-2 .feature-box-icon .icons {
  color: #008fe2;
}
html .feature-box-primary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
  color: #008fe2;
}
html
  .feature-box-secondary.feature-box-style-2
  .feature-box-icon
  [class*="fa-"],
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
  color: #2d529f;
}
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
  color: #3aabdd;
}
html
  .feature-box-quaternary.feature-box-style-2
  .feature-box-icon
  [class*="fa-"],
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
  color: #242424;
}
html .feature-box-dark.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
  color: #fff;
}
.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #008fe2;
}
.feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-3 .feature-box-icon .icons {
  color: #008fe2;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: #008fe2;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
  color: #008fe2;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  border-color: #2d529f;
}
html
  .feature-box-secondary.feature-box-style-3
  .feature-box-icon
  [class*="fa-"],
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
  color: #2d529f;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  border-color: #3aabdd;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
  color: #3aabdd;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  border-color: #242424;
}
html
  .feature-box-quaternary.feature-box-style-3
  .feature-box-icon
  [class*="fa-"],
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
  color: #242424;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  border-color: #212529;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon {
  border-color: #fff;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
  color: #fff;
}
.feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-4 .feature-box-icon .icons {
  color: #008fe2;
}
html .feature-box-primary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
  color: #008fe2;
}
html
  .feature-box-secondary.feature-box-style-4
  .feature-box-icon
  [class*="fa-"],
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
  color: #2d529f;
}
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
  color: #3aabdd;
}
html
  .feature-box-quaternary.feature-box-style-4
  .feature-box-icon
  [class*="fa-"],
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
  color: #242424;
}
html .feature-box-dark.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
  color: #fff;
}
.feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-5 .feature-box-icon .icons {
  color: #008fe2;
}
html .feature-box-primary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
  color: #008fe2;
}
html
  .feature-box-secondary.feature-box-style-5
  .feature-box-icon
  [class*="fa-"],
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons {
  color: #2d529f;
}
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons {
  color: #3aabdd;
}
html
  .feature-box-quaternary.feature-box-style-5
  .feature-box-icon
  [class*="fa-"],
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons {
  color: #242424;
}
html .feature-box-dark.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-5 .feature-box-icon .icons {
  color: #fff;
}
html .feature-box-primary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons {
  color: #008fe2;
}
html
  .feature-box-secondary.feature-box-style-6
  .feature-box-icon
  [class*="fa-"],
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons {
  color: #2d529f;
}
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons {
  color: #3aabdd;
}
html
  .feature-box-quaternary.feature-box-style-6
  .feature-box-icon
  [class*="fa-"],
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons {
  color: #242424;
}
html .feature-box-dark.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-6 .feature-box-icon .icons {
  color: #fff;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
  background-color: #006faf;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
  background-color: #007fc9;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
  background-color: #008fe2;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
  background-color: #009ffb;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
  background-color: #16a9ff;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
  background-color: #30b3ff;
}
html .featured-boxes-full .featured-box-full-primary {
  background-color: #008fe2;
  color: #fff;
}
html .featured-boxes-full .featured-box-full-secondary {
  background-color: #2d529f;
  color: #fff;
}
html .featured-boxes-full .featured-box-full-tertiary {
  background-color: #3aabdd;
  color: #fff;
}
html .featured-boxes-full .featured-box-full-quaternary {
  background-color: #242424;
  color: #fff;
}
html .featured-boxes-full .featured-box-full-dark {
  background-color: #212529;
  color: #fff;
}
html .featured-boxes-full .featured-box-full-light {
  background-color: #fff;
  color: #777;
}
.pricing-table .most-popular {
  border-color: #008fe2;
}
.pricing-table .most-popular h3 {
  background-color: #008fe2;
}
.pricing-table.princig-table-flat .plan h3 {
  background-color: #008fe2;
}
.pricing-table.princig-table-flat .plan h3 span {
  background: #008fe2;
}
html .call-to-action.featured.featured-primary {
  border-top-color: #008fe2;
}
html .call-to-action.call-to-action-primary {
  background: #008fe2;
}
html .call-to-action.with-full-borders-primary {
  border-color: #008fe2;
}
html .call-to-action.call-to-action-primary {
  background: #008fe2;
}
html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
  color: #fff;
}
html .call-to-action.featured.featured-secondary {
  border-top-color: #2d529f;
}
html .call-to-action.call-to-action-secondary {
  background: #2d529f;
}
html .call-to-action.with-full-borders-secondary {
  border-color: #2d529f;
}
html .call-to-action.call-to-action-secondary {
  background: #2d529f;
}
html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
  color: #fff;
}
html .call-to-action.featured.featured-tertiary {
  border-top-color: #3aabdd;
}
html .call-to-action.call-to-action-tertiary {
  background: #3aabdd;
}
html .call-to-action.with-full-borders-tertiary {
  border-color: #3aabdd;
}
html .call-to-action.call-to-action-tertiary {
  background: #3aabdd;
}
html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
  color: #fff;
}
html .call-to-action.featured.featured-quaternary {
  border-top-color: #242424;
}
html .call-to-action.call-to-action-quaternary {
  background: #242424;
}
html .call-to-action.with-full-borders-quaternary {
  border-color: #242424;
}
html .call-to-action.call-to-action-quaternary {
  background: #242424;
}
html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
  color: #fff;
}
html .call-to-action.featured.featured-dark {
  border-top-color: #212529;
}
html .call-to-action.call-to-action-dark {
  background: #212529;
}
html .call-to-action.with-full-borders-dark {
  border-color: #212529;
}
html .call-to-action.call-to-action-dark {
  background: #212529;
}
html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
  color: #fff;
}
html .call-to-action.featured.featured-light {
  border-top-color: #fff;
}
html .call-to-action.call-to-action-light {
  background: #fff;
}
html .call-to-action.with-full-borders-light {
  border-color: #fff;
}
html .call-to-action.call-to-action-light {
  background: #fff;
}
html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
  color: #777;
}
section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
  background: #008fe2;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #008fe2;
}
ul.history li .featured-box .box-content {
  border-top-color: #008fe2;
}
.portfolio-list .portfolio-item.portfolio-item-new:after {
  background: linear-gradient(135deg, #008fe2 0%, #2d529f 80%);
}
.recent-posts .date .month,
article.post .post-date .month {
  background-color: #008fe2;
}
.recent-posts .date .day,
article.post .post-date .day {
  color: #008fe2;
}
.slider .tp-bannertimer {
  background-color: #008fe2;
}
.home-concept strong {
  color: #008fe2;
}
html .home-intro-primary {
  background: #008fe2;
}
html .home-intro-secondary {
  background: #2d529f;
}
html .home-intro-tertiary {
  background: #3aabdd;
}
html .home-intro-quaternary {
  background: #242424;
}
html .home-intro-dark {
  background: #212529;
}
html .home-intro-light {
  background: #fff;
}
html .slide-overlay-primary .slotholder:after {
  background-color: #008fe2 !important;
}
html .slider-container .tp-caption-overlay-primary {
  background: #008fe2;
}
html .slider-container .tp-caption-overlay-opacity-primary {
  background: rgba(0, 143, 226, 0.4);
}
html .tp-bullets.bullets-color-primary .tp-bullet:hover,
html .tp-bullets.bullets-color-primary .tp-bullet.selected {
  background: #008fe2;
}
html .slide-overlay-secondary .slotholder:after {
  background-color: #2d529f !important;
}
html .slider-container .tp-caption-overlay-secondary {
  background: #2d529f;
}
html .slider-container .tp-caption-overlay-opacity-secondary {
  background: rgba(45, 82, 159, 0.4);
}
html .tp-bullets.bullets-color-secondary .tp-bullet:hover,
html .tp-bullets.bullets-color-secondary .tp-bullet.selected {
  background: #2d529f;
}
html .slide-overlay-tertiary .slotholder:after {
  background-color: #3aabdd !important;
}
html .slider-container .tp-caption-overlay-tertiary {
  background: #3aabdd;
}
html .slider-container .tp-caption-overlay-opacity-tertiary {
  background: rgba(58, 171, 221, 0.4);
}
html .tp-bullets.bullets-color-tertiary .tp-bullet:hover,
html .tp-bullets.bullets-color-tertiary .tp-bullet.selected {
  background: #3aabdd;
}
html .slide-overlay-quaternary .slotholder:after {
  background-color: #242424 !important;
}
html .slider-container .tp-caption-overlay-quaternary {
  background: #242424;
}
html .slider-container .tp-caption-overlay-opacity-quaternary {
  background: rgba(36, 36, 36, 0.4);
}
html .tp-bullets.bullets-color-quaternary .tp-bullet:hover,
html .tp-bullets.bullets-color-quaternary .tp-bullet.selected {
  background: #242424;
}
html .slide-overlay-dark .slotholder:after {
  background-color: #212529 !important;
}
html .slider-container .tp-caption-overlay-dark {
  background: #212529;
}
html .slider-container .tp-caption-overlay-opacity-dark {
  background: rgba(33, 37, 41, 0.4);
}
html .tp-bullets.bullets-color-dark .tp-bullet:hover,
html .tp-bullets.bullets-color-dark .tp-bullet.selected {
  background: #212529;
}
html .slide-overlay-light .slotholder:after {
  background-color: #fff !important;
}
html .slider-container .tp-caption-overlay-light {
  background: #fff;
}
html .slider-container .tp-caption-overlay-opacity-light {
  background: rgba(255, 255, 255, 0.4);
}
html .tp-bullets.bullets-color-light .tp-bullet:hover,
html .tp-bullets.bullets-color-light .tp-bullet.selected {
  background: #fff;
}
html .slide-overlay.slide-overlay-gradient .slotholder:after {
  background-color: #3aabdd !important;
  background-image: linear-gradient(
    to right,
    #3aabdd 0%,
    #242424 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3aabdd',endColorstr='#242424',GradientType=1);
}
.cd-product-viewer-handle .handle {
  background: #008fe2;
}
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
  background-color: #008fe2;
  border-color: #008fe2 #008fe2 #006faf;
  color: #fff;
}
.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover,
.tparrows.tparrows-carousel.tp-leftarrow.hover,
.tparrows.tparrows-carousel.tp-rightarrow.hover {
  background-color: #09a5ff;
  border-color: #16a9ff #16a9ff #008fe2;
  color: #fff;
}
.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow.focus,
.tparrows.tparrows-carousel.tp-rightarrow.focus {
  background-color: #0077bc;
  border-color: #006faf #006faf #004e7c;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 143, 226, 0.5);
}
.tparrows.tparrows-carousel.tp-leftarrow.disabled,
.tparrows.tparrows-carousel.tp-rightarrow.disabled,
.tparrows.tparrows-carousel.tp-leftarrow:disabled,
.tparrows.tparrows-carousel.tp-rightarrow:disabled {
  background-color: #008fe2;
  border-color: #008fe2 #008fe2 #006faf;
}
.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow.active,
.tparrows.tparrows-carousel.tp-rightarrow.active {
  background-color: #0077bc !important;
  background-image: none !important;
  border-color: #006faf #006faf #004e7c !important;
}
.tparrows.arrows-primary:before {
  color: #008fe2;
}
.shop .products .product .onsale {
  background-color: #008fe2;
  border-bottom-color: #0075b9;
}
.shop .cart-totals tr.total .amount {
  color: #008fe2;
}
.shop .products .product .quick-view {
  background: rgba(0, 143, 226, 0.7);
}
.shop .products .product:hover .quick-view:hover {
  background: #008fe2;
}
.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover {
  color: #fff;
  background: #008fe2;
}
.product .product-thumb-info .countdown-offer-wrapper {
  background: #008fe2;
}
#footer .footer-ribbon {
  background: #008fe2;
}
#footer .footer-ribbon:before {
  border-right-color: #005f95;
  border-left-color: #005f95;
}
#footer
  .footer-nav.footer-nav-bottom-line
  nav
  > ul:not(:hover)
  > li
  > a.active {
  color: #008fe2 !important;
}
#footer
  .footer-nav.footer-nav-bottom-line
  nav
  > ul:not(:hover)
  > li
  > a.active:before {
  background: #008fe2 !important;
}
#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
  color: #008fe2 !important;
}
#footer
  .footer-nav.footer-nav-bottom-line
  nav
  > ul:hover
  > li:hover
  > a:before {
  background: #008fe2 !important;
}
.scrollable.colored-slider .scrollable-slider {
  background: #008fe2;
}
.sample-icon-list .sample-icon a:hover {
  background-color: #008fe2;
}
.cursor-inner {
  background-color: #008fe2;
}
.cursor-inner.cursor-inner-plus:before {
  color: #008fe2;
}
.cursor-outer {
  border-color: #008fe2;
}
.cssload-thecube .cssload-cube:before {
  background-color: #008fe2;
}
.cssload-cube-progress {
  border-color: #008fe2;
}
.cssload-cube-progress-inner {
  background-color: #008fe2;
}
.cssload-float-rings-inner.cssload-one {
  border-bottom-color: #008fe2;
}
.cssload-float-rings-inner.cssload-two {
  border-right-color: #008fe2;
}
.cssload-float-rings-inner.cssload-three {
  border-top-color: #008fe2;
}
.cssload-float-bars-loading,
.cssload-float-bars-loading:after,
.cssload-float-bars-loading:before {
  background: #008fe2;
}
.cssload-speeding-wheel {
  border-top-color: #008fe2;
  border-bottom-color: #008fe2;
}
.cssload-zenith {
  box-shadow: 3px 3px 1px #008fe2;
}
.cssload-spinning-square-loading {
  background: #008fe2;
}
.cssload-spinning-square-loading:before {
  background: #2d529f;
}
.cssload-spinning-square-loading:after {
  background: #fff;
}
.cssload-pulse-loader {
  background: #008fe2;
}
.map-rounded-pin {
  background: #008fe2;
}
html.boxed .body {
  border-top-color: #008fe2;
}
@media (min-width: 992px) {
  #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a,
  #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
  #header.flat-menu
    nav.mega-menu
    ul.nav-main
    li.mega-menu-fullwidth
    ul.dropdown-menu,
  #header.flat-menu nav ul.nav-main li a,
  html.boxed #header.flat-menu .header-top {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a,
  .nav-tabs-justified > li > a,
  .navbar {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .tabs .nav.nav-tabs.nav-justified li:first-child a,
  .tabs .nav.nav-tabs.nav-justified li:first-child a:hover,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0;
  }
}
body {
  font-family: "Urbanist", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.btn {
  font-family: "Urbanist", sans-serif;
}
.custom-container-style {
  max-width: 90%;
}
@media (max-width: 575px) {
  .custom-container-style {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
.custom-container-style-2 {
  max-width: 78%;
}
.custom-container-style-3 {
  min-width: 85vw;
}
@media (min-width: 576px) {
  .custom-container-style-3 {
    min-width: 540px;
  }
}
@media (min-width: 768px) {
  .custom-container-style-3 {
    min-width: 720px;
  }
}
@media (min-width: 992px) {
  .custom-container-style-3 {
    min-width: 960px;
  }
}
@media (min-width: 1200px) {
  .custom-container-style-3 {
    min-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .custom-container-style-3 {
    min-width: 1440px;
  }
}
.custom-container-position-1 {
  position: relative;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
}
.custom-bg-grey-1 {
  background: #747473 !important;
}
.custom-margin-top {
  margin-top: 170px;
}
@media (min-width: 768px) {
  .custom-margin-top {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .custom-margin-top {
    margin-top: -80px;
  }
}
.custom-page-wrapper {
  padding-left: 6.4vw;
  padding-right: 6.4vw;
}
.custom-font-secondary {
  font-family: "Urbanist", sans-serif !important;
}
.custom-font-tertiary {
  font-family: "Urbanist", serif !important;
}
.custom-btn-style-1 {
  position: relative;
  border-radius: 0;
  left: 5px;
}
.custom-btn-style-1:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: 1px solid #ccc;
  transition: ease all 300ms;
}
.custom-btn-style-1:hover:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.custom-btn-style-1.custom-btn-style-1-right {
  left: auto;
  right: 5px;
}
.custom-box-shadow-1 {
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);
}
.custom-stroke-text-effect-1 {
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ccc;
  white-space: nowrap;
}
.custom-big-font-size-1 {
  font-size: 147.2px;
  font-size: 9.2rem;
}
.custom-big-font-size-2 {
  font-size: 187.2px;
  font-size: 11.7rem;
}
.custom-big-font-size-3 {
  font-size: 115.2px;
  font-size: 7.2rem;
}
.custom-img-thumbnail-style-1:before {
  border-radius: 0 !important;
}
.custom-ls-1 {
  letter-spacing: 4px;
}
.custom-link-effect-1 {
  position: relative;
  padding-bottom: 4px;
}
.custom-link-effect-1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  border-bottom: 2px solid #ccc;
  transition: ease width 300ms;
}
.custom-link-effect-1:hover:after,
.custom-link-effect-1.active:after {
  width: 100%;
}
@-webkit-keyframes customFadeFlipAnim {
  0% {
    opacity: 0;
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) perspective(600px) rotateX(0);
  }
}
@keyframes customFadeFlipAnim {
  0% {
    opacity: 0;
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) perspective(600px) rotateX(0);
  }
}
.customFadeFlipAnim {
  -webkit-animation-name: customFadeFlipAnim;
  animation-name: customFadeFlipAnim;
}
html.sticky-header-active #header .header-body {
  box-shadow: none;
}
#header .header-nav-main nav > ul > li .dropdown-menu {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  #header .header-nav {
    flex: 0 auto;
  }
  #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a,
  #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
    color: #071E49;
  }
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: #D1B06C !important;
  }
  #header
    .header-nav.header-nav-line
    nav
    > ul:not(:hover)
    li
    > a.active:before {
    background: #D1B06C !important;
  }
  #header .header-nav.header-nav-line nav > ul li:hover > a {
    color: #D1B06C !important;
  }
  #header .header-nav.header-nav-line nav > ul li:hover > a:before {
    background: #D1B06C !important;
  }
  #header
    .header-nav.header-nav-line.header-nav-bottom-line
    nav
    > ul
    > li
    > a:before,
  #header
    .header-nav.header-nav-line.header-nav-bottom-line
    nav
    > ul
    > li:hover
    > a:before {
    transform: none;
  }
  #header .header-nav-main nav > ul > li > a {
    font-size: 14px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    letter-spacing: 1px;
    text-transform: none;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
  }
  #header .header-nav-main nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #ccc;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 0.5rem 0.7rem;
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }
}
@media (max-width: 991px) {
  #header .header-container {
    padding: 0 6.5vw;
  }
  #header.header-transparent .header-nav-main nav {
    padding: 0 6.4vw !important;
  }
  html.sticky-header-active #header.header-transparent .header-nav-main nav {
    padding: 0 6.4vw !important;
  }
}
#header
  .header-nav-features
  .header-nav-features-search-reveal-big-search
  .form-control {
  border-bottom-color: #D1B06C !important;
}
.custom-slider-background {
  display: flex;
  align-items: stretch;
  position: absolute;
  top: 0;
  left: 6.4vw;
  right: 6.4vw;
  bottom: 0;
  transform: translate3d(0, 103px, 0);
  opacity: 0;
  transition: ease box-shadow 300ms;
}
.custom-slider-background .custom-slider-background-image-stage-outer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.custom-slider-background
  .custom-slider-background-image-stage-outer
  .custom-slider-background-image-stage {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100%;
}
.custom-slider-background
  .custom-slider-background-image-stage-outer
  .custom-slider-background-image-stage
  .custom-slider-background-image-item {
  width: 100%;
  height: 100%;
}
.custom-slider-background.show {
  opacity: 1;
}
.custom-slider-background.show
  .custom-slider-background-image-stage-outer
  .custom-slider-background-image-stage {
  transition: ease transform 1s;
}
@media (max-width: 575px) {
  .custom-slider-background .custom-slider-background-image-stage-outer {
    width: 100%;
  }
  .custom-slider-background
    .custom-slider-background-image-stage-outer:nth-child(2) {
    display: none;
  }
}
#slider .owl-nav {
  transition: ease opacity 1s;
}
#slider .owl-nav.hide {
  opacity: 0;
  visibility: hidden;
}
#slider .owl-nav.show {
  opacity: 1;
  visibility: visible;
}
.has-sticky-header-transform .custom-slider-background {
  transform: translate3d(0, 136px, 0);
}
.has-sticky-header-transform + #footer {
  margin-top: -33px !important;
}
.custom-breadcrumb-style-1.breadcrumb > li + li:before {
  content: "\f054";
  font-size: 14.4px;
  font-size: 0.9rem;
  padding-right: 10px;
  padding-left: 5px;
}
.custom-card-style-1 {
  transition: ease background-color 300ms;
}
.custom-card-style-1:hover {
  background-color: #ccc;
}
.custom-card-style-1:hover p {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .custom-dots-position .owl-dots {
    top: calc(50% + 275px) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-dots-position .owl-dots {
    top: calc(50% + 225px) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
.custom-dots-style-1 .owl-dots {
  margin-top: 20px !important;
}
.custom-dots-style-1 .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #ccc;
  width: 12px;
  height: 12px;
}
.custom-dots-style-1 .owl-dots .owl-dot:hover span,
.custom-dots-style-1 .owl-dots .owl-dot.active span {
  background: #ccc;
}
.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot span {
  border-color: #fff;
}
.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover span,
.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active span {
  background: #fff !important;
}
.custom-hide-prev-nav .owl-nav .owl-prev {
  display: none !important;
}
.custom-nav-grey.owl-carousel.nav-style-1 .owl-nav .owl-prev,
.custom-nav-grey.owl-carousel.nav-style-1 .owl-nav .owl-next {
  color: #aaaaaa !important;
}
.custom-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-section .custom-section-left-content,
.custom-section .custom-section-right-content {
  display: none;
}
.custom-section .custom-section-middle-content {
  width: 100%;
  margin: 0 -70px;
  z-index: 1;
}
@media (min-width: 768px) {
  .custom-section .custom-section-left-content,
  .custom-section .custom-section-right-content {
    display: block;
    width: 34vw;
  }
  .custom-section .custom-section-middle-content {
    width: 50vw;
  }
}
@media (min-width: 992px) {
  .custom-section .custom-section-left-content,
  .custom-section .custom-section-right-content {
    width: 34vw;
  }
  .custom-section .custom-section-middle-content {
    width: 40vw;
  }
}
.custom-heading-style-1 {
  position: relative;
  color: #fff;
}
.custom-heading-style-1 .custom-heading-style-1-step {
  position: absolute;
  font-size: 4.5em;
  font-weight: 900;
  font-family: "Urbanist", sans-serif;
  top: 50%;
  left: 0;
  opacity: 0.1;
  transform: translate3d(0, -50%, 0);
  z-index: 0;
}
.custom-heading-style-1 .custom-heading-style-1-text {
  position: relative;
  letter-spacing: 4.5px;
  z-index: 1;
}
.custom-testimonial-quote.testimonial.testimonial-with-quotes
  blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #fff;
}
.custom-page-header-1 {
  padding: 0 6.4vw !important;
}
.custom-page-header-1 .custom-page-header-1-wrapper {
  transform: translate3d(0, 103px, 0);
  transition: ease box-shadow 300ms;
}
.load-more-loader {
  display: none;
}
.custom-nav-filter > li > a {
  color: #212121 !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 4px;
  font-weight: 600;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.custom-nav-filter > li.active > a {
  border-bottom: 1px solid #ccc !important;
}
.custom-nav-filter > li + li {
  margin-left: 15px;
}
.custom-form-style-1 .form-control {
  height: calc(1.8em + 1.85rem + 2px);
  padding: 15.6px 20px;
  padding: 0.975rem 1.25rem;
  background: #f7f7f7;
  border-color: #f7f7f7;
  line-height: 1.5 !important;
}
.custom-form-style-1 .form-control:focus {
  border-color: #ccc;
}
.custom-form-style-1 .form-control::-webkit-input-placeholder {
  color: #a9a9a9;
}
.custom-form-style-1 .form-control::-moz-placeholder {
  color: #a9a9a9;
}
.custom-form-style-1 .form-control:-ms-input-placeholder {
  color: #a9a9a9;
}
.custom-form-style-1 select {
  color: #495057;
}
.custom-form-style-1 select option {
  color: #a9a9a9;
}
.custom-form-style-1 select option[selected] {
  color: #a9a9a9;
}
.custom-form-style-1 textarea.form-control {
  height: auto;
}
#footer p,
#footer li,
#footer span,
#footer a:not(.btn):not(.no-footer-css) {
  color: #999;
}
#footer .footer-copyright p {
  color: #999;
}
::-moz-selection {
  color: #fff;
  background: #2a2a2a;
}
::selection {
  color: #fff;
  background: #2a2a2a;
}
a {
  color: #2a2a2a;
}
a:hover {
  color: #373737;
}
a:focus {
  color: #373737;
}
a:active {
  color: #1d1d1d;
}
html .text-color-primary,
html .text-primary {
  color: #2a2a2a !important;
}
html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
  color: #2a2a2a !important;
}
html .text-color-secondary,
html .text-secondary {
  color: #e36159 !important;
}
html .text-color-hover-secondary:hover,
html .text-hover-secondary:hover {
  color: #e36159 !important;
}
html .text-color-tertiary,
html .text-tertiary {
  color: #2baab1 !important;
}
html .text-color-hover-tertiary:hover,
html .text-hover-tertiary:hover {
  color: #2baab1 !important;
}
html .text-color-quaternary,
html .text-quaternary {
  color: #383f48 !important;
}
html .text-color-hover-quaternary:hover,
html .text-hover-quaternary:hover {
  color: #383f48 !important;
}
html .text-color-dark,
html .text-dark {
  color: #212529 !important;
}
html .text-color-hover-dark:hover,
html .text-hover-dark:hover {
  color: #212529 !important;
}
html .text-color-light,
html .text-light {
  color: #fff !important;
}
html .text-color-hover-light:hover,
html .text-hover-light:hover {
  color: #fff !important;
}
html .svg-fill-color-primary {
  fill: #2a2a2a !important;
}
html .svg-fill-color-primary svg path,
html .svg-fill-color-primary svg rect,
html .svg-fill-color-primary svg line,
html .svg-fill-color-primary svg polyline,
html .svg-fill-color-primary svg polygon {
  fill: #2a2a2a !important;
}
html .svg-stroke-color-primary {
  stroke: #2a2a2a !important;
}
html .svg-stroke-color-primary svg path,
html .svg-stroke-color-primary svg rect,
html .svg-stroke-color-primary svg line,
html .svg-stroke-color-primary svg polyline,
html .svg-stroke-color-primary svg polygon {
  stroke: #2a2a2a !important;
}
html .svg-fill-color-secondary {
  fill: #e36159 !important;
}
html .svg-fill-color-secondary svg path,
html .svg-fill-color-secondary svg rect,
html .svg-fill-color-secondary svg line,
html .svg-fill-color-secondary svg polyline,
html .svg-fill-color-secondary svg polygon {
  fill: #e36159 !important;
}
html .svg-stroke-color-secondary {
  stroke: #e36159 !important;
}
html .svg-stroke-color-secondary svg path,
html .svg-stroke-color-secondary svg rect,
html .svg-stroke-color-secondary svg line,
html .svg-stroke-color-secondary svg polyline,
html .svg-stroke-color-secondary svg polygon {
  stroke: #e36159 !important;
}
html .svg-fill-color-tertiary {
  fill: #2baab1 !important;
}
html .svg-fill-color-tertiary svg path,
html .svg-fill-color-tertiary svg rect,
html .svg-fill-color-tertiary svg line,
html .svg-fill-color-tertiary svg polyline,
html .svg-fill-color-tertiary svg polygon {
  fill: #2baab1 !important;
}
html .svg-stroke-color-tertiary {
  stroke: #2baab1 !important;
}
html .svg-stroke-color-tertiary svg path,
html .svg-stroke-color-tertiary svg rect,
html .svg-stroke-color-tertiary svg line,
html .svg-stroke-color-tertiary svg polyline,
html .svg-stroke-color-tertiary svg polygon {
  stroke: #2baab1 !important;
}
html .svg-fill-color-quaternary {
  fill: #383f48 !important;
}
html .svg-fill-color-quaternary svg path,
html .svg-fill-color-quaternary svg rect,
html .svg-fill-color-quaternary svg line,
html .svg-fill-color-quaternary svg polyline,
html .svg-fill-color-quaternary svg polygon {
  fill: #383f48 !important;
}
html .svg-stroke-color-quaternary {
  stroke: #383f48 !important;
}
html .svg-stroke-color-quaternary svg path,
html .svg-stroke-color-quaternary svg rect,
html .svg-stroke-color-quaternary svg line,
html .svg-stroke-color-quaternary svg polyline,
html .svg-stroke-color-quaternary svg polygon {
  stroke: #383f48 !important;
}
html .svg-fill-color-dark {
  fill: #212529 !important;
}
html .svg-fill-color-dark svg path,
html .svg-fill-color-dark svg rect,
html .svg-fill-color-dark svg line,
html .svg-fill-color-dark svg polyline,
html .svg-fill-color-dark svg polygon {
  fill: #212529 !important;
}
html .svg-stroke-color-dark {
  stroke: #212529 !important;
}
html .svg-stroke-color-dark svg path,
html .svg-stroke-color-dark svg rect,
html .svg-stroke-color-dark svg line,
html .svg-stroke-color-dark svg polyline,
html .svg-stroke-color-dark svg polygon {
  stroke: #212529 !important;
}
html .svg-fill-color-light {
  fill: #fff !important;
}
html .svg-fill-color-light svg path,
html .svg-fill-color-light svg rect,
html .svg-fill-color-light svg line,
html .svg-fill-color-light svg polyline,
html .svg-fill-color-light svg polygon {
  fill: #fff !important;
}
html .svg-stroke-color-light {
  stroke: #fff !important;
}
html .svg-stroke-color-light svg path,
html .svg-stroke-color-light svg rect,
html .svg-stroke-color-light svg line,
html .svg-stroke-color-light svg polyline,
html .svg-stroke-color-light svg polygon {
  stroke: #fff !important;
}
.gradient-text-color {
  color: #2a2a2a;
  background: linear-gradient(to bottom right, #2a2a2a, #e36159);
  background-image: linear-gradient(to right, #2a2a2a, #e36159);
}
html .bg-color-primary,
html .bg-primary {
  background-color: #eff2f2 !important;
}
html .bg-color-hover-primary:hover,
html .bg-hover-primary:hover {
  background-color: #2a2a2a !important;
}
html .bg-color-after-primary:after {
  background-color: #2a2a2a !important;
}
html .bg-color-hover-after-primary:after:hover {
  background-color: #2a2a2a !important;
}
html .bg-color-before-primary:before {
  background-color: #2a2a2a !important;
}
html .bg-color-hover-before-primary:before:hover {
  background-color: #2a2a2a !important;
}
html .bg-color-secondary,
html .bg-secondary {
  background-color: #D1B06C !important;
}
html .bg-color-hover-secondary:hover,
html .bg-hover-secondary:hover {
  background-color: #D1B06C !important;
}
html .bg-color-after-secondary:after {
  background-color: #D1B06C !important;
}
html .bg-color-hover-after-secondary:after:hover {
  background-color: #D1B06C !important;
}
html .bg-color-before-secondary:before {
  background-color: #D1B06C !important;
}
html .bg-color-hover-before-secondary:before:hover {
  background-color: #D1B06C !important;
}

html .bg-color-danger,
html .bg-danger {
  background-color: #e36159 !important;
}
html .bg-color-hover-danger:hover,
html .bg-hover-danger:hover {
  background-color: #e36159 !important;
}
html .bg-color-after-danger:after {
  background-color: #e36159 !important;
}
html .bg-color-hover-after-danger:after:hover {
  background-color: #e36159 !important;
}
html .bg-color-before-danger:before {
  background-color: #e36159 !important;
}
html .bg-color-hover-before-danger:before:hover {
  background-color: #e36159 !important;
}
html .bg-color-tertiary,
html .bg-tertiary {
  background-color: #2baab1 !important;
}
html .bg-color-hover-tertiary:hover,
html .bg-hover-tertiary:hover {
  background-color: #2baab1 !important;
}
html .bg-color-after-tertiary:after {
  background-color: #2baab1 !important;
}
html .bg-color-hover-after-tertiary:after:hover {
  background-color: #2baab1 !important;
}
html .bg-color-before-tertiary:before {
  background-color: #2baab1 !important;
}
html .bg-color-hover-before-tertiary:before:hover {
  background-color: #2baab1 !important;
}
html .bg-color-quaternary,
html .bg-quaternary {
  background-color: #383f48 !important;
}
html .bg-color-hover-quaternary:hover,
html .bg-hover-quaternary:hover {
  background-color: #383f48 !important;
}
html .bg-color-after-quaternary:after {
  background-color: #383f48 !important;
}
html .bg-color-hover-after-quaternary:after:hover {
  background-color: #383f48 !important;
}
html .bg-color-before-quaternary:before {
  background-color: #383f48 !important;
}
html .bg-color-hover-before-quaternary:before:hover {
  background-color: #383f48 !important;
}
html .bg-color-dark,
html .bg-dark {
  background-color: #212529 !important;
}
html .bg-color-hover-dark:hover,
html .bg-hover-dark:hover {
  background-color: #212529 !important;
}
html .bg-color-after-dark:after {
  background-color: #212529 !important;
}
html .bg-color-hover-after-dark:after:hover {
  background-color: #212529 !important;
}
html .bg-color-before-dark:before {
  background-color: #212529 !important;
}
html .bg-color-hover-before-dark:before:hover {
  background-color: #212529 !important;
}
html .bg-color-light,
html .bg-light {
  background-color: #fff !important;
}
html .bg-color-hover-light:hover,
html .bg-hover-light:hover {
  background-color: #fff !important;
}
html .bg-color-after-light:after {
  background-color: #fff !important;
}
html .bg-color-hover-after-light:after:hover {
  background-color: #fff !important;
}
html .bg-color-before-light:before {
  background-color: #fff !important;
}
html .bg-color-hover-before-light:before:hover {
  background-color: #fff !important;
}
.bg-gradient {
  background: linear-gradient(135deg, #2a2a2a 0%, #e36159 80%);
}
@-webkit-keyframes colorTransition {
  0% {
    background-color: #2a2a2a;
  }
  33% {
    background-color: #e36159;
  }
  66% {
    background-color: #2baab1;
  }
  100% {
    background-color: #383f48;
  }
}
@keyframes colorTransition {
  0% {
    background-color: #2a2a2a;
  }
  33% {
    background-color: #e36159;
  }
  66% {
    background-color: #2baab1;
  }
  100% {
    background-color: #383f48;
  }
}
html .border-color-primary {
  border-color: #2a2a2a !important;
}
html .border-color-hover-primary:hover {
  border-color: #2a2a2a !important;
}
html .border-color-secondary {
  border-color: #e36159 !important;
}
html .border-color-hover-secondary:hover {
  border-color: #e36159 !important;
}
html .border-color-tertiary {
  border-color: #2baab1 !important;
}
html .border-color-hover-tertiary:hover {
  border-color: #2baab1 !important;
}
html .border-color-quaternary {
  border-color: #383f48 !important;
}
html .border-color-hover-quaternary:hover {
  border-color: #383f48 !important;
}
html .border-color-dark {
  border-color: #212529 !important;
}
html .border-color-hover-dark:hover {
  border-color: #212529 !important;
}
html .border-color-light {
  border-color: #fff !important;
}
html .border-color-hover-light:hover {
  border-color: #fff !important;
}
.alternative-font {
  color: #2a2a2a;
}
html .box-shadow-1-primary:before {
  box-shadow: 0 30px 90px #2a2a2a !important;
}
html .box-shadow-1-secondary:before {
  box-shadow: 0 30px 90px #e36159 !important;
}
html .box-shadow-1-tertiary:before {
  box-shadow: 0 30px 90px #2baab1 !important;
}
html .box-shadow-1-quaternary:before {
  box-shadow: 0 30px 90px #383f48 !important;
}
html .box-shadow-1-dark:before {
  box-shadow: 0 30px 90px #212529 !important;
}
html .box-shadow-1-light:before {
  box-shadow: 0 30px 90px #fff !important;
}
html .blockquote-primary {
  border-color: #2a2a2a !important;
}
html .blockquote-secondary {
  border-color: #e36159 !important;
}
html .blockquote-tertiary {
  border-color: #2baab1 !important;
}
html .blockquote-quaternary {
  border-color: #383f48 !important;
}
html .blockquote-dark {
  border-color: #212529 !important;
}
html .blockquote-light {
  border-color: #fff !important;
}
p.drop-caps:first-letter {
  color: #2a2a2a;
}
p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #2a2a2a;
}
html .nav-color-primary nav > ul > li > a {
  color: #2a2a2a !important;
}
html
  .nav-color-primary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #2a2a2a !important;
}
html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #2a2a2a !important;
}
html .nav-color-secondary nav > ul > li > a {
  color: #e36159 !important;
}
html
  .nav-color-secondary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #e36159 !important;
}
html
  .nav-color-secondary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  ul {
  border-top-color: #e36159 !important;
}
html .nav-color-tertiary nav > ul > li > a {
  color: #2baab1 !important;
}
html
  .nav-color-tertiary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #2baab1 !important;
}
html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #2baab1 !important;
}
html .nav-color-quaternary nav > ul > li > a {
  color: #383f48 !important;
}
html
  .nav-color-quaternary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #383f48 !important;
}
html
  .nav-color-quaternary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  ul {
  border-top-color: #383f48 !important;
}
html .nav-color-dark nav > ul > li > a {
  color: #212529 !important;
}
html
  .nav-color-dark:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #212529 !important;
}
html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #212529 !important;
}
html .nav-color-light nav > ul > li > a {
  color: #fff !important;
}
html
  .nav-color-light:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #fff !important;
}
html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #fff !important;
}
.nav-pills > li.active > a,
.nav-pills .nav-link.active {
  background-color: #2a2a2a;
}
.nav-pills > li.active > a:hover,
.nav-pills .nav-link.active:hover,
.nav-pills > li.active > a:focus,
.nav-pills .nav-link.active:focus {
  background-color: #2a2a2a;
}
.nav-active-style-1 > li > a:hover,
.nav-active-style-1 > li > a:focus,
.nav-active-style-1 > li > a.active {
  border-bottom-color: #2a2a2a;
}
html .nav-pills-primary a {
  color: #2a2a2a;
}
html .nav-pills-primary a:hover {
  color: #373737;
}
html .nav-pills-primary a:focus {
  color: #373737;
}
html .nav-pills-primary a:active {
  color: #1d1d1d;
}
html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
  background-color: #2a2a2a;
}
html .nav-pills-primary .nav-link.active:hover,
html .nav-pills-primary > li.active > a:hover,
html .nav-pills-primary .nav-link.active:focus,
html .nav-pills-primary > li.active > a:focus {
  background-color: #2a2a2a;
}
html .nav-pills-secondary a {
  color: #e36159;
}
html .nav-pills-secondary a:hover {
  color: #e7766f;
}
html .nav-pills-secondary a:focus {
  color: #e7766f;
}
html .nav-pills-secondary a:active {
  color: #df4c43;
}
html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
  background-color: #e36159;
}
html .nav-pills-secondary .nav-link.active:hover,
html .nav-pills-secondary > li.active > a:hover,
html .nav-pills-secondary .nav-link.active:focus,
html .nav-pills-secondary > li.active > a:focus {
  background-color: #e36159;
}
html .nav-pills-tertiary a {
  color: #2baab1;
}
html .nav-pills-tertiary a:hover {
  color: #30bec6;
}
html .nav-pills-tertiary a:focus {
  color: #30bec6;
}
html .nav-pills-tertiary a:active {
  color: #26969c;
}
html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
  background-color: #2baab1;
}
html .nav-pills-tertiary .nav-link.active:hover,
html .nav-pills-tertiary > li.active > a:hover,
html .nav-pills-tertiary .nav-link.active:focus,
html .nav-pills-tertiary > li.active > a:focus {
  background-color: #2baab1;
}
html .nav-pills-quaternary a {
  color: #383f48;
}
html .nav-pills-quaternary a:hover {
  color: #434c56;
}
html .nav-pills-quaternary a:focus {
  color: #434c56;
}
html .nav-pills-quaternary a:active {
  color: #2d323a;
}
html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary > li.active > a {
  background-color: #383f48;
}
html .nav-pills-quaternary .nav-link.active:hover,
html .nav-pills-quaternary > li.active > a:hover,
html .nav-pills-quaternary .nav-link.active:focus,
html .nav-pills-quaternary > li.active > a:focus {
  background-color: #383f48;
}
html .nav-pills-dark a {
  color: #212529;
}
html .nav-pills-dark a:hover {
  color: #2c3237;
}
html .nav-pills-dark a:focus {
  color: #2c3237;
}
html .nav-pills-dark a:active {
  color: #16181b;
}
html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
  background-color: #212529;
}
html .nav-pills-dark .nav-link.active:hover,
html .nav-pills-dark > li.active > a:hover,
html .nav-pills-dark .nav-link.active:focus,
html .nav-pills-dark > li.active > a:focus {
  background-color: #212529;
}
html .nav-pills-light a {
  color: #fff;
}
html .nav-pills-light a:hover {
  color: #fff;
}
html .nav-pills-light a:focus {
  color: #fff;
}
html .nav-pills-light a:active {
  color: #f2f2f2;
}
html .nav-pills-light .nav-link.active,
html .nav-pills-light > li.active > a {
  background-color: #fff;
}
html .nav-pills-light .nav-link.active:hover,
html .nav-pills-light > li.active > a:hover,
html .nav-pills-light .nav-link.active:focus,
html .nav-pills-light > li.active > a:focus {
  background-color: #fff;
}
.section-scroll-dots-navigation.scroll-dots-navigation-colored
  > ul
  > li
  > a:before {
  background: #2a2a2a;
}
.sort-source-wrapper .nav > li.active > a {
  color: #2a2a2a;
}
.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
  color: #2a2a2a;
}
.sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #2a2a2a;
}
.sort-source.sort-source-style-3 > li.active > a {
  border-bottom-color: #2a2a2a !important;
  color: #2a2a2a !important;
}
html .badge-primary {
  background-color: #2a2a2a;
}
html .badge-secondary {
  background-color: #e36159;
}
html .badge-tertiary {
  background-color: #2baab1;
}
html .badge-quaternary {
  background-color: #383f48;
}
html .badge-dark {
  background-color: #212529;
}
html .badge-light {
  background-color: #fff;
}
html .overlay-color-primary:not(.no-skin):before {
  background-color: #2a2a2a !important;
}
html .overlay-color-secondary:not(.no-skin):before {
  background-color: #e36159 !important;
}
html .overlay-color-tertiary:not(.no-skin):before {
  background-color: #2baab1 !important;
}
html .overlay-color-quaternary:not(.no-skin):before {
  background-color: #383f48 !important;
}
html .overlay-color-dark:not(.no-skin):before {
  background-color: #212529 !important;
}
html .overlay-color-light:not(.no-skin):before {
  background-color: #fff !important;
}
.overlay-gradient:before {
  background-color: #2baab1 !important;
  background-image: linear-gradient(
    to right,
    #2baab1 0%,
    #383f48 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2baab1',endColorstr='#383f48',GradientType=1);
}
.btn-link {
  color: #2a2a2a;
}
.btn-link:hover {
  color: #373737;
}
.btn-link:active {
  color: #1d1d1d;
}
html .btn-primary {
  background-color: #2a2a2a;
  border-color: #2a2a2a #2a2a2a #101010;
  color: #fff;
}
html .btn-primary:hover,
html .btn-primary.hover {
  background-color: #3d3d3d;
  border-color: #444 #444 #2a2a2a;
  color: #fff;
}
html .btn-primary:focus,
html .btn-primary.focus {
  background-color: #171717;
  border-color: #101010 #101010 #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(42, 42, 42, 0.5);
}
html .btn-primary.disabled,
html .btn-primary:disabled {
  background-color: #2a2a2a;
  border-color: #2a2a2a #2a2a2a #101010;
}
html .btn-primary:active,
html .btn-primary.active {
  background-color: #171717 !important;
  background-image: none !important;
  border-color: #101010 #101010 #000000 !important;
}
html .btn-primary-scale-2 {
  background-color: #101010;
  border-color: #101010 #101010 #000;
  color: #fff;
}
html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
  background-color: #242424;
  border-color: #2a2a2a #2a2a2a #101010;
  color: #fff;
}
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
  background-color: #000;
  border-color: #000 #000 #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(16, 16, 16, 0.5);
}
html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
  background-color: #101010;
  border-color: #101010 #101010 #000;
}
html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active {
  background-color: #000000 !important;
  background-image: none !important;
  border-color: #000 #000 #000000 !important;
}
html .show > .btn-primary.dropdown-toggle,
html .show > .btn-primary-scale-2.dropdown-toggle {
  background-color: #171717 !important;
  background-image: none !important;
  border-color: #101010 #101010 #000000 !important;
}
html .btn-secondary {
  background-color: #e36159;
  border-color: #e36159 #e36159 #dc372d;
  color: #fff;
}
html .btn-secondary:hover,
html .btn-secondary.hover {
  background-color: #e9807a;
  border-color: #ea8b85 #ea8b85 #e36159;
  color: #fff;
}
html .btn-secondary:focus,
html .btn-secondary.focus {
  background-color: #dd4238;
  border-color: #dc372d #dc372d #b7281f;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}
html .btn-secondary.disabled,
html .btn-secondary:disabled {
  background-color: #e36159;
  border-color: #e36159 #e36159 #dc372d;
}
html .btn-secondary:active,
html .btn-secondary.active {
  background-color: #dd4238 !important;
  background-image: none !important;
  border-color: #dc372d #dc372d #b7281f !important;
}
html .btn-secondary-scale-2 {
  background-color: #dc372d;
  border-color: #dc372d #dc372d #b7281f;
  color: #fff;
}
html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
  background-color: #e1574e;
  border-color: #e36159 #e36159 #dc372d;
  color: #fff;
}
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
  background-color: #c22a21;
  border-color: #b7281f #b7281f #8b1e18;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(220, 55, 45, 0.5);
}
html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
  background-color: #dc372d;
  border-color: #dc372d #dc372d #b7281f;
}
html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active {
  background-color: #c22a21 !important;
  background-image: none !important;
  border-color: #b7281f #b7281f #8b1e18 !important;
}
html .show > .btn-secondary.dropdown-toggle,
html .show > .btn-secondary-scale-2.dropdown-toggle {
  background-color: #dd4238 !important;
  background-image: none !important;
  border-color: #dc372d #dc372d #b7281f !important;
}
html .btn-tertiary {
  background-color: #2baab1;
  border-color: #2baab1 #2baab1 #218388;
  color: #fff;
}
html .btn-tertiary:hover,
html .btn-tertiary.hover {
  background-color: #34c6ce;
  border-color: #3fc9d0 #3fc9d0 #2baab1;
  color: #fff;
}
html .btn-tertiary:focus,
html .btn-tertiary.focus {
  background-color: #248c92;
  border-color: #218388 #218388 #175b5f;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
}
html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
  background-color: #2baab1;
  border-color: #2baab1 #2baab1 #218388;
}
html .btn-tertiary:active,
html .btn-tertiary.active {
  background-color: #248c92 !important;
  background-image: none !important;
  border-color: #218388 #218388 #175b5f !important;
}
html .btn-tertiary-scale-2 {
  background-color: #218388;
  border-color: #218388 #218388 #175b5f;
  color: #fff;
}
html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
  background-color: #29a0a7;
  border-color: #2baab1 #2baab1 #218388;
  color: #fff;
}
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
  background-color: #1a6569;
  border-color: #175b5f #175b5f #0d3436;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(33, 131, 136, 0.5);
}
html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
  background-color: #218388;
  border-color: #218388 #218388 #175b5f;
}
html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active {
  background-color: #1a6569 !important;
  background-image: none !important;
  border-color: #175b5f #175b5f #0d3436 !important;
}
html .show > .btn-tertiary.dropdown-toggle,
html .show > .btn-tertiary-scale-2.dropdown-toggle {
  background-color: #248c92 !important;
  background-image: none !important;
  border-color: #218388 #218388 #175b5f !important;
}
html .btn-quaternary {
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
  color: #fff;
}
html .btn-quaternary:hover,
html .btn-quaternary.hover {
  background-color: #49525e;
  border-color: #4e5865 #4e5865 #383f48;
  color: #fff;
}
html .btn-quaternary:focus,
html .btn-quaternary.focus {
  background-color: #272c32;
  border-color: #22262b #22262b #0b0d0f;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
}
html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
}
html .btn-quaternary:active,
html .btn-quaternary.active {
  background-color: #272c32 !important;
  background-image: none !important;
  border-color: #22262b #22262b #0b0d0f !important;
}
html .btn-quaternary-scale-2 {
  background-color: #22262b;
  border-color: #22262b #22262b #0b0d0f;
  color: #fff;
}
html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
  background-color: #323941;
  border-color: #383f48 #383f48 #22262b;
  color: #fff;
}
html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
  background-color: #111316;
  border-color: #0b0d0f #0b0d0f #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(34, 38, 43, 0.5);
}
html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
  background-color: #22262b;
  border-color: #22262b #22262b #0b0d0f;
}
html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active {
  background-color: #111316 !important;
  background-image: none !important;
  border-color: #0b0d0f #0b0d0f #000000 !important;
}
html .show > .btn-quaternary.dropdown-toggle,
html .show > .btn-quaternary-scale-2.dropdown-toggle {
  background-color: #272c32 !important;
  background-image: none !important;
  border-color: #22262b #22262b #0b0d0f !important;
}
html .btn-dark {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
  color: #fff;
}
html .btn-dark:hover,
html .btn-dark.hover {
  background-color: #32383e;
  border-color: #383f45 #383f45 #212529;
  color: #fff;
}
html .btn-dark:focus,
html .btn-dark.focus {
  background-color: #101214;
  border-color: #0a0c0d #0a0c0d #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}
html .btn-dark.disabled,
html .btn-dark:disabled {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
}
html .btn-dark:active,
html .btn-dark.active {
  background-color: #101214 !important;
  background-image: none !important;
  border-color: #0a0c0d #0a0c0d #000000 !important;
}
html .btn-dark-scale-2 {
  background-color: #0a0c0d;
  border-color: #0a0c0d #0a0c0d #000;
  color: #fff;
}
html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
  background-color: #1b1f22;
  border-color: #212529 #212529 #0a0c0d;
  color: #fff;
}
html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
  background-color: #000;
  border-color: #000 #000 #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(10, 11, 13, 0.5);
}
html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
  background-color: #0a0c0d;
  border-color: #0a0c0d #0a0c0d #000;
}
html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active {
  background-color: #000000 !important;
  background-image: none !important;
  border-color: #000 #000 #000000 !important;
}
html .show > .btn-dark.dropdown-toggle,
html .show > .btn-dark-scale-2.dropdown-toggle {
  background-color: #101214 !important;
  background-image: none !important;
  border-color: #0a0c0d #0a0c0d #000000 !important;
}
html .btn-light {
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
  color: #777;
}
html .btn-light:hover,
html .btn-light.hover {
  background-color: #fff;
  border-color: #fff #fff #fff;
  color: #777;
}
html .btn-light:focus,
html .btn-light.focus {
  background-color: #ececec;
  border-color: #e6e6e6 #e6e6e6 #ccc;
  color: #777;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
html .btn-light.disabled,
html .btn-light:disabled {
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
}
html .btn-light:active,
html .btn-light.active {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}
html .btn-light-scale-2 {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #ccc;
  color: #777;
}
html .btn-light-scale-2:hover,
html .btn-light-scale-2.hover {
  background-color: #f9f9f9;
  border-color: #fff #fff #e6e6e6;
  color: #777;
}
html .btn-light-scale-2:focus,
html .btn-light-scale-2.focus {
  background-color: #d2d2d2;
  border-color: #ccc #ccc #b3b3b3;
  color: #777;
  box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
}
html .btn-light-scale-2.disabled,
html .btn-light-scale-2:disabled {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #ccc;
}
html .btn-light-scale-2:active,
html .btn-light-scale-2.active {
  background-color: #d2d2d2 !important;
  background-image: none !important;
  border-color: #ccc #ccc #b3b3b3 !important;
}
html .show > .btn-light.dropdown-toggle,
html .show > .btn-light-scale-2.dropdown-toggle {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}
html .btn-outline.btn-primary {
  color: #2a2a2a;
  background-color: transparent;
  background-image: none;
  border-color: #2a2a2a;
}
html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(42, 42, 42, 0.5);
}
html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
  color: #2a2a2a;
  background-color: transparent;
}
html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active {
  color: #fff !important;
  background-color: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
html .show > .btn-outline.btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
html .btn-outline.btn-secondary {
  color: #e36159;
  background-color: transparent;
  background-image: none;
  border-color: #e36159;
}
html .btn-outline.btn-secondary:hover,
html .btn-outline.btn-secondary.hover {
  color: #fff;
  background-color: #e36159;
  border-color: #e36159;
}
html .btn-outline.btn-secondary:focus,
html .btn-outline.btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}
html .btn-outline.btn-secondary.disabled,
html .btn-outline.btn-secondary:disabled {
  color: #e36159;
  background-color: transparent;
}
html .btn-outline.btn-secondary:active,
html .btn-outline.btn-secondary.active {
  color: #fff !important;
  background-color: #e36159 !important;
  border-color: #e36159 !important;
}
html .show > .btn-outline.btn-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #e36159 !important;
  border-color: #e36159 !important;
}
html .btn-outline.btn-tertiary {
  color: #2baab1;
  background-color: transparent;
  background-image: none;
  border-color: #2baab1;
}
html .btn-outline.btn-tertiary:hover,
html .btn-outline.btn-tertiary.hover {
  color: #fff;
  background-color: #2baab1;
  border-color: #2baab1;
}
html .btn-outline.btn-tertiary:focus,
html .btn-outline.btn-tertiary.focus {
  box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
}
html .btn-outline.btn-tertiary.disabled,
html .btn-outline.btn-tertiary:disabled {
  color: #2baab1;
  background-color: transparent;
}
html .btn-outline.btn-tertiary:active,
html .btn-outline.btn-tertiary.active {
  color: #fff !important;
  background-color: #2baab1 !important;
  border-color: #2baab1 !important;
}
html .show > .btn-outline.btn-tertiary.dropdown-toggle {
  color: #fff !important;
  background-color: #2baab1 !important;
  border-color: #2baab1 !important;
}
html .btn-outline.btn-quaternary {
  color: #383f48;
  background-color: transparent;
  background-image: none;
  border-color: #383f48;
}
html .btn-outline.btn-quaternary:hover,
html .btn-outline.btn-quaternary.hover {
  color: #fff;
  background-color: #383f48;
  border-color: #383f48;
}
html .btn-outline.btn-quaternary:focus,
html .btn-outline.btn-quaternary.focus {
  box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
}
html .btn-outline.btn-quaternary.disabled,
html .btn-outline.btn-quaternary:disabled {
  color: #383f48;
  background-color: transparent;
}
html .btn-outline.btn-quaternary:active,
html .btn-outline.btn-quaternary.active {
  color: #fff !important;
  background-color: #383f48 !important;
  border-color: #383f48 !important;
}
html .show > .btn-outline.btn-quaternary.dropdown-toggle {
  color: #fff !important;
  background-color: #383f48 !important;
  border-color: #383f48 !important;
}
html .btn-outline.btn-dark {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}
html .btn-outline.btn-dark:hover,
html .btn-outline.btn-dark.hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
html .btn-outline.btn-dark:focus,
html .btn-outline.btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}
html .btn-outline.btn-dark.disabled,
html .btn-outline.btn-dark:disabled {
  color: #212529;
  background-color: transparent;
}
html .btn-outline.btn-dark:active,
html .btn-outline.btn-dark.active {
  color: #fff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}
html .show > .btn-outline.btn-dark.dropdown-toggle {
  color: #fff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}
html .btn-outline.btn-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
html .btn-outline.btn-light:hover,
html .btn-outline.btn-light.hover {
  color: #777;
  background-color: #fff;
  border-color: #fff;
}
html .btn-outline.btn-light:focus,
html .btn-outline.btn-light.focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
html .btn-outline.btn-light.disabled,
html .btn-outline.btn-light:disabled {
  color: #fff;
  background-color: transparent;
}
html .btn-outline.btn-light:active,
html .btn-outline.btn-light.active {
  color: #777 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
html .show > .btn-outline.btn-light.dropdown-toggle {
  color: #777 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
html .btn-with-arrow.btn-primary {
  background-color: transparent;
  border-color: transparent;
  color: #2a2a2a;
}
html .btn-with-arrow.btn-primary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #2a2a2a !important;
}
html .btn-with-arrow.btn-primary span {
  background-color: #2a2a2a;
  box-shadow: 2px 3px 18px -3px #2a2a2a;
}
html .btn-with-arrow.btn-primary.btn-outline {
  border-color: #2a2a2a !important;
}
html .btn-with-arrow.btn-primary.btn-outline:hover span {
  background-color: #373737 !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #e36159;
}
html .btn-with-arrow.btn-secondary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #e36159 !important;
}
html .btn-with-arrow.btn-secondary span {
  background-color: #e36159;
  box-shadow: 2px 3px 18px -3px #e36159;
}
html .btn-with-arrow.btn-secondary.btn-outline {
  border-color: #e36159 !important;
}
html .btn-with-arrow.btn-secondary.btn-outline:hover span {
  background-color: #e7766f !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-tertiary {
  background-color: transparent;
  border-color: transparent;
  color: #2baab1;
}
html .btn-with-arrow.btn-tertiary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #2baab1 !important;
}
html .btn-with-arrow.btn-tertiary span {
  background-color: #2baab1;
  box-shadow: 2px 3px 18px -3px #2baab1;
}
html .btn-with-arrow.btn-tertiary.btn-outline {
  border-color: #2baab1 !important;
}
html .btn-with-arrow.btn-tertiary.btn-outline:hover span {
  background-color: #30bec6 !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-quaternary {
  background-color: transparent;
  border-color: transparent;
  color: #383f48;
}
html .btn-with-arrow.btn-quaternary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #383f48 !important;
}
html .btn-with-arrow.btn-quaternary span {
  background-color: #383f48;
  box-shadow: 2px 3px 18px -3px #383f48;
}
html .btn-with-arrow.btn-quaternary.btn-outline {
  border-color: #383f48 !important;
}
html .btn-with-arrow.btn-quaternary.btn-outline:hover span {
  background-color: #434c56 !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-dark {
  background-color: transparent;
  border-color: transparent;
  color: #212529;
}
html .btn-with-arrow.btn-dark:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #212529 !important;
}
html .btn-with-arrow.btn-dark span {
  background-color: #212529;
  box-shadow: 2px 3px 18px -3px #212529;
}
html .btn-with-arrow.btn-dark.btn-outline {
  border-color: #212529 !important;
}
html .btn-with-arrow.btn-dark.btn-outline:hover span {
  background-color: #2c3237 !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-light {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
html .btn-with-arrow.btn-light:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fff !important;
}
html .btn-with-arrow.btn-light span {
  background-color: #fff;
  box-shadow: 2px 3px 18px -3px #fff;
}
html .btn-with-arrow.btn-light.btn-outline {
  border-color: #fff !important;
}
html .btn-with-arrow.btn-light.btn-outline:hover span {
  background-color: #ffffff !important;
  box-shadow: none;
}
.btn-gradient:not(.btn-outline) {
  background: linear-gradient(135deg, #2a2a2a 0%, #e36159 80%);
  color: #fff;
}
.btn-gradient:not(.btn-outline):hover,
.btn-gradient:not(.btn-outline).hover {
  background: linear-gradient(135deg, #3d3d3d 0%, #e9807a 80%);
  color: #fff;
}
.btn-gradient:not(.btn-outline):focus,
.btn-gradient:not(.btn-outline).focus {
  box-shadow: 0 0 0 3px rgba(42, 42, 42, 0.5);
}
.btn-gradient:not(.btn-outline).disabled,
.btn-gradient:not(.btn-outline):disabled {
  background: linear-gradient(135deg, #2a2a2a 0%, #e36159 80%);
}
.btn-gradient:not(.btn-outline):active,
.btn-gradient:not(.btn-outline).active {
  background: linear-gradient(135deg, #171717 0%, #dd4238 80%) !important;
  color: #fff !important;
}
.btn-gradient.btn-outline {
  -o-border-image: linear-gradient(135deg, #2a2a2a 0%, #e36159 80%);
  border-image: linear-gradient(135deg, #2a2a2a 0%, #e36159 80%);
  color: #2a2a2a;
}
.btn-gradient.btn-outline:hover,
.btn-gradient.btn-outline.hover {
  -o-border-image: linear-gradient(135deg, #3d3d3d 0%, #e9807a 80%);
  border-image: linear-gradient(135deg, #3d3d3d 0%, #e9807a 80%);
  color: #3d3d3d;
}
.btn-gradient.btn-outline:focus,
.btn-gradient.btn-outline.focus {
  box-shadow: 0 0 0 3px rgba(42, 42, 42, 0.5);
}
.btn-gradient.btn-outline.disabled,
.btn-gradient.btn-outline:disabled {
  -o-border-image: linear-gradient(135deg, #2a2a2a 0%, #e36159 80%);
  border-image: linear-gradient(135deg, #2a2a2a 0%, #e36159 80%);
}
.btn-gradient.btn-outline:active,
.btn-gradient.btn-outline.active {
  -o-border-image: linear-gradient(135deg, #171717 0%, #dd4238 80%);
  border-image: linear-gradient(135deg, #171717 0%, #dd4238 80%);
  color: #171717;
}
.btn-gradient-primary:not(.btn-outline) {
  background: linear-gradient(135deg, #343434 0%, #252525 80%);
  color: #fff;
}
.btn-gradient-primary:not(.btn-outline):hover,
.btn-gradient-primary:not(.btn-outline).hover {
  background: linear-gradient(135deg, #323232 0%, #3d3d3d 80%);
  color: #fff;
}
.btn-gradient-primary:not(.btn-outline):focus,
.btn-gradient-primary:not(.btn-outline).focus {
  box-shadow: 0 0 0 3px rgba(42, 42, 42, 0.5);
}
.btn-gradient-primary:not(.btn-outline).disabled,
.btn-gradient-primary:not(.btn-outline):disabled {
  background: linear-gradient(135deg, #343434 80%, #252525 0%);
}
.btn-gradient-primary:not(.btn-outline):active,
.btn-gradient-primary:not(.btn-outline).active {
  background: linear-gradient(135deg, #323232 0%, #3d3d3d 80%) !important;
  color: #fff !important;
}
.btn-gradient-primary.btn-outline {
  -o-border-image: linear-gradient(135deg, #2a2a2a 0%, #3e3e3e 80%);
  border-image: linear-gradient(135deg, #2a2a2a 0%, #3e3e3e 80%);
  color: #2a2a2a;
}
.btn-gradient-primary.btn-outline:hover,
.btn-gradient-primary.btn-outline.hover {
  -o-border-image: linear-gradient(135deg, #3d3d3d 0%, #3d3d3d 80%);
  border-image: linear-gradient(135deg, #3d3d3d 0%, #3d3d3d 80%);
  color: #3d3d3d;
}
.btn-gradient-primary.btn-outline:focus,
.btn-gradient-primary.btn-outline.focus {
  box-shadow: 0 0 0 3px rgba(42, 42, 42, 0.5);
}
.btn-gradient-primary.btn-outline.disabled,
.btn-gradient-primary.btn-outline:disabled {
  -o-border-image: linear-gradient(135deg, #2a2a2a 0%, #3e3e3e 80%);
  border-image: linear-gradient(135deg, #2a2a2a 0%, #3e3e3e 80%);
}
.btn-gradient-primary.btn-outline:active,
.btn-gradient-primary.btn-outline.active {
  -o-border-image: linear-gradient(135deg, #3d3d3d 0%, #3d3d3d 80%);
  border-image: linear-gradient(135deg, #3d3d3d 0%, #3d3d3d 80%);
  color: #3d3d3d;
}
.pagination > a,
.pagination > a:hover,
.pagination > a:focus,
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a2a2a;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
  background-color: #2a2a2a !important;
  border-color: #2a2a2a;
}
body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
  color: #2a2a2a;
}
body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.pagination > .active > a,
body.dark .pagination > .active > a {
  background-color: #2a2a2a;
  border-color: #2a2a2a #2a2a2a #101010;
  color: #fff;
}
.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
  background-color: #3d3d3d;
  border-color: #444 #444 #2a2a2a;
  color: #fff;
}
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
  background-color: #171717;
  border-color: #101010 #101010 #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(42, 42, 42, 0.5);
}
.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
  background-color: #2a2a2a;
  border-color: #2a2a2a #2a2a2a #101010;
}
.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active {
  background-color: #171717 !important;
  background-image: none !important;
  border-color: #101010 #101010 #000000 !important;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2a2a2a;
}
.custom-checkbox-switch:checked {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
html .alert-primary {
  background-color: #2a2a2a;
  border-color: #222;
  color: #fff;
}
html .alert-primary .alert-link {
  color: #fff;
}
html .alert-secondary {
  background-color: #e36159;
  border-color: #e1554c;
  color: #fff;
}
html .alert-secondary .alert-link {
  color: #fff;
}
html .alert-tertiary {
  background-color: #2baab1;
  border-color: #289ea5;
  color: #fff;
}
html .alert-tertiary .alert-link {
  color: #fff;
}
html .alert-quaternary {
  background-color: #383f48;
  border-color: #31373f;
  color: #fff;
}
html .alert-quaternary .alert-link {
  color: #fff;
}
html .alert-dark {
  background-color: #212529;
  border-color: #1a1d21;
  color: #fff;
}
html .alert-dark .alert-link {
  color: #fff;
}
html .alert-light {
  background-color: #fff;
  border-color: #f7f7f7;
  color: #777;
}
html .alert-light .alert-link {
  color: #777;
}
html .progress-bar-primary {
  background-color: #2a2a2a;
}
html .progress-bar-secondary {
  background-color: #e36159;
}
html .progress-bar-tertiary {
  background-color: #2baab1;
}
html .progress-bar-quaternary {
  background-color: #383f48;
}
html .progress-bar-dark {
  background-color: #212529;
}
html .progress-bar-light {
  background-color: #fff;
}
html .word-rotator.loading-bar-primary .word-rotator-words::after {
  background-color: #2a2a2a;
}
html .word-rotator.loading-bar-secondary .word-rotator-words::after {
  background-color: #e36159;
}
html .word-rotator.loading-bar-tertiary .word-rotator-words::after {
  background-color: #2baab1;
}
html .word-rotator.loading-bar-quaternary .word-rotator-words::after {
  background-color: #383f48;
}
html .word-rotator.loading-bar-dark .word-rotator-words::after {
  background-color: #212529;
}
html .word-rotator.loading-bar-light .word-rotator-words::after {
  background-color: #fff;
}
.process .process-step-circle {
  border-color: #2a2a2a;
}
.process .process-step:hover .process-step-circle {
  background-color: #2a2a2a;
}
.process .process-step:hover .process-step-circle .process-step-circle-content {
  color: #fff !important;
}
.process.process-shapes .process-step-circle .process-step-circle-content,
.process.process-shapes .process-step-circle:before,
.process.process-shapes .process-step-circle:after {
  background-color: #2a2a2a;
}
.process-connecting-line .connecting-line {
  background: #2a2a2a;
}
html .rating-primary .filled-stars {
  color: #2a2a2a;
}
html .rating-secondary .filled-stars {
  color: #e36159;
}
html .rating-tertiary .filled-stars {
  color: #2baab1;
}
html .rating-quaternary .filled-stars {
  color: #383f48;
}
html .rating-dark .filled-stars {
  color: #212529;
}
html .rating-light .filled-stars {
  color: #fff;
}
html section.section-primary {
  background-color: #2a2a2a !important;
  border-color: #1d1d1d !important;
}
html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
  color: #fff;
}
html section.section-primary p {
  color: #e6e6e6;
}
html section.section-primary-scale-2 {
  background-color: #101010 !important;
  border-color: #040404 !important;
}
html
  section.section-primary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #101010;
}
html section.section-secondary {
  background-color: #e36159 !important;
  border-color: #df4c43 !important;
}
html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
  color: #fff;
}
html section.section-secondary p {
  color: #e6e6e6;
}
html section.section-secondary-scale-2 {
  background-color: #dc372d !important;
  border-color: #cd2c23 !important;
}
html
  section.section-secondary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #dc372d;
}
html section.section-tertiary {
  background-color: #2baab1 !important;
  border-color: #26969c !important;
}
html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
  color: #fff;
}
html section.section-tertiary p {
  color: #e6e6e6;
}
html section.section-tertiary-scale-2 {
  background-color: #218388 !important;
  border-color: #1c6f73 !important;
}
html
  section.section-tertiary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #218388;
}
html section.section-quaternary {
  background-color: #383f48 !important;
  border-color: #2d323a !important;
}
html section.section-quaternary h1,
html section.section-quaternary h2,
html section.section-quaternary h3,
html section.section-quaternary h4,
html section.section-quaternary h5,
html section.section-quaternary h6 {
  color: #fff;
}
html section.section-quaternary p {
  color: #e6e6e6;
}
html section.section-quaternary-scale-2 {
  background-color: #22262b !important;
  border-color: #17191d !important;
}
html
  section.section-quaternary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #22262b;
}
html section.section-dark {
  background-color: #212529 !important;
  border-color: #16181b !important;
}
html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
  color: #fff;
}
html section.section-dark p {
  color: #e6e6e6;
}
html section.section-dark-scale-2 {
  background-color: #0a0c0d !important;
  border-color: #000000 !important;
}
html
  section.section-dark-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #0a0c0d;
}
html section.section-light {
  background-color: #fff !important;
  border-color: #f2f2f2 !important;
}
html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
  color: #777;
}
html section.section-light p {
  color: #5e5e5e;
}
html section.section-light-scale-2 {
  background-color: #e6e6e6 !important;
  border-color: #d9d9d9 !important;
}
html
  section.section-light-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #e6e6e6;
}
section.section.section-background-half-primary-half-secondary {
  background: linear-gradient(to right, #2a2a2a 50%, #e36159 50%);
}
section.section.section-overlay-opacity-gradient:before {
  background: linear-gradient(135deg, #2a2a2a 0%, #e36159 80%);
}
html .bg-color-light-scale-1 {
  background-color: #f7f7f7 !important;
}
html .section.bg-color-light-scale-1,
html .bg-color-light-scale-border-top-1 {
  border-top-color: #efefef !important;
}
html .bg-color-light-scale-2 {
  background-color: #e8e8e8 !important;
}
html .section.bg-color-light-scale-2,
html .bg-color-light-scale-border-top-2 {
  border-top-color: #e0e0e0 !important;
}
html .bg-color-light-scale-3 {
  background-color: #e0e0e0 !important;
}
html .section.bg-color-light-scale-3,
html .bg-color-light-scale-border-top-3 {
  border-top-color: #d8d8d8 !important;
}
html .bg-color-light-scale-4 {
  background-color: #d8d8d8 !important;
}
html .section.bg-color-light-scale-4,
html .bg-color-light-scale-border-top-4 {
  border-top-color: #d1d1d1 !important;
}
html .bg-color-light-scale-5 {
  background-color: #d1d1d1 !important;
}
html .section.bg-color-light-scale-5,
html .bg-color-light-scale-border-top-5 {
  border-top-color: #c9c9c9 !important;
}
html .bg-color-light-scale-6 {
  background-color: #c9c9c9 !important;
}
html .section.bg-color-light-scale-6,
html .bg-color-light-scale-border-top-6 {
  border-top-color: #c1c1c1 !important;
}
html .bg-color-light-scale-7 {
  background-color: #c1c1c1 !important;
}
html .section.bg-color-light-scale-7,
html .bg-color-light-scale-border-top-7 {
  border-top-color: #bababa !important;
}
html .bg-color-light-scale-8 {
  background-color: #bababa !important;
}
html .section.bg-color-light-scale-8,
html .bg-color-light-scale-border-top-8 {
  border-top-color: #b2b2b2 !important;
}
html .bg-color-light-scale-9 {
  background-color: #b2b2b2 !important;
}
html .section.bg-color-light-scale-9,
html .bg-color-light-scale-border-top-9 {
  border-top-color: #ababab !important;
}
html .bg-color-dark-scale-1 {
  background-color: #212529 !important;
}
html .section.bg-color-dark-scale-1,
html .bg-color-dark-scale-border-top-1 {
  border-top-color: #1a1d21 !important;
}
html .bg-color-dark-scale-2 {
  background-color: #1c2023 !important;
}
html .section.bg-color-dark-scale-2,
html .bg-color-dark-scale-border-top-2 {
  border-top-color: #16181b !important;
}
html .bg-color-dark-scale-3 {
  background-color: #181b1e !important;
}
html .section.bg-color-dark-scale-3,
html .bg-color-dark-scale-border-top-3 {
  border-top-color: #111315 !important;
}
html .bg-color-dark-scale-4 {
  background-color: #131618 !important;
}
html .section.bg-color-dark-scale-4,
html .bg-color-dark-scale-border-top-4 {
  border-top-color: #0d0e10 !important;
}
html .bg-color-dark-scale-5 {
  background-color: #0f1112 !important;
}
html .section.bg-color-dark-scale-5,
html .bg-color-dark-scale-border-top-5 {
  border-top-color: #08090a !important;
}
html .bg-color-dark-scale-6 {
  background-color: #0a0c0d !important;
}
html .section.bg-color-dark-scale-6,
html .bg-color-dark-scale-border-top-6 {
  border-top-color: #030404 !important;
}
html .bg-color-dark-scale-7 {
  background-color: #060607 !important;
}
html .section.bg-color-dark-scale-7,
html .bg-color-dark-scale-border-top-7 {
  border-top-color: #000000 !important;
}
html .bg-color-dark-scale-8 {
  background-color: #010101 !important;
}
html .section.bg-color-dark-scale-8,
html .bg-color-dark-scale-border-top-8 {
  border-top-color: #000000 !important;
}
html .bg-color-dark-scale-9 {
  background-color: #000000 !important;
}
html .section.bg-color-dark-scale-9,
html .bg-color-dark-scale-border-top-9 {
  border-top-color: #000000 !important;
}
section.page-header .page-header-title-border {
  background-color: #2a2a2a !important;
}
section.page-header.custom-product {
  background-color: #1d1d1d;
  border-top-color: #252525;
}
html .page-header-color.page-header-primary {
  background-color: #2a2a2a;
  border-bottom-color: #2a2a2a;
  color: #fff;
}
html .page-header-color.page-header-primary h1 {
  color: #fff;
}
html .page-header-color.page-header-primary h1 span {
  color: #fff;
}
html .page-header-color.page-header-primary a {
  color: #fff;
}
html .page-header-color.page-header-primary .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-secondary {
  background-color: #e36159;
  border-bottom-color: #e36159;
  color: #fff;
}
html .page-header-color.page-header-secondary h1 {
  color: #fff;
}
html .page-header-color.page-header-secondary h1 span {
  color: #fff;
}
html .page-header-color.page-header-secondary a {
  color: #fff;
}
html .page-header-color.page-header-secondary .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-tertiary {
  background-color: #2baab1;
  border-bottom-color: #2baab1;
  color: #fff;
}
html .page-header-color.page-header-tertiary h1 {
  color: #fff;
}
html .page-header-color.page-header-tertiary h1 span {
  color: #fff;
}
html .page-header-color.page-header-tertiary a {
  color: #fff;
}
html .page-header-color.page-header-tertiary .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-quaternary {
  background-color: #383f48;
  border-bottom-color: #383f48;
  color: #fff;
}
html .page-header-color.page-header-quaternary h1 {
  color: #fff;
}
html .page-header-color.page-header-quaternary h1 span {
  color: #fff;
}
html .page-header-color.page-header-quaternary a {
  color: #fff;
}
html .page-header-color.page-header-quaternary .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-dark {
  background-color: #212529;
  border-bottom-color: #212529;
  color: #fff;
}
html .page-header-color.page-header-dark h1 {
  color: #fff;
}
html .page-header-color.page-header-dark h1 span {
  color: #fff;
}
html .page-header-color.page-header-dark a {
  color: #fff;
}
html .page-header-color.page-header-dark .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-light {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #777;
}
html .page-header-color.page-header-light h1 {
  color: #777;
}
html .page-header-color.page-header-light h1 span {
  color: #777;
}
html .page-header-color.page-header-light a {
  color: #777;
}
html .page-header-color.page-header-light .breadcrumb > .active {
  color: #777;
}
html .toggle-primary .toggle label,
html .toggle-primary .toggle .toggle-title {
  color: #2a2a2a;
  border-left-color: #2a2a2a;
  border-right-color: #2a2a2a;
}
html .toggle-primary .toggle.active > label,
html .toggle-primary .toggle.active > .toggle-title {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
html .toggle-primary.toggle-simple .toggle > label:after,
html .toggle-primary.toggle-simple .toggle > .toggle-title:after {
  background-color: #2a2a2a;
}
html .toggle-primary.toggle-minimal .toggle.active > label,
html .toggle-primary.toggle-minimal .toggle.active > .toggle-title {
  color: #2a2a2a;
}
html .toggle-secondary .toggle label,
html .toggle-secondary .toggle .toggle-title {
  color: #e36159;
  border-left-color: #e36159;
  border-right-color: #e36159;
}
html .toggle-secondary .toggle.active > label,
html .toggle-secondary .toggle.active > .toggle-title {
  background-color: #e36159;
  border-color: #e36159;
  color: #fff;
}
html .toggle-secondary.toggle-simple .toggle > label:after,
html .toggle-secondary.toggle-simple .toggle > .toggle-title:after {
  background-color: #e36159;
}
html .toggle-secondary.toggle-minimal .toggle.active > label,
html .toggle-secondary.toggle-minimal .toggle.active > .toggle-title {
  color: #e36159;
}
html .toggle-tertiary .toggle label,
html .toggle-tertiary .toggle .toggle-title {
  color: #2baab1;
  border-left-color: #2baab1;
  border-right-color: #2baab1;
}
html .toggle-tertiary .toggle.active > label,
html .toggle-tertiary .toggle.active > .toggle-title {
  background-color: #2baab1;
  border-color: #2baab1;
  color: #fff;
}
html .toggle-tertiary.toggle-simple .toggle > label:after,
html .toggle-tertiary.toggle-simple .toggle > .toggle-title:after {
  background-color: #2baab1;
}
html .toggle-tertiary.toggle-minimal .toggle.active > label,
html .toggle-tertiary.toggle-minimal .toggle.active > .toggle-title {
  color: #2baab1;
}
html .toggle-quaternary .toggle label,
html .toggle-quaternary .toggle .toggle-title {
  color: #383f48;
  border-left-color: #383f48;
  border-right-color: #383f48;
}
html .toggle-quaternary .toggle.active > label,
html .toggle-quaternary .toggle.active > .toggle-title {
  background-color: #383f48;
  border-color: #383f48;
  color: #fff;
}
html .toggle-quaternary.toggle-simple .toggle > label:after,
html .toggle-quaternary.toggle-simple .toggle > .toggle-title:after {
  background-color: #383f48;
}
html .toggle-quaternary.toggle-minimal .toggle.active > label,
html .toggle-quaternary.toggle-minimal .toggle.active > .toggle-title {
  color: #383f48;
}
html .toggle-dark .toggle label,
html .toggle-dark .toggle .toggle-title {
  color: #212529;
  border-left-color: #212529;
  border-right-color: #212529;
}
html .toggle-dark .toggle.active > label,
html .toggle-dark .toggle.active > .toggle-title {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
html .toggle-dark.toggle-simple .toggle > label:after,
html .toggle-dark.toggle-simple .toggle > .toggle-title:after {
  background-color: #212529;
}
html .toggle-dark.toggle-minimal .toggle.active > label,
html .toggle-dark.toggle-minimal .toggle.active > .toggle-title {
  color: #212529;
}
html .toggle-light .toggle label,
html .toggle-light .toggle .toggle-title {
  color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
}
html .toggle-light .toggle.active > label,
html .toggle-light .toggle.active > .toggle-title {
  background-color: #fff;
  border-color: #fff;
  color: #777;
}
html .toggle-light.toggle-simple .toggle > label:after,
html .toggle-light.toggle-simple .toggle > .toggle-title:after {
  background-color: #fff;
}
html .toggle-light.toggle-minimal .toggle.active > label,
html .toggle-light.toggle-minimal .toggle.active > .toggle-title {
  color: #fff;
}
.thumb-info .thumb-info-type,
.thumb-info .thumb-info-action-icon,
.thumb-info-social-icons a,
.thumbnail .zoom,
.img-thumbnail .zoom,
.thumb-info-ribbon {
  background-color: #2a2a2a;
}
html .thumb-info .thumb-info-action-icon-primary {
  background-color: #2a2a2a;
}
html .thumb-info .thumb-info-action-icon-primary i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-secondary {
  background-color: #e36159;
}
html .thumb-info .thumb-info-action-icon-secondary i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-tertiary {
  background-color: #2baab1;
}
html .thumb-info .thumb-info-action-icon-tertiary i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-quaternary {
  background-color: #383f48;
}
html .thumb-info .thumb-info-action-icon-quaternary i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-dark {
  background-color: #212529;
}
html .thumb-info .thumb-info-action-icon-dark i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-light {
  background-color: #fff;
}
html .thumb-info .thumb-info-action-icon-light i {
  color: #777;
}
.thumb-info-ribbon:before {
  border-right-color: #040404;
  border-left-color: #040404;
}
.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
  background: rgba(42, 42, 42, 0.9);
}
.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
  background-color: #2a2a2a;
}
.inverted {
  background-color: #2a2a2a;
}
html .inverted-primary {
  background-color: #2a2a2a;
}
html .inverted-secondary {
  background-color: #e36159;
}
html .inverted-tertiary {
  background-color: #2baab1;
}
html .inverted-quaternary {
  background-color: #383f48;
}
html .inverted-dark {
  background-color: #212529;
}
html .inverted-light {
  background-color: #fff;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #1b1b1b;
}
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
  color: #2a2a2a;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"] {
  background-color: #2a2a2a;
  border-color: #2a2a2a #2a2a2a #101010;
  color: #fff;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"]:hover,
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"].hover {
  background-color: #3d3d3d;
  border-color: #444 #444 #2a2a2a;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"]:active,
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"].active {
  background-color: #171717;
  background-image: none;
  border-color: #101010 #101010 #000;
}
.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title):not(
    .nav-arrows-1
  )
  .owl-nav
  button[class*="owl-"] {
  background-color: rgba(42, 42, 42, 0.4);
}
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
  color: #2a2a2a !important;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
  border-color: #2a2a2a;
}
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon,
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg polygon {
  fill: #2a2a2a;
  stroke: #2a2a2a;
}
.owl-carousel.nav-arrows-1 .owl-nav .owl-prev,
.owl-carousel.nav-arrows-1 .owl-nav .owl-next {
  color: #2a2a2a;
}
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
  background: #2a2a2a;
}
html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
  color: #2a2a2a;
}
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link,
html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
  border-top-color: #2a2a2a;
}
html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
  border-bottom-color: #2a2a2a;
}
html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html.dark
  body
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus,
html.dark
  body
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:focus {
  border-left-color: #2a2a2a;
}
html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html.dark
  body
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus,
html.dark
  body
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:focus {
  border-right-color: #2a2a2a;
}
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
  border-top-color: #2a2a2a;
  color: #2a2a2a;
}
html body .tabs-primary .nav-tabs li .nav-link,
html.dark body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  color: #2a2a2a;
}
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #2a2a2a;
}
html body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #2a2a2a;
  color: #2a2a2a;
}
html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #2a2a2a;
}
html body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #2a2a2a !important;
  border-bottom-color: #2a2a2a;
}
html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #2a2a2a;
}
html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
  body
  .tabs-primary.tabs-vertical.tabs-right
  li.active
  .nav-link:focus {
  border-right-color: #2a2a2a;
}
html body .tabs-secondary .nav-tabs li .nav-link,
html.dark body .tabs-secondary .nav-tabs li .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  color: #e36159;
}
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #e36159;
}
html body .tabs-secondary .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark
  body
  .tabs-secondary
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark
  body
  .tabs-secondary
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-top-color: #e36159;
  color: #e36159;
}
html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #e36159;
}
html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover,
html
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link,
html
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #e36159 !important;
  border-bottom-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-vertical.tabs-left
  li.active
  .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark
  body
  .tabs-secondary.tabs-vertical.tabs-left
  li.active
  .nav-link:focus {
  border-left-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-vertical.tabs-right
  li.active
  .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
  body
  .tabs-secondary.tabs-vertical.tabs-right
  li.active
  .nav-link:focus {
  border-right-color: #e36159;
}
html body .tabs-tertiary .nav-tabs li .nav-link,
html.dark body .tabs-tertiary .nav-tabs li .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  color: #2baab1;
}
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #2baab1;
}
html body .tabs-tertiary .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark
  body
  .tabs-tertiary
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-top-color: #2baab1;
  color: #2baab1;
}
html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #2baab1;
}
html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link,
html
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #2baab1 !important;
  border-bottom-color: #2baab1;
}
html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark
  body
  .tabs-tertiary.tabs-vertical.tabs-left
  li.active
  .nav-link:focus {
  border-left-color: #2baab1;
}
html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark
  body
  .tabs-tertiary.tabs-vertical.tabs-right
  li.active
  .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
  body
  .tabs-tertiary.tabs-vertical.tabs-right
  li.active
  .nav-link:focus {
  border-right-color: #2baab1;
}
html body .tabs-quaternary .nav-tabs li .nav-link,
html.dark body .tabs-quaternary .nav-tabs li .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  color: #383f48;
}
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #383f48;
}
html body .tabs-quaternary .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark
  body
  .tabs-quaternary
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark
  body
  .tabs-quaternary
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-top-color: #383f48;
  color: #383f48;
}
html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #383f48;
}
html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover,
html
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link,
html
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #383f48 !important;
  border-bottom-color: #383f48;
}
html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-vertical.tabs-left
  li.active
  .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark
  body
  .tabs-quaternary.tabs-vertical.tabs-left
  li.active
  .nav-link:focus {
  border-left-color: #383f48;
}
html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-vertical.tabs-right
  li.active
  .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
  body
  .tabs-quaternary.tabs-vertical.tabs-right
  li.active
  .nav-link:focus {
  border-right-color: #383f48;
}
html body .tabs-dark .nav-tabs li .nav-link,
html.dark body .tabs-dark .nav-tabs li .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  color: #212529;
}
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #212529;
}
html body .tabs-dark .nav-tabs li.active .nav-link,
html.dark body .tabs-dark .nav-tabs li.active .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #212529;
  color: #212529;
}
html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #212529;
}
html body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #212529 !important;
  border-bottom-color: #212529;
}
html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #212529;
}
html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #212529;
}
html body .tabs-light .nav-tabs li .nav-link,
html.dark body .tabs-light .nav-tabs li .nav-link,
html body .tabs-light .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link,
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  color: #fff;
}
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #fff;
}
html body .tabs-light .nav-tabs li.active .nav-link,
html.dark body .tabs-light .nav-tabs li.active .nav-link,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs li.active .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs li.active .nav-link:focus,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #fff;
  color: #fff;
}
html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #fff;
}
html body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-light.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-simple .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #fff !important;
  border-bottom-color: #fff;
}
html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #fff;
}
html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #fff;
}
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:hover,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:focus {
  border-right-color: #2a2a2a;
  border-left-color: transparent;
}
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:hover,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:focus {
  border-right-color: transparent;
  border-left-color: #2a2a2a;
}
.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  color: #2a2a2a;
  border-color: #2a2a2a;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #2a2a2a;
}
.list.list-ordened li:before {
  color: #2a2a2a;
  border-color: #2a2a2a;
}
.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #2a2a2a;
}
html .list-primary.list-icons li > [class*="fa-"]:first-child,
html .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
  color: #2a2a2a;
  border-color: #2a2a2a;
}
html
  .list-primary.list-icons.list-icons-style-3
  li
  > [class*="fa-"]:first-child,
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #2a2a2a;
  color: #fff;
}
html .list-primary.list-ordened li:before {
  color: #2a2a2a;
}
html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: #2a2a2a;
  color: #fff;
}
html .list-secondary.list-icons li > [class*="fa-"]:first-child,
html .list-secondary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
  color: #e36159;
  border-color: #e36159;
}
html
  .list-secondary.list-icons.list-icons-style-3
  li
  > [class*="fa-"]:first-child,
html
  .list-secondary.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-secondary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #e36159;
  color: #fff;
}
html .list-secondary.list-ordened li:before {
  color: #e36159;
}
html .list-secondary.list-ordened.list-ordened-style-3 li:before {
  background-color: #e36159;
  color: #fff;
}
html .list-tertiary.list-icons li > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
  color: #2baab1;
  border-color: #2baab1;
}
html
  .list-tertiary.list-icons.list-icons-style-3
  li
  > [class*="fa-"]:first-child,
html
  .list-tertiary.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-tertiary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #2baab1;
  color: #fff;
}
html .list-tertiary.list-ordened li:before {
  color: #2baab1;
}
html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
  background-color: #2baab1;
  color: #fff;
}
html .list-quaternary.list-icons li > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
  color: #383f48;
  border-color: #383f48;
}
html
  .list-quaternary.list-icons.list-icons-style-3
  li
  > [class*="fa-"]:first-child,
html
  .list-quaternary.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-quaternary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #383f48;
  color: #fff;
}
html .list-quaternary.list-ordened li:before {
  color: #383f48;
}
html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
  background-color: #383f48;
  color: #fff;
}
html .list-dark.list-icons li > [class*="fa-"]:first-child,
html .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
  color: #212529;
  border-color: #212529;
}
html .list-dark.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html
  .list-dark.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-dark.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #212529;
  color: #fff;
}
html .list-dark.list-ordened li:before {
  color: #212529;
}
html .list-dark.list-ordened.list-ordened-style-3 li:before {
  background-color: #212529;
  color: #fff;
}
html .list-light.list-icons li > [class*="fa-"]:first-child,
html .list-light.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
  color: #fff;
  border-color: #fff;
}
html .list-light.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html
  .list-light.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-light.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #fff;
  color: #777;
}
html .list-light.list-ordened li:before {
  color: #fff;
}
html .list-light.list-ordened.list-ordened-style-3 li:before {
  background-color: #fff;
  color: #777;
}
.parallax blockquote i.fa-quote-left {
  color: #2a2a2a;
}
section.video blockquote i.fa-quote-left {
  color: #2a2a2a;
}
.accordion .card-header a {
  color: #2a2a2a;
}
html .accordion.accordion-primary .card-header {
  background-color: #2a2a2a !important;
}
html .accordion.accordion-primary .card-header a {
  color: #fff;
}
html .accordion.accordion-secondary .card-header {
  background-color: #e36159 !important;
}
html .accordion.accordion-secondary .card-header a {
  color: #fff;
}
html .accordion.accordion-tertiary .card-header {
  background-color: #2baab1 !important;
}
html .accordion.accordion-tertiary .card-header a {
  color: #fff;
}
html .accordion.accordion-quaternary .card-header {
  background-color: #383f48 !important;
}
html .accordion.accordion-quaternary .card-header a {
  color: #fff;
}
html .accordion.accordion-dark .card-header {
  background-color: #212529 !important;
}
html .accordion.accordion-dark .card-header a {
  color: #fff;
}
html .accordion.accordion-light .card-header {
  background-color: #fff !important;
}
html .accordion.accordion-light .card-header a {
  color: #777;
}
html .divider.divider-primary [class*="fa-"],
html .divider.divider-primary .icons {
  color: #2a2a2a;
}
html .divider.divider-primary.divider-small hr {
  background: #2a2a2a;
}
html .divider.divider-secondary [class*="fa-"],
html .divider.divider-secondary .icons {
  color: #e36159;
}
html .divider.divider-secondary.divider-small hr {
  background: #e36159;
}
html .divider.divider-tertiary [class*="fa-"],
html .divider.divider-tertiary .icons {
  color: #2baab1;
}
html .divider.divider-tertiary.divider-small hr {
  background: #2baab1;
}
html .divider.divider-quaternary [class*="fa-"],
html .divider.divider-quaternary .icons {
  color: #383f48;
}
html .divider.divider-quaternary.divider-small hr {
  background: #383f48;
}
html .divider.divider-dark [class*="fa-"],
html .divider.divider-dark .icons {
  color: #212529;
}
html .divider.divider-dark.divider-small hr {
  background: #212529;
}
html .divider.divider-light [class*="fa-"],
html .divider.divider-light .icons {
  color: #fff;
}
html .divider.divider-light.divider-small hr {
  background: #fff;
}
html .divider.divider-style-2.divider-primary [class*="fa-"],
html .divider.divider-style-2.divider-primary .icons {
  background: #2a2a2a;
  color: #fff;
}
html .divider.divider-style-2.divider-secondary [class*="fa-"],
html .divider.divider-style-2.divider-secondary .icons {
  background: #e36159;
  color: #fff;
}
html .divider.divider-style-2.divider-tertiary [class*="fa-"],
html .divider.divider-style-2.divider-tertiary .icons {
  background: #2baab1;
  color: #fff;
}
html .divider.divider-style-2.divider-quaternary [class*="fa-"],
html .divider.divider-style-2.divider-quaternary .icons {
  background: #383f48;
  color: #fff;
}
html .divider.divider-style-2.divider-dark [class*="fa-"],
html .divider.divider-style-2.divider-dark .icons {
  background: #212529;
  color: #fff;
}
html .divider.divider-style-2.divider-light [class*="fa-"],
html .divider.divider-style-2.divider-light .icons {
  background: #fff;
  color: #777;
}
html .divider.divider-style-3.divider-primary [class*="fa-"],
html .divider.divider-style-3.divider-primary .icons {
  border-color: #2a2a2a;
}
html .divider.divider-style-3.divider-secondary [class*="fa-"],
html .divider.divider-style-3.divider-secondary .icons {
  border-color: #e36159;
}
html .divider.divider-style-3.divider-tertiary [class*="fa-"],
html .divider.divider-style-3.divider-tertiary .icons {
  border-color: #2baab1;
}
html .divider.divider-style-3.divider-quaternary [class*="fa-"],
html .divider.divider-style-3.divider-quaternary .icons {
  border-color: #383f48;
}
html .divider.divider-style-3.divider-dark [class*="fa-"],
html .divider.divider-style-3.divider-dark .icons {
  border-color: #212529;
}
html .divider.divider-style-3.divider-light [class*="fa-"],
html .divider.divider-style-3.divider-light .icons {
  border-color: #fff;
}
#header .tip {
  background: #2a2a2a;
  color: #fff;
}
#header .tip:before {
  border-right-color: #2a2a2a;
  border-left-color: transparent;
}
html #header .tip-primary {
  background: #2a2a2a !important;
  color: #fff !important;
}
html #header .tip-primary:before {
  border-right-color: #2a2a2a !important;
}
html #header .tip-secondary {
  background: #e36159 !important;
  color: #fff !important;
}
html #header .tip-secondary:before {
  border-right-color: #e36159 !important;
}
html #header .tip-tertiary {
  background: #2baab1 !important;
  color: #fff !important;
}
html #header .tip-tertiary:before {
  border-right-color: #2baab1 !important;
}
html #header .tip-quaternary {
  background: #383f48 !important;
  color: #fff !important;
}
html #header .tip-quaternary:before {
  border-right-color: #383f48 !important;
}
html #header .tip-dark {
  background: #212529 !important;
  color: #fff !important;
}
html #header .tip-dark:before {
  border-right-color: #212529 !important;
}
html #header .tip-light {
  background: #fff !important;
  color: #777 !important;
}
html #header .tip-light:before {
  border-right-color: #fff !important;
}
html[dir="rtl"] #header .tip:before {
  border-left-color: #2a2a2a;
}
html[dir="rtl"] #header .tip.skin:before {
  border-left-color: #2a2a2a;
}
html[dir="rtl"] #header .tip-primary:before {
  border-left-color: #2a2a2a !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-secondary:before {
  border-left-color: #e36159 !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-tertiary:before {
  border-left-color: #2baab1 !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-quaternary:before {
  border-left-color: #383f48 !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-dark:before {
  border-left-color: #212529 !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-light:before {
  border-left-color: #fff !important;
  border-right-color: transparent !important;
}
#header .header-btn-collapse-nav {
  background: #2a2a2a;
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    color: #2a2a2a;
  }
  #header .header-nav-main nav > ul > li.open > a,
  #header .header-nav-main nav > ul > li:hover > a {
    background: #2a2a2a;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #2a2a2a;
  }
  #header .header-nav-main nav > ul > li.dropdown.open > a:before,
  #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #2a2a2a;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
    border-top-color: #2a2a2a;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega-signin
    .dropdown-menu
    li
    a {
    color: #2a2a2a;
  }
  #header .header-nav-main nav > ul:not(:hover) > li > a.active {
    background-color: #2a2a2a;
    color: #fff;
  }
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a,
  #header .header-nav.header-nav-stripe nav > ul > li.open > a {
    background-color: #2a2a2a;
  }
  #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
    background-color: #2a2a2a;
  }
  #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
    color: #2a2a2a;
  }
  #header .header-nav.header-nav-links nav > ul li:hover > a {
    color: #2a2a2a;
  }
  #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
    color: #2a2a2a;
  }
  #header
    .header-nav.header-nav-links.header-nav-links-vertical-slide
    nav
    ul
    li.dropdown
    .dropdown-menu::-webkit-scrollbar-thumb {
    background: #2a2a2a !important;
  }
  #header .header-nav.header-nav-line nav > ul li:hover > a {
    color: #2a2a2a;
  }
  #header .header-nav.header-nav-line nav > ul li:hover > a:before {
    background: #2a2a2a;
  }
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: #2a2a2a;
  }
  #header
    .header-nav.header-nav-line
    nav
    > ul:not(:hover)
    li
    > a.active:before {
    background: #2a2a2a;
  }
  #header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a,
  #header
    .header-nav-main.header-nav-main-slide
    nav
    > ul
    > li:hover
    > span
    > a {
    color: #2a2a2a;
  }
  #header
    .header-nav-main.header-nav-main-slide
    nav
    > ul:not(:hover)
    > li
    > span
    > a.active {
    color: #2a2a2a;
  }
  html.side-header
    #header.side-header
    .header-nav-main
    nav
    > ul
    li.dropdown.open
    > .dropdown-menu,
  html.side-header
    #header.side-header
    .header-nav-main
    nav
    > ul
    li.dropdown:hover
    > .dropdown-menu {
    border-left-color: #2a2a2a;
  }
  html.side-header-right
    #header.side-header
    .header-nav-main
    nav
    > ul
    li.dropdown.open
    > .dropdown-menu,
  html.side-header-right
    #header.side-header
    .header-nav-main
    nav
    > ul
    li.dropdown:hover
    > .dropdown-menu {
    border-right-color: #2a2a2a;
  }
}
@media (min-width: 992px) {
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu {
    background-color: #2a2a2a;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #222;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu
    li:hover
    > a {
    background: #323232;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a:before {
    border-bottom-color: #2a2a2a;
    background: #2a2a2a;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-primary
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a {
    background: #2a2a2a;
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-primary
    > a.active {
    background: #2a2a2a;
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:hover {
    color: #2a2a2a;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:hover:before {
    background-color: #2a2a2a;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a {
    color: #2a2a2a;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a:before {
    background: #2a2a2a;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-primary
    > a.active {
    color: #2a2a2a;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-primary
    > a.active:before {
    background-color: #2a2a2a;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a {
    color: #2a2a2a;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:hover {
    color: #2a2a2a;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a {
    color: #2a2a2a;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-primary
    > a.active {
    color: #2a2a2a;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu {
    background-color: #e36159;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #e1554c;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu
    li:hover
    > a {
    background: #e56d66;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a:before {
    border-bottom-color: #e36159;
    background: #e36159;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-secondary
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a {
    background: #e36159;
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-secondary
    > a.active {
    background: #e36159;
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:hover {
    color: #e36159;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:hover:before {
    background-color: #e36159;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a {
    color: #e36159;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a:before {
    background: #e36159;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-secondary
    > a.active {
    color: #e36159;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-secondary
    > a.active:before {
    background-color: #e36159;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a {
    color: #e36159;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:hover {
    color: #e36159;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a {
    color: #e36159;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-secondary
    > a.active {
    color: #e36159;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu {
    background-color: #2baab1;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #289ea5;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu
    li:hover
    > a {
    background: #2eb6bd;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a:before {
    border-bottom-color: #2baab1;
    background: #2baab1;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-tertiary
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a {
    background: #2baab1;
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-tertiary
    > a.active {
    background: #2baab1;
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:hover {
    color: #2baab1;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:hover:before {
    background-color: #2baab1;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a {
    color: #2baab1;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a:before {
    background: #2baab1;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-tertiary
    > a.active {
    color: #2baab1;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-tertiary
    > a.active:before {
    background-color: #2baab1;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a {
    color: #2baab1;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:hover {
    color: #2baab1;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a {
    color: #2baab1;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-tertiary
    > a.active {
    color: #2baab1;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu {
    background-color: #383f48;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #31373f;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu
    li:hover
    > a {
    background: #3f4751;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a:before {
    border-bottom-color: #383f48;
    background: #383f48;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-quaternary
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a {
    background: #383f48;
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-quaternary
    > a.active {
    background: #383f48;
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:hover {
    color: #383f48;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:hover:before {
    background-color: #383f48;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a {
    color: #383f48;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a:before {
    background: #383f48;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-quaternary
    > a.active {
    color: #383f48;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-quaternary
    > a.active:before {
    background-color: #383f48;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a {
    color: #383f48;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:hover {
    color: #383f48;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a {
    color: #383f48;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-quaternary
    > a.active {
    color: #383f48;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu {
    background-color: #212529;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #1a1d21;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu
    li:hover
    > a {
    background: #282d31;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a:before {
    border-bottom-color: #212529;
    background: #212529;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-dark
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a {
    background: #212529;
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-dark
    > a.active {
    background: #212529;
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:hover {
    color: #212529;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:hover:before {
    background-color: #212529;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a {
    color: #212529;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a:before {
    background: #212529;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-dark
    > a.active {
    color: #212529;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-dark
    > a.active:before {
    background-color: #212529;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a {
    color: #212529;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:hover {
    color: #212529;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a {
    color: #212529;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-dark
    > a.active {
    color: #212529;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu {
    background-color: #fff;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu
    li
    a {
    color: #777;
    border-bottom-color: #f7f7f7;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu
    li:hover
    > a {
    background: #fff;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a:before {
    border-bottom-color: #fff;
    background: #fff;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-light
    .dropdown-mega-sub-title {
    color: #777;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a {
    background: #fff;
    color: #777;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu
    li
    a {
    color: #777;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-light
    > a.active {
    background: #fff;
    color: #777;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:hover {
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:hover:before {
    background-color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a {
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a:before {
    background: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-light
    > a.active {
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-light
    > a.active:before {
    background-color: #fff;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a {
    color: #fff;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:hover {
    color: #fff;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a {
    color: #fff;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-light
    > a.active {
    color: #fff;
  }
}
@media (min-width: 992px) {
  html
    #header
    .header-nav-force-light-text-active-skin-color
    .header-nav-main
    nav
    > ul
    > li:hover
    > a,
  html
    #header
    .header-nav-force-light-text-active-skin-color
    .header-nav-main
    nav
    > ul
    > li
    .wrapper-items-cloned:hover
    > a {
    color: #2a2a2a !important;
  }
  html
    #header
    .header-nav-force-light-text-active-skin-color
    .header-nav-main
    nav
    > ul:not(:hover)
    > li
    > a.active,
  html
    #header
    .header-nav-force-light-text-active-skin-color
    .header-nav-main
    nav
    > ul:not(:hover)
    > li
    .wrapper-items-cloned
    > a.active {
    color: #2a2a2a !important;
  }
}
@media (max-width: 991px) {
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #2a2a2a;
  }
  #header
    .header-nav-main:not(.header-nav-main-mobile-dark)
    nav
    > ul
    > li
    > a:active {
    color: #2a2a2a;
  }
  #header
    .header-nav-main:not(.header-nav-main-mobile-dark)
    nav
    > ul
    > li
    > a.active {
    background: #2a2a2a;
  }
  #header
    .header-nav-main:not(.header-nav-main-mobile-dark)
    nav
    > ul
    > li
    > a.active:focus,
  #header
    .header-nav-main:not(.header-nav-main-mobile-dark)
    nav
    > ul
    > li
    > a.active:hover {
    background: #2a2a2a;
  }
  #header
    .header-nav-main.header-nav-main-mobile-dark
    nav
    > ul
    > li
    > a.active {
    background: #2a2a2a;
  }
  #header
    .header-nav-main.header-nav-main-mobile-dark
    nav
    > ul
    > li
    > a.active:focus,
  #header
    .header-nav-main.header-nav-main-mobile-dark
    nav
    > ul
    > li
    > a.active:hover {
    background: #2a2a2a;
  }
  html.side-header-hamburguer-sidebar
    #header.side-header
    .header-nav.header-nav-links
    .header-nav-main.header-nav-main-mobile-dark
    nav
    > ul
    > li
    > a.active {
    color: #2a2a2a !important;
  }
  html.side-header-hamburguer-sidebar
    #header.side-header
    .header-nav.header-nav-links
    nav::-webkit-scrollbar-thumb {
    background-color: #2a2a2a;
  }
  html.side-header-hamburguer-sidebar
    #header.side-header
    .header-nav.header-nav-links
    nav
    > ul
    > li
    > a.active {
    color: #2a2a2a !important;
  }
  html.side-header-hamburguer-sidebar
    #header.side-header
    .header-nav.header-nav-links
    nav
    > ul
    > li:hover
    > a {
    color: #2a2a2a !important;
  }
}
@media (max-width: 991px) {
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    > a {
    color: #2a2a2a;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    > a.active {
    background: #2a2a2a !important;
    color: #fff !important;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    > a {
    color: #e36159;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    > a.active {
    background: #e36159 !important;
    color: #fff !important;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    > a {
    color: #2baab1;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    > a.active {
    background: #2baab1 !important;
    color: #fff !important;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    > a {
    color: #383f48;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    > a.active {
    background: #383f48 !important;
    color: #fff !important;
  }
}
html #header .header-top.header-top-primary {
  background: #2a2a2a;
  border-top-color: #1d1d1d;
}
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
  background: #373737;
}
html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-primary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-primary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #373737;
}
html #header .header-top.header-top-primary .dropdown-menu {
  background: #373737;
  border-color: #373737;
}
html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
  background: #444444 !important;
}
html #header .header-top.header-top-secondary {
  background: #e36159;
  border-top-color: #df4c43;
}
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
  background: #e7766f;
}
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-secondary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-secondary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #e7766f;
}
html #header .header-top.header-top-secondary .dropdown-menu {
  background: #e7766f;
  border-color: #e7766f;
}
html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
  background: #ea8b85 !important;
}
html #header .header-top.header-top-tertiary {
  background: #2baab1;
  border-top-color: #26969c;
}
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
  background: #30bec6;
}
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-tertiary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-tertiary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #30bec6;
}
html #header .header-top.header-top-tertiary .dropdown-menu {
  background: #30bec6;
  border-color: #30bec6;
}
html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
  background: #3fc9d0 !important;
}
html #header .header-top.header-top-quaternary {
  background: #383f48;
  border-top-color: #2d323a;
}
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li.open
  > a {
  background: #434c56;
}
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li
  > a:hover,
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li
  > a:focus,
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #434c56;
}
html #header .header-top.header-top-quaternary .dropdown-menu {
  background: #434c56;
  border-color: #434c56;
}
html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
  background: #4e5865 !important;
}
html #header .header-top.header-top-dark {
  background: #212529;
  border-top-color: #16181b;
}
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
  background: #2c3237;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-dark
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #2c3237;
}
html #header .header-top.header-top-dark .dropdown-menu {
  background: #2c3237;
  border-color: #2c3237;
}
html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
  background: #383f45 !important;
}
html #header .header-top.header-top-light {
  background: #fff;
  border-top-color: #f2f2f2;
}
html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
  background: #fff;
}
html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-light
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-light
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #fff;
}
html #header .header-top.header-top-light .dropdown-menu {
  background: #fff;
  border-color: #fff;
}
html #header .header-top.header-top-light .dropdown-menu a:hover,
html #header .header-top.header-top-light .dropdown-menu a:focus {
  background: #ffffff !important;
}
@media (min-width: 992px) {
  html #header .header-nav-bar-primary {
    background: #2a2a2a !important;
    color: #fff !important;
  }
  html #header .header-nav-bar-secondary {
    background: #e36159 !important;
    color: #fff !important;
  }
  html #header .header-nav-bar-tertiary {
    background: #2baab1 !important;
    color: #fff !important;
  }
  html #header .header-nav-bar-quaternary {
    background: #383f48 !important;
    color: #fff !important;
  }
  html #header .header-nav-bar-dark {
    background: #212529 !important;
    color: #fff !important;
  }
  html #header .header-nav-bar-light {
    background: #fff !important;
    color: #777 !important;
  }
}
@media (min-width: 992px) {
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
  #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
    color: #2a2a2a;
  }
  #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
    color: #2a2a2a;
  }
}
#header
  .header-nav-features
  .header-nav-features-search-reveal-big-search
  .form-control {
  border-bottom-color: #D1B06C;
}
.testimonial blockquote {
  background: #373737;
}
.testimonial .testimonial-arrow-down {
  border-top-color: #373737;
}
html .testimonial-primary blockquote {
  background: #373737;
}
html .testimonial-primary .testimonial-arrow-down {
  border-top-color: #373737;
}
html .testimonial-primary.testimonial-style-7 {
  background: #373737;
}
html .testimonial-quotes-primary blockquote:before,
html .testimonial-quotes-primary blockquote:after {
  color: #2a2a2a !important;
}
html .testimonial-secondary blockquote {
  background: #e7766f;
}
html .testimonial-secondary .testimonial-arrow-down {
  border-top-color: #e7766f;
}
html .testimonial-secondary.testimonial-style-7 {
  background: #e7766f;
}
html .testimonial-quotes-secondary blockquote:before,
html .testimonial-quotes-secondary blockquote:after {
  color: #2a2a2a !important;
}
html .testimonial-tertiary blockquote {
  background: #30bec6;
}
html .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: #30bec6;
}
html .testimonial-tertiary.testimonial-style-7 {
  background: #30bec6;
}
html .testimonial-quotes-tertiary blockquote:before,
html .testimonial-quotes-tertiary blockquote:after {
  color: #2a2a2a !important;
}
html .testimonial-quaternary blockquote {
  background: #434c56;
}
html .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: #434c56;
}
html .testimonial-quaternary.testimonial-style-7 {
  background: #434c56;
}
html .testimonial-quotes-quaternary blockquote:before,
html .testimonial-quotes-quaternary blockquote:after {
  color: #2a2a2a !important;
}
html .testimonial-dark blockquote {
  background: #2c3237;
}
html .testimonial-dark .testimonial-arrow-down {
  border-top-color: #2c3237;
}
html .testimonial-dark.testimonial-style-7 {
  background: #2c3237;
}
html .testimonial-quotes-dark blockquote:before,
html .testimonial-quotes-dark blockquote:after {
  color: #2a2a2a !important;
}
html .testimonial-light blockquote {
  background: #fff;
}
html .testimonial-light .testimonial-arrow-down {
  border-top-color: #fff;
}
html .testimonial-light.testimonial-style-7 {
  background: #fff;
}
html .testimonial-quotes-light blockquote:before,
html .testimonial-quotes-light blockquote:after {
  color: #2a2a2a !important;
}
.circular-bar.only-icon [class*="fa-"],
.circular-bar.only-icon .icons {
  color: #2a2a2a;
}
.form-control.bg-primary,
.form-control.bg-color-primary {
  color: #fff;
  border-color: #2a2a2a;
}
.form-control.bg-primary::-webkit-input-placeholder,
.form-control.bg-color-primary::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-primary::-moz-placeholder,
.form-control.bg-color-primary::-moz-placeholder {
  color: #e6e6e6;
}
.form-control.bg-primary:-ms-input-placeholder,
.form-control.bg-color-primary:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-primary:-moz-placeholder,
.form-control.bg-color-primary:-moz-placeholder {
  color: #e6e6e6;
}
.form-control .testimonial-primary blockquote {
  background: #373737;
}
.form-control .testimonial-primary .testimonial-arrow-down {
  border-top-color: #373737;
}
.form-control .testimonial-primary.testimonial-style-7 {
  background: #373737;
}
.form-control .testimonial-quotes-primary blockquote:before,
.form-control .testimonial-quotes-primary blockquote:after {
  color: #2a2a2a !important;
}
.form-control.bg-secondary,
.form-control.bg-color-secondary {
  color: #fff;
  border-color: #e36159;
}
.form-control.bg-secondary::-webkit-input-placeholder,
.form-control.bg-color-secondary::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-secondary::-moz-placeholder,
.form-control.bg-color-secondary::-moz-placeholder {
  color: #e6e6e6;
}
.form-control.bg-secondary:-ms-input-placeholder,
.form-control.bg-color-secondary:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-secondary:-moz-placeholder,
.form-control.bg-color-secondary:-moz-placeholder {
  color: #e6e6e6;
}
.form-control .testimonial-secondary blockquote {
  background: #e7766f;
}
.form-control .testimonial-secondary .testimonial-arrow-down {
  border-top-color: #e7766f;
}
.form-control .testimonial-secondary.testimonial-style-7 {
  background: #e7766f;
}
.form-control .testimonial-quotes-secondary blockquote:before,
.form-control .testimonial-quotes-secondary blockquote:after {
  color: #2a2a2a !important;
}
.form-control.bg-tertiary,
.form-control.bg-color-tertiary {
  color: #fff;
  border-color: #2baab1;
}
.form-control.bg-tertiary::-webkit-input-placeholder,
.form-control.bg-color-tertiary::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-tertiary::-moz-placeholder,
.form-control.bg-color-tertiary::-moz-placeholder {
  color: #e6e6e6;
}
.form-control.bg-tertiary:-ms-input-placeholder,
.form-control.bg-color-tertiary:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-tertiary:-moz-placeholder,
.form-control.bg-color-tertiary:-moz-placeholder {
  color: #e6e6e6;
}
.form-control .testimonial-tertiary blockquote {
  background: #30bec6;
}
.form-control .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: #30bec6;
}
.form-control .testimonial-tertiary.testimonial-style-7 {
  background: #30bec6;
}
.form-control .testimonial-quotes-tertiary blockquote:before,
.form-control .testimonial-quotes-tertiary blockquote:after {
  color: #2a2a2a !important;
}
.form-control.bg-quaternary,
.form-control.bg-color-quaternary {
  color: #fff;
  border-color: #383f48;
}
.form-control.bg-quaternary::-webkit-input-placeholder,
.form-control.bg-color-quaternary::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-quaternary::-moz-placeholder,
.form-control.bg-color-quaternary::-moz-placeholder {
  color: #e6e6e6;
}
.form-control.bg-quaternary:-ms-input-placeholder,
.form-control.bg-color-quaternary:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-quaternary:-moz-placeholder,
.form-control.bg-color-quaternary:-moz-placeholder {
  color: #e6e6e6;
}
.form-control .testimonial-quaternary blockquote {
  background: #434c56;
}
.form-control .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: #434c56;
}
.form-control .testimonial-quaternary.testimonial-style-7 {
  background: #434c56;
}
.form-control .testimonial-quotes-quaternary blockquote:before,
.form-control .testimonial-quotes-quaternary blockquote:after {
  color: #2a2a2a !important;
}
.form-control.bg-dark,
.form-control.bg-color-dark {
  color: #fff;
  border-color: #212529;
}
.form-control.bg-dark::-webkit-input-placeholder,
.form-control.bg-color-dark::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-dark::-moz-placeholder,
.form-control.bg-color-dark::-moz-placeholder {
  color: #e6e6e6;
}
.form-control.bg-dark:-ms-input-placeholder,
.form-control.bg-color-dark:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-dark:-moz-placeholder,
.form-control.bg-color-dark:-moz-placeholder {
  color: #e6e6e6;
}
.form-control .testimonial-dark blockquote {
  background: #2c3237;
}
.form-control .testimonial-dark .testimonial-arrow-down {
  border-top-color: #2c3237;
}
.form-control .testimonial-dark.testimonial-style-7 {
  background: #2c3237;
}
.form-control .testimonial-quotes-dark blockquote:before,
.form-control .testimonial-quotes-dark blockquote:after {
  color: #2a2a2a !important;
}
.form-control.bg-light,
.form-control.bg-color-light {
  color: #777;
  border-color: #fff;
}
.form-control.bg-light::-webkit-input-placeholder,
.form-control.bg-color-light::-webkit-input-placeholder {
  color: #5e5e5e;
}
.form-control.bg-light::-moz-placeholder,
.form-control.bg-color-light::-moz-placeholder {
  color: #5e5e5e;
}
.form-control.bg-light:-ms-input-placeholder,
.form-control.bg-color-light:-ms-input-placeholder {
  color: #5e5e5e;
}
.form-control.bg-light:-moz-placeholder,
.form-control.bg-color-light:-moz-placeholder {
  color: #5e5e5e;
}
.form-control .testimonial-light blockquote {
  background: #fff;
}
.form-control .testimonial-light .testimonial-arrow-down {
  border-top-color: #fff;
}
.form-control .testimonial-light.testimonial-style-7 {
  background: #fff;
}
.form-control .testimonial-quotes-light blockquote:before,
.form-control .testimonial-quotes-light blockquote:after {
  color: #2a2a2a !important;
}
html .counters .counter-primary [class*="fa-"],
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
  color: #2a2a2a;
}
html .counters .counter-secondary [class*="fa-"],
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
  color: #e36159;
}
html .counters .counter-tertiary [class*="fa-"],
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
  color: #2baab1;
}
html .counters .counter-quaternary [class*="fa-"],
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
  color: #383f48;
}
html .counters .counter-dark [class*="fa-"],
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
  color: #212529;
}
html .counters .counter-light [class*="fa-"],
html .counters .counter-light .icons,
html .counters .counter-light strong {
  color: #fff;
}
html .countdown.countdown-primary > span > span {
  color: #2a2a2a;
}
html .countdown.countdown-secondary > span > span {
  color: #e36159;
}
html .countdown.countdown-tertiary > span > span {
  color: #2baab1;
}
html .countdown.countdown-quaternary > span > span {
  color: #383f48;
}
html .countdown.countdown-dark > span > span {
  color: #212529;
}
html .countdown.countdown-light > span > span {
  color: #fff;
}
html .image-hotspot-primary strong {
  color: #fff !important;
}
html .image-hotspot-primary .circle {
  background: #2a2a2a !important;
}
html .image-hotspot-primary .ring {
  border-color: rgba(42, 42, 42, 0.9);
}
html .image-hotspot-secondary strong {
  color: #fff !important;
}
html .image-hotspot-secondary .circle {
  background: #e36159 !important;
}
html .image-hotspot-secondary .ring {
  border-color: rgba(227, 97, 89, 0.9);
}
html .image-hotspot-tertiary strong {
  color: #fff !important;
}
html .image-hotspot-tertiary .circle {
  background: #2baab1 !important;
}
html .image-hotspot-tertiary .ring {
  border-color: rgba(43, 170, 177, 0.9);
}
html .image-hotspot-quaternary strong {
  color: #fff !important;
}
html .image-hotspot-quaternary .circle {
  background: #383f48 !important;
}
html .image-hotspot-quaternary .ring {
  border-color: rgba(56, 63, 72, 0.9);
}
html .image-hotspot-dark strong {
  color: #fff !important;
}
html .image-hotspot-dark .circle {
  background: #212529 !important;
}
html .image-hotspot-dark .ring {
  border-color: rgba(33, 37, 41, 0.9);
}
html .image-hotspot-light strong {
  color: #777 !important;
}
html .image-hotspot-light .circle {
  background: #fff !important;
}
html .image-hotspot-light .ring {
  border-color: rgba(255, 255, 255, 0.9);
}
.icon-featured {
  background-color: #2a2a2a;
}
html .featured-box-primary .icon-featured {
  background-color: #2a2a2a;
}
html .featured-box-primary h4 {
  color: #2a2a2a;
}
html .featured-box-primary .box-content {
  border-top-color: #2a2a2a;
}
html .featured-box-primary .box-content-border-bottom {
  border-bottom-color: #2a2a2a;
}
html .featured-box-secondary .icon-featured {
  background-color: #e36159;
}
html .featured-box-secondary h4 {
  color: #e36159;
}
html .featured-box-secondary .box-content {
  border-top-color: #e36159;
}
html .featured-box-secondary .box-content-border-bottom {
  border-bottom-color: #e36159;
}
html .featured-box-tertiary .icon-featured {
  background-color: #2baab1;
}
html .featured-box-tertiary h4 {
  color: #2baab1;
}
html .featured-box-tertiary .box-content {
  border-top-color: #2baab1;
}
html .featured-box-tertiary .box-content-border-bottom {
  border-bottom-color: #2baab1;
}
html .featured-box-quaternary .icon-featured {
  background-color: #383f48;
}
html .featured-box-quaternary h4 {
  color: #383f48;
}
html .featured-box-quaternary .box-content {
  border-top-color: #383f48;
}
html .featured-box-quaternary .box-content-border-bottom {
  border-bottom-color: #383f48;
}
html .featured-box-dark .icon-featured {
  background-color: #212529;
}
html .featured-box-dark h4 {
  color: #212529;
}
html .featured-box-dark .box-content {
  border-top-color: #212529;
}
html .featured-box-dark .box-content-border-bottom {
  border-bottom-color: #212529;
}
html .featured-box-light .icon-featured {
  background-color: #fff;
}
html .featured-box-light h4 {
  color: #fff;
}
html .featured-box-light .box-content {
  border-top-color: #fff;
}
html .featured-box-light .box-content-border-bottom {
  border-bottom-color: #fff;
}
html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #2a2a2a;
  color: #2a2a2a;
}
html
  .featured-boxes-style-3
  .featured-box.featured-box-secondary
  .icon-featured {
  border-color: #e36159;
  color: #e36159;
}
html
  .featured-boxes-style-3
  .featured-box.featured-box-tertiary
  .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}
html
  .featured-boxes-style-3
  .featured-box.featured-box-quaternary
  .icon-featured {
  border-color: #383f48;
  color: #383f48;
}
html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: #212529;
  color: #212529;
}
html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: #fff;
  color: #fff;
}
html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #2a2a2a;
  color: #2a2a2a;
}
html
  .featured-boxes-style-4
  .featured-box.featured-box-secondary
  .icon-featured {
  border-color: #e36159;
  color: #e36159;
}
html
  .featured-boxes-style-4
  .featured-box.featured-box-tertiary
  .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}
html
  .featured-boxes-style-4
  .featured-box.featured-box-quaternary
  .icon-featured {
  border-color: #383f48;
  color: #383f48;
}
html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: #212529;
  color: #212529;
}
html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: #fff;
  color: #fff;
}
html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #2a2a2a;
}
html
  .featured-boxes-style-5
  .featured-box.featured-box-secondary
  .icon-featured {
  color: #e36159;
}
html
  .featured-boxes-style-5
  .featured-box.featured-box-tertiary
  .icon-featured {
  color: #2baab1;
}
html
  .featured-boxes-style-5
  .featured-box.featured-box-quaternary
  .icon-featured {
  color: #383f48;
}
html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}
html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: #fff;
}
html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #2a2a2a;
}
html
  .featured-boxes-style-6
  .featured-box.featured-box-secondary
  .icon-featured {
  color: #e36159;
}
html
  .featured-boxes-style-6
  .featured-box.featured-box-tertiary
  .icon-featured {
  color: #2baab1;
}
html
  .featured-boxes-style-6
  .featured-box.featured-box-quaternary
  .icon-featured {
  color: #383f48;
}
html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}
html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: #fff;
}
html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #2a2a2a;
}
html
  .featured-boxes-style-8
  .featured-box.featured-box-secondary
  .icon-featured {
  color: #e36159;
}
html
  .featured-boxes-style-8
  .featured-box.featured-box-tertiary
  .icon-featured {
  color: #2baab1;
}
html
  .featured-boxes-style-8
  .featured-box.featured-box-quaternary
  .icon-featured {
  color: #383f48;
}
html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}
html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: #fff;
}
.featured-boxes-modern-style-primary .featured-box {
  background: #2a2a2a;
  background: linear-gradient(135deg, #2a2a2a 0%, #383f48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a',endColorstr='#383f48',GradientType=1);
}
.featured-boxes-modern-style-secondary .featured-box {
  background: #e36159;
  background: linear-gradient(135deg, #e36159 0%, #383f48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36159',endColorstr='#383f48',GradientType=1);
}
.featured-boxes-modern-style-tertiary .featured-box {
  background: #2baab1;
  background: linear-gradient(135deg, #2baab1 0%, #383f48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2baab1',endColorstr='#383f48',GradientType=1);
}
html .featured-box-effect-2.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 3px #2a2a2a;
}
html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 3px #e36159;
}
html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 3px #2baab1;
}
html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 3px #383f48;
}
html .featured-box-effect-2.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 3px #212529;
}
html .featured-box-effect-2.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 3px #fff;
}
html .featured-box-effect-3.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 10px #2a2a2a;
}
html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #2a2a2a !important;
}
html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 10px #e36159;
}
html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: #e36159 !important;
}
html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 10px #2baab1;
}
html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: #2baab1 !important;
}
html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 10px #383f48;
}
html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: #383f48 !important;
}
html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 10px #212529;
}
html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: #212529 !important;
}
html .featured-box-effect-3.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 10px #fff;
}
html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: #fff !important;
}
.feature-box .feature-box-icon {
  background-color: #2a2a2a;
}
html .feature-box-primary .feature-box-icon {
  background-color: #2a2a2a;
}
html .feature-box-secondary .feature-box-icon {
  background-color: #e36159;
}
html .feature-box-tertiary .feature-box-icon {
  background-color: #2baab1;
}
html .feature-box-quaternary .feature-box-icon {
  background-color: #383f48;
}
html .feature-box-dark .feature-box-icon {
  background-color: #212529;
}
html .feature-box-light .feature-box-icon {
  background-color: #fff;
}
.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-2 .feature-box-icon .icons {
  color: #2a2a2a;
}
html .feature-box-primary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
  color: #2a2a2a;
}
html
  .feature-box-secondary.feature-box-style-2
  .feature-box-icon
  [class*="fa-"],
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
  color: #2baab1;
}
html
  .feature-box-quaternary.feature-box-style-2
  .feature-box-icon
  [class*="fa-"],
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
  color: #fff;
}
.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #2a2a2a;
}
.feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-3 .feature-box-icon .icons {
  color: #2a2a2a;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: #2a2a2a;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
  color: #2a2a2a;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  border-color: #e36159;
}
html
  .feature-box-secondary.feature-box-style-3
  .feature-box-icon
  [class*="fa-"],
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  border-color: #2baab1;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  border-color: #383f48;
}
html
  .feature-box-quaternary.feature-box-style-3
  .feature-box-icon
  [class*="fa-"],
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  border-color: #212529;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon {
  border-color: #fff;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
  color: #fff;
}
.feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-4 .feature-box-icon .icons {
  color: #2a2a2a;
}
html .feature-box-primary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
  color: #2a2a2a;
}
html
  .feature-box-secondary.feature-box-style-4
  .feature-box-icon
  [class*="fa-"],
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
  color: #2baab1;
}
html
  .feature-box-quaternary.feature-box-style-4
  .feature-box-icon
  [class*="fa-"],
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
  color: #fff;
}
.feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-5 .feature-box-icon .icons {
  color: #2a2a2a;
}
html .feature-box-primary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
  color: #2a2a2a;
}
html
  .feature-box-secondary.feature-box-style-5
  .feature-box-icon
  [class*="fa-"],
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons {
  color: #2baab1;
}
html
  .feature-box-quaternary.feature-box-style-5
  .feature-box-icon
  [class*="fa-"],
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-5 .feature-box-icon .icons {
  color: #fff;
}
html .feature-box-primary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons {
  color: #2a2a2a;
}
html
  .feature-box-secondary.feature-box-style-6
  .feature-box-icon
  [class*="fa-"],
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons {
  color: #2baab1;
}
html
  .feature-box-quaternary.feature-box-style-6
  .feature-box-icon
  [class*="fa-"],
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-6 .feature-box-icon .icons {
  color: #fff;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
  background-color: #101010;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
  background-color: #1d1d1d;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
  background-color: #2a2a2a;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
  background-color: #373737;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
  background-color: #444;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
  background-color: #505050;
}
html .featured-boxes-full .featured-box-full-primary {
  background-color: #2a2a2a;
  color: #fff;
}
html .featured-boxes-full .featured-box-full-secondary {
  background-color: #e36159;
  color: #fff;
}
html .featured-boxes-full .featured-box-full-tertiary {
  background-color: #2baab1;
  color: #fff;
}
html .featured-boxes-full .featured-box-full-quaternary {
  background-color: #383f48;
  color: #fff;
}
html .featured-boxes-full .featured-box-full-dark {
  background-color: #212529;
  color: #fff;
}
html .featured-boxes-full .featured-box-full-light {
  background-color: #fff;
  color: #777;
}
.pricing-table .most-popular {
  border-color: #2a2a2a;
}
.pricing-table .most-popular h3 {
  background-color: #2a2a2a;
}
.pricing-table.princig-table-flat .plan h3 {
  background-color: #2a2a2a;
}
.pricing-table.princig-table-flat .plan h3 span {
  background: #2a2a2a;
}
html .call-to-action.featured.featured-primary {
  border-top-color: #2a2a2a;
}
html .call-to-action.call-to-action-primary {
  background: #2a2a2a;
}
html .call-to-action.with-full-borders-primary {
  border-color: #2a2a2a;
}
html .call-to-action.call-to-action-primary {
  background: #2a2a2a;
}
html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
  color: #fff;
}
html .call-to-action.featured.featured-secondary {
  border-top-color: #e36159;
}
html .call-to-action.call-to-action-secondary {
  background: #e36159;
}
html .call-to-action.with-full-borders-secondary {
  border-color: #e36159;
}
html .call-to-action.call-to-action-secondary {
  background: #e36159;
}
html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
  color: #fff;
}
html .call-to-action.featured.featured-tertiary {
  border-top-color: #2baab1;
}
html .call-to-action.call-to-action-tertiary {
  background: #2baab1;
}
html .call-to-action.with-full-borders-tertiary {
  border-color: #2baab1;
}
html .call-to-action.call-to-action-tertiary {
  background: #2baab1;
}
html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
  color: #fff;
}
html .call-to-action.featured.featured-quaternary {
  border-top-color: #383f48;
}
html .call-to-action.call-to-action-quaternary {
  background: #383f48;
}
html .call-to-action.with-full-borders-quaternary {
  border-color: #383f48;
}
html .call-to-action.call-to-action-quaternary {
  background: #383f48;
}
html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
  color: #fff;
}
html .call-to-action.featured.featured-dark {
  border-top-color: #212529;
}
html .call-to-action.call-to-action-dark {
  background: #212529;
}
html .call-to-action.with-full-borders-dark {
  border-color: #212529;
}
html .call-to-action.call-to-action-dark {
  background: #212529;
}
html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
  color: #fff;
}
html .call-to-action.featured.featured-light {
  border-top-color: #fff;
}
html .call-to-action.call-to-action-light {
  background: #fff;
}
html .call-to-action.with-full-borders-light {
  border-color: #fff;
}
html .call-to-action.call-to-action-light {
  background: #fff;
}
html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
  color: #777;
}
section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
  background: #2a2a2a;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #2a2a2a;
}
ul.history li .featured-box .box-content {
  border-top-color: #2a2a2a;
}
.portfolio-list .portfolio-item.portfolio-item-new:after {
  background: linear-gradient(135deg, #2a2a2a 0%, #e36159 80%);
}
.recent-posts .date .month,
article.post .post-date .month {
  background-color: #2a2a2a;
}
.recent-posts .date .day,
article.post .post-date .day {
  color: #2a2a2a;
}
.slider .tp-bannertimer {
  background-color: #2a2a2a;
}
.home-concept strong {
  color: #2a2a2a;
}
html .home-intro-primary {
  background: #2a2a2a;
}
html .home-intro-secondary {
  background: #e36159;
}
html .home-intro-tertiary {
  background: #2baab1;
}
html .home-intro-quaternary {
  background: #383f48;
}
html .home-intro-dark {
  background: #212529;
}
html .home-intro-light {
  background: #fff;
}
html .slide-overlay-primary .slotholder:after {
  background-color: #2a2a2a !important;
}
html .slider-container .tp-caption-overlay-primary {
  background: #2a2a2a;
}
html .slider-container .tp-caption-overlay-opacity-primary {
  background: rgba(42, 42, 42, 0.4);
}
html .tp-bullets.bullets-color-primary .tp-bullet:hover,
html .tp-bullets.bullets-color-primary .tp-bullet.selected {
  background: #2a2a2a;
}
html .slide-overlay-secondary .slotholder:after {
  background-color: #e36159 !important;
}
html .slider-container .tp-caption-overlay-secondary {
  background: #e36159;
}
html .slider-container .tp-caption-overlay-opacity-secondary {
  background: rgba(227, 97, 89, 0.4);
}
html .tp-bullets.bullets-color-secondary .tp-bullet:hover,
html .tp-bullets.bullets-color-secondary .tp-bullet.selected {
  background: #e36159;
}
html .slide-overlay-tertiary .slotholder:after {
  background-color: #2baab1 !important;
}
html .slider-container .tp-caption-overlay-tertiary {
  background: #2baab1;
}
html .slider-container .tp-caption-overlay-opacity-tertiary {
  background: rgba(43, 170, 177, 0.4);
}
html .tp-bullets.bullets-color-tertiary .tp-bullet:hover,
html .tp-bullets.bullets-color-tertiary .tp-bullet.selected {
  background: #2baab1;
}
html .slide-overlay-quaternary .slotholder:after {
  background-color: #383f48 !important;
}
html .slider-container .tp-caption-overlay-quaternary {
  background: #383f48;
}
html .slider-container .tp-caption-overlay-opacity-quaternary {
  background: rgba(56, 63, 72, 0.4);
}
html .tp-bullets.bullets-color-quaternary .tp-bullet:hover,
html .tp-bullets.bullets-color-quaternary .tp-bullet.selected {
  background: #383f48;
}
html .slide-overlay-dark .slotholder:after {
  background-color: #212529 !important;
}
html .slider-container .tp-caption-overlay-dark {
  background: #212529;
}
html .slider-container .tp-caption-overlay-opacity-dark {
  background: rgba(33, 37, 41, 0.4);
}
html .tp-bullets.bullets-color-dark .tp-bullet:hover,
html .tp-bullets.bullets-color-dark .tp-bullet.selected {
  background: #212529;
}
html .slide-overlay-light .slotholder:after {
  background-color: #fff !important;
}
html .slider-container .tp-caption-overlay-light {
  background: #fff;
}
html .slider-container .tp-caption-overlay-opacity-light {
  background: rgba(255, 255, 255, 0.4);
}
html .tp-bullets.bullets-color-light .tp-bullet:hover,
html .tp-bullets.bullets-color-light .tp-bullet.selected {
  background: #fff;
}
html .slide-overlay.slide-overlay-gradient .slotholder:after {
  background-color: #2baab1 !important;
  background-image: linear-gradient(
    to right,
    #2baab1 0%,
    #383f48 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2baab1',endColorstr='#383f48',GradientType=1);
}
.cd-product-viewer-handle .handle {
  background: #2a2a2a;
}
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
  background-color: #2a2a2a;
  border-color: #2a2a2a #2a2a2a #101010;
  color: #fff;
}
.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover,
.tparrows.tparrows-carousel.tp-leftarrow.hover,
.tparrows.tparrows-carousel.tp-rightarrow.hover {
  background-color: #3d3d3d;
  border-color: #444 #444 #2a2a2a;
  color: #fff;
}
.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow.focus,
.tparrows.tparrows-carousel.tp-rightarrow.focus {
  background-color: #171717;
  border-color: #101010 #101010 #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(42, 42, 42, 0.5);
}
.tparrows.tparrows-carousel.tp-leftarrow.disabled,
.tparrows.tparrows-carousel.tp-rightarrow.disabled,
.tparrows.tparrows-carousel.tp-leftarrow:disabled,
.tparrows.tparrows-carousel.tp-rightarrow:disabled {
  background-color: #2a2a2a;
  border-color: #2a2a2a #2a2a2a #101010;
}
.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow.active,
.tparrows.tparrows-carousel.tp-rightarrow.active {
  background-color: #171717 !important;
  background-image: none !important;
  border-color: #101010 #101010 #000000 !important;
}
.tparrows.arrows-primary:before {
  color: #2a2a2a;
}
.shop .products .product .onsale {
  background-color: #2a2a2a;
  border-bottom-color: #161616;
}
.shop .cart-totals tr.total .amount {
  color: #2a2a2a;
}
.shop .products .product .quick-view {
  background: rgba(42, 42, 42, 0.7);
}
.shop .products .product:hover .quick-view:hover {
  background: #2a2a2a;
}
.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover {
  color: #fff;
  background: #2a2a2a;
}
.product .product-thumb-info .countdown-offer-wrapper {
  background: #2a2a2a;
}
#footer .footer-ribbon {
  background: #2a2a2a;
}
#footer .footer-ribbon:before {
  border-right-color: #040404;
  border-left-color: #040404;
}
#footer
  .footer-nav.footer-nav-bottom-line
  nav
  > ul:not(:hover)
  > li
  > a.active {
  color: #2a2a2a !important;
}
#footer
  .footer-nav.footer-nav-bottom-line
  nav
  > ul:not(:hover)
  > li
  > a.active:before {
  background: #2a2a2a !important;
}
#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
  color: #2a2a2a !important;
}
#footer
  .footer-nav.footer-nav-bottom-line
  nav
  > ul:hover
  > li:hover
  > a:before {
  background: #2a2a2a !important;
}
.scrollable.colored-slider .scrollable-slider {
  background: #2a2a2a;
}
.sample-icon-list .sample-icon a:hover {
  background-color: #2a2a2a;
}
.cursor-inner {
  background-color: #2a2a2a;
}
.cursor-inner.cursor-inner-plus:before {
  color: #2a2a2a;
}
.cursor-outer {
  border-color: #2a2a2a;
}
.cssload-thecube .cssload-cube:before {
  background-color: #2a2a2a;
}
.cssload-cube-progress {
  border-color: #2a2a2a;
}
.cssload-cube-progress-inner {
  background-color: #2a2a2a;
}
.cssload-float-rings-inner.cssload-one {
  border-bottom-color: #2a2a2a;
}
.cssload-float-rings-inner.cssload-two {
  border-right-color: #2a2a2a;
}
.cssload-float-rings-inner.cssload-three {
  border-top-color: #2a2a2a;
}
.cssload-float-bars-loading,
.cssload-float-bars-loading:after,
.cssload-float-bars-loading:before {
  background: #2a2a2a;
}
.cssload-speeding-wheel {
  border-top-color: #2a2a2a;
  border-bottom-color: #2a2a2a;
}
.cssload-zenith {
  box-shadow: 3px 3px 1px #2a2a2a;
}
.cssload-spinning-square-loading {
  background: #2a2a2a;
}
.cssload-spinning-square-loading:before {
  background: #e36159;
}
.cssload-spinning-square-loading:after {
  background: #fff;
}
.cssload-pulse-loader {
  background: #2a2a2a;
}
.map-rounded-pin {
  background: #2a2a2a;
}
html.boxed .body {
  border-top-color: #2a2a2a;
}
.custom-btn-style-1:before {
  border-color: #2a2a2a !important;
}
.custom-btn-style-1.btn-light:before {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.custom-stroke-text-effect-1 {
  -webkit-text-stroke-color: #2a2a2a;
}
.custom-card-style-1:hover {
  background-color: #2a2a2a !important;
}
.custom-card-style-1:hover h2,
.custom-card-style-1:hover p {
  color: #fff !important;
}
.custom-card-style-1:hover .animated-icon svg path,
.custom-card-style-1:hover .animated-icon svg rect {
  fill: #fff !important;
}
.custom-dots-style-1 .owl-dots .owl-dot span {
  border-color: #2a2a2a !important;
}
.custom-dots-style-1 .owl-dots .owl-dot:hover span,
.custom-dots-style-1 .owl-dots .owl-dot.active span {
  background: #2a2a2a !important;
}
.custom-nav-filter > li.active > a {
  color: #2a2a2a !important;
  border-bottom-color: #2a2a2a !important;
}
.custom-link-effect-1:after {
  border-bottom-color: #2a2a2a;
}
::-moz-selection {
  color: #fff;
  background: #D1B06C;
}
::selection {
  color: #fff;
  background: #D1B06C;
}
a {
  color: #D1B06C;
}
a:hover {
  color: #071E49;
}
a:focus {
  color: #071E49;
}
a:active {
  color: #0077b3;
}
html .text-color-primary,
html .text-primary {
  color: #D1B06C !important;
}
html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
  color: #071E49 !important;
}
html .text-color-secondary,
html .text-secondary {
  color: #071E49 !important;
}
html .text-color-hover-secondary:hover,
html .text-hover-secondary:hover {
  color: #D1B06C !important;
}
html .text-color-tertiary,
html .text-tertiary {
  color: #2baab1 !important;
}
html .text-color-hover-tertiary:hover,
html .text-hover-tertiary:hover {
  color: #2baab1 !important;
}
html .text-color-quaternary,
html .text-quaternary {
  color: #383f48 !important;
}
html .text-color-hover-quaternary:hover,
html .text-hover-quaternary:hover {
  color: #383f48 !important;
}
html .text-color-dark,
html .text-dark {
  color: #212529 !important;
}
html .text-color-hover-dark:hover,
html .text-hover-dark:hover {
  color: #212529 !important;
}
html .text-color-light,
html .text-light {
  color: #fff !important;
}
html .text-color-hover-light:hover,
html .text-hover-light:hover {
  color: #fff !important;
}
html .svg-fill-color-primary {
  fill: #D1B06C !important;
}
html .svg-fill-color-primary svg path,
html .svg-fill-color-primary svg rect,
html .svg-fill-color-primary svg line,
html .svg-fill-color-primary svg polyline,
html .svg-fill-color-primary svg polygon {
  fill: #D1B06C !important;
}
html .svg-stroke-color-primary {
  stroke: #D1B06C !important;
}
html .svg-stroke-color-primary svg path,
html .svg-stroke-color-primary svg rect,
html .svg-stroke-color-primary svg line,
html .svg-stroke-color-primary svg polyline,
html .svg-stroke-color-primary svg polygon {
  stroke: #D1B06C !important;
}
html .svg-fill-color-secondary {
  fill: #e36159 !important;
}
html .svg-fill-color-secondary svg path,
html .svg-fill-color-secondary svg rect,
html .svg-fill-color-secondary svg line,
html .svg-fill-color-secondary svg polyline,
html .svg-fill-color-secondary svg polygon {
  fill: #e36159 !important;
}
html .svg-stroke-color-secondary {
  stroke: #e36159 !important;
}
html .svg-stroke-color-secondary svg path,
html .svg-stroke-color-secondary svg rect,
html .svg-stroke-color-secondary svg line,
html .svg-stroke-color-secondary svg polyline,
html .svg-stroke-color-secondary svg polygon {
  stroke: #e36159 !important;
}
html .svg-fill-color-tertiary {
  fill: #2baab1 !important;
}
html .svg-fill-color-tertiary svg path,
html .svg-fill-color-tertiary svg rect,
html .svg-fill-color-tertiary svg line,
html .svg-fill-color-tertiary svg polyline,
html .svg-fill-color-tertiary svg polygon {
  fill: #2baab1 !important;
}
html .svg-stroke-color-tertiary {
  stroke: #2baab1 !important;
}
html .svg-stroke-color-tertiary svg path,
html .svg-stroke-color-tertiary svg rect,
html .svg-stroke-color-tertiary svg line,
html .svg-stroke-color-tertiary svg polyline,
html .svg-stroke-color-tertiary svg polygon {
  stroke: #2baab1 !important;
}
html .svg-fill-color-quaternary {
  fill: #383f48 !important;
}
html .svg-fill-color-quaternary svg path,
html .svg-fill-color-quaternary svg rect,
html .svg-fill-color-quaternary svg line,
html .svg-fill-color-quaternary svg polyline,
html .svg-fill-color-quaternary svg polygon {
  fill: #383f48 !important;
}
html .svg-stroke-color-quaternary {
  stroke: #383f48 !important;
}
html .svg-stroke-color-quaternary svg path,
html .svg-stroke-color-quaternary svg rect,
html .svg-stroke-color-quaternary svg line,
html .svg-stroke-color-quaternary svg polyline,
html .svg-stroke-color-quaternary svg polygon {
  stroke: #383f48 !important;
}
html .svg-fill-color-dark {
  fill: #212529 !important;
}
html .svg-fill-color-dark svg path,
html .svg-fill-color-dark svg rect,
html .svg-fill-color-dark svg line,
html .svg-fill-color-dark svg polyline,
html .svg-fill-color-dark svg polygon {
  fill: #212529 !important;
}
html .svg-stroke-color-dark {
  stroke: #212529 !important;
}
html .svg-stroke-color-dark svg path,
html .svg-stroke-color-dark svg rect,
html .svg-stroke-color-dark svg line,
html .svg-stroke-color-dark svg polyline,
html .svg-stroke-color-dark svg polygon {
  stroke: #212529 !important;
}
html .svg-fill-color-light {
  fill: #fff !important;
}
html .svg-fill-color-light svg path,
html .svg-fill-color-light svg rect,
html .svg-fill-color-light svg line,
html .svg-fill-color-light svg polyline,
html .svg-fill-color-light svg polygon {
  fill: #fff !important;
}
html .svg-stroke-color-light {
  stroke: #fff !important;
}
html .svg-stroke-color-light svg path,
html .svg-stroke-color-light svg rect,
html .svg-stroke-color-light svg line,
html .svg-stroke-color-light svg polyline,
html .svg-stroke-color-light svg polygon {
  stroke: #fff !important;
}
.gradient-text-color {
  color: #D1B06C;
  background: linear-gradient(to bottom right, #D1B06C, #e36159);
  background-image: linear-gradient(to right, #D1B06C, #e36159);
}
html .bg-color-primary,
html .bg-primary {
  background-color: #D1B06C !important;
}
html .bg-color-hover-primary:hover,
html .bg-hover-primary:hover {
  background-color: #D1B06C !important;
}
html .bg-color-after-primary:after {
  background-color: #D1B06C !important;
}
html .bg-color-hover-after-primary:after:hover {
  background-color: #D1B06C !important;
}
html .bg-color-before-primary:before {
  background-color: #D1B06C !important;
}
html .bg-color-hover-before-primary:before:hover {
  background-color: #D1B06C !important;
}
html .bg-color-secondary,
html .bg-secondary {
  background-color: #D1B06C !important;
}
html .bg-color-hover-secondary:hover,
html .bg-hover-secondary:hover {
  background-color: #D1B06C !important;
}
html .bg-color-after-secondary:after {
  background-color: #D1B06C !important;
}
html .bg-color-hover-after-secondary:after:hover {
  background-color: #D1B06C !important;
}
html .bg-color-before-secondary:before {
  background-color: #D1B06C !important;
}
html .bg-color-hover-before-secondary:before:hover {
  background-color: #D1B06C !important;
}

html .bg-color-danger,
html .bg-danger {
  background-color: #e36159 !important;
}
html .bg-color-hover-danger:hover,
html .bg-hover-danger:hover {
  background-color: #e36159 !important;
}
html .bg-color-after-danger:after {
  background-color: #e36159 !important;
}
html .bg-color-hover-after-danger:after:hover {
  background-color: #e36159 !important;
}
html .bg-color-before-danger:before {
  background-color: #e36159 !important;
}
html .bg-color-hover-before-danger:before:hover {
  background-color: #e36159 !important;
}
html .bg-color-tertiary,
html .bg-tertiary {
  background-color: #2baab1 !important;
}
html .bg-color-hover-tertiary:hover,
html .bg-hover-tertiary:hover {
  background-color: #2baab1 !important;
}
html .bg-color-after-tertiary:after {
  background-color: #2baab1 !important;
}
html .bg-color-hover-after-tertiary:after:hover {
  background-color: #2baab1 !important;
}
html .bg-color-before-tertiary:before {
  background-color: #2baab1 !important;
}
html .bg-color-hover-before-tertiary:before:hover {
  background-color: #2baab1 !important;
}
html .bg-color-quaternary,
html .bg-quaternary {
  background-color: #383f48 !important;
}
html .bg-color-hover-quaternary:hover,
html .bg-hover-quaternary:hover {
  background-color: #383f48 !important;
}
html .bg-color-after-quaternary:after {
  background-color: #383f48 !important;
}
html .bg-color-hover-after-quaternary:after:hover {
  background-color: #383f48 !important;
}
html .bg-color-before-quaternary:before {
  background-color: #383f48 !important;
}
html .bg-color-hover-before-quaternary:before:hover {
  background-color: #383f48 !important;
}
html .bg-color-dark,
html .bg-dark {
  background-color: #212529 !important;
}
html .bg-color-hover-dark:hover,
html .bg-hover-dark:hover {
  background-color: #212529 !important;
}
html .bg-color-after-dark:after {
  background-color: #212529 !important;
}
html .bg-color-hover-after-dark:after:hover {
  background-color: #212529 !important;
}
html .bg-color-before-dark:before {
  background-color: #212529 !important;
}
html .bg-color-hover-before-dark:before:hover {
  background-color: #212529 !important;
}
html .bg-color-light,
html .bg-light {
  background-color: #fff !important;
}
html .bg-color-hover-light:hover,
html .bg-hover-light:hover {
  background-color: #fff !important;
}
html .bg-color-after-light:after {
  background-color: #fff !important;
}
html .bg-color-hover-after-light:after:hover {
  background-color: #fff !important;
}
html .bg-color-before-light:before {
  background-color: #fff !important;
}
html .bg-color-hover-before-light:before:hover {
  background-color: #fff !important;
}
.bg-gradient {
  background: linear-gradient(135deg, #D1B06C 0%, #e36159 80%);
}
@-webkit-keyframes colorTransition {
  0% {
    background-color: #D1B06C;
  }
  33% {
    background-color: #e36159;
  }
  66% {
    background-color: #2baab1;
  }
  100% {
    background-color: #383f48;
  }
}
@keyframes colorTransition {
  0% {
    background-color: #D1B06C;
  }
  33% {
    background-color: #e36159;
  }
  66% {
    background-color: #2baab1;
  }
  100% {
    background-color: #383f48;
  }
}
html .border-color-primary {
  border-color: #D1B06C !important;
}
html .border-color-hover-primary:hover {
  border-color: #D1B06C !important;
}
html .border-color-secondary {
  border-color: #e36159 !important;
}
html .border-color-hover-secondary:hover {
  border-color: #e36159 !important;
}
html .border-color-tertiary {
  border-color: #2baab1 !important;
}
html .border-color-hover-tertiary:hover {
  border-color: #2baab1 !important;
}
html .border-color-quaternary {
  border-color: #383f48 !important;
}
html .border-color-hover-quaternary:hover {
  border-color: #383f48 !important;
}
html .border-color-dark {
  border-color: #212529 !important;
}
html .border-color-hover-dark:hover {
  border-color: #212529 !important;
}
html .border-color-light {
  border-color: #fff !important;
}
html .border-color-hover-light:hover {
  border-color: #fff !important;
}
.alternative-font {
  color: #D1B06C;
}
html .box-shadow-1-primary:before {
  box-shadow: 0 30px 90px #D1B06C !important;
}
html .box-shadow-1-secondary:before {
  box-shadow: 0 30px 90px #e36159 !important;
}
html .box-shadow-1-tertiary:before {
  box-shadow: 0 30px 90px #2baab1 !important;
}
html .box-shadow-1-quaternary:before {
  box-shadow: 0 30px 90px #383f48 !important;
}
html .box-shadow-1-dark:before {
  box-shadow: 0 30px 90px #212529 !important;
}
html .box-shadow-1-light:before {
  box-shadow: 0 30px 90px #fff !important;
}
html .blockquote-primary {
  border-color: #D1B06C !important;
}
html .blockquote-secondary {
  border-color: #e36159 !important;
}
html .blockquote-tertiary {
  border-color: #2baab1 !important;
}
html .blockquote-quaternary {
  border-color: #383f48 !important;
}
html .blockquote-dark {
  border-color: #212529 !important;
}
html .blockquote-light {
  border-color: #fff !important;
}
p.drop-caps:first-letter {
  color: #D1B06C;
}
p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #D1B06C;
}
html .nav-color-primary nav > ul > li > a {
  color: #D1B06C !important;
}
html
  .nav-color-primary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #D1B06C !important;
}
html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #D1B06C !important;
}
html .nav-color-secondary nav > ul > li > a {
  color: #e36159 !important;
}
html
  .nav-color-secondary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #e36159 !important;
}
html
  .nav-color-secondary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  ul {
  border-top-color: #e36159 !important;
}
html .nav-color-tertiary nav > ul > li > a {
  color: #2baab1 !important;
}
html
  .nav-color-tertiary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #2baab1 !important;
}
html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #2baab1 !important;
}
html .nav-color-quaternary nav > ul > li > a {
  color: #383f48 !important;
}
html
  .nav-color-quaternary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #383f48 !important;
}
html
  .nav-color-quaternary:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  ul {
  border-top-color: #383f48 !important;
}
html .nav-color-dark nav > ul > li > a {
  color: #212529 !important;
}
html
  .nav-color-dark:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #212529 !important;
}
html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #212529 !important;
}
html .nav-color-light nav > ul > li > a {
  color: #fff !important;
}
html
  .nav-color-light:not(.header-nav-main-dropdown-arrow)
  nav
  > ul
  > li
  > a:before {
  background-color: #fff !important;
}
html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #fff !important;
}
.nav-pills > li.active > a,
.nav-pills .nav-link.active {
  background-color: #D1B06C;
}
.nav-pills > li.active > a:hover,
.nav-pills .nav-link.active:hover,
.nav-pills > li.active > a:focus,
.nav-pills .nav-link.active:focus {
  background-color: #D1B06C;
}
.nav-active-style-1 > li > a:hover,
.nav-active-style-1 > li > a:focus,
.nav-active-style-1 > li > a.active {
  border-bottom-color: #D1B06C;
}
html .nav-pills-primary a {
  color: #D1B06C;
}
html .nav-pills-primary a:hover {
  color: #071E49;
}
html .nav-pills-primary a:focus {
  color: #071E49;
}
html .nav-pills-primary a:active {
  color: #0077b3;
}
html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
  background-color: #D1B06C;
}
html .nav-pills-primary .nav-link.active:hover,
html .nav-pills-primary > li.active > a:hover,
html .nav-pills-primary .nav-link.active:focus,
html .nav-pills-primary > li.active > a:focus {
  background-color: #D1B06C;
}
html .nav-pills-secondary a {
  color: #e36159;
}
html .nav-pills-secondary a:hover {
  color: #e7766f;
}
html .nav-pills-secondary a:focus {
  color: #e7766f;
}
html .nav-pills-secondary a:active {
  color: #df4c43;
}
html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
  background-color: #e36159;
}
html .nav-pills-secondary .nav-link.active:hover,
html .nav-pills-secondary > li.active > a:hover,
html .nav-pills-secondary .nav-link.active:focus,
html .nav-pills-secondary > li.active > a:focus {
  background-color: #e36159;
}
html .nav-pills-tertiary a {
  color: #2baab1;
}
html .nav-pills-tertiary a:hover {
  color: #30bec6;
}
html .nav-pills-tertiary a:focus {
  color: #30bec6;
}
html .nav-pills-tertiary a:active {
  color: #26969c;
}
html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
  background-color: #2baab1;
}
html .nav-pills-tertiary .nav-link.active:hover,
html .nav-pills-tertiary > li.active > a:hover,
html .nav-pills-tertiary .nav-link.active:focus,
html .nav-pills-tertiary > li.active > a:focus {
  background-color: #2baab1;
}
html .nav-pills-quaternary a {
  color: #383f48;
}
html .nav-pills-quaternary a:hover {
  color: #434c56;
}
html .nav-pills-quaternary a:focus {
  color: #434c56;
}
html .nav-pills-quaternary a:active {
  color: #2d323a;
}
html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary > li.active > a {
  background-color: #383f48;
}
html .nav-pills-quaternary .nav-link.active:hover,
html .nav-pills-quaternary > li.active > a:hover,
html .nav-pills-quaternary .nav-link.active:focus,
html .nav-pills-quaternary > li.active > a:focus {
  background-color: #383f48;
}
html .nav-pills-dark a {
  color: #212529;
}
html .nav-pills-dark a:hover {
  color: #2c3237;
}
html .nav-pills-dark a:focus {
  color: #2c3237;
}
html .nav-pills-dark a:active {
  color: #16181b;
}
html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
  background-color: #212529;
}
html .nav-pills-dark .nav-link.active:hover,
html .nav-pills-dark > li.active > a:hover,
html .nav-pills-dark .nav-link.active:focus,
html .nav-pills-dark > li.active > a:focus {
  background-color: #212529;
}
html .nav-pills-light a {
  color: #fff;
}
html .nav-pills-light a:hover {
  color: #fff;
}
html .nav-pills-light a:focus {
  color: #fff;
}
html .nav-pills-light a:active {
  color: #f2f2f2;
}
html .nav-pills-light .nav-link.active,
html .nav-pills-light > li.active > a {
  background-color: #fff;
}
html .nav-pills-light .nav-link.active:hover,
html .nav-pills-light > li.active > a:hover,
html .nav-pills-light .nav-link.active:focus,
html .nav-pills-light > li.active > a:focus {
  background-color: #fff;
}
.section-scroll-dots-navigation.scroll-dots-navigation-colored
  > ul
  > li
  > a:before {
  background: #D1B06C;
}
.sort-source-wrapper .nav > li.active > a {
  color: #D1B06C;
}
.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
  color: #D1B06C;
}
.sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #D1B06C;
}
.sort-source.sort-source-style-3 > li.active > a {
  border-bottom-color: #D1B06C !important;
  color: #D1B06C !important;
}
html .badge-primary {
  background-color: #D1B06C;
}
html .badge-secondary {
  background-color: #e36159;
}
html .badge-tertiary {
  background-color: #2baab1;
}
html .badge-quaternary {
  background-color: #008fe2 !important;
  color: #fff !important;
}
html .badge-dark {
  background-color: #212529;
}
html .badge-light {
  background-color: #fff;
}
html .overlay-color-primary:not(.no-skin):before {
  background-color: #D1B06C !important;
}
html .overlay-color-secondary:not(.no-skin):before {
  background-color: #e36159 !important;
}
html .overlay-color-tertiary:not(.no-skin):before {
  background-color: #2baab1 !important;
}
html .overlay-color-quaternary:not(.no-skin):before {
  background-color: #383f48 !important;
}
html .overlay-color-dark:not(.no-skin):before {
  background-color: #212529 !important;
}
html .overlay-color-light:not(.no-skin):before {
  background-color: #fff !important;
}
.overlay-gradient:before {
  background-color: #2baab1 !important;
  background-image: linear-gradient(
    to right,
    #2baab1 0%,
    #383f48 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAAB1',endColorstr='#383f48',GradientType=1);
}
.btn-link {
  color: #D1B06C;
}
.btn-link:hover {
  color: #071E49;
}
.btn-link:active {
  color: #0077b3;
}
html .btn-primary {
  background-color: #071E49;
  border-color: #071E49 #071E49 #071E49;
  color: #fff;
}
html .btn-primary:hover,
html .btn-primary.hover {
  background-color: #D1B06C;
  border-color: #D1B06C #D1B06C #D1B06C;
  color: #fff;
}
html .btn-primary:focus,
html .btn-primary.focus {
  background-color: #006ea6;
  border-color: #069 #069 #046;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}
html .btn-primary.disabled,
html .btn-primary:disabled {
  background-color: #D1B06C;
  border-color: #D1B06C #D1B06C #069;
}
html .btn-primary:active,
html .btn-primary.active {
  background-color: #006ea6 !important;
  background-image: none !important;
  border-color: #069 #069 #004466 !important;
}
html .btn-primary-scale-2 {
  background-color: #069;
  border-color: #069 #069 #046;
  color: #fff;
}
html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
  background-color: #007fbf;
  border-color: #D1B06C #D1B06C #069;
  color: #fff;
}
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
  background-color: #004c73;
  border-color: #046 #046 #023;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
}
html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
  background-color: #069;
  border-color: #069 #069 #046;
}
html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active {
  background-color: #004c73 !important;
  background-image: none !important;
  border-color: #046 #046 #002233 !important;
}
html .show > .btn-primary.dropdown-toggle,
html .show > .btn-primary-scale-2.dropdown-toggle {
  background-color: #006ea6 !important;
  background-image: none !important;
  border-color: #069 #069 #004466 !important;
}
html .btn-secondary {
  background-color: #e36159;
  border-color: #e36159 #e36159 #dc372d;
  color: #fff;
}
html .btn-secondary:hover,
html .btn-secondary.hover {
  background-color: #e9807a;
  border-color: #ea8b85 #ea8b85 #e36159;
  color: #fff;
}
html .btn-secondary:focus,
html .btn-secondary.focus {
  background-color: #dd4238;
  border-color: #dc372d #dc372d #b7281f;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}
html .btn-secondary.disabled,
html .btn-secondary:disabled {
  background-color: #e36159;
  border-color: #e36159 #e36159 #dc372d;
}
html .btn-secondary:active,
html .btn-secondary.active {
  background-color: #dd4238 !important;
  background-image: none !important;
  border-color: #dc372d #dc372d #b7281f !important;
}
html .btn-secondary-scale-2 {
  background-color: #dc372d;
  border-color: #dc372d #dc372d #b7281f;
  color: #fff;
}
html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
  background-color: #e1574e;
  border-color: #e36159 #e36159 #dc372d;
  color: #fff;
}
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
  background-color: #c22a21;
  border-color: #b7281f #b7281f #8b1e18;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(220, 55, 45, 0.5);
}
html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
  background-color: #dc372d;
  border-color: #dc372d #dc372d #b7281f;
}
html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active {
  background-color: #c22a21 !important;
  background-image: none !important;
  border-color: #b7281f #b7281f #8b1e18 !important;
}
html .show > .btn-secondary.dropdown-toggle,
html .show > .btn-secondary-scale-2.dropdown-toggle {
  background-color: #dd4238 !important;
  background-image: none !important;
  border-color: #dc372d #dc372d #b7281f !important;
}
html .btn-tertiary {
  background-color: #2baab1;
  border-color: #2baab1 #2baab1 #218388;
  color: #fff;
}
html .btn-tertiary:hover,
html .btn-tertiary.hover {
  background-color: #34c6ce;
  border-color: #3fc9d0 #3fc9d0 #2baab1;
  color: #fff;
}
html .btn-tertiary:focus,
html .btn-tertiary.focus {
  background-color: #248c92;
  border-color: #218388 #218388 #175b5f;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
}
html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
  background-color: #2baab1;
  border-color: #2baab1 #2baab1 #218388;
}
html .btn-tertiary:active,
html .btn-tertiary.active {
  background-color: #248c92 !important;
  background-image: none !important;
  border-color: #218388 #218388 #175b5f !important;
}
html .btn-tertiary-scale-2 {
  background-color: #218388;
  border-color: #218388 #218388 #175b5f;
  color: #fff;
}
html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
  background-color: #29a0a7;
  border-color: #2baab1 #2baab1 #218388;
  color: #fff;
}
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
  background-color: #1a6569;
  border-color: #175b5f #175b5f #0d3436;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(33, 131, 136, 0.5);
}
html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
  background-color: #218388;
  border-color: #218388 #218388 #175b5f;
}
html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active {
  background-color: #1a6569 !important;
  background-image: none !important;
  border-color: #175b5f #175b5f #0d3436 !important;
}
html .show > .btn-tertiary.dropdown-toggle,
html .show > .btn-tertiary-scale-2.dropdown-toggle {
  background-color: #248c92 !important;
  background-image: none !important;
  border-color: #218388 #218388 #175b5f !important;
}
html .btn-quaternary {
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
  color: #fff;
}
html .btn-quaternary:hover,
html .btn-quaternary.hover {
  background-color: #49525e;
  border-color: #4e5865 #4e5865 #383f48;
  color: #fff;
}
html .btn-quaternary:focus,
html .btn-quaternary.focus {
  background-color: #272c32;
  border-color: #22262b #22262b #0b0d0f;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
}
html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
}
html .btn-quaternary:active,
html .btn-quaternary.active {
  background-color: #272c32 !important;
  background-image: none !important;
  border-color: #22262b #22262b #0b0d0f !important;
}
html .btn-quaternary-scale-2 {
  background-color: #22262b;
  border-color: #22262b #22262b #0b0d0f;
  color: #fff;
}
html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
  background-color: #323941;
  border-color: #383f48 #383f48 #22262b;
  color: #fff;
}
html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
  background-color: #111316;
  border-color: #0b0d0f #0b0d0f #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(34, 38, 43, 0.5);
}
html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
  background-color: #22262b;
  border-color: #22262b #22262b #0b0d0f;
}
html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active {
  background-color: #111316 !important;
  background-image: none !important;
  border-color: #0b0d0f #0b0d0f #000000 !important;
}
html .show > .btn-quaternary.dropdown-toggle,
html .show > .btn-quaternary-scale-2.dropdown-toggle {
  background-color: #272c32 !important;
  background-image: none !important;
  border-color: #22262b #22262b #0b0d0f !important;
}
html .btn-dark {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
  color: #fff;
}
html .btn-dark:hover,
html .btn-dark.hover {
  background-color: #32383e;
  border-color: #383f45 #383f45 #212529;
  color: #fff;
}
html .btn-dark:focus,
html .btn-dark.focus {
  background-color: #101214;
  border-color: #0a0c0d #0a0c0d #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}
html .btn-dark.disabled,
html .btn-dark:disabled {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
}
html .btn-dark:active,
html .btn-dark.active {
  background-color: #101214 !important;
  background-image: none !important;
  border-color: #0a0c0d #0a0c0d #000000 !important;
}
html .btn-dark-scale-2 {
  background-color: #0a0c0d;
  border-color: #0a0c0d #0a0c0d #000;
  color: #fff;
}
html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
  background-color: #1b1f22;
  border-color: #212529 #212529 #0a0c0d;
  color: #fff;
}
html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
  background-color: #000;
  border-color: #000 #000 #000;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(10, 11, 13, 0.5);
}
html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
  background-color: #0a0c0d;
  border-color: #0a0c0d #0a0c0d #000;
}
html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active {
  background-color: #000000 !important;
  background-image: none !important;
  border-color: #000 #000 #000000 !important;
}
html .show > .btn-dark.dropdown-toggle,
html .show > .btn-dark-scale-2.dropdown-toggle {
  background-color: #101214 !important;
  background-image: none !important;
  border-color: #0a0c0d #0a0c0d #000000 !important;
}
html .btn-light {
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
  color: #777;
}
html .btn-light:hover,
html .btn-light.hover {
  background-color: #fff;
  border-color: #fff #fff #fff;
  color: #777;
}
html .btn-light:focus,
html .btn-light.focus {
  background-color: #ececec;
  border-color: #e6e6e6 #e6e6e6 #ccc;
  color: #777;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
html .btn-light.disabled,
html .btn-light:disabled {
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
}
html .btn-light:active,
html .btn-light.active {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}
html .btn-light-scale-2 {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #ccc;
  color: #777;
}
html .btn-light-scale-2:hover,
html .btn-light-scale-2.hover {
  background-color: #f9f9f9;
  border-color: #fff #fff #e6e6e6;
  color: #777;
}
html .btn-light-scale-2:focus,
html .btn-light-scale-2.focus {
  background-color: #d2d2d2;
  border-color: #ccc #ccc #b3b3b3;
  color: #777;
  box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
}
html .btn-light-scale-2.disabled,
html .btn-light-scale-2:disabled {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #ccc;
}
html .btn-light-scale-2:active,
html .btn-light-scale-2.active {
  background-color: #d2d2d2 !important;
  background-image: none !important;
  border-color: #ccc #ccc #b3b3b3 !important;
}
html .show > .btn-light.dropdown-toggle,
html .show > .btn-light-scale-2.dropdown-toggle {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}
html .btn-outline.btn-primary {
  color: #D1B06C;
  background-color: transparent;
  background-image: none;
  border-color: #D1B06C;
}
html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
  color: #fff;
  background-color: #D1B06C;
  border-color: #D1B06C;
}
html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}
html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
  color: #D1B06C;
  background-color: transparent;
}
html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active {
  color: #fff !important;
  background-color: #D1B06C !important;
  border-color: #D1B06C !important;
}
html .show > .btn-outline.btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #D1B06C !important;
  border-color: #D1B06C !important;
}
html .btn-outline.btn-secondary {
  color: #e36159;
  background-color: transparent;
  background-image: none;
  border-color: #e36159;
}
html .btn-outline.btn-secondary:hover,
html .btn-outline.btn-secondary.hover {
  color: #fff;
  background-color: #e36159;
  border-color: #e36159;
}
html .btn-outline.btn-secondary:focus,
html .btn-outline.btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}
html .btn-outline.btn-secondary.disabled,
html .btn-outline.btn-secondary:disabled {
  color: #e36159;
  background-color: transparent;
}
html .btn-outline.btn-secondary:active,
html .btn-outline.btn-secondary.active {
  color: #fff !important;
  background-color: #e36159 !important;
  border-color: #e36159 !important;
}
html .show > .btn-outline.btn-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #e36159 !important;
  border-color: #e36159 !important;
}
html .btn-outline.btn-tertiary {
  color: #2baab1;
  background-color: transparent;
  background-image: none;
  border-color: #2baab1;
}
html .btn-outline.btn-tertiary:hover,
html .btn-outline.btn-tertiary.hover {
  color: #fff;
  background-color: #2baab1;
  border-color: #2baab1;
}
html .btn-outline.btn-tertiary:focus,
html .btn-outline.btn-tertiary.focus {
  box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
}
html .btn-outline.btn-tertiary.disabled,
html .btn-outline.btn-tertiary:disabled {
  color: #2baab1;
  background-color: transparent;
}
html .btn-outline.btn-tertiary:active,
html .btn-outline.btn-tertiary.active {
  color: #fff !important;
  background-color: #2baab1 !important;
  border-color: #2baab1 !important;
}
html .show > .btn-outline.btn-tertiary.dropdown-toggle {
  color: #fff !important;
  background-color: #2baab1 !important;
  border-color: #2baab1 !important;
}
html .btn-outline.btn-quaternary {
  color: #383f48;
  background-color: transparent;
  background-image: none;
  border-color: #383f48;
}
html .btn-outline.btn-quaternary:hover,
html .btn-outline.btn-quaternary.hover {
  color: #fff;
  background-color: #383f48;
  border-color: #383f48;
}
html .btn-outline.btn-quaternary:focus,
html .btn-outline.btn-quaternary.focus {
  box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
}
html .btn-outline.btn-quaternary.disabled,
html .btn-outline.btn-quaternary:disabled {
  color: #383f48;
  background-color: transparent;
}
html .btn-outline.btn-quaternary:active,
html .btn-outline.btn-quaternary.active {
  color: #fff !important;
  background-color: #383f48 !important;
  border-color: #383f48 !important;
}
html .show > .btn-outline.btn-quaternary.dropdown-toggle {
  color: #fff !important;
  background-color: #383f48 !important;
  border-color: #383f48 !important;
}
html .btn-outline.btn-dark {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}
html .btn-outline.btn-dark:hover,
html .btn-outline.btn-dark.hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
html .btn-outline.btn-dark:focus,
html .btn-outline.btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}
html .btn-outline.btn-dark.disabled,
html .btn-outline.btn-dark:disabled {
  color: #212529;
  background-color: transparent;
}
html .btn-outline.btn-dark:active,
html .btn-outline.btn-dark.active {
  color: #fff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}
html .show > .btn-outline.btn-dark.dropdown-toggle {
  color: #fff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}
html .btn-outline.btn-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
html .btn-outline.btn-light:hover,
html .btn-outline.btn-light.hover {
  color: #777;
  background-color: #fff;
  border-color: #fff;
}
html .btn-outline.btn-light:focus,
html .btn-outline.btn-light.focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
html .btn-outline.btn-light.disabled,
html .btn-outline.btn-light:disabled {
  color: #fff;
  background-color: transparent;
}
html .btn-outline.btn-light:active,
html .btn-outline.btn-light.active {
  color: #777 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
html .show > .btn-outline.btn-light.dropdown-toggle {
  color: #777 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
html .btn-with-arrow.btn-primary {
  background-color: transparent;
  border-color: transparent;
  color: #D1B06C;
}
html .btn-with-arrow.btn-primary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #D1B06C !important;
}
html .btn-with-arrow.btn-primary span {
  background-color: #D1B06C;
  box-shadow: 2px 3px 18px -3px #D1B06C;
}
html .btn-with-arrow.btn-primary.btn-outline {
  border-color: #D1B06C !important;
}
html .btn-with-arrow.btn-primary.btn-outline:hover span {
  background-color: #071E49 !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #e36159;
}
html .btn-with-arrow.btn-secondary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #e36159 !important;
}
html .btn-with-arrow.btn-secondary span {
  background-color: #e36159;
  box-shadow: 2px 3px 18px -3px #e36159;
}
html .btn-with-arrow.btn-secondary.btn-outline {
  border-color: #e36159 !important;
}
html .btn-with-arrow.btn-secondary.btn-outline:hover span {
  background-color: #e7766f !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-tertiary {
  background-color: transparent;
  border-color: transparent;
  color: #2baab1;
}
html .btn-with-arrow.btn-tertiary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #2baab1 !important;
}
html .btn-with-arrow.btn-tertiary span {
  background-color: #2baab1;
  box-shadow: 2px 3px 18px -3px #2baab1;
}
html .btn-with-arrow.btn-tertiary.btn-outline {
  border-color: #2baab1 !important;
}
html .btn-with-arrow.btn-tertiary.btn-outline:hover span {
  background-color: #30bec6 !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-quaternary {
  background-color: transparent;
  border-color: transparent;
  color: #383f48;
}
html .btn-with-arrow.btn-quaternary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #383f48 !important;
}
html .btn-with-arrow.btn-quaternary span {
  background-color: #383f48;
  box-shadow: 2px 3px 18px -3px #383f48;
}
html .btn-with-arrow.btn-quaternary.btn-outline {
  border-color: #383f48 !important;
}
html .btn-with-arrow.btn-quaternary.btn-outline:hover span {
  background-color: #434c56 !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-dark {
  background-color: transparent;
  border-color: transparent;
  color: #212529;
}
html .btn-with-arrow.btn-dark:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #212529 !important;
}
html .btn-with-arrow.btn-dark span {
  background-color: #212529;
  box-shadow: 2px 3px 18px -3px #212529;
}
html .btn-with-arrow.btn-dark.btn-outline {
  border-color: #212529 !important;
}
html .btn-with-arrow.btn-dark.btn-outline:hover span {
  background-color: #2c3237 !important;
  box-shadow: none;
}
html .btn-with-arrow.btn-light {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
html .btn-with-arrow.btn-light:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fff !important;
}
html .btn-with-arrow.btn-light span {
  background-color: #fff;
  box-shadow: 2px 3px 18px -3px #fff;
}
html .btn-with-arrow.btn-light.btn-outline {
  border-color: #fff !important;
}
html .btn-with-arrow.btn-light.btn-outline:hover span {
  background-color: #ffffff !important;
  box-shadow: none;
}
.btn-gradient:not(.btn-outline) {
  background: linear-gradient(135deg, #D1B06C 0%, #e36159 80%);
  color: #fff;
}
.btn-gradient:not(.btn-outline):hover,
.btn-gradient:not(.btn-outline).hover {
  background: linear-gradient(135deg, #00a1f2 0%, #e9807a 80%);
  color: #fff;
}
.btn-gradient:not(.btn-outline):focus,
.btn-gradient:not(.btn-outline).focus {
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}
.btn-gradient:not(.btn-outline).disabled,
.btn-gradient:not(.btn-outline):disabled {
  background: linear-gradient(135deg, #D1B06C 0%, #e36159 80%);
}
.btn-gradient:not(.btn-outline):active,
.btn-gradient:not(.btn-outline).active {
  background: linear-gradient(135deg, #006ea6 0%, #dd4238 80%) !important;
  color: #fff !important;
}
.btn-gradient.btn-outline {
  -o-border-image: linear-gradient(135deg, #D1B06C 0%, #e36159 80%);
  border-image: linear-gradient(135deg, #D1B06C 0%, #e36159 80%);
  color: #D1B06C;
}
.btn-gradient.btn-outline:hover,
.btn-gradient.btn-outline.hover {
  -o-border-image: linear-gradient(135deg, #00a1f2 0%, #e9807a 80%);
  border-image: linear-gradient(135deg, #00a1f2 0%, #e9807a 80%);
  color: #00a1f2;
}
.btn-gradient.btn-outline:focus,
.btn-gradient.btn-outline.focus {
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}
.btn-gradient.btn-outline.disabled,
.btn-gradient.btn-outline:disabled {
  -o-border-image: linear-gradient(135deg, #D1B06C 0%, #e36159 80%);
  border-image: linear-gradient(135deg, #D1B06C 0%, #e36159 80%);
}
.btn-gradient.btn-outline:active,
.btn-gradient.btn-outline.active {
  -o-border-image: linear-gradient(135deg, #006ea6 0%, #dd4238 80%);
  border-image: linear-gradient(135deg, #006ea6 0%, #dd4238 80%);
  color: #006ea6;
}
.btn-gradient-primary:not(.btn-outline) {
  background: linear-gradient(135deg, #0096e0 0%, #0081c2 80%);
  color: #fff;
}
.btn-gradient-primary:not(.btn-outline):hover,
.btn-gradient-primary:not(.btn-outline).hover {
  background: linear-gradient(135deg, #0092db 0%, #00a1f2 80%);
  color: #fff;
}
.btn-gradient-primary:not(.btn-outline):focus,
.btn-gradient-primary:not(.btn-outline).focus {
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}
.btn-gradient-primary:not(.btn-outline).disabled,
.btn-gradient-primary:not(.btn-outline):disabled {
  background: linear-gradient(135deg, #0096e0 80%, #0081c2 0%);
}
.btn-gradient-primary:not(.btn-outline):active,
.btn-gradient-primary:not(.btn-outline).active {
  background: linear-gradient(135deg, #0092db 0%, #00a1f2 80%) !important;
  color: #fff !important;
}
.btn-gradient-primary.btn-outline {
  -o-border-image: linear-gradient(135deg, #D1B06C 0%, #00a3f5 80%);
  border-image: linear-gradient(135deg, #D1B06C 0%, #00a3f5 80%);
  color: #D1B06C;
}
.btn-gradient-primary.btn-outline:hover,
.btn-gradient-primary.btn-outline.hover {
  -o-border-image: linear-gradient(135deg, #00a1f2 0%, #00a1f2 80%);
  border-image: linear-gradient(135deg, #00a1f2 0%, #00a1f2 80%);
  color: #00a1f2;
}
.btn-gradient-primary.btn-outline:focus,
.btn-gradient-primary.btn-outline.focus {
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}
.btn-gradient-primary.btn-outline.disabled,
.btn-gradient-primary.btn-outline:disabled {
  -o-border-image: linear-gradient(135deg, #D1B06C 0%, #00a3f5 80%);
  border-image: linear-gradient(135deg, #D1B06C 0%, #00a3f5 80%);
}
.btn-gradient-primary.btn-outline:active,
.btn-gradient-primary.btn-outline.active {
  -o-border-image: linear-gradient(135deg, #00a1f2 0%, #00a1f2 80%);
  border-image: linear-gradient(135deg, #00a1f2 0%, #00a1f2 80%);
  color: #00a1f2;
}
.pagination > a,
.pagination > a:hover,
.pagination > a:focus,
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #D1B06C;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
  background-color: #D1B06C !important;
  border-color: #D1B06C;
}
body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
  color: #D1B06C;
}
body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
  background-color: #D1B06C;
  border-color: #D1B06C;
}
.pagination > .active > a,
body.dark .pagination > .active > a {
  background-color: #D1B06C;
  border-color: #D1B06C #D1B06C #069;
  color: #fff;
}
.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
  background-color: #00a1f2;
  border-color: #0af #0af #D1B06C;
  color: #fff;
}
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
  background-color: #006ea6;
  border-color: #069 #069 #046;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}
.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
  background-color: #D1B06C;
  border-color: #D1B06C #D1B06C #069;
}
.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active {
  background-color: #006ea6 !important;
  background-image: none !important;
  border-color: #069 #069 #004466 !important;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #D1B06C;
}
.custom-checkbox-switch:checked {
  background-color: #D1B06C;
  border-color: #D1B06C;
}
html .alert-primary {
  background-color: #D1B06C;
  border-color: #007ebd;
  color: #fff;
}
html .alert-primary .alert-link {
  color: #fff;
}
html .alert-secondary {
  background-color: #e36159;
  border-color: #e1554c;
  color: #fff;
}
html .alert-secondary .alert-link {
  color: #fff;
}
html .alert-tertiary {
  background-color: #2baab1;
  border-color: #289ea5;
  color: #fff;
}
html .alert-tertiary .alert-link {
  color: #fff;
}
html .alert-quaternary {
  background-color: #383f48;
  border-color: #31373f;
  color: #fff;
}
html .alert-quaternary .alert-link {
  color: #fff;
}
html .alert-dark {
  background-color: #212529;
  border-color: #1a1d21;
  color: #fff;
}
html .alert-dark .alert-link {
  color: #fff;
}
html .alert-light {
  background-color: #fff;
  border-color: #f7f7f7;
  color: #777;
}
html .alert-light .alert-link {
  color: #777;
}
html .progress-bar-primary {
  background-color: #D1B06C;
}
html .progress-bar-secondary {
  background-color: #e36159;
}
html .progress-bar-tertiary {
  background-color: #2baab1;
}
html .progress-bar-quaternary {
  background-color: #383f48;
}
html .progress-bar-dark {
  background-color: #212529;
}
html .progress-bar-light {
  background-color: #fff;
}
html .word-rotator.loading-bar-primary .word-rotator-words::after {
  background-color: #D1B06C;
}
html .word-rotator.loading-bar-secondary .word-rotator-words::after {
  background-color: #e36159;
}
html .word-rotator.loading-bar-tertiary .word-rotator-words::after {
  background-color: #2baab1;
}
html .word-rotator.loading-bar-quaternary .word-rotator-words::after {
  background-color: #383f48;
}
html .word-rotator.loading-bar-dark .word-rotator-words::after {
  background-color: #212529;
}
html .word-rotator.loading-bar-light .word-rotator-words::after {
  background-color: #fff;
}
.process .process-step-circle {
  border-color: #D1B06C;
}
.process .process-step:hover .process-step-circle {
  background-color: #D1B06C;
}
.process .process-step:hover .process-step-circle .process-step-circle-content {
  color: #fff !important;
}
.process.process-shapes .process-step-circle .process-step-circle-content,
.process.process-shapes .process-step-circle:before,
.process.process-shapes .process-step-circle:after {
  background-color: #D1B06C;
}
.process-connecting-line .connecting-line {
  background: #D1B06C;
}
html .rating-primary .filled-stars {
  color: #D1B06C;
}
html .rating-secondary .filled-stars {
  color: #e36159;
}
html .rating-tertiary .filled-stars {
  color: #2baab1;
}
html .rating-quaternary .filled-stars {
  color: #383f48;
}
html .rating-dark .filled-stars {
  color: #212529;
}
html .rating-light .filled-stars {
  color: #fff;
}
html section.section-primary {
  background-color: #D1B06C !important;
  border-color: #0077b3 !important;
}
html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
  color: #fff;
}
html section.section-primary p {
  color: #e6e6e6;
}
html section.section-primary-scale-2 {
  background-color: #006699 !important;
  border-color: #005580 !important;
}
html
  section.section-primary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #069;
}
html section.section-secondary {
  background-color: #e36159 !important;
  border-color: #df4c43 !important;
}
html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
  color: #fff;
}
html section.section-secondary p {
  color: #e6e6e6;
}
html section.section-secondary-scale-2 {
  background-color: #dc372d !important;
  border-color: #cd2c23 !important;
}
html
  section.section-secondary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #dc372d;
}
html section.section-tertiary {
  background-color: #2baab1 !important;
  border-color: #26969c !important;
}
html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
  color: #fff;
}
html section.section-tertiary p {
  color: #e6e6e6;
}
html section.section-tertiary-scale-2 {
  background-color: #218388 !important;
  border-color: #1c6f73 !important;
}
html
  section.section-tertiary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #218388;
}
html section.section-quaternary {
  background-color: #383f48 !important;
  border-color: #2d323a !important;
}
html section.section-quaternary h1,
html section.section-quaternary h2,
html section.section-quaternary h3,
html section.section-quaternary h4,
html section.section-quaternary h5,
html section.section-quaternary h6 {
  color: #fff;
}
html section.section-quaternary p {
  color: #e6e6e6;
}
html section.section-quaternary-scale-2 {
  background-color: #22262b !important;
  border-color: #17191d !important;
}
html
  section.section-quaternary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #22262b;
}
html section.section-dark {
  background-color: #212529 !important;
  border-color: #16181b !important;
}
html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
  color: #fff;
}
html section.section-dark p {
  color: #e6e6e6;
}
html section.section-dark-scale-2 {
  background-color: #0a0c0d !important;
  border-color: #000000 !important;
}
html
  section.section-dark-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #0a0c0d;
}
html section.section-light {
  background-color: #fff !important;
  border-color: #f2f2f2 !important;
}
html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
  color: #777;
}
html section.section-light p {
  color: #5e5e5e;
}
html section.section-light-scale-2 {
  background-color: #e6e6e6 !important;
  border-color: #d9d9d9 !important;
}
html
  section.section-light-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #e6e6e6;
}
section.section.section-background-half-primary-half-secondary {
  background: linear-gradient(to right, #D1B06C 50%, #e36159 50%);
}
section.section.section-overlay-opacity-gradient:before {
  background: linear-gradient(135deg, #D1B06C 0%, #e36159 80%);
}
html .bg-color-light-scale-1 {
  background-color: #f7f7f7 !important;
}
html .section.bg-color-light-scale-1,
html .bg-color-light-scale-border-top-1 {
  border-top-color: #efefef !important;
}
html .bg-color-light-scale-2 {
  background-color: #e8e8e8 !important;
}
html .section.bg-color-light-scale-2,
html .bg-color-light-scale-border-top-2 {
  border-top-color: #e0e0e0 !important;
}
html .bg-color-light-scale-3 {
  background-color: #e0e0e0 !important;
}
html .section.bg-color-light-scale-3,
html .bg-color-light-scale-border-top-3 {
  border-top-color: #d8d8d8 !important;
}
html .bg-color-light-scale-4 {
  background-color: #d8d8d8 !important;
}
html .section.bg-color-light-scale-4,
html .bg-color-light-scale-border-top-4 {
  border-top-color: #d1d1d1 !important;
}
html .bg-color-light-scale-5 {
  background-color: #d1d1d1 !important;
}
html .section.bg-color-light-scale-5,
html .bg-color-light-scale-border-top-5 {
  border-top-color: #c9c9c9 !important;
}
html .bg-color-light-scale-6 {
  background-color: #c9c9c9 !important;
}
html .section.bg-color-light-scale-6,
html .bg-color-light-scale-border-top-6 {
  border-top-color: #c1c1c1 !important;
}
html .bg-color-light-scale-7 {
  background-color: #c1c1c1 !important;
}
html .section.bg-color-light-scale-7,
html .bg-color-light-scale-border-top-7 {
  border-top-color: #bababa !important;
}
html .bg-color-light-scale-8 {
  background-color: #bababa !important;
}
html .section.bg-color-light-scale-8,
html .bg-color-light-scale-border-top-8 {
  border-top-color: #b2b2b2 !important;
}
html .bg-color-light-scale-9 {
  background-color: #b2b2b2 !important;
}
html .section.bg-color-light-scale-9,
html .bg-color-light-scale-border-top-9 {
  border-top-color: #ababab !important;
}
html .bg-color-dark-scale-1 {
  background-color: #212529 !important;
}
html .section.bg-color-dark-scale-1,
html .bg-color-dark-scale-border-top-1 {
  border-top-color: #1a1d21 !important;
}
html .bg-color-dark-scale-2 {
  background-color: #1c2023 !important;
}
html .section.bg-color-dark-scale-2,
html .bg-color-dark-scale-border-top-2 {
  border-top-color: #16181b !important;
}
html .bg-color-dark-scale-3 {
  background-color: #181b1e !important;
}
html .section.bg-color-dark-scale-3,
html .bg-color-dark-scale-border-top-3 {
  border-top-color: #111315 !important;
}
html .bg-color-dark-scale-4 {
  background-color: #131618 !important;
}
html .section.bg-color-dark-scale-4,
html .bg-color-dark-scale-border-top-4 {
  border-top-color: #0d0e10 !important;
}
html .bg-color-dark-scale-5 {
  background-color: #0f1112 !important;
}
html .section.bg-color-dark-scale-5,
html .bg-color-dark-scale-border-top-5 {
  border-top-color: #08090a !important;
}
html .bg-color-dark-scale-6 {
  background-color: #0a0c0d !important;
}
html .section.bg-color-dark-scale-6,
html .bg-color-dark-scale-border-top-6 {
  border-top-color: #030404 !important;
}
html .bg-color-dark-scale-7 {
  background-color: #060607 !important;
}
html .section.bg-color-dark-scale-7,
html .bg-color-dark-scale-border-top-7 {
  border-top-color: #000000 !important;
}
html .bg-color-dark-scale-8 {
  background-color: #010101 !important;
}
html .section.bg-color-dark-scale-8,
html .bg-color-dark-scale-border-top-8 {
  border-top-color: #000000 !important;
}
html .bg-color-dark-scale-9 {
  background-color: #000000 !important;
}
html .section.bg-color-dark-scale-9,
html .bg-color-dark-scale-border-top-9 {
  border-top-color: #000000 !important;
}
section.page-header .page-header-title-border {
  background-color: #D1B06C !important;
}
section.page-header.custom-product {
  background-color: #0077b3;
  border-top-color: #0081c2;
}
html .page-header-color.page-header-primary {
  background-color: #D1B06C;
  border-bottom-color: #D1B06C;
  color: #fff;
}
html .page-header-color.page-header-primary h1 {
  color: #fff;
}
html .page-header-color.page-header-primary h1 span {
  color: #fff;
}
html .page-header-color.page-header-primary a {
  color: #fff;
}
html .page-header-color.page-header-primary .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-secondary {
  background-color: #e36159;
  border-bottom-color: #e36159;
  color: #fff;
}
html .page-header-color.page-header-secondary h1 {
  color: #fff;
}
html .page-header-color.page-header-secondary h1 span {
  color: #fff;
}
html .page-header-color.page-header-secondary a {
  color: #fff;
}
html .page-header-color.page-header-secondary .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-tertiary {
  background-color: #2baab1;
  border-bottom-color: #2baab1;
  color: #fff;
}
html .page-header-color.page-header-tertiary h1 {
  color: #fff;
}
html .page-header-color.page-header-tertiary h1 span {
  color: #fff;
}
html .page-header-color.page-header-tertiary a {
  color: #fff;
}
html .page-header-color.page-header-tertiary .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-quaternary {
  background-color: #383f48;
  border-bottom-color: #383f48;
  color: #fff;
}
html .page-header-color.page-header-quaternary h1 {
  color: #fff;
}
html .page-header-color.page-header-quaternary h1 span {
  color: #fff;
}
html .page-header-color.page-header-quaternary a {
  color: #fff;
}
html .page-header-color.page-header-quaternary .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-dark {
  background-color: #212529;
  border-bottom-color: #212529;
  color: #fff;
}
html .page-header-color.page-header-dark h1 {
  color: #fff;
}
html .page-header-color.page-header-dark h1 span {
  color: #fff;
}
html .page-header-color.page-header-dark a {
  color: #fff;
}
html .page-header-color.page-header-dark .breadcrumb > .active {
  color: #fff;
}
html .page-header-color.page-header-light {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #777;
}
html .page-header-color.page-header-light h1 {
  color: #777;
}
html .page-header-color.page-header-light h1 span {
  color: #777;
}
html .page-header-color.page-header-light a {
  color: #777;
}
html .page-header-color.page-header-light .breadcrumb > .active {
  color: #777;
}
html .toggle-primary .toggle label,
html .toggle-primary .toggle .toggle-title {
  color: #D1B06C;
  border-left-color: #D1B06C;
  border-right-color: #D1B06C;
}
html .toggle-primary .toggle.active > label,
html .toggle-primary .toggle.active > .toggle-title {
  background-color: #D1B06C;
  border-color: #D1B06C;
  color: #fff;
}
html .toggle-primary.toggle-simple .toggle > label:after,
html .toggle-primary.toggle-simple .toggle > .toggle-title:after {
  background-color: #D1B06C;
}
html .toggle-primary.toggle-minimal .toggle.active > label,
html .toggle-primary.toggle-minimal .toggle.active > .toggle-title {
  color: #D1B06C;
}
html .toggle-secondary .toggle label,
html .toggle-secondary .toggle .toggle-title {
  color: #e36159;
  border-left-color: #e36159;
  border-right-color: #e36159;
}
html .toggle-secondary .toggle.active > label,
html .toggle-secondary .toggle.active > .toggle-title {
  background-color: #e36159;
  border-color: #e36159;
  color: #fff;
}
html .toggle-secondary.toggle-simple .toggle > label:after,
html .toggle-secondary.toggle-simple .toggle > .toggle-title:after {
  background-color: #e36159;
}
html .toggle-secondary.toggle-minimal .toggle.active > label,
html .toggle-secondary.toggle-minimal .toggle.active > .toggle-title {
  color: #e36159;
}
html .toggle-tertiary .toggle label,
html .toggle-tertiary .toggle .toggle-title {
  color: #2baab1;
  border-left-color: #2baab1;
  border-right-color: #2baab1;
}
html .toggle-tertiary .toggle.active > label,
html .toggle-tertiary .toggle.active > .toggle-title {
  background-color: #2baab1;
  border-color: #2baab1;
  color: #fff;
}
html .toggle-tertiary.toggle-simple .toggle > label:after,
html .toggle-tertiary.toggle-simple .toggle > .toggle-title:after {
  background-color: #2baab1;
}
html .toggle-tertiary.toggle-minimal .toggle.active > label,
html .toggle-tertiary.toggle-minimal .toggle.active > .toggle-title {
  color: #2baab1;
}
html .toggle-quaternary .toggle label,
html .toggle-quaternary .toggle .toggle-title {
  color: #383f48;
  border-left-color: #383f48;
  border-right-color: #383f48;
}
html .toggle-quaternary .toggle.active > label,
html .toggle-quaternary .toggle.active > .toggle-title {
  background-color: #383f48;
  border-color: #383f48;
  color: #fff;
}
html .toggle-quaternary.toggle-simple .toggle > label:after,
html .toggle-quaternary.toggle-simple .toggle > .toggle-title:after {
  background-color: #383f48;
}
html .toggle-quaternary.toggle-minimal .toggle.active > label,
html .toggle-quaternary.toggle-minimal .toggle.active > .toggle-title {
  color: #383f48;
}
html .toggle-dark .toggle label,
html .toggle-dark .toggle .toggle-title {
  color: #212529;
  border-left-color: #212529;
  border-right-color: #212529;
}
html .toggle-dark .toggle.active > label,
html .toggle-dark .toggle.active > .toggle-title {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
html .toggle-dark.toggle-simple .toggle > label:after,
html .toggle-dark.toggle-simple .toggle > .toggle-title:after {
  background-color: #212529;
}
html .toggle-dark.toggle-minimal .toggle.active > label,
html .toggle-dark.toggle-minimal .toggle.active > .toggle-title {
  color: #212529;
}
html .toggle-light .toggle label,
html .toggle-light .toggle .toggle-title {
  color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
}
html .toggle-light .toggle.active > label,
html .toggle-light .toggle.active > .toggle-title {
  background-color: #fff;
  border-color: #fff;
  color: #777;
}
html .toggle-light.toggle-simple .toggle > label:after,
html .toggle-light.toggle-simple .toggle > .toggle-title:after {
  background-color: #fff;
}
html .toggle-light.toggle-minimal .toggle.active > label,
html .toggle-light.toggle-minimal .toggle.active > .toggle-title {
  color: #fff;
}
.thumb-info .thumb-info-type,
.thumb-info .thumb-info-action-icon,
.thumb-info-social-icons a,
.thumbnail .zoom,
.img-thumbnail .zoom,
.thumb-info-ribbon {
  background-color: #D1B06C;
}
html .thumb-info .thumb-info-action-icon-primary {
  background-color: #D1B06C;
}
html .thumb-info .thumb-info-action-icon-primary i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-secondary {
  background-color: #e36159;
}
html .thumb-info .thumb-info-action-icon-secondary i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-tertiary {
  background-color: #2baab1;
}
html .thumb-info .thumb-info-action-icon-tertiary i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-quaternary {
  background-color: #383f48;
}
html .thumb-info .thumb-info-action-icon-quaternary i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-dark {
  background-color: #212529;
}
html .thumb-info .thumb-info-action-icon-dark i {
  color: #fff;
}
html .thumb-info .thumb-info-action-icon-light {
  background-color: #fff;
}
html .thumb-info .thumb-info-action-icon-light i {
  color: #777;
}
.thumb-info-ribbon:before {
  border-right-color: #005580;
  border-left-color: #005580;
}
.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
  background: rgba(0, 136, 204, 0.9);
}
.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
  background-color: #D1B06C;
}
.inverted {
  background-color: #D1B06C;
}
html .inverted-primary {
  background-color: #D1B06C;
}
html .inverted-secondary {
  background-color: #e36159;
}
html .inverted-tertiary {
  background-color: #2baab1;
}
html .inverted-quaternary {
  background-color: #383f48;
}
html .inverted-dark {
  background-color: #212529;
}
html .inverted-light {
  background-color: #fff;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #0074ad;
}
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
  color: #D1B06C;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"] {
  background-color: #D1B06C;
  border-color: #D1B06C #D1B06C #069;
  color: #fff;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"]:hover,
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"].hover {
  background-color: #00a1f2;
  border-color: #0af #0af #D1B06C;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"]:active,
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  button[class*="owl-"].active {
  background-color: #006ea6;
  background-image: none;
  border-color: #069 #069 #046;
}
.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title):not(
    .nav-arrows-1
  )
  .owl-nav
  button[class*="owl-"] {
  background-color: rgba(0, 136, 204, 0.4);
}
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
  color: #D1B06C !important;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
  border-color: #D1B06C;
}
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon,
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg polygon {
  fill: #D1B06C;
  stroke: #D1B06C;
}
.owl-carousel.nav-arrows-1 .owl-nav .owl-prev,
.owl-carousel.nav-arrows-1 .owl-nav .owl-next {
  color: #D1B06C;
}
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
  background: #D1B06C;
}
html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
  color: #D1B06C;
}
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link,
html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
  border-top-color: #D1B06C;
}
html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
  border-bottom-color: #D1B06C;
}
html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html.dark
  body
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus,
html.dark
  body
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:focus {
  border-left-color: #D1B06C;
}
html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html.dark
  body
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus,
html.dark
  body
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:focus {
  border-right-color: #D1B06C;
}
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
  border-top-color: #D1B06C;
  color: #D1B06C;
}
html body .tabs-primary .nav-tabs li .nav-link,
html.dark body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  color: #D1B06C;
}
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #D1B06C;
}
html body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #D1B06C;
  color: #D1B06C;
}
html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #D1B06C;
}
html body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-primary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #D1B06C !important;
  border-bottom-color: #D1B06C;
}
html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #D1B06C;
}
html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
  body
  .tabs-primary.tabs-vertical.tabs-right
  li.active
  .nav-link:focus {
  border-right-color: #D1B06C;
}
html body .tabs-secondary .nav-tabs li .nav-link,
html.dark body .tabs-secondary .nav-tabs li .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  color: #e36159;
}
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #e36159;
}
html body .tabs-secondary .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark
  body
  .tabs-secondary
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark
  body
  .tabs-secondary
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-top-color: #e36159;
  color: #e36159;
}
html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #e36159;
}
html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover,
html
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link,
html
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-secondary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #e36159 !important;
  border-bottom-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-vertical.tabs-left
  li.active
  .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark
  body
  .tabs-secondary.tabs-vertical.tabs-left
  li.active
  .nav-link:focus {
  border-left-color: #e36159;
}
html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark
  body
  .tabs-secondary.tabs-vertical.tabs-right
  li.active
  .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
  body
  .tabs-secondary.tabs-vertical.tabs-right
  li.active
  .nav-link:focus {
  border-right-color: #e36159;
}
html body .tabs-tertiary .nav-tabs li .nav-link,
html.dark body .tabs-tertiary .nav-tabs li .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  color: #2baab1;
}
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #2baab1;
}
html body .tabs-tertiary .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark
  body
  .tabs-tertiary
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-top-color: #2baab1;
  color: #2baab1;
}
html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #2baab1;
}
html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link,
html
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-tertiary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #2baab1 !important;
  border-bottom-color: #2baab1;
}
html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark
  body
  .tabs-tertiary.tabs-vertical.tabs-left
  li.active
  .nav-link:focus {
  border-left-color: #2baab1;
}
html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark
  body
  .tabs-tertiary.tabs-vertical.tabs-right
  li.active
  .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
  body
  .tabs-tertiary.tabs-vertical.tabs-right
  li.active
  .nav-link:focus {
  border-right-color: #2baab1;
}
html body .tabs-quaternary .nav-tabs li .nav-link,
html.dark body .tabs-quaternary .nav-tabs li .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  color: #383f48;
}
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #383f48;
}
html body .tabs-quaternary .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark
  body
  .tabs-quaternary
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark
  body
  .tabs-quaternary
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-top-color: #383f48;
  color: #383f48;
}
html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #383f48;
}
html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover,
html
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link,
html
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html.dark
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-quaternary.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #383f48 !important;
  border-bottom-color: #383f48;
}
html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-vertical.tabs-left
  li.active
  .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark
  body
  .tabs-quaternary.tabs-vertical.tabs-left
  li.active
  .nav-link:focus {
  border-left-color: #383f48;
}
html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark
  body
  .tabs-quaternary.tabs-vertical.tabs-right
  li.active
  .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
  body
  .tabs-quaternary.tabs-vertical.tabs-right
  li.active
  .nav-link:focus {
  border-right-color: #383f48;
}
html body .tabs-dark .nav-tabs li .nav-link,
html.dark body .tabs-dark .nav-tabs li .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  color: #212529;
}
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #212529;
}
html body .tabs-dark .nav-tabs li.active .nav-link,
html.dark body .tabs-dark .nav-tabs li.active .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #212529;
  color: #212529;
}
html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #212529;
}
html body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-dark.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #212529 !important;
  border-bottom-color: #212529;
}
html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #212529;
}
html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #212529;
}
html body .tabs-light .nav-tabs li .nav-link,
html.dark body .tabs-light .nav-tabs li .nav-link,
html body .tabs-light .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link,
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  color: #fff;
}
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #fff;
}
html body .tabs-light .nav-tabs li.active .nav-link,
html.dark body .tabs-light .nav-tabs li.active .nav-link,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs li.active .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs li.active .nav-link:focus,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #fff;
  color: #fff;
}
html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  border-bottom-color: #fff;
}
html body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li
  .nav-link:hover,
html body .tabs-light.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-simple .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html.dark
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link,
html body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:hover,
html
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html.dark
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:hover,
html body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:focus,
html
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus,
html.dark
  body
  .tabs-light.tabs-simple
  .nav-tabs.nav-justified
  li.active
  .nav-link:focus {
  color: #fff !important;
  border-bottom-color: #fff;
}
html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #fff;
}
html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #fff;
}
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:hover,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-left
  .nav-tabs
  li.active
  .nav-link:focus {
  border-right-color: #D1B06C;
  border-left-color: transparent;
}
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:hover,
html[dir="rtl"]
  .tabs.tabs-vertical.tabs-right
  .nav-tabs
  li.active
  .nav-link:focus {
  border-right-color: transparent;
  border-left-color: #D1B06C;
}
.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  color: #D1B06C;
  border-color: #D1B06C;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #D1B06C;
}
.list.list-ordened li:before {
  color: #D1B06C;
  border-color: #D1B06C;
}
.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #D1B06C;
}
html .list-primary.list-icons li > [class*="fa-"]:first-child,
html .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
  color: #D1B06C;
  border-color: #D1B06C;
}
html
  .list-primary.list-icons.list-icons-style-3
  li
  > [class*="fa-"]:first-child,
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #D1B06C;
  color: #fff;
}
html .list-primary.list-ordened li:before {
  color: #D1B06C;
}
html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: #D1B06C;
  color: #fff;
}
html .list-secondary.list-icons li > [class*="fa-"]:first-child,
html .list-secondary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
  color: #e36159;
  border-color: #e36159;
}
html
  .list-secondary.list-icons.list-icons-style-3
  li
  > [class*="fa-"]:first-child,
html
  .list-secondary.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-secondary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #e36159;
  color: #fff;
}
html .list-secondary.list-ordened li:before {
  color: #e36159;
}
html .list-secondary.list-ordened.list-ordened-style-3 li:before {
  background-color: #e36159;
  color: #fff;
}
html .list-tertiary.list-icons li > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
  color: #2baab1;
  border-color: #2baab1;
}
html
  .list-tertiary.list-icons.list-icons-style-3
  li
  > [class*="fa-"]:first-child,
html
  .list-tertiary.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-tertiary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #2baab1;
  color: #fff;
}
html .list-tertiary.list-ordened li:before {
  color: #2baab1;
}
html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
  background-color: #2baab1;
  color: #fff;
}
html .list-quaternary.list-icons li > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
  color: #383f48;
  border-color: #383f48;
}
html
  .list-quaternary.list-icons.list-icons-style-3
  li
  > [class*="fa-"]:first-child,
html
  .list-quaternary.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-quaternary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #383f48;
  color: #fff;
}
html .list-quaternary.list-ordened li:before {
  color: #383f48;
}
html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
  background-color: #383f48;
  color: #fff;
}
html .list-dark.list-icons li > [class*="fa-"]:first-child,
html .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
  color: #212529;
  border-color: #212529;
}
html .list-dark.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html
  .list-dark.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-dark.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #212529;
  color: #fff;
}
html .list-dark.list-ordened li:before {
  color: #212529;
}
html .list-dark.list-ordened.list-ordened-style-3 li:before {
  background-color: #212529;
  color: #fff;
}
html .list-light.list-icons li > [class*="fa-"]:first-child,
html .list-light.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
  color: #fff;
  border-color: #fff;
}
html .list-light.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html
  .list-light.list-icons.list-icons-style-3
  li
  a:first-child
  > [class*="fa-"]:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-light.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: #fff;
  color: #777;
}
html .list-light.list-ordened li:before {
  color: #fff;
}
html .list-light.list-ordened.list-ordened-style-3 li:before {
  background-color: #fff;
  color: #777;
}
.parallax blockquote i.fa-quote-left {
  color: #D1B06C;
}
section.video blockquote i.fa-quote-left {
  color: #D1B06C;
}
.accordion .card-header a {
  color: #D1B06C;
}
html .accordion.accordion-primary .card-header {
  background-color: #D1B06C !important;
}
html .accordion.accordion-primary .card-header a {
  color: #fff;
}
html .accordion.accordion-secondary .card-header {
  background-color: #e36159 !important;
}
html .accordion.accordion-secondary .card-header a {
  color: #fff;
}
html .accordion.accordion-tertiary .card-header {
  background-color: #2baab1 !important;
}
html .accordion.accordion-tertiary .card-header a {
  color: #fff;
}
html .accordion.accordion-quaternary .card-header {
  background-color: #383f48 !important;
}
html .accordion.accordion-quaternary .card-header a {
  color: #fff;
}
html .accordion.accordion-dark .card-header {
  background-color: #212529 !important;
}
html .accordion.accordion-dark .card-header a {
  color: #fff;
}
html .accordion.accordion-light .card-header {
  background-color: #fff !important;
}
html .accordion.accordion-light .card-header a {
  color: #777;
}
html .divider.divider-primary [class*="fa-"],
html .divider.divider-primary .icons {
  color: #D1B06C;
}
html .divider.divider-primary.divider-small hr {
  background: #D1B06C;
}
html .divider.divider-secondary [class*="fa-"],
html .divider.divider-secondary .icons {
  color: #e36159;
}
html .divider.divider-secondary.divider-small hr {
  background: #e36159;
}
html .divider.divider-tertiary [class*="fa-"],
html .divider.divider-tertiary .icons {
  color: #2baab1;
}
html .divider.divider-tertiary.divider-small hr {
  background: #2baab1;
}
html .divider.divider-quaternary [class*="fa-"],
html .divider.divider-quaternary .icons {
  color: #383f48;
}
html .divider.divider-quaternary.divider-small hr {
  background: #383f48;
}
html .divider.divider-dark [class*="fa-"],
html .divider.divider-dark .icons {
  color: #212529;
}
html .divider.divider-dark.divider-small hr {
  background: #212529;
}
html .divider.divider-light [class*="fa-"],
html .divider.divider-light .icons {
  color: #fff;
}
html .divider.divider-light.divider-small hr {
  background: #fff;
}
html .divider.divider-style-2.divider-primary [class*="fa-"],
html .divider.divider-style-2.divider-primary .icons {
  background: #D1B06C;
  color: #fff;
}
html .divider.divider-style-2.divider-secondary [class*="fa-"],
html .divider.divider-style-2.divider-secondary .icons {
  background: #e36159;
  color: #fff;
}
html .divider.divider-style-2.divider-tertiary [class*="fa-"],
html .divider.divider-style-2.divider-tertiary .icons {
  background: #2baab1;
  color: #fff;
}
html .divider.divider-style-2.divider-quaternary [class*="fa-"],
html .divider.divider-style-2.divider-quaternary .icons {
  background: #383f48;
  color: #fff;
}
html .divider.divider-style-2.divider-dark [class*="fa-"],
html .divider.divider-style-2.divider-dark .icons {
  background: #212529;
  color: #fff;
}
html .divider.divider-style-2.divider-light [class*="fa-"],
html .divider.divider-style-2.divider-light .icons {
  background: #fff;
  color: #777;
}
html .divider.divider-style-3.divider-primary [class*="fa-"],
html .divider.divider-style-3.divider-primary .icons {
  border-color: #D1B06C;
}
html .divider.divider-style-3.divider-secondary [class*="fa-"],
html .divider.divider-style-3.divider-secondary .icons {
  border-color: #e36159;
}
html .divider.divider-style-3.divider-tertiary [class*="fa-"],
html .divider.divider-style-3.divider-tertiary .icons {
  border-color: #2baab1;
}
html .divider.divider-style-3.divider-quaternary [class*="fa-"],
html .divider.divider-style-3.divider-quaternary .icons {
  border-color: #383f48;
}
html .divider.divider-style-3.divider-dark [class*="fa-"],
html .divider.divider-style-3.divider-dark .icons {
  border-color: #212529;
}
html .divider.divider-style-3.divider-light [class*="fa-"],
html .divider.divider-style-3.divider-light .icons {
  border-color: #fff;
}
#header .tip {
  background: #D1B06C;
  color: #fff;
}
#header .tip:before {
  border-right-color: #D1B06C;
  border-left-color: transparent;
}
html #header .tip-primary {
  background: #D1B06C !important;
  color: #fff !important;
}
html #header .tip-primary:before {
  border-right-color: #D1B06C !important;
}
html #header .tip-secondary {
  background: #e36159 !important;
  color: #fff !important;
}
html #header .tip-secondary:before {
  border-right-color: #e36159 !important;
}
html #header .tip-tertiary {
  background: #2baab1 !important;
  color: #fff !important;
}
html #header .tip-tertiary:before {
  border-right-color: #2baab1 !important;
}
html #header .tip-quaternary {
  background: #383f48 !important;
  color: #fff !important;
}
html #header .tip-quaternary:before {
  border-right-color: #383f48 !important;
}
html #header .tip-dark {
  background: #212529 !important;
  color: #fff !important;
}
html #header .tip-dark:before {
  border-right-color: #212529 !important;
}
html #header .tip-light {
  background: #fff !important;
  color: #777 !important;
}
html #header .tip-light:before {
  border-right-color: #fff !important;
}
html[dir="rtl"] #header .tip:before {
  border-left-color: #D1B06C;
}
html[dir="rtl"] #header .tip.skin:before {
  border-left-color: #D1B06C;
}
html[dir="rtl"] #header .tip-primary:before {
  border-left-color: #D1B06C !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-secondary:before {
  border-left-color: #e36159 !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-tertiary:before {
  border-left-color: #2baab1 !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-quaternary:before {
  border-left-color: #383f48 !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-dark:before {
  border-left-color: #212529 !important;
  border-right-color: transparent !important;
}
html[dir="rtl"] #header .tip-light:before {
  border-left-color: #fff !important;
  border-right-color: transparent !important;
}
#header .header-btn-collapse-nav {
  background: #D1B06C;
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    color: #fff;
  }
  #header .header-nav-main nav > ul > li.open > a,
  #header .header-nav-main nav > ul > li:hover > a {
    background: #D1B06C;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #D1B06C;
  }
  #header .header-nav-main nav > ul > li.dropdown.open > a:before,
  #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #D1B06C;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
    border-top-color: #D1B06C;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega-signin
    .dropdown-menu
    li
    a {
    color: #D1B06C;
  }
  #header .header-nav-main nav > ul:not(:hover) > li > a.active {
    background-color: #D1B06C;
    color: #fff;
  }
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a,
  #header .header-nav.header-nav-stripe nav > ul > li.open > a {
    background-color: #D1B06C;
  }
  #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
    background-color: #D1B06C;
  }
  #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
    color: #D1B06C;
  }
  #header .header-nav.header-nav-links nav > ul li:hover > a {
    color: #D1B06C;
  }
  #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
    color: #D1B06C;
  }
  #header
    .header-nav.header-nav-links.header-nav-links-vertical-slide
    nav
    ul
    li.dropdown
    .dropdown-menu::-webkit-scrollbar-thumb {
    background: #D1B06C !important;
  }
  #header .header-nav.header-nav-line nav > ul li:hover > a {
    color: #D1B06C;
  }
  #header .header-nav.header-nav-line nav > ul li:hover > a:before {
    background: #D1B06C;
  }
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: #D1B06C;
  }
  #header
    .header-nav.header-nav-line
    nav
    > ul:not(:hover)
    li
    > a.active:before {
    background: #D1B06C;
  }
  #header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a,
  #header
    .header-nav-main.header-nav-main-slide
    nav
    > ul
    > li:hover
    > span
    > a {
    color: #D1B06C;
  }
  #header
    .header-nav-main.header-nav-main-slide
    nav
    > ul:not(:hover)
    > li
    > span
    > a.active {
    color: #D1B06C;
  }
  html.side-header
    #header.side-header
    .header-nav-main
    nav
    > ul
    li.dropdown.open
    > .dropdown-menu,
  html.side-header
    #header.side-header
    .header-nav-main
    nav
    > ul
    li.dropdown:hover
    > .dropdown-menu {
    border-left-color: #D1B06C;
  }
  html.side-header-right
    #header.side-header
    .header-nav-main
    nav
    > ul
    li.dropdown.open
    > .dropdown-menu,
  html.side-header-right
    #header.side-header
    .header-nav-main
    nav
    > ul
    li.dropdown:hover
    > .dropdown-menu {
    border-right-color: #D1B06C;
  }
}
@media (min-width: 992px) {
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu {
    background-color: #D1B06C;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #007ebd;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu
    li:hover
    > a {
    background: #0092db;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a:before {
    border-bottom-color: #D1B06C;
    background: #D1B06C;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-primary
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a {
    background: #D1B06C;
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-primary
    > a.active {
    background: #D1B06C;
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:hover {
    color: #D1B06C;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:hover:before {
    background-color: #D1B06C;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a {
    color: #D1B06C;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a:before {
    background: #D1B06C;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-primary
    > a.active {
    color: #D1B06C;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-primary
    > a.active:before {
    background-color: #D1B06C;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a {
    color: #D1B06C;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:hover {
    color: #D1B06C;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a {
    color: #D1B06C;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-primary
    > a.active {
    color: #D1B06C;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu {
    background-color: #e36159;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #e1554c;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu
    li:hover
    > a {
    background: #e56d66;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a:before {
    border-bottom-color: #e36159;
    background: #e36159;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-secondary
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a {
    background: #e36159;
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-secondary
    > a.active {
    background: #e36159;
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:hover {
    color: #e36159;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:hover:before {
    background-color: #e36159;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a {
    color: #e36159;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a:before {
    background: #e36159;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-secondary
    > a.active {
    color: #e36159;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-secondary
    > a.active:before {
    background-color: #e36159;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a {
    color: #e36159;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:hover {
    color: #e36159;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a {
    color: #e36159;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-secondary
    > a.active {
    color: #e36159;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu {
    background-color: #2baab1;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #289ea5;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu
    li:hover
    > a {
    background: #2eb6bd;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a:before {
    border-bottom-color: #2baab1;
    background: #2baab1;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-tertiary
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a {
    background: #2baab1;
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-tertiary
    > a.active {
    background: #2baab1;
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:hover {
    color: #2baab1;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:hover:before {
    background-color: #2baab1;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a {
    color: #2baab1;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a:before {
    background: #2baab1;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-tertiary
    > a.active {
    color: #2baab1;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-tertiary
    > a.active:before {
    background-color: #2baab1;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a {
    color: #2baab1;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:hover {
    color: #2baab1;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a {
    color: #2baab1;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-tertiary
    > a.active {
    color: #2baab1;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu {
    background-color: #383f48;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #31373f;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu
    li:hover
    > a {
    background: #3f4751;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a:before {
    border-bottom-color: #383f48;
    background: #383f48;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-quaternary
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a {
    background: #383f48;
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-quaternary
    > a.active {
    background: #383f48;
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:hover {
    color: #383f48;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:hover:before {
    background-color: #383f48;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a {
    color: #383f48;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a:before {
    background: #383f48;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-quaternary
    > a.active {
    color: #383f48;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-quaternary
    > a.active:before {
    background-color: #383f48;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a {
    color: #383f48;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:hover {
    color: #383f48;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a {
    color: #383f48;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-quaternary
    > a.active {
    color: #383f48;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu {
    background-color: #212529;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu
    li
    a {
    color: #fff;
    border-bottom-color: #1a1d21;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu
    li:hover
    > a {
    background: #282d31;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a:before {
    border-bottom-color: #212529;
    background: #212529;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-dark
    .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a {
    background: #212529;
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-dark
    > a.active {
    background: #212529;
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:hover {
    color: #212529;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:hover:before {
    background-color: #212529;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a {
    color: #212529;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a:before {
    background: #212529;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-dark
    > a.active {
    color: #212529;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-dark
    > a.active:before {
    background-color: #212529;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a {
    color: #212529;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:hover {
    color: #212529;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a {
    color: #212529;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-dark
    > a.active {
    color: #212529;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu {
    background-color: #fff;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu
    li
    a {
    color: #777;
    border-bottom-color: #f7f7f7;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu
    li:hover
    > a {
    background: #fff;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light.open
    > a:before,
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a:before {
    border-bottom-color: #fff;
    background: #fff;
  }
  html
    #header
    .header-nav
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-light
    .dropdown-mega-sub-title {
    color: #777;
    opacity: 0.7;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a {
    background: #fff;
    color: #777;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu
    li
    a {
    color: #777;
  }
  html
    #header
    .header-nav:not(.header-nav-line):not(.header-nav-links)
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-light
    > a.active {
    background: #fff;
    color: #777;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:focus,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:hover {
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:focus:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:hover:before {
    background-color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a {
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light.open
    > a:before,
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a:before {
    background: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-light
    > a.active {
    color: #fff;
  }
  html
    #header
    .header-nav-line
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-light
    > a.active:before {
    background-color: #fff;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a {
    color: #fff;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:focus,
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:hover {
    color: #fff;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a {
    color: #fff;
  }
  html
    #header
    .header-nav-links
    .header-nav-main
    nav
    > ul:not(:hover)
    > li.dropdown-full-color.dropdown-light
    > a.active {
    color: #fff;
  }
}
@media (min-width: 992px) {
  html
    #header
    .header-nav-force-light-text-active-skin-color
    .header-nav-main
    nav
    > ul
    > li:hover
    > a,
  html
    #header
    .header-nav-force-light-text-active-skin-color
    .header-nav-main
    nav
    > ul
    > li
    .wrapper-items-cloned:hover
    > a {
    color: #D1B06C !important;
  }
  html
    #header
    .header-nav-force-light-text-active-skin-color
    .header-nav-main
    nav
    > ul:not(:hover)
    > li
    > a.active,
  html
    #header
    .header-nav-force-light-text-active-skin-color
    .header-nav-main
    nav
    > ul:not(:hover)
    > li
    .wrapper-items-cloned
    > a.active {
    color: #D1B06C !important;
  }
}
@media (max-width: 991px) {
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #2a2a2a;
  }
  #header
    .header-nav-main:not(.header-nav-main-mobile-dark)
    nav
    > ul
    > li
    > a:active {
    color: #D1B06C;
  }
  #header
    .header-nav-main:not(.header-nav-main-mobile-dark)
    nav
    > ul
    > li
    > a.active {
    background: #D1B06C;
  }
  #header
    .header-nav-main:not(.header-nav-main-mobile-dark)
    nav
    > ul
    > li
    > a.active:focus,
  #header
    .header-nav-main:not(.header-nav-main-mobile-dark)
    nav
    > ul
    > li
    > a.active:hover {
    background: #D1B06C;
  }
  #header
    .header-nav-main.header-nav-main-mobile-dark
    nav
    > ul
    > li
    > a.active {
    background: #D1B06C;
  }
  #header
    .header-nav-main.header-nav-main-mobile-dark
    nav
    > ul
    > li
    > a.active:focus,
  #header
    .header-nav-main.header-nav-main-mobile-dark
    nav
    > ul
    > li
    > a.active:hover {
    background: #D1B06C;
  }
  html.side-header-hamburguer-sidebar
    #header.side-header
    .header-nav.header-nav-links
    .header-nav-main.header-nav-main-mobile-dark
    nav
    > ul
    > li
    > a.active {
    color: #D1B06C !important;
  }
  html.side-header-hamburguer-sidebar
    #header.side-header
    .header-nav.header-nav-links
    nav::-webkit-scrollbar-thumb {
    background-color: #D1B06C;
  }
  html.side-header-hamburguer-sidebar
    #header.side-header
    .header-nav.header-nav-links
    nav
    > ul
    > li
    > a.active {
    color: #D1B06C !important;
  }
  html.side-header-hamburguer-sidebar
    #header.side-header
    .header-nav.header-nav-links
    nav
    > ul
    > li:hover
    > a {
    color: #D1B06C !important;
  }
}
@media (max-width: 991px) {
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    > a {
    color: #D1B06C;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    > a.active {
    background: #D1B06C !important;
    color: #fff !important;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    > a {
    color: #e36159;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    > a.active {
    background: #e36159 !important;
    color: #fff !important;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    > a {
    color: #2baab1;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    > a.active {
    background: #2baab1 !important;
    color: #fff !important;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    > a {
    color: #383f48;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    > a.active {
    background: #383f48 !important;
    color: #fff !important;
  }
}
html #header .header-top.header-top-primary {
  background: #D1B06C;
  border-top-color: #0077b3;
}
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
  background: #071E49;
}
html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-primary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-primary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #071E49;
}
html #header .header-top.header-top-primary .dropdown-menu {
  background: #071E49;
  border-color: #071E49;
}
html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
  background: #00aaff !important;
}
html #header .header-top.header-top-secondary {
  background: #e36159;
  border-top-color: #df4c43;
}
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
  background: #e7766f;
}
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-secondary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-secondary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #e7766f;
}
html #header .header-top.header-top-secondary .dropdown-menu {
  background: #e7766f;
  border-color: #e7766f;
}
html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
  background: #ea8b85 !important;
}
html #header .header-top.header-top-tertiary {
  background: #2baab1;
  border-top-color: #26969c;
}
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
  background: #30bec6;
}
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-tertiary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-tertiary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #30bec6;
}
html #header .header-top.header-top-tertiary .dropdown-menu {
  background: #30bec6;
  border-color: #30bec6;
}
html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
  background: #3fc9d0 !important;
}
html #header .header-top.header-top-quaternary {
  background: #383f48;
  border-top-color: #2d323a;
}
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li.open
  > a {
  background: #434c56;
}
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li
  > a:hover,
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li
  > a:focus,
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #434c56;
}
html #header .header-top.header-top-quaternary .dropdown-menu {
  background: #434c56;
  border-color: #434c56;
}
html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
  background: #4e5865 !important;
}
html #header .header-top.header-top-dark {
  background: #212529;
  border-top-color: #16181b;
}
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
  background: #2c3237;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-dark
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #2c3237;
}
html #header .header-top.header-top-dark .dropdown-menu {
  background: #2c3237;
  border-color: #2c3237;
}
html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
  background: #383f45 !important;
}
html #header .header-top.header-top-light {
  background: #fff;
  border-top-color: #f2f2f2;
}
html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
  background: #fff;
}
html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-light
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-light
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #fff;
}
html #header .header-top.header-top-light .dropdown-menu {
  background: #fff;
  border-color: #fff;
}
html #header .header-top.header-top-light .dropdown-menu a:hover,
html #header .header-top.header-top-light .dropdown-menu a:focus {
  background: #ffffff !important;
}
@media (min-width: 992px) {
  html #header .header-nav-bar-primary {
    background: #D1B06C !important;
    color: #fff !important;
  }
  html #header .header-nav-bar-secondary {
    background: #e36159 !important;
    color: #fff !important;
  }
  html #header .header-nav-bar-tertiary {
    background: #2baab1 !important;
    color: #fff !important;
  }
  html #header .header-nav-bar-quaternary {
    background: #383f48 !important;
    color: #fff !important;
  }
  html #header .header-nav-bar-dark {
    background: #212529 !important;
    color: #fff !important;
  }
  html #header .header-nav-bar-light {
    background: #fff !important;
    color: #777 !important;
  }
}
@media (min-width: 992px) {
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
  #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
    color: #D1B06C;
  }
  #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
    color: #D1B06C;
  }
}
#header
  .header-nav-features
  .header-nav-features-search-reveal-big-search
  .form-control {
  border-bottom-color: #D1B06C;
}
.testimonial blockquote {
  background: #071E49;
}
.testimonial .testimonial-arrow-down {
  border-top-color: #071E49;
}
html .testimonial-primary blockquote {
  background: #071E49;
}
html .testimonial-primary .testimonial-arrow-down {
  border-top-color: #071E49;
}
html .testimonial-primary.testimonial-style-7 {
  background: #071E49;
}
html .testimonial-quotes-primary blockquote:before,
html .testimonial-quotes-primary blockquote:after {
  color: #D1B06C !important;
}
html .testimonial-secondary blockquote {
  background: #e7766f;
}
html .testimonial-secondary .testimonial-arrow-down {
  border-top-color: #e7766f;
}
html .testimonial-secondary.testimonial-style-7 {
  background: #e7766f;
}
html .testimonial-quotes-secondary blockquote:before,
html .testimonial-quotes-secondary blockquote:after {
  color: #D1B06C !important;
}
html .testimonial-tertiary blockquote {
  background: #30bec6;
}
html .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: #30bec6;
}
html .testimonial-tertiary.testimonial-style-7 {
  background: #30bec6;
}
html .testimonial-quotes-tertiary blockquote:before,
html .testimonial-quotes-tertiary blockquote:after {
  color: #D1B06C !important;
}
html .testimonial-quaternary blockquote {
  background: #434c56;
}
html .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: #434c56;
}
html .testimonial-quaternary.testimonial-style-7 {
  background: #434c56;
}
html .testimonial-quotes-quaternary blockquote:before,
html .testimonial-quotes-quaternary blockquote:after {
  color: #D1B06C !important;
}
html .testimonial-dark blockquote {
  background: #2c3237;
}
html .testimonial-dark .testimonial-arrow-down {
  border-top-color: #2c3237;
}
html .testimonial-dark.testimonial-style-7 {
  background: #2c3237;
}
html .testimonial-quotes-dark blockquote:before,
html .testimonial-quotes-dark blockquote:after {
  color: #D1B06C !important;
}
html .testimonial-light blockquote {
  background: #fff;
}
html .testimonial-light .testimonial-arrow-down {
  border-top-color: #fff;
}
html .testimonial-light.testimonial-style-7 {
  background: #fff;
}
html .testimonial-quotes-light blockquote:before,
html .testimonial-quotes-light blockquote:after {
  color: #D1B06C !important;
}
.circular-bar.only-icon [class*="fa-"],
.circular-bar.only-icon .icons {
  color: #D1B06C;
}
.form-control.bg-primary,
.form-control.bg-color-primary {
  color: #fff;
  border-color: #D1B06C;
}
.form-control.bg-primary::-webkit-input-placeholder,
.form-control.bg-color-primary::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-primary::-moz-placeholder,
.form-control.bg-color-primary::-moz-placeholder {
  color: #e6e6e6;
}
.form-control.bg-primary:-ms-input-placeholder,
.form-control.bg-color-primary:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-primary:-moz-placeholder,
.form-control.bg-color-primary:-moz-placeholder {
  color: #e6e6e6;
}
.form-control .testimonial-primary blockquote {
  background: #071E49;
}
.form-control .testimonial-primary .testimonial-arrow-down {
  border-top-color: #071E49;
}
.form-control .testimonial-primary.testimonial-style-7 {
  background: #071E49;
}
.form-control .testimonial-quotes-primary blockquote:before,
.form-control .testimonial-quotes-primary blockquote:after {
  color: #D1B06C !important;
}
.form-control.bg-secondary,
.form-control.bg-color-secondary {
  color: #fff;
  border-color: #e36159;
}
.form-control.bg-secondary::-webkit-input-placeholder,
.form-control.bg-color-secondary::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-secondary::-moz-placeholder,
.form-control.bg-color-secondary::-moz-placeholder {
  color: #e6e6e6;
}
.form-control.bg-secondary:-ms-input-placeholder,
.form-control.bg-color-secondary:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-secondary:-moz-placeholder,
.form-control.bg-color-secondary:-moz-placeholder {
  color: #e6e6e6;
}
.form-control .testimonial-secondary blockquote {
  background: #e7766f;
}
.form-control .testimonial-secondary .testimonial-arrow-down {
  border-top-color: #e7766f;
}
.form-control .testimonial-secondary.testimonial-style-7 {
  background: #e7766f;
}
.form-control .testimonial-quotes-secondary blockquote:before,
.form-control .testimonial-quotes-secondary blockquote:after {
  color: #D1B06C !important;
}
.form-control.bg-tertiary,
.form-control.bg-color-tertiary {
  color: #fff;
  border-color: #2baab1;
}
.form-control.bg-tertiary::-webkit-input-placeholder,
.form-control.bg-color-tertiary::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-tertiary::-moz-placeholder,
.form-control.bg-color-tertiary::-moz-placeholder {
  color: #e6e6e6;
}
.form-control.bg-tertiary:-ms-input-placeholder,
.form-control.bg-color-tertiary:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-tertiary:-moz-placeholder,
.form-control.bg-color-tertiary:-moz-placeholder {
  color: #e6e6e6;
}
.form-control .testimonial-tertiary blockquote {
  background: #30bec6;
}
.form-control .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: #30bec6;
}
.form-control .testimonial-tertiary.testimonial-style-7 {
  background: #30bec6;
}
.form-control .testimonial-quotes-tertiary blockquote:before,
.form-control .testimonial-quotes-tertiary blockquote:after {
  color: #D1B06C !important;
}
.form-control.bg-quaternary,
.form-control.bg-color-quaternary {
  color: #fff;
  border-color: #383f48;
}
.form-control.bg-quaternary::-webkit-input-placeholder,
.form-control.bg-color-quaternary::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-quaternary::-moz-placeholder,
.form-control.bg-color-quaternary::-moz-placeholder {
  color: #e6e6e6;
}
.form-control.bg-quaternary:-ms-input-placeholder,
.form-control.bg-color-quaternary:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-quaternary:-moz-placeholder,
.form-control.bg-color-quaternary:-moz-placeholder {
  color: #e6e6e6;
}
.form-control .testimonial-quaternary blockquote {
  background: #434c56;
}
.form-control .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: #434c56;
}
.form-control .testimonial-quaternary.testimonial-style-7 {
  background: #434c56;
}
.form-control .testimonial-quotes-quaternary blockquote:before,
.form-control .testimonial-quotes-quaternary blockquote:after {
  color: #D1B06C !important;
}
.form-control.bg-dark,
.form-control.bg-color-dark {
  color: #fff;
  border-color: #212529;
}
.form-control.bg-dark::-webkit-input-placeholder,
.form-control.bg-color-dark::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-dark::-moz-placeholder,
.form-control.bg-color-dark::-moz-placeholder {
  color: #e6e6e6;
}
.form-control.bg-dark:-ms-input-placeholder,
.form-control.bg-color-dark:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-control.bg-dark:-moz-placeholder,
.form-control.bg-color-dark:-moz-placeholder {
  color: #e6e6e6;
}
.form-control .testimonial-dark blockquote {
  background: #2c3237;
}
.form-control .testimonial-dark .testimonial-arrow-down {
  border-top-color: #2c3237;
}
.form-control .testimonial-dark.testimonial-style-7 {
  background: #2c3237;
}
.form-control .testimonial-quotes-dark blockquote:before,
.form-control .testimonial-quotes-dark blockquote:after {
  color: #D1B06C !important;
}
.form-control.bg-light,
.form-control.bg-color-light {
  color: #777;
  border-color: #fff;
}
.form-control.bg-light::-webkit-input-placeholder,
.form-control.bg-color-light::-webkit-input-placeholder {
  color: #5e5e5e;
}
.form-control.bg-light::-moz-placeholder,
.form-control.bg-color-light::-moz-placeholder {
  color: #5e5e5e;
}
.form-control.bg-light:-ms-input-placeholder,
.form-control.bg-color-light:-ms-input-placeholder {
  color: #5e5e5e;
}
.form-control.bg-light:-moz-placeholder,
.form-control.bg-color-light:-moz-placeholder {
  color: #5e5e5e;
}
.form-control .testimonial-light blockquote {
  background: #fff;
}
.form-control .testimonial-light .testimonial-arrow-down {
  border-top-color: #fff;
}
.form-control .testimonial-light.testimonial-style-7 {
  background: #fff;
}
.form-control .testimonial-quotes-light blockquote:before,
.form-control .testimonial-quotes-light blockquote:after {
  color: #D1B06C !important;
}
html .counters .counter-primary [class*="fa-"],
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
  color: #D1B06C;
}
html .counters .counter-secondary [class*="fa-"],
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
  color: #e36159;
}
html .counters .counter-tertiary [class*="fa-"],
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
  color: #2baab1;
}
html .counters .counter-quaternary [class*="fa-"],
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
  color: #383f48;
}
html .counters .counter-dark [class*="fa-"],
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
  color: #212529;
}
html .counters .counter-light [class*="fa-"],
html .counters .counter-light .icons,
html .counters .counter-light strong {
  color: #fff;
}
html .countdown.countdown-primary > span > span {
  color: #D1B06C;
}
html .countdown.countdown-secondary > span > span {
  color: #e36159;
}
html .countdown.countdown-tertiary > span > span {
  color: #2baab1;
}
html .countdown.countdown-quaternary > span > span {
  color: #383f48;
}
html .countdown.countdown-dark > span > span {
  color: #212529;
}
html .countdown.countdown-light > span > span {
  color: #fff;
}
html .image-hotspot-primary strong {
  color: #fff !important;
}
html .image-hotspot-primary .circle {
  background: #D1B06C !important;
}
html .image-hotspot-primary .ring {
  border-color: rgba(0, 136, 204, 0.9);
}
html .image-hotspot-secondary strong {
  color: #fff !important;
}
html .image-hotspot-secondary .circle {
  background: #e36159 !important;
}
html .image-hotspot-secondary .ring {
  border-color: rgba(227, 97, 89, 0.9);
}
html .image-hotspot-tertiary strong {
  color: #fff !important;
}
html .image-hotspot-tertiary .circle {
  background: #2baab1 !important;
}
html .image-hotspot-tertiary .ring {
  border-color: rgba(43, 170, 177, 0.9);
}
html .image-hotspot-quaternary strong {
  color: #fff !important;
}
html .image-hotspot-quaternary .circle {
  background: #383f48 !important;
}
html .image-hotspot-quaternary .ring {
  border-color: rgba(56, 63, 72, 0.9);
}
html .image-hotspot-dark strong {
  color: #fff !important;
}
html .image-hotspot-dark .circle {
  background: #212529 !important;
}
html .image-hotspot-dark .ring {
  border-color: rgba(33, 37, 41, 0.9);
}
html .image-hotspot-light strong {
  color: #777 !important;
}
html .image-hotspot-light .circle {
  background: #fff !important;
}
html .image-hotspot-light .ring {
  border-color: rgba(255, 255, 255, 0.9);
}
.icon-featured {
  background-color: #D1B06C;
}
html .featured-box-primary .icon-featured {
  background-color: #D1B06C;
}
html .featured-box-primary h4 {
  color: #D1B06C;
}
html .featured-box-primary .box-content {
  border-top-color: #D1B06C;
}
html .featured-box-primary .box-content-border-bottom {
  border-bottom-color: #D1B06C;
}
html .featured-box-secondary .icon-featured {
  background-color: #e36159;
}
html .featured-box-secondary h4 {
  color: #e36159;
}
html .featured-box-secondary .box-content {
  border-top-color: #e36159;
}
html .featured-box-secondary .box-content-border-bottom {
  border-bottom-color: #e36159;
}
html .featured-box-tertiary .icon-featured {
  background-color: #2baab1;
}
html .featured-box-tertiary h4 {
  color: #2baab1;
}
html .featured-box-tertiary .box-content {
  border-top-color: #2baab1;
}
html .featured-box-tertiary .box-content-border-bottom {
  border-bottom-color: #2baab1;
}
html .featured-box-quaternary .icon-featured {
  background-color: #383f48;
}
html .featured-box-quaternary h4 {
  color: #383f48;
}
html .featured-box-quaternary .box-content {
  border-top-color: #383f48;
}
html .featured-box-quaternary .box-content-border-bottom {
  border-bottom-color: #383f48;
}
html .featured-box-dark .icon-featured {
  background-color: #212529;
}
html .featured-box-dark h4 {
  color: #212529;
}
html .featured-box-dark .box-content {
  border-top-color: #212529;
}
html .featured-box-dark .box-content-border-bottom {
  border-bottom-color: #212529;
}
html .featured-box-light .icon-featured {
  background-color: #fff;
}
html .featured-box-light h4 {
  color: #fff;
}
html .featured-box-light .box-content {
  border-top-color: #fff;
}
html .featured-box-light .box-content-border-bottom {
  border-bottom-color: #fff;
}
html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #D1B06C;
  color: #D1B06C;
}
html
  .featured-boxes-style-3
  .featured-box.featured-box-secondary
  .icon-featured {
  border-color: #e36159;
  color: #e36159;
}
html
  .featured-boxes-style-3
  .featured-box.featured-box-tertiary
  .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}
html
  .featured-boxes-style-3
  .featured-box.featured-box-quaternary
  .icon-featured {
  border-color: #383f48;
  color: #383f48;
}
html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: #212529;
  color: #212529;
}
html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: #fff;
  color: #fff;
}
html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #D1B06C;
  color: #D1B06C;
}
html
  .featured-boxes-style-4
  .featured-box.featured-box-secondary
  .icon-featured {
  border-color: #e36159;
  color: #e36159;
}
html
  .featured-boxes-style-4
  .featured-box.featured-box-tertiary
  .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}
html
  .featured-boxes-style-4
  .featured-box.featured-box-quaternary
  .icon-featured {
  border-color: #383f48;
  color: #383f48;
}
html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: #212529;
  color: #212529;
}
html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: #fff;
  color: #fff;
}
html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #D1B06C;
}
html
  .featured-boxes-style-5
  .featured-box.featured-box-secondary
  .icon-featured {
  color: #e36159;
}
html
  .featured-boxes-style-5
  .featured-box.featured-box-tertiary
  .icon-featured {
  color: #2baab1;
}
html
  .featured-boxes-style-5
  .featured-box.featured-box-quaternary
  .icon-featured {
  color: #383f48;
}
html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}
html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: #fff;
}
html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #D1B06C;
}
html
  .featured-boxes-style-6
  .featured-box.featured-box-secondary
  .icon-featured {
  color: #e36159;
}
html
  .featured-boxes-style-6
  .featured-box.featured-box-tertiary
  .icon-featured {
  color: #2baab1;
}
html
  .featured-boxes-style-6
  .featured-box.featured-box-quaternary
  .icon-featured {
  color: #383f48;
}
html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}
html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: #fff;
}
html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #D1B06C;
}
html
  .featured-boxes-style-8
  .featured-box.featured-box-secondary
  .icon-featured {
  color: #e36159;
}
html
  .featured-boxes-style-8
  .featured-box.featured-box-tertiary
  .icon-featured {
  color: #2baab1;
}
html
  .featured-boxes-style-8
  .featured-box.featured-box-quaternary
  .icon-featured {
  color: #383f48;
}
html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}
html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: #fff;
}
.featured-boxes-modern-style-primary .featured-box {
  background: #D1B06C;
  background: linear-gradient(135deg, #D1B06C 0%, #383f48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1B06C',endColorstr='#383f48',GradientType=1);
}
.featured-boxes-modern-style-secondary .featured-box {
  background: #e36159;
  background: linear-gradient(135deg, #e36159 0%, #383f48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36159',endColorstr='#383f48',GradientType=1);
}
.featured-boxes-modern-style-tertiary .featured-box {
  background: #2baab1;
  background: linear-gradient(135deg, #2baab1 0%, #383f48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAAB1',endColorstr='#383f48',GradientType=1);
}
html .featured-box-effect-2.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 3px #D1B06C;
}
html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 3px #e36159;
}
html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 3px #2baab1;
}
html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 3px #383f48;
}
html .featured-box-effect-2.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 3px #212529;
}
html .featured-box-effect-2.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 3px #fff;
}
html .featured-box-effect-3.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 10px #D1B06C;
}
html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #D1B06C !important;
}
html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 10px #e36159;
}
html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: #e36159 !important;
}
html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 10px #2baab1;
}
html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: #2baab1 !important;
}
html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 10px #383f48;
}
html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: #383f48 !important;
}
html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 10px #212529;
}
html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: #212529 !important;
}
html .featured-box-effect-3.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 10px #fff;
}
html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: #fff !important;
}
.feature-box .feature-box-icon {
  background-color: #D1B06C;
}
html .feature-box-primary .feature-box-icon {
  background-color: #D1B06C;
}
html .feature-box-secondary .feature-box-icon {
  background-color: #e36159;
}
html .feature-box-tertiary .feature-box-icon {
  background-color: #2baab1;
}
html .feature-box-quaternary .feature-box-icon {
  background-color: #383f48;
}
html .feature-box-dark .feature-box-icon {
  background-color: #212529;
}
html .feature-box-light .feature-box-icon {
  background-color: #fff;
}
.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-2 .feature-box-icon .icons {
  color: #D1B06C;
}
html .feature-box-primary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
  color: #D1B06C;
}
html
  .feature-box-secondary.feature-box-style-2
  .feature-box-icon
  [class*="fa-"],
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
  color: #2baab1;
}
html
  .feature-box-quaternary.feature-box-style-2
  .feature-box-icon
  [class*="fa-"],
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
  color: #fff;
}
.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #D1B06C;
}
.feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-3 .feature-box-icon .icons {
  color: #D1B06C;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: #D1B06C;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
  color: #D1B06C;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  border-color: #e36159;
}
html
  .feature-box-secondary.feature-box-style-3
  .feature-box-icon
  [class*="fa-"],
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  border-color: #2baab1;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
  color: #2baab1;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  border-color: #383f48;
}
html
  .feature-box-quaternary.feature-box-style-3
  .feature-box-icon
  [class*="fa-"],
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  border-color: #212529;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon {
  border-color: #fff;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
  color: #fff;
}
.feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-4 .feature-box-icon .icons {
  color: #D1B06C;
}
html .feature-box-primary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
  color: #D1B06C;
}
html
  .feature-box-secondary.feature-box-style-4
  .feature-box-icon
  [class*="fa-"],
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
  color: #2baab1;
}
html
  .feature-box-quaternary.feature-box-style-4
  .feature-box-icon
  [class*="fa-"],
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
  color: #fff;
}
.feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-5 .feature-box-icon .icons {
  color: #D1B06C;
}
html .feature-box-primary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
  color: #D1B06C;
}
html
  .feature-box-secondary.feature-box-style-5
  .feature-box-icon
  [class*="fa-"],
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons {
  color: #2baab1;
}
html
  .feature-box-quaternary.feature-box-style-5
  .feature-box-icon
  [class*="fa-"],
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-5 .feature-box-icon .icons {
  color: #fff;
}
html .feature-box-primary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons {
  color: #D1B06C;
}
html
  .feature-box-secondary.feature-box-style-6
  .feature-box-icon
  [class*="fa-"],
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons {
  color: #e36159;
}
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons {
  color: #2baab1;
}
html
  .feature-box-quaternary.feature-box-style-6
  .feature-box-icon
  [class*="fa-"],
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons {
  color: #383f48;
}
html .feature-box-dark.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-6 .feature-box-icon .icons {
  color: #fff;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
  background-color: #069;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
  background-color: #0077b3;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
  background-color: #D1B06C;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
  background-color: #071E49;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
  background-color: #0af;
}
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
  background-color: #1ab2ff;
}
html .featured-boxes-full .featured-box-full-primary {
  background-color: #D1B06C;
  color: #fff;
}
html .featured-boxes-full .featured-box-full-secondary {
  background-color: #e36159;
  color: #fff;
}
html .featured-boxes-full .featured-box-full-tertiary {
  background-color: #2baab1;
  color: #fff;
}
html .featured-boxes-full .featured-box-full-quaternary {
  background-color: #383f48;
  color: #fff;
}
html .featured-boxes-full .featured-box-full-dark {
  background-color: #212529;
  color: #fff;
}
html .featured-boxes-full .featured-box-full-light {
  background-color: #fff;
  color: #777;
}
.pricing-table .most-popular {
  border-color: #D1B06C;
}
.pricing-table .most-popular h3 {
  background-color: #D1B06C;
}
.pricing-table.princig-table-flat .plan h3 {
  background-color: #D1B06C;
}
.pricing-table.princig-table-flat .plan h3 span {
  background: #D1B06C;
}
html .call-to-action.featured.featured-primary {
  border-top-color: #D1B06C;
}
html .call-to-action.call-to-action-primary {
  background: #D1B06C;
}
html .call-to-action.with-full-borders-primary {
  border-color: #D1B06C;
}
html .call-to-action.call-to-action-primary {
  background: #D1B06C;
}
html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
  color: #fff;
}
html .call-to-action.featured.featured-secondary {
  border-top-color: #e36159;
}
html .call-to-action.call-to-action-secondary {
  background: #e36159;
}
html .call-to-action.with-full-borders-secondary {
  border-color: #e36159;
}
html .call-to-action.call-to-action-secondary {
  background: #e36159;
}
html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
  color: #fff;
}
html .call-to-action.featured.featured-tertiary {
  border-top-color: #2baab1;
}
html .call-to-action.call-to-action-tertiary {
  background: #2baab1;
}
html .call-to-action.with-full-borders-tertiary {
  border-color: #2baab1;
}
html .call-to-action.call-to-action-tertiary {
  background: #2baab1;
}
html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
  color: #fff;
}
html .call-to-action.featured.featured-quaternary {
  border-top-color: #383f48;
}
html .call-to-action.call-to-action-quaternary {
  background: #383f48;
}
html .call-to-action.with-full-borders-quaternary {
  border-color: #383f48;
}
html .call-to-action.call-to-action-quaternary {
  background: #383f48;
}
html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
  color: #fff;
}
html .call-to-action.featured.featured-dark {
  border-top-color: #212529;
}
html .call-to-action.call-to-action-dark {
  background: #212529;
}
html .call-to-action.with-full-borders-dark {
  border-color: #212529;
}
html .call-to-action.call-to-action-dark {
  background: #212529;
}
html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
  color: #fff;
}
html .call-to-action.featured.featured-light {
  border-top-color: #fff;
}
html .call-to-action.call-to-action-light {
  background: #fff;
}
html .call-to-action.with-full-borders-light {
  border-color: #fff;
}
html .call-to-action.call-to-action-light {
  background: #fff;
}
html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
  color: #777;
}
section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
  background: #D1B06C;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #D1B06C;
}
ul.history li .featured-box .box-content {
  border-top-color: #D1B06C;
}
.portfolio-list .portfolio-item.portfolio-item-new:after {
  background: linear-gradient(135deg, #D1B06C 0%, #e36159 80%);
}
.recent-posts .date .month,
article.post .post-date .month {
  background-color: #D1B06C;
}
.recent-posts .date .day,
article.post .post-date .day {
  color: #D1B06C;
}
.slider .tp-bannertimer {
  background-color: #D1B06C;
}
.home-concept strong {
  color: #D1B06C;
}
html .home-intro-primary {
  background: #D1B06C;
}
html .home-intro-secondary {
  background: #e36159;
}
html .home-intro-tertiary {
  background: #2baab1;
}
html .home-intro-quaternary {
  background: #383f48;
}
html .home-intro-dark {
  background: #212529;
}
html .home-intro-light {
  background: #fff;
}
html .slide-overlay-primary .slotholder:after {
  background-color: #D1B06C !important;
}
html .slider-container .tp-caption-overlay-primary {
  background: #D1B06C;
}
html .slider-container .tp-caption-overlay-opacity-primary {
  background: rgba(0, 136, 204, 0.4);
}
html .tp-bullets.bullets-color-primary .tp-bullet:hover,
html .tp-bullets.bullets-color-primary .tp-bullet.selected {
  background: #D1B06C;
}
html .slide-overlay-secondary .slotholder:after {
  background-color: #e36159 !important;
}
html .slider-container .tp-caption-overlay-secondary {
  background: #e36159;
}
html .slider-container .tp-caption-overlay-opacity-secondary {
  background: rgba(227, 97, 89, 0.4);
}
html .tp-bullets.bullets-color-secondary .tp-bullet:hover,
html .tp-bullets.bullets-color-secondary .tp-bullet.selected {
  background: #e36159;
}
html .slide-overlay-tertiary .slotholder:after {
  background-color: #2baab1 !important;
}
html .slider-container .tp-caption-overlay-tertiary {
  background: #2baab1;
}
html .slider-container .tp-caption-overlay-opacity-tertiary {
  background: rgba(43, 170, 177, 0.4);
}
html .tp-bullets.bullets-color-tertiary .tp-bullet:hover,
html .tp-bullets.bullets-color-tertiary .tp-bullet.selected {
  background: #2baab1;
}
html .slide-overlay-quaternary .slotholder:after {
  background-color: #383f48 !important;
}
html .slider-container .tp-caption-overlay-quaternary {
  background: #383f48;
}
html .slider-container .tp-caption-overlay-opacity-quaternary {
  background: rgba(56, 63, 72, 0.4);
}
html .tp-bullets.bullets-color-quaternary .tp-bullet:hover,
html .tp-bullets.bullets-color-quaternary .tp-bullet.selected {
  background: #383f48;
}
html .slide-overlay-dark .slotholder:after {
  background-color: #212529 !important;
}
html .slider-container .tp-caption-overlay-dark {
  background: #212529;
}
html .slider-container .tp-caption-overlay-opacity-dark {
  background: rgba(33, 37, 41, 0.4);
}
html .tp-bullets.bullets-color-dark .tp-bullet:hover,
html .tp-bullets.bullets-color-dark .tp-bullet.selected {
  background: #212529;
}
html .slide-overlay-light .slotholder:after {
  background-color: #fff !important;
}
html .slider-container .tp-caption-overlay-light {
  background: #fff;
}
html .slider-container .tp-caption-overlay-opacity-light {
  background: rgba(255, 255, 255, 0.4);
}
html .tp-bullets.bullets-color-light .tp-bullet:hover,
html .tp-bullets.bullets-color-light .tp-bullet.selected {
  background: #fff;
}
html .slide-overlay.slide-overlay-gradient .slotholder:after {
  background-color: #2baab1 !important;
  background-image: linear-gradient(
    to right,
    #2baab1 0%,
    #383f48 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAAB1',endColorstr='#383f48',GradientType=1);
}
.cd-product-viewer-handle .handle {
  background: #D1B06C;
}
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
  background-color: #D1B06C;
  border-color: #D1B06C #D1B06C #069;
  color: #fff;
}
.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover,
.tparrows.tparrows-carousel.tp-leftarrow.hover,
.tparrows.tparrows-carousel.tp-rightarrow.hover {
  background-color: #00a1f2;
  border-color: #0af #0af #D1B06C;
  color: #fff;
}
.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow.focus,
.tparrows.tparrows-carousel.tp-rightarrow.focus {
  background-color: #006ea6;
  border-color: #069 #069 #046;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}
.tparrows.tparrows-carousel.tp-leftarrow.disabled,
.tparrows.tparrows-carousel.tp-rightarrow.disabled,
.tparrows.tparrows-carousel.tp-leftarrow:disabled,
.tparrows.tparrows-carousel.tp-rightarrow:disabled {
  background-color: #D1B06C;
  border-color: #D1B06C #D1B06C #069;
}
.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow.active,
.tparrows.tparrows-carousel.tp-rightarrow.active {
  background-color: #006ea6 !important;
  background-image: none !important;
  border-color: #069 #069 #004466 !important;
}
.tparrows.arrows-primary:before {
  color: #D1B06C;
}
.shop .products .product .onsale {
  background-color: #D1B06C;
  border-bottom-color: #006da3;
}
.shop .cart-totals tr.total .amount {
  color: #D1B06C;
}
.shop .products .product .quick-view {
  background: rgba(0, 136, 204, 0.7);
}
.shop .products .product:hover .quick-view:hover {
  background: #D1B06C;
}
.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover {
  color: #fff;
  background: #D1B06C;
}
.product .product-thumb-info .countdown-offer-wrapper {
  background: #D1B06C;
}
#footer .footer-ribbon {
  background: #D1B06C;
}
#footer .footer-ribbon:before {
  border-right-color: #005580;
  border-left-color: #005580;
}
#footer
  .footer-nav.footer-nav-bottom-line
  nav
  > ul:not(:hover)
  > li
  > a.active {
  color: #D1B06C !important;
}
#footer
  .footer-nav.footer-nav-bottom-line
  nav
  > ul:not(:hover)
  > li
  > a.active:before {
  background: #D1B06C !important;
}
#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
  color: #D1B06C !important;
}
#footer
  .footer-nav.footer-nav-bottom-line
  nav
  > ul:hover
  > li:hover
  > a:before {
  background: #D1B06C !important;
}
.scrollable.colored-slider .scrollable-slider {
  background: #D1B06C;
}
.sample-icon-list .sample-icon a:hover {
  background-color: #D1B06C;
}
.cursor-inner {
  background-color: #D1B06C;
}
.cursor-inner.cursor-inner-plus:before {
  color: #D1B06C;
}
.cursor-outer {
  border-color: #D1B06C;
}
.cssload-thecube .cssload-cube:before {
  background-color: #D1B06C;
}
.cssload-cube-progress {
  border-color: #D1B06C;
}
.cssload-cube-progress-inner {
  background-color: #D1B06C;
}
.cssload-float-rings-inner.cssload-one {
  border-bottom-color: #D1B06C;
}
.cssload-float-rings-inner.cssload-two {
  border-right-color: #D1B06C;
}
.cssload-float-rings-inner.cssload-three {
  border-top-color: #D1B06C;
}
.cssload-float-bars-loading,
.cssload-float-bars-loading:after,
.cssload-float-bars-loading:before {
  background: #D1B06C;
}
.cssload-speeding-wheel {
  border-top-color: #D1B06C;
  border-bottom-color: #D1B06C;
}
.cssload-zenith {
  box-shadow: 3px 3px 1px #D1B06C;
}
.cssload-spinning-square-loading {
  background: #D1B06C;
}
.cssload-spinning-square-loading:before {
  background: #e36159;
}
.cssload-spinning-square-loading:after {
  background: #fff;
}
.cssload-pulse-loader {
  background: #D1B06C;
}
.map-rounded-pin {
  background: #D1B06C;
}
html.boxed .body {
  border-top-color: #D1B06C;
}
.col-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.col-5ths {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 576px) {
  .col-sm-5ths {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-5ths {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-5ths {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-5ths {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.alternative-font {
  font-family: "Urbanist", Arial, sans-serif;
  font-size: inherit;
}
.default-font {
  font-family: "Urbanist", Arial, sans-serif;
  font-size: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Urbanist", Arial, sans-serif;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.9em;
}
h6 {
  font-size: 0.8em;
}
.custom-font-size-1 {
  font-size: 2em;
  line-height: 1;
}
.custom-font-size-2 {
  font-size: 3.5em;
  line-height: 1;
}
.custom-border-radius {
  border-radius: 30px !important;
}
.custom-carousel-arrows-style .owl-nav button.owl-prev,
.custom-carousel-arrows-style .owl-nav button.owl-next {
  height: 80px;
  top: 50%;
  border-radius: 0;
  transform: translateY(-50%);
}
.custom-carousel-arrows-style .owl-nav button.owl-prev::before,
.custom-carousel-arrows-style .owl-nav button.owl-next::before {
  font-family: simple-line-icons;
  content: "\e605";
}
.custom-carousel-arrows-style .owl-nav button.owl-next::before {
  content: "\e606";
}
.custom-carousel-dots-style {
  margin: 30px 0;
}
.custom-carousel-dots-style .owl-dots button.owl-dot span {
  background: transparent;
  border: 2px solid #192830;
  opacity: 0.5;
}
.custom-carousel-dots-style .owl-dots button.owl-dot.active span {
  opacity: 1;
}
.custom-carousel-dots-style.custom-carousel-dots-style-inside {
  position: relative;
}
.custom-carousel-dots-style.custom-carousel-dots-style-inside .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.owl-carousel.rounded-nav .owl-nav button[class*="owl-"],
.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:hover {
  border-radius: 100% !important;
}
.list.list-icons-style-2 li > .fa:first-child,
.list.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons-style-2 li > .icons:first-child,
.list.list-icons-style-2 li a:first-child > .icons:first-child {
  border-width: 2px !important;
}
.slider-container {
  background: transparent !important;
}
.slider-container:hover .arrows-side-header-1.tp-leftarrow {
  left: -0px !important;
}
.slider-container:hover .arrows-side-header-1.tp-rightarrow {
  left: 100% !important;
}
.slider-container .hermes .tp-bullet {
  box-shadow: 0 0 0 2px #242e39 inset;
}
.slider-container .hermes .tp-bullet:after {
  background-color: #242e39;
  box-shadow: 0 0 1px #242e39;
}
.tp-caption-photo-label {
  color: #fff;
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  letter-spacing: -1px;
  padding-bottom: 10px;
  text-shadow: none;
}
.arrows-portfolio-detail-1 {
  width: 30px;
  height: 80px;
  border-radius: 0 !important;
}
.arrows-portfolio-detail-1:before {
  line-height: 80px;
}
.arrows-transparent-header-photography-1 {
  width: 30px;
  height: 55px;
  background: transparent;
  opacity: 0.5;
}
.arrows-transparent-header-photography-1:before {
  line-height: 55px;
  font-weight: 700;
}
.arrows-transparent-header-photography-1:hover {
  background: transparent;
  opacity: 1;
}
.arrows-side-header-1 {
  width: 30px;
  height: 55px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0 !important;
}
.arrows-side-header-1:before {
  line-height: 55px;
  font-weight: 700;
}
.arrows-side-header-1:hover {
  background: #fff;
}
.arrows-side-header-1:hover:before {
  color: #000;
}
.arrows-side-header-1.tp-leftarrow {
  left: -30px !important;
  transition: ease left 300ms;
}
.arrows-side-header-1.tp-rightarrow {
  left: 110% !important;
  transition: ease left 300ms;
}
.social-icons li {
  box-shadow: none;
  margin: 0 1px 0 0;
}
.social-icons li a {
  border: 2px solid #333;
  width: 34px;
  height: 34px;
  line-height: 31px;
}
.thumb-info,
.thumb-info .thumb-info-wrapper,
.thumb-info .thumb-info-wrapper:after,
.thumb-info .thumb-info-wrapper > img,
.thumb-info .thumb-info-wrapper > .thumb-info-background {
  border-radius: 0;
}
.portfolio-stripes .owl-item .portfolio-item {
  width: calc(100% + 2px);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info {
  border: none;
}
.portfolio-stripes
  .owl-item
  .portfolio-item
  .thumb-info:hover
  .thumb-info-wrapper
  .background-image {
  transform: scale(1.1);
}
.portfolio-stripes
  .owl-item
  .portfolio-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-title {
  background: none;
}
.portfolio-stripes
  .owl-item
  .portfolio-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-plus {
  opacity: 1;
  width: 30%;
}
.portfolio-stripes
  .owl-item
  .portfolio-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-plus::after {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper {
  height: calc(100vh - 81px);
}
.portfolio-stripes
  .owl-item
  .portfolio-item
  .thumb-info
  .thumb-info-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 50px 190px 110px #182027;
  z-index: 1;
}
.portfolio-stripes
  .owl-item
  .portfolio-item
  .thumb-info
  .thumb-info-wrapper::after {
  background: rgba(10, 12, 36, 0.5);
}
.portfolio-stripes
  .owl-item
  .portfolio-item
  .thumb-info
  .thumb-info-wrapper
  .background-image {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: ease all 0.3s;
}
.portfolio-stripes
  .owl-item
  .portfolio-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus {
  opacity: 0;
  position: absolute;
  width: 10%;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate3d(-50%, -50%, 0);
  transition: ease all 0.3s;
}
.portfolio-stripes
  .owl-item
  .portfolio-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus::before,
.portfolio-stripes
  .owl-item
  .portfolio-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  border-top: 1px solid #fff;
  transform: translate3d(-50%, -50%, 0);
}
.portfolio-stripes
  .owl-item
  .portfolio-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus::after {
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
.portfolio-stripes
  .owl-item
  .portfolio-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title {
  background: none;
  bottom: 5.5%;
  left: 5%;
  padding: 0;
  font-size: 2em;
  line-height: 1;
  text-shadow: none;
}
.thumb-info-icons.position-style-1 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 2;
}
.thumb-info-icons.position-style-2 {
  position: absolute;
  top: -15px;
  left: 50%;
  z-index: 3;
  transform: translateX(-51%);
}
.thumb-info-icons.position-style-3 {
  position: absolute;
  bottom: 7%;
  right: 2%;
}
.thumb-info-icons .thumb-info-icon {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 20px;
  transition: ease all 0.3s;
}
.thumb-info-icons .thumb-info-icon.love {
  margin-left: 0.2em;
}
.thumb-info-icons .thumb-info-icon i {
  margin-left: 8px;
}
#portfolioDetailLoadMoreWrapper li {
  list-style: none;
  max-height: 318px;
  overflow: hidden;
}
.portfolioDetail-load-more-loader,
.portfolioInfiniteScroll-load-more-loader {
  display: none;
  min-height: 132px;
}
.portfolio-detail-item {
  position: relative;
  display: inline-block;
  text-align: center;
  max-width: 360px;
  width: 100%;
  height: 283px;
  min-height: 283px;
  margin: 35px 15px 15px 15px;
  cursor: pointer;
  box-shadow: 0 0 49px -21px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.portfolio-detail-item:hover {
  box-shadow: 0 0 49px -21px rgba(0, 0, 0, 0.7);
}
.portfolio-detail-item:hover .thumb-info-icons .thumb-info-icon {
  background-color: #ef4545 !important;
}
.portfolio-detail-item a {
  text-decoration: none !important;
}
.portfolio-detail-item .owl-carousel {
  margin-bottom: 0;
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 283px;
}
.portfolio-detail-item .owl-carousel .item-image-wrapper {
  box-shadow: none;
}
.portfolio-detail-item .owl-carousel .item-image {
  margin-top: 0;
}
.portfolio-detail-item .owl-carousel .owl-item {
  width: 100%;
  max-width: 360px;
}
.portfolio-detail-item .owl-carousel .owl-item > div {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 283px;
}
.portfolio-detail-item .owl-carousel .owl-nav button.owl-prev,
.portfolio-detail-item .owl-carousel .owl-nav button.owl-next {
  border: 0 none;
  color: #fff;
  height: 50px;
  line-height: 38px;
  margin-top: -4px;
  border-radius: 0;
  transition: all 0.3s ease;
}
.portfolio-detail-item .owl-carousel .owl-nav button.owl-prev:before,
.portfolio-detail-item .owl-carousel .owl-nav button.owl-next:before {
  font-family: simple-line-icons;
  content: "\e605";
  font-size: 11px;
}
.portfolio-detail-item .owl-carousel .owl-nav button.owl-next::before {
  font-family: simple-line-icons;
  content: "\e606";
}
.portfolio-detail-item .owl-carousel.show-nav-hover .owl-nav button.owl-prev {
  left: 0;
}
.portfolio-detail-item .owl-carousel.show-nav-hover .owl-nav button.owl-next {
  right: 0;
}
.portfolio-detail-item .sub-item-description {
  display: block;
  left: 0;
  top: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
  transition: all 0.3s ease;
}
.portfolio-detail-item .sub-item-description:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  box-shadow: 0 50px 130px 110px #182027;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.portfolio-detail-item .sub-item-description h5 {
  transition: all 0.3s ease;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: -100%;
  width: 100%;
  text-align: center;
  left: 0;
  padding-bottom: 25px;
}
.portfolio-detail-item:hover .sub-item-description h5 {
  bottom: 0;
}
.portfolio-detail-item:hover .sub-item-description:before {
  opacity: 1;
}
.portfolio-detail-item .item-image-wrapper {
  background: transparent;
  width: 100%;
  display: inline-block;
  border: none;
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.portfolio-detail-item .item-image-wrapper .fa-spin {
  background: transparent none repeat scroll 0 0;
  color: #ccc;
  font-size: 25px;
  left: 50%;
  margin: -13px;
  position: absolute;
  top: 50%;
  z-index: -2;
}
.portfolio-detail-item a:hover .item-image-wrapper {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}
.portfolio-detail-item .item-image {
  min-height: 283px;
  max-width: 360px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}
.portfolio-detail-item .item-description {
  display: block;
  padding: 15px 0;
}
.portfolio-detail-item h5 {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.portfolio-detail-item p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  .portfolio-detail-item {
    margin-left: 0;
    margin-right: 0;
  }
}
#portfolioDetailLoadMore {
  margin: 50px 0 30px 0;
  padding: 13px 30px;
  outline: none;
}
#porfolioDetailsAjaxBoxContent .slider-container .hermes .tp-bullet {
  box-shadow: 0 0 0 2px #fff inset;
}
#porfolioDetailsAjaxBoxContent .slider-container .hermes .tp-bullet:after {
  background-color: #fff;
  box-shadow: 0 0 1px #fff;
}
.portfolio-parallax {
  height: 40vh;
}
.portfolio-parallax:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(10, 12, 36, 0);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: ease all 300ms;
}
.portfolio-parallax:hover:before {
  background: rgba(10, 12, 36, 0.5);
}
.portfolio-parallax:hover .thumb-info-plus {
  opacity: 1;
  width: 8%;
}
.portfolio-parallax:hover .thumb-info-plus::after {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.portfolio-parallax.hidden-plus:before {
  content: none;
}
.portfolio-parallax.hidden-plus .thumb-info-plus {
  display: none;
}
.portfolio-parallax h2 {
  position: absolute;
  bottom: 7%;
  left: 1%;
  padding: 0;
  font-size: 2em;
  line-height: 1;
  margin: 0;
}
.portfolio-parallax .thumb-info-plus {
  opacity: 0;
  position: absolute;
  width: 2%;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate3d(-50%, -50%, 0);
  transition: ease all 0.3s;
}
.portfolio-parallax .thumb-info-plus::before,
.portfolio-parallax .thumb-info-plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  border-top: 1px solid #fff;
  transform: translate3d(-50%, -50%, 0);
}
.portfolio-parallax .thumb-info-plus::after {
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
@media (max-width: 991px) {
  .portfolio-parallax {
    height: 30vh;
  }
  .portfolio-parallax:hover .thumb-info-plus {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .portfolio-parallax {
    height: 25vh;
  }
}
#portfolioGrid {
  margin: 0.5vw;
}
#portfolioGrid li {
  list-style: none;
}
#portfolioGrid.portfolioGridFullNoMargins {
  margin: 0;
}
#portfolioGrid.portfolioGridFullNoMargins .portfolio-grid-item {
  padding: 0;
}
.portfolio-grid-item {
  padding: 0.5vw;
}
.portfolio-grid-item .thumb-info {
  border: none;
}
.portfolio-grid-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-background {
  transform: scale(1.1);
}
.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title {
  opacity: 1;
  transform: translate3d(-50%, 50%, 0);
}
.portfolio-grid-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-title
  span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus {
  opacity: 1;
  width: 30%;
}
.portfolio-grid-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-plus::after {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper {
  background-size: cover;
  width: 100%;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1 {
  height: 33.5vw;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2 {
  height: 16.25vw;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3 {
  height: 12.25vw;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 {
  height: 19.25vw;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper:after {
  background: rgba(10, 12, 36, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-background {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: ease all 0.3s;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title {
  width: 90%;
  background: transparent;
  bottom: 50%;
  left: 50%;
  right: auto;
  opacity: 0;
  text-transform: none;
  margin: 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 300 !important;
  text-shadow: none;
  letter-spacing: -1px;
  transition: all 0.3s ease;
  transform: translate3d(-50%, 40%, 0);
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title span {
  display: block;
  opacity: 0;
  text-transform: none;
  font-size: 16px;
  transform: translate3d(0, -40%, 0);
  transition: all 0.3s ease 0.3s;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus {
  opacity: 0;
  position: absolute;
  width: 10%;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate3d(-50%, -50%, 0);
  transition: ease all 0.3s;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before,
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  border-top: 1px solid #fff;
  transform: translate3d(-50%, -50%, 0);
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
@media (max-width: 991px) {
  #portfolioGrid {
    margin: 1.5vw;
  }
  .portfolio-grid-item {
    padding: 1.5vw;
  }
  .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1 {
    height: 47.5vw;
  }
  .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2 {
    height: 22.25vw;
  }
  .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3 {
    height: 20.25vw;
  }
  .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 {
    height: 30.25vw;
  }
}
@media (max-width: 767px) {
  #portfolioGrid:not(.portfolioGridFullNoMargins) {
    margin: 0vw;
  }
  #portfolioGrid:not(.portfolioGridFullNoMargins)
    li:last-child
    .portfolio-grid-item {
    padding: 4.5vw 4.5vw 4.5vw 4.5vw;
  }
  .portfolio-grid-item {
    padding: 4.5vw 4.5vw 0vw 4.5vw;
  }
  .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1,
  .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2,
  .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3,
  .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 {
    height: 50vw;
  }
}
@media (max-width: 576px) {
  .portfolio-grid-item {
    padding: 4.5vw 4.5vw 0vw 4.5vw;
  }
  .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1,
  .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2,
  .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3,
  .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 {
    height: 70vw;
  }
}
#portfolioVertical {
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
#portfolioVertical li {
  list-style: none;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #portfolioVertical {
    margin-top: 15px;
  }
  #portfolioVertical li {
    margin-bottom: 15px;
  }
}
.portfolio-vertical-item,
.horizontal-scroll-item,
.portfolio-detail-image-item {
  transition: ease box-shadow 300ms;
}
.portfolio-vertical-item:hover,
.horizontal-scroll-item:hover,
.portfolio-detail-image-item:hover {
  box-shadow: 0 0 59px -16px rgba(0, 0, 0, 0.4);
}
.portfolio-vertical-item .thumb-info,
.horizontal-scroll-item .thumb-info,
.portfolio-detail-image-item .thumb-info {
  border: none;
  transform: none;
}
.portfolio-vertical-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-title,
.horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title,
.portfolio-detail-image-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-title {
  opacity: 1;
  transform: translate3d(-50%, 50%, 0);
}
.portfolio-vertical-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-title
  span,
.horizontal-scroll-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-title
  span,
.portfolio-detail-image-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-title
  span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus,
.horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus,
.portfolio-detail-image-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-plus {
  opacity: 1;
  width: 30%;
}
.portfolio-vertical-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-plus::after,
.horizontal-scroll-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-plus::after,
.portfolio-detail-image-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-plus::after {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.portfolio-vertical-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-plus.alternative-size,
.horizontal-scroll-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-plus.alternative-size,
.portfolio-detail-image-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-plus.alternative-size {
  width: 21%;
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper,
.horizontal-scroll-item .thumb-info .thumb-info-wrapper,
.portfolio-detail-image-item .thumb-info .thumb-info-wrapper {
  transform: none;
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper:after,
.horizontal-scroll-item .thumb-info .thumb-info-wrapper:after,
.portfolio-detail-image-item .thumb-info .thumb-info-wrapper:after {
  background: rgba(10, 12, 36, 0.5);
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title,
.horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title,
.portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title {
  width: 90%;
  background: transparent;
  bottom: 50%;
  left: 50%;
  right: auto;
  opacity: 0;
  text-transform: none;
  margin: 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 300 !important;
  text-shadow: none;
  letter-spacing: -1px;
  transition: all 0.3s ease;
  transform: translate3d(-50%, 40%, 0);
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title span,
.horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title span,
.portfolio-detail-image-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title
  span {
  display: block;
  opacity: 1;
  text-transform: none;
  font-size: 16px;
  transform: translate3d(0, -40%, 0);
  transition: all 0.3s ease 0.3s;
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus,
.horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus,
.portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus {
  opacity: 0;
  position: absolute;
  width: 10%;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate3d(-50%, -50%, 0);
  transition: ease all 0.3s;
}
.portfolio-vertical-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus::before,
.portfolio-vertical-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus::after,
.horizontal-scroll-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus::before,
.horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after,
.portfolio-detail-image-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus::before,
.portfolio-detail-image-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  border-top: 1px solid #fff;
  transform: translate3d(-50%, -50%, 0);
}
.portfolio-vertical-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus::after,
.horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after,
.portfolio-detail-image-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus::after {
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
#horizontalScrollBox {
  position: relative;
  width: 100%;
  height: calc(100vh - 183px);
  overflow-y: hidden;
  overflow-x: scroll;
}
#horizontalScrollBox::-webkit-scrollbar {
  height: 10px;
}
#horizontalScrollBox::-webkit-scrollbar-track {
  background: #e2e2e2;
  border-radius: 10px;
  margin: 18px;
}
#horizontalScrollBox::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
#horizontalScrollBox .content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#horizontalScrollBox .content .horizontal-scroll-item-wrapper {
  display: inline-flex;
  flex: 0 0 auto;
  margin: 20px 0 20px 20px;
  width: auto;
}
#horizontalScrollBox .content .horizontal-scroll-item-wrapper:first-child {
  margin: 20px 0 20px 0;
}
#horizontalScrollBox
  .content
  .horizontal-scroll-item-wrapper
  .horizontal-scroll-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-plus {
  opacity: 1;
  width: 30%;
}
#horizontalScrollBox
  .content
  .horizontal-scroll-item-wrapper
  .horizontal-scroll-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-plus::after {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
#horizontalScrollBox
  .content
  .horizontal-scroll-item-wrapper
  .horizontal-scroll-item
  .thumb-info
  .thumb-info-wrapper
  img {
  width: auto;
  height: calc(100vh - 223px);
}
#horizontalScrollBox
  .content
  .horizontal-scroll-item-wrapper
  .horizontal-scroll-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus {
  opacity: 0;
  position: absolute;
  width: 10%;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate3d(-50%, -50%, 0);
  transition: ease all 0.3s;
}
#horizontalScrollBox
  .content
  .horizontal-scroll-item-wrapper
  .horizontal-scroll-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus::before,
#horizontalScrollBox
  .content
  .horizontal-scroll-item-wrapper
  .horizontal-scroll-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  border-top: 1px solid #fff;
  transform: translate3d(-50%, -50%, 0);
}
#horizontalScrollBox
  .content
  .horizontal-scroll-item-wrapper
  .horizontal-scroll-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus::after {
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
#horizontalScrollBox .custom-portfolio-navigation {
  position: fixed;
  width: 100vw;
  top: 47%;
  z-index: 10;
  transform: translateY(-50%);
}
#horizontalScrollBox .custom-portfolio-navigation .prev,
#horizontalScrollBox .custom-portfolio-navigation .next {
  position: absolute;
  width: 30px;
  height: 80px;
  top: -40px;
  left: 0;
  color: #fff;
  background-color: #242e39;
  cursor: pointer;
}
#horizontalScrollBox .custom-portfolio-navigation .prev::before,
#horizontalScrollBox .custom-portfolio-navigation .next::before {
  position: relative;
  content: "\e605";
  font-family: simple-line-icons;
  top: 27px;
  left: 5px;
}
#horizontalScrollBox .custom-portfolio-navigation .prev:hover,
#horizontalScrollBox .custom-portfolio-navigation .next:hover {
  background-color: #252f3a;
}
#horizontalScrollBox .custom-portfolio-navigation .prev.disable-button,
#horizontalScrollBox .custom-portfolio-navigation .next.disable-button {
  opacity: 0.5;
}
#horizontalScrollBox .custom-portfolio-navigation .next {
  left: auto;
  right: 0;
}
#horizontalScrollBox .custom-portfolio-navigation .next::before {
  content: "\e606";
  left: 9px;
}
@media (max-width: 991px) {
  #horizontalScrollBox {
    height: auto !important;
    overflow: visible !important;
  }
  #horizontalScrollBox::-webkit-scrollbar {
    width: 0;
  }
  #horizontalScrollBox .content {
    position: static;
    width: 100% !important;
    flex-direction: column;
  }
  #horizontalScrollBox .content .horizontal-scroll-item-wrapper {
    margin: 20px 20px 0 20px;
  }
  #horizontalScrollBox .content .horizontal-scroll-item-wrapper:first-child {
    margin: 20px 20px 0 20px;
  }
  #horizontalScrollBox .content .horizontal-scroll-item-wrapper:last-child {
    margin: 20px;
  }
  #horizontalScrollBox
    .content
    .horizontal-scroll-item-wrapper
    .horizontal-scroll-item
    .thumb-info
    .thumb-info-wrapper
    img {
    width: 100%;
    height: auto;
  }
  #horizontalScrollBox .custom-portfolio-navigation {
    display: none;
  }
}
.portfolio-list .portfolio-item {
  margin-bottom: 25px;
}
.mfp-wrap.photography-portfolio-gallery {
  opacity: 0;
  transition: ease opacity 300ms;
}
#photographyLightbox {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#photographyLightbox .mfp-close {
  background-color: #242e39;
  color: #fff;
  top: 0;
  right: 0;
  opacity: 1;
}
#photographyLightbox .mfp-close:hover {
  opacity: 0.7;
}
#photographyLightbox .thumb-gallery {
  position: absolute;
  width: 100vw;
  height: 95vh;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#photographyLightbox .owl-carousel .owl-item > div {
  position: relative;
  height: 95vh;
}
#photographyLightbox .owl-carousel .owl-item > div .img-thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
}
#photographyLightbox .owl-carousel .owl-item img {
  display: inline-block !important;
  width: auto;
  max-width: 95vw;
  max-height: 90vh;
  box-shadow: 0 0 40px -10px #000;
}
#photographyLightbox .owl-carousel .owl-nav button.owl-prev,
#photographyLightbox .owl-carousel .owl-nav button.owl-next {
  border: 0 none;
  border-radius: 0;
  color: #fff;
  height: 80px;
  line-height: 68px;
  margin-top: -20px;
  transition: all 0.3s ease;
}
#photographyLightbox .owl-carousel .owl-nav button.owl-prev:before,
#photographyLightbox .owl-carousel .owl-nav button.owl-next:before {
  font-family: simple-line-icons;
  content: "\e605";
  font-size: 11px;
}
#photographyLightbox .owl-carousel .owl-nav button.owl-next::before {
  font-family: simple-line-icons;
  content: "\e606";
}
#photographyLightbox #thumbGalleryThumbs {
  width: 98%;
  height: 13vh;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#photographyLightbox #thumbGalleryThumbs:hover .owl-stage-outer,
#photographyLightbox #thumbGalleryThumbs.show-thumbs .owl-stage-outer {
  opacity: 1;
  transform: translateY(0);
}
#photographyLightbox #thumbGalleryThumbs.boxed-thumbs:hover .owl-stage-outer {
  opacity: 1;
  transform: translateY(0);
}
#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item > div {
  height: 20vh;
}
#photographyLightbox
  #thumbGalleryThumbs.boxed-thumbs
  .owl-item
  > div
  .img-thumbnail {
  height: 5.3vw;
  overflow: hidden;
  border: none;
  box-shadow: none;
}
#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#photographyLightbox
  #thumbGalleryThumbs.full-proportion-thumbs:hover
  .owl-stage-outer {
  opacity: 1;
  transform: translateY(-32%);
}
#photographyLightbox
  #thumbGalleryThumbs.full-proportion-thumbs
  .owl-item.active-thumb {
  opacity: 0.5;
}
#photographyLightbox
  #thumbGalleryThumbs.full-proportion-thumbs
  .owl-item
  > div {
  height: 20vh;
}
#photographyLightbox
  #thumbGalleryThumbs.full-proportion-thumbs
  .owl-item
  > div
  .img-thumbnail {
  border: none;
  box-shadow: none;
  overflow: visible;
}
#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item img {
  max-height: 20vh;
  box-shadow: none;
  height: auto;
  width: 100%;
}
#photographyLightbox #thumbGalleryThumbs .owl-stage-outer {
  opacity: 0;
  transform: translateY(100%);
  transition: ease all 300ms;
}
#photographyLightbox #thumbGalleryThumbs .owl-stage {
  margin: 0 auto;
}
#photographyLightbox #thumbGalleryThumbs .owl-item.active-thumb {
  opacity: 0.5;
}
#photographyLightbox #thumbGalleryThumbs .owl-item > div {
  height: 20vh;
}
#photographyLightbox #thumbGalleryThumbs .owl-item > div .img-thumbnail {
  height: 5.3vw;
  box-shadow: 0 0 50px -10px #000;
  overflow: hidden;
}
#photographyLightbox #thumbGalleryThumbs .owl-item img {
  width: 100%;
  height: auto;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 991px) {
  #photographyLightbox .thumb-gallery {
    transform: translate3d(-50%, -50%, 0);
  }
  #photographyLightbox .owl-carousel .owl-item img {
    box-shadow: 0 0 20px #000;
    max-width: 89vw;
  }
  #photographyLightbox #thumbGalleryThumbs .owl-item img {
    box-shadow: none;
  }
  #photographyLightbox #thumbGalleryThumbs .owl-stage-outer {
    display: none;
  }
}
@media (max-width: 767px) {
  #photographyLightbox .owl-carousel .owl-item img {
    max-width: 80vw;
  }
}
#portfolioSliderWithThumbs {
  margin-top: 0;
}
#portfolioSliderWithThumbs #thumbGalleryDetail {
  height: 600px;
}
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav {
  margin-top: 0;
}
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-prev,
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-next {
  border: 0 none;
  border-radius: 0;
  color: #fff;
  height: 80px;
  line-height: 68px;
  margin-top: -20px;
  transition: all 0.3s ease;
}
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-prev:before,
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-next:before {
  font-family: simple-line-icons;
  content: "\e605";
  font-size: 11px;
}
#portfolioSliderWithThumbs
  #thumbGalleryDetail
  .owl-nav
  button.owl-next::before {
  font-family: simple-line-icons;
  content: "\e606";
}
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div {
  background-size: cover !important;
  width: 100%;
  height: 600px;
}
#portfolioSliderWithThumbs #thumbGalleryThumbs {
  height: 80px;
}
#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item.active-thumb {
  opacity: 0.5;
}
#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div {
  background-size: cover !important;
  width: 100%;
  height: 80px;
}
@media (max-width: 1200px) {
  #portfolioSliderWithThumbs #thumbGalleryDetail {
    height: 520px;
  }
  #portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div {
    height: 520px;
  }
  #portfolioSliderWithThumbs #thumbGalleryThumbs {
    height: 75px;
  }
  #portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div {
    height: 75px;
  }
}
@media (max-width: 991px) {
  #portfolioSliderWithThumbs #thumbGalleryDetail {
    height: 390px;
  }
  #portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div {
    height: 390px;
  }
  #portfolioSliderWithThumbs #thumbGalleryThumbs {
    height: 65px;
  }
  #portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div {
    height: 65px;
  }
}
@media (max-width: 767px) {
  #portfolioSliderWithThumbs #thumbGalleryDetail {
    height: 50vw;
  }
  #portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div {
    height: 50vw;
  }
  #portfolioSliderWithThumbs #thumbGalleryThumbs {
    height: 17vw;
  }
  #portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div {
    height: 17vw;
  }
}
section.section-title {
  padding: 60px 0;
  margin: 0;
}
section.photographers {
  background: #ecf2f4;
  border-top: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
section.photographers .owl-carousel {
  padding: 0;
  margin: 0;
}
section.photographers .owl-carousel .owl-nav {
  margin: 0;
}
.custom-thumb-info-photographers {
  background: #ecf2f4;
  border: none;
  position: relative;
}
.custom-thumb-info-photographers .thumb-info-wrapper {
  transform: none;
  margin: 0 !important;
}
.custom-thumb-info-photographers .thumb-info-wrapper > a {
  display: block;
}
.custom-thumb-info-photographers .thumb-info-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 50px 190px 110px #182027;
  opacity: 0;
  z-index: 1;
}
.custom-thumb-info-photographers .thumb-info-wrapper:after {
  background: rgba(24, 32, 39, 0.5) !important;
}
.custom-thumb-info-photographers .thumb-info-action {
  height: 100% !important;
  margin: 0 !important;
  top: 50% !important;
  transform: translate3d(0, -50%, 0) !important;
}
.custom-thumb-info-photographers .social-icons {
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
  opacity: 0;
  text-align: center;
  z-index: 3;
  transform: translateY(50px);
  transition: all 0.3s ease 0.2s;
}
.custom-thumb-info-photographers
  .social-icons
  li:hover.social-icons-facebook
  a {
  background: #3b5a9a;
}
.custom-thumb-info-photographers .social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1;
}
.custom-thumb-info-photographers
  .social-icons
  li:hover.social-icons-instagram
  a {
  background: #7c4a3a;
}
.custom-thumb-info-photographers .social-icons li a {
  background: transparent !important;
  width: 40px;
  height: 40px;
  border-color: #fff;
  color: #fff !important;
  line-height: 36px;
}
.custom-thumb-info-photographers .social-icons li.social-icons-facebook a i {
  margin-left: -3px;
}
.custom-thumb-info-photographers .social-icons li.social-icons-instagram a i {
  margin-left: -1px;
}
.custom-thumb-info-photographers:hover .thumb-info-action {
  display: block !important;
}
.custom-thumb-info-photographers:hover .thumb-info-wrapper:before {
  opacity: 1;
}
.custom-thumb-info-photographers:hover .thumb-info-title {
  background: none;
}
.custom-thumb-info-photographers:hover .thumb-info-title > span {
  opacity: 1;
  transform: translateY(0);
}
.custom-thumb-info-photographers:hover .social-icons {
  opacity: 1;
  transform: translateY(-15px);
}
.custom-thumb-info-photographers .thumb-info-title {
  background: none;
  text-transform: none;
  bottom: 50%;
  left: 5%;
  width: 90%;
  font-weight: 400;
  text-shadow: none;
  font-size: 24px;
  transform: translate3d(0, 50%, 0);
}
.custom-thumb-info-photographers .thumb-info-title > span {
  display: block;
  font-weight: 100;
  opacity: 0;
  font-size: 16px;
  padding-top: 2px;
  transform: translateY(-35%);
  transition: all 0.3s ease 0.1s;
}
section.our-services {
  background: #fff;
  border: none;
  margin: 0;
  padding: 60px 0;
}
section.our-services .feature-box:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
section.our-services .feature-box.hidden-vertical-line:after {
  content: none;
}
section.our-services .feature-box .feature-box-icon {
  position: relative;
  background: transparent;
  min-width: 100px;
  min-height: 100px;
  border: 2px solid #000;
  border-radius: 100%;
  padding: 5px;
  overflow: hidden;
  z-index: 1;
}
section.our-services .feature-box .feature-box-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 6px solid #fff;
  border-radius: 100%;
  z-index: 1;
}
section.our-services .feature-box .feature-box-icon img {
  position: absolute;
  width: 113%;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate3d(-50%, -50%, 0);
}
section.why-choose-us {
  border: none;
  margin: 0;
}
section.why-choose-us .feature-box .feature-box-icon {
  float: none;
  margin: 0;
}
section.why-choose-us .feature-box .feature-box-info {
  padding: 0;
}
section.why-choose-us .feature-box p {
  color: #b8b5b1;
}
section.our-clients {
  background: #fff;
  border: 0;
  margin: 0;
  padding: 60px 0;
}
section.our-clients .content-grid .content-grid-item {
  padding: 0;
}
section.our-clients .content-grid .content-grid-item:before,
section.our-clients .content-grid .content-grid-item:after {
  content: none;
}
.award-item {
  display: inline-table;
  margin: 0 15px;
}
.award-item img.border-rounded {
  border-radius: 100%;
}
.award-item p {
  max-width: 100%;
  margin: 15px auto 10px;
}
.blog-bg {
  background: #ecf2f4;
}
section.our-blog {
  padding: 60px 0;
  margin: 0;
}
#ourBlog {
  margin-top: 60px;
}
#ourBlog li {
  list-style: none;
}
.our-blog-item {
  position: relative;
  transition: ease box-shadow 300ms;
}
.our-blog-item:hover:not(.blog-post) {
  box-shadow: 0 0 49px -21px rgba(0, 0, 0, 0.3);
}
.our-blog-item:hover:not(.blog-post) .image-wrapper img {
  transform: scale(1.1);
}
.our-blog-item.blog-post .post-infos {
  padding: 75px;
}
.our-blog-item.blog-post .post-infos .testimonial blockquote {
  background: transparent;
  padding: 0 0 10px 80px;
}
.our-blog-item.blog-post .post-infos .testimonial blockquote:before {
  color: #333;
  top: -13px;
}
.our-blog-item.blog-post .post-infos .testimonial blockquote:after {
  content: none;
}
.our-blog-item.blog-post .post-infos .testimonial blockquote p {
  font-family: "Urbanist", Arial, sans-serif;
  color: #777;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.1em;
  font-weight: 100;
}
.our-blog-item.blog-post .author-info {
  padding: 75px;
}
.our-blog-item.blog-post .author-info:after {
  content: "";
  display: block;
  clear: both;
}
.our-blog-item.blog-post .author-info img.border-rounded {
  border-radius: 100%;
}
.our-blog-item.blog-post .author-info .designation {
  color: #b1b6be;
}
.our-blog-item.blog-post .author-info p {
  color: #c3c7ce;
}
.our-blog-item .image-wrapper {
  display: block;
  overflow: hidden;
}
.our-blog-item .image-wrapper img {
  transition: ease transform 300ms;
}
.our-blog-item .category {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff !important;
  padding: 5px 25px;
  border-radius: 20px;
}
.our-blog-item .post-infos {
  position: relative;
  background: #fff;
  padding: 25px;
}
.our-blog-item .post-infos .share {
  position: absolute;
  bottom: calc(100% - 22px);
  right: 15px;
  border-radius: 50px;
  width: 43px;
  height: 43px;
  overflow: hidden;
  z-index: 1;
  transition: ease height 300ms;
}
.our-blog-item .post-infos .share:hover {
  height: 176px;
}
.our-blog-item .post-infos .share .share-icons {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.our-blog-item .post-infos .share .share-icons i {
  display: block;
  color: #fff;
  padding: 15px;
  opacity: 0.5;
  transition: ease opacity 300ms;
}
.our-blog-item .post-infos .share .share-icons i.fa-share-alt {
  opacity: 1;
}
.our-blog-item .post-infos .share .share-icons i:hover {
  opacity: 1;
}
.our-blog-item .post-infos .post-date {
  color: #646974;
}
.our-blog-item .post-infos h1 {
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .our-blog-item.blog-post .author-info img {
    display: block;
  }
}
@media (max-width: 767px) {
  .our-blog-item.blog-post .post-infos,
  .our-blog-item.blog-post .author-info {
    padding: 25px;
  }
}
.post-comments {
  margin: 45px 0;
}
.post-comments ul.comments li {
  padding: 15px 0 15px 115px;
  border-top: 1px solid #dde5e7;
}
.post-comments ul.comments li:first-child {
  border-top: none;
}
.post-comments ul.comments li ul li:first-child {
  border-top: 1px solid #dde5e7;
}
.post-comments ul.comments li .img-thumbnail {
  background: transparent;
  width: 100px;
  height: 100px;
  border: 1px solid #000;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
}
.post-comments ul.comments li .img-thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 6px solid #fff;
  border-radius: 100%;
  z-index: 1;
}
.post-comments ul.comments li .img-thumbnail img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate3d(-50%, -50%, 0);
}
.post-comments ul.comments li a {
  text-decoration: none;
  border-radius: 25px;
  padding: 3px 21px;
  border-width: 2px;
  font-weight: 700;
  font-size: 0.9em;
}
.post-comments ul.comments .comment-block {
  background: none;
}
.post-comments ul.comments .comment-block .comment-by {
  text-transform: uppercase;
  color: #313946;
}
.post-comments ul.comments .comment-block p {
  color: #262d3d;
}
@media (max-width: 575px) {
  .post-comments ul.comments li {
    padding: 0 0 0 10px;
  }
}
.leave-comment {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .leave-comment input[type="email"] {
    margin-top: 15px;
  }
}
#photographyPagination {
  margin: 60px 0;
}
#photographyPagination ul {
  padding: 0;
  text-align: center;
}
#photographyPagination ul li {
  display: inline-block;
  list-style: none;
}
#photographyPagination ul li a {
  border-radius: 25px;
  padding: 8px 13px;
  border-width: 2px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 0.9em;
}
#photographyPagination ul li.prev a i {
  margin-right: 5px;
}
#photographyPagination ul li.next a i {
  margin-left: 5px;
}
@media (max-width: 767px) {
  #ourBlog .isotope-item {
    text-align: left;
  }
  #ourBlog .our-blog-item .post-infos .share {
    width: 42px;
  }
}
section.contact-details {
  border: none;
  margin: 0;
}
section.contact-details .feature-box {
  padding: 20px 10px;
  text-align: center;
}
section.contact-details .feature-box .feature-box-icon {
  float: none;
  margin: 0;
}
section.contact-details .feature-box .feature-box-icon [class*="fa-"],
section.contact-details .feature-box .feature-box-icon .icons {
  color: #fff;
  opacity: 0.5;
}
section.contact-details .feature-box .feature-box-info {
  padding: 0;
}
section.contact-details .feature-box p,
section.contact-details .feature-box a {
  color: #b8b5b1;
}
#footer.light.narrow {
  border: 0;
  padding: 0;
  margin: 0;
}
#footer.light.narrow .footer-copyright {
  border: 0;
  margin: 0;
  padding: 30px 0;
  background: #e8edf0;
}
#footer.light.narrow .footer-copyright p {
  color: #777;
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 13px;
}
@-webkit-keyframes header-reveal {
  0% {
    top: -150px;
  }
  100% {
    top: 0;
  }
}
@keyframes header-reveal {
  0% {
    top: -150px;
  }
  100% {
    top: 0;
  }
}
html.photography-demo-2 h1,
html.photography-demo-2 h2,
html.photography-demo-2 h3,
html.photography-demo-2 h4,
html.photography-demo-2 h5,
html.photography-demo-2 h6,
html.photography-demo-2 a,
html.photography-demo-2 p,
html.photography-demo-2 span {
  font-family: "Urbanist", Arial, sans-serif;
}
html.photography-demo-2.sticky-header-enabled #header .header-body {
  top: 0;
}
html.photography-demo-2.sticky-header-enabled.sticky-header-active
  #header
  .header-body {
  top: 0;
  background: #3a444e;
  -webkit-animation: header-reveal 0.4s ease-in;
  animation: header-reveal 0.4s ease-in;
}
html.photography-demo-2 #header.transparent-header {
  position: absolute;
  width: 100%;
  min-height: 0 !important;
}
html.photography-demo-2 #header.transparent-header .header-body {
  background: transparent;
  border: none;
}
html.photography-demo-2 #header.transparent-header .header-nav-main nav {
  background: #fff;
}
html.photography-demo-2
  #header.transparent-header
  .header-nav-main
  nav
  > ul
  > li
  a {
  color: #777 !important;
  font-weight: 400;
  font-size: 11px;
}
html.photography-demo-2 #header.solid-header .header-body {
  background: #3a444e;
  border: none;
}
html.photography-demo-2 #header.solid-header .header-nav-main nav > ul > li a {
  color: #fff;
  font-weight: 400;
  font-size: 11px;
}
html.photography-demo-2 #header .header-btn-collapse-nav {
  background: #fff !important;
}
html.photography-demo-2 #header .header-btn-collapse-nav i {
  color: #000;
}
html.photography-demo-2 #header .header-social-icons li:hover a {
  background: transparent;
}
html.photography-demo-2 #header .header-social-icons li a {
  width: 24px;
  height: 24px;
  border: none;
  background: transparent !important;
  color: #fff !important;
}
html.photography-demo-2 #main.full-height {
  height: 100vh;
  min-height: 0;
}
html.photography-demo-2 #main.calc-height {
  height: calc(100vh - 71px);
}
html.photography-demo-2 #main.initial-height {
  height: auto !important;
}
html.photography-demo-2 #main.calc-include-footer {
  height: calc(100vh - 157px) !important;
}
html.photography-demo-2 #photographyLightbox .mfp-close {
  background-color: transparent !important;
}
html.photography-demo-2 .tparrows.tp-rightarrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 14px;
}
html.photography-demo-2 .tparrows.tp-leftarrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  font-size: 14px;
}
html.photography-demo-2 .tp-caption-photo-label {
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: -1px !important;
  text-transform: uppercase !important;
  padding-bottom: 0;
  text-shadow: none;
}
html.photography-demo-2 .tp-caption-main-custom {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  letter-spacing: -2px !important;
}
html.photography-demo-2 .tp-caption-sub-custom {
  text-transform: uppercase !important;
  font-weight: 300 !important;
  font-size: 22px !important;
  letter-spacing: -1px !important;
  margin-top: -30px !important;
  opacity: 0.5 !important;
}
html.photography-demo-2 .owl-carousel .owl-nav button.owl-prev,
html.photography-demo-2 .owl-carousel .owl-nav button.owl-next {
  background: transparent !important;
  width: 55px;
}
html.photography-demo-2 .owl-carousel .owl-nav button.owl-prev:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "" !important;
  left: -1px !important;
}
html.photography-demo-2 .owl-carousel .owl-nav button.owl-next:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "" !important;
  left: -1px !important;
}
html.photography-demo-2 .custom-portfolio-navigation .prev,
html.photography-demo-2 .custom-portfolio-navigation .next {
  background: transparent !important;
  width: 55px !important;
}
html.photography-demo-2 .custom-portfolio-navigation .prev:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "" !important;
  left: 20px !important;
  font-weight: 900 !important;
}
html.photography-demo-2 .custom-portfolio-navigation .next:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "" !important;
  left: 24px !important;
  font-weight: 900 !important;
}
html.photography-demo-2
  .list.list-icons.list-icons-style-2
  li
  > .fa:first-child,
html.photography-demo-2
  .list.list-icons.list-icons-style-2
  li
  > .icons:first-child,
html.photography-demo-2
  .list.list-icons.list-icons-style-2
  li
  a:first-child
  > .fa:first-child,
html.photography-demo-2
  .list.list-icons.list-icons-style-2
  li
  a:first-child
  > .icons:first-child {
  border-color: transparent;
  background: transparent;
}
html.photography-demo-2
  .portfolio-stripes.portfolio-stripes-style-2
  .owl-item
  .portfolio-item
  .thumb-info:hover
  .thumb-info-wrapper:after {
  opacity: 0;
}
html.photography-demo-2
  .portfolio-stripes.portfolio-stripes-style-2
  .owl-item
  .portfolio-item
  .thumb-info:hover
  .thumb-info-wrapper:before {
  bottom: -41px;
}
html.photography-demo-2
  .portfolio-stripes.portfolio-stripes-style-2
  .owl-item
  .portfolio-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-title {
  bottom: 25px;
  left: 25px;
}
html.photography-demo-2
  .portfolio-stripes.portfolio-stripes-style-2
  .owl-item
  .portfolio-item
  .thumb-info:hover
  .thumb-info-wrapper
  .background-image {
  transform: translate3d(0, 3%, 0) scale(1.3);
}
html.photography-demo-2
  .portfolio-stripes.portfolio-stripes-style-2
  .owl-item
  .portfolio-item
  .thumb-info
  .thumb-info-wrapper {
  height: 100vh;
}
html.photography-demo-2
  .portfolio-stripes.portfolio-stripes-style-2
  .owl-item
  .portfolio-item
  .thumb-info
  .thumb-info-wrapper:before,
html.photography-demo-2
  .portfolio-stripes.portfolio-stripes-style-2
  .owl-item
  .portfolio-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title {
  bottom: -50%;
  transition: ease bottom 300ms;
}
html.photography-demo-2
  .portfolio-stripes.portfolio-stripes-style-2
  .owl-item
  .portfolio-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title {
  left: 25px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.3;
}
html.photography-demo-2
  .portfolio-stripes.portfolio-stripes-style-2
  .owl-item
  .portfolio-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title
  .thumb-info-subtitle {
  display: block;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
}
html.photography-demo-2
  .portfolio-stripes.portfolio-stripes-style-2
  .owl-item
  .portfolio-item
  .thumb-info
  .thumb-info-wrapper
  .background-image {
  transform: translate3d(-2%, -2%, 0) scale(1.2);
  transition: ease all 5s;
}
html.photography-demo-2
  .portfolio-vertical-item
  .thumb-info:hover
  .thumb-info-wrapper:after,
html.photography-demo-2
  .horizontal-scroll-item
  .thumb-info:hover
  .thumb-info-wrapper:after,
html.photography-demo-2
  .portfolio-detail-image-item
  .thumb-info:hover
  .thumb-info-wrapper:after,
html.photography-demo-2
  .portfolio-grid-item
  .thumb-info:hover
  .thumb-info-wrapper:after {
  opacity: 0;
}
html.photography-demo-2
  .portfolio-vertical-item
  .thumb-info:hover
  .thumb-info-wrapper:before,
html.photography-demo-2
  .horizontal-scroll-item
  .thumb-info:hover
  .thumb-info-wrapper:before,
html.photography-demo-2
  .portfolio-detail-image-item
  .thumb-info:hover
  .thumb-info-wrapper:before,
html.photography-demo-2
  .portfolio-grid-item
  .thumb-info:hover
  .thumb-info-wrapper:before {
  bottom: -41px;
}
html.photography-demo-2
  .portfolio-vertical-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-title,
html.photography-demo-2
  .horizontal-scroll-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-title,
html.photography-demo-2
  .portfolio-detail-image-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-title,
html.photography-demo-2
  .portfolio-grid-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-title {
  bottom: 25px;
  left: 25px;
}
html.photography-demo-2
  .portfolio-vertical-item
  .thumb-info:hover
  .thumb-info-wrapper
  img,
html.photography-demo-2
  .portfolio-vertical-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-background,
html.photography-demo-2
  .horizontal-scroll-item
  .thumb-info:hover
  .thumb-info-wrapper
  img,
html.photography-demo-2
  .horizontal-scroll-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-background,
html.photography-demo-2
  .portfolio-detail-image-item
  .thumb-info:hover
  .thumb-info-wrapper
  img,
html.photography-demo-2
  .portfolio-detail-image-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-background,
html.photography-demo-2
  .portfolio-grid-item
  .thumb-info:hover
  .thumb-info-wrapper
  img,
html.photography-demo-2
  .portfolio-grid-item
  .thumb-info:hover
  .thumb-info-wrapper
  .thumb-info-background {
  transform: translate3d(0, 3%, 0) scale(1.3);
}
html.photography-demo-2
  .portfolio-vertical-item
  .thumb-info
  .thumb-info-wrapper:before,
html.photography-demo-2
  .horizontal-scroll-item
  .thumb-info
  .thumb-info-wrapper:before,
html.photography-demo-2
  .portfolio-detail-image-item
  .thumb-info
  .thumb-info-wrapper:before,
html.photography-demo-2
  .portfolio-grid-item
  .thumb-info
  .thumb-info-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 50px 190px 110px #182027;
  z-index: 1;
}
html.photography-demo-2
  .portfolio-vertical-item
  .thumb-info
  .thumb-info-wrapper:before,
html.photography-demo-2
  .portfolio-vertical-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title,
html.photography-demo-2
  .horizontal-scroll-item
  .thumb-info
  .thumb-info-wrapper:before,
html.photography-demo-2
  .horizontal-scroll-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title,
html.photography-demo-2
  .portfolio-detail-image-item
  .thumb-info
  .thumb-info-wrapper:before,
html.photography-demo-2
  .portfolio-detail-image-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title,
html.photography-demo-2
  .portfolio-grid-item
  .thumb-info
  .thumb-info-wrapper:before,
html.photography-demo-2
  .portfolio-grid-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title {
  bottom: -50%;
  transition: ease bottom 300ms;
}
html.photography-demo-2
  .portfolio-vertical-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus,
html.photography-demo-2
  .horizontal-scroll-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus,
html.photography-demo-2
  .portfolio-detail-image-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus,
html.photography-demo-2
  .portfolio-grid-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-plus {
  display: none;
}
html.photography-demo-2
  .portfolio-vertical-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title,
html.photography-demo-2
  .horizontal-scroll-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title,
html.photography-demo-2
  .portfolio-detail-image-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title,
html.photography-demo-2
  .portfolio-grid-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title {
  left: 25px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.3;
  text-align: left !important;
  text-shadow: none;
  padding: 0;
  opacity: 1;
  font-weight: 700 !important;
  transform: none;
}
html.photography-demo-2
  .portfolio-vertical-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title
  .thumb-info-sub-title,
html.photography-demo-2
  .horizontal-scroll-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title
  .thumb-info-sub-title,
html.photography-demo-2
  .portfolio-detail-image-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title
  .thumb-info-sub-title,
html.photography-demo-2
  .portfolio-grid-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-title
  .thumb-info-sub-title {
  display: block;
  zoom: 0;
  opacity: 1;
  font-size: 14px;
  letter-spacing: 0;
  transform: none;
}
html.photography-demo-2
  .portfolio-vertical-item
  .thumb-info
  .thumb-info-wrapper
  img,
html.photography-demo-2
  .portfolio-vertical-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-background,
html.photography-demo-2
  .horizontal-scroll-item
  .thumb-info
  .thumb-info-wrapper
  img,
html.photography-demo-2
  .horizontal-scroll-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-background,
html.photography-demo-2
  .portfolio-detail-image-item
  .thumb-info
  .thumb-info-wrapper
  img,
html.photography-demo-2
  .portfolio-detail-image-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-background,
html.photography-demo-2
  .portfolio-grid-item
  .thumb-info
  .thumb-info-wrapper
  img,
html.photography-demo-2
  .portfolio-grid-item
  .thumb-info
  .thumb-info-wrapper
  .thumb-info-background {
  transform: translate3d(-2%, -2%, 0) scale(1.2);
  transition: ease all 5s;
}
html.photography-demo-2 .portfolio-detail-item:hover .item-image {
  transform: translate3d(0, 3%, 0) scale(1.3);
}
html.photography-demo-2
  .portfolio-detail-item
  .owl-carousel
  .owl-nav
  button.owl-prev,
html.photography-demo-2
  .portfolio-detail-item
  .owl-carousel
  .owl-nav
  button.owl-next {
  background: transparent;
}
html.photography-demo-2 .portfolio-detail-item .item-image-wrapper {
  position: relative;
  min-height: 283px;
  max-width: 360px;
  overflow: hidden;
}
html.photography-demo-2 .portfolio-detail-item .item-image {
  transform: translate3d(-2%, -2%, 0) scale(1.2);
  transition: ease all 5s;
}
html.photography-demo-2 .portfolio-detail-item .sub-item-description {
  text-align: left;
  padding-left: 20px;
}
html.photography-demo-2 .portfolio-parallax-demo-2 {
  overflow: hidden;
}
html.photography-demo-2 .portfolio-parallax-demo-2:before {
  content: "";
  display: block;
  position: absolute;
  background: none;
  top: auto;
  right: auto;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 130px;
  background: transparent linear-gradient(to top, #182027 0, transparent 100%)
    repeat scroll 0 0;
  z-index: 0;
  opacity: 0.7;
  transition: ease bottom 300ms;
}
html.photography-demo-2 .portfolio-parallax-demo-2:hover:before {
  bottom: 0;
  opacity: 0.7;
}
html.photography-demo-2 .portfolio-parallax-demo-2:hover .thumb-info-title {
  bottom: 25px;
}
html.photography-demo-2 .portfolio-parallax-demo-2 .thumb-info-title {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.3;
  left: 25px;
  bottom: -50%;
  text-transform: uppercase;
  transition: ease bottom 300ms;
}
html.photography-demo-2
  .portfolio-parallax-demo-2
  .thumb-info-title
  .thumb-info-sub-title {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
html.photography-demo-2 .portfolio-parallax-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  letter-spacing: -1px !important;
  text-transform: uppercase !important;
  padding-bottom: 0;
  text-shadow: none;
}
html.photography-demo-2 .portfolio-parallax-title .thumb-info-sub-title {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
html.photography-demo-2 #porfolioDetailsAjaxBox .rev_slider {
  height: calc(100vh - 71px) !important;
}
html.photography-demo-2 #horizontalScrollBox {
  height: calc(100vh - 174px);
}
@media (min-width: 992px) {
  html.photography-demo-2 #header.transparent-header .header-nav-main nav {
    background: transparent;
    padding: 0;
  }
  html.photography-demo-2
    #header.transparent-header
    .header-nav-main
    nav
    > ul
    > li
    > a {
    color: #fff !important;
  }
  html.photography-demo-2
    #header.solid-header
    .header-nav-main
    nav
    > ul
    > li
    ul
    li
    a {
    color: #777 !important;
  }
  html.photography-demo-2 #header .header-social-icons {
    margin-top: -4px;
  }
  html.photography-demo-2 #header .header-nav-main {
    margin-top: 0;
  }
  html.photography-demo-2
    #header
    .header-nav-main.header-nav-main-photography-effect-1
    nav
    ul
    li.dropdown:hover
    > .dropdown-menu {
    border-radius: 0;
    visibility: visible;
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
    transition: ease all 300ms;
  }
  html.photography-demo-2
    #header
    .header-nav-main.header-nav-main-photography-effect-1
    nav
    ul
    li.dropdown
    > .dropdown-menu {
    top: 100%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-50%, 3%, 0);
    transition: ease all 300ms;
  }
  html.photography-demo-2
    #header
    .header-nav-main.header-nav-main-photography-effect-1
    nav
    ul
    li.dropdown
    > .dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    transform: translateX(-50%);
  }
  html.photography-demo-2 #header .header-nav-main nav {
    background: none;
    padding: 0;
  }
  html.photography-demo-2 #header .header-nav-main nav > ul > li {
    display: inline-flex;
    align-items: center;
  }
  html.photography-demo-2
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown:hover
    > a {
    padding-bottom: 5px;
  }
  html.photography-demo-2
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown
    a:after {
    content: none;
  }
  html.photography-demo-2
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    margin: 0;
  }
  html.photography-demo-2
    #header
    .header-nav-main
    nav
    > ul
    > li:not(.dropdown)
    a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    border-bottom: 2px solid #fff;
    transform: translateX(-50%);
    transition: ease width 300ms;
  }
  html.photography-demo-2
    #header
    .header-nav-main
    nav
    > ul
    > li:not(.dropdown)
    a:hover:after {
    width: 100%;
    border-color: #fff;
  }
  html.photography-demo-2 #header .header-nav-main nav > ul > li:hover > a {
    color: #fff !important;
  }
  html.photography-demo-2 #header .header-nav-main nav > ul > li > a {
    position: relative;
    color: #fff !important;
    font-weight: 100;
    padding: 5px 0;
    margin: 0 0.9rem;
  }
  html.photography-demo-2 #header .header-nav-main nav > ul > li > a.active {
    color: #fff !important;
  }
  html.photography-demo-2
    #header
    .header-nav-main
    nav
    > ul
    > li
    > a.active:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 100%;
    border-bottom: 2px solid #fff;
    transform: translateX(-50%);
    transition: ease width 300ms;
  }
  html.photography-demo-2 #header .header-nav-main nav > ul > li a {
    border-bottom: none !important;
  }
  html.photography-demo-2 #header .header-nav-main nav > ul > li ul {
    border-top: none !important;
    background-color: #fff !important;
  }
  html.photography-demo-2
    #header
    .header-nav-main
    nav
    > ul
    > li
    ul
    li:hover
    > a {
    color: #c7c7c7 !important;
  }
}
@media (max-width: 991px) {
  html.photography-demo-2 #header .header-nav-main {
    padding: 0 30px;
  }
  html.photography-demo-2 #header .header-nav-main:before {
    content: none;
  }
}
html.photography-demo-2 .form input[type="submit"] {
  font-size: 12px;
}
html.photography-demo-2 section.our-services .feature-box .feature-box-icon {
  border: 0;
}
html.photography-demo-2
  section.our-services
  .feature-box
  .feature-box-icon:before {
  display: none;
}
html.photography-demo-2 .custom-thumb-info-photographers .social-icons li a {
  border-color: transparent;
}
html.photography-demo-2 .section-title h1 {
  line-height: 1;
  margin-top: 20px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  letter-spacing: -2px;
}
#header .header-top,
#header .header-body {
  background: #071E49;
  color: #fff;
}
#header .header-btn-collapse-nav-custom {
  background: none !important;
}
.nav-item .alert-warning {
  background-color: #6e6d9c !important;
  border: 1px solid #6e6d9c !important;
  color: #fff;
}
.itinput-group .btn {
  height: 32px !important;
  border: none !important;
  background: #fff !important;
}
.itinput-group .form-control {
  height: 32px !important;
  border-color: #fff !important;
}
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(
    .nav-style-3
  ):not(.show-nav-title):not(.nav-arrows-1)
  .owl-nav
  button[class*="owl-"] {
  background-color: #071E49 !important;
  border-color: #071E49 #071E49 #071E49 !important;
  color: #fff !important;
}
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(
    .nav-style-3
  ):not(.show-nav-title):not(.nav-arrows-1)
  .owl-nav
  button[class*="owl-"]:hover {
  background-color: #D1B06C !important;
  border-color: #D1B06C !important;
}
@media (min-width: 992px) {
  .owl-carousel.dots-inside .owl-dots {
    bottom: 20%;
  }
}
.owl-carousel .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 4px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #D1B06C;
}
html.sticky-header-active #header .header-body {
  box-shadow: none !important;
}
.medical-schedules {
  margin-top: -82px !important;
}
.radius-img-custom img {
  border-radius: 150px !important;
  margin: 20px 0px !important;
}
.home-concept-custom {
  background: transparent url(../images/home-concept-custom.png) no-repeat
    center 0;
  width: 100%;
  overflow: hidden;
}
.home-concept-custom strong {
  display: block;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.8em;
  font-weight: normal !important;
  position: relative;
  margin-top: 30px;
}
.home-concept-custom .row {
  position: relative;
}
.home-concept-custom .process-image {
  background: transparent url(../images/home-concept-item.png) no-repeat 0 0;
  width: 160px;
  margin: 120px auto 0 auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.home-concept-custom .process-image img {
  border-radius: 150px;
  margin: 7px 8px;
  width: auto;
  height: auto;
  max-width: 145px;
  max-height: 145px;
}
@media (min-width: 992px) {
  .home-concept-custom .process-image.process-image-on-middle {
    margin-top: 95px;
  }
}
@media (max-width: 992px) {
  .home-concept-custom .process-image {
    margin-top: 0;
  }
}
.home-concept-custom .our-work {
  margin-top: 52px;
  font-size: 2.2em;
}
.home-concept-custom .project-image {
  background: transparent url(../images/home-concept-item.png) no-repeat 100% 0;
  width: 350px;
  margin: 20px 0 0 -30px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}
.home-concept-custom .sun {
  background: transparent url(../images/home-concept-icons.png) no-repeat 0 0;
  width: 60px;
  height: 56px;
  display: block;
  position: absolute;
  left: 0;
  top: 65px;
}
.home-concept-custom .cloud {
  background: transparent url(../images/home-concept-icons.png) no-repeat 100% 0;
  width: 116px;
  height: 56px;
  display: block;
  position: absolute;
  left: 53%;
  top: 35px;
}
@-webkit-keyframes dash {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 2000;
  }
}
@keyframes dash {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 2000;
  }
}
@-webkit-keyframes dash_2 {
  from {
    stroke-dashoffset: 1700;
  }
  to {
    stroke-dashoffset: 2000;
  }
}
@keyframes dash_2 {
  from {
    stroke-dashoffset: 1700;
  }
  to {
    stroke-dashoffset: 2000;
  }
}
.line-anim {
  -webkit-animation: dash 4500ms linear forwards;
  animation: dash 4500ms linear forwards;
}
.line-anim-2 {
  -webkit-animation: dash_2 1500ms linear forwards;
  animation: dash_2 1500ms linear forwards;
}
.circle-anim {
  -webkit-animation: dash 15s linear forwards;
  animation: dash 15s linear forwards;
}
.custom-section-sub-title {
  font-size: 12px;
  letter-spacing: 0.5px;
}
.custom-margin-1 {
  margin-left: 70px;
  margin-bottom: 40px;
}
.custom-margin-2 {
  margin-right: -35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-margin-3 {
    margin-top: 28px;
  }
}
@media (max-width: 991px) {
  .custom-margin-4-sm {
    margin-bottom: 30px;
  }
}
.custom-pos-rel {
  position: relative;
}
.custom-z-index {
  z-index: 3;
}
.custom-rounded-image {
  border-radius: 100%;
}
@media (min-width: 768px) {
  .custom-height {
    height: 210px;
  }
}
.custom-image-style-1 {
  position: relative;
  border-radius: 100%;
  border: 7px solid #fff;
  box-shadow: 0 7px 60px -15px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media (min-width: 767px) {
  .custom-image-style-1:not(._middle) {
    position: absolute;
    top: 30%;
    z-index: 1;
  }
  .custom-image-style-1._left {
    left: 6%;
  }
}
@media (min-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
  .custom-image-style-1._left {
    left: 0%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .custom-image-style-1._left {
    left: 11.2%;
  }
}
@media (min-width: 767px) {
  .custom-image-style-1._middle {
    top: 23%;
  }
  .custom-image-style-1._right {
    left: 65%;
  }
}
svg#curved-line-1 {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 100%;
  height: 180%;
}
svg#curved-line-1 .path,
svg#curved-line-1 .circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 0.3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  svg#curved-line-1 {
    width: 107.4%;
    transform: scale(1.13);
  }
}
@media (min-width: 1240px) {
  .container {
    max-width: 1240px !important;
  }
}
@-webkit-keyframes expandInWithBlur {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes expandInWithBlur {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
.expandInWithBlur {
  -webkit-animation-name: expandInWithBlur;
  animation-name: expandInWithBlur;
}
.custom-text-color-grey-1 {
  color: #777 !important;
}
.custom-text-color-grey-2 {
  color: #c0c1cc !important;
}
.custom-text-color-light-1 {
  color: #e0e0e0 !important;
}
.custom-bg-color-light-1 {
  background-color: #eff1f3 !important;
}
.custom-bg-color-light-2 {
  background-color: #eff1f3 !important;
}
.custom-bg-color-grey-1 {
  background-color: #b9b9b9 !important;
}
.custom-bg-color-grey-2 {
  background-color: #e4e4e4 !important;
}
.custom-box-shadow-1 {
  box-shadow: 0 0 32px -7px rgba(0, 0, 0, 0.1);
}
.custom-border-radius-1 {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .custom-negative-margin-1 {
    margin-top: -390px;
  }
}
.custom-font-size-1 {
  font-size: 1.3em !important;
}
.custom-height-1 {
  height: calc(100% + 7px) !important;
}
.custom-section-curved-top-1 {
  position: absolute;
  top: -590px;
  left: 0;
}
.custom-section-curved-top-2 {
  position: absolute;
  top: -255px;
  left: 0;
}
.custom-section-curved-top-3 {
  position: absolute;
  top: -210px;
  left: 0;
}
.custom-section-curved-top-4 {
  position: absolute;
  top: -260px;
  left: 0;
  transform: rotateY(180deg);
}
.custom-section-curved-top-5 {
  position: absolute;
  top: -236px;
  left: -60px;
  width: 115%;
}
.custom-section-curved-top-6 {
  position: absolute;
  top: -560px;
  left: 0;
  transform: rotateY(180deg);
}
.custom-section-curved-top-7 {
  position: absolute;
  top: -269px;
  left: 0;
}
.custom-page-header-curved-top-1 {
  position: absolute;
  top: -575px;
  left: 0;
}
.custom-form-style-1 .form-control {
  padding: 10px 20px;
}
.custom-form-style-1 .form-control:not(textarea) {
  height: 55px;
}
.custom-form-style-1 .form-control::-webkit-input-placeholder {
  color: #777;
}
.custom-form-style-1 .form-control::-moz-placeholder {
  color: #777;
}
.custom-form-style-1 .form-control:-ms-input-placeholder {
  color: #777;
}
.custom-form-style-1 .form-control:-moz-placeholder {
  color: #777;
}
.custom-progress-bars-style-1 .progress {
  position: relative;
  height: 7px;
  background: #ccc;
}
.custom-progress-bars-style-1 .progress-bar-tooltip {
  background-color: transparent;
  color: #777;
  font-size: 14px;
  top: -30px;
  right: 0;
  opacity: 1;
}
.custom-progress-bars-style-1 .progress-bar-tooltip:after {
  border-color: transparent;
}
.custom-circles-group-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.custom-circles-group-1 .circle-1 {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 96px;
  margin-bottom: 6rem;
}
.custom-circles-group-1 .circle-2,
.custom-circles-group-1 .circle-3 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate3d(-50%, -50%, 0);
}
.custom-circles-group-1 .circle-2 {
  top: 56%;
  left: 76%;
  width: 190px;
  height: 190px;
}
.custom-circles-group-1 .circle-3 {
  top: 75%;
  left: 53%;
  width: 170px;
  height: 170px;
}
@media (max-width: 767px) {
  .custom-circles-group-1 .circle-2 {
    left: 84%;
  }
  .custom-circles-group-1 .circle-3 {
    left: 40%;
  }
}
.custom-circle {
  position: absolute;
  border-radius: 100%;
}
.custom-circle.custom-circle-big {
  width: 52px;
  height: 52px;
}
.custom-circle.custom-circle-medium {
  width: 23px;
  height: 23px;
}
.custom-circle.custom-circle-small {
  width: 15px;
  height: 15px;
}
.custom-circle.custom-circle-extra-small {
  width: 10px;
  height: 10px;
}
.custom-circle.custom-circle-pos-1 {
  top: 25%;
  left: -13%;
}
.custom-circle.custom-circle-pos-1.custom-circle-pos-1-1 {
  top: 45%;
}
.custom-circle.custom-circle-pos-2 {
  top: 43%;
  left: -4%;
}
.custom-circle.custom-circle-pos-2.custom-circle-pos-2-2 {
  top: 77%;
  left: -1%;
}
.custom-circle.custom-circle-pos-3 {
  top: 9%;
  left: 17%;
}
.custom-circle.custom-circle-pos-3.custom-circle-pos-3-3 {
  top: 35%;
}
.custom-circle.custom-circle-pos-4 {
  top: 53%;
  left: 20%;
}
.custom-circle.custom-circle-pos-4.custom-circle-pos-4-4 {
  left: 107%;
}
.custom-circle.custom-circle-pos-5 {
  top: 61%;
  left: 39%;
}
.custom-circle.custom-circle-pos-5.custom-circle-pos-5-5 {
  top: 21%;
  left: 96%;
}
.custom-circle.custom-circle-pos-6 {
  top: 41%;
  left: 46%;
}
.custom-circle.custom-circle-pos-6.custom-circle-pos-6-6 {
  top: 28%;
  left: 119%;
}
.custom-circle.custom-circle-pos-7 {
  top: 30%;
  left: 104%;
}
.custom-circle.custom-circle-pos-8 {
  top: 7%;
  left: 114%;
}
.custom-circle.custom-circle-pos-9 {
  top: 76%;
  left: 27%;
}
.custom-circle.custom-circle-pos-10 {
  top: 10%;
  left: 114%;
}
.custom-circle.custom-circle-pos-11 {
  top: 6%;
  left: 117%;
}
.custom-circle.custom-circle-pos-12 {
  top: 9%;
  left: 119.3%;
}
.custom-circle.custom-circle-pos-13 {
  top: 6%;
  left: 120%;
}
.custom-circle.custom-circle-pos-14 {
  left: 60%;
  top: -15%;
}
.custom-circle.custom-circle-pos-15 {
  top: -11%;
  left: 60.7%;
}
.custom-circle.custom-circle-pos-16 {
  top: -13.9%;
  left: 62%;
}
.custom-circle.custom-circle-pos-17 {
  top: 6%;
  left: 105%;
}
.custom-circle.custom-circle-pos-18 {
  top: 8%;
  left: 106.9%;
}
.custom-circle.custom-circle-pos-19 {
  top: 9.5%;
  left: 108.4%;
}
.custom-circle.custom-circle-pos-20 {
  bottom: 5.5%;
  left: -7%;
}
.custom-circle.custom-circle-pos-21 {
  bottom: 4.5%;
  left: -8.6%;
}
.custom-circle.custom-circle-pos-22 {
  bottom: 2.7%;
  left: -6.8%;
}
.custom-circle.custom-circle-pos-23 {
  bottom: 2.5%;
  left: -8.5%;
}
.custom-circle.custom-circle-pos-24 {
  top: 38%;
  left: -14.5%;
}
.custom-circle.custom-circle-pos-25 {
  top: 12.5%;
  left: -8.5%;
}
.custom-circle.custom-circle-pos-26 {
  top: 25.5%;
  left: 0.5%;
}
.custom-circle.custom-circle-pos-27 {
  top: 46%;
  left: 44.5%;
}
.custom-circle.custom-circle-pos-28 {
  top: 26%;
  left: 107%;
}
.custom-circle.custom-circle-pos-29 {
  top: 6.5%;
  left: 110%;
}
.custom-circle.custom-circle-pos-30 {
  top: 36.5%;
  left: 119.5%;
}
.custom-circle.custom-circle-pos-31 {
  top: 66.5%;
  left: 23.7%;
}
.custom-circle.custom-circle-pos-32 {
  top: 79%;
  left: 20%;
}
.custom-circle.custom-circle-pos-33 {
  top: 82%;
  left: 24.2%;
}
.custom-circle.custom-circle-pos-34 {
  top: 86%;
  left: 20.2%;
}
.custom-circle.custom-circle-pos-35 {
  top: 84%;
  left: 69.5%;
}
.custom-circle.custom-circle-pos-36 {
  top: 89.3%;
  left: 74.3%;
}
.custom-circle.custom-circle-pos-37 {
  top: 13.1%;
  left: 69.5%;
}
.custom-circle.custom-circle-pos-38 {
  top: 11.5%;
  left: 80.7%;
}
.custom-circle.custom-circle-pos-39 {
  top: 5.4%;
  left: 75.7%;
}
.custom-circle.custom-circle-pos-40 {
  top: 5.4%;
  left: 82.7%;
}
.custom-circle.custom-circle-pos-41 {
  top: 86%;
  left: 103%;
}
.custom-circle.custom-circle-pos-42 {
  top: 88.8%;
  left: 104.6%;
}
.custom-circle.custom-circle-pos-43 {
  top: 91%;
  left: 105.8%;
}
.custom-circle.custom-circle-pos-44 {
  left: 103%;
  top: 10%;
}
.custom-circle.custom-circle-pos-45 {
  left: 104.7%;
  top: 14.1%;
}
.custom-circle.custom-circle-pos-46 {
  left: 106.2%;
  top: 10.4%;
}
.custom-circle.custom-circle-pos-47 {
  top: 86%;
  left: -3%;
}
.custom-circle.custom-circle-pos-48 {
  top: 95%;
  left: -2.5%;
}
.custom-circle.custom-circle-pos-49 {
  top: 93%;
  left: -4.5%;
}
.custom-circle.custom-circle-pos-50 {
  top: 97%;
  left: -4.3%;
}
.custom-dots-rect-1 {
  width: 103px;
  height: 138px;
  position: absolute;
  bottom: 50px;
  left: -104px;
  z-index: 0;
}
.custom-dots-rect-2 {
  width: 79px;
  height: 75px;
  position: absolute;
  bottom: -43px;
  right: -39px;
  z-index: 0;
}
.custom-dots-rect-3 {
  width: 99px;
  height: 119px;
  position: absolute;
  top: -77px;
  left: -71px;
  z-index: 0;
}
.custom-dots-rect-4 {
  position: absolute;
  top: -50px;
  right: -388px;
  width: 144px;
  height: 100px;
  transform: rotateX(180deg);
}
.custom-dots-rect-5 {
  position: absolute;
  bottom: -80px;
  left: -38px;
  width: 144px;
  height: 100px;
  transform: rotateX(180deg);
}
#footer {
  border-top: none !important;
}
span.itMinWidth200px {
  display: inline-block;
  min-width: 120px !important;
}
#header
  .header-nav-features
  .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full:before {
  background: rgba(255, 255, 255, 0.95);
}
.chart {
  width: 100%;
}
.chart.chart-xs {
  height: 150px;
}
.chart.chart-sm {
  height: 184px;
}
.chart.chart-md {
  height: 350px;
}
.chart.chart-lg {
  height: 500px;
}
.flot-text {
  font-family: "Lato", sans-serif;
  color: $color-black !important;
  font-size: 12px !important;
}
.itmodal a {
  text-decoration: none;
  -ms-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.itmodal .popup-close {
  width: 28px;
  height: 28px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px gray;
}
.itmodal .popup-close:after,
.itmodal .popup-close:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: gray;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.itmodal .popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.itmodal .popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: red;
  text-decoration: none;
  border-color: red;
}
.itmodal .popup-close:hover:after,
.itmodal .popup-close:hover:before {
  background: #fff;
}
.modal {
  z-index: 1100;
}
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  z-index: 10001;
}
.mfp-wrap .mfp-content {
  z-index: 10001;
}
.modal-block {
  background: transparent;
  padding: 0;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}
.modal-block.modal-block-xs {
  max-width: 200px;
}
.modal-block.modal-block-sm {
  max-width: 400px;
}
.modal-block.modal-block-md {
  max-width: 600px;
}
.modal-block.modal-block-lg {
  max-width: 900px;
}
.modal-block.modal-block-full {
  max-width: 98%;
}
.modal-block.modal-header-color .card-header h2 {
  color: #fff;
}
.modal-block.modal-full-color {
  color: #fff;
}
.modal-block.modal-full-color .card-header {
  border: 0;
}
.modal-block.modal-full-color .card-header h2 {
  color: #fff;
}
.modal-block.modal-full-color .card-footer {
  border: 0;
}
.modal-block.modal-full-color .card-body {
  background-color: transparent;
}
.modal-block.modal-full-color .fa,
.modal-block.modal-full-color .fab,
.modal-block.modal-full-color .fal,
.modal-block.modal-full-color .far,
.modal-block.modal-full-color .fas {
  color: #fff !important;
}
.modal-block.modal-full-color p {
  color: #fff;
}
.modal-wrapper {
  position: relative;
  padding: 25px 0;
}
.modal-icon {
  float: left;
  width: 20%;
  text-align: center;
}
.modal-icon .fa,
.modal-icon .fab,
.modal-icon .fal,
.modal-icon .far,
.modal-icon .fas {
  font-size: 52px;
  position: relative;
  top: -10px;
  color: #ccc;
}
.modal-icon.center {
  float: none;
  width: auto;
  padding-top: 20px;
}
.modal-icon.center + .modal-text {
  float: none;
  width: auto;
}
.modal-icon + .modal-text {
  float: left;
  width: 80%;
}
.modal-text {
  padding: 0 5px;
}
.modal-text h1,
.modal-text h2,
.modal-text h3,
.modal-text h4,
.modal-text h5,
.modal-text h6 {
  padding: 0;
  margin: -7px 0 4px 0;
}
.modal-block-primary .fa,
.modal-block-primary .fab,
.modal-block-primary .fal,
.modal-block-primary .far,
.modal-block-primary .fas {
  color: #ccc;
}
.modal-block-primary.modal-header-color .card-header {
  background-color: #ccc;
}
.modal-block-primary.modal-full-color .card {
  background-color: #e0e0e0;
}
.modal-block-primary.modal-full-color .card-header {
  background-color: #ccc;
}
.modal-block-primary.modal-full-color .card-footer {
  background-color: #e0e0e0;
}
.modal-block-success .fa,
.modal-block-success .fab,
.modal-block-success .fal,
.modal-block-success .far,
.modal-block-success .fas {
  color: #47a447;
}
.modal-block-success.modal-header-color .card-header {
  background-color: #47a447;
}
.modal-block-success.modal-full-color .card {
  background-color: #5cb85c;
}
.modal-block-success.modal-full-color .card-header {
  background-color: #47a447;
}
.modal-block-success.modal-full-color .card-footer {
  background-color: #5cb85c;
}
.modal-block-warning .fa,
.modal-block-warning .fab,
.modal-block-warning .fal,
.modal-block-warning .far,
.modal-block-warning .fas {
  color: #ed9c28;
}
.modal-block-warning.modal-header-color .card-header {
  background-color: #ed9c28;
}
.modal-block-warning.modal-full-color .card {
  background-color: #f0ad4e;
}
.modal-block-warning.modal-full-color .card-header {
  background-color: #ed9c28;
}
.modal-block-warning.modal-full-color .card-footer {
  background-color: #f0ad4e;
}
.modal-block-danger .fa,
.modal-block-danger .fab,
.modal-block-danger .fal,
.modal-block-danger .far,
.modal-block-danger .fas {
  color: #d2322d;
}
.modal-block-danger.modal-header-color .card-header {
  background-color: #d2322d;
}
.modal-block-danger.modal-full-color .card {
  background-color: #d9534f;
}
.modal-block-danger.modal-full-color .card-header {
  background-color: #d2322d;
}
.modal-block-danger.modal-full-color .card-footer {
  background-color: #d9534f;
}
.modal-block-info .fa,
.modal-block-info .fab,
.modal-block-info .fal,
.modal-block-info .far,
.modal-block-info .fas {
  color: #5bc0de;
}
.modal-block-info.modal-header-color .card-header {
  background-color: #5bc0de;
}
.modal-block-info.modal-full-color .card {
  background-color: #7dcde5;
}
.modal-block-info.modal-full-color .card-header {
  background-color: #5bc0de;
}
.modal-block-info.modal-full-color .card-footer {
  background-color: #7dcde5;
}
.modal-block-dark .fa,
.modal-block-dark .fab,
.modal-block-dark .fal,
.modal-block-dark .far,
.modal-block-dark .fas {
  color: #171717;
}
.modal-block-dark.modal-header-color .card-header {
  background-color: #171717;
}
.modal-block-dark.modal-full-color .card {
  background-color: #2b2b2b;
}
.modal-block-dark.modal-full-color .card-header {
  background-color: #171717;
}
.modal-block-dark.modal-full-color .card-footer {
  background-color: #2b2b2b;
}
html.dark .modal-content {
  background-color: #1d2127;
}
html.dark .modal-header,
html.dark .modal-footer {
  border-color: #282d36;
}
.modal-close {
  position: absolute;
  top: -20px;
  right: -16px;
  z-index: 99;
  font-weight: 700;
  float: right;
}
