/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
/**
 * $package Helix V3 Framework
 * $author JoomShaper http://www.joomshaper.com
 * $copyright Copyright (c) 2010 - 2015 JoomShaper
 * $license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/*=========================================
 *======= 	 Megamenu	   ============
 *=======================================*/
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 8px;
  line-height: 60px;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  font-weight: 100;
}
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li > span:hover {
  color: #f29100;
}
.sp-megamenu-parent > li.sp-has-child > a:after, .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
  color: #f29100;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 22px;
  padding: 0 6px;
  font-size: 80%;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
.sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  display: block;
  padding: 10px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: fadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: fadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: fadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: zoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: rotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: pulse 300ms;
}
@font-face {
  font-family: 'museosans';
  src: url('../fonts/museosans-100-webfont.eot');
  src: url('../fonts/museosans-100-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans-100-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'museosans';
  src: url('../fonts/museosans-300-webfont.eot');
  src: url('../fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans-300-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'museosans';
  src: url('../fonts/museosans-300italic-webfont.eot');
  src: url('../fonts/museosans-300italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans-300italic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'museosans';
  src: url('../fonts/museosans-500-webfont.eot');
  src: url('../fonts/museosans-500-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans-500-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'museosans';
  src: url('../fonts/museosans-500italic-webfont.eot');
  src: url('../fonts/museosans-500italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans-500italic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'museosans';
  src: url('../fonts/museosans-700-webfont.eot');
  src: url('../fonts/museosans-700-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans-700-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'museosans';
  src: url('../fonts/museosans-700italic-webfont.eot');
  src: url('../fonts/museosans-700italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans-700italic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
.color-orange {
  color: #f29100;
}
.color-darkorange {
  color: #8e2d1f;
}
/* ************   START TABLE OF CONTENT   ************ */
/* **************************************************** */
/*
 01. Base Style
 01. Button & Input
 03. Top Bar
 04. Header
 05. Page Title
 06. body innerwrapper
 07. Page Builder Addons
 08. Module
 09. Login Form
 10. Search
 11. Blog
 12. Bottom
 13. Footer
 14. Comingsoon
 15. Error page
 16. Mixed CSS
 /* ************   END:: TABLE OF CONTENT  ************* */
/* **************************************************** */
/* ************   START Start Base Style   ************* */
/* **************************************************** */
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: #fff;
  font-family: 'museosans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #49413c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-weight: 300;
  background-image: url(../images/banner-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h2, h3 {
  text-transform: uppercase;
}
.clearfix, .row, .flex {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .row:before, .row:after, .flex:after, .flex:after {
  content: "";
  display: table;
  flex-basis: 0;
  order: 1;
}
.clearfix:after, .row:after, .flex:after {
  clear: both;
}
/* ***************   END:: Base Style  **************** */
/* **************************************************** */
.offline-inner {
  margin-top: 100px;
}
/* *****************   END:: Button  ****************** */
/* **************************************************** */
/* ****************   START Common   ****************** */
/* **************************************************** */
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  border: 1px solid #ddd;
  background-color: rgba(255, 255, 255, .4);
}
.scrollup:hover {
  background-color: #c4c4c4;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
/* *****************   END:: Common  ****************** */
/* **************************************************** */
/* ***************   START Top Bar   ****************** */
/* **************************************************** */
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons > li a {
  color: #999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
/* *****************   END:: Top Bar  ***************** */
/* **************************************************** */
/* ****************   START Header   ****************** */
/* **************************************************** */
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-header {
  height: 60px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
#sp-header .logo {
  height: 60px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-default-logo.sp-logo-svg {
  width: 100%;
  height: 100%;
}
#sp-header .sp-retina-logo {
  display: none !important;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.97) 90%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.97) 90%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.97) 90%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
/* *****************   END:: Header  ****************** */
/* **************************************************** */
/* ***************   START Page Title   *************** */
/* **************************************************** */
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 100px 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.sp-page-title h2, .sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #f29100;
}
.sp-page-title h2 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0;
}
.sp-page-title h3 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
/* ***************   END:: Page Title  **************** */
/* **************************************************** */
/* ***********   START body innerwrapper   ************ */
/* **************************************************** */
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
/* ************   END:: body innerwrapper  ************ */
/* **************************************************** */
/* ****************   START Module   ****************** */
/* **************************************************** */
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
/* *****************   END:: Module  ****************** */
/* **************************************************** */
/* **************   START Login Form   **************** */
/* **************************************************** */
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* ***************   END:: Login Form  **************** */
/* **************************************************** */
/* ****************   START Search   ****************** */
/* **************************************************** */
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
/* *****************   END:: Search   ***************** */
/* **************************************************** */
/* ******************   START Blog   ****************** */
/* **************************************************** */
.article-list .media-article {
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}
.article-list .media-article .pubdate {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #f29100;
  color: #fff;
  padding: 6px;
  font-size: 14px;
  margin: 0;
  width: auto;
  font-weight: 700;
}
.article-list .media-article .article-intro-image {
  margin: -20px -20px 20px -20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  float: none !important;
}
.article-list .media-article .article-intro-image img {
  border-radius: 3px 3px 0 0;
}
.article-list .media-article .article-header h2 {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  min-height: 65px;
}
.article-list .media-article .article-header h2 a {
  color: #49413c;
}
.article-list .media-article .article-header h2 a span {
  color: #f29100;
  padding-left: 10px;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.article-list .article .article-intro-image {
  margin: -20px -20px 20px -20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
}
.article-list .article .article-intro-image img {
  border-radius: 3px 3px 0 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #333;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: #23527c;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #333;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #23527c;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span {
  font-size: 0.813rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}
.article-info > span a {
  color: #333;
}
.article-info > span a:hover {
  color: #23527c;
}
.article-details .article-header {
  text-align: center;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 4rem;
  line-height: 4.125rem;
  font-weight: 100;
  margin-bottom: 2.5rem;
}
.article-details .article-info {
  justify-content: center;
  margin-bottom: 2.5rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2.5rem;
}
.article-details .article-full-image img {
  display: inline-block;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 2.5rem;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 0;
  margin: 4.375rem 0;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
.article-ratings-social-share {
  margin-bottom: 4.375rem;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f006";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
/* ******************   END:: Blog   ****************** */
/* **************************************************** */
/* ***************   START Bottom    ****************** */
/* **************************************************** */
#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
/* ****************   END:: Bottom   ****************** */
/* **************************************************** */
/* ****************   START Footer   ****************** */
/* **************************************************** */
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer ul {
  display: inline-block;
}
#sp-footer ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.nav li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.nav li a {
  display: block;
}
#sp-footer ul.nav li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
/* ****************   END:: Footer   ****************** */
/* **************************************************** */
/* ***************   START Comingsoon   *************** */
/* **************************************************** */
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none !important;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days, .sp-comingsoon .hours, .sp-comingsoon .minutes, .sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number, .sp-comingsoon .hours .number, .sp-comingsoon .seconds .number, .sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string, .sp-comingsoon .minutes .string, .sp-comingsoon .seconds .string, .sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
/* ***************   END:: Comingsoon  **************** */
/* **************************************************** */
/* **************   START Error Page   **************** */
/* **************************************************** */
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
}
.error-page .error-page-inner > div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
/* ***************   END:: Error Page   *************** */
/* **************************************************** */
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 192dpi) {
  #sp-header .sp-normal-logo, #sp-header img.sp-default-logo.d-sm-none {
    display: none !important;
  }
  #sp-header img.sp-default-logo.d-inline-block.d-lg-none {
    display: none !important;
  }
  #sp-header .sp-retina-logo {
    display: block !important;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-normal-logo {
    display: none !important;
  }
}
/* ***************   START Mixed CSS   **************** */
/* **************************************************** */
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
/* ***************   END:: Mixed CSS   **************** */
/* **************************************************** */
/* **********   START Helix 1.4 Loader Css  *********** */
/* **************************************************** */
/* ************   START Pre-Loader CSS   ************** */
/* **************************************************** */
.sp-pre-loader {
  background: #ccc;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
  border: 3px solid #f29100;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
  content: "";
  position: absolute;
  background-color: #f29100;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
  content: "";
  position: absolute;
  background-color: #f29100;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid fade(#f29100, 70%);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #f29100;
}
.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #f29100;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader6 1s ease-in-out infinite;
  animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
  content: "";
  position: absolute;
  background-color: fade(#f29100, 50%);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
  content: "";
  position: absolute;
  background-color: fade(#f29100, 50%);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.sp-pre-loader .circle-two > span, .sp-pre-loader .circle-two > span:before, .sp-pre-loader .circle-two > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #f29100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sp-pre-loader .circle-two > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}
.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #f29100;
  bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  -webkit-animation: sequence1 1s ease infinite 0;
  animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  -webkit-animation: sequence2 1s ease infinite 0.1s;
  animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  -webkit-animation: sequence2 1s ease-in infinite 0.3s;
  animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  -webkit-animation: sequence2 1s ease infinite 0.5s;
  animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#f29100, #f29100) 0 50%, linear-gradient(#f29100, #f29100) 0.625em 50%, linear-gradient(#f29100, #f29100) 1.25em 50%, linear-gradient(#f29100, #f29100) 1.875em 50%, linear-gradient(#f29100, #f29100) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
  background: #f29100;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}
/* *************   END:: Pre-Loader CSS   ************* */
/* **************************************************** */
/* ************   START Loader Animation   ************ */
/* **************************************************** */
@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#f29100, #f29100) 0 50%, linear-gradient(#f29100, #f29100) 0.625em 50%, linear-gradient(#f29100, #f29100) 1.25em 50%, linear-gradient(#f29100, #f29100) 1.875em 50%, linear-gradient(#f29100, #f29100) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#f29100, #f29100) 0 50%, linear-gradient(#f29100, #f29100) 0.625em 50%, linear-gradient(#f29100, #f29100) 1.25em 50%, linear-gradient(#f29100, #f29100) 1.875em 50%, linear-gradient(#f29100, #f29100) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#f29100, #f29100) 0 50%, linear-gradient(#f29100, #f29100) 0.625em 50%, linear-gradient(#f29100, #f29100) 1.25em 50%, linear-gradient(#f29100, #f29100) 1.875em 50%, linear-gradient(#f29100, #f29100) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#f29100, #f29100) 0 50%, linear-gradient(#f29100, #f29100) 0.625em 50%, linear-gradient(#f29100, #f29100) 1.25em 50%, linear-gradient(#f29100, #f29100) 1.875em 50%, linear-gradient(#f29100, #f29100) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#f29100, #f29100) 0 50%, linear-gradient(#f29100, #f29100) 0.625em 50%, linear-gradient(#f29100, #f29100) 1.25em 50%, linear-gradient(#f29100, #f29100) 1.875em 50%, linear-gradient(#f29100, #f29100) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}
@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}
@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}
@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@keyframes width {
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
/* ***********   END:: Loader Animation   ************* */
/* **************************************************** */
/* **********   END:: Helix 1.4 Loader Css   ********** */
/* **************************************************** */
/* ************ START Animations Header *************** */
/* **************************************************** */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* ************ END:: Animations Header *************** */
/* **************************************************** */
/* *********   START Responsive Media Query   ********* */
/* **************************************************** */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  ul.social-icons {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  ul.social-icons > li {
    margin: 5px;
  }
  .sp-contact-info {
    display: table;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 89%;
  }
  .sppb-animated .sppb-addon-cta .sppb-cta-title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .sppb-animated .sppb-addon-cta .sppb-btn-lg {
    font-size: 16px;
  }
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
  .form-horizontal .control-label {
    width: 100%;
    text-align: left;
  }
  .form-horizontal .controls {
    margin: 0;
    width: 100%;
  }
  .form-horizontal .controls input, .form-horizontal .controls textarea {
    width: 100%;
  }
  .form-horizontal .controls textarea {
    height: 131px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 90%;
  }
}
/* *********   END:: Responsive Media Query   ********* */
/* **************************************************** */
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.background-orange-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbbd67+0,f49665+100 */
  background: #fbbd67;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(251, 189, 103, 1) 0%, rgba(244, 150, 101, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(251, 189, 103, 1) 0%, rgba(244, 150, 101, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(251, 189, 103, 1) 0%, rgba(244, 150, 101, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbbd67', endColorstr='#f49665', GradientType=1);
  /* IE6-9 */
}
.bottom-border-orange {
  position: relative;
  overflow: hidden;
}
.bottom-border-orange:before {
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  width: 100%;
  content: "";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbbd67+0,f49665+100 */
  background: #fbbd67;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(251, 189, 103, 1) 0%, rgba(244, 150, 101, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(251, 189, 103, 1) 0%, rgba(244, 150, 101, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(251, 189, 103, 1) 0%, rgba(244, 150, 101, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbbd67', endColorstr='#f49665', GradientType=1);
  /* IE6-9 */
}
.bottom-border-white {
  position: relative;
  overflow: hidden;
}
.bottom-border-white:before {
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  width: 100%;
  content: "";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100&1+1,0.3+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 1%, rgba(204, 204, 204, 0.3) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 1%, rgba(204, 204, 204, 0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 1%, rgba(204, 204, 204, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4dcccccc', GradientType=1);
  /* IE6-9 */
}
.investees-grid.portfolio-grid > .sppb-column-addons > div {
  width: 25%;
}
.investees-grid > .sppb-column-addons > div {
  width: 33%;
  float: left;
  padding: 0 15px;
}
.investees-grid > .sppb-column-addons > div .sppb-flipbox-panel {
  height: 180px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .investees-grid > .sppb-column-addons > div .sppb-flipbox-panel {
    height: 220px;
  }
}
.investees-grid > .sppb-column-addons > div .sppb-flipbox-panel .sppb-flipbox-front {
  background-size: contain;
}
.investees-grid > .sppb-column-addons > div .sppb-flipbox-panel .sppb-flipbox-back {
  background-blend-mode: multiply;
  background-color: rgba(242, 145, 0, 0.4);
  padding: 0;
}
.investees-grid > .sppb-column-addons > div .sppb-flipbox-panel .sppb-flipbox-back .flip-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding-bottom: 10px;
}
.investees-grid > .sppb-column-addons > div .sppb-flipbox-panel .sppb-flipbox-back .flip-box-inner a:first-child {
  padding-right: 5px;
}
.investees-grid > .sppb-column-addons > div .sppb-flipbox-panel .sppb-flipbox-back .flip-box-inner a:last-child {
  padding-left: 5px;
}
.social-icons-inline > div {
  text-align: center;
}
.social-icons-inline > div > div {
  display: inline-block;
}
.social-icons-inline > div > div a {
  color: #fff;
}
.social-icons-inline > div > div a:hover {
  color: #f29100;
}
.social-icons-inline > div > div .sppb-icon-inner {
  line-height: 36px !important;
  height: 36px !important;
}
.social-icons-inline > div > div .sppb-icon-inner i {
  line-height: 36px !important;
}
#we-are-coinsilium-row .sppb-row, #we-are-coinsilium-row .bottom-right .sppb-column-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
#we-are-coinsilium-row .bottom-right .sppb-column-addons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
#we-are-coinsilium-row h3 {
  font-size: 1.45rem;
}
.sppb-btn {
  background: #49413c;
  border-radius: 0;
  color: #f29100 !important;
  text-transform: uppercase;
  padding: 14px 15px;
  font-weight: 700;
  border: none !important;
}
.sppb-btn:hover {
  color: #fff !important;
  background: #49413c;
  border: none !important;
}
.sppb-btn-primary {
  color: #fff !important;
  background: #f29100;
  border: none !important;
}
.sppb-btn-primary:hover {
  color: #fff !important;
  background: #8e2d1f !important;
  border: none !important;
}
#sp-top3 ul {
  list-style: none;
  list-style-type: none;
  text-align: right;
  padding: 0;
}
#sp-top3 ul li {
  display: inline-block;
  line-height: 60px;
  padding-left: 10px;
}
#sp-top3 ul li a {
  color: #f29100;
  font-size: 18px;
}
#sp-bottom2 {
  text-align: center;
}
#sp-bottom2 ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
#sp-bottom2 ul li {
  display: inline-block;
  padding: 0 10px;
}
#sp-bottom2 ul li a .fa {
  font-size: 20px;
}
.zentools.zt-grid .zt-col {
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.zentools.zt-grid .zt-col .zt-image {
  margin: 0;
}
.zentools.zt-grid .zt-col .zt-block {
  width: inherit;
  margin: 0;
  clear: none;
}
.zentools.zt-grid .zt-col .zt-item-container {
  padding: 20px;
  float: left;
  min-height: 120px;
  width: 100%;
}
.zentools.zt-grid .zt-col .zt-item-container .zt-date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #f29100;
  color: #fff;
  padding: 6px;
  font-size: 14px;
  margin: 0;
  width: auto;
  font-weight: 700;
}
.zentools.zt-grid .zt-col .zt-item-container .zt-title {
  display: inline-block;
  float: left;
  width: auto;
  margin: 0;
  clear: none;
  line-height: 18px;
}
.zentools.zt-grid .zt-col .zt-item-container .zt-title > * {
  line-height: 18px;
}
.zentools.zt-grid .zt-col .zt-item-container .zt-title h2 {
  font-size: 14px;
  font-weight: 300;
}
.zentools.zt-grid .zt-col .zt-item-container .zt-title h2 a {
  color: #49413c;
}
.zentools.zt-grid .zt-col .zt-item-container .zt-readmore {
  display: inline-block;
  float: left;
  width: auto;
  margin: 0;
  clear: none;
  font-weight: 700;
  line-height: 18px;
  padding-left: 5px;
}
.zentools.zt-grid .zt-col .zt-item-container .zt-readmore > * {
  line-height: 18px;
}
.zentools.zt-grid .zt-col .zt-item-container .zt-readmore a {
  color: #f29100;
}
.zentools.zt-list .zt-item {
  padding-bottom: 20px;
}
.zentools.zt-list .zt-date {
  color: #49413c;
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.zentools.zt-list .zt-title {
  display: inline-block;
  float: left;
  width: auto;
  margin: 0;
  clear: none;
  line-height: 18px;
}
.zentools.zt-list .zt-title > * {
  line-height: 18px;
}
.zentools.zt-list .zt-title h2 {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.zentools.zt-list .zt-title h2 a {
  color: #49413c;
}
.zentools.zt-list .zt-readmore {
  display: inline-block;
  float: right;
  width: auto;
  margin: 0;
  clear: none;
  font-weight: 700;
  line-height: 18px;
  padding-left: 5px;
}
.zentools.zt-list .zt-readmore > * {
  line-height: 18px;
}
.zentools.zt-list .zt-readmore a {
  color: #f29100;
}
.bio-item .sppb-btn-link {
  background: transparent !important;
  padding: 0;
  text-decoration: none;
}
.bio-item .sppb-btn-link:hover {
  color: #8e2d1f !important;
  text-decoration: none;
}
.bio-item .sppb-col-md-7 .sppb-column-addons {
  padding-right: 15px;
}
@media (max-width: 767px) {
  .bio-item .sppb-col-md-7 .sppb-column-addons {
    padding-left: 15px;
  }
}
.bio-item .bio-icons .sppb-addon-content {
  margin: 0 !important;
}
.bio-item .bio-icons .sppb-addon-content .sppb-btn {
  background: transparent !important;
  border: none !important;
  color: #999 !important;
  margin: 0 !important;
  padding: 0 15px 10px 0 !important;
}
.bio-item .bio-icons .sppb-addon-content .sppb-btn i.fa {
  font-size: 22px;
  margin: 0 !important;
  padding: 0 !important;
}
.bio-item .bio-open, .bio-item .bio-close {
  margin-bottom: 20px;
}
#regulatory-year-filter {
  border-bottom: 2px solid #f29100;
}
#regulatory-year-filter .regulatory-year-filter-item {
  font-size: 24px;
  line-height: 75px;
  padding: 0 20px;
  background: transparent;
  color: #49413c;
  font-weight: 700;
  cursor: pointer;
}
#regulatory-year-filter .regulatory-year-filter-item.active {
  background: rgba(242, 145, 0, 0.3);
  color: #49413c;
}
#regulatory-announcements tr {
  border: none;
  border-bottom: 1px solid #dadada;
  line-height: 40px;
}
#regulatory-announcements tr td {
  border: none;
}
#regulatory-announcements tr td.regulatory-date-column {
  color: #49413c;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  width: 200px;
}
#regulatory-announcements tr td.regulatory-title-column {
  color: #49413c;
  font-weight: 300;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}
