/*---------- ui ----------*/
.color-box {
  margin-bottom: 15px;
}

.color-box p {
  margin-bottom: 0;
}

/*------- typography -------*/
html, body {
  color: #515253;
  background-color: #f9f9f9;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
  position: relative;
  color: #515253;
  background-color: #fff;
  font-weight: 300;
  letter-spacing: 0.02rem;
}

*:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.container.boxed {
  width: 100% !important;
  max-width: 1300px;
}

.container.full-width {
  width: 100% !important;
  padding: 0 !important;
}

.content {
  background: #f9f9f9;
  padding: 30px 65px;
}

h1, h2, h3, h4, h5, h6 {
  color: #151617;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.02rem;
  margin-top: 0;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-weight: 700;
}

h5, h6, .h5, .h6 {
  font-weight: 400;
}

h1, .h1 {
  font-size: 3.25rem;
}

h2, .h2 {
  font-size: 2.5rem;
}

h3, .h3 {
  font-size: 2.2rem;
}

h4, .h4 {
  font-size: 1.85rem;
}

h5, .h5 {
  font-size: 1.6rem;
}

h6, .h6 {
  font-size: 1.325rem;
}

html, body, a, p, ul, ol, li, div {
  font-family: "Barlow", sans-serif;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #fff;
}

a {
  color: #ac0700;
  font-size: 1rem;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  letter-spacing: 0.02rem;
  outline: 0 !important;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #311d53;
  text-decoration: none;
}

.dark a, .dark a:focus {
  color: #fff;
}

.dark a:hover {
  color: #fff;
  opacity: 0.75;
}

.dark .btn:hover, .dark .btn-social:hover {
  opacity: 1;
}

.text-link, .text-link:focus {
  color: #515253;
}

.text-link:hover {
  color: #ac0700;
}

.dark .text-link, .dark .text-link:focus {
  color: #fff;
}

.dark .text-link:hover {
  color: #fff;
  opacity: 0.75;
}

.title-link, .title-link:focus {
  color: #151617;
}

.title-link:hover {
  color: #515253;
}

.dark .title-link, .dark .title-link:focus {
  color: #fff;
}

.dark .title-link:hover {
  color: #fff;
  opacity: 0.75;
}

p {
  font-family: "Barlow", sans-serif !important;
  font-weight: 400;
  font-size: 1rem;
  color: #515253;
  letter-spacing: 0.02rem;
  margin-bottom: 10px;
}

.dark p {
  color: #f3f3f3;
}

ul {
  list-style: none;
  padding: 0;
}

ul, ol {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}

ol li {
  margin-bottom: 7px;
}

li {
  color: #515253;
  font-size: 1rem;
  letter-spacing: 0.02rem;
}

.dark li {
  color: #f3f3f3;
}

ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

img {
  -webkit-backface-visibility: hidden !important;
  background: transparent;
}

pre {
  color: #515253;
  font-size: 0.875rem;
  background-color: #fff;
  border-left: 3px solid #ac0700;
  padding: 15px;
  white-space: pre-line;
}

.list-featured {
  list-style: none;
  padding: 0;
}

.list-featured li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 10px;
}

.list-featured li:before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 8px;
  background-color: #ac0700;
}

.list-icon li, .list-icon a {
  position: relative;
  padding-left: 23px;
  margin-bottom: 8px;
}

.list-icon li:before, .list-icon a:before {
  color: #515253;
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  left: 0;
  top: 30%;
  font-size: 0.875rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
}

.list-icon a:before {
  top: 0.2rem;
}

.list-has-link li {
  padding-left: 0;
}

.list-has-link li:before {
  display: none;
}

.list-icon.list-arrow li:before, .list-icon.list-arrow a:before {
  content: "\f054";
}

.list-icon.list-check li:before, .list-icon.list-check a:before {
  content: "\f00c";
}

.list-icon.list-close li:before, .list-icon.list-close a:before {
  content: "\f00d";
}

.list-icon.list-bullet li:before, .list-icon.list-bullet a:before {
  content: "\f192";
}

.list-icon.list-star li:before, .list-icon.list-star a:before {
  content: "\f005";
}

.list-icon.list-dollar li:before, .list-icon.list-dollar a:before {
  content: "\f155";
}

.list-secondary li:before, .list-secondary a:before {
  color: #dddfe6;
}

.list-primary li:before, .list-primary a:before {
  color: #ac0700;
}

.list-success li:before, .list-success a:before {
  color: #4b9739;
}

.list-info li:before, .list-info a:before {
  color: #2381b2;
}

.list-warning li:before, .list-warning a:before {
  color: #dc910f;
}

.list-danger li:before, .list-danger a:before {
  color: #cf0a0a;
}

.list-media > .list-item {
  display: block;
}

.list-media .media-img {
  position: relative;
  float: left;
}

.list-media .media-img img {
  line-height: 45px;
  height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 5px;
}

.list-media .info {
  padding-left: 60px;
  min-height: 45px;
  height: auto;
  position: relative;
}

.list-media .info .sub-title {
  display: block;
  font-size: 0.75rem;
}

.list-media-content {
  position: relative;
  float: left;
  font-size: 0.875rem;
  line-height: 47px;
  height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
}

.list-media .info .list-checkbox {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-28px);
  -webkit-transform: translateY(-28px);
  -moz-transform: translateY(-28px);
  -o-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
}

.list-media-secondary {
  color: #515253;
  background-color: #dddfe6;
}

.list-media-primary {
  color: #fff;
  background-color: #ac0700;
}

.list-media-success {
  color: #fff;
  background-color: #4b9739;
}

.list-media-info {
  color: #fff;
  background-color: #2381b2;
}

.list-media-warning {
  color: #fff;
  background-color: #dc910f;
}

