
@charset "UTF-8";
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
body {
  margin: 0;
}
article,
aside,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
video {
  display: inline-block;
  vertical-align: baseline;
}
.no-caret::after {
  display: none !important;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
} /*!Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css*/
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  /* font-family: helvetica neue, Helvetica, Arial, sans-serif; */
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: var(--white);
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dd {
  line-height: 1.42857143;
}
dd {
  margin-left: 0;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code {
  font-family: Menlo, Monaco, Consolas, courier new, monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 32.333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table .table {
  background-color: #fff;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control {
  display: block;
  width: 100%;
  /* height: 34px; */
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--grey-1);
  background-color: var(--white);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled] {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
}
.checkbox + .checkbox {
  margin-top: -5px;
}
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled {
  cursor: not-allowed;
}
.checkbox.disabled label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success.checkbox label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error.checkbox label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: var(--white);
  border-color: var(--grey);
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: var(--white-4);
  border-color: var(--grey);
}
.btn-default:hover {
  color: #333;
  background-color: var(--white-4);
  border-color: var(--grey);
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: var(--white-4);
  border-color: var(--grey);
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: var(--white-2);
  border-color: var(--grey);
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #60686f;
  border-color: #555d63;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
  background-color: #218838;
  border-color: #218838;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
  color: #777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: var(--white);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: var(--grey-3);
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: var(--black-1);
  text-decoration: none;
  background-color: var(--white-5);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav > li > a > img {
  max-width: none;
}
.tab-content > .active {
  display: block;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-right {
  padding-left: 10px;
}
.media-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.modal-footer:after,
.nav:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
a,
address,
body,
caption,
code,
dd,
div,
em,
font,
form,
h1,
h3,
h4,
h5,
h6,
html,
label,
li,
ol,
p,
s,
small,
span,
strong,
sub,
table,
tr,
ul,
var {
  border: 0;
  font-size: 100%;
  /* margin: 0; */
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  font-size: 14px;
  /* color: var(--grey-2); */
  /* font-family: Poppins, sans-serif; */
  line-height: 24px;
}
h1 {
  font-size: 29px;
}
h2 {
  font-weight: 800; font-size: 36px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h1,
h2,
h3,
h5,
h6 {
  line-height: normal;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
a {
  color: var(--grey-2);
}
a:hover {
  color: red;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: inherit;
  outline: 0;
}
a,
button,
input {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="text"],
textarea {
  border: 1px solid #ddd;
  padding: 8px 15px;
  font-size: 14px;
  color: var(--grey-4);
  font-family: Poppins, sans-serif;
  /* border-radius: 0; */
}
button,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
textarea:focus {
  border-color: red;
  outline: 0;
}
b,
strong {
  font-weight: 800;
}
.logo .site-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  color: #fff;
}
.logo .site-title-scroll {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  color: red;
}
.main-content .article-item .entry-header {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
}
.main-content .article-item .entry-title {
  font-size: 22px;
  color: #313131;
}
.message {
  margin-bottom: 20px;
}
.message .alert {
  border-radius: 0;
}
.message .alert.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.message .alert.alert-notice {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.message .alert.alert-error {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
#form-login-submit {
  margin-bottom: 15px;
}
.user-form {
  max-width: 570px;
  margin: auto;
}
.user-form input[type="email"],
.user-form input[type="password"],
.user-form input[type="text"] {
  width: 100%;
}
.user-form .login-link {
  text-align: center;
}
.user-form .login-link .login-link-item {
  margin-bottom: 5px;
}
.user-form .form-button {
  text-align: center;
  margin-top: 25px;
}
.error-content .primary-button {
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  margin: 30px 0;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.button {
  display: inline-block;
  vertical-align: top;
  border: none;
}
.button.full {
  display: block;
  text-align: center;
}
.button.large {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
}
.primary-button {
  background: var(--red);
  color: #fff;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding: 0 40px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -ms-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -webkit-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -o-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
}
.primary-button:hover {
  color: #fff;
  background: var(--red-2);
}
input.primary-button {
  border: none;
}
.checkbox-field input {
  display: none;
}
.checkbox-field label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.checkbox-field label:before {
  width: 13px;
  height: 13px;
  display: block;
  border: 1px solid #ddd;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
.checkbox-field input:checked + label:before {
  content: "\f00c";
  font-family: Poppins, sans-serif;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  color: red;
}
.section {
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-position: top center;
}
.section:last-child {
  margin-bottom: 0;
}
.section.light-bg {
  padding: 100px 0;
  background: var(--white-6);
  background-image: url(/static/website/static/images/general/section-bg.png);
}
.section-title {
  font-size: 26px;
  color: var(--grey-1);
  text-align: center;
  margin-bottom: 15px;
}
.section-title span {
  font-weight: 700;
}
.section-desc {
  text-align: center;
  margin-bottom: 70px;
}
.meet-our-team .section-desc {
  margin-bottom: 110px;
}
.intro-box {
  padding-right: 70px;
  font-size: 16px;
  line-height: 30px;
}
.intro-title {
  font-size: 16px;
  color: #313131;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}
.read-more {
  font-size: 14px;
  color: red;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  margin-top: 7px;
  padding-right: 25px;
  background: url(/static/website/static/images/next.png) no-repeat right center;
}
.read-more:hover {
  text-decoration: underline;
}
.read-more-p {
  font-size: 14px;
  color: red;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  margin-top: 25px;
  padding-left: 25px;
  background: url(/static/website/static/images/previous.png) no-repeat left center;
}
.read-more-p:hover {
  text-decoration: underline;
}
.service-box {
  position: relative;
  padding: 35px 55px 35px 100px;
  background: var(--white);
  transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
}
/* .service-box.shadow {
  box-shadow: 0 0 4px rgba(221, 221, 221, 0.75);
  -moz-box-shadow: 0 0 4px rgba(221, 221, 221, 0.75);
  -ms-box-shadow: 0 0 4px rgba(221, 221, 221, 0.75);
  -webkit-box-shadow: 0 0 4px rgba(221, 221, 221, 0.75);
  -o-box-shadow: 0 0 4px rgba(221, 221, 221, 0.75);
} */
.service-box:hover {
  box-shadow: 0 0 10px rgba(221, 221, 221, 0.75);
  -moz-box-shadow: 0 0 10px rgba(221, 221, 221, 0.75);
  -ms-box-shadow: 0 0 10px rgba(221, 221, 221, 0.75);
  -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.75);
  -o-box-shadow: 0 0 10px rgba(221, 221, 221, 0.75);
}
.service-box .icon {
  position: absolute;
  left: 40px;
  top: 35px;
}
.service-box .read-more {
  background: url(/static/website/static/images/next2.png) no-repeat right center;
  padding-right: 22px;
  margin-top: 10px;
}
.service-title {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0 15px;
}
.service-title a {
  color: #313131;
}
.service-title a:hover {
  color: red;
}
.service-center {
  text-align: center;
  padding: 10px 25px;
  margin-bottom: 20px;
}
.service-center .icon {
  position: static;
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  height: 40px;
}
.service-center .service-title {
  font-size: 16px;
  text-transform: uppercase;
}
.service-box.has-bg {
  background: #fafafa;
  padding: 35px 40px 30px;
  margin-bottom: 30px;
}
.service-box.has-bg .icon {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  height: 50px;
  width: 50px;
  border: 2px solid red;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
.service-box.has-bg .icon img {
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: auto;
}
.service-box.has-bg .service-title {
  margin-bottom: 10px;
}
.shadow {
  box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
  -moz-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
  -ms-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
  -webkit-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
  -o-box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
}
.testimonials {
  position: relative;
}
.customer-say .section-title:before {
  content: "";
  width: 53px;
  height: 41px;
  display: block;
  margin: 0 auto 40px;
  display: none;
}
.testi-preview {
  max-width: 900px;
  margin: 0 auto;
}
.testi-preview {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 26px;
}
.testi-content {
  margin-bottom: 30px;
}
.testi-meta span {
  display: block;
}
.testi-name {
  color: red;
  font-weight: 600;
}
.input-field {
  margin-bottom: 30px;
}
.input-field input,
.input-field textarea {
  width: 100%;
  height: 50px;
  padding: 10px 25px;
}
.input-field textarea {
  height: 150px;
}
.input-submit .button {
  line-height: 42px;
  height: 42px;
  font-size: 16px;
}
.site-header {
  background: var(--white-3);
  padding: 29px 0;
  position: relative;
  z-index: 100 !important;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.home .sticky-wrapper .site-header,
.light-header {
  background: 0 0;
}
.home .is-sticky .site-header,
.is-sticky .site-header {
  padding: 10px 0;
  background: var(--white);
  box-shadow: 0 0 5px rgba(29, 29, 27, 0.15);
  -moz-box-shadow: 0 0 5px rgba(29, 29, 27, 0.15);
  -ms-box-shadow: 0 0 5px rgba(29, 29, 27, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(29, 29, 27, 0.15);
  -o-box-shadow: 0 0 5px rgba(29, 29, 27, 0.15);
}
.is-sticky .dark-border {
  border-bottom: 1px solid #585353;
}
.site-brand {
  float: left;
}
.light-logo {
  display: none;
}
#header.on-load {
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
}
#header.on-load-pages {
  transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
}
.site-header .login-button {
  margin-left: 15px;
  margin-top: 5px;
}


.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.main-menu ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 33px;
  position: relative;
}
.main-menu ul li a {
  line-height: 38px;
  display: block;
  color: var(--grey-1);
  text-transform: uppercase;
  position: relative;
}
.main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  top: 5px;
  width: 20%;
  height: 2px;
  background: red;
  display: block;
  left: 50%;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.main-menu ul li.current-menu-item > a:before,
.main-menu ul li:hover > a:before {
  top: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #fff;
  padding: 0 25px;
  box-shadow: 0 2px 5px rgba(29, 29, 27, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(29, 29, 27, 0.15);
  -ms-box-shadow: 0 2px 5px rgba(29, 29, 27, 0.15);
  -webkit-box-shadow: 0 2px 5px rgba(29, 29, 27, 0.15);
  -o-box-shadow: 0 2px 5px rgba(29, 29, 27, 0.15);
  margin-top: 35px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
.main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 31px;
}
.main-menu .sub-menu li {
  display: block;
  margin: 0;
}
.main-menu .sub-menu li a {
  font-size: 12px;
  line-height: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
.main-menu .sub-menu li:last-child a {
  border-bottom: none;
}
.main-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.mobile-btn {
  display: none;
}
.light-header .main-menu > ul > li > a {
  color: #fff;
}
.light-header .main-menu > ul > li:hover > a,
.main-menu ul li.current-menu-item > a,
.main-menu ul li:hover > a {
  color: red !important;
}
.site-main {
  padding: 0 0 100px;
  min-height: 200px;
}
.left-sidebar .main-content {
  float: right;
}
.page-title {
  
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  text-align: center;
  color: #fff;
  /* margin-bottom: 80px; */
}
.page-title .container {
 
  top: 0%;
  left: 0;
  right: 0;
  
}
.page-title h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  line-height: 30px;
}
.page-title h2 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: normal;
}
.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.breadcrumbs li:before {
  content: ">";
  font-family: Poppins, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs li a {
  color: #fff;
}
.breadcrumbs li a:hover {
  color: red;
}
.page-title-search {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  position: relative;
  display: flex;
  margin: 35px 0 25px;
  background: var(--white);
}
.page-title-search input[type="search"],
.page-title-search input[type="text"] {
  
  width: 74%;
  border: none;
  padding: 8px 0 8px 8px;
  font-size: 16px;
  font-weight: 300;
  background: 0 0;
}
@media screen and (min-width: 767px) {
  .page-title-search input[type="submit"] {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.page-title-search #myDropdown.dropbtn {
  /* margin: 5px 0px 5px 0px; */
  border-radius: 0px;
  background-color: var(--blue);
  color: #fff;
  width: 16%;
  padding: 14px 16px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
 /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
 */
  height: 52px;
}
.page-title-search #myDropdown option {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: #f1f1f1;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.page-title-search #myDropdown option:hover {
  background-color: #ddd;
}
.page-title-search input[type="submit"] {
  
  /* margin: 5px 5px 5px 0px;
  border-radius: 0px 8px 8px 0px; */

  width: 14%;
  background: #c00;
  border: none;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -ms-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -webkit-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -o-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
}
.page-title-search input[type="submit"]:hover {
  background: #900;
}
.page-title #download {
  margin-bottom: 15px;
}
.page-title #download #progressBarDownload {
  height: 15px;
  background-color: #fff;
  position: relative;
  border-radius: 2px;
}
.page-title #download #progressBarDownload > div {
  width: 0%;
  height: 100%;
  background-color: #c00;
  transition: width 0.1s;
  border-radius: 2px;
}
.page-title p {
  font-size: 18px;
}
.page-title-desc {
  font-weight: 300;
  text-align: center;
  font-size: 16px;
}
.page-title-desc a {
  color: #fff;
}
.page-title-desc a:hover {
  color: red;
}
.page-title-desc-noajax {
  font-weight: 300;
  text-align: center;
  font-size: 16px !important;
}
.page-title-desc-noajax a {
  color: #fff;
}
.page-title-desc-noajax a:hover {
  color: red;
}
.entry-content p {
  margin-bottom: 15px;
}
.entry-content img {
  margin-bottom: 20px;
}
.entry-content ul {
  padding: 0 0 0 40px;
  margin-bottom: 15px;
  list-style: none;
}
.entry-content ul li {
  padding: 2px 0 2px 15px;
  position: relative;
}
.entry-content ul li:before {
  height: 6px;
  width: 6px;
  display: block;
  background: #5f5f5f;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
}
.post {
  margin-bottom: 30px;
}
.post-title {
  font-size: 26px;
  color: #313131;
  font-weight: 500;
  margin-bottom: 10px;
}
.post-title a {
  color: #313131;
}
.post-title a:hover {
  color: red;
}
.post-meta {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  font-size: 13px;
}
.post-meta li {
  display: inline-block;
  vertical-align: top;
}
.post-meta li:before {
  content: " | ";
}
.post-meta li:first-child:before {
  display: none;
}
.post-meta li .meta-text,
.post-meta li a {
  color: red;
}
.post-meta li a:hover {
  text-decoration: underline;
}
.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment-body {
  position: relative;
}
.comment-meta > * {
  display: block;
}
.comment-content,
.comment-meta {
  margin-left: 85px;
}
.comment-author,
.comment-reply-title {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  color: #313131;
}
.comment-reply-title {
  margin-bottom: 35px;
}
.comment-author a {
  color: #313131;
}
.comment-author a:hover {
  color: red;
}
.comment-date {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: -2px;
}
.comment-list .comment {
  margin-bottom: 30px;
}
.comment-respond {
  padding-top: 40px;
}
.comment-form p {
  margin-bottom: 25px;
}
.comment-form input[type="email"],
.comment-form input[type="number"],
.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  height: 50px;
  padding: 7px 20px;
}
.comment-form textarea {
  height: 130px;
}
.comment-form .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comment-form .row > * {
  padding-left: 13px;
  padding-right: 13px;
  width: 33.3333%;
  float: left;
}
.comment-form .form-submit .button {
  height: 42px;
  line-height: 42px;
}
.sidebar {
  padding-left: 45px;
}
.left-sidebar .sidebar {
  padding-left: 15px;
  padding-right: 45px;
}
.sidebar .moduletable,
.sidebar .widget {
  background: var(--light-grey-1);
  padding: 30px;
  margin-bottom: 40px;
}
.sidebar .moduletable > h3,
.sidebar .widget-title {
  font-size: 16px;
  color: #313131;
  font-weight: 500;
  margin-bottom: 25px;
}
.sidebar .moduletable ul,
.sidebar .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .moduletable ul li,
.sidebar .widget ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f3f3f3;
  font-size: 16px;
  line-height: 26px;
}
.sidebar .moduletable ul li h4 {
  font-weight: 400;
}
.login-form-widget {
  padding: 35px 30px 20px;
}
.login-form-widget .field {
  margin-bottom: 20px;
}
.login-form-widget .input-field input {
  background: #fff;
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.login-form-widget label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 7px;
}
.login-form-widget .submit-field {
  font-size: 16px;
}
.login-form-widget .submit-field > * {
  display: inline-block;
  vertical-align: middle;
}
.login-form-widget .submit-field span {
  margin: 0 25px;
  font-weight: 500;
}
.login-form-widget .submit-field a {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 500;
}
.login-form-widget .submit-field .button {
  height: 36px;
  line-height: 36px;
  padding: 0 25px;
}
.page .page-title {
  min-height: 460px;
}
.page .site-main {
  padding-bottom: 30px;
}
.article-item {
  margin-bottom: 70px;
}
article.article-item {
  margin-bottom: 30px;
}
.support-button {
  margin-top: 35px;
}
.support-widget .button {
  margin-top: 35px;
}
.faq-page .page-title {
  min-height: 460px;
}
.sidebar .widget .faq-list-widget li {
  border: none;
  font-size: 14px;
  line-height: 24px;
}
.sidebar .widget .faq-list-widget li:first-child {
  padding-top: 2px;
}
.sidebar .widget .faq-list-widget li:last-child {
  padding-bottom: 2px;
}
.sidebar .widget .faq-list-widget li > a {
  display: block;
  padding: 5px 0;
  position: relative;
}
.sidebar .widget .faq-list-widget li > a:before {
  display: block;
  height: 0;
  width: 5px;
  background: red;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -30px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.sidebar .widget .faq-list-widget li.active > a:before,
.sidebar .widget .faq-list-widget li > a:hover:before {
  height: 100%;
}
.faq-list-widget h3 {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.contact-page .site-main {
  padding-bottom: 0;
}
.contact-title {
  font-size: 18px;
  color: var(--grey-1);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.contact-list {
  text-align: center;
}
.sidebar .widget .contact-list li {
  padding: 18px 0;
  font-size: 16px;
  line-height: 20px;
}
.sidebar .widget .contact-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.contact-list li p {
  line-height: 20px;
}
.contact-list h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--grey-1);
  margin-bottom: 15px;
}
.contact-list .icons img {
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 0 !important;
}
.page-404 .site-main .container {
  text-align: center;
}
.error-content h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #313131;
  margin-bottom: 20px;
}
.error-desc {
  font-weight: 500;
}
.error-content a {
  text-decoration: underline;
}
.error-search-form {
  background: #f4f4f4;
  max-width: 370px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  position: relative;
  margin-top: 40px;
}
.error-search-form input[type="search"] {
  height: 50px;
  padding: 10px 20px;
  font-weight: 500;
  background: 0 0;
  border: none;
  width: 100%;
}
.error-search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  right: 0;
  background: 0 0;
  border: none;
  font-size: 18px;
  text-align: center;
  line-height: 52px;
}
.home1 .page-title {
  /* height: 720px; */
}
.home1 .sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.site-bottom {
  /* background: #27343d; */
  /* color: #ecf0f1; */
  padding: 30px 0 0px;
}
.site-bottom p {
  margin-bottom: 10px;
}
.site-bottom a,
.site-footer a {
  /* color: #ecf0f1; */
}
.site-bottom a:hover,
.site-footer a:hover {
  color: red;
}
.site-bottom .moduletable,
.site-bottom .widget {
  margin-bottom: 50px;
}
.site-bottom .moduletable > h3,
.site-bottom .widget-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.site-bottom .textwidget {
  padding-right: 30px;
}
.site-bottom .moduletable ul,
.site-bottom .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-bottom .moduletable ul li,
.site-bottom .widget ul li {
  padding: 0 0 8px;
}
.site-footer {
  /* background: #1f2930;
  color: #fff; */
  /* padding: 18px 0; */
}
.back-to-top {
  color: #fff;
  display: inline-block;
  float: right;
  padding-right: 25px;
  background: url(/static/website/static/images/back-to-top-icon.png) no-repeat right center;
}
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 9999;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Poppins Light"), local("Poppins-Light"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2)
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Poppins Light"), local("Poppins-Light"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Poppins Light"), local("Poppins-Light"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJbecmNE.woff2)
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJnecmNE.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJfecg.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2)
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2)
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2)
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #218838;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5) !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #218838 !important;
  border-color: #218838 !important;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5) !important;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #c82333;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.dropdown-menu-center {
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
  min-width: 70px;
}
.light-lang {
  display: none;
}
.bg-anon_icon img {
  background-position: right;
}
.bg-basic_accelerator {
  width: 46px;
  height: 46px;
  background: url("/static/website/static/images/icons/icons_sprites.png") -184px -10px;
}
.bg-icon_chat {
  background: url("/static/website/static/images/icons/icons_sprites.png") -90px -10px;
  width: 74px;
  height: 64px;
  margin-right: 35px;
  float: left;
}
.bg-icon_devices {
  width: 70px;
  height: 70px;
  background: url("/static/website/static/images/icons/icons_sprites.png") -10px -10px;
}
.bg-software_pencil {
  width: 46px;
  height: 46px;
  background: url("/static/website/static/images/icons/icons_sprites.png") -76px -164px;
}
#dropdownMenu1 + .dropdown-menu a {
  display: flex;
  justify-content: space-around;
  padding: 5px 8px;
}
.chat_icon {
  background: url(/images/icons/chat_icon.png);
  width: 64px;
  height: 64px;
  margin-right: 35px;
  float: left;
}
@media screen and (max-width: 1200px) {
  .light-header .main-menu > ul > li > a {
    color: var(--grey-1) !important;
  }
  .mobile-btn {
    display: block;
    width: 38px;
    height: 38px;
    font-size: 30px;
    text-align: center;
    line-height: 38px;
    color: #42c37a;
    cursor: pointer;
  }
  .mobile-btn img {
    vertical-align: top;
    margin-top: 3px;
  }
  .main-menu .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    width: auto;
    margin: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    display: none;
  }
  .main-menu li:hover > .sub-menu {
    margin: 0;
  }
  body.menu-open {
    position: relative;
  }
  body.menu-open:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    z-index: 10;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
  }
  body.menu-open .main-menu > ul {
    top: 0;
  }
  .service-box {
    padding: 35px;
  }
  .service-title {
    margin-left: 60px;
  }
  .service-box.has-bg .service-title,
  .service-center .service-title {
    margin-left: 0;
  }
  .service-box .icon {
    top: 30px;
  }
}
@media screen and (max-width: 989px) {
  .sidebar {
    padding-left: 15px;
  }
  .left-sidebar .sidebar {
    padding-right: 15px;
  }
  .main-content {
    margin-bottom: 60px;
  }
  .left-sidebar .main-content {
    float: none;
  }
  .site-bottom .row > :nth-child(2n + 1) {
    clear: both;
  }
  .intro-box {
    padding-right: 0;
  }
  .service-box {
    margin-bottom: 30px;
  }
  .team {
    margin-bottom: 30px;
  }
  .section.light-bg {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    text-align: center;
  }
  .back-to-top {
    float: none;
    margin-top: 10px;
  }
  .intro-box {
    margin-bottom: 40px;
  }
  .section .row .col-xs-6:nth-child(2n + 1) {
    clear: both;
  }
  .page-title-search {
    flex-wrap: wrap;
  }
  .page-title-search:before {
    top: 26px;
  }
  .page-title-search input[type="search"] {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-title-search #myDropdown.dropbtn,
  .page-title-search input[type="submit"] {
    width: 50%;
  }
}
@media screen and (max-width: 540px) {
  .comment-form .row > *,
  .section .row .col-xs-6 {
    width: auto;
    float: none;
  }
  #blocLinkDownload {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #blocLinkDownload h2 {
    font-size: 20px;
  }
  #blocLinkDownload a {
    white-space: normal;
  }
  #blocLinkDownload .btn-success {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  h2{
    font-size: 30px !important;
  }
  .page-title h1 {
    font-size: 30px;
  }
  .post-title {
    font-size: 22px;
  }
  .site-bottom .row > * {
    float: none;
    width: auto;
  }
  .page-title-search:before {
    left: 15px;
  }
}
@media screen and (max-width: 380px) {
  h2{
    font-size: 30px !important;
  }
  .login-button {
    font-size: 0;
    /* padding: 0 15px; */
  }
  .login-button:before {
    font-size: 16px;
    font-family: Poppins, sans-serif;
  }
  .page-title h1 {
    font-size: 36px;
  }
  .post-meta {
    font-size: 12px;
  }
  .sidebar .widget {
    padding: 30px 20px;
  }
  .sidebar .widget .faq-list-widget li > a:before {
    left: -20px;
  }
  .page-title-search input[type="search"],
  .page-title-search input[type="text"] {
    padding: 8px 55px 8px 10px;
  }
  .page-title-search:before {
    left: auto;
    right: 0;
    height: auto;
    top: 0;
    bottom: 0;
    background-color: #42c37a;
    display: none;
    width: 50px;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
  .page-404 .site-main .container {
    padding: 0 15px;
  }
  .service-box {
    padding: 30px 20px;
  }
  .service-box .icon {
    left: 25px;
  }
}
.tiva-social {
  padding-top: 10px;
}
.tiva-social a {
  color: #fff;
  position: relative;
  height: 36px;
  width: 36px;
  margin: 0 15px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  -webkit-transform: translateZ(0);
  display: inline-block;
  font-size: 20px !important;
}
.tiva-social a:active {
  -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%)
    hue-rotate(-50deg) saturate(400%) contrast(2);
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg)
    saturate(1500%) contrast(0.8);
}
.tiva-social a:hover {
  -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%)
    hue-rotate(-50deg) saturate(400%) contrast(2);
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg)
    saturate(1500%) contrast(0.8);
}
.tiva-social a:after {
  position: absolute;
  top: -12px;
  left: -10px;
  content: "";
  height: 55px;
  width: 55px;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #fff;
  -moz-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.tiva-social a i {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  margin-top: 0;
}
.tiva-social img {
  width: 22px;
  padding-bottom: 5px;
}
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
  margin-bottom: -11px;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.form-inline .form-check-input {
  position: relative;
  margin-top: 0;
  margin-right: 0.25rem;
  margin-left: 0;
}
.titleFooter {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: normal;
}
.social-media {
  margin-top: 30px;
  vertical-align: 8px;
  display: inline-block;
  margin-right: 4px;
}
.fb-like {
  display: inline-flex !important;
  margin-right: 4px !important;
}
.st-custom-button[data-network] {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
}
.st-custom-button img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 1;
}
.copyright img {
  width: 32px;
  height: 32px;
  margin-right: 6px;
}
.twitter-custom-button {
  margin-left: 4px;
  vertical-align: middle;
}
.light-header .main-menu > ul > li > a {
  color: #fff;
}
.is-sticky .light-header .main-menu > ul > li > a {
  color: var(--grey-1);
}
.light-header
  .main-menu
  > ul
  > li.current-menu-item
  > a
  .is-sticky
  .light-header
  .main-menu
  ul
  li.current-menu-parent
  > a,
.light-header .main-menu > ul > li:hover > a,
.main-menu ul li.current-menu-item > a,
.main-menu ul li.current-menu-parent > a,
.main-menu ul li:hover > a {
  color: red !important;
}
.btn-secondary {
  color: #fff;
  /* background-color: #6c757d; */
  /* border-color: #6c757d; */
}
.is-sticky .light-header .logo,
.light-logo {
  display: none;
}
.is-sticky .light-header .light-logo {
  display: block;
}
.tiva-social img {
  width: 63%;
  height: 63%;
}
.arrow-footer {
  vertical-align: middle;
  font-size: 16px;
}

.custom-text h2 b{
	font-size: 30px !important;
}

#bottom .moduletable{
  padding-left: 40px !important;
  padding-right: 40px !important;
}