#regulatory-announcements tr td.regulatory-title-column a {
  color: #49413c;
}
#regulatory-announcements tr td.regulatory-title-column a span {
  font-weight: 700;
  color: #f29100;
}
section#sp-newsletter, section#sp-newsform {
  background: #ececeb;
  background: #d8dfea;
  padding: 30px 0;
  text-align: center;
}
section#sp-newsletter .sp-module.newsletter, section#sp-newsform .sp-module.newsletter {
  display: block;
}
section#sp-newsletter .sp-module.newsletter .btn-cerveny, section#sp-newsform .sp-module.newsletter .btn-cerveny {
  background: #f29100;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
}
section#sp-newsletter .sp-module.newsletter .btn-cerveny:hover, section#sp-newsform .sp-module.newsletter .btn-cerveny:hover {
  background: #8e2d1f;
  color: #fff;
}
section#sp-newsletter .sp-module.newsletter .visible-inline span, section#sp-newsform .sp-module.newsletter .visible-inline span {
  padding-right: 30px;
}
@media (min-width: 960px) {
  section#sp-newsletter .sp-module.newsletter .visible-inline span, section#sp-newsform .sp-module.newsletter .visible-inline span {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) {
  section#sp-newsletter .sp-module.newsletter .visible-inline span, section#sp-newsform .sp-module.newsletter .visible-inline span {
    padding-right: 140px;
  }
}
.sppb-addon-advisory-content {
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  min-height: 300px;
  margin: 15px;
}
.sppb-addon-advisory-content .advisory-content-image {
  text-align: center;
  padding: 30px 50px 0 50px;
}
.sppb-addon-advisory-content .advisory-content-image img {
  display: inline-block;
}
.sppb-addon-advisory-content .sppb-content-holder {
  padding: 30px;
}
.sppb-addon-advisory-content .sppb-content-holder .sppb-image-content-text {
  color: #49413c;
  padding: 0 0 20px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
.sppb-addon-advisory-content .advisory_icons > a {
  padding: 0 5px;
}
.sppb-addon-advisory-content .advisory_icons > a i.fa {
  color: #f29100;
  font-size: 20px;
}
.sppb-panel.sppb-panel-default {
  background: transparent;
  border: none;
}
.sppb-panel.sppb-panel-default .sppb-panel-heading {
  background: transparent;
  border: none;
  border-bottom: 2px solid #f29100;
}
.sppb-panel.sppb-panel-default .sppb-panel-heading .sppb-panel-title {
  color: #49413c;
  font-size: 16px;
  text-transform: uppercase;
}
.sppb-panel.sppb-panel-default .sppb-panel-heading.active .sppb-panel-title {
  color: #f29100;
}
.sppb-panel.sppb-panel-default .sppb-panel-collapse {
  background: transparent;
  border: none;
  border-bottom: 2px solid #f29100;
  padding-bottom: 30px;
}
.article-details .article-header h1 {
  color: #f29100;
  font-size: 36px;
  text-transform: uppercase;
}
#starvestform {
  margin-bottom: 50px;
}
#starvestform h2 {
  text-align: center;
  color: #f29100;
  font-size: 44px;
  margin: 70px 0 20px;
  text-transform: uppercase;
  display: none;
}
#starvestform h4 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 17px;
}
#starvestform .rsform-block-subscribe .formControlLabel {
  width: 80%;
  padding-top: 0;
}
#starvestform .rsform-block-subscribe .formControls {
  margin-left: 81%;
}
#starvestform .rsform-block-subscribe .formControls input {
  width: auto;
}
#starvestform .rsform-block-subscribe .formControls .formBody {
  border-right: 5px solid #f29100;
  float: right;
  padding: 0px 10px;
}
#starvestform input {
  height: 35px;
  line-height: 35px;
  width: 100%;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