.list-media-danger {
  color: #fff;
  background-color: #cf0a0a;
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.list-group-item:last-child {
  margin-bottom: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

a.list-group-item:last-child {
  margin-bottom: -1px !important;
}

.list-group-item {
  background-color: #fff;
  margin-bottom: -1px !important;
  padding: 1rem 1.25rem;
  border: 1px solid #dddfe6;
}

.list-group-item-primary {
  color: #fff !important;
  background-color: #ac0700 !important;
}

.list-group-item-primary:hover {
  color: #fff !important;
  background-color: #311d53 !important;
}

.list-group-item-secondary {
  color: #515253 !important;
  background-color: #dddfe6 !important;
}

.list-group-item-secondary:hover {
  color: #515253 !important;
  background-color: #bcbfc8 !important;
}

.list-group-item-success {
  color: #fff !important;
  background-color: #4b9739 !important;
}

.list-group-item-success:hover {
  color: #fff !important;
  background-color: #326e24 !important;
}

.list-group-item-info {
  color: #fff !important;
  background-color: #2381b2 !important;
}

.list-group-item-info:hover {
  color: #fff !important;
  background-color: #085882 !important;
}

.list-group-item-warning {
  color: #fff !important;
  background-color: #dc910f !important;
}

.list-group-item-warning:hover {
  color: #fff !important;
  background-color: #b67300 !important;
}

.list-group-item-danger {
  color: #fff !important;
  background-color: #cf0a0a !important;
}

.list-group-item-danger:hover {
  color: #fff !important;
  background-color: #990303 !important;
}

.list-group-item-light {
  color: #515253 !important;
  background-color: #f3f3f3 !important;
}

.list-group-item-light:hover {
  color: #515253 !important;
  background-color: #ddd !important;
}

.list-group-item-dark {
  color: #fff !important;
  background-color: #505254 !important;
}

.list-group-item-dark:hover {
  color: #fff !important;
  background-color: #303132 !important;
}

.list-icon .list-group-item {
  padding-left: 3rem !important;
}

.list-icon li.list-group-item:before, .list-icon a.list-group-item:before {
  top: 1.325rem;
  left: 1.5rem;
}

.list-group-item-action {
  color: #515253;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  background-color: #dddfe6;
}

.blockquote {
  background: #fff;
  border: none;
  border-left: 2px solid #ac0700;
  padding: 25px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.blockquote-reverse {
  border-right: 2px solid #ac0700;
  border-left: 0;
  text-align: right;
}

blockquote p {
  font-size: 1rem;
  font-weight: 400;
}

.blockquote-footer {
  color: #515253;
  background: transparent;
  font-size: 70%;
  border: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

cite {
  color: #bcbfc8;
  font-size: 0.8rem;
}

.mark, mark {
  background-color: #bcbfc8;
}

b, strong {
  font-weight: 700 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.lead {
  font-size: 1.1rem;
  font-weight: 300;
}

form label {
  color: #151617;
  display: inline-block;
  margin-bottom: .5rem;
}

.caption {
  font-size: .9rem;
}

.caption-sm {
  font-size: .625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: .5rem;
}

/*--- custom typography ---*/
.section-title {
  margin-bottom: 15px;
}

.section-sub-title {
  color: #515253;
  font-family: "Roboto Slab", serif;
  font-size: 1.2rem;
  padding-top: 10px;
  border-top: 1px solid #dddfe6;
  width: max-content;
  opacity: 0.75;
}

.text-center .section-sub-title {
  margin: 0 auto;
}

.text-right .section-sub-title {
  margin-left: auto;
  margin-right: 0;
}

.fa {
  vertical-align: middle;
}

.md-icon {
  font-family: 'Material Icons';
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-item {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.icon-item-inner {
  display: inline-block;
  background: #fff;
  padding: 15px;
  margin: 5px;
  width: 120px;
  text-align: center;
  border-radius: 10px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

.icon-item-inner:hover {
  background: #8e9294;
}

.icon-item-inner i {
  color: #8e9294;
  font-size: 30px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.icon-item-inner:hover i {
  color: #fff;
}

.icon-item-inner .caption-sm {
  color: #151617;
  font-size: 0.7rem;
  margin-top: 10px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.icon-item-inner:hover .caption-sm {
  color: #fff;
}

/*--- end of custom typography *---/

/*------- end of typography -------*/
/*------- tables -------*/
.table {
  -webkit-box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #bcbfc8;
}

.table .thead-light th {
  color: #515253;
  background-color: #dddfe6;
  border-color: #bcbfc8;
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #ddd;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.table tr {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.table-inverse {
  color: #fff;
  background-color: #303132;
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
  border-color: #fff;
}

.thead-default th {
  color: #515253;
  background-color: #f3f3f3;
}

.thead-inverse th {
  color: #fff;
  background-color: #303132;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f3f3;
}

.table-striped.table-inverse tbody tr:nth-of-type(odd) {
  background-color: #151617;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #f3f3f3;
}

.table-dark tbody tr:hover {
  background-color: #f3f3f3;
}

.table-active, .table-active > td, .table-active > th {
  background-color: #f3f3f3;
}

.table-dark .table-active:hover {
  background-color: #f3f3f3;
}

.table-dark .table-active:hover > td, .table-dark .table-active:hover > th {
  background-color: #f3f3f3;
}

.table-dark.table-inverse tbody tr:hover {
  background-color: #151617;
}

.table-inverse .table-active, .table-inverse .table-active > td, .table-inverse .table-active > th {
  background-color: #151617;
}

.table-dark.table-inverse .table-active:hover {
  background-color: #151617;
}

.table-dark.table-inverse .table-active:hover > td, .table-dark.table-inverse .table-active:hover > th {
  background-color: #151617;
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #ac0700;
}

.table-primary:hover {
  background-color: #311d53;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #311d53;
}

.table-dark .table-primary:hover {
  background-color: #311d53;
}

.table-dark .table-primary:hover > td, .table-dark .table-primary:hover > th {
  background-color: #311d53;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #dddfe6;
}

.table-secondary:hover {
  background-color: #bcbfc8;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #bcbfc8;
}

.table-dark .table-secondary:hover {
  background-color: #bcbfc8;
}

.table-dark .table-secondary:hover > td, .table-dark .table-secondary:hover > th {
  background-color: #bcbfc8;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #4b9739;
}

.table-success:hover {
  background-color: #326e24;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #326e24;
}

.table-dark .table-success:hover {
  background-color: #326e24;
}

.table-dark .table-success:hover > td, .table-dark .table-success:hover > th {
  background-color: #326e24;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #2381b2;
}

.table-info:hover {
  background-color: #085882;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #085882;
}

.table-dark .table-info:hover {
  background-color: #085882;
}

.table-dark .table-info:hover > td, .table-dark .table-info:hover > th {
  background-color: #085882;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #dc910f;
}

.table-warning:hover {
  background-color: #b67300;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #b67300;
}

.table-dark .table-warning:hover {
  background-color: #b67300;
}

.table-dark .table-warning:hover > td, .table-dark .table-warning:hover > th {
  background-color: #b67300;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #cf0a0a;
}

.table-danger:hover {
  background-color: #990303;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #990303;
}

.table-dark .table-danger:hover {
  background-color: #990303;
}

.table-dark .table-danger:hover > td, .table-dark .table-danger:hover > th {
  background-color: #990303;
}

/*--- custom tables ---*/
.table-xl > tbody > tr > td, .table-xl > tbody > tr > th, .table-xl > thead > tr > td, .table-xl > thead > tr > th {
  padding: 1.25rem;
  line-height: 1.15remrem;
  vertical-align: middle;
}

.table-xl .checkbox label::before {
  margin-top: -17px;
  margin-left: 0;
}

.table-xl .checkbox label::after {
  margin-top: -13px;
  margin-left: 9px;
}

/*------- end of tables -------*/
/*------- alerts-badges -------*/
.alert {
  padding: 25px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
}

.alert:hover {
  transform: translateY(-3px);
  -webkit-box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
}

.alert-dismissible .btn-close {
  color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0 1.5rem;
  height: 100%;
  box-shadow: none;
  border: none;
  transition: 0.2s ease-in-out;
}

.alert-dismissible .btn-close:hover {
  opacity: 1;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.alert-icon {
  line-height: 1;
  vertical-align: middle;
}

.alert-primary {
  background-color: #ac0700;
  border-color: #311d53;
  color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(93, 57, 151, 0.3), 0 2px 10px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 2px 10px rgba(93, 57, 151, 0.3), 0 2px 10px rgba(93, 57, 151, 0.5) !important;
}

.alert-primary:hover {
  -webkit-box-shadow: 0 3px 15px rgba(93, 57, 151, 0.3), 0 3px 15px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 3px 15px rgba(93, 57, 151, 0.3), 0 3px 15px rgba(93, 57, 151, 0.5) !important;
}

.alert-primary-gradient {
  background-color: linear-gradient(120deg, #5365d4 0%, #ac0700 100%);
  border: none !important;
  color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(93, 57, 151, 0.3), 0 2px 10px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 2px 10px rgba(93, 57, 151, 0.3), 0 2px 10px rgba(93, 57, 151, 0.5) !important;
}

.alert-primary-gradient:hover {
  -webkit-box-shadow: 0 3px 15px rgba(93, 57, 151, 0.3), 0 3px 15px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 3px 15px rgba(93, 57, 151, 0.3), 0 3px 15px rgba(93, 57, 151, 0.5) !important;
}

.alert-secondary {
  background-color: #dddfe6;
  border-color: #bcbfc8;
  color: #515253;
  -webkit-box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
}

.alert-secondary:hover {
  -webkit-box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
}

.alert-secondary-gradient {
  background-color: linear-gradient(120deg, #f6f4f9 0%, #dddfe6 100%);
  border: none !important;
  color: #515253;
  -webkit-box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
}

.alert-secondary-gradient:hover {
  -webkit-box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
}

.alert-success {
  background-color: #4b9739;
  border-color: #326e24;
  color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(75, 151, 57, 0.3), 0 2px 10px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 2px 10px rgba(75, 151, 57, 0.3), 0 2px 10px rgba(75, 151, 57, 0.5) !important;
}

.alert-success:hover {
  -webkit-box-shadow: 0 3px 15px rgba(75, 151, 57, 0.3), 0 3px 15px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 3px 15px rgba(75, 151, 57, 0.3), 0 3px 15px rgba(75, 151, 57, 0.5) !important;
}

.alert-success-gradient {
  color: #fff;
  background: linear-gradient(120deg, #54c7b5 0%, #4b9739 100%) !important;
  border: none !important;
  -webkit-box-shadow: 0 2px 10px rgba(75, 151, 57, 0.3), 0 2px 10px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 2px 10px rgba(75, 151, 57, 0.3), 0 2px 10px rgba(75, 151, 57, 0.5) !important;
}

.alert-success-gradient:hover {
  -webkit-box-shadow: 0 3px 15px rgba(75, 151, 57, 0.3), 0 3px 15px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 3px 15px rgba(75, 151, 57, 0.3), 0 3px 15px rgba(75, 151, 57, 0.5) !important;
}

.alert-success .close, .alert-success-gradient .close {
  color: #326e24;
}

.alert-info {
  background-color: #2381b2;
  border-color: #085882;
  color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(35, 129, 178, 0.3), 0 2px 10px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 2px 10px rgba(35, 129, 178, 0.3), 0 2px 10px rgba(35, 129, 178, 0.5) !important;
}

.alert-info:hover {
  -webkit-box-shadow: 0 3px 15px rgba(35, 129, 178, 0.3), 0 3px 15px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 3px 15px rgba(35, 129, 178, 0.3), 0 3px 15px rgba(35, 129, 178, 0.5) !important;
}

.alert-info-gradient {
  color: #fff;
  background: linear-gradient(120deg, #94a7ec 0%, #2381b2 100%) !important;
  border: none !important;
  -webkit-box-shadow: 0 2px 10px rgba(35, 129, 178, 0.3), 0 2px 10px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 2px 10px rgba(35, 129, 178, 0.3), 0 2px 10px rgba(35, 129, 178, 0.5) !important;
}

.alert-info-gradient:hover {
  -webkit-box-shadow: 0 3px 15px rgba(35, 129, 178, 0.3), 0 3px 15px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 3px 15px rgba(35, 129, 178, 0.3), 0 3px 15px rgba(35, 129, 178, 0.5) !important;
}

.alert-info .close, .alert-info-gradient .close {
  color: #085882;
}

.alert-warning {
  background-color: #dc910f;
  border-color: #b67300;
  color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(220, 145, 15, 0.3), 0 2px 10px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 2px 10px rgba(220, 145, 15, 0.3), 0 2px 10px rgba(220, 145, 15, 0.5) !important;
}

.alert-warning:hover {
  -webkit-box-shadow: 0 3px 15px rgba(220, 145, 15, 0.3), 0 3px 15px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 3px 15px rgba(220, 145, 15, 0.3), 0 3px 15px rgba(220, 145, 15, 0.5) !important;
}

.alert-warning .close, .alert-warning-gradient .close {
  color: #b67300;
}

.alert-warning-gradient {
  color: #fff;
  background: linear-gradient(120deg, #e9d54e 0%, #dc910f 100%) !important;
  border: none !important;
  -webkit-box-shadow: 0 2px 10px rgba(220, 145, 15, 0.3), 0 2px 10px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 2px 10px rgba(220, 145, 15, 0.3), 0 2px 10px rgba(220, 145, 15, 0.5) !important;
}

.alert-warning-gradient:hover {
  -webkit-box-shadow: 0 3px 15px rgba(220, 145, 15, 0.3), 0 3px 15px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 3px 15px rgba(220, 145, 15, 0.3), 0 3px 15px rgba(220, 145, 15, 0.5) !important;
}

.alert-danger {
  background-color: #cf0a0a;
  border-color: #990303;
  color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(207, 10, 10, 0.3), 0 2px 10px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 2px 10px rgba(207, 10, 10, 0.3), 0 2px 10px rgba(207, 10, 10, 0.5) !important;
}

.alert-danger:hover {
  -webkit-box-shadow: 0 3px 15px rgba(207, 10, 10, 0.3), 0 3px 15px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 3px 15px rgba(207, 10, 10, 0.3), 0 3px 15px rgba(207, 10, 10, 0.5) !important;
}

.alert-danger .close, .alert-danger-gradient .close {
  color: #990303;
}

.alert-danger-gradient {
  color: #fff;
  background: linear-gradient(120deg, #eb7349 0%, #cf0a0a 100%) !important;
  border: none !important;
  -webkit-box-shadow: 0 2px 10px rgba(207, 10, 10, 0.3), 0 2px 10px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 2px 10px rgba(207, 10, 10, 0.3), 0 2px 10px rgba(207, 10, 10, 0.5) !important;
}

.alert-danger-gradient:hover {
  -webkit-box-shadow: 0 3px 15px rgba(207, 10, 10, 0.3), 0 3px 15px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 3px 15px rgba(207, 10, 10, 0.3), 0 3px 15px rgba(207, 10, 10, 0.5) !important;
}

.alert .close {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.alert .close:hover {
  color: #000 !important;
  opacity: 0.8;
}

.badge {
  color: #fff;
  font-size: 65%;
  font-weight: 700;
  line-height: 1.5rem;
  border-radius: 5px;
  padding: 6px 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.badge:hover {
  transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
}

.badge-pill {
  border-radius: 10rem;
}

.badge-primary {
  background-color: #ac0700;
  -webkit-box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
}

.badge-primary-gradient {
  background: linear-gradient(120deg, #5365d4 0%, #ac0700 100%);
  -webkit-box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
}

.badge-primary:hover {
  -webkit-box-shadow: 0 2px 10px rgba(93, 57, 151, 0.3), 0 2px 10px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 2px 10px rgba(93, 57, 151, 0.3), 0 2px 10px rgba(93, 57, 151, 0.5) !important;
}

.badge-primary-gradient:hover {
  -webkit-box-shadow: 0 2px 10px rgba(93, 57, 151, 0.3), 0 2px 10px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 2px 10px rgba(93, 57, 151, 0.3), 0 2px 10px rgba(93, 57, 151, 0.5) !important;
}

.badge-secondary {
  color: #151617;
  background-color: #dddfe6;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.badge-secondary-gradient {
  color: #151617;
  background: linear-gradient(120deg, #f6f4f9 0%, #dddfe6 100%);
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.badge-secondary:hover {
  -webkit-box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
}

.badge-secondary-gradient:hover {
  -webkit-box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
}

.badge-success {
  background-color: #4b9739;
  -webkit-box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
}

.badge-success-gradient {
  background: linear-gradient(120deg, #54c7b5 0%, #4b9739 100%);
  -webkit-box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
}

.badge-success:hover {
  -webkit-box-shadow: 0 2px 10px rgba(75, 151, 57, 0.3), 0 2px 10px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 2px 10px rgba(75, 151, 57, 0.3), 0 2px 10px rgba(75, 151, 57, 0.5) !important;
}

.badge-success-gradient:hover {
  -webkit-box-shadow: 0 2px 10px rgba(75, 151, 57, 0.3), 0 2px 10px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 2px 10px rgba(75, 151, 57, 0.3), 0 2px 10px rgba(75, 151, 57, 0.5) !important;
}

.badge-info {
  background-color: #2381b2;
  -webkit-box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
}

.badge-info-gradient {
  background: linear-gradient(120deg, #94a7ec 0%, #2381b2 100%);
  -webkit-box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
}

.badge-info:hover {
  -webkit-box-shadow: 0 2px 10px rgba(35, 129, 178, 0.3), 0 2px 10px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 2px 10px rgba(35, 129, 178, 0.3), 0 2px 10px rgba(35, 129, 178, 0.5) !important;
}

.badge-info-gradient:hover {
  -webkit-box-shadow: 0 2px 10px rgba(35, 129, 178, 0.3), 0 2px 10px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 2px 10px rgba(35, 129, 178, 0.3), 0 2px 10px rgba(35, 129, 178, 0.5) !important;
}

.badge-warning {
  background-color: #dc910f;
  -webkit-box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
}

.badge-warning-gradient {
  background: linear-gradient(120deg, #e9d54e 0%, #dc910f 100%);
  -webkit-box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
}

.badge-warning:hover {
  -webkit-box-shadow: 0 2px 10px rgba(220, 145, 15, 0.3), 0 2px 10px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 2px 10px rgba(220, 145, 15, 0.3), 0 2px 10px rgba(220, 145, 15, 0.5) !important;
}

.badge-warning-gradient:hover {
  -webkit-box-shadow: 0 2px 10px rgba(220, 145, 15, 0.3), 0 2px 10px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 2px 10px rgba(220, 145, 15, 0.3), 0 2px 10px rgba(220, 145, 15, 0.5) !important;
}

.badge-danger {
  background-color: #cf0a0a;
  -webkit-box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
}

.badge-danger-gradient {
  background: linear-gradient(120deg, #eb7349 0%, #cf0a0a 100%);
  -webkit-box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
}

.badge-danger:hover {
  -webkit-box-shadow: 0 2px 10px rgba(207, 10, 10, 0.3), 0 2px 10px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 2px 10px rgba(207, 10, 10, 0.3), 0 2px 10px rgba(207, 10, 10, 0.5) !important;
}

.badge-danger-gradient:hover {
  -webkit-box-shadow: 0 2px 10px rgba(207, 10, 10, 0.3), 0 2px 10px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 2px 10px rgba(207, 10, 10, 0.3), 0 2px 10px rgba(207, 10, 10, 0.5) !important;
}

/*------- end of alerts-badges -------*/
/*------- buttons -------*/
.btn {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5rem;
  letter-spacing: 0.04rem;
  border: none;
  border-radius: 5px;
  padding: 16.5px 42px;
  white-space: nowrap;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.3), 0 1px 5px rgba(49, 49, 58, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.3), 0 1px 5px rgba(49, 49, 58, 0.3) !important;
}

.btn:focus, button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:hover {
  transform: translateY(-2px);
  webkit-box-shadow: 0 3px 15px rgba(188, 191, 200, 0.3), 0 3px 15px rgba(49, 49, 58, 0.3) !important;
  box-shadow: 0 3px 15px rgba(188, 191, 200, 0.3), 0 3px 15px rgba(49, 49, 58, 0.3) !important;
}

a.btn, a.btn-social {
  display: inline-block;
}

[class*="btn-outline-"] {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  border: 2px solid transparent;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 22px 47px;
  font-size: 1.1rem;
  border-radius: 5px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 14px 30px;
  font-size: 12px;
  border-radius: 5px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 8px 19px;
  font-size: 10px;
  border-radius: 5px;
}

.btn-icon {
  display: inline-block;
  width: 54px;
  height: 54px;
  max-width: 54px !important;
  max-height: 54px !important;
  vertical-align: middle;
  line-height: 54px;
  padding: 0 !important;
}

.btn-icon span, .btn-icon i {
  display: block;
  line-height: 54px;
}

.btn-circle {
  border-radius: 50% !important;
}

.btn-icon.btn-w-border i, .btn-icon.btn-w-border span {
  margin-top: -1px;
  margin-right: 0;
}

.btn-lg.btn-icon, .btn-lg.btn-circle {
  width: 62px;
  height: 62px;
  max-width: 62px !important;
  max-height: 62px !important;
  font-size: 18px;
  line-height: 62px;
}

.btn-lg.btn-icon span, .btn-lg.btn-icon i {
  line-height: 62px;
}

.btn-sm.btn-icon, .btn-sm.btn-circle {
  width: 42px;
  height: 42px;
  max-width: 42px !important;
  max-height: 42px !important;
  font-size: 12px;
  line-height: 42px;
}

.btn-sm.btn-icon span, .btn-sm.btn-icon i {
  line-height: 42px;
}

.btn-xs.btn-icon {
  width: 34px;
  height: 34px;
  max-width: 34px !important;
  max-height: 34px !important;
  font-size: 10px;
  line-height: 34px;
}

.btn-xs.btn-icon span, .btn-xs.btn-icon i {
  line-height: 34px;
}

.btn.btn-w-icon .md-icon.dp16 {
  line-height: 1.5rem;
}

.btn.dropdown-toggle::after {
  font-size: 10px !important;
  line-height: 0;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  top: 0;
  vertical-align: middle;
  transform: none;
}

.dropup .btn.dropdown-toggle::after {
  font-size: 10px !important;
  line-height: 0;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  top: 0;
  vertical-align: middle;
  transform: none;
}

.input-group-btn .btn::after {
  top: 0;
}

.overlapping-btn {
  position: absolute !important;
  right: 3px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 9;
}

.btn.dropdown-toggle.dropdown-toggle-split {
  padding-right: 20px;
  padding-left: 22px;
}

.btn.dropdown-toggle-split:after {
  margin-left: 0;
}

.dropup .btn.dropdown-toggle-split:after {
  margin-left: 0;
}

.dropdown-toggle.dropdown-toggle-split {
  border-left: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.dropdown-toggle.dropdown-toggle-split.bl-0 {
  border-left: 0 !important;
}

.btn.dropdown-toggle {
  position: relative;
}

.input-group-btn .input-icon {
  position: absolute;
  top: 12px;
  font-size: 20px;
}

.input-group-btn .input-icon.left {
  left: 20px;
}

.input-group-btn .input-icon.right {
  right: 20px;
}

.btn-group .btn {
  transform: none;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.btn-group .dropdown-menu {
  width: max-content;
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
  -moz-transition: opacity 0.3s, ease-in-out 0.3s;
  -o-transition: opacity 0.3s, ease-in-out 0.3s;
  transition: opacity 0.3s, ease-in-out 0.3s;
  animation-delay: 0.5s;
  top: 75px;
  left: 50% !important;
  right: 50% !important;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) !important;
}

.btn-group.dropup .dropdown-menu:before {
  top: auto;
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid;
}

.btn-group:hover .dropdown-menu {
  top: 69px !important;
  visibility: visible;
  opacity: 1;
}

.btn-group.show .dropdown-menu {
  top: 69px !important;
  visibility: visible;
  opacity: 1;
}

.btn-group.dropup .dropdown-menu {
  width: max-content;
  min-width: 200px;
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
  -moz-transition: opacity 0.3s, ease-in-out 0.3s;
  -o-transition: opacity 0.3s, ease-in-out 0.3s;
  transition: opacity 0.3s, ease-in-out 0.3s;
  animation-delay: 0.5s;
  top: auto;
  bottom: 70px;
  visibility: hidden;
  opacity: 0;
}

.btn-group.dropup:hover .dropdown-menu {
  top: auto !important;
  bottom: 65px !important;
  visibility: visible;
  opacity: 1;
}

.btn-group.dropup.show .dropdown-menu {
  top: auto !important;
  bottom: 65px !important;
  visibility: visible;
  opacity: 1;
}

.btn-group.is-split-drop .dropdown-menu {
  top: 70px !important;
  left: 50% !important;
  right: 50% !important;
  transform: translateX(0) !important;
}

.btn-group.is-split-drop.dropup .dropdown-menu {
  top: auto !important;
  bottom: 70px !important;
  left: 50% !important;
  right: 50% !important;
  transform: translateX(-10px) !important;
}

.btn-group.is-split-drop:hover .dropdown-menu {
  visibility: hidden;
  opacity: 0;
}

.btn-group.is-split-drop.show .dropdown-menu, .btn-group.is-split-drop.show:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 65px !important;
}

.btn-group.is-split-drop.show.dropup .dropdown-menu, .btn-group.is-split-drop.show.dropup:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: auto !important;
  bottom: 63px !important;
}

/*--- button colors ---*/
.btn-primary, .btn-primary:focus, .btn-primary.active {
  color: #fff !important;
  background-color: #ac0700 !important;
  border-color: #ac0700 !important;
  -webkit-box-shadow: 0 1px 5px rgba(	87,	6,	2 0.3), 0 1px 5px rgba(87,	6,	2, 0.5) !important;
  box-shadow: 0 1px 5px rgba(87,	6,	2, 0.3), 0 1px 5px rgba(87,	6,	2, 0.5) !important;
}

.btn-primary:hover, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #570602 !important;
  border-color: #570602 !important;
  -webkit-box-shadow: 0 3px 15px rgba(87,	6,	2, 0.3), 0 3px 15px rgba(87,	6,	2, 0.5) !important;
  box-shadow: 0 3px 15px rgba(87,	6,	2, 0.3), 0 3px 15px rgba(87,	6,	2, 0.5) !important;
}

.btn-outline-primary, .btn-outline-primary:focus, .btn-outline-primary.active, .btn-outline-primary:active {
  color: #ac0700 !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #ac0700 !important;
  -webkit-box-shadow: 0 1px 5px rgba(87,	6,	2, 0.3), 0 1px 5px rgba(87,	6,	2, 0.5) !important;
  box-shadow: 0 1px 5px rgba(87,	6,	2, 0.3), 0 1px 5px rgba(87,	6,	2, 0.5) !important;
}

.btn-outline-primary:hover, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #ac0700 !important;
  border-color: #ac0700 !important;
  -webkit-box-shadow: 0 3px 15px rgba(87,	6,	2, 0.3), 0 3px 15px rgba(87,	6,	2, 0.5) !important;
  box-shadow: 0 3px 15px rgba(87,	6,	2, 0.3), 0 3px 15px rgba(87,	6,	2, 0.5) !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff !important;
  background-color: #ac0700 !important;
  border-color: #ac0700 !important;
  opacity: 0.8 !important;
}

.btn-primary-gradient, .btn-primary-gradient:focus, .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(120deg, #ac0700 0%, #570602 100%) !important;
  border: none !important;
  -webkit-box-shadow: 0 1px 5px rgba(87,	6,	2, 0.3), 0 1px 5px rgba(87,	6,	2, 0.5) !important;
  box-shadow: 0 1px 5px rgba(87,	6,	2, 0.3), 0 1px 5px rgba(87,	6,	2, 0.5) !important;
}

.btn-primary-gradient:hover {
  -webkit-box-shadow: 0 3px 15px rgba(87,	6,	2, 0.3), 0 3px 15px rgba(87,	6,	2, 0.5) !important;
  box-shadow: 0 3px 15px rgba(87,	6,	2, 0.3), 0 3px 15px rgba(87,	6,	2, 0.5) !important;
}

.btn-secondary, .btn-secondary:focus, .btn-secondary.active {
  color: #515253 !important;
  background-color: #dddfe6 !important;
  border-color: #dddfe6 !important;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.btn-secondary:hover, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  color: #515253 !important;
  background-color: #bcbfc8 !important;
  border-color: #bcbfc8 !important;
  -webkit-box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
}

.btn-outline-secondary, .btn-outline-secondary:focus, .btn-outline-secondary.active, .btn-outline-secondary:active {
  color: #bcbfc8 !important;
  background-image: none;
  background-color: transparent;
  border-color: #bcbfc8 !important;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.btn-outline-secondary:hover, .show > .btn-outline-secondary.dropdown-toggle {
  color: #515253 !important;
  background-color: #bcbfc8 !important;
  border-color: #bcbfc8 !important;
  -webkit-box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff !important;
  background-color: #dddfe6 !important;
  border-color: #dddfe6 !important;
  opacity: 0.8 !important;
}

.btn-secondary-gradient, .btn-secondary-gradient:focus, .btn-secondary.active {
  color: #515253 !important;
  background: linear-gradient(120deg, #f6f4f9 0%, #dddfe6 100%) !important;
  border: none !important;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.btn-secondary-gradient:hover {
  -webkit-box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
}

.btn-success, .btn-success:focus, .btn-success.active, .btn-success:active {
  color: #fff !important;
  background-color: #4b9739 !important;
  border-color: #4b9739 !important;
  -webkit-box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
}

.btn-success:hover, .show > .btn-success.dropdown-toggle {
  color: #fff !important;
  background-color: #326e24 !important;
  border-color: #326e24 !important;
  -webkit-box-shadow: 0 3px 15px rgba(75, 151, 57, 0.3), 0 3px 15px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 3px 15px rgba(75, 151, 57, 0.3), 0 3px 15px rgba(75, 151, 57, 0.5) !important;
}

.btn-outline-success, .btn-outline-success:focus, .btn-outline-success.active, .btn-outline-success:active {
  color: #4b9739 !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #4b9739 !important;
  -webkit-box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
}

.btn-outline-success:hover, .show > .btn-outline-success.dropdown-toggle {
  color: #fff !important;
  background-color: #4b9739 !important;
  border-color: #4b9739 !important;
  -webkit-box-shadow: 0 3px 15px rgba(75, 151, 57, 0.3), 0 3px 15px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 3px 15px rgba(75, 151, 57, 0.3), 0 3px 15px rgba(75, 151, 57, 0.5) !important;
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff !important;
  background-color: #4b9739 !important;
  border-color: #4b9739 !important;
  opacity: 0.8 !important;
}

.btn-success-gradient, .btn-success-gradient:focus, .btn-success.active {
  color: #fff !important;
  background: linear-gradient(120deg, #54c7b5 0%, #4b9739 100%) !important;
  border: none !important;
  -webkit-box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
}

.btn-success-gradient:hover {
  -webkit-box-shadow: 0 3px 15px rgba(75, 151, 57, 0.3), 0 3px 15px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 3px 15px rgba(75, 151, 57, 0.3), 0 3px 15px rgba(75, 151, 57, 0.5) !important;
}

.btn-info, .btn-info:focus, .btn-info.active, .btn-info:active {
  color: #fff !important;
  background-color: #2381b2 !important;
  border-color: #2381b2 !important;
  -webkit-box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
}

.btn-info:hover, .show > .btn-info.dropdown-toggle {
  color: #fff !important;
  background-color: #085882 !important;
  border-color: #085882 !important;
  -webkit-box-shadow: 0 3px 15px rgba(35, 129, 178, 0.3), 0 3px 15px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 3px 15px rgba(35, 129, 178, 0.3), 0 3px 15px rgba(35, 129, 178, 0.5) !important;
}

.btn-outline-info, .btn-outline-info:focus, .btn-outline-info.active, .btn-outline-info:active {
  color: #2381b2 !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #2381b2 !important;
  -webkit-box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
}

.btn-outline-info:hover, .show > .btn-outline-info.dropdown-toggle {
  color: #fff !important;
  background-color: #2381b2 !important;
  border-color: #2381b2 !important;
  -webkit-box-shadow: 0 3px 15px rgba(35, 129, 178, 0.3), 0 3px 15px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 3px 15px rgba(35, 129, 178, 0.3), 0 3px 15px rgba(35, 129, 178, 0.5) !important;
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff !important;
  background-color: #2381b2 !important;
  border-color: #2381b2 !important;
  opacity: 0.8 !important;
}

.btn-info-gradient, .btn-info-gradient:focus, .btn-info.active {
  color: #fff !important;
  background: linear-gradient(120deg, #94a7ec 0%, #2381b2 100%) !important;
  border: none !important;
  -webkit-box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
}

.btn-info-gradient:hover {
  -webkit-box-shadow: 0 3px 15px rgba(35, 129, 178, 0.3), 0 3px 15px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 3px 15px rgba(35, 129, 178, 0.3), 0 3px 15px rgba(35, 129, 178, 0.5) !important;
}

.btn-warning, .btn-warning:focus, .btn-warning.active, .btn-warning:active {
  color: #fff !important;
  background-color: #dc910f !important;
  border-color: #dc910f !important;
  -webkit-box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
}

.btn-warning:hover, .show > .btn-warning.dropdown-toggle {
  color: #fff !important;
  background-color: #b67300 !important;
  border-color: #b67300 !important;
  -webkit-box-shadow: 0 3px 15px rgba(220, 145, 15, 0.3), 0 3px 15px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 3px 15px rgba(220, 145, 15, 0.3), 0 3px 15px rgba(220, 145, 15, 0.5) !important;
}

.btn-outline-warning, .btn-outline-warning:focus, .btn-outline-warning.active, .btn-outline-warning:active {
  color: #dc910f !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #dc910f !important;
  -webkit-box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
}

.btn-outline-warning:hover, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff !important;
  background-color: #dc910f !important;
  border-color: #dc910f !important;
  -webkit-box-shadow: 0 3px 15px rgba(220, 145, 15, 0.3), 0 3px 15px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 3px 15px rgba(220, 145, 15, 0.3), 0 3px 15px rgba(220, 145, 15, 0.5) !important;
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff !important;
  background-color: #4b9739 !important;
  border-color: #4b9739 !important;
  opacity: 0.8 !important;
}

.btn-warning-gradient, .btn-warning-gradient:focus, .btn-warning.active {
  color: #fff !important;
  background: linear-gradient(120deg, #e9d54e 0%, #dc910f 100%) !important;
  border: none !important;
  -webkit-box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
}

.btn-warning-gradient:hover {
  -webkit-box-shadow: 0 3px 15px rgba(220, 145, 15, 0.3), 0 3px 15px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 3px 15px rgba(220, 145, 15, 0.3), 0 3px 15px rgba(220, 145, 15, 0.5) !important;
}

.btn-danger, .btn-danger:focus, .btn-danger.active, .btn-danger:active {
  color: #fff !important;
  background-color: #cf0a0a !important;
  border-color: #cf0a0a !important;
  -webkit-box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
}

.btn-danger:hover, .show > .btn-danger.dropdown-toggle {
  color: #fff !important;
  background-color: #990303 !important;
  border-color: #990303 !important;
  -webkit-box-shadow: 0 3px 15px rgba(207, 10, 10, 0.3), 0 3px 15px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 3px 15px rgba(207, 10, 10, 0.3), 0 3px 15px rgba(207, 10, 10, 0.5) !important;
}

.btn-outline-danger, .btn-outline-danger:focus, .btn-outline-danger.active, .btn-outline-danger:active {
  color: #cf0a0a !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #cf0a0a !important;
  -webkit-box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
}

.btn-outline-danger:hover, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff !important;
  background-color: #cf0a0a !important;
  border-color: #cf0a0a !important;
  -webkit-box-shadow: 0 3px 15px rgba(207, 10, 10, 0.3), 0 3px 15px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 3px 15px rgba(207, 10, 10, 0.3), 0 3px 15px rgba(207, 10, 10, 0.5) !important;
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff !important;
  background-color: #cf0a0a !important;
  border-color: #cf0a0a !important;
  opacity: 0.8 !important;
}

.btn-danger-gradient, .btn-danger-gradient:focus, .btn-danger.active {
  color: #fff !important;
  background: linear-gradient(120deg, #eb7349 0%, #cf0a0a 100%) !important;
  border: none !important;
  -webkit-box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
}

.btn-danger-gradient:hover {
  -webkit-box-shadow: 0 3px 15px rgba(207, 10, 10, 0.3), 0 3px 15px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 3px 15px rgba(207, 10, 10, 0.3), 0 3px 15px rgba(207, 10, 10, 0.5) !important;
}

.btn-white, .btn-white:focus, .btn-white.active, .btn-white:active {
  color: #151617 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.btn-white:hover, .show > .btn-white.dropdown-toggle {
  color: #151617 !important;
  background-color: #ddd !important;
  border-color: #ddd !important;
  -webkit-box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
}

.btn-outline-white, .btn-outline-white:focus, .btn-outline-white.active, .btn-outline-white:active {
  color: #fff !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #fff !important;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.btn-outline-white:hover, .show > .btn-outline-white.dropdown-toggle {
  color: #151617 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  -webkit-box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
}

.btn-white.disabled, .btn-white:disabled {
  opacity: 0.8 !important;
}

.btn-white-gradient, .btn-white-gradient:focus, .btn-white.active {
  color: #151617 !important;
  background: linear-gradient(120deg, #fff 0%, #dddfe6 100%) !important;
  border: none !important;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.btn-white-gradient:hover {
  -webkit-box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
}

.btn-dark, .btn-dark:focus, .btn-dark.active, .btn-dark:active {
  color: #fff !important;
  background-color: #31313a !important;
  border-color: #31313a !important;
  -webkit-box-shadow: 0 1px 5px rgba(49, 49, 58, 0.3), 0 1px 5px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 1px 5px rgba(49, 49, 58, 0.3), 0 1px 5px rgba(49, 49, 58, 0.5) !important;
}

.btn-dark:hover, .show > .btn-dark.dropdown-toggle {
  color: #fff !important;
  background-color: #505254 !important;
  border-color: #505254 !important;
  -webkit-box-shadow: 0 3px 15px rgba(49, 49, 58, 0.3), 0 3px 15px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 3px 15px rgba(49, 49, 58, 0.3), 0 3px 15px rgba(49, 49, 58, 0.5) !important;
}

.btn-outline-dark, .btn-outline-dark:focus, .btn-outline-dark.active, .btn-outline-dark:active {
  color: #000 !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #31313a !important;
  -webkit-box-shadow: 0 1px 5px rgba(49, 49, 58, 0.3), 0 1px 5px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 1px 5px rgba(49, 49, 58, 0.3), 0 1px 5px rgba(49, 49, 58, 0.5) !important;
}

.btn-outline-dark:hover, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff !important;
  background-color: #31313a !important;
  border-color: #31313a !important;
  -webkit-box-shadow: 0 3px 15px rgba(49, 49, 58, 0.3), 0 3px 15px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 3px 15px rgba(49, 49, 58, 0.3), 0 3px 15px rgba(49, 49, 58, 0.5) !important;
}

.btn-dark.disabled, .btn-dark:disabled {
  opacity: 0.8;
}

.btn-dark-gradient, .btn-dark-gradient:focus, .btn-dark.active {
  color: #fff !important;
  background: linear-gradient(120deg, #575770 0%, #31313a 100%) !important;
  border: none !important;
  -webkit-box-shadow: 0 1px 5px rgba(49, 49, 58, 0.3), 0 1px 5px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 1px 5px rgba(49, 49, 58, 0.3), 0 1px 5px rgba(49, 49, 58, 0.5) !important;
}

.btn-dark-gradient:hover {
  -webkit-box-shadow: 0 3px 15px rgba(49, 49, 58, 0.3), 0 3px 15px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 3px 15px rgba(49, 49, 58, 0.3), 0 3px 15px rgba(49, 49, 58, 0.5) !important;
}

.btn-black, .btn-black:focus, .btn-black.active, .btn-black:active {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
  -webkit-box-shadow: 0 1px 5px rgba(49, 49, 58, 0.3), 0 1px 5px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 1px 5px rgba(49, 49, 58, 0.3), 0 1px 5px rgba(49, 49, 58, 0.5) !important;
}

.btn-black:hover, .show > .btn-black.dropdown-toggle {
  color: #fff !important;
  background-color: #505254 !important;
  border-color: #505254 !important;
  -webkit-box-shadow: 0 3px 15px rgba(49, 49, 58, 0.3), 0 3px 15px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 3px 15px rgba(49, 49, 58, 0.3), 0 3px 15px rgba(49, 49, 58, 0.5) !important;
}

.btn-outline-black, .btn-outline-black:focus, .btn-outline-black.active, .btn-outline-black:active {
  color: #000 !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #000 !important;
  -webkit-box-shadow: 0 1px 5px rgba(49, 49, 58, 0.3), 0 1px 5px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 1px 5px rgba(49, 49, 58, 0.3), 0 1px 5px rgba(49, 49, 58, 0.5) !important;
}

.btn-outline-black:hover, .show > .btn-outline-black.dropdown-toggle {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
  -webkit-box-shadow: 0 3px 15px rgba(49, 49, 58, 0.3), 0 3px 15px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 3px 15px rgba(49, 49, 58, 0.3), 0 3px 15px rgba(49, 49, 58, 0.5) !important;
}

.btn-black.disabled, .btn-black:disabled {
  opacity: 0.8;
}

.btn-black-gradient, .btn-black-gradient:focus, .btn-black.active {
  color: #fff !important;
  background: linear-gradient(120deg, #505254 0%, #000 100%) !important;
  border: none !important;
  -webkit-box-shadow: 0 1px 5px rgba(49, 49, 58, 0.3), 0 1px 5px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 1px 5px rgba(49, 49, 58, 0.3), 0 1px 5px rgba(49, 49, 58, 0.5) !important;
}

.btn-black-gradient:hover {
  -webkit-box-shadow: 0 3px 15px rgba(49, 49, 58, 0.3), 0 3px 15px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 3px 15px rgba(49, 49, 58, 0.3), 0 3px 15px rgba(49, 49, 58, 0.5) !important;
}

.btn-link, .btn-link:focus, .btn-link.active, .btn-link:active {
  color: #ac0700;
  text-decoration: none;
}

.btn-link:hover, .show > .btn-link.dropdown-toggle {
  color: #311d53 !important;
  text-decoration: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #ac0700;
  opacity: 0.8 !important;
}

.btn-link span {
  margin-left: 1px !important;
}

/*--- end of button colors ---*/
/*--- social buttons ---*/
/* facebook button */
.btn-facebook, .btn-facebook:active, .btn-facebook:focus {
  color: #fff !important;
  background: #4e68a1;
  border-color: #4e68a1;
}

.btn-facebook:hover {
  color: #fff !important;
  background: #3b4f7a;
  border-color: #3b4f7a;
}

.btn-facebook-link, .btn-facebook-link:active, .btn-facebook-link:focus {
  color: #4e68a1 !important;
  background: transparent;
  border: none;
}

.btn-facebook-link:hover {
  color: #3b4f7a !important;
}

.btn-outline-facebook, .btn-outline-facebook:active, .btn-outline-facebook:focus {
  color: #4e68a1 !important;
  background: transparent;
  border-color: #4e68a1;
}

.btn-outline-facebook:hover {
  color: #fff !important;
  background: #4e68a1;
  border: 2px solid #4e68a1;
}

/* twitter button */
.btn-twitter, .btn-twitter:active, .btn-twitter:focus {
  color: #fff !important;
  background: #111319;
  border-color: #111319;
}

.btn-twitter:hover {
  color: #fff !important;
  background: #58595E;
  border-color: #58595E;
}


.btn-twitter-link, .btn-twitter-link:active, .btn-twitter-link:focus {
  color: #65b5f2 !important;
  background: transparent;
  border: none;
}

.btn-twitter-link:hover {
  color: #5294c6 !important;
}

.btn-outline-twitter, .btn-outline-twitter:active, .btn-outline-twitter:focus {
  color: #58595E !important;
  background: transparent;
  border-color: #58595E;
}

.btn-outline-twitter:hover {
  color: #fff !important;
  background: #65b5f2;
  border-color: #65b5f2;
}

/* linkedin button */
.btn-linkedin, .btn-linkedin:active, .btn-linkedin:focus {
  color: #fff !important;
  background: #2083bc;
  border-color: #2083bc;
}

.btn-linkedin:hover {
  color: #fff !important;
  background: #186592;
  border-color: #186592;
}

.btn-linkedin-link, .btn-linkedin-link:active, .btn-linkedin-link:focus {
  color: #2083bc !important;
  background: transparent;
  border: none;
}

.btn-linkedin-link:hover {
  color: #186592 !important;
}

.btn-outline-linkedin, .btn-outline-linkedin:active, .btn-outline-linkedin:focus {
  color: #2083bc !important;
  background: transparent;
  border-color: #2083bc;
}

.btn-outline-linkedin:hover {
  color: #fff !important;
  background: #2083bc;
  border-color: #2083bc;
}

/* pinterest button */
.btn-pinterest, .btn-pinterest:active, .btn-pinterest:focus {
  color: #fff !important;
  background: #d2373b;
  border: 2px solid #d2373b;
}

.btn-pinterest:hover {
  color: #fff !important;
  background: #ad2c2f;
  border-color: #ad2c2f;
}

.btn-pinterest-link, .btn-pinterest-link:active, .btn-pinterest-link:focus {
  color: #d2373b !important;
  background: transparent;
  border: none;
}

.btn-pinterest-link:hover {
  color: #ad2c2f !important;
}

.btn-outline-pinterest, .btn-outline-pinterest:active, .btn-outline-pinterest:focus {
  color: #d2373b !important;
  background: transparent;
  border-color: #d2373b;
}

.btn-outline-pinterest:hover {
  color: #fff !important;
  background: #d2373b;
  border-color: #d2373b;
}

/* dribble button */
.btn-dribbble, .btn-dribbble:active, .btn-dribbble:focus {
  color: #fff !important;
  background: #ec5f94;
  border-color: #ec5f94;
}

.btn-dribbble:hover {
  color: #fff !important;
  background: #b4446e;
  border-color: #b4446e;
}

.btn-dribbble-link, .btn-dribbble-link:active, .btn-dribbble-link:focus {
  color: #ec5f94 !important;
  background: transparent;
  border: none;
}

.btn-dribbble-link:hover {
  color: #b4446e !important;
}

.btn-outline-dribbble, .btn-outline-dribbble:active, .btn-outline-dribbble:focus {
  color: #ec5f94 !important;
  background: transparent;
  border-color: #ec5f94;
}

.btn-outline-dribbble:hover {
  color: #fff !important;
  background: #ec5f94;
  border-color: #ec5f94;
}

/* instagram button */
.btn-instagram, .btn-instagram:active, .btn-instagram:focus {
  color: #fff !important;
  background: #4c5fd7;
  border-color: #4c5fd7;
}

.btn-instagram:hover {
  color: #fff !important;
  background: #4252ba;
  border-color: #4252ba;
}

.btn-instagram-link, .btn-instagram-link:active, .btn-instagram-link:focus {
  color: #4c5fd7 !important;
  background: transparent;
  border: none;
}

.btn-instagram-link:hover {
  color: #4252ba !important;
}

.btn-outline-instagram, .btn-outline-instagram:active, .btn-outline-instagram:focus {
  color: #4c5fd7 !important;
  background: transparent;
  border-color: #4c5fd7;
}

.btn-outline-instagram:hover {
  color: #fff !important;
  background: #4c5fd7;
  border-color: #4c5fd7;
}

/* youtube button */
.btn-youtube, .btn-youtube:active, .btn-youtube:focus {
  color: #fff !important;
  background: #e52d27;
  border-color: #e52d27;
}

.btn-youtube:hover {
  color: #fff !important;
  background: #b31217;
  border-color: #b31217;
}

.btn-youtube-link, .btn-youtube-link:active, .btn-youtube-link:focus {
  color: #e52d27 !important;
  background: transparent;
  border: none;
}

.btn-youtube-link:hover {
  color: #b31217 !important;
}

.btn-outline-youtube, .btn-outline-youtube:active, .btn-outline-youtube:focus {
  color: #e52d27 !important;
  background: transparent;
  border-color: #e52d27;
}

.btn-outline-youtube:hover {
  color: #fff !important;
  background: #e52d27;
  border-color: #e52d27;
}

/* behance button */
.btn-behance, .btn-behance:active, .btn-behance:focus {
  color: #fff !important;
  background: #053eff;
  border-color: #053eff;
}

.btn-behance:hover {
  color: #fff !important;
  background: #062fbb;
  border-color: #062fbb;
}

.btn-behance-link, .btn-behance-link:active, .btn-behance-link:focus {
  color: #053eff !important;
  background: transparent;
  border: none;
}

.btn-behance-link:hover {
  color: #062fbb !important;
}

.btn-outline-behance, .btn-outline-behance:active, .btn-outline-behance:focus {
  color: #053eff !important;
  background: transparent;
  border-color: #053eff;
}

.btn-outline-behance:hover {
  color: #fff !important;
  background: #053eff;
  border-color: #053eff;
}

/* reddit button */
.btn-reddit, .btn-reddit:active, .btn-reddit:focus {
  color: #fff !important;
  background: #ff4500;
  border-color: #ff4500;
}

.btn-reddit:hover {
  color: #fff !important;
  background: #c13400;
  border-color: #c13400;
}

.btn-reddit-link, .btn-reddit-link:active, .btn-reddit-link:focus {
  color: #ff4500 !important;
  background: transparent;
  border: none;
}

.btn-reddit-link:hover {
  color: #c13400 !important;
}

.btn-outline-reddit, .btn-outline-reddit:active, .btn-outline-reddit:focus {
  color: #ff4500 !important;
  background: transparent;
  border-color: #ff4500;
}

.btn-outline-reddit:hover {
  color: #fff !important;
  background: #ff4500;
  border-color: #ff4500;
}

/* dropbox button */
.btn-dropbox, .btn-dropbox:active, .btn-dropbox:focus {
  color: #fff !important;
  background: #3d9ae8;
  border-color: #3d9ae8;
}

.btn-dropbox:hover {
  color: #fff !important;
  background: #2777bb;
  border-color: #2777bb;
}

.btn-dropbox-link, .btn-dropbox-link:active, .btn-dropbox-link:focus {
  color: #3d9ae8 !important;
  background: transparent;
  border: none;
}

.btn-dropbox-link:hover {
  color: #2777bb !important;
}

.btn-outline-dropbox, .btn-outline-dropbox:active, .btn-outline-dropbox:focus {
  color: #3d9ae8 !important;
  background: transparent;
  border-color: #3d9ae8;
}

.btn-outline-dropbox:hover {
  color: #fff !important;
  background: #3d9ae8;
  border-color: #3d9ae8;
}

/* skype button */
.btn-skype, .btn-skype:active, .btn-skype:focus {
  color: #fff !important;
  background: #00aff0;
  border-color: #00aff0;
}

.btn-skype:hover {
  color: #fff !important;
  background: #068bbd;
  border-color: #068bbd;
}

.btn-skype-link, .btn-skype-link:active, .btn-skype-link:focus {
  color: #00aff0 !important;
  background: transparent;
  border: none;
}

.btn-skype-link:hover {
  color: #068bbd !important;
}

.btn-outline-skype, .btn-outline-skype:active, .btn-outline-skype:focus {
  color: #00aff0 !important;
  background: transparent;
  border-color: #00aff0;
}

.btn-outline-skype:hover {
  color: #fff !important;
  background: #00aff0;
  border-color: #00aff0;
}

/* vimeo button */
.btn-vimeo, .btn-vimeo:active, .btn-vimeo:focus {
  color: #fff !important;
  background: #1ab7ea;
  border-color: #1ab7ea;
}

.btn-vimeo:hover {
  color: #fff !important;
  background: #0d91bc;
  border-color: #0d91bc;
}

.btn-vimeo-link, .btn-vimeo-link:active, .btn-vimeo-link:focus {
  color: #1ab7ea !important;
  background: transparent;
  border: none;
}

.btn-vimeo-link:hover {
  color: #0d91bc !important;
}

.btn-outline-vimeo, .btn-outline-vimeo:active, .btn-outline-vimeo:focus {
  color: #1ab7ea !important;
  background: transparent;
  border-color: #1ab7ea;
}

.btn-outline-vimeo:hover {
  color: #fff !important;
  background: #1ab7ea;
  border-color: #1ab7ea;
}

/* tumblr button */
.btn-tumblr, .btn-tumblr:active, .btn-tumblr:focus {
  color: #fff !important;
  background: #34526f;
  border-color: #34526f;
}

.btn-tumblr:hover {
  color: #fff !important;
  background: #172635;
  border-color: #172635;
}

.btn-tumblr-link, .btn-tumblr-link:active, .btn-tumblr-link:focus {
  color: #34526f !important;
  background: transparent;
  border: none;
}

.btn-tumblr-link:hover {
  color: #172635 !important;
}

.btn-outline-tumblr, .btn-outline-tumblr:active, .btn-outline-tumblr:focus {
  color: #34526f !important;
  background: transparent;
  border-color: #34526f;
}

.btn-outline-tumblr:hover {
  color: #fff !important;
  background: #34526f;
  border-color: #34526f;
}

/* github button */
.btn-github, .btn-github:active, .btn-github:focus {
  color: #fff !important;
  background: #333;
  border-color: #333;
}

.btn-github:hover {
  color: #fff !important;
  background: #111;
  border-color: #111;
}

.btn-github-link, .btn-github-link:active, .btn-github-link:focus {
  color: #333 !important;
  background: transparent;
  border: none;
}

.btn-github-link:hover {
  color: #111 !important;
}

.btn-outline-github, .btn-outline-github:active, .btn-outline-github:focus {
  color: #333 !important;
  background: transparent;
  border-color: #333;
}

.btn-outline-github:hover {
  color: #fff !important;
  background: #333;
  border-color: #333;
}

/*--- end of social buttons ---*/
/*------- end of buttons -------*/
/*------- popovers & tooltips -------*/
.popover-example {
  position: relative;
}

.popover-example .popover {
  position: relative;
  display: block;
  float: left;
  width: 23%;
  margin: 1%;
  z-index: 9;
}

.popover {
  max-width: 260px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: .875rem;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0;
}

.popover-header {
  color: #151617 !important;
  font-size: 1rem;
  background-color: transparent;
  border-bottom: none;
  padding: .75rem 1rem 0;
}

.popover-header::before {
  display: none !important;
}

.popover-body {
  color: #515253;
  padding: .75rem 1rem;
}

.popover-body p {
  font-size: .875rem;
}

.popover-title {
  font-size: 1rem;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 0;
  padding: .75rem 1rem;
}

.popover-content {
  padding: 0 1rem .75rem 1rem;
}

.popover-content p {
  font-size: .875rem;
}

.bs-popover-top .popover-arrow:after, .bs-popover-top .popover-arrow:before {
  border-top-color: #fff;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-.4rem - 1px);
}

.bs-popover-bottom .popover-arrow:after, .bs-popover-bottom .popover-arrow:before {
  border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-.4rem - 1px);
}

.bs-popover-start .popover-arrow:after, .bs-popover-start .popover-arrow:before {
  border-left-color: #fff;
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-.4rem - 1px);
}

.bs-popover-end .popover-arrow:after, .bs-popover-end .popover-arrow:before {
  border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-.4rem - 1px);
}

/*--- tooltips ---*/
.tooltips-example {
  position: relative;
}

.tooltips-example .tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  opacity: 1;
}

.tooltip {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: .875rem;
}

.tooltip-inner {
  max-width: 200px;
  padding: 10px 18px;
  color: #f3f3f3;
  text-align: center;
  background-color: #000;
  border: none;
  border-radius: 8px;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-arrow::before, .tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow::before, .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=start] .tooltip-arrow::before, .tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=end] .tooltip-arrow::before, .tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #000;
}

/*--- end of tooltips ---*/
/*------- end of popovers & tooltips -------*/
/*------- inputs -------*/
.form-control {
  color: #515253;
  background-color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: inline-block;
  width: 100%;
  height: 54px;
  letter-spacing: 0.06rem;
  padding: 15px 20px;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(188, 191, 200, 0.1), 0 0 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 0 5px rgba(188, 191, 200, 0.1), 0 0 5px rgba(188, 191, 200, 0.3) !important;
}

.form-control:hover {
  -webkit-box-shadow: 0 0 10px rgba(188, 191, 200, 0.1), 0 0 10px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 0 10px rgba(188, 191, 200, 0.1), 0 0 10px rgba(188, 191, 200, 0.3) !important;
}

.input-group, .custom-select {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.input-group:hover .form-control {
  transform: none;
}

.fc-inverse {
  background-color: #19191a;
  color: #fff !important;
  border-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(49, 49, 58, 0.3), 0 0 5px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 0 5px rgba(49, 49, 58, 0.3), 0 0 5px rgba(49, 49, 58, 0.5) !important;
}

.fc-inverse:hover {
  -webkit-box-shadow: 0 0 10px rgba(49, 49, 58, 0.3), 0 0 10px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 0 10px rgba(49, 49, 58, 0.3), 0 0 10px rgba(49, 49, 58, 0.5) !important;
}

input:focus, textarea:focus {
  color: #515253 !important;
  outline: none !important;
  border-color: #bcbfc8 !important;
  -webkit-box-shadow: 0 0 10px rgba(188, 191, 200, 0.1), 0 0 10px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 0 10px rgba(188, 191, 200, 0.1), 0 0 10px rgba(188, 191, 200, 0.3) !important;
}

input.fc-inverse:focus, textarea.fc-inverse:focus {
  color: #fff !important;
  border-color: #dddfe6 !important;
  background-color: #19191a;
}

input.fc-inverse.bg-transparent:focus, textarea.fc-inverse.bg-transparent::focus {
  background-color: transparent !important;
}

.qty {
  max-width: 54px;
  height: 54px;
  max-height: 54px;
  margin-left: 0 !important;
  padding: 13px 5px 13px 8px;
}

select.form-control.shop-option:not([size]):not([multiple]) {
  height: 54px;
}

.custom-select {
  color: #515253;
  background-color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15rem;
  display: inline-block;
  width: 100%;
  height: 54px;
  letter-spacing: 0.06rem;
  border: none;
  border-radius: 5px;
  padding: 1rem 1.85rem 1rem 1.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 0 5px rgba(188, 191, 200, 0.1), 0 0 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 0 5px rgba(188, 191, 200, 0.1), 0 0 5px rgba(188, 191, 200, 0.3) !important;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

.custom-select:hover, .custom-select:focus, .custom-select:active {
  -webkit-box-shadow: 0 0 10px rgba(188, 191, 200, 0.1), 0 0 10px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 0 10px rgba(188, 191, 200, 0.1), 0 0 10px rgba(188, 191, 200, 0.3) !important;
}

input, textarea {
  font-family: "Barlow", sans-serif !important;
  letter-spacing: 0.02rem;
}

select.form-control:not([size]):not([multiple]) {
  height: 54px;
}

select.selector {
  -webkit-appearance: menulist !important;
}

select.multiple-selector {
  -webkit-appearance: listbox !important;
  max-height: 54px;
}

select:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #bcbfc8 !important;
}

option {
  padding: 5px 0;
}

.multiple-selector option {
  padding: 5px 15px;
  text-align: center;
}

.btn-file {
  position: relative;
  overflow: hidden;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.04rem !important;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

[type=submit], .btn-submit {
  height: 54px;
  min-height: 54px;
  max-height: 54px;
  line-height: 1;
}

.prepend-w-textarea textarea.form-control {
  margin-bottom: 0;
}

.input-group-text {
  border-radius: 5px;
  height: 100% !important;
  min-height: 54px !important;
  line-height: 54px !important;
}

.input-group-prepend .input-group-text {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.input-group-prepend {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(188, 191, 200, 0.1), 0 0 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 0 5px rgba(188, 191, 200, 0.1), 0 0 5px rgba(188, 191, 200, 0.3) !important;
}

.form-control.w-icon-left {
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* custom validator */
.form-control.error {
  color: #cf0a0a;
  border-color: #cf0a0a;
}

.form-control.error:focus, .form-control.error:active {
  border-color: #cf0a0a !important;
}

label.error {
  color: #cf0a0a;
  font-size: 14px;
  margin-top: 7.5px;
  margin-bottom: 0;
}

.validation-inner label.error {
  display: none !important;
  position: absolute;
  font-size: 12px;
  width: 100%;
  margin-top: -20px !important;
  margin-left: 1.25rem;
}

.form-control.valid {
  border-color: #4b9739;
}

.form-control.valid:focus, .form-control.valid:active {
  border-color: #4b9739 !important;
}

.custom-select.is-valid, .custom-select.valid, .form-control.is-valid, .form-control.valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: transparent;
  -webkit-box-shadow: 0 0 5px rgba(75, 151, 57, 0.3), 0 0 5px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 0 5px rgba(75, 151, 57, 0.3), 0 0 5px rgba(75, 151, 57, 0.5) !important;
}

.form-control.is-valid:focus, .form-control.is-valid:hover, .form-control.valid:focus, .form-control.valid:hover, .custom-select.is-valid:focus, .custom-select.is-valid:hover, .custom-select.valid:focus, .custom-select.valid:hover {
  border-color: transparent !important;
  -webkit-box-shadow: 0 0 10px rgba(75, 151, 57, 0.3), 0 0 10px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 0 10px rgba(75, 151, 57, 0.3), 0 0 10px rgba(75, 151, 57, 0.5) !important;
}

.form-control.is-valid, .was-validated .form-control:valid, .form-control.is-invalid, .was-validated .form-control:invalid {
  background-position: right calc(6px + 6px) center;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #4b9739;
}

.custom-select.is-invalid, .custom-select.error, .form-control.is-invalid, .form-control.invalid, .form-control.error, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: transparent;
  -webkit-box-shadow: 0 0 5px rgba(207, 10, 10, 0.3), 0 0 5px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 0 5px rgba(207, 10, 10, 0.3), 0 0 5px rgba(207, 10, 10, 0.5) !important;
}

.form-control.is-invalid:focus, .form-control.is-invalid:hover, .form-control.error:focus, .form-control.error:hover, .custom-select.is-invalid:focus, .custom-select.is-invalid:hover, .custom-select.error:focus, .custom-select.error:hover {
  border-color: transparent !important;
  -webkit-box-shadow: 0 0 10px rgba(207, 10, 10, 0.3), 0 0 10px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 0 10px rgba(207, 10, 10, 0.3), 0 0 10px rgba(207, 10, 10, 0.5) !important;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #cf0a0a;
}

/* end of custom validator */
/* bootstrap validator */
.has-error.has-danger input, .has-error.has-danger textarea, .has-error.has-danger select {
  border-color: #cf0a0a !important;
}

/* end of bootstrap validator */
.log-line {
  margin-top: 20px;
  margin-bottom: 20px;
}

.input-group-text {
  color: #151617;
  background-color: #f3f3f3;
  font-size: 16px;
  line-height: 54px;
  padding: 8px 17px;
  border: none;
}

.input-group-btn .btn {
  height: 100%;
  max-height: 54px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 54px;
}

.input-group-btn .btn.has-span, .input-group-btn .btn.has-icon {
  line-height: 54px;
}

.input-group-btn .btn span {
  display: inline-block;
  line-height: 1.5rem;
}

.input-group-btn .btn-round {
  height: 54px;
  border-radius: 50% !important;
  width: 54px;
  padding: 16px;
}

.input-group-btn .btn-round i {
  font-size: 16px !important;
  line-height: 1.5rem;
}

.form-inline.dark .form-control {
  color: #fff;
  background: #d0d2d3;
  border: 1px solid #d0d2d3;
}

.bg-primary .form-inline.dark .form-control {
  color: #151617;
  background: #fff;
  border: 1px solid #fff;
}

.input-group-addon {
  color: #515253;
  background-color: #dddfe6;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 3.5;
  text-align: center;
  border: 1px solid #dddfe6;
  border-radius: .25rem;
  padding: 0 1rem;
  margin-bottom: 0;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  padding: .6075rem .7rem;
  font-size: .8rem;
}

.form-control-xs, .input-group-xs > .form-control, .input-group-xs > .input-group-addon, .input-group-xs > .input-group-btn > .btn {
  padding: .45rem .5rem;
  font-size: .6rem;
}

.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:not(:last-child) {
  border: none;
}

.input-group-addon {
  border: none;
}

.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
  margin-right: 0;
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
  margin-left: 0;
}

.form-group, .input-group {
  margin-bottom: 15px;
}

.navbar .input-group {
  margin-bottom: 0;
}

.form-inline.dark input:focus, .form-inline.dark textarea:focus {
  color: #fff !important;
  border-color: #ac0700;
}

.has-overlapping-btn input, .input-w-overlap-btn input {
  z-index: 0 !important;
}

.input-w-overlap-btn .btn-icon {
  width: 54px !important;
  height: 54px !important;
  max-width: 54px !important;
  max-height: 54px !important;
}

.input-w-overlap-btn .btn-icon i {
  line-height: 54px;
}

.input-w-overlap-btn .btn {
  height: 54px !important;
  max-height: 54px !important;
  right: -2px !important;
}

.bg-primary .form-inline.dark input:focus, .bg-primary .form-inline.dark textarea:focus {
  color: #151617 !important;
  border-color: #ac0700;
}

input[type=datetime-local] {
  padding: 11px 15px;
}

textarea.form-control {
  margin-bottom: -7px;
  min-height: 54px;
}

.btn-submit {
  width: 100%;
  opacity: 1 !important;
  border: 2px solid transparent;
}

.btn-submit-auto {
  opacity: 1 !important;
  border: 2px solid transparent;
}

/*--- input placeholder color ---*/
::-webkit-input-placeholder {
  color: #bcbfc8 !important;
}

::-moz-placeholder {
  color: #bcbfc8 !important;
}

:-moz-placeholder {
  color: #bcbfc8 !important;
}

:-ms-input-placeholder {
  color: #bcbfc8 !important;
}

.fc-inverse::-webkit-input-placeholder {
  color: #dddfe6 !important;
}

.fc-inverse::-moz-placeholder {
  color: #dddfe6 !important;
}

.fc-inverse:-moz-placeholder {
  color: #dddfe6 !important;
}

.fc-inverse:-ms-input-placeholder {
  color: #dddfe6 !important;
}

.error::-webkit-input-placeholder {
  color: #cf0a0a !important;
}

.error::-moz-placeholder {
  color: #cf0a0a !important;
}

.error:-moz-placeholder {
  color: #cf0a0a !important;
}

.error:-ms-input-placeholder {
  color: #cf0a0a !important;
}

.valid::-webkit-input-placeholder {
  color: #cf0a0a !important;
}

.valid::-moz-placeholder {
  color: #cf0a0a !important;
}

.valid:-moz-placeholder {
  color: #cf0a0a !important;
}

.valid:-ms-input-placeholder {
  color: #cf0a0a !important;
}

.form-inline.dark ::-webkit-input-placeholder {
  color: #fff !important;
}

.form-inline.dark ::-moz-placeholder {
  color: #fff !important;
}

.form-inline.dark :-ms-input-placeholder {
  color: #fff !important;
}

.form-inline.dark :-moz-placeholder {
  color: #fff !important;
}

.bg-primary .form-inline.dark ::-webkit-input-placeholder {
  color: #151617 !important;
}

.bg-primary .form-inline.dark ::-moz-placeholder {
  color: #151617 !important;
}

.bg-primary .form-inline.dark :-ms-input-placeholder {
  color: #151617 !important;
}

.bg-primary .form-inline.dark :-moz-placeholder {
  color: #151617 !important;
}

/*--- end of input placeholder color ---*/
/*--- checkbox ---*/
.checkbox label {
  display: inline-block;
  position: relative;
  color: #8e9294;
  font-weight: 700;
  padding-left: 10px;
  margin-bottom: 0;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -1px;
  left: 0;
  margin-top: 0;
  margin-left: -23px;
  border: 1px solid #bcbfc8;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 1px;
  margin-top: 4px;
  margin-left: -15px;
  padding-left: 0;
  padding-top: 0;
  font-size: 9px;
  color: #bcbfc8;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
}

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #dddfe6;
  cursor: not-allowed;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #ac0700;
  border-color: #ac0700;
  -webkit-box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-secondary input[type="checkbox"]:checked + label::before {
  background-color: #bcbfc8;
  border-color: #bcbfc8;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.checkbox-secondary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #4b9739;
  border-color: #4b9739;
  -webkit-box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #2381b2;
  border-color: #2381b2;
  -webkit-box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #dc910f;
  border-color: #dc910f;
  -webkit-box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #cf0a0a;
  border-color: #cf0a0a;
  -webkit-box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/*--- end of checkbox ---*/
/*--- radio ---*/
.radio label {
  display: inline-block;
  position: relative;
  color: #8e9294;
  font-weight: 700;
  padding-left: 8px;
  margin-bottom: 0;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: -1px;
  left: 0;
  margin-left: -24px;
  border: 1px solid #bcbfc8;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 0;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  left: 4px;
  top: 6px;
  margin-left: -21px;
  border-radius: 50%;
  background-color: #bcbfc8;
  margin-top: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #ac0700;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #ac0700;
  -webkit-box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #ac0700;
}

.radio-success input[type="radio"] + label::after {
  background-color: #4b9739;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #4b9739;
  -webkit-box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #4b9739;
}

.radio-info input[type="radio"] + label::after {
  background-color: #2381b2;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #2381b2;
  -webkit-box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #2381b2;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #dc910f;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #dc910f;
  -webkit-box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #dc910f;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #cf0a0a;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #cf0a0a;
  -webkit-box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #cf0a0a;
}

/*--- end of radio ---*/
/* switches */
/* switch */
.onoffswitch {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch.icon-switch {
  width: 60px;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(188, 191, 200, 0.1), 0 1px 2px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 2px rgba(188, 191, 200, 0.1), 0 1px 2px rgba(188, 191, 200, 0.3) !important;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #f3f3f3;
  color: #bcbfc8;
  border-radius: 5px;
}

.icon-switch .onoffswitch-inner:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-left: 12px;
}

.onoffswitch-inner.primary-switch:before {
  color: #ac0700;
}

.onoffswitch-inner.success-switch:before {
  color: #4b9739;
}

.onoffswitch-inner.info-switch:before {
  color: #2381b2;
}

.onoffswitch-inner.warning-switch:before {
  color: #dc910f;
}

.onoffswitch-inner.danger-switch:before {
  color: #cf0a0a;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #f3f3f3;
  color: #bcbfc8;
  text-align: right;
  border-radius: 5px;
}

.icon-switch .onoffswitch-inner:after {
  content: "\f00d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 10px;
}

.onoffswitch-switch {
  display: block;
  background: #bcbfc8;
  border-radius: 5px;
  height: 30px;
  width: 24px;
  margin: 0px;
  top: 0;
  bottom: 0;
  right: 46px;
  position: absolute;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.icon-switch .onoffswitch-switch {
  right: 36px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
  background: #bcbfc8;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch.primary-switch {
  background: #ac0700;
  -webkit-box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch.success-switch {
  background: #4b9739;
  -webkit-box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch.info-switch {
  background: #2381b2;
  -webkit-box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch.warning-switch {
  background: #dc910f;
  -webkit-box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch.danger-switch {
  background: #cf0a0a;
  -webkit-box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
}

/* end of switch */
/* pill switch */
.onoffswitch2 {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch2.icon-switch {
  width: 60px;
}

.onoffswitch2-checkbox {
  display: none;
}

.onoffswitch2.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.onoffswitch2-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.onoffswitch2-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch2-inner:before, .onoffswitch2-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
}

.onoffswitch2-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #bcbfc8;
  color: #f3f3f3;
  border-radius: 30px 0 0 30px;
}

.icon-switch .onoffswitch2-inner:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-left: 12px;
}

.onoffswitch2-inner.primary-switch:before {
  background-color: #ac0700;
}

.onoffswitch2-inner.success-switch:before {
  background-color: #4b9739;
}

.onoffswitch2-inner.info-switch:before {
  background-color: #2381b2;
}

.onoffswitch2-inner.warning-switch:before {
  background-color: #dc910f;
}

.onoffswitch2-inner.danger-switch:before {
  background-color: #cf0a0a;
}

.onoffswitch2-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #f3f3f3;
  color: #bcbfc8;
  text-align: right;
  border-radius: 0 30px 30px 0;
}

.icon-switch .onoffswitch2-inner:after {
  content: "\f00d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 10px;
}

.onoffswitch2-switch {
  display: block;
  background: #bcbfc8;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0px;
  top: 3px;
  bottom: 0;
  right: 42px;
  position: absolute;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -webkit-box-shadow: 0 0 4px rgba(188, 191, 200, 0.1), 0 0 4px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 0 4px rgba(188, 191, 200, 0.1), 0 0 4px rgba(188, 191, 200, 0.3) !important;
}

.icon-switch .onoffswitch2-switch {
  right: 32px;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
  margin-left: 0;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
  right: 3px;
  background: #f3f3f3;
}

/* end pill switch */
/*--- end of switches ---*/
label.hidden {
  display: none !important;
}

label.btn-file {
  margin-bottom: 0;
}

.form-wrapper {
  background: #fff;
  border: 1px solid #dddfe6;
  padding: 30px;
}

.form-title {
  font-size: 1.375rem;
  margin-bottom: 30px;
}

.custom-form .left-area {
  display: inline-block;
  width: 50%;
  text-align: left;
  vertical-align: middle;
}

.custom-form .right-area {
  display: inline-block;
  width: 50%;
  text-align: right;
  vertical-align: middle;
}

.custom-form .left-area.long {
  width: 75%;
}

.custom-form .right-area.long {
  width: 75%;
}

.custom-form .left-area.short {
  width: 25%;
}

.custom-form .right-area.short {
  width: 25%;
}

/*------- end of inputs -------*/
/*------- local-hosted-videos -------*/
.video-player-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.video-player-wrapper .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

.video-player-wrapper video {
  max-width: 100%;
  margin-bottom: -8px;
}

.video-wrapper #bgvideo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f3f3f3;
}

.video-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
}

.video-wrapper .overlay-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.video-wrapper .overlay-light {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.video-wrapper video {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-wrapper .section-content {
  position: relative;
}

/*------- end of local-hosted-videos -------*/
/*------- preloader -------*/
.dark #preloader {
  background-color: #222;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ac0700;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*------- end of preloader -------*/
/*------- scroll to top -------*/
.scroll-to-top {
  color: #fff;
  background: #ac0700;
  text-align: center;
  font-size: 10px;
  line-height: 44px;
  width: 44px;
  height: 44px;
  bottom: 15px;
  right: 15px;
  position: fixed;
  border-radius: 5px;
  z-index: 99;
}

.scroll-to-top.is-hidden {
  opacity: 0;
  -webkit-transform: translate(0, -5px);
  -webkit-transition: -webkit-transform .2s,background .2s,color .2s,opacity 0 .2s;
}

.scroll-to-top.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -webkit-transition: -webkit-transform .2s,background .2s,color .2s;
}

.scroll-to-top:hover, .scroll-to-top:active, .scroll-to-top:focus {
  color: #fff;
  background: #311d53;
}

/*------- scroll to top -------*/
/*---------- end of ui ----------*/
/*---------- components ----------*/
/*------- progress and sliders -------*/
.progress {
  font-size: .75rem;
  line-height: 1rem;
  background-color: #dddfe6;
  border-radius: 5px;
  height: 5px;
  margin-bottom: 20px;
}

.progress-pill {
  border-radius: 50px;
}

.progress-bar {
  height: 5px;
  color: #fff;
  background-color: #ac0700;
}

.progress-bar.animated {
  margin-bottom: -0.1px;
}

.progress.text-xs {
  font-size: 0.5rem;
  line-height: 0.5rem;
}

/*--- noUI sliders ---*/
.noUi-handle {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.noUi-handle:active {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-horizontal {
  height: 5px;
}

.noUi-horizontal .noUi-handle {
  top: -5px;
  right: -7.5px !important;
  width: 15px;
  height: 15px;
  border: none;
}

.noUi-vertical {
  height: 100%;
  width: 5px;
  display: inline-block;
}

.noUi-vertical .noUi-handle {
  width: 15px;
  height: 15px;
  left: -5px;
  top: -7.5px;
  border: none;
}

.noUi-vertical .noUi-origin {
  border-radius: 0px;
  bottom: 0px;
}

.noUi-background {
  background: #dddfe6;
  box-shadow: none;
}

.noUi-connects {
  border-radius: 5px;
  height: 5px;
}

.noUi-vertical .noUi-connects {
  border-radius: 5px;
  height: inherit;
}

.noUi-origin {
  border-radius: 0px;
  bottom: 5px;
}

.noUi-target {
  background-color: #dddfe6;
  border: none;
  box-shadow: none;
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 1px;
  height: 2px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 5px;
}

.noUi-value {
  margin-top: 2px;
  font-size: 12px;
}

.noUi-target.noUi-connect {
  box-shadow: none;
}

.slider-primary .noUi-connect {
  background-color: #ac0700;
}

.slider-primary-gradient .noUi-connect {
  background: linear-gradient(120deg, #5365d4 0%, #ac0700 100%);
}

.slider-dark .noUi-connect {
  background-color: #31313a;
}

.slider-dark-gradient .noUi-connect {
  background: linear-gradient(120deg, #575770 0%, #31313a 100%);
}

.slider-secondary .noUi-connect {
  background-color: #dddfe6;
}

.slider-secondary-gradient .noUi-connect {
  background: linear-gradient(120deg, #f6f4f9 0%, #dddfe6 100%);
}

.slider-success .noUi-connect {
  background-color: #4b9739;
}

.slider-success-gradient .noUi-connect {
  background: linear-gradient(120deg, #54c7b5 0%, #4b9739 100%);
}

.slider-info .noUi-connect {
  background-color: #2381b2;
}

.slider-info-gradient .noUi-connect {
  background: linear-gradient(120deg, #94a7ec 0%, #2381b2 100%);
}

.slider-warning .noUi-connect {
  background-color: #dc910f;
}

.slider-warning-gradient .noUi-connect {
  background: linear-gradient(120deg, #e9d54e 0%, #dc910f 100%);
}

.slider-danger .noUi-connect {
  background-color: #cf0a0a;
}

.slider-danger-gradient .noUi-connect {
  background: linear-gradient(120deg, #eb7349 0%, #cf0a0a 100%);
}

/*--- end of noUI sliders ---*/
/*------- end of progress and sliders -------*/
/*------- cards -------*/
.card {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  margin-bottom: 30px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0 2px 12px rgba(188, 191, 200, 0.1), 0 2px 12px rgba(188, 191, 200, 0.2) !important;
  box-shadow: 0 2px 12px rgba(188, 191, 200, 0.1), 0 2px 12px rgba(188, 191, 200, 0.2) !important;
}

.card:hover {
  transform: translateY(-3px);
  -webkit-box-shadow: 0 3px 20px rgba(188, 191, 200, 0.1), 0 3px 20px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 3px 20px rgba(188, 191, 200, 0.1), 0 3px 20px rgba(188, 191, 200, 0.3) !important;
}

.card-columns .card {
  margin-bottom: 30px;
}

.full-height-cards .card {
  min-height: 300px;
  height: 100%;
  transform: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.full-height-cards.mh-400 .card {
  min-height: 400px;
}

.full-height-cards.mh-500 .card {
  min-height: 500px;
}

.full-height-cards.mh-600 .card {
  min-height: 600px;
}

.full-height-cards.mh-700 .card {
  min-height: 700px;
}

.full-height-cards .card-body.text-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.full-height-cards .card-body.text-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.full-height-cards .card-body.text-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card-img-bottom {
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.card-w-raised-img-top {
  margin-top: 70px;
}

.card-w-raised-img-bottom {
  margin-bottom: 100px;
}

.card-body {
  padding: 20px 20px;
}

.card .project .hovereffect, .card .project .hovereffect:hover {
  transform: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.card-w-raised-img-top .card-body {
  padding-top: 0;
}

.card-w-raised-img-bottom .card-body {
  padding-bottom: 0;
}

.card-raised-img-top {
  margin-top: -70px;
}

.card-raised-img-bottom {
  margin-bottom: -70px;
}

.card-img-overlay {
  padding: 40px 30px;
}

.card.rectangle .card-img {
  border-radius: 0;
}

.card-body .md-icon {
  display: inline;
}

.card-icon-tag {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.card-icon-tag.icon-left {
  left: 20px;
  right: auto;
}

.card-icon-tag.icon-center {
  left: 0;
  right: 0;
}

.card-text {
  font-size: 1rem;
  margin: 1.5rem 0;
}

.card-rounded {
  border-radius: 2rem;
}

.card-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #dddfe6;
}

.card-header:first-child {
  border-radius: 0;
}

.card-footer {
  padding: 20px 0 0 0;
  background-color: transparent;
  border-top: 1px solid #dddfe6;
}

.card-header, .card-footer {
  background-color: transparent;
  padding: 20px 30px;
  border: none;
}

.card-title {
  font-weight: 700;
  margin-bottom: 0;
}

.card-sub-title {
  color: #bcbfc8;
  font-family: "Roboto Slab", serif;
  font-size: 12px;
  margin-top: 5px;
}

.card.w-raised-icon {
  position: relative;
  margin-top: 35px;
}

.card.w-raised-icon .raised-icon {
  position: absolute;
  top: -35px;
  font-size: 20px;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 5px;
}

.card.w-raised-icon.sm-icon {
  margin-top: 25px;
}

.card.w-raised-icon .raised-icon.icon-sm {
  font-size: 14px;
  top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.card.w-raised-icon.lg-icon {
  margin-top: 40px;
}

.card.w-raised-icon .raised-icon.icon-lg {
  font-size: 24px;
  top: -40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.card.w-raised-icon.xl-icon {
  margin-top: 50px;
}

.card.w-raised-icon .raised-icon.icon-xl {
  font-size: 30px;
  top: -50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.card-inverse {
  background-color: #19191a;
  border-color: #000;
}

.card-secondary {
  background-color: #dddfe6 !important;
  border-color: #bcbfc8 !important;
}

.card-primary {
  background-color: #ac0700 !important;
  border-color: #311d53 !important;
}

.card-success {
  background-color: #4b9739;
  border-color: #326e24;
}

.card-info {
  background-color: #2381b2;
  border-color: #085882;
}

.card-warning {
  background-color: #dc910f;
  border-color: #b67300;
}

.card-danger {
  background-color: #cf0a0a;
  border-color: #990303;
}

.card-outline-inverse {
  background-color: #fff;
  border-color: #505254;
}

.card-outline-secondary {
  background-color: #fff;
  border-color: #bcbfc8 !important;
}

.card-outline-primary {
  background-color: #fff;
  border-color: #311d53;
}

.card-outline-success {
  background-color: #fff;
  border-color: #326e24;
}

.card-outline-info {
  background-color: #fff;
  border-color: #085882;
}

.card-outline-warning {
  background-color: #fff;
  border-color: #b67300;
}

.card-outline-danger {
  background-color: #fff;
  border-color: #990303;
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
  color: #fff;
}

.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
  color: rgba(255, 255, 255, 0.75);
}

/*------- end of cards -------*/
/*------- carousel -------*/
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: .9rem;
  margin: 5px;
  padding: 4px 7px;
  background: #dddfe6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.owl-carousel img {
  border-radius: 5px;
}

#carousel-navicon.owl-theme .owl-nav [class*='owl-'] {
  padding: 6px 12px !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  color: #ac0700;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #dddfe6;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ac0700;
}

/*--- custom carousels ---*/
.carousel-fullwidth.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
}

.owl-theme.carousel-controls .owl-nav {
  margin: 0;
}

.carousel-controls .owl-prev {
  position: absolute;
  top: 47%;
  left: 0;
  transform: translate(25%, -50%);
  color: rgba(255, 255, 255, 0.75) !important;
  background: transparent !important;
  font-size: 1.5rem !important;
}

.carousel-controls .owl-prev:hover {
  color: #fff;
}

.carousel-controls .owl-next {
  position: absolute;
  top: 47%;
  right: 0;
  transform: translate(-25%, -50%);
  color: rgba(255, 255, 255, 0.75) !important;
  background: transparent !important;
  font-size: 1.5rem !important;
}

.carousel-controls .owl-next:hover {
  color: #fff;
}

.custom-carousel .owl-dots .owl-dot span {
  width: 25px !important;
  height: 2px !important;
  border-radius: 0 !important;
  margin-top: 15px;
}

.owl-dots button, .owl-nav button {
  transform: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.owl-carousel .card, .owl-carousel .promo-box, .owl-carousel .project .hovereffect, .owl-carousel .card:hover, .owl-carousel .promo-box:hover, .owl-carousel .project .hovereffect:hover {
  transform: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*--- end of custom carousels ---*/
/*------- end of carousel -------*/
/*-------- call to action --------*/
.cta {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}

.cta-sm {
  padding: 15px 0;
}

.cta-lg {
  padding: 45px 0;
}

.cta-xl {
  padding: 60px 0;
}

.cta .left-area.left-aligned {
  text-align: left;
}

.cta .right-area.right-aligned {
  text-align: right;
}

/*-------- end of call to action --------*/
/*------- modals -------*/
.example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

.modal-backdrop {
  background-color: rgba(132, 132, 133, 0.5);
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-content {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-header {
  padding: 1.5rem;
  padding-bottom: 0;
  border-bottom: 0;
  border-radius: 0;
}

.modal-header .close {
  display: none !important;
  color: #000;
  opacity: 1;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 400;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.modal-header .close:hover {
  opacity: 0.5;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1;
}

.modal-body {
  padding: 1.5rem;
}

.modal-body p {
  font-size: 1rem;
  margin-bottom: 0;
}

.modal-body.multi-paragraph p {
  margin-bottom: 10px;
}

.small-modal p {
  font-size: 0.875rem;
}

.modal-footer {
  padding: 1.5rem;
  padding-top: 0;
  border-top: 0;
  border-radius: 0;
}

[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.inverse.modal-content .modal-title {
  color: #fff;
}

.inverse.modal-content .modal-body * {
  color: #f3f3f3;
}

.inverse button.close {
  color: #fff;
}

.modal-inverse.modal-content {
  background-color: #000;
  border: 1px solid #505254;
}

.modal-inverse .modal-header, .modal-inverse .modal-footer {
  border-color: #505254;
}

.modal-primary.modal-content {
  background-color: #ac0700;
  border: 1px solid #311d53;
}

.modal-primary .modal-header, .modal-primary .modal-footer {
  border-color: #311d53;
}

.modal-success.modal-content {
  background-color: #4b9739;
  border: 1px solid #326e24;
}

.modal-success .modal-header, .modal-success .modal-footer {
  border-color: #326e24;
}

.modal-info.modal-content {
  background-color: #2381b2;
  border: 1px solid #085882;
}

.modal-info .modal-header, .modal-info .modal-footer {
  border-color: #085882;
}

.modal-warning.modal-content {
  background-color: #dc910f;
  border: 1px solid #b67300;
}

.modal-warning .modal-header, .modal-warning .modal-footer {
  border-color: #b67300;
}

.modal-danger.modal-content {
  background-color: #cf0a0a;
  border: 1px solid #990303;
}

.modal-danger .modal-header, .modal-danger .modal-footer {
  border-color: #990303;
}

.modal.terms {
  z-index: 1060;
}

.modal .modal-dialog {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.modal:not(.modal-right) .modal-dialog, .modal:not(.modal-left) .modal-dialog, .modal:not(.modal-fs) .modal-dialog {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
}

.modal:not(.modal-right).show .modal-dialog, .modal:not(.modal-left).show .modal-dialog, .modal:not(.modal-fs).show .modal-dialog {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
}

.modal.modal-right {
  padding-right: 0 !important;
}

.modal.modal-right .modal-dialog {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
}

.modal.modal-right.show .modal-dialog {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
}

.modal.modal-left {
  padding-right: 0 !important;
}

.modal.modal-left .modal-dialog {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}

.modal.modal-left.show .modal-dialog {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
}

.modal.modal-fs {
  padding-right: 0 !important;
}

.modal.modal-fs .modal-dialog {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
}

.modal.modal-fs.show .modal-dialog {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

.modal-right .modal-dialog, .modal-left .modal-dialog {
  width: 400px;
  height: 100%;
  margin: 0 auto 0 0;
}

.modal-right .modal-dialog .modal-content, .modal-left .modal-dialog .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-right .modal-dialog .modal-content .side-modal-wrapper, .modal-left .modal-dialog .modal-content .side-modal-wrapper {
  height: 100%;
  position: relative;
}

.modal-right .modal-dialog .modal-content .modal-footer, .modal-left .modal-dialog .modal-content .modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.modal-right .modal-dialog .modal-content, .modal-left .modal-dialog .modal-content {
  height: 100%;
  border-radius: 0px;
}

.modal-right .modal-dialog .modal-content .side-modal-wrapper, .modal-left .modal-dialog .modal-content .side-modal-wrapper {
  height: 100%;
  position: relative;
}

.modal-right .modal-dialog .modal-content .modal-footer, .modal-left .modal-dialog .modal-content .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.modal-right .modal-dialog {
  margin: 0px 0px 0px auto;
}

.modal-right .modal-footer, .modal-left .modal-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #dddfe6;
}

.modal-fs .modal-dialog {
  width: 100%;
  margin: 0px auto;
  height: 100%;
  max-width: none;
}

.modal-fs .modal-dialog .modal-content {
  height: 100%;
  border-radius: 0px;
}

.modal-fs .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}

.modal-fs .modal-close {
  color: #515253;
  height: 40px;
  width: 40px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 7px 10px;
  border: 2px solid #515253;
  border-radius: 50px;
}

.modal-fs .modal-close:hover {
  color: #fff;
  background-color: #515253;
}

/*------- end of modals -------*/
/*------- navigations -------*/
/*--- breadcrumb ---*/
.breadcrumb {
  padding: 25px 35px;
  background-color: transparent;
  border-radius: 5px;
}

.breadcrumb-item {
  font-size: 0.875rem;
  font-weight: 400;
}

.breadcrumb.text-center .breadcrumb-item, .breadcrumb.text-right .breadcrumb-item {
  float: none;
}

.breadcrumb-transparent {
  background-color: transparent;
  padding: 1rem 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 8px;
  padding-left: 4px;
  color: #bcbfc8;
  content: '\f054';
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 700;
  font-size: 8px;
  line-height: 1.5rem;
  vertical-align: middle;
  float: none;
}

.breadcrumb-item.active {
  color: #311d53;
}

.dark .breadcrumb-item {
  color: #f3f3f3;
}

.dark .breadcrumb-item:hover {
  opacity: 1;
  color: #d0d2d3;
}

.dark .breadcrumb-item::before {
  color: #d0d2d3 !important;
}

.dark .breadcrumb-item.active {
  color: #d0d2d3;
}

.dark .breadcrumb-item.active:hover {
  color: #d0d2d3;
}

/*--- end of breadcrumb ---*/
/*--- navbars ---*/
.navbar {
  padding: 0;
  border-radius: 0;
}

.nav-link {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
}

.navbar-button .btn {
  font-weight: 700;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fixed-top.nav-scroll {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.01), 0 3px 6px rgba(0, 0, 0, 0.02);
}

.navbar-light.bg-transparent.nav-scroll {
  background-color: rgba(255, 255, 255, 0.98) !important;
}

.navbar-inverse.bg-transparent.nav-scroll {
  background-color: rgba(0, 0, 0, 0.98) !important;
}

.sticky-top {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.01), 0 3px 6px rgba(0, 0, 0, 0.02);
}

.sticky-top.nav-scroll {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.01), 0 3px 6px rgba(0, 0, 0, 0.02);
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: .75rem;
  margin-left: 0;
}

.navbar-brand img {
  width: auto;
  max-height: 82px;
}

.mobile-brand {
  display: none;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus {
  color: #515253;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
  color: #ac0700;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link:hover {
  color: #ac0700;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #ac0700;
}

.navbar-toggler {
  border: none !important;
  padding: .25rem 0;
}

.navbar-toggler-right {
  right: 15px;
}

.navbar-toggler-left {
  left: 15px;
}

.navbar-collapse {
  text-align: center;
}

/* extra menu styles */
.stacked-menu .navbar-brand {
  float: none;
  width: 100%;
  text-align: center;
  margin-right: 0;
  padding-top: 1.75rem;
  padding-bottom: 0;
}

.stacked-menu .navbar-toggler-right {
  padding-right: 10px;
  margin: 0 auto;
}

.stacked-menu .navbar-toggler {
  margin: 1rem auto 0.5rem auto;
}

.split-menu .navbar-brand {
  float: none;
  width: 100%;
  max-height: 100px;
  text-align: center;
}

.split-menu .navbar-brand img {
  max-height: 42px;
}

.custom-menu-thin {
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu-pills .navbar-nav .nav-link {
  border-radius: 50px;
}

.menu-pills .navbar-nav .active > .nav-link, .menu-pills .navbar-nav .nav-link.active, .menu-pills .navbar-nav .nav-link.open, .menu-pills .navbar-nav .open > .nav-link {
  color: #fff;
  background: #ac0700;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
}

.menu-pills .navbar-nav .nav-link:hover, .menu-pills .navbar-nav .active > .nav-link:hover, .menu-pills .navbar-nav .nav-link.active:hover, .menu-pills .navbar-nav .nav-link.open:hover, .menu-pills .navbar-nav .open > .nav-link:hover {
  color: #fff;
  background: #311d53;
  -webkit-box-shadow: 0 2px 10px rgba(93, 57, 151, 0.3), 0 2px 10px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 2px 10px rgba(93, 57, 151, 0.3), 0 2px 10px rgba(93, 57, 151, 0.5) !important;
}

.menu-line li a span {
  position: relative;
  padding-bottom: .75rem;
}

.menu-line.nav-scroll li a span {
  padding-bottom: 22px;
}

.menu-line.nav-scroll li a.active span:before {
  visibility: visible !important;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-line li a.active span:before {
  visibility: visible !important;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-line li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ac0700;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.menu-line li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-icon i {
  margin-top: -3px;
}

.transparent-menu {
  background: transparent;
}

.transparent-menu.nav-scroll {
  background: #fff;
}

.navbar-inverse.transparent-menu.nav-scroll {
  background: #222;
}

.menu-icon.nav-scroll i {
  margin-top: -1.5px;
}

/* end of extra menu styles */
/* navbar-inverse */
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
  color: #fff;
}

.navbar-inverse .navbar-nav .nav-link, .navbar-inverse .navbar-nav .nav-link:focus {
  color: #f3f3f3;
}

.navbar-inverse .navbar-nav .active > .nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open > .nav-link {
  color: #ac0700;
}

.navbar-inverse .navbar-nav .nav-link:hover, .navbar-inverse .navbar-nav .active > .nav-link:hover, .navbar-inverse .navbar-nav .nav-link.active:hover, .navbar-inverse .navbar-nav .nav-link.open:hover, .navbar-inverse .navbar-nav .open > .nav-link:hover {
  color: #ac0700;
}

.navbar-inverse .navbar-nav .nav-link:hover {
  color: #ac0700;
}

.navbar-inverse.bg-primary .navbar-nav .active > .nav-link, .navbar-inverse.bg-primary .navbar-nav .nav-link.active, .navbar-inverse.bg-primary .navbar-nav .nav-link.open, .navbar-inverse.bg-primary .navbar-nav .open > .nav-link, .navbar-inverse.bg-primary .navbar-nav .nav-link:focus, .navbar-inverse.bg-info .navbar-nav .active > .nav-link, .navbar-inverse.bg-info .navbar-nav .nav-link.active, .navbar-inverse.bg-info .navbar-nav .nav-link.open, .navbar-inverse.bg-info .navbar-nav .open > .nav-link, .navbar-inverse.bg-info .navbar-nav .nav-link:focus {
  color: #fff;
}

.navbar-inverse.bg-primary .navbar-nav .nav-link:hover, .navbar-inverse.bg-primary .navbar-nav .active > .nav-link:hover, .navbar-inverse.bg-primary .navbar-nav .nav-link.active:hover, .navbar-inverse.bg-primary .navbar-nav .nav-link.open:hover, .navbar-inverse.bg-primary .navbar-nav .open > .nav-link:hover, .navbar-inverse.bg-info .navbar-nav .nav-link:hover, .navbar-inverse.bg-info .navbar-nav .active > .nav-link:hover, .navbar-inverse.bg-info .navbar-nav .nav-link.active:hover, .navbar-inverse.bg-info .navbar-nav .nav-link.open:hover, .navbar-inverse.bg-info .navbar-nav .open > .nav-link:hover {
  color: #fff;
  opacity: 0.75;
}

.navbar-inverse.bg-primary .navbar-nav .nav-link:hover {
  color: #fff;
}

/* end of navbar-inverse */
/* animated hamburger icon */
.navbar-toggler.menu-text:before {
  color: #151617;
  float: left;
  font-size: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  margin-left: -55px;
  margin-top: -1px;
}

.navbar-toggler.collapsed.menu-text:before {
  content: 'MENU';
}

.navbar-inverse .navbar-toggler.menu-text:before {
  color: #fff;
}

/* hamburger-nav */
.hamburger-nav .navbar-collapse {
  height: 100% !important;
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: scroll;
  z-index: 99999;
  transition: ease-in 0.3s;
}

.hamburger-nav .navbar-collapse .navbar-nav {
  position: relative;
  top: 25%;
}

.hamburger-nav .navbar-toggler {
  z-index: 999999;
}

.hamburger-nav .icon-bar:nth-child(2) {
  width: 22px;
}

.hamburger-nav .navbar-collapse .nav-link {
  padding: 1rem;
  font-size: 20px;
  color: #515253;
}

.navbar-light.bg-transparent.hamburger-nav .navbar-toggler .icon-bar {
  background-color: #fff;
}

.navbar-light.hamburger-nav .navbar-toggler .icon-bar {
  background-color: #151617;
}

.navbar-light.hamburger-nav.nav-scroll .navbar-toggler .icon-bar {
  background-color: #151617;
}

.navbar-light.hamburger-nav .navbar-collapse {
  background-color: rgba(255, 255, 255, 0.99);
}

.navbar-inverse.hamburger-nav .navbar-collapse {
  background-color: rgba(0, 0, 0, 0.97);
}

.navbar-light.bg-transparent.hamburger-nav .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  background-color: #151617 !important;
}

.navbar-light.bg-transparent.hamburger-nav .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  background-color: #151617 !important;
}

/* end of hamburger-nav */
.navbar-toggler {
  border: none;
  background: transparent !important;
  z-index: 999999;
}

.navbar-toggler.collapsed {
  z-index: 99;
}

.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  background-color: #151617;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}

.navbar-inverse .navbar-toggler .icon-bar {
  background-color: #fff;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 0;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(6.25px, -6.5px);
  transition: ease all .2s;
}

/* end of animated hamburger icon */
.navbar-button {
  padding: 0;
  margin: 0;
}

.nav-item .form-control {
  height: 40px;
  max-height: 40px;
}

/* main-nav */
.main-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main-nav.nav-scroll {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.98);
}

.navbar-inverse.main-nav.nav-scroll .navbar-nav .nav-link, .navbar-inverse.main-nav.nav-scroll .navbar-nav .nav-link:focus {
  color: #151617;
}

.navbar-inverse.main-nav.nav-scroll .navbar-nav .nav-link:hover, .navbar-inverse.main-nav.nav-scroll .navbar-nav .nav-link:active, .navbar-inverse.main-nav.nav-scroll .navbar-nav .nav-link.active {
  color: #ac0700;
}

.main-nav .sticky-logo {
  display: none;
}

.main-nav.nav-scroll .navbar-brand {
  display: none;
}

.main-nav.nav-scroll .sticky-logo {
  display: inline-block;
}

.navbar-inverse.main-nav.nav-scroll .navbar-toggler .icon-bar {
  background-color: #151617;
}

.main-nav .dropdown-toggle::after {
  -webkit-transform: translate(0, -35%);
  transform: translate(0, -35%);
}

/* end of main-nav */
/*--- end of navbars ---*/
/*--- top-nav ---*/
.top-nav {
  padding: 15px 0;
}

.top-nav .left {
  vertical-align: middle;
}

.top-nav .right {
  text-align: right;
  vertical-align: middle;
}

.top-nav-light a {
  color: #515253;
}

.top-nav-light a:hover {
  color: #ac0700;
}

.top-nav-inverse a {
  color: #f3f3f3;
}

.top-nav-inverse a:hover {
  color: #f3f3f3;
  opacity: 0.75;
}

.top-nav-inverse a.btn:hover {
  opacity: 1;
}

.top-nav-btn {
  display: inline-block;
  font-size: 10px;
  padding: 8px 25px;
}

.btn-sm.top-nav-btn {
  font-size: 12px;
}

/*--- end of top-navs ---*/
/*--- paginations ---*/
.page-link {
  color: #151617;
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
}

.page-link:hover {
  color: #ac0700 !important;
  background-color: transparent;
  border: none;
}

.page-link:active, .page-link:focus, .page-link:visited {
  color: #151617;
}

.page-link:active, .page-link:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.page-item.active .page-link {
  color: #ac0700;
  background: transparent;
  border-color: transparent;
}

.page-item.active .page-link:hover {
  color: #311d53 !important;
  background-color: transparent;
  border-color: transparent;
}

.pill-pagination .page-item.active .page-link {
  color: #fff;
  background: #ac0700;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  margin: 0 5px;
  padding: 0;
  border-color: #ac0700;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
}

.pill-pagination .page-item.active .page-link:hover {
  color: #fff !important;
  background-color: #311d53;
  border-color: #311d53;
  -webkit-box-shadow: 0 2px 10px rgba(93, 57, 151, 0.3), 0 2px 10px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 2px 10px rgba(93, 57, 151, 0.3), 0 2px 10px rgba(93, 57, 151, 0.5) !important;
}

.pagination .page-link {
  margin: 2px;
}

.page-item.disabled {
  cursor: not-allowed;
}

.page-item.disabled .page-link {
  color: #515253;
  pointer-events: none;
  cursor: not-allowed;
  background-color: transparent;
  border-color: transparent;
  opacity: 0.5;
}

.pagination-white .page-link {
  color: #151617;
  background-color: #fff;
  border: 1px solid #bcbfc8;
}

.pagination-white .page-link:hover {
  color: #000;
  background-color: #dddfe6;
  border: 1px solid #bcbfc8;
}

.pagination-primary .page-link {
  color: #fff;
  background-color: #ac0700;
  border: 1px solid #311d53;
}

.pagination-primary .page-link:hover {
  color: #fff;
  background-color: #311d53;
  border: 1px solid #311d53;
}

.pagination-primary .page-link:active, .pagination-primary .page-link:focus, .pagination-primary .page-link:visited {
  color: #fff;
}

.pagination-primary .page-item.disabled .page-link {
  color: #f3f3f3;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #ac0700;
  border-color: #311d53;
}

.pagination-primary .page-item.active .page-link {
  color: #fff;
  background-color: #311d53;
  border-color: #311d53;
}

.pager .btn:hover, .pager .btn:focus {
  color: #fff;
}

.pager {
  padding-left: 0;
}

.pager a {
  font-size: 0.875rem;
  font-weight: 700;
}

.pager-left, .pager-right {
  display: inline-block;
}

.pager-left i {
  margin-right: 1px;
}

.pager-right i {
  margin-left: 1px;
}

.pager-right {
  float: right;
}

/*--- end of paginations ---*/
/*------- end of navigations -------*/
/*------ tabs-collapse -------*/
/*--- tabs ---*/
.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-item {
  margin: 0 5px;
}

.nav-tabs .nav-link {
  color: #ac0700;
  font-weight: 700;
  letter-spacing: 0.06rem;
  padding: 14px 35px;
  border: none;
  border-radius: 50px;
}

.nav-tabs .nav-link:first-child {
  margin-left: 0;
}

.nav-tabs .nav-link:last-child {
  margin-right: 0;
}

.nav-tabs .nav-link:hover {
  color: #311d53;
  background-color: transparent;
  border: none;
}

.nav-tabs .nav-link.active {
  color: #ac0700;
  background-color: transparent;
  padding: 14px 35px;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22), 0 2px 10px rgba(0, 0, 0, 0.3);
}

.nav-tabs .nav-link.active:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2), 0 3px 15px rgba(0, 0, 0, 0.3);
}

.nav-tabs .nav-link.disabled {
  color: #bcbfc8;
  cursor: not-allowed;
}

.nav-pills .nav-link:hover {
  color: #fff;
  background-color: #ac0700;
}

.nav-pills .nav-link.active {
  color: #fff;
  background: #ac0700;
  border-radius: 50px;
}

.nav-pills .nav-link.active {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.nav-pills .nav-link.active:hover {
  background-color: #311d53;
  border-color: #311d53;
}

.tab-w-bar {
  background: #ac0700;
  border-radius: 5px;
  padding: 20px 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2), 0 2px 10px rgba(0, 0, 0, 0.3);
}

.tab-w-bar .nav-link {
  color: #fff;
  border-radius: 50px;
}

.tab-w-bar .nav-link.active {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.tab-w-bar .nav-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.tab-w-bar .nav-link.active:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}

.card .tab-w-bar {
  margin-top: -40px;
}

.card-w-bar {
  margin-top: 55px;
}

.card-w-bar .card-body {
  padding-top: 0;
}

/*--- end of tabs ---*/
/*--- accordions ---*/
.accordion .card .card-header {
  margin-bottom: 0;
  border-radius: 5px;
}

.accordion .card {
  background: #fff;
  border: none;
  border-radius: 5px !important;
  margin-bottom: 0;
}

.accordion .accordion-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1rem;
}

.accordion .card-header {
  background: #fff;
  padding: 24px 26px;
}

.accordion .card-body {
  color: #515253;
  background-color: #f3f3f3;
  padding: 1.75rem;
  border: none;
  border-top: 1px solid #f3f3f3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.accordion .card-header {
  border-radius: 5px;
  border: none;
}

.accordion.w-icon .collapsed i {
  float: right;
  -webkit-transform: rotate(-360deg) !important;
  -moz-transform: rotate(-360deg) !important;
  transform: rotate(-360deg) !important;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.accordion.w-icon i {
  color: #bcbfc8;
  float: right;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.accordion.w-icon a:hover i {
  color: #505254;
}

.accordion.dark.w-icon i {
  color: #fff;
  opacity: 0.5;
}

.accordion.dark.w-icon a:hover i {
  color: #fff;
  opacity: 1;
}

.primary-accordion.w-icon .card-header {
  border-radius: 0;
  border: none;
}

.primary-accordion .card {
  border-color: #311d53;
}

.primary-accordion .card-header {
  background: #ac0700;
}

.accordion.primary-accordion .card-body {
  color: #f3f3f3;
  background: #311d53;
  border-top: 1px solid #311d53;
}

.dark-accordion.w-icon .card-header {
  border-radius: 0;
  border: none;
}

.dark-accordion .card {
  border-color: #19191a;
}

.dark-accordion .card-header {
  background: #31313a;
}

.accordion.dark-accordion .card-body {
  color: #f3f3f3;
  background: #19191a;
  border-top: 1px solid #19191a;
}

.nested-accordion .card .card-header {
  border-bottom: 1px solid #f3f3f3;
  border-radius: 0;
}

.nested-accordion.primary-accordion .card .card-header {
  border-bottom: 1px solid #311d53;
}

.nested-accordion.dark-accordion .card .card-header {
  border-bottom: 1px solid #19191a;
}

.nested-accordion .card {
  border-radius: 0 !important;
  transform: none;
}

.nested-accordion .card-body {
  border-top: 0;
  border-radius: 0;
}

.nested-accordion.dark .card-body {
  border-top: 0;
}

.nested-accordion .card:first-child {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.nested-accordion .card:last-child {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/*--- end of accordions ---*/
/*------ end of tabs-collapse -------*/
/*------- dropdowns -------*/
.dropdown-toggle::after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 9px;
  border: none;
  position: absolute;
  top: 50%;
  margin-left: 5px;
  opacity: 0.75;
  -webkit-transform: translate(0, -45%);
  transform: translate(0, -45%);
}

.dropdown.show .dropdown-toggle::after {
  content: "\f077";
}

.dropup .dropdown-toggle::after {
  content: "\f077";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 0.5rem;
  border: none;
  position: absolute;
}

.icon-dropdown .dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  min-width: 200px;
  color: #151617;
  background-color: #fff;
  border: none;
  border-radius: 0;
  z-index: 99;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3);
  box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3);
}

.dropdown-menu[data-bs-popper] {
  left: 50%;
  margin-top: 0;
}

.dropdown-menu:before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  top: -6px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  color: #fff;
  border-bottom: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.dropdown-menu.dropdown-inverse {
  -webkit-box-shadow: 0 2px 10px rgba(49, 49, 58, 0.3), 0 2px 10px rgba(49, 49, 58, 0.5);
  box-shadow: 0 2px 10px rgba(49, 49, 58, 0.3), 0 2px 10px rgba(49, 49, 58, 0.5);
}

.dropdown-menu.dropdown-inverse:before {
  color: #31313a;
}

.dropdown-menu.dropdown-inverse.bg-primary:before {
  color: #ac0700;
}

.dropdown-menu.dropdown-inverse.bg-info:before {
  color: #2381b2;
}

.dropdown-menu.dropdown-inverse.bg-inverse:before {
  color: #19191a;
}

.dropdown-cart {
  padding: 20px;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #bcbfc8;
  cursor: not-allowed;
  background-color: transparent;
}

.dropdown-item {
  color: #151617;
  background-color: transparent;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ac0700;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ac0700;
  background-color: transparent;
}

.dropdown-item i {
  width: 20px;
  text-align: center;
  color: #bcbfc8;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.dropdown-item.active i, .dropdown-item:hover i {
  color: #ac0700;
}

.dropdown-header {
  display: block;
  padding: 8px 16px;
  margin-bottom: 0;
  font-size: .75rem;
  color: #151617;
  white-space: nowrap;
}

.dropdown-divider {
  height: 1px;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #dddfe6;
}

/*--- mega menu ---*/
.dropdown-menu.mega-menu {
  padding: 0 15px;
}

.mega-menu .sub-menu {
  border-left: 1px solid #dddfe6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-inverse.mega-menu .sub-menu {
  border-left: 1px solid #505254;
}

.dropdown-inverse.bg-primary.mega-menu .sub-menu {
  border-left: 1px solid #311d53;
}

.mega-menu .sub-menu:first-child {
  border-left: none;
}

/*--- end of mega menu ---*/
/*--- inverse dropdown ---*/
.dropdown-inverse {
  background: #31313a;
  border: none;
}

.dropdown-inverse .dropdown-item, .dropdown-inverse .dropdown-item:focus {
  color: #f3f3f3;
}

.dropdown-inverse .dropdown-item:hover {
  color: #ac0700;
  background-color: transparent;
}

.dropdown-inverse.bg-primary .dropdown-item:hover {
  color: #f3f3f3;
  opacity: 0.75;
}

.dropdown-inverse .dropdown-item.active, .dropdown-inverse .dropdown-item.active:focus {
  color: #ac0700;
}

.dropdown-inverse.bg-primary .dropdown-item.active, .dropdown-inverse.bg-primary .dropdown-item.active:focus {
  color: #d0d2d3;
  opacity: 0.75;
}

.dropdown-inverse .dropdown-header {
  color: #fff;
}

.dropdown-inverse .dropdown-divider {
  border-top: 1px solid #505254;
}

.dropdown-inverse.bg-primary .dropdown-divider {
  border-top: 1px solid #311d53;
}

/*--- end of inverse dropdown ---*/
/*------- end of collapse-dropdowns -------*/
/*------- border box -------*/
.border-box {
  margin-bottom: 30px;
  padding: 40px 30px;
  border: 1px solid #dddfe6;
  border-radius: 5px;
}

/*------- end of border box -------*/
/*------- promo box -------*/
.promo-box {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  padding: 40px 30px;
  border-radius: 5px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0 2px 12px rgba(188, 191, 200, 0.1), 0 2px 12px rgba(188, 191, 200, 0.2);
  box-shadow: 0 2px 12px rgba(188, 191, 200, 0.1), 0 2px 12px rgba(188, 191, 200, 0.2);
}

.promo-box:hover {
  transform: scale(1.03);
  -webkit-box-shadow: 0 3px 20px rgba(188, 191, 200, 0.1), 0 3px 20px rgba(188, 191, 200, 0.3);
  box-shadow: 0 3px 20px rgba(188, 191, 200, 0.1), 0 3px 20px rgba(188, 191, 200, 0.3);
}

.promo-box .promo-container, .promo-box .promo-container-big, .promo-box .promo-container-big-sm, .promo-box .promo-container-big-xs {
  transform: scale(1);
}

.promo-box.dark, .dark .promo-box {
  background: #303132;
}

.promo-icon {
  font-size: 30px;
  border-radius: 5px;
}

.promo-icon-bg {
  text-align: center;
  width: 80px;
  height: 80px;
  border: 3px solid transparent;
  border-radius: 5px;
  position: relative;
}

.promo-icon-bg i, .promo-icon-bg .text-icon {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  margin-top: -0.725rem;
  left: 0;
  right: 0;
}

.promo-icon-bg.icon-md {
  width: 65px;
  height: 65px;
  border: 2px solid transparent;
}

.promo-icon-bg.icon-md i, .promo-icon-bg.icon-md .text-icon {
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
  left: 0;
  right: 0;
}

.promo-icon-bg.icon-sm {
  width: 50px;
  height: 50px;
  border: 2px solid transparent;
}

.promo-icon-bg.icon-sm i, .promo-icon-bg.icon-sm .text-icon {
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  margin-top: -0.55rem;
  left: 0;
  right: 0;
}

.promo-block {
  margin: 30px 0;
}

.promo-box-image {
  max-width: 80px;
  border-radius: 5px;
}

.promo-box-image.img-md {
  max-width: 65px;
}

.promo-box-image.img-sm {
  max-width: 50px;
}

.box-title {
  font-weight: 700;
  margin-bottom: 0;
}

.promo-left .promo-container {
  padding-left: 45px;
}

.promo-left .promo-icon {
  position: absolute;
  float: left;
  left: 0;
}

.promo-center {
  text-align: center;
}

.promo-center .promo-icon {
  margin-left: auto;
  margin-right: auto;
}

.promo-right .promo-icon {
  position: absolute;
  float: right;
  right: 0;
}

.promo-right .promo-container {
  padding-right: 45px;
}

.promo-box.has-process-icon:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  color: rgba(225, 225, 225, 0.75);
  font-size: 24px;
  margin-top: -36px;
  top: 50%;
  right: -3.5%;
  z-index: 1;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.promo-box.has-process-icon:hover:after {
  right: -5%;
}

.dark .promo-box.has-process-icon:after, .dark .promo-box.dark.has-process-icon:after {
  color: rgba(25, 25, 25, 0.75);
}

.promo-img, .promo-box-bg-img {
  border-radius: 5px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0 2px 12px rgba(188, 191, 200, 0.1), 0 2px 12px rgba(188, 191, 200, 0.2);
  box-shadow: 0 2px 12px rgba(188, 191, 200, 0.1), 0 2px 12px rgba(188, 191, 200, 0.2);
}

.promo-img .promo-box, .promo-img:hover .promo-box {
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.promo-img:hover, .promo-box-bg-img:hover {
  transform: scale(1.03);
  -webkit-box-shadow: 0 3px 20px rgba(188, 191, 200, 0.1), 0 3px 20px rgba(188, 191, 200, 0.3);
  box-shadow: 0 3px 20px rgba(188, 191, 200, 0.1), 0 3px 20px rgba(188, 191, 200, 0.3);
}

.promo-box-bg-img {
  border-radius: 5px;
}

.promo-box-img-left img, .promo-box-img-left .box-bg-image {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.promo-box-img-left .promo-box {
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.promo-box-img-right img, .promo-box-img-right .box-bg-image {
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.promo-box-img-right .promo-box {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/*--- promo big ---*/
.promo-big .promo-icon {
  left: 0;
  right: 0;
}

.promo-left .promo-big {
  position: absolute;
  float: left;
  left: 0;
}

.promo-left .promo-container-big {
  padding-left: 95px;
}

.promo-left .promo-container-big-md {
  padding-left: 80px;
}

.promo-left .promo-container-big-sm {
  padding-left: 65px;
}

.promo-center .promo-big {
  margin-left: auto;
  margin-right: auto;
}

.promo-right .promo-big {
  position: absolute;
  float: right;
  right: 0;
}

.promo-right .promo-container-big {
  padding-right: 95px;
}

.promo-right .promo-container-big-md {
  padding-right: 80px;
}

.promo-right .promo-container-big-sm {
  padding-right: 65px;
}

/*--- end of promo big ---*/
.box-w-image {
  position: relative;
}

.box-description {
  margin-bottom: 0;
}

/*-------- end of promo box --------*/
/*-------- shop components --------*/
.product-title {
  position: relative;
}

.price-inline {
  position: absolute;
  right: 0;
}

.product-card-footer {
  position: relative;
}

.btn-inline {
  position: absolute;
  right: 0;
  bottom: 0;
}

.ratings i {
  color: #f9d412;
}

.card-badge {
  position: absolute;
  z-index: 2;
  padding: 8px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.card-badge.top-right {
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: 15px;
}

.card-badge.top-left {
  top: 0;
  left: 0;
  margin-top: 15px;
  margin-left: 15px;
}

.sale-badge {
  position: absolute;
  padding: 8px 15px;
  border-radius: 5px;
  z-index: 2;
}

.sale-badge.top-right {
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: 15px;
}

.sale-badge.top-left {
  top: 0;
  left: 0;
  margin-top: 15px;
  margin-left: 15px;
}

/*-------- end of shop components --------*/
/*-------- blog components --------*/
.post-meta-small {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

/*-------- end of blog components --------*/
/*-------- comments --------*/
.comments-boxed {
  padding: 30px;
  margin-bottom: 30px;
}

#comment-form textarea {
  max-width: 100%;
  height: 150px;
  min-height: 106px !important;
  max-height: 211px;
}

.comments img {
  max-width: 60px;
  border-radius: 50%;
}

.comments .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}

.comments .media-body {
  -ms-flex: 1;
  flex: 1;
}

.comments .media-left, .comments .media > .pull-left {
  padding-right: 15px;
}

.comment-author {
  color: #151617;
  font-weight: 400;
}

.comment-date {
  font-size: 0.75rem;
}

.comment-reply {
  font-size: 0.9rem;
  margin: 0 5px;
}

.comment-reply, .comment-reply:focus {
  color: #31313a;
  opacity: 0.5;
}

.comment-reply:hover {
  color: #31313a;
  opacity: 1;
}

.dark .comment-reply, .dark .comment-reply:focus, .dark .comment-reply:hover {
  color: #fff;
}

.dark .comment-reply:hover {
  opacity: 0.75;
}

/*-------- end of comments --------*/
/*--- timeline ---*/
.timeline {
  list-style: none;
  padding: 20px 0;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 4px;
  background-color: #dddfe6;
  left: 50%;
  margin-left: -2px;
}

.timeline.w-icons:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #dddfe6;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  background-color: #fff;
  width: 50%;
  float: left;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 12px rgba(188, 191, 200, 0.1), 0 2px 12px rgba(188, 191, 200, 0.2) !important;
}

.timeline > li > .timeline-panel:hover {
  transform: translateY(-3px);
  -webkit-box-shadow: 0 3px 20px rgba(188, 191, 200, 0.1), 0 3px 20px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 3px 20px rgba(188, 191, 200, 0.1), 0 3px 20px rgba(188, 191, 200, 0.3) !important;
}

.timeline > li:not(.timeline-inverted) {
  padding-right: 50px;
}

.timeline > li.timeline-inverted {
  padding-left: 50px;
}

.timeline.w-icons > li:not(.timeline-inverted) {
  padding-right: 85px;
}

.timeline.w-icons > li.timeline-inverted {
  padding-left: 85px;
}

.timeline > li > .timeline-badge {
  color: #fff;
  background: #dddfe6;
  width: 25px;
  height: 25px;
  line-height: 15px !important;
  font-size: .75rem;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -12.5px;
  z-index: 100;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.timeline.w-icons > li > .timeline-badge {
  color: #fff;
  background: #ac0700;
  width: 60px;
  height: 60px;
  line-height: 65px !important;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -30px;
  z-index: 100;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.timeline.w-icons > li > .timeline-badge .material-icons {
  line-height: 60px !important;
}

.timeline > li.timeline-inverted > .timeline-badge {
  top: 0;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

ul.timeline {
  margin-bottom: 0;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

/*--- end of timeline ---*/
/*-------- pricing tables --------*/
.pricing-table {
  position: relative;
  margin: 15px 0;
  z-index: 0;
  border-radius: 5px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 10px rgba(188, 191, 200, 0.1), 0 0 10px rgba(188, 191, 200, 0.3);
  box-shadow: 0 0 10px rgba(188, 191, 200, 0.1), 0 0 10px rgba(188, 191, 200, 0.3);
}

.pricing-table.featured {
  z-index: 1;
  margin-left: -7px;
  margin-right: -7px;
  -webkit-box-shadow: 0 0 15px rgba(188, 191, 200, 0.1), 0 0 15px rgba(188, 191, 200, 0.3);
  box-shadow: 0 0 15px rgba(188, 191, 200, 0.1), 0 0 15px rgba(188, 191, 200, 0.3);
}

.stacked .pricing-table.featured {
  -webkit-box-shadow: 0 0 15px rgba(188, 191, 200, 0.1), 0 0 15px rgba(188, 191, 200, 0.3);
  box-shadow: 0 0 15px rgba(188, 191, 200, 0.1), 0 0 15px rgba(188, 191, 200, 0.3);
}

.pricing-table:hover {
  transform: translateY(-3px);
  -webkit-box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3);
  box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3);
}

.stacked .pricing-table.featured:hover, .pricing-table.featured:hover {
  -webkit-box-shadow: 0 0 22px rgba(188, 191, 200, 0.1), 0 0 22px rgba(188, 191, 200, 0.3);
  box-shadow: 0 0 22px rgba(188, 191, 200, 0.1), 0 0 22px rgba(188, 191, 200, 0.3);
}

.pricing-table ul, .pricing-table ol {
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 30px;
}

.pricing-title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  background-color: #dddfe6;
  padding: 25px 0;
  margin-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.pricing-table-price {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.pricing-table-price p {
  margin-bottom: 0;
}

.pricing-currency {
  font-size: 1rem;
  font-weight: 700;
  vertical-align: 20px;
}

.pricing-price {
  font-size: 36px;
  font-weight: 700;
}

.pricing-table-content li {
  margin-bottom: 20px;
}

.pricing-table-button {
  padding: 0 0 50px;
}

/*-------- end of pricing tables --------*/
/*------- widgets -------*/
.widget {
  margin: 15px 0;
}

.widget.big {
  margin: 30px 0;
}

.widget.first, .widget.big.first {
  margin-top: 0;
}

.widget.last, .widget.big.last {
  margin-bottom: 0;
}

.menu-list a {
  color: #515253;
  font-weight: 400;
  font-size: 1rem;
}

.menu-list li {
  margin-bottom: 8px;
}

.menu-list.list-icon a {
  padding-left: 15px;
}

.menu-list li:last-child {
  margin-bottom: 0;
}

.menu-list a:hover {
  color: #515253;
  opacity: 0.6;
}

.dark .menu-list a {
  color: #fff;
}

.dark .menu-list a:hover {
  color: #fff;
  opacity: 0.6;
}

.widget-img {
  max-width: 100px;
}

.project-widget img {
  max-width: 74px;
  margin: 2px 0;
  border-radius: 5px;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.project-widget img:hover {
  opacity: 0.75;
}

.instagram-widget img {
  max-width: 58px;
  margin: 2px 0;
  border-radius: 5px;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.instagram-widget img:hover {
  opacity: 0.75;
}

/*--- post-widget ---*/
.post-widget img {
  max-width: 100px;
  height: auto;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
}

.post-widget.small img {
  max-width: 85px;
}

.post-widget .post-small {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.recent-post-content p, .recent-post-content a {
  font-size: 15px;
}

.recent-post-title, .recent-post-title:focus {
  color: #151617;
  font-weight: 400;
}

.recent-post-title:hover {
  color: #151617;
  opacity: 0.5;
}

.post-date, .post-tag {
  font-size: 12px !important;
  margin-bottom: 0;
}

.recent-post.last img, .recent-post.last .post-date {
  margin-bottom: 0;
}

/*--- end of post-widget ---*/
/*------- end of widgets -------*/
/*---------- end of components ----------*/
/*---------- sections ----------*/
section {
  position: relative;
  padding: 30px 0;
}

section.big {
  padding: 50px 0;
}

section.lg {
  padding: 100px 0;
}

section.xl {
  padding: 200px 0;
}

section.fh {
  height: 100vh;
}

section .container {
  z-index: 2;
}

/*-------- headers --------*/
header {
  padding: 30px 0;
  position: relative;
}

header.big {
  padding: 50px 0;
}

header.lg {
  padding: 100px 0;
}

header.xl {
  padding: 200px 0;
}

header.xxl {
  padding: 300px 0;
}

header.fh {
  height: 100vh;
}

header h1.page-title {
  font-size: 80px;
}

header .page-title {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 0;
}

header h1.fixed-title {
  transform: translateY(-100%);
  position: fixed;
  top: 400px;
  left: 0;
  right: 0;
}

.header-image-bottom {
  pointer-events: none;
  position: relative;
  z-index: 1;
  margin-bottom: -2px;
}

header .container {
  z-index: 2;
}

/*-------- end of headers --------*/
.main-container {
  position: relative;
  background: #f9f9f9;
}

.section-title-area {
  position: relative;
  z-index: 1;
}

/*------- portfolio -------*/
.project {
  margin: 15px 0;
  border-radius: 5px;
}

.project .hovereffect {
  border-radius: 5px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
}

.project .hovereffect:hover {
  transform: translateY(-3px);
}

.no-gutter .project {
  margin: 0 !important;
  padding: 0 !important;
}

.card .project {
  margin: 0;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.card .project img {
  border-radius: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.card .project .portfolio-item {
  margin: 0;
}

.card .project .hovereffect {
  border-radius: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.has-spacer {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.has-spacer-extra-space {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.has-side-spacer {
  margin-left: 30px;
  margin-right: 30px;
}

.project-title {
  font-size: 1.25rem;
}

.project-skill {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
}

/*--- lightbox ---*/
.mfp-wrap {
  z-index: 999999 !important;
}

.mfp-bg {
  background: #19191a !important;
  opacity: 0.9 !important;
  z-index: 999998 !important;
}

.mfp-content {
  max-width: 80% !important;
}

.body.dark .mfp-figure:after {
  box-shadow: none !important;
  background: #505254 !important;
}

.mfp-figure:after {
  box-shadow: none !important;
  background: #dddfe6 !important;
}

.mfp-close {
  content: "\f00d" !important;
  font-family: 'FontAwesome 5 Free' !important;
  right: -8px !important;
  font-weight: 900 !important;
  font-size: 30px !important;
  color: #fff !important;
  opacity: 0.7 !important;
  top: -3px !important;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.mfp-close:hover {
  opacity: 1 !important;
}

.mfp-arrow {
  color: #fff;
  opacity: 0.7 !important;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.mfp-arrow:hover {
  opacity: 1 !important;
}

.mfp-arrow:after {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  top: 5px !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:after {
  content: "\f054" !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  border-right: none !important;
  margin-left: 25px !important;
}

.mfp-arrow-left:after {
  content: "\f053" !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  border-right: none !important;
  margin-left: 15px !important;
}

.mfp-title {
  color: #d0d2d3 !important;
  font-size: 1rem !important;
  line-height: 1.75rem !important;
  font-weight: 400 !important;
}

.mfp-counter {
  color: #d0d2d3 !important;
  font-size: 1rem !important;
  line-height: 1.75rem !important;
  font-weight: 400 !important;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mfp-figure {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.mfp-iframe-scaler iframe {
  padding: 15px 0;
  background: transparent !important;
  box-shadow: none !important;
}

/*--- end of lightbox ---*/
/*--- default effect ---*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 2;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.primary-dark .hovereffect .overlay {
  background-color: rgba(93, 57, 151, 0.75);
}

.white .hovereffect .overlay {
  background-color: rgba(255, 255, 255, 0.75);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.hovereffect:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: rotate(1.1);
  transform: scale(1.1);
}

.hovereffect-title .project-title-wrapper {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  padding: 10px;
  transform: translateY(-50%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.project:hover .hovereffect-title .project-title-wrapper {
  top: 50%;
}

.hovereffect-title .project-title {
  color: #fff;
  background: transparent;
  margin-bottom: 5px;
}

.white .hovereffect-title .project-title {
  color: #151617;
}

.hovereffect-title p {
  color: #fff;
  background: transparent;
  font-size: 12px;
  margin: 0;
}

.white .hovereffect-title p {
  color: #515253;
}

.hovereffect-title .hover-icons {
  font-size: 16px;
  background: transparent;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.project:hover .hovereffect-title .hover-icons {
  bottom: 15%;
}

.hovereffect-title .hover-icons a {
  color: #fff;
}

.white .hovereffect-title .hover-icons a {
  color: #151617;
}

.hovereffect-title.project-icons {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.project:hover .hovereffect-title.project-icons {
  top: 50%;
}

.project-icons a:hover {
  background-color: #505254 !important;
}

.hovereffect-title.project-icons a {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 50px;
  width: 50px;
  height: 50px;
  margin: 10px;
  background: #ac0700;
  border-radius: 50px;
}

.hovereffect-title.project-icons .hover-icons {
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  opacity: 1;
}

.hovereffect-title.project-icons a:hover {
  background: #311d53;
}

.primary-dark .project-icons a {
  color: #ac0700;
  background-color: #fff;
}

.primary-dark .project-icons a:hover {
  background-color: #ddd;
}

.primary-dark .project-icons a:hover {
  color: #fff;
}

.primary-dark .hovereffect-title.project-icons .hover-icons {
  color: #ac0700;
}

.white .hovereffect-title .hover-icons {
  color: #151617;
}

.white .hovereffect-title.project-icons .hover-icons {
  color: #151617;
}

.hovereffect-title .hover-icons a {
  opacity: 0.7;
  margin: 0 4px;
}

.hovereffect-title .hover-icons a {
  opacity: 0.7;
}

.hovereffect-title .hover-icons a:hover {
  opacity: 1;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*--- end of default effect ---*/
/*--- portfolio-filter ---*/
.portfolio-filter {
  margin-bottom: 30px;
}

.portfolio-filter.list-inline li {
  display: inline-block;
  padding: 0;
}

.portfolio-filter a {
  color: #515253;
  font-family: "Barlow", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 40px;
  border-radius: 50px;
  margin: 0;
  padding: 12px 28px;
}

.portfolio-filter a:hover {
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.1);
}

.portfolio-filter a.active {
  color: #fff;
  background: linear-gradient(120deg, #5365d4 0%, #ac0700 100%);
  border-radius: 50px;
  padding: 12px 38px;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.2);
}

.portfolio-filter a.active:hover {
  color: #fff;
  background: linear-gradient(120deg, #5365d4 0%, #ac0700 100%);
}

/*--- end of portfolio-filter ---*/
/*------- end of portfolio -------*/
/*------- footers -------*/
footer {
  background: #f3f3f3;
  padding: 40px 0;
}

footer p {
  color: #151617;
  margin-bottom: 0;
}

footer.big {
  padding: 60px 0;
}

footer.light {
  background: #dddfe6;
}

footer.mid {
  background: #bcbfc8;
}

footer.dark {
  background: #505254;
}

footer.dark p {
  color: #f3f3f3;
}

footer.dark a {
  color: #fff;
}

footer.dark a:hover {
  color: #d0d2d3;
}

.footer-left-area {
  text-align: left;
}

.footer-right-area {
  text-align: right;
}

footer.dark.bg-primary a, footer.dark.bg-primary-dark a {
  color: #fff;
}

footer.dark.bg-primary a:hover, footer.dark.bg-primary-dark a:hover {
  opacity: 0.75;
}

.footer-link, .footer-link:focus {
  font-weight: 400;
  color: #19191a;
}

.footer-link:hover {
  color: #19191a;
  opacity: 0.6;
}

.dark .footer-link {
  color: #dddfe6;
}

.dark .footer-link:hover {
  color: #dddfe6;
  opacity: 0.6;
}

.footer-logo {
  max-width: 100px;
  margin-bottom: 20px;
}

.footer-widget-area .widget {
  padding: 50px 0;
}

.footer-widget-area .row .col-lg-4:nth-child(2) .widget {
  padding: 50px 30px;
}

/*------- end of footers -------*/
/*---------- end of sections ----------*/
/*------- utility classes -------*/
.stacked {
  padding: 0 15px;
}

.stacked > .col-md-4, .stacked > .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}

.v-top {
  display: flex;
  align-items: top;
}

.v-center {
  display: flex;
  align-items: center;
}

.v-bottom {
  display: flex;
  align-items: bottom;
}

.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.hidden {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.vertical-align {
  display: table;
  height: 100%;
  width: 100%;
}

.vertical-align .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.no-transform {
  transform: none !important;
}

.list-inline > li {
  display: inline-block;
  margin-right: 15px;
}

::-moz-selection {
  color: #fff;
  background: #31313a;
}

::selection {
  color: #fff;
  background: #31313a;
}

/*---tyopgraphy ---*/
.title-font {
  font-family: "Barlow", sans-serif !important;
}

.primary-font {
  font-family: "Barlow", sans-serif !important;
}

.secondary-font {
  font-family: "Roboto Slab", serif !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.text-sm {
  font-size: 0.9rem;
}

.text-xs {
  font-size: 0.75rem;
}

.fs-4 {
  font-size: 4px !important;
}

.fs-6 {
  font-size: 6px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-70 {
  font-size: 70px !important;
}

.fs-80 {
  font-size: 80px !important;
}

.fs-90 {
  font-size: 90px !important;
}

.fs-100 {
  font-size: 100px !important;
}

.fs-120 {
  font-size: 120px !important;
}

.fs-150 {
  font-size: 150px !important;
}

.fs-170 {
  font-size: 170px !important;
}

.fs-200 {
  font-size: 200px !important;
}

.lh-0 {
  line-height: 0 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-1-2 {
  line-height: 1.1 !important;
}

.lh-1-2 {
  line-height: 1.2 !important;
}

.lh-1-5 {
  line-height: 1.5 !important;
}

.lh-1-7 {
  line-height: 1.7 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.lh-3 {
  line-height: 3 !important;
}

.lh-4 {
  line-height: 4 !important;
}

.lh-5 {
  line-height: 5 !important;
}

/*--- end of tyopgraphy ---*/
/*--- image ---*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

.img-auto {
  width: auto !important;
}

.img-thumbnail {
  padding: 5px;
  background-color: #f3f3f3;
  border: 4px solid #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}

.img-cirlce {
  border-radius: 50%;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-img.img-bottom {
  background-position: center bottom;
}

.bg-img.img-top {
  background-position: center top;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.overlay-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.overlay-darker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.overlay-light {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.overlay-lighter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
}

.overlay-primary {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(93, 57, 151, 0.5);
}

.overlay-primary-darker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(93, 57, 151, 0.75);
}

/*--- end of image ---*/
/*--- spacers ---*/
.spacer {
  margin: 15px 0;
  line-height: 0;
}

.spacer-2x {
  margin: 30px 0;
  line-height: 0;
}

.spacer-3x {
  margin: 45px 0;
  line-height: 0;
}

.spacer-line {
  width: 50px;
  line-height: 0;
  border-bottom: 2px solid #f3f3f3;
  margin-left: auto;
  margin-right: auto;
}

.spacer-line-2x {
  width: 100px;
  line-height: 0;
  border-bottom: 2px solid #f3f3f3;
  margin-left: auto;
  margin-right: auto;
}

.spacer-line-solid {
  width: 50px;
  line-height: 0;
  border-bottom: 4px solid #f3f3f3;
  margin-left: auto;
  margin-right: auto;
}

.spacer-line-solid-2x {
  width: 100px;
  line-height: 0;
  border-bottom: 4px solid #f3f3f3;
  margin-left: auto;
  margin-right: auto;
}

.spacer-line-fw {
  width: 100%;
  line-height: 0;
  border-bottom: 2px solid #f3f3f3;
}

/* margins */
.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-150 {
  margin: 150px !important;
}

.m-200 {
  margin: 200px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.m-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-y-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.m-y-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.m-y-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.m-y-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.m-y-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.m-y-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.m-y-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.m-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.m-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m-x-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.m-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-x-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.m-x-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.m-x-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.m-x-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.m-x-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.m-x-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.m-x-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.m-x-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.m-x-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.m-x-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.m-x-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-150 {
  margin-left: 510px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

/* end of margins */
/* paddings */
.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-150 {
  padding: 150px !important;
}

.p-200 {
  padding: 200px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.p-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.p-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.p-y-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.p-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.p-y-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.p-y-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.p-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-x-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.p-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.p-x-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.p-x-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.p-x-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.p-x-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.p-x-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.p-x-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.p-x-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.p-x-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.p-x-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

/* end of paddings */
/* positions */
.x-0 {
  left: 0;
  right: 0;
}

.x-5 {
  left: 5px;
  right: 5px;
}

.x-10 {
  left: 10px;
  right: 10px;
}

.x-15 {
  left: 15px;
  right: 15px;
}

.x-20 {
  left: 20px;
  right: 20px;
}

.x-25 {
  left: 25px;
  right: 25px;
}

.x-30 {
  left: 30px;
  right: 30px;
}

.x-35 {
  left: 35px;
  right: 35px;
}

.x-40 {
  left: 40px;
  right: 40px;
}

.x-45 {
  left: 45px;
  right: 45px;
}

.x-50 {
  left: 50px;
  right: 50px;
}

.x-60 {
  left: 60px;
  right: 60px;
}

.x-70 {
  left: 70px;
  right: 70px;
}

.x-80 {
  left: 80px;
  right: 80px;
}

.x-90 {
  left: 90px;
  right: 90px;
}

.x-100 {
  left: 100px;
  right: 100px;
}

.x-150 {
  left: 150px;
  right: 150px;
}

.x-200 {
  left: 200px;
  right: 200px;
}

.y-0 {
  top: 0;
  bottom: 0;
}

.y-5 {
  top: 5px;
  bottom: 5px;
}

.y-10 {
  top: 10px;
  bottom: 1-px;
}

.y-15 {
  top: 15px;
  bottom: 15px;
}

.y-20 {
  top: 20px;
  bottom: 20px;
}

.y-25 {
  top: 25px;
  bottom: 25px;
}

.y-30 {
  top: 30px;
  bottom: 30px;
}

.y-35 {
  top: 35px;
  bottom: 35px;
}

.y-40 {
  top: 40px;
  bottom: 40px;
}

.y-45 {
  top: 45px;
  bottom: 45px;
}

.y-50 {
  top: 50px;
  bottom: 50px;
}

.y-60 {
  top: 60px;
  bottom: 60px;
}

.y-70 {
  top: 70px;
  bottom: 70px;
}

.y-80 {
  top: 80px;
  bottom: 80px;
}

.y-90 {
  top: 90px;
  bottom: 90px;
}

.y-100 {
  top: 100px;
  bottom: 100px;
}

.y-150 {
  top: 150px;
  bottom: 150px;
}

.y-200 {
  top: 200px;
  bottom: 200px;
}

.top-0 {
  top: 0 !important;
}

.top-5 {
  top: 5px !important;
}

.top-10 {
  top: 10px !important;
}

.top-15 {
  top: 15px !important;
}

.top-20 {
  top: 20px !important;
}

.top-25 {
  top: 25px !important;
}

.top-30 {
  top: 30px !important;
}

.top-35 {
  top: 35px !important;
}

.top-40 {
  top: 40px !important;
}

.top-45 {
  top: 45px !important;
}

.top-50 {
  top: 50px !important;
}

.top-60 {
  top: 60px !important;
}

.top-70 {
  top: 70px !important;
}

.top-80 {
  top: 80px !important;
}

.top-90 {
  top: 90px !important;
}

.top-100 {
  top: 100px !important;
}

.top-150 {
  top: 150px !important;
}

.top-200 {
  top: 200px !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-5 {
  bottom: 5px !important;
}

.bottom-10 {
  bottom: 10px !important;
}

.bottom-15 {
  bottom: 15px !important;
}

.bottom-20 {
  bottom: 20px !important;
}

.bottom-25 {
  bottom: 25px !important;
}

.bottom-30 {
  bottom: 30px !important;
}

.bottom-35 {
  bottom: 35px !important;
}

.bottom-40 {
  bottom: 40px !important;
}

.bottom-45 {
  bottom: 45px !important;
}

.bottom-50 {
  bottom: 50px !important;
}

.bottom-60 {
  bottom: 60px !important;
}

.bottom-70 {
  bottom: 70px !important;
}

.bottom-80 {
  bottom: 80px !important;
}

.bottom-90 {
  bottom: 90px !important;
}

.bottom-100 {
  bottom: 100px !important;
}

.bottom-150 {
  bottom: 150px !important;
}

.bottom-200 {
  bottom: 200px !important;
}

.left-0 {
  left: 0 !important;
}

.left-auto {
  left: auto !important;
}

.left-5 {
  left: 5px !important;
}

.left-10 {
  left: 10px !important;
}

.left-15 {
  left: 15px !important;
}

.left-20 {
  left: 20px !important;
}

.left-25 {
  left: 25px !important;
}

.left-30 {
  left: 30px !important;
}

.left-35 {
  left: 35px !important;
}

.left-40 {
  left: 40px !important;
}

.left-45 {
  left: 45px !important;
}

.left-50 {
  left: 50px !important;
}

.left-60 {
  left: 60px !important;
}

.left-70 {
  left: 70px !important;
}

.left-80 {
  left: 80px !important;
}

.left-90 {
  left: 90px !important;
}

.left-100 {
  left: 100px !important;
}

.left-150 {
  left: 150px !important;
}

.left-200 {
  left: 200px !important;
}

.right-0 {
  right: 0 !important;
}

.right-5 {
  right: 5px !important;
}

.right-10 {
  right: 10px !important;
}

.right-15 {
  right: 15px !important;
}

.right-20 {
  right: 20px !important;
}

.right-25 {
  right: 25px !important;
}

.right-30 {
  right: 30px !important;
}

.right-35 {
  right: 35px !important;
}

.right-40 {
  right: 40px !important;
}

.right-45 {
  right: 45px !important;
}

.right-50 {
  right: 50px !important;
}

.right-60 {
  right: 60px !important;
}

.right-70 {
  right: 70px !important;
}

.right-80 {
  right: 80px !important;
}

.right-90 {
  right: 90px !important;
}

.right-100 {
  right: 100px !important;
}

.right-150 {
  right: 150px !important;
}

.right-200 {
  right: 200px !important;
}

.pos-center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.pos-v-center {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

/* end of positions */
/*--- end of spacers ---*/
/*--- colors ---*/
.title-color {
  color: #151617 !important;
}

.text-color {
  color: #515253 !important;
}

.bg-transparent, .bg-transparent:hover {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-white-gradient {
  background: linear-gradient(120deg, #fff 0%, #dddfe6 100%) !important;
}

.bg-dark {
  background-color: #31313a !important;
}

.bg-dark-gradient {
  background: linear-gradient(120deg, #575770 0%, #31313a 100%) !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-black-gradient {
  background: linear-gradient(120deg, #505254 0%, #000 100%) !important;
}

.bg-faded {
  background-color: #dddfe6 !important;
}

.bg-light {
  background-color: #f3f3f3 !important;
}

.bg-light-grey-dark {
  background-color: #ddd !important;
}

.bg-grey {
  background-color: #d0d2d3 !important;
}

.bg-grey-gradient {
  background: linear-gradient(120deg, #ddd 0%, #d0d2d3 100%) !important;
}

.bg-grey-dark {
  background-color: #8e9294 !important;
}

.bg-dark-grey {
  background-color: #505254 !important;
}

.bg-dark-grey-dark {
  background-color: #303132 !important;
}

.bg-inverse {
  background-color: #19191a !important;
}

.bg-primary {
  background-color: #ac0700 !important;
}

.bg-primary-dark {
  background-color: #311d53 !important;
}

.bg-primary-gradient {
  background: linear-gradient(120deg, #570602 0%, #ac0700 100%) !important;
}

.bg-secondary {
  background-color: #dddfe6 !important;
}

.bg-secondary-dark {
  background-color: #bcbfc8 !important;
}

.bg-secondary-gradient {
  background: linear-gradient(120deg, #f6f4f9 0%, #dddfe6 100%) !important;
}

.bg-success {
  background-color: #4b9739 !important;
}

.bg-success-dark {
  background-color: #326e24 !important;
}

.bg-success-gradient {
  background: linear-gradient(120deg, #54c7b5 0%, #4b9739 100%) !important;
}

.bg-info {
  background-color: #2381b2 !important;
}

.bg-info-dark {
  background-color: #085882 !important;
}

.bg-info-gradient {
  background: linear-gradient(120deg, #94a7ec 0%, #2381b2 100%) !important;
}

.bg-warning {
  background-color: #dc910f !important;
}

.bg-warning-dark {
  background-color: #b67300 !important;
}

.bg-warning-gradient {
  background: linear-gradient(120deg, #e9d54e 0%, #dc910f 100%) !important;
}

.bg-danger {
  background-color: #cf0a0a !important;
}

.bg-danger-dark {
  background-color: #990303 !important;
}

.bg-danger-gradient {
  background: linear-gradient(120deg, #eb7349 0%, #cf0a0a 100%) !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-light-grey {
  color: #f3f3f3 !important;
}

.text-muted, .text-grey {
  color: #d0d2d3 !important;
}

.text-title {
  color: #151617 !important;
}

.text-primary {
  color: #ac0700 !important;
}

.text-secondary {
  color: #dddfe6 !important;
}

.text-secondary-dark {
  color: #bcbfc8 !important;
}

.text-success {
  color: #4b9739 !important;
}

.text-info {
  color: #2381b2 !important;
}

.text-warning {
  color: #dc910f !important;
}

.text-danger {
  color: #cf0a0a !important;
}

.text-facebook {
  color: #4e68a1 !important;
}

.text-twitter {
  color: #65b5f2 !important;
}

.text-linkedin {
  color: #2083bc !important;
}

.text-pinterest {
  color: #d2373b !important;
}

.text-dribbble {
  color: #ec5f94 !important;
}

.text-instagram {
  color: #4c5fd7 !important;
}

.text-vimeo {
  color: #1ab7ea !important;
}

.text-youtube {
  color: #e52d27 !important;
}

.text-dropbox {
  color: #3d9ae8 !important;
}

.text-behance {
  color: #053eff !important;
}

.text-skype {
  color: #00aff0 !important;
}

a.text-white:focus, a.text-white:hover {
  color: #f3f3f3 !important;
}

a.text-black:focus, a.text-black:hover {
  color: #dark-grey !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #311d53 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #bcbfc8 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #326e24 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #085882 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #b67300 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #990303 !important;
}

.text-hover {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.primary-hover:hover {
  color: #ac0700 !important;
}

.secondary-hover:hover {
  color: #dddfe6 !important;
}

.success-hover:hover {
  color: #4b9739 !important;
}

.info-hover:hover {
  color: #2381b2 !important;
}

.warning-hover:hover {
  color: #dc910f !important;
}

.danger-hover:hover {
  color: #cf0a0a !important;
}

.white-hover:hover {
  color: #fff !important;
}

.grey-hover:hover {
  color: #d0d2d3 !important;
}

.black-hover:hover {
  color: #000 !important;
}

.dark-hover:hover {
  color: #31313a !important;
}

.primary-shadow {
  -webkit-box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 1px 5px rgba(93, 57, 151, 0.3), 0 1px 5px rgba(93, 57, 151, 0.5) !important;
}

.primary-shadow-big {
  -webkit-box-shadow: 0 2px 10px rgba(87,6,2, 0.3), 0 2px 10px rgba(87,6,2, 0.5) !important;
  box-shadow: 0 2px 10px rgba(87,6,2, 0.3), 0 2px 10px rgba(87,6,2, 0.5) !important;
}

.primary-shadow-big.w-hover:hover {
  -webkit-box-shadow: 0 3px 15px rgba(93, 57, 151, 0.3), 0 3px 15px rgba(93, 57, 151, 0.5) !important;
  box-shadow: 0 3px 15px rgba(93, 57, 151, 0.3), 0 3px 15px rgba(93, 57, 151, 0.5) !important;
}

.secondary-shadow {
  -webkit-box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 1px 5px rgba(188, 191, 200, 0.1), 0 1px 5px rgba(188, 191, 200, 0.3) !important;
}

.secondary-shadow-big {
  -webkit-box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.3) !important;
}

.secondary-shadow-big.w-hover:hover {
  -webkit-box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
  box-shadow: 0 3px 15px rgba(188, 191, 200, 0.1), 0 3px 15px rgba(188, 191, 200, 0.3) !important;
}

.success-shadow {
  -webkit-box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 1px 5px rgba(75, 151, 57, 0.3), 0 1px 5px rgba(75, 151, 57, 0.5) !important;
}

.success-shadow-big {
  -webkit-box-shadow: 0 2px 10px rgba(75, 151, 57, 0.3), 0 2px 10px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 2px 10px rgba(75, 151, 57, 0.3), 0 2px 10px rgba(75, 151, 57, 0.5) !important;
}

.success-shadow-big.w-hover:hover {
  -webkit-box-shadow: 0 3px 15px rgba(75, 151, 57, 0.3), 0 3px 15px rgba(75, 151, 57, 0.5) !important;
  box-shadow: 0 3px 15px rgba(75, 151, 57, 0.3), 0 3px 15px rgba(75, 151, 57, 0.5) !important;
}

.info-shadow {
  -webkit-box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 1px 5px rgba(35, 129, 178, 0.3), 0 1px 5px rgba(35, 129, 178, 0.5) !important;
}

.info-shadow-big {
  -webkit-box-shadow: 0 2px 10px rgba(35, 129, 178, 0.3), 0 2px 10px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 2px 10px rgba(35, 129, 178, 0.3), 0 2px 10px rgba(35, 129, 178, 0.5) !important;
}

.info-shadow-big.w-hover:hover {
  -webkit-box-shadow: 0 3px 15px rgba(35, 129, 178, 0.3), 0 3px 15px rgba(35, 129, 178, 0.5) !important;
  box-shadow: 0 3px 15px rgba(35, 129, 178, 0.3), 0 3px 15px rgba(35, 129, 178, 0.5) !important;
}

.warning-shadow {
  -webkit-box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 1px 5px rgba(220, 145, 15, 0.3), 0 1px 5px rgba(220, 145, 15, 0.5) !important;
}

.warning-shadow-big {
  -webkit-box-shadow: 0 2px 10px rgba(220, 145, 15, 0.3), 0 2px 10px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 2px 10px rgba(220, 145, 15, 0.3), 0 2px 10px rgba(220, 145, 15, 0.5) !important;
}

.warning-shadow-big.w-hover:hover {
  -webkit-box-shadow: 0 3px 15px rgba(220, 145, 15, 0.3), 0 3px 15px rgba(220, 145, 15, 0.5) !important;
  box-shadow: 0 3px 15px rgba(220, 145, 15, 0.3), 0 3px 15px rgba(220, 145, 15, 0.5) !important;
}

.danger-shadow {
  -webkit-box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 1px 5px rgba(207, 10, 10, 0.3), 0 1px 5px rgba(207, 10, 10, 0.5) !important;
}

.danger-shadow-big {
  -webkit-box-shadow: 0 2px 10px rgba(207, 10, 10, 0.3), 0 2px 10px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 2px 10px rgba(207, 10, 10, 0.3), 0 2px 10px rgba(207, 10, 10, 0.5) !important;
}

.danger-shadow-big.w-hover:hover {
  -webkit-box-shadow: 0 3px 15px rgba(207, 10, 10, 0.3), 0 3px 15px rgba(207, 10, 10, 0.5) !important;
  box-shadow: 0 3px 15px rgba(207, 10, 10, 0.3), 0 3px 15px rgba(207, 10, 10, 0.5) !important;
}

.dark-shadow {
  -webkit-box-shadow: 0 1px 5px rgba(49, 49, 58, 0.3), 0 1px 5px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 1px 5px rgba(49, 49, 58, 0.3), 0 1px 5px rgba(49, 49, 58, 0.5) !important;
}

.dark-shadow-big {
  -webkit-box-shadow: 0 2px 10px rgba(49, 49, 58, 0.3), 0 2px 10px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 2px 10px rgba(49, 49, 58, 0.3), 0 2px 10px rgba(49, 49, 58, 0.5) !important;
}

.dark-shadow-big.w-hover:hover {
  -webkit-box-shadow: 0 3px 15px rgba(49, 49, 58, 0.3), 0 3px 15px rgba(49, 49, 58, 0.5) !important;
  box-shadow: 0 3px 15px rgba(49, 49, 58, 0.3), 0 3px 15px rgba(49, 49, 58, 0.5) !important;
}

.white-shadow {
  -webkit-box-shadow: 0 1px 5px rgba(255, 255, 255, 0.3), 0 1px 5px rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.3), 0 1px 5px rgba(255, 255, 255, 0.5) !important;
}

.white-shadow-big {
  -webkit-box-shadow: 0 2px 10px rgba(255, 255, 255, 0.3), 0 2px 10px rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 2px 10px rgba(255, 255, 255, 0.3), 0 2px 10px rgba(255, 255, 255, 0.5) !important;
}

.white-shadow-big.w-hover:hover {
  -webkit-box-shadow: 0 3px 15px rgba(255, 255, 255, 0.3), 0 3px 15px rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 3px 15px rgba(255, 255, 255, 0.3), 0 3px 15px rgba(255, 255, 255, 0.5) !important;
}

.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.no-shadow:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*--- end of olors ---*/
/*--- positions ---*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.static {
  position: static;
}

.z-index-0 {
  z-index: 1;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

/*--- end of positions ---*/
/*--- overflow ---*/
.overflow-hidden {
  overflow: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

/*--- end of overflow---*/
/*--- width ---*/
.full-width {
  width: 100% !important;
}

.w100, .w-100 {
  max-width: 100% !important;
}

.w90, .w-90 {
  max-width: 90% !important;
}

.w80, .w-80 {
  max-width: 80% !important;
}

.w70, .w-70 {
  max-width: 70% !important;
}

.w60, .w-60 {
  max-width: 60% !important;
}

.w50, .w-50 {
  max-width: 50% !important;
}

.w40, .w-40 {
  max-width: 40% !important;
}

.w30, .w-30 {
  max-width: 30% !important;
}

.w20, .w-20 {
  max-width: 20% !important;
}

.w10, .w-10 {
  max-width: 10% !important;
}

/*--- end of width ---*/
/*--- height ---*/
.full-height {
  min-height: 100vh !important;
}

.half-height {
  min-height: 50vh !important;
}

.tq-height {
  min-height: 75vh !important;
}

.height-50 {
  min-height: 50vh !important;
}

.height-75 {
  min-height: 75vh !important;
}

.height-80 {
  min-height: 80vh !important;
}

.height-90 {
  min-height: 90vh !important;
}

.h-auto {
  height: auto !important;
}

.h-50 {
  height: 50px !important;
}

.h-100 {
  height: 100px !important;
}

.h-200 {
  height: 200px !important;
}

.h-300 {
  height: 300px !important;
}

.h-400 {
  height: 400px !important;
}

.h-500 {
  height: 500px !important;
}

.h-600 {
  height: 600px !important;
}

.h-700 {
  height: 700px !important;
}

.h-800 {
  height: 800px !important;
}

.h-900 {
  height: 900px !important;
}

.h-1000 {
  height: 1000px !important;
}

.h-full-height {
  height: 100% !important;
}

/*--- end of height ---*/
/*--- opacity ---*/
.opc-100 {
  opacity: 1 !important;
}

.opc-95 {
  opacity: 0.95 !important;
}

.opc-90 {
  opacity: 0.90 !important;
}

.opc-85 {
  opacity: 0.85 !important;
}

.opc-80 {
  opacity: 0.80 !important;
}

.opc-75 {
  opacity: 0.75 !important;
}

.opc-70 {
  opacity: 0.70 !important;
}

.opc-65 {
  opacity: 0.65 !important;
}

.opc-60 {
  opacity: 0.60 !important;
}

.opc-55 {
  opacity: 0.55 !important;
}

.opc-50 {
  opacity: 0.5 !important;
}

.opc-45 {
  opacity: 0.45 !important;
}

.opc-40 {
  opacity: 0.40 !important;
}

.opc-35 {
  opacity: 0.35 !important;
}

.opc-30 {
  opacity: 0.30 !important;
}

.opc-25 {
  opacity: 0.25 !important;
}

.opc-20 {
  opacity: 0.20 !important;
}

.opc-15 {
  opacity: 0.15 !important;
}

.opc-10 {
  opacity: 0.10 !important;
}

.opc-5 {
  opacity: 0.5 !important;
}

.opc-0 {
  opacity: 0 !important;
}

/*--- end of opacity ---*/
/*--- borders ---*/
.inline-column-border {
  border-right: 1px solid #dddfe6;
}

.inline-column-border:last-child {
  border-right: none;
}

.b-solid {
  border-style: solid !important;
}

.b-0 {
  border: none !important;
}

.b-y-0 {
  border-top: none !important;
  border-bottom: none !important;
}

.b-x-0 {
  border-left: none !important;
  border-right: none !important;
}

.bt-0 {
  border-top: none !important;
}

.bb-0 {
  border-bottom: none !important;
}

.bl-0 {
  border-left: none !important;
}

.br-0 {
  border-right: none !important;
}

.b-1 {
  border: 1px solid transparent !important;
}

.b-2 {
  border: 2px solid transparent !important;
}

.b-3 {
  border: 3px solid transparent !important;
}

.b-4 {
  border: 4px solid transparent !important;
}

.b-5 {
  border: 5px solid transparent !important;
}

.b-y-1 {
  border: 0 !important;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
}

.b-y-2 {
  border: 0 !important;
  border-top: 2px solid transparent !important;
  border-bottom: 2px solid transparent !important;
}

.b-y-3 {
  border: 0 !important;
  border-top: 3px solid transparent !important;
  border-bottom: 3px solid transparent !important;
}

.b-y-4 {
  border: 0 !important;
  border-top: 4px solid transparent !important;
  border-bottom: 4px solid transparent !important;
}

.b-y-5 {
  border: 0 !important;
  border-top: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
}

.b-x-1 {
  border: 0 !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

.b-x-2 {
  border: 0 !important;
  border-left: 2px solid transparent !important;
  border-right: 2px solid transparent !important;
}

.b-x-3 {
  border: 0 !important;
  border-left: 3px solid transparent !important;
  border-right: 3px solid transparent !important;
}

.b-x-4 {
  border: 0 !important;
  border-left: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
}

.b-x-5 {
  border: 0 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
}

.bt-1 {
  border-top: 1px solid transparent !important;
}

.bt-2 {
  border-top: 2px solid transparent !important;
}

.bt-3 {
  border-top: 3px solid transparent !important;
}

.bt-4 {
  border-top: 4px solid transparent !important;
}

.bt-5 {
  border-top: 5px solid transparent !important;
}

.bb-1 {
  border-bottom: 1px solid transparent !important;
}

.bb-2 {
  border-bottom: 2px solid transparent !important;
}

.bb-3 {
  border-bottom: 3px solid transparent !important;
}

.bb-4 {
  border-bottom: 4px solid transparent !important;
}

.bb-5 {
  border-bottom: 5px solid transparent !important;
}

.bl-1 {
  border-left: 1px solid transparent !important;
}

.bl-2 {
  border-left: 2px solid transparent !important;
}

.bl-3 {
  border-left: 3px solid transparent !important;
}

.bl-4 {
  border-left: 4px solid transparent !important;
}

.bl-5 {
  border-left: 5px solid transparent !important;
}

.br-1 {
  border-right: 1px solid transparent !important;
}

.br-2 {
  border-right: 2px solid transparent !important;
}

.br-3 {
  border-right: 3px solid transparent !important;
}

.br-4 {
  border-right: 4px solid transparent !important;
}

.br-5 {
  border-right: 5px solid transparent !important;
}

.bw-1 {
  border-width: 1px !important;
}

.bw-2 {
  border-width: 2px !important;
}

.bw-3 {
  border-width: 3px !important;
}

.bw-4 {
  border-width: 4px !important;
}

.bw-5 {
  border-width: 5px !important;
}

.bw-6 {
  border-width: 6px !important;
}

.bw-7 {
  border-width: 7px !important;
}

.bw-8 {
  border-width: 8px !important;
}

.bw-9 {
  border-width: 9px !important;
}

.bw-10 {
  border-width: 10px !important;
}

.rectangle, .sharp {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-25 {
  border-radius: 25px !important;
}

.rounded-30 {
  border-radius: 30px !important;
}

.pill {
  border-radius: 50px !important;
}

.circle {
  border-radius: 50% !important;
}

.border-white {
  border-color: #fff !important;
}

.border-light {
  border-color: 300 !important;
}

.border-light-grey {
  border-color: #f3f3f3 !important;
}

.border-light-grey-dark {
  border-color: #ddd !important;
}

.border-grey {
  border-color: #d0d2d3 !important;
}

.border-black {
  border-color: #000 !important;
}

.border-dark {
  border-color: #31313a !important;
}

.border-faded {
  border-color: #dddfe6 !important;
}

.border-inverse {
  border-color: #505254 !important;
}

.border-primary {
  border-color: #ac0700 !important;
}

.border-primary-dark {
  border-color: #311d53 !important;
}

.border-secondary {
  border-color: #dddfe6 !important;
}

.border-secondary-dark {
  border-color: #bcbfc8 !important;
}

.border-success {
  border-color: #4b9739 !important;
}

.border-success-dark {
  border-color: #326e24 !important;
}

.border-info {
  border-color: #2381b2 !important;
}

.border-info-dark {
  border-color: #085882 !important;
}

.border-warning {
  border-color: #dc910f !important;
}

.border-warning-dark {
  border-color: #b67300 !important;
}

.border-danger {
  border-color: #cf0a0a !important;
}

.border-danger-dark {
  border-color: #990303 !important;
}

.border-transparent {
  border-color: transparent !important;
}

/*--- end of borders ---*/
/*--- custom attributes ---*/
.after-dropdown {
  margin-left: 10px;
}

.hide-dropdown-arrow:after {
  display: none !important;
}

.no-move:hover, .no-transform, .no-transform:hover {
  transform: none !important;
}

.move, .big-move, .blur {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.move:hover {
  transform: translateY(-4px) !important;
}

.big-move:hover {
  transform: translateY(-8px) !important;
}

.raised {
  -webkit-box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.2) !important;
  box-shadow: 0 2px 10px rgba(188, 191, 200, 0.1), 0 2px 10px rgba(188, 191, 200, 0.2) !important;
}

.blur {
  -webkit-box-shadow: 0 0 15px rgba(188, 191, 200, 0.1), 0 0 15px rgba(188, 191, 200, 0.2) !important;
  box-shadow: 0 0 15px rgba(188, 191, 200, 0.1), 0 0 15px rgba(188, 191, 200, 0.2) !important;
}

.blur:hover {
  -webkit-box-shadow: 0 0 30px rgba(188, 191, 200, 0.1), 0 0 30px rgba(188, 191, 200, 0.2) !important;
  box-shadow: 0 0 30px rgba(188, 191, 200, 0.1), 0 0 30px rgba(188, 191, 200, 0.2) !important;
}

.raised.move:hover {
  -webkit-box-shadow: 0 4px 18px rgba(188, 191, 200, 0.1), 0 4px 18px rgba(188, 191, 200, 0.2) !important;
  box-shadow: 0 4px 18px rgba(188, 191, 200, 0.1), 0 4px 18px rgba(188, 191, 200, 0.2) !important;
}

/*--- end of custom attributes ---*/
/*--- animations ---*/
.animated {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}

.animated.fast {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.4s !important;
}

.animated.first {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  animation-delay: 0.5s;
}

.animated.second {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
  animation-delay: 1s;
}

.animated.third {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  animation-delay: 1.3s;
}

.animated.fourth {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
  animation-delay: 1.8s;
}

.animated.fifth {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  animation-delay: 2s;
}

.animated.sixth {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  animation-delay: 2.5s;
}

.animated.seventh {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
  animation-delay: 3.2s;
}

.animated.eighth {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  animation-delay: 3.5s;
}

.animated.nineth {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
  animation-delay: 3.8s;
}

.animated.tenth {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
  animation-delay: 4s;
}

.w-hover {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/*--- end of animations ---*/
/*------- end of utility classes -------*/
/*----------------    media screens    ----------------*/
/*-------------    max-widths    -------------*/
/*-------       1440px       -------*/
@media only screen and (max-width: 1440px) {
  .navbar .dropdown-menu {
    left: 0;
    right: 0;
  }
  .navbar .dropdown-menu.mega-menu {
    transform: translateX(-80%);
  }
  .navbar .dropdown-menu:before {
    left: auto;
    right: 0;
  }
}

/*-------       end of 1440px       -------*/
/*-------       1200px       -------*/
@media only screen and (max-width: 1200px) {
  .tablet-xl-text-left {
    text-align: left !important;
  }
  .tablet-xl-text-center {
    text-align: center !important;
  }
  .tablet-xl-text-right {
    text-align: right !important;
  }
  .navbar-expand-xl.navbar {
    padding: 0.885rem 0;
  }
  .navbar-expand-xl.navbar.split-menu {
    padding: 1.5rem 0;
  }
  .tablet-xl-fw {
    width: 100% !important;
    max-width: 100% !important;
  }
  .tablet-xl-top {
    margin-bottom: 15px !important;
  }
  .tablet-xl-top-30 {
    margin-bottom: 30px !important;
  }
  .tablet-xl-top-45 {
    margin-bottom: 45px !important;
  }
  .tablet-xl-top-60 {
    margin-bottom: 60px !important;
  }
  .tablet-xl-hidden, .hide-tablet-xl {
    display: none;
  }
  .navbar-expand-xl .form-inline {
    display: block;
    margin: .5rem auto;
  }
  .navbar-expand-xl .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1rem;
  }
  .navbar-expand-xl .navbar-collapse .nav-link {
    padding: 1rem 0;
  }
  .navbar-expand-xl .dropdown-toggle::after {
    top: 21px;
    font-size: 0.65rem;
  }
  .container {
    max-width: 100%;
  }
  .navbar-expand-xl .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 270px;
    height: 100% !important;
    max-height: 100% !important;
    background: #fff;
    text-align: left;
    padding: 100px 30px 0;
    margin-top: 0;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .navbar-expand-xl button:not(.collapsed) {
    position: absolute;
    right: 30px;
  }
  .navbar-expand-xl.split-menu .navbar-brand {
    display: none;
  }
  .navbar-expand-xl.split-menu .navbar-brand.mobile-brand {
    display: contents;
  }
  .navbar-expand-xl.split-menu .navbar-collapse {
    margin-top: 20px;
  }
}

/*-------       end of 1200px       -------*/
/*-------       1024px       -------*/
@media only screen and (max-width: 1024px) {
  .bg-fixed {
    background-attachment: scroll !important;
  }
  .hide-tablet-landscape, .hide-tablet-ls {
    display: none !important;
  }
}

/*-------       end of 1024px       -------*/
/*-------       991px       -------*/
@media only screen and (max-width: 991px) {
  .tablet-lg-text-left {
    text-align: left !important;
  }
  .tablet-lg-text-center {
    text-align: center !important;
  }
  .tablet-lg-text-right {
    text-align: right !important;
  }
  .tablet-lg-fw {
    width: 100% !important;
    max-width: 100% !important;
  }
  .tablet-lg-top {
    margin-bottom: 15px !important;
  }
  .tablet-lg-top-30 {
    margin-bottom: 30px !important;
  }
  .tablet-lg-top-45 {
    margin-bottom: 45px !important;
  }
  .tablet-lg-top-60 {
    margin-bottom: 60px !important;
  }
  .hide-tablet-lg, .tablet-lg-hidden {
    display: none !important;
  }
  .w50, .w-50 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .w40, .w-40 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .w30, .w-30 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .w20, .w-20 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .w10, .w-10 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .card img.w-50 {
    width: 50% !important;
    max-width: 50% !important;
  }
  .card img.w-60 {
    width: 60% !important;
    max-width: 60% !important;
  }
  .card img.w-70 {
    width: 70% !important;
    max-width: 70% !important;
  }
  .card img.w-80 {
    width: 80% !important;
    max-width: 80% !important;
  }
  .card img.w-90 {
    width: 90% !important;
    max-width: 90% !important;
  }
  .navbar-expand-lg > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-expand-lg.navbar {
    padding: 0.885rem 0;
  }
  .navbar-expand-lg.menu-line.nav-scroll li a span {
    padding-bottom: 8px;
  }
  .navbar-expand-lg .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1rem;
  }
  .navbar-expand-lg .navbar-collapse .nav-link {
    padding: 1rem 0;
  }
  .navbar-expand-lg .navbar-brand {
    margin-left: 0;
  }
  .navbar-expand-lg.navbar-light.bg-transparent .navbar-collapse {
    background-color: #fff !important;
  }
  .navbar-expand-lg.navbar-inverse.bg-transparent .navbar-collapse {
    background-color: #000 !important;
  }
  .navbar-expand-lg .dropdown-menu {
    background-color: transparent;
  }
  .navbar-expand-lg .dropdown-menu.show {
    display: block;
    left: 0;
    right: 0;
    max-width: 320px;
    transform: none;
  }
  .navbar-expand-lg .dropdown-menu:before, .navbar-expand-lg .dropdown-menu:after {
    display: none;
  }
  .navbar-expand-lg .dropdown-menu .dropdown-item {
    padding: 8px 0;
  }
  .navbar-expand-lg.navbar-inverse .navbar-collapse .dropdown-item, .navbar-expand-lg.navbar-inverse .navbar-collapse .dropdown-item:focus {
    color: #f3f3f3;
    opacity: 0.75;
  }
  .navbar-expand-lg.navbar-inverse .navbar-collapse .dropdown-item:hover, .navbar-expand-lg.navbar-inverse .navbar-collapse .dropdown-item:active, .navbar-expand-lg.navbar-inverse .navbar-collapse .dropdown-item.active {
    color: #ac0700;
  }
  .navbar-expand-lg.navbar-inverse.bg-primary .navbar-collapse .dropdown-item:hover, .navbar-expand-lg.navbar-inverse.bg-primary .navbar-collapse .dropdown-item:active, .navbar-expand-lg.navbar-inverse.bg-primary .navbar-collapse .dropdown-item.active, .navbar-expand-lg.navbar-inverse.bg-info .navbar-collapse .dropdown-item:hover, .navbar-expand-lg.navbar-inverse.bg-info .navbar-collapse .dropdown-item:active, .navbar-expand-lg.navbar-inverse.bg-info .navbar-collapse .dropdown-item.active {
    color: #fff !important;
    opacity: 0.5;
  }
  .navbar-expand-lg .dropdown-menu {
    box-shadow: none;
    max-width: 600px;
    margin: 0 auto;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-expand-lg.split-menu .navbar-brand {
    display: none;
  }
  .navbar-expand-lg.split-menu .mobile-brand {
    display: contents;
  }
  .dropdown-menu.mega-menu {
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    max-height: 260px;
  }
  .navbar-collapse {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    max-height: 380px;
  }
  .navbar-collapse.collapsing {
    transition: none !important;
  }
  .navbar-expand-lg .dropdown-item {
    text-align: left;
  }
  .navbar-expand-lg .dropdown-toggle::after {
    top: 23px;
    right: 0;
    font-size: 0.65rem;
  }
  .nav-icon .md-icon {
    margin: 5px;
  }
  .navbar-expand-lg .form-inline {
    display: block;
    margin: .5rem auto;
  }
  .navbar-expand-lg .count {
    top: 12px;
    right: auto;
    left: auto;
    margin-top: 0;
    margin-left: -8px;
  }
  .after-dropdown {
    margin-left: 0;
  }
  .navbar-expand-lg .navbar-button {
    margin-left: 0 !important;
  }
  .navbar-expand-lg .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    width: 270px;
    height: 100% !important;
    max-height: 100% !important;
    background: #fff;
    text-align: left;
    padding: 100px 30px 0;
    margin-top: 0;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.02), 0 3px 12px rgba(0, 0, 0, 0.04);
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .navbar-expand-lg.split-menu .navbar-collapse {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 100% !important;
    max-height: 100% !important;
    background: transparent;
    text-align: center;
    padding: 30px 0;
    margin-top: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.02), 0 3px 12px rgba(0, 0, 0, 0.04);
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
  }
  .navbar-expand-lg.split-menu button:not(.collapsed) {
    position: relative;
    top: 0;
    right: 0;
  }
  .navbar-expand-lg.bg-secondary .navbar-collapse {
    background: #dddfe6;
  }
  .navbar-expand-lg.navbar-inverse .navbar-collapse {
    background: #19191a;
  }
  .navbar-expand-lg.navbar-inverse.bg-primary .navbar-collapse {
    background: #ac0700;
  }
  .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse {
    background: #fff;
  }
  .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .nav-link, .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .nav-link:focus {
    color: #151617;
  }
  .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .nav-link:hover, .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .nav-link:active, .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .nav-link.active {
    color: #ac0700;
  }
  .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .dropdown-item, .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .dropdown-item:focus {
    color: #151617;
  }
  .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .dropdown-item:hover, .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .dropdown-item:active, .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .dropdown-item.active {
    color: #ac0700;
  }
  .navbar-expand-lg.navbar-inverse.main-nav .navbar-toggler .icon-bar {
    background-color: #151617;
  }
  .navbar-expand-lg.navbar-inverse.main-nav .navbar-toggler.collapsed .icon-bar {
    background-color: #fff;
  }
  .navbar-expand-lg.navbar-inverse.main-nav.nav-scroll .navbar-toggler.collapsed .icon-bar {
    background-color: #151617;
  }
  .navbar-expand-lg button:not(.collapsed) {
    position: fixed;
    top: 20px;
    right: 30px;
  }
  .navbar-expand-lg .navbar-button {
    margin-top: 15px !important;
    width: 100%;
  }
  .navbar-expand-lg .navbar-button .btn {
    width: 100%;
    max-width: 100% !important;
  }
  .navbar-expand-lg .navbar-brand img {
    width: auto;
    max-height: 35px;
    margin: 5px 0;
  }
  .navbar-expand-lg.right-toggler {
    position: relative;
  }
  .navbar-expand-lg.right-toggler .container {
    position: relative;
  }
  .navbar-expand-lg.right-toggler .navbar-toggler {
    position: absolute;
    right: 15px;
  }
  .navbar-expand-lg.right-toggler button:not(.collapsed) {
    position: fixed;
    top: 23px;
    right: 15px;
  }
  .navbar-expand-lg.menu-custom .nav-link {
    text-align: center;
    padding: 10px 25px;
    margin: 5px 0;
    border-radius: 5px;
  }
  .navbar-expand-lg.menu-custom .dropdown-toggle::after {
    top: 24px;
    right: auto;
  }
  .navbar-expand-lg.menu-custom .nav-link.active, .navbar-expand-lg.menu-custom .nav-link:hover, .navbar-expand-lg.menu-custom .nav-link.active:hover {
    color: #151617;
    background-color: rgba(55, 55, 55, 0.2);
  }
  .navbar-expand-lg.menu-custom.navbar-inverse .nav-link.active, .navbar-expand-lg.menu-custom.navbar-inverse .nav-link:hover, .navbar-expand-lg.menu-custom.navbar-inverse .nav-link.active:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .navbar-expand-lg.custom-menu.menu-pills .nav-link {
    text-align: center;
    margin: 5px 0;
  }
  .table-overflow {
    width: 100%;
    overflow-x: auto;
  }
  header.xl {
    padding: 150px 0;
  }
  header.xxl {
    padding: 200px 0;
  }
  header.xxl h1.fixed-title {
    top: 210px;
  }
  .btn-inline {
    position: relative;
    display: block;
  }
  .promo-img-lg.promo-box-img-left img, .promo-img-lg.promo-box-img-left .box-bg-image {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .promo-img-lg.promo-box-img-left .promo-box {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .promo-img-lg.promo-box-img-right img, .promo-img-lg.promo-box-img-right .box-bg-image {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .promo-img-lg.promo-box-img-right .promo-box {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  .cta .left-area {
    text-align: center;
  }
  .cta .right-area {
    text-align: center;
    margin-top: 20px;
  }
  .cta .left-area.left-aligned.tablet-center {
    text-align: center;
  }
  .cta .right-area.right-aligned.tablet-center {
    text-align: center;
  }
  .footer-widget-area {
    padding: 30px 0;
  }
  .footer-widget-area .widget {
    padding: 10px 0;
  }
  .footer-widget-area .row .col-lg-4:nth-child(2) .widget {
    padding: 10px 0;
  }
}

/*-------       end of 991px       -------*/
/*-------       767px       -------*/
@media only screen and (max-width: 767px) {
  body.components, html.components {
    background-color: #f3f3f3;
  }
  body.bg-inverse {
    background: #303132;
  }
  .tablet-text-left {
    text-align: left !important;
  }
  .tablet-text-center {
    text-align: center !important;
  }
  .tablet-text-right {
    text-align: right !important;
  }
  .tablet-fw {
    width: 100% !important;
    max-width: 100% !important;
  }
  .tablet-top {
    margin-bottom: 15px !important;
  }
  .tablet-top-30 {
    margin-bottom: 30px !important;
  }
  .tablet-top-45 {
    margin-bottom: 45px !important;
  }
  .tablet-top-60 {
    margin-bottom: 60px !important;
  }
  .tablet-hidden, .hide-tablet {
    display: none;
  }
  .content {
    background: transparent;
    padding: 30px 0;
  }
  .w90, .w-90 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .w80, .w-80 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .w70, .w-70 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .w60, .w-60 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .hide-tablet {
    display: none !important;
  }
  header h1.page-title {
    font-size: 44px;
  }
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .navbar-expand-sm .form-inline {
    display: block;
    margin: .5rem auto;
  }
  .navbar-expand-md .count {
    top: 13px;
    right: auto;
    left: auto;
    margin-top: 0;
    margin-left: -8px;
  }
  .split-menu .navbar-brand {
    display: none;
  }
  .split-menu .navbar-brand.mobile-brand {
    display: contents;
  }
  header .breadcrumb.text-right {
    text-align: left !important;
    margin-top: 15px;
  }
  .top-nav {
    text-align: center;
  }
  .top-nav .left {
    float: none;
    display: block;
    text-align: center !important;
    margin-bottom: 10px;
  }
  .top-nav .right {
    float: none;
    display: block;
    text-align: center !important;
  }
  .promo-box.has-process-icon:after {
    display: none;
  }
  .promo-box-img-left img, .promo-box-img-left .box-bg-image {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .promo-box-img-left .promo-box {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .promo-box-img-right img, .promo-box-img-right .box-bg-image {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .promo-box-img-right .promo-box {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  .pricing-table.featured {
    margin-left: 0;
    margin-right: 0;
  }
  .timeline > li > .timeline-panel {
    width: 100%;
  }
  .timeline > li:not(.timeline-inverted) {
    padding-right: 0;
    padding-left: 0;
  }
  .timeline > li.timeline-inverted {
    padding-right: 0;
    padding-left: 0;
  }
  .timeline > li > .timeline-panel:before, .timeline > li > .timeline-panel:after {
    display: none;
  }
  .timeline > li > .timeline-panel {
    margin-top: 75px;
  }
  .modal-right .modal-dialog, .modal-left .modal-dialog {
    width: calc(100% - 50px);
  }
  .footer-left-area {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-center-area {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-right-area {
    text-align: center;
  }
  .cta .left-area.left-aligned.tablet-md-center {
    text-align: center;
  }
  .cta .right-area.right-aligned.tablet-md-center {
    text-align: center;
  }
  .header-slider-content {
    padding: 120px 15px;
  }
  footer .text-left, footer .text-right {
    display: block !important;
    text-align: center !important;
  }
  .footer-widget-area {
    padding: 20px 0;
  }
}

/*-------       end of 767px       -------*/
/*-------       575px       -------*/
@media only screen and (max-width: 575px) {
  .mobile-text-left {
    text-align: left !important;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-text-right {
    text-align: right !important;
  }
  .mobile-fw {
    width: 100% !important;
    max-width: 100% !important;
  }
  .mobile-top {
    margin-bottom: 15px !important;
  }
  .mobile-top-30 {
    margin-bottom: 30px !important;
  }
  .mobile-top-45 {
    margin-bottom: 45px !important;
  }
  .mobile-top-60 {
    margin-bottom: 60px !important;
  }
  .hide-mobile, .mobile-hidden {
    display: none !important;
  }
  .card-w-raised-img-top {
    margin-top: 100px;
  }
  .card.w-raised-icon {
    margin-top: 65px;
  }
  .card.w-raised-icon.sm-icon {
    margin-top: 55px;
  }
  .card.w-raised-icon.lg-icon {
    margin-top: 70px;
  }
  .card.w-raised-icon.xl-icon {
    margin-top: 80px;
  }
  header.xl {
    padding: 100px 0;
  }
  header.xxl {
    padding: 130px 0;
  }
  header.xxl h1.fixed-title {
    top: 140px;
  }
  .cta .left-area.left-aligned.mobile-center {
    text-align: center !important;
  }
  .cta .right-area.right-aligned.mobile-center {
    text-align: center !important;
  }
  footer {
    text-align: center;
  }
  .modal-example .modal-content {
    max-width: 300px;
    margin: 0 auto;
  }
  .top-page-header {
    height: 100%;
  }
  .top-header-nav {
    position: relative;
    left: 0;
    right: 0;
    height: 100%;
    padding: 15px;
  }
  .top-header-nav .top-nav-item {
    line-height: 3rem;
  }
}

/*-------       end of 575px       -------*/
/*-------       480px       -------*/
@media only screen and (max-width: 480px) {
  .container {
    max-width: 96%;
  }
  .mobile-sm-fw {
    width: 100% !important;
    max-width: 100% !important;
  }
  .hide-mobile-sm, .mobile-sm-hidden {
    display: none !important;
  }
  header h1 {
    font-size: 28px;
  }
  header h2 {
    font-size: 24px;
  }
  header h3 {
    font-size: 20px;
  }
  header h1.page-title {
    font-size: 36px;
  }
  header.xxl {
    padding: 100px 0;
  }
  header.xxl h1.fixed-title {
    top: 110px;
  }
  .navbar-expand-lg.right-toggler button:not(.collapsed) {
    top: 60px;
  }
  .custom-form .left-area {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .custom-form .right-area {
    display: block;
    width: 100%;
    text-align: left;
  }
  .custom-form .left-area.long {
    width: 100%;
  }
  .custom-form .right-area.long {
    width: 100%;
  }
  .custom-form .left-area.short {
    width: 100%;
  }
  .custom-form .right-area.short {
    width: 100%;
  }
  .modal-footer.custom-form {
    display: block;
  }
  .cta .left-area.left-aligned.mobile-sm-center {
    text-align: center;
  }
  .cta .right-area.right-aligned.mobile-sm-center {
    text-align: center;
  }
  .modal-example .modal-content {
    max-width: 260px;
    margin: 0 auto;
  }
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/*-------       end of 480px       -------*/
/*-------       400px       -------*/
@media only screen and (max-width: 400px) {
  .mobile-xs-fw {
    width: 100% !important;
    max-width: 100% !important;
  }
  .hide-mobile-sm, .mobile-sm-hidden {
    display: none !important;
  }
  .container {
    max-width: 100%;
  }
  .modal-example .modal-content {
    max-width: 220px;
    margin: 0 auto;
  }
}

/*-------       end of 400px       -------*/
/*------------- end of max-widths -------------*/
/*------------- min-max-widths -------------*/
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .custom-form .left-area {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .custom-form .right-area {
    display: block;
    width: 100%;
    text-align: left;
  }
  .custom-form .left-area.long {
    width: 100%;
  }
  .custom-form .right-area.long {
    width: 100%;
  }
  .custom-form .left-area.short {
    width: 100%;
  }
  .custom-form .right-area.short {
    width: 100%;
  }
}

/*------------- end of min-max-widths -------------*/
/*------------- min-widths -------------*/
/*-------       576px       -------*/
@media only screen and (min-width: 576px) {
  .col-sm-6.sub-col-left {
    padding-right: 7.5px;
  }
  .col-sm-6.sub-col-right {
    padding-left: 7.5px;
  }
}

/*-------       end of 576px       -------*/
/*-------       768px       -------*/
@media only screen and (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    orphans: 1;
    widows: 1;
  }
  .col-md-6.sub-col-left {
    padding-right: 7.5px;
  }
  .col-md-6.sub-col-right {
    padding-left: 7.5px;
    width: 100%;
  }
  #wrapper {
    padding-left: 300px;
  }
  #wrapper.toggled {
    padding-left: 0;
  }
  #sidebar-wrapper {
    width: 300px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  #page-content-wrapper {
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

/*-------       end of 768px       -------*/
/*-------       992px       -------*/
@media only screen and (min-width: 992px) {
  .container.container-lg {
    max-width: 990px;
  }
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 35px 25px;
  }
  .navbar-expand-lg.nav-scroll .navbar-nav .nav-link {
    padding: 25px;
  }
  .navbar-expand-lg.menu-custom, .navbar-expand-lg.custom-menu.menu-pills {
    padding: 20px 0;
  }
  .navbar-expand-lg.custom-menu.menu-pills .nav-link {
    padding: 15px 35px;
    margin: 0 5px;
    border-radius: 50px;
  }
  .navbar-expand-lg.menu-custom .nav-link {
    padding: 10px 25px;
    margin: 0 5px;
    border-radius: 5px;
  }
  .navbar-expand-lg.menu-custom .nav-link.active, .navbar-expand-lg.menu-custom .nav-link:hover, .navbar-expand-lg.menu-custom .nav-link.active:hover {
    color: #151617;
    background-color: rgba(55, 55, 55, 0.2);
  }
  .navbar-expand-lg.menu-custom.navbar-inverse .nav-link.active, .navbar-expand-lg.menu-custom.navbar-inverse .nav-link:hover, .navbar-expand-lg.menu-custom.navbar-inverse .nav-link.active:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .nav-item.no-nav-link {
    padding: 0 1.5rem;
  }
  .nav-item.no-nav-link.last-menu-item {
    padding-right: 0;
  }
  .navbar-expand-lg .last-menu-item {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    display: block;
    position: absolute;
    -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
    -moz-transition: opacity 0.3s, ease-in-out 0.3s;
    -o-transition: opacity 0.3s, ease-in-out 0.3s;
    transition: opacity 0.3s, ease-in-out 0.3s;
    animation-delay: 0.5s;
    top: 85px;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
  }
  .navbar-expand-lg .dropdown:hover .dropdown-menu {
    top: 75px;
    visibility: visible;
    opacity: 1;
  }
  .navbar-expand-lg .dropdown-menu.show {
    top: 75px;
    visibility: visible;
    opacity: 1;
  }
  .navbar-expand-lg.nav-scroll .navbar-nav .dropdown-menu {
    top: 80px;
  }
  .navbar-expand-lg.nav-scroll .dropdown:hover .dropdown-menu {
    top: 70px;
  }
  .navbar-expand-lg.nav-scroll .dropdown-menu.show {
    top: 70px;
  }
  .navbar-expand-lg .mega-menu.one-column {
    min-width: 180px;
  }
  .navbar-expand-lg .mega-menu.two-columns {
    min-width: 360px;
  }
  .navbar-expand-lg .mega-menu.three-columns {
    min-width: 540px;
  }
  .navbar-expand-lg .mega-menu.four-columns {
    min-width: 720px;
  }
  .navbar-expand-lg .mega-menu.five-columns {
    min-width: 900px;
  }
  .navbar-expand-lg .mega-menu.six-columns {
    min-width: 1080px;
  }
  .navbar-expand-lg .icon-dropdowns .nav-link {
    padding: .75rem !important;
  }
  .navbar-expand-lg.stacked-menu > .container {
    display: block;
  }
  .col-lg-6.sub-col-left {
    padding-right: 7.5px;
  }
  .col-lg-6.sub-col-right {
    padding-left: 7.5px;
  }
}

/*-------       end of 992px       -------*/
/*-------       1200px       -------*/
@media only screen and (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 1.75rem 1.5rem;
  }
  .navbar-expand-xl .split-menu .navbar-brand {
    display: inline-block;
  }
  .navbar-expand-xl .split-menu .navbar-brand.mobile-brand {
    display: none;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    display: block;
    position: absolute;
    -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
    -moz-transition: opacity 0.3s, ease-in-out 0.3s;
    -o-transition: opacity 0.3s, ease-in-out 0.3s;
    transition: opacity 0.3s, ease-in-out 0.3s;
    animation-delay: 0.5s;
    top: 75px;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-expand-xl .dropdown:hover .dropdown-menu {
    top: 65px;
    visibility: visible;
    opacity: 1;
  }
  .navbar-expand-xl .dropdown-menu.show {
    top: 65px;
    visibility: visible;
    opacity: 1;
  }
  .navbar-expand-xl .mega-menu.one-column {
    min-width: 180px;
  }
  .navbar-expand-xl .mega-menu.two-columns {
    min-width: 360px;
  }
  .navbar-expand-xl .mega-menu.three-columns {
    min-width: 540px;
  }
  .navbar-expand-xl .mega-menu.four-columns {
    min-width: 720px;
  }
  .navbar-expand-xl .mega-menu.five-columns {
    min-width: 900px;
  }
  .navbar-expand-xl .mega-menu.six-columns {
    min-width: 1080px;
  }
  .navbar-expand-xl .icon-dropdowns .nav-link {
    padding: .75rem !important;
  }
}

/*-------       end of 1200px       -------*/
/*------------- end of min-widths -------------*/
/*---------------- end of media screens ----------------*/