#starvestform textarea {
  width: 100%;
  max-width: none;
  box-shadow: none;
  border: none;
}
#starvestform input, #starvestform textarea {
  background: rgba(126, 126, 126, 0.1);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#starvestform .rsform-block-captcha .formControlLabel {
  display: none;
}
#starvestform input#Submit {
  background: #f29100;
  border-radius: 0;
  height: auto;
  padding: 15px 40px;
  font-size: 28px;
  line-height: 28px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: auto;
  text-transform: uppercase;
}
#sp-bottom2 #starvestform input#Submit {
  background: #f29100;
  border: 1px solid #fff;
  text-transform: uppercase;
}
#starvestform input.rsform-reset-button {
  background: #f29100;
  border-radius: 0;
  height: auto;
  padding: 5px 20px;
  width: auto;
}
#starvestform .rsform-block {
  border-bottom: 1px solid #d1cfce;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  /* flex-wrap: nowrap; */
  /* flex-direction: row; */
  /* justify-content: space-around; */
}
#starvestform .rsform-block:after {
  position: relative;
  border-bottom: 1px solid #b0adaa;
  content: "";
  width: 100%;
  padding-bottom: 35px;
  /* padding-top: 20px; */
}
#starvestform .formBody {
  background: rgba(150, 150, 150, 0.1);
}
#starvestform .formControlLabel {
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block !important;
  font-weight: normal !important;
  padding-top: 0;
}
#starvestform .formControlLabel small {
  text-transform: none;
  font-size: 15px;
}
@media (max-width: 767px) {
  #starvestform .formControlLabel {
    line-height: 1.3em;
  }
}
#starvestform .formControls {
  margin-left: 10px;
  float: left;
  /* width: auto; */
  display: inline-block;
}
@media (max-width: 767px) {
  #starvestform .formControls {
    min-width: 0;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
#starvestform p.formDescription:empty {
  margin: 0 !important;
}
#starvestform .rsform-block.rsform-block-submit, #starvestform .rsform-block.rsform-block-captcha {
  border: none;
}
#starvestform .rsform-block.rsform-block-submit:after, #starvestform .rsform-block.rsform-block-captcha:after {
  content: none;
}
#starvestform .rsform-block.rsform-block-submit .formBody, #starvestform .rsform-block.rsform-block-captcha .formBody {
  background: transparent;
}
#starvestform .rsform-submit-button {
  background: #065b81;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 35px;
  font-size: 24px;
  line-height: 40px;
}
#starvestform .rsform-block-submit {
  text-align: center;
}
#starvestform .rsform-block-submit .formControls {
  width: 100%;
}
#starvestform .rsform-block-submit .formControls .formBody {
  float: none;
}
section#sp-maprow > .container {
  max-width: none;
  width: 100%;
  padding: 0;
}
section#sp-maprow > .container .sp-module-content .customcenterthis {
  min-height: 500px;
  background-size: cover;
}
section#sp-maprow > .container .sp-module-content .customcenterthis .container {
  position: relative;
}
section#sp-maprow > .container .sp-module-content .customcenterthis .container > div {
  position: absolute;
  left: 0;
  background: rgba(0, 54, 72, 0.8);
  border-radius: 100%;
  min-width: 300px;
  min-height: 300px;
  text-align: center;
  padding: 70px 0;
  color: #fff;
  transform: translateY(28%);
  font-size: 17px;
}
@media (max-width: 767px) {
  section#sp-maprow > .container .sp-module-content .customcenterthis .container > div {
    left: 50%;
    transform: translate(-50%, 25%);
  }
}
section#sp-maprow > .container .sp-module-content .customcenterthis .container > div h3 {
  font-size: 27px;
}
@media (min-width: 768px) {
  section#sp-maprow > .container .sp-module-content .customcenterthis .container > div {
    font-size: 19px;
    min-width: 400px;
    min-height: 400px;
    transform: translateY(15%);
    padding: 105px 0px;
  }
  section#sp-maprow > .container .sp-module-content .customcenterthis .container > div h3 {
    font-size: 34px;
    margin-bottom: 40px;
  }
}
section#sp-maprow > .container .row {
  margin: 0;
}
section#sp-maprow > .container .row > div {
  padding: 0;
}
.homeleftcolumnicons .uk-flex > a {
  background: #dedede;
  padding: 30px;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.homeleftcolumnicons .uk-flex > a:nth-child(even) {
  background: #ebebeb;
}
.homeleftcolumnicons .uk-flex > a i {
  color: #a3a3a3;
  font-size: 50px;
  margin-bottom: 10px;
}
.homeleftcolumnicons .uk-flex > a span {
  display: block;
  color: #8e2d1f;
  font-size: 18px;
  margin-top: 15px;
}
.homeleftcolumnicons .uk-flex > a:hover {
  background: #f5f5f5 !important;
}
a#btn-1516489510550, a#btn-1516489510550 {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 767px) {
  #sp-logo {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  #sp-menu {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  div#sp-top3 {
    display: none;
  }
  #section-id-1516571755304 .sppb-col-md-6 {
    padding: 15px 0;
  }
  #section-id-1516571755304 .sppb-addon {
    text-align: center !important;
  }
  #btn-1516489510550 {
    margin-bottom: 30px;
  }
  #sp-footer {
    text-align: center;
  }
  #sp-footer img {
    display: inline-block;
  }
  .homeleftcolumnicons .uk-flex > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .homeleftcolumnicons .uk-flex > *:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .homeleftcolumnicons .uk-flex > *:nth-child(even) {
    border-left: 1px solid #fff;
  }
}
body, .sp-preloader {
  background-color: #fff;
}
.sp-preloader > div {
  background: #337ab7;
}
.sp-preloader > div:after {
  background: #fff;
}
#sp-top-bar {
  background: #333;
  color: #aaa;
}
#sp-top-bar a {
  color: #aaa;
}
a {
  color: #f29100;
}
a:hover, a:focus, a:active {
  color: #8e2d1f;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  background: rgba(51, 122, 183, 0.1);
  color: #337ab7;
}
.tags > li a:hover {
  background: #23527c;
}
.article-social-share .social-share-icon ul li a {
  color: #333;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  background: #337ab7;
}
.pager > li a {
  border: 1px solid #ededed;
  color: #333;
}
#offcanvas-toggler > .fa {
  color: #252525;
}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
  color: #0345bf;
}
.offcanvas-menu {
  background-color: #fff;
  color: #252525;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #252525;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: #0345bf;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  color: rgba(37, 37, 37, 0.5);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  color: rgba(37, 37, 37, 0.8);
}
.btn-primary, .sppb-btn-primary {
  border-color: #337ab7;
  background-color: #337ab7;
}
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #23527c;
  background-color: #23527c;
}
ul.social-icons > li a:hover {
  color: #337ab7;
}
.layout-boxed .body-innerwrapper {
  background: #fff;
}
.sp-module ul > li > a {
  color: #333;
}
.sp-module ul > li > a:hover {
  color: #337ab7;
}
.sp-module .latestnews > div > a {
  color: #333;
}
.sp-module .latestnews > div > a:hover {
  color: #337ab7;
}
.sp-module .tagscloud .tag-name:hover {
  background: #337ab7;
}
.search .btn-toolbar button {
  background: #337ab7;
}
#sp-footer, #sp-bottom {
  background: #171717;
  color: #fff;
}
#sp-footer a, #sp-bottom a {
  color: #a2a2a2;
}
#sp-footer a:hover, #sp-bottom a:hover, #sp-footer a:active, #sp-bottom a:active, #sp-footer a:focus, #sp-bottom a:focus {
  color: #fff;
}
.sp-comingsoon body {
  background-color: #337ab7;
}
.pagination > li > a, .pagination > li > span {
  color: #333;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #333;
}
.pagination > .active > a, .pagination > .active > span {
  border-color: #337ab7;
  background-color: #337ab7;
}
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #337ab7;
  background-color: #337ab7;
}
.error-code, .coming-soon-number {
  color: #337ab7;
}
@media only screen and (max-width: 767px) {
  #scroll-indicator-bullets {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #scroll-indicator-bullets {
    position: fixed;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
    z-index: 8;
    font-size: 0.8rem;
  }
  #scroll-indicator-bullets ul {
    list-style: none;
    padding-left: 0;
  }
  #scroll-indicator-bullets ul li {
    position: relative;
    padding-right: 7px;
  }
  #scroll-indicator-bullets ul li a {
    display: block;
    color: #f29100;
    padding: 4px 0 0 0;
    -webkit-user-select: none !important;
    -webkit-touch-callout: none;
  }
  #scroll-indicator-bullets ul li .bullet-nav-title {
    position: absolute;
    top: 4px;
    right: -10px;
    display: block;
    visibility: hidden;
    opacity: 0;
    white-space: nowrap;
    text-align: right;
    -webkit-transition: opacity 300ms, right 300ms, text-shadow 300ms;
    transition: opacity 300ms, right 300ms, text-shadow 300ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    padding: 2px 22px 2px 4px;
    border-radius: 2px;
    background: rgba(200, 200, 200, 0.4);
  }
  #scroll-indicator-bullets ul li .bullet-item-link .circle {
    position: relative;
    top: 2px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 2px solid #f29100;
    background: transparent;
    margin: 4px 0;
  }
  #scroll-indicator-bullets ul li .bullet-item-link.active .circle {
    background: #f29100;
  }
  #scroll-indicator-bullets ul li.show-title .circle {
    text-shadow: none;
  }
  #scroll-indicator-bullets ul li.show-title .bullet-nav-title {
    opacity: 1;
    right: 2px;
    visibility: visible;
    color: #000;
  }
  #scroll-indicator-bullets ul.open .bullet-nav-title {
    visibility: visible;
  }
}
section#portfolio .sppb-addon-advisory-content {
  min-height: 360px;
}
section#portfolio .sppb-addon-advisory-content .advisory-content-image {
  padding: 30px 30px 0 30px;
}
section#portfolio .sppb-addon-advisory-content .advisory-content-image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
section#portfolio .sppb-addon-advisory-content:hover .advisory-content-image img {
  -webkit-filter: none;
  filter: none;
}
.advisory-grid {
  margin-top: -15px;
}
.advisory-grid > .sppb-column-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.advisory-grid > .sppb-column-addons > div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 992px) {
  .advisory-grid > .sppb-column-addons > div {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
.advisory-grid > .sppb-column-addons > div .sppb-addon-advisory-content {
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
.advisory-grid > .sppb-column-addons > div .sppb-addon-advisory-content:hover .sppb-content-holder {
  display: block;
  position: absolute;
  z-index: 2;
  background-blend-mode: multiply;
  background-color: rgba(242, 145, 0, 0.4);
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.advisory-grid > .sppb-column-addons > div .sppb-addon-advisory-content:hover .sppb-content-holder .sppb-image-content-text {
  display: none;
}
.advisory-grid > .sppb-column-addons > div .sppb-addon-advisory-content:hover .sppb-content-holder .advisory_icons {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.advisory-grid > .sppb-column-addons > div .sppb-addon-advisory-content:hover .sppb-content-holder .advisory_icons a, .advisory-grid > .sppb-column-addons > div .sppb-addon-advisory-content:hover .sppb-content-holder .advisory_icons i.fa {
  color: #47413c;
}
.advisory-grid > .sppb-column-addons > div .sppb-addon-advisory-content .sppb-content-holder {
  position: relative;
  background: transparent;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
}
.advisory-grid > .sppb-column-addons > div .sppb-addon-advisory-content .sppb-content-holder .sppb-image-content-text {
  display: none !important;
}
.advisory-grid > .sppb-column-addons > div .sppb-addon-advisory-content .sppb-content-holder .advisory_icons {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.advisory-grid > .sppb-column-addons > div .sppb-addon-advisory-content .sppb-content-holder .advisory_icons a, .advisory-grid > .sppb-column-addons > div .sppb-addon-advisory-content .sppb-content-holder .advisory_icons i.fa {
  color: #fff;
}
.advisory-grid > .sppb-column-addons > div .sppb-addon-advisory-content .advisory-content-image {
  padding: 20px 0;
}
@media (min-width: 992px) {
  #section-id-1522097586751 .sppb-col-md-3, #section-id-1516134969385 .sppb-col-md-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
#section-id-1522097586751 .sppb-col-md-3 h2.sppb-addon-title, #section-id-1516134969385 .sppb-col-md-3 h2.sppb-addon-title {
  font-size: 1.8rem;
}
.sppb-section {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
#starvestform .rsform-block-fullname .formControlLabel {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.advisory-grid-inner .sppb-column-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.advisory-grid-inner .sppb-column-addons > div {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .advisory-grid-inner .sppb-column-addons > div {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
.advisory-grid-inner .sppb-column-addons .advisory-content-image {
  height: 130px;
}
.advisory-grid-inner .sppb-column-addons .advisory-content-image img.sppb-img-responsive {
  max-height: 100px;
}
.advisory-grid-inner .sppb-column-addons .sppb-content-holder {
  min-height: 230px;
}
.max600 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.investees-grid .sppb-column-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.investees-grid .sppb-column-addons > div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 992px) {
  .investees-grid .sppb-column-addons > div {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
.investees-grid .sppb-column-addons > div > div {
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  min-height: 180px;
  margin: 15px 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .investees-grid .sppb-column-addons > div > div {
    min-height: 240px;
  }
}
#section-id-1524777379276.investees-grid .sppb-column-addons > div > div {
  margin: 15px;
}
@media (max-width: 620px) {
  [grid-col~='1/3'].zt-no-collapse {
    width: 100% !important;
    margin-bottom: 15px;
  }
  div#sppb-addon-1516134969346 img.sppb-img-responsive {
    max-width: 220px;
  }
  section#advisory-page-advisory {
    background-attachment: inherit !important;
    background-position: 50% 50% !important;
  }
  #column-id-1524777379330 .sppb-flipbox-panel {
    height: 180px;
  }
  #column-id-1524777379330 .sppb-flipbox-panel .sppb-flipbox-front {
    background-size: contain;
  }
  section#sp-main-body > .row {
    margin-left: 0;
    margin-right: 0;
  }
  section#sp-main-body > .row > #sp-component {
    padding-left: 0;
    padding-right: 0;
  }
}
.rsfiles-layout .navbar.navbar-info {
  display: none !important;
}
/**
 * $package Helix V3 Framework
 * $author JoomShaper http://www.joomshaper.com
 * $copyright Copyright (c) 2010 - 2015 JoomShaper
 * $license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/*=========================================
 *======= 	 Megamenu	   ============
 *=======================================*/
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 8px;
  line-height: 60px;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  font-weight: 100;
}
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li > span:hover {
  color: #f29100;
}
.sp-megamenu-parent > li.sp-has-child > a:after, .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
  color: #f29100;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 22px;
  padding: 0 6px;
  font-size: 80%;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
.sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  display: block;
  padding: 10px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: fadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: fadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: fadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: zoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: rotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: pulse 300ms;
}
#offcanvas-toggler {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
#offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
#offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.offcanvs-position-left .body-wrapper {
  left: 0;
}
.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
.offcanvs-position-right .body-wrapper {
  right: 0;
}
.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: FontAwesome;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
  margin-left: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes pulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes animSpin {
  to {
    transform: rotate(360deg);
  }
}
