/* CUSTOM SCROLL BAR MIXIN */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

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 {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  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-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #000;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0047c2;
  text-decoration: none; }
  a:hover, a:focus {
    color: #002b76;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: 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.3;
  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: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 27px;
  color: #0f73ee; }

h3, .h3 {
  font-size: 20px;
  color: #0f73ee; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  padding: .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-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #0047c2; }

a.text-primary:hover,
a.text-primary:focus {
  color: #00348f; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0047c2; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00348f; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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;
  -webkit-appearance: none;
  appearance: none; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 49px; } }
.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label, fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled] .checkbox label {
    cursor: not-allowed; }
  .radio label, .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled, fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled] .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #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-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -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-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #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; }
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 1em 1.5em;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    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], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #0047c2;
  border-color: #003ea9; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #00348f;
    border-color: #000f29; }
  .btn-primary:hover {
    color: #fff;
    background-color: #00348f;
    border-color: #00276b; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00348f;
    background-image: none;
    border-color: #00276b; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #00276b;
      border-color: #000f29; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #0047c2;
    border-color: #003ea9; }
  .btn-primary .badge {
    color: #0047c2;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .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-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.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 > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #0047c2;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #002b76;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].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; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.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: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  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.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0047c2;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.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: 14px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

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

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-addon:first-child {
  border-right: 0; }

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

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    /*background-color: $nav-link-hover-bg;
    border-color: $link-color;*/ }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0047c2; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: auto;
  margin-bottom: 0;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  /*padding-top: 20px;
  padding-bottom: 20px;*/
  display: flex;
  align-items: center; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .navbar-header {
      width: auto;
      justify-content: flex-start; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  height: auto;
  padding: 20px 0px 20px 0px;
  line-height: 22px; }
  @media only screen and (max-width: 991px) {
    .navbar-brand {
      max-width: 100%;
      padding: 20px 0px 20px 0px;
      display: block; } }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block;
    width: 190px;
    height: 34px; }
    @media only screen and (min-width: 375px) {
      .navbar-brand > img {
        width: 235px;
        height: 39px; } }
    @media only screen and (min-width: 641px) {
      .navbar-brand > img {
        width: 322px;
        height: 58px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .navbar-brand > img {
        max-width: 100%; } }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: auto-34px/2;
  margin-bottom: auto-34px/2;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle.collapsed .icon-bar.top-bar {
    transform: rotate(0); }
  .navbar-toggle.collapsed .icon-bar.middle-bar {
    opacity: 1; }
  .navbar-toggle.collapsed .icon-bar.bottom-bar {
    transform: rotate(0); }
  .navbar-toggle .icon-bar {
    display: block;
    width: 23px;
    height: 3px;
    border-radius: 1px;
    background: #063992; }
    .navbar-toggle .icon-bar.top-bar {
      transform: rotate(45deg);
      transform-origin: 0% 0%; }
    .navbar-toggle .icon-bar.middle-bar {
      opacity: 0; }
    .navbar-toggle .icon-bar.bottom-bar {
      transform: rotate(-45deg);
      transform-origin: 10% 100%; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: auto-22px/2/2 -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: auto-22px/2;
          padding-bottom: auto-22px/2; } }

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: auto-36px/2;
  margin-bottom: auto-36px/2; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: auto-36px/2;
  margin-bottom: auto-36px/2; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: auto-33px/2;
    margin-bottom: auto-33px/2; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: auto-22/2;
    margin-bottom: auto-22/2; }

.navbar-text {
  margin-top: auto-22px/2;
  margin-bottom: auto-22px/2; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.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-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@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; } }
.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.right {
    right: 0;
    left: auto; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !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; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !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; }

  th.visible-md,
  td.visible-md {
    display: table-cell !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; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !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; }

  th.visible-print,
  td.visible-print {
    display: table-cell !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; } }
.cookie-notice {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #063992;
  z-index: 999999;
  width: 100%;
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 18px;
  padding: 15px 20px;
  display: block; }
  .cookie-notice p {
    color: inherit; }
  .cookie-notice a {
    color: white;
    text-decoration: underline; }
    .cookie-notice a:hover, .cookie-notice a:focus {
      text-decoration: underline;
      color: white; }
  @media only screen and (min-width: 768px) {
    .cookie-notice {
      padding-right: 100px; } }
  @media only screen and (min-width: 768px) {
    .cookie-notice .text-md-right {
      /*text-align: right;*/ } }

body {
  overflow-x: hidden; }
  @media screen and (min-width: 992px) {
    body {
      padding-top: 140px; } }
  body.block-scroll {
    overflow: hidden; }
    body.block-scroll header {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      background-color: #fff; }
      body.block-scroll header .dandblogoheader {
        display: none; }

@media only screen and (min-width: 992px) {
  body.block-scroll header .main-nav-wrapper .nav.navbar-nav {
    visibility: hidden; } }
#midcontent {
  margin: 30px 0; }

.page-wrapper {
  overflow-x: hidden;
  width: 100%; }

h2,
h3 {
  color: #0f73ee; }

img {
  max-width: 100%; }

header {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid red;
  box-shadow: 0 0 5px rgba(6, 57, 146, 0.25);
  width: 100%;
  background-color: #fff; }
  @media only screen and (min-width: 992px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1001; } }
  header .main-nav-wrapper .nav.navbar-nav {
    float: none;
    padding: 15px 0 0; }
    header .main-nav-wrapper .nav.navbar-nav::before, header .main-nav-wrapper .nav.navbar-nav::after {
      display: none; }
    header .main-nav-wrapper .nav.navbar-nav > li {
      float: none; }
      header .main-nav-wrapper .nav.navbar-nav > li.submenu-full-width {
        position: static; }
        header .main-nav-wrapper .nav.navbar-nav > li.submenu-full-width .dropdown-menu {
          left: 0;
          transform: none;
          width: 100%; }
    header .main-nav-wrapper .nav.navbar-nav .header-contact-info {
      font-size: 1.2em;
      border: 1px solid rgba(255, 255, 255, 0.08);
      background: #4572ff;
      margin-top: 20px;
      font-weight: bold; }
      header .main-nav-wrapper .nav.navbar-nav .header-contact-info a {
        color: #fff;
        display: block;
        padding: 10px 20px; }
        header .main-nav-wrapper .nav.navbar-nav .header-contact-info a:hover, header .main-nav-wrapper .nav.navbar-nav .header-contact-info a:focus {
          color: #fff;
          text-decoration: none; }
        header .main-nav-wrapper .nav.navbar-nav .header-contact-info a + a {
          border-top: 1px solid rgba(255, 255, 255, 0.08); }
  header .main-nav-wrapper .navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff; }
  header .main-nav-wrapper .nav > li > a:hover, header .main-nav-wrapper .nav > li > a:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.1); }
  header .navbar-nav > li > a {
    padding: 10px 15px;
    color: #063992; }
    @media only screen and (min-width: 992px) {
      header .navbar-nav > li > a {
        font-size: 12px; } }
    @media only screen and (min-width: 1200px) {
      header .navbar-nav > li > a {
        font-size: 14px; } }
  header .nav > li:last-child > a {
    border: 0; }
  header .nav > li > a:hover {
    color: #006df0;
    background: none; }
  header .header-contact-info > li {
    margin-bottom: 7px; }
    header .header-contact-info > li > a {
      padding: 0;
      font-size: 16px; }
      header .header-contact-info > li > a:focus {
        background: none; }
    header .header-contact-info > li.quote-request a {
      border-radius: 5em;
      letter-spacing: .1em;
      font-weight: bold;
      padding: .5em 1em;
      transition: all .2s;
      background: #4572ff;
      color: #fff;
      font-size: .8em;
      border: 1px solid #4572ff;
      text-transform: uppercase;
      display: inline-block; }
      header .header-contact-info > li.quote-request a:hover, header .header-contact-info > li.quote-request a:focus {
        background-color: #124bff;
        border-color: #124bff; }

@media only screen and (min-width: 992px) {
  header .main-nav-wrapper .nav.navbar-nav {
    padding: 0;
    position: relative; } }
@media only screen and (min-width: 992px) {
  header .main-nav-wrapper .nav.navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center; } }
@media only screen and (min-width: 641px) {
  header .main-nav-wrapper .nav.navbar-nav .header-contact-info {
    display: flex; } }
@media only screen and (min-width: 641px) {
  header .main-nav-wrapper .nav.navbar-nav .header-contact-info a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.08); } }
@media only screen and (min-width: 992px) {
  header .navbar-nav > li > a {
    padding: 10px 5px; } }
@media only screen and (min-width: 992px) {
  header .header-contact-info {
    display: flex;
    align-items: center; }
    header .header-contact-info::after, header .header-contact-info::before {
      display: none; } }
@media only screen and (min-width: 992px) {
  header .header-contact-info > li {
    margin-bottom: 0; } }
@media only screen and (min-width: 1200px) {
  header .header-contact-info > li > a {
    font-size: 20px; } }
@media only screen and (min-width: 992px) {
  header .header-contact-info > li + li {
    margin-left: 25px; } }
@media only screen and (min-width: 992px) {
  header .header-contact-info > li.quote-request a {
    padding: .7em 1.5em;
    font-size: 0.9em; } }
header .navbar-nav .dropdown-toggle.lazy:after {
  -webkit-mask: none;
  mask: none; }
header .navbar-nav .dropdown-toggle:after {
  content: "";
  width: 10px;
  height: 14px;
  -webkit-mask: url(../images/caret-down-ico.svg) no-repeat 1px -1px/10px;
  display: inline-block;
  top: 18px;
  right: auto;
  position: absolute;
  mask: url(../images/caret-down-ico.svg) no-repeat 0px -1px/10px;
  -webkit-mask-size: contain;
  background-color: #fff; }
  @media only screen and (min-width: 992px) {
    header .navbar-nav .dropdown-toggle:after {
      right: -7px; } }

.mobile-show-business-excellence {
  margin-left: 20px; }
  .mobile-show-business-excellence img {
    max-width: 100%;
    width: 70px;
    height: 39px; }
    @media only screen and (min-width: 641px) {
      .mobile-show-business-excellence img {
        width: 104px;
        height: 58px; } }

.main-nav-wrapper {
  background-color: #063992; }

@media only screen and (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block; }

  .dropdown.submenu-full-width.open > .dropdown-menu {
    display: none; }

  .dropdown.submenu-full-width:hover > .dropdown-menu,
  .dropdown.submenu-full-width.open:hover > .dropdown-menu {
    display: flex; } }
/*@media only screen and (min-width: 992px) {
    .navbar-nav .dropdown:nth-child(4) .dropdown-menu {
        min-width: 275px;
    }
}*/
@media only screen and (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-menu {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    min-width: 200px; }
    .navbar-nav .dropdown .dropdown-menu.mega-dropdown .column {
      width: 28%;
      padding-right: 10px;
      padding-left: 10px; } }
.navbar-nav .dropdown-menu-large {
  margin-left: 0;
  margin-right: 0;
  padding: 0px; }
  .navbar-nav .dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0; }
    .navbar-nav .dropdown-menu-large > li > ul > li {
      list-style: none; }
      .navbar-nav .dropdown-menu-large > li > ul > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: normal; }
  .navbar-nav .dropdown-menu-large > li ul > li > a:hover, .navbar-nav .dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }
  .navbar-nav .dropdown-menu-large .disabled > a {
    color: #999; }
    .navbar-nav .dropdown-menu-large .disabled > a:hover, .navbar-nav .dropdown-menu-large .disabled > a:focus {
      color: #999; }
    .navbar-nav .dropdown-menu-large .disabled > a:hover, .navbar-nav .dropdown-menu-large .disabled > a:focus {
      text-decoration: none;
      background-color: transparent;
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
      cursor: not-allowed; }
  .navbar-nav .dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px; }

@media only screen and (min-width: 992px) {
  .navbar-nav .dropdown-menu-large {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    min-width: 335px; } }
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0; }
    .dropdown-menu-large > li:last-child {
      margin-bottom: 0; }
    .dropdown-menu-large .dropdown-header {
      padding: 3px 15px !important; } }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    position: relative;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; }
    @media only screen and (min-width: 992px) {
      .dropdown-menu > li > a {
        color: #333; } }
    .dropdown-menu > li > a > .icon {
      margin-right: 7px;
      flex: 0 0 25px; }
      .dropdown-menu > li > a > .icon img {
        width: 25px;
        height: 25px;
        object-fit: contain; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      text-decoration: none;
      color: #fff;
      background-color: transparent; }
      @media only screen and (min-width: 992px) {
        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
          color: #262626; } }
    .dropdown-menu > li > a:hover::before, .dropdown-menu > li > a:focus::before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .dropdown-menu > li > a::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      background: -moz-linear-gradient(right, rgba(237, 243, 255, 0) 0%, #edf3ff 80%);
      background: -webkit-gradient(linear, right top, right top, color-stop(0%, rgba(237, 243, 255, 0)), color-stop(80%, #edf3ff));
      background: -webkit-linear-gradient(right, rgba(237, 243, 255, 0) 0%, #edf3ff 80%);
      background: -o-linear-gradient(right, rgba(237, 243, 255, 0) 0%, #edf3ff 80%);
      background: -ms-linear-gradient(right, rgba(237, 243, 255, 0) 0%, #edf3ff 80%);
      background: linear-gradient(to right, rgba(237, 243, 255, 0) 0%, #edf3ff 80%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 25% 0 0;
      transform-origin: 25% 0 0;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
  .dropdown-menu > .active > a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #4572ff; }
    .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      background-color: #5f85ff; }
    .dropdown-menu > .active > a > .icon {
      filter: brightness(0) invert(1); }
  .dropdown-menu > .column > li > a {
    display: flex;
    align-items: center;
    padding: 10px 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    position: relative;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    				/*> .icon {
                        margin-right: 7px;
                        flex: 0 0 25px;
    
                        img {
                            width: 25px;
                            height: 25px;
                            object-fit: contain;
                        }
                    }*/ }
    @media only screen and (min-width: 992px) {
      .dropdown-menu > .column > li > a {
        color: #333; } }
    .dropdown-menu > .column > li > a:hover, .dropdown-menu > .column > li > a:focus {
      text-decoration: none;
      color: #fff;
      background-color: transparent; }
      @media only screen and (min-width: 992px) {
        .dropdown-menu > .column > li > a:hover, .dropdown-menu > .column > li > a:focus {
          color: #262626; } }
    @media only screen and (min-width: 992px) {
      .dropdown-menu > .column > li > a:hover::before, .dropdown-menu > .column > li > a:focus::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      .dropdown-menu > .column > li > a::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        background: -moz-linear-gradient(right, rgba(237, 243, 255, 0) 0%, #edf3ff 80%);
        background: -webkit-gradient(linear, right top, right top, color-stop(0%, rgba(237, 243, 255, 0)), color-stop(80%, #edf3ff));
        background: -webkit-linear-gradient(right, rgba(237, 243, 255, 0) 0%, #edf3ff 80%);
        background: -o-linear-gradient(right, rgba(237, 243, 255, 0) 0%, #edf3ff 80%);
        background: -ms-linear-gradient(right, rgba(237, 243, 255, 0) 0%, #edf3ff 80%);
        background: linear-gradient(to right, rgba(237, 243, 255, 0) 0%, #edf3ff 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 25% 0 0;
        transform-origin: 25% 0 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; } }
  .dropdown-menu > .column > .active > a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #4572ff; }
    .dropdown-menu > .column > .active > a:hover, .dropdown-menu > .column > .active > a:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      background-color: #5f85ff; }
    .dropdown-menu > .column > .active > a > .icon {
      filter: brightness(0) invert(1); }
  .dropdown-menu > .disabled > a {
    color: #777; }
    .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
      color: #777; }
    .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
      text-decoration: none;
      background-color: transparent;
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
      cursor: not-allowed; }

.affiliate-banner .affiliate-banner-img {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px; }

.light-bg {
  background-color: rgba(0, 71, 194, 0.05);
  padding-top: 30px;
  margin: 20px 0 40px; }
  .light-bg section.pricing {
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .light-bg {
    padding-bottom: 50px; } }
.btn.view-all {
  font-size: 80%;
  border-radius: 5em;
  letter-spacing: .1em;
  font-weight: bold;
  padding: 1em 1.5em;
  transition: all .2s;
  background: #006df0;
  text-transform: uppercase;
  border-color: #006df0;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }
  .btn.view-all:hover {
    background: #0056bd; }

.certificates-logo-wrapper .logoRight.carousel-control.carousel-control-next {
  right: 15px;
  left: auto; }
.certificates-logo-wrapper .logoLeft.carousel-control.carousel-control-prev {
  left: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg); }

.cert-badg-wrapper {
  padding: 0;
  overflow: hidden;
  background-color: #f2f2f2;
  height: 160px; }
  .cert-badg-wrapper .carousel-control-next,
  .cert-badg-wrapper .carousel-control-prev {
    opacity: 1;
    height: 17px;
    width: 43px;
    background: url(../images/arrow-right-2.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%); }

.certificates-logo-wrapper {
  position: relative;
  padding-right: 60px;
  padding-left: 60px; }
  .certificates-logo-wrapper .single-logo {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .2s ease-out;
    position: relative;
    background: #f2f2f2; }

.cert-badg-wrapper .certificates-logo-wrapper img {
  width: 100%;
  height: 120px;
  mix-blend-mode: darken;
  object-fit: scale-down;
  display: block; }
.cert-badg-wrapper .certificates-logo-wrapper .item > div {
  background: #f2f2f2;
  mix-blend-mode: darken;
  padding: 22px 14px; }
  .cert-badg-wrapper .certificates-logo-wrapper .item > div:hover {
    transform: scale(1.2);
    mix-blend-mode: darken;
    transition: all .2s ease-out; }

.subscription-outer-wrapper {
  background-color: #0047c2;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px; }

.subscription-wrapper {
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 1200px) {
    .subscription-wrapper {
      justify-content: space-between; } }
  @media only screen and (max-width: 1199px) {
    .subscription-wrapper {
      flex-direction: column; } }
  .subscription-wrapper .heading-wrapper {
    margin-bottom: 15px; }
    @media only screen and (min-width: 641px) {
      .subscription-wrapper .heading-wrapper {
        display: flex;
        align-items: center; } }
    @media only screen and (min-width: 1200px) {
      .subscription-wrapper .heading-wrapper {
        padding-right: 50px;
        margin-bottom: 0;
        flex: 0 0 45%; } }
    @media only screen and (max-width: 640px) {
      .subscription-wrapper .heading-wrapper {
        text-align: center; } }
  .subscription-wrapper .icon-wrapper {
    font-size: 50px; }
    @media only screen and (min-width: 641px) {
      .subscription-wrapper .icon-wrapper {
        margin-right: 15px; } }
  .subscription-wrapper h2,
  .subscription-wrapper .heading {
    font-size: 24px;
    font-weight: 600;
    color: inherit;
    padding: 0;
    margin: 0px;
    line-height: 1.2; }
  .subscription-wrapper p {
    margin-bottom: 0;
    color: inherit;
    line-height: 1.3;
    font-size: 14px; }
  @media only screen and (min-width: 1200px) {
    .subscription-wrapper .form-wrapper {
      flex: 0 0 55%; } }
  @media only screen and (max-width: 640px) {
    .subscription-wrapper .form-wrapper {
      width: 100%; } }

@media only screen and (min-width: 641px) {
  #mc_embed_signup .mc-form-flex {
    display: flex;
    justify-content: flex-end; } }
#mc_embed_signup .mc-form-flex input {
  padding: 12px;
  border: none;
  background-color: white;
  font-size: 16px;
  width: 100%;
  color: black; }
#mc_embed_signup .mc-form-flex .mc-field-group {
  position: relative;
  flex-grow: 1; }
  @media only screen and (max-width: 640px) {
    #mc_embed_signup .mc-form-flex .mc-field-group {
      margin-bottom: 15px; } }
  @media only screen and (min-width: 641px) {
    #mc_embed_signup .mc-form-flex .mc-field-group + .mc-field-group {
      margin-left: 15px; } }
#mc_embed_signup .mc-form-flex div.mce_inline_error {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 14px; }
#mc_embed_signup .mc-form-flex #mc-embedded-subscribe {
  padding: 12px 15px;
  font-weight: 600;
  border: none;
  color: white;
  background-color: #4572ff;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none; }
  @media only screen and (min-width: 641px) {
    #mc_embed_signup .mc-form-flex #mc-embedded-subscribe {
      width: auto; } }
  #mc_embed_signup .mc-form-flex #mc-embedded-subscribe:hover {
    opacity: 0.9; }

.paper-plane.lazy::before {
  -webkit-mask: none;
  mask: none; }
.paper-plane::before {
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  -webkit-mask: url(../images/paper-plane-ico.svg) no-repeat 0px 0px/17px;
  mask: url(../images/paper-plane-ico.svg) no-repeat 0px 0px/17px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  background-color: white; }
.paper-plane::before {
  position: relative;
  top: -5px; }

footer {
  background: #000;
  padding: 50px 0px 0px 0px;
  color: #989898; }
  @media only screen and (max-width: 767px) {
    footer .col-sm-6 {
      margin-bottom: 20px; } }
  footer p {
    color: #6a6a6b;
    font-size: 13px; }
    footer p a {
      color: #6a6a6b;
      padding: 0px 6px; }
  footer h3,
  footer h2,
  footer .col-heading {
    font-family: inherit;
    margin: 0 0 10px 0;
    padding: 0px;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400; }

.customer-base {
  padding: 7px 0; }

.footlist {
  margin: 0px 0px 0px 0px;
  padding: 0px 25px 0px 0px; }
  .footlist li.lazy:before {
    -webkit-mask: none;
    mask: none; }
  .footlist li {
    margin: 0px;
    padding: 7px 5px 7px 15px;
    list-style-type: none;
    border-bottom: 1px dotted #5a5a5a;
    position: relative; }
    .footlist li:last-child {
      border-bottom: 0px; }
    .footlist li:before {
      content: "";
      position: absolute;
      background-color: #989898;
      left: 0px;
      top: 13px;
      display: inline-block;
      width: 8px;
      height: 9px;
      -webkit-mask: url(../images/footer-right-ico.svg) no-repeat 0px -1px/10px;
      mask: url(../images/footer-right-ico.svg) no-repeat 0px -1px/10px;
      -webkit-mask-size: contain; }
    .footlist li:hover:before {
      background-color: #fff; }
    .footlist li a {
      color: #989898;
      display: block;
      padding: 0px 0px;
      font-size: 14px; }
      .footlist li a:hover {
        color: #fff;
        text-decoration: none; }

.footlist1 {
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 0px; }
  .footlist1 li {
    margin: 0px;
    padding: 7px 5px 7px 5px;
    list-style-type: none;
    border-bottom: 1px dotted #5a5a5a;
    position: relative;
    color: #989898;
    font-size: 14px; }
    .footlist1 li img {
      margin-right: 5px;
      border: 1px solid #eee;
      width: 25px;
      height: 17px; }
    .footlist1 li:last-child {
      border-bottom: 0px; }
    .footlist1 li a {
      color: #989898;
      padding: 0px 0px;
      font-size: 14px; }
      .footlist1 li a:hover {
        color: #fff;
        text-decoration: none; }
  .footlist1 .glyphicon,
  .footlist1 .fa {
    margin-right: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    float: left; }
  .footlist1 .glyphicon-envelope {
    font-size: 24px; }
  .footlist1 .fa-skype {
    font-size: 24px; }
    .footlist1 .fa-skype + a {
      display: inline-block;
      margin-top: 6px; }

.footerbtm {
  background: #1f1f1f;
  padding: 15px 0px 5px 0px;
  background-color: #131313;
  margin-top: 30px; }
  .footerbtm .container p {
    color: #989898;
    margin-top: 9px;
    text-align: center; }
    .footerbtm .container p a {
      color: #989898; }

@media only screen and (max-width: 1440px) {
  .footerbtm {
    padding: 15px 0px 22px 0px; } }
.footerbtm .socialicons {
  /*float: right;*/
  display: inline-block; }
  @media only screen and (max-width: 991px) {
    .footerbtm .socialicons {
      display: flex;
      justify-content: center; } }

.socialicons a {
  width: 34px;
  height: 34px;
  display: block;
  background-position: top left;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  float: left;
  opacity: 0.5; }
  .socialicons a:hover {
    background-position: bottom left;
    opacity: 1; }

.text-white {
  color: #fff !important; }

.custom-banner-bottom,
.blue-seperator {
  background-color: #0047c2;
  padding: 10px 0; }
  @media only screen and (min-width: 1280px) {
    .custom-banner-bottom,
    .blue-seperator {
      padding: 20px 0; } }
  .custom-banner-bottom h1,
  .custom-banner-bottom .title,
  .blue-seperator h1,
  .blue-seperator .title {
    margin: 0;
    padding: 0;
    line-height: 34px;
    font-size: 24px;
    font-weight: 500; }
    .custom-banner-bottom h1 + .container,
    .custom-banner-bottom .title + .container,
    .blue-seperator h1 + .container,
    .blue-seperator .title + .container {
      margin-top: 15px; }

.py-5 {
  padding: 50px 0; }

.pt-2 {
  padding-top: 20px; }

.mb-0 {
  margin-bottom: 0 !important; }

@media only screen and (min-width: 768px) {
  #back-top {
    position: fixed;
    right: 100px;
    bottom: 34px;
    margin: 0;
    z-index: 1111; }
    #back-top a {
      width: 35px;
      display: block;
      text-align: center;
      font: 13px/100% Arial, Helvetica, sans-serif;
      line-height: 17px;
      text-transform: uppercase;
      text-decoration: none;
      color: #063992;
      transition: transform ease 0.2s; }
      #back-top a:hover {
        color: #000;
        transform: scale(1.5); }
    #back-top span {
      width: 35px;
      height: 35px;
      display: block;
      background: #0047c2 url(../images/cd-top-arrow.svg) no-repeat center center/10px auto;
      border-radius: 100%;
      -webkit-transition: 1s;
      -moz-transition: 1s;
      transition: 1s; } }
/* XML icon for sitemap */
.icon-xml {
  position: relative;
  padding-right: 30px; }
  .icon-xml::after {
    content: '';
    position: absolute;
    height: 16px;
    background: url("../images/icons/xml-icon.svg");
    width: 26px;
    top: 50%;
    left: 53px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    opacity: .5;
    margin-left: 3px; }

.cursor-pointer {
  cursor: pointer; }

.lazy,
.lazy:before {
  background-image: none !important; }

.footerbtm .foot-copyright-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 575px) {
    .footerbtm .foot-copyright-wrapper {
      flex-direction: column; } }
  .footerbtm .foot-copyright-wrapper .text-div {
    padding-right: 20px; }
    @media only screen and (max-width: 575px) {
      .footerbtm .foot-copyright-wrapper .text-div {
        padding-bottom: 20px; } }

.industries-we-serve {
  width: 100%;
  background-color: #003CB5;
  padding: 30px 0; }
  .industries-we-serve h1,
  .industries-we-serve h2,
  .industries-we-serve .title {
    text-align: center;
    padding: 0px 0px 30px 0px;
    margin: 0;
    font-size: 34px;
    color: #fff;
    line-height: 1.3;
    font-weight: 500; }
    .industries-we-serve h1.h3,
    .industries-we-serve h2.h3,
    .industries-we-serve .title.h3 {
      font-size: 24px;
      padding: 10px 0px 5px 0px;
      line-height: 22px;
      font-weight: 400; }
  .industries-we-serve h3,
  .industries-we-serve .sub-title {
    text-align: center;
    color: white;
    font-size: 24px;
    margin: 0px;
    padding: 10px 0px 5px 0px;
    line-height: 22px;
    font-weight: 400; }
  .industries-we-serve ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    flex-wrap: wrap;
    margin: 20px 0 0;
    padding: 0; }
    .industries-we-serve ul li {
      width: 100%;
      flex: 0 0 100%;
      margin-bottom: 30px;
      display: flex;
      align-items: center;
      font-size: 18px;
      color: #fff;
      font-style: italic; }
      .industries-we-serve ul li .icon {
        margin-right: 10px;
        height: 40px;
        width: 40px;
        background-color: #fff;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .industries-we-serve ul li .icon img {
          height: 25px;
          width: 25px;
          object-fit: contain; }
      .industries-we-serve ul li span:nth-child(2) {
        padding: 10px 10px;
        flex-grow: 1;
        background-color: rgba(255, 255, 255, 0.05);
        padding-left: 10px;
        border: 1px solid rgba(255, 255, 255, 0.08); }

.industries-we-serve.on-screen {
  background: #003CB5 url(../images/img-4.webp) no-repeat top center/cover fixed; }

.no-webp .industries-we-serve.on-screen {
  background: url("../images/img-4.jpg") no-repeat top center/cover fixed; }

@media only screen and (min-width: 641px) {
  .industries-we-serve ul li {
    width: 50%;
    flex: 0 0 50%;
    padding-right: 30px; } }
@media only screen and (min-width: 992px) {
  .industries-we-serve ul li {
    width: 25%;
    flex: 0 0 25%; } }
@media only screen and (min-width: 641px) {
  .industries-we-serve ul li .icon {
    height: 68px;
    width: 68px;
    flex: 0 0 68px; } }
@media only screen and (min-width: 641px) {
  .industries-we-serve ul li .icon img {
    height: 40px;
    width: 40px; } }
.overlay-back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.6; }

.overlay-back.show-back {
  display: block;
  opacity: 0.5; }

.disclaimer-popup {
  position: fixed;
  top: 50%;
  z-index: 5000;
  max-width: 950px;
  width: calc(100% - 30px);
  text-align: left;
  -webkit-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.4);
  background: #fff;
  border: 1px solid #ebebeb;
  right: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 0.3rem; }
  .disclaimer-popup:after {
    content: "";
    position: absolute;
    right: 2em;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    clear: both;
    display: none; }
  .disclaimer-popup .dis-header {
    background: #063992;
    padding: 12px 24px;
    font-weight: bold;
    color: #fff;
    font-size: 17px;
    border-radius: 0.3rem 0.3rem 0px 0px;
    text-align: center; }
    .disclaimer-popup .dis-header .dis-title {
      padding: 0 22px;
      line-height: normal; }
      @media only screen and (min-width: 576px) {
        .disclaimer-popup .dis-header .dis-title {
          font-size: 25px; } }
    .disclaimer-popup .dis-header .close-btn {
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      right: 10px;
      top: 21px;
      transition: 0.5s all;
      border: none;
      background-color: transparent; }
      .disclaimer-popup .dis-header .close-btn:hover {
        transform: rotate(-90deg);
        opacity: 0.8; }
      .disclaimer-popup .dis-header .close-btn::after, .disclaimer-popup .dis-header .close-btn::before {
        height: 20px;
        width: 2px;
        background: #fff;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg);
        transition: 0.5s all; }
      .disclaimer-popup .dis-header .close-btn::after {
        transform: rotate(-45deg); }
  .disclaimer-popup .dis-content {
    padding: 1.5em;
    padding-bottom: 0;
    max-height: calc(34vh - 30px);
    overflow: auto; }
    .disclaimer-popup .dis-content::-webkit-scrollbar {
      width: 0.5em;
      height: 0.5em; }
    .disclaimer-popup .dis-content::-webkit-scrollbar-thumb {
      background: #063992; }
    .disclaimer-popup .dis-content::-webkit-scrollbar-track {
      background: transparent; }
    .disclaimer-popup .dis-content {
      scrollbar-face-color: #063992;
      scrollbar-track-color: transparent; }
    @media only screen and (min-width: 576px) {
      .disclaimer-popup .dis-content {
        max-height: calc(70vh - 30px); } }
    .disclaimer-popup .dis-content .text-wrapper {
      margin-bottom: 20px; }
  .disclaimer-popup .dis-footer {
    padding: 1.5em; }
    .disclaimer-popup .dis-footer .buttons-wrapper {
      text-align: center; }
      .disclaimer-popup .dis-footer .buttons-wrapper button {
        border-radius: 8px; }

.disclaimer-overlay-back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.6; }
  .disclaimer-overlay-back.show-back {
    display: block;
    opacity: 0.5; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
#myCarousel {
  background: linear-gradient(to right, #272eaa, #2a31ae, #2d33b3, #2f36b7, #3239bc, #3239be, #3239c1, #3239c3, #2f36c3, #2c33c4, #2830c4, #252dc4); }
  #myCarousel .carousel-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: stretch; }
    #myCarousel .carousel-bg .container {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    #myCarousel .carousel-bg img,
    #myCarousel .carousel-bg svg {
      width: 500px;
      max-width: 100%;
      max-height: 100%;
      transform-origin: 50% 50%;
      transform: scale(1.2);
      margin-left: 0; }

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
  opacity: 0; }
.carousel-fade .carousel-inner .active {
  opacity: 1; }
  .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0; }
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
  left: 0;
  transform: translate3d(0, 0, 0); }
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }
.carousel-fade .carousel-control {
  z-index: 2; }

#text-slider .carousel-inner {
  overflow: visible; }
#text-slider .carousel-content {
  padding: 30px 15px; }
#text-slider .carousel-indicators li,
#text-slider .carousel-indicators .active {
  position: relative;
  z-index: 1; }
#text-slider .carousel-indicators li {
  height: 12px;
  width: 12px;
  background-color: #bbb;
  transition: all linear 0.2s; }
#text-slider .carousel-indicators .active {
  height: 12px;
  width: 12px;
  transform: scale(1.5);
  background-color: #fff;
  border: 2px solid #006df0; }

@media only screen and (min-width: 641px) {
  #text-slider .carousel-content {
    padding: 50px 15px; } }
@media only screen and (min-width: 1200px) {
  #text-slider .carousel-content {
    padding: 90px 0 90px calc(50vw - 570px); } }
@media only screen and (max-width: 767px) {
  #text-slider .carousel-content > div {
    height: 100%; } }
@media only screen and (min-width: 1200px) {
  #text-slider .carousel-indicators {
    display: flex;
    flex-direction: column;
    left: calc(50vw - 650px);
    top: 100px;
    bottom: auto;
    transform: none;
    width: auto;
    margin-right: 0;
    margin-left: 0; } }
@media only screen and (min-width: 1200px) {
  #text-slider .carousel-indicators::before {
    content: "";
    display: block;
    background-color: #bbb;
    position: absolute;
    height: calc(100% - 30px);
    width: 1px;
    top: 15px;
    left: 50%; } }
@media only screen and (min-width: 1200px) {
  #text-slider .carousel-indicators li,
  #text-slider .carousel-indicators .active {
    margin-top: 15px;
    margin-bottom: 15px; } }
@keyframes bg-anim1 {
  0% {
    background-position: 0 50%;
    -webkit-background-clip: text; }
  100% {
    background-position: 700px 50%;
    -webkit-background-clip: text; } }
.slide-wrapper .slide {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  height: calc(100vh - 77px); }
  .slide-wrapper .slide .text-wraper {
    pointer-events: all !important;
    padding-top: 15px; }
    @media only screen and (max-width: 575px) {
      .slide-wrapper .slide .text-wraper {
        text-align: center; } }
  .slide-wrapper .slide .infographic {
    width: 300px; }
    @media only screen and (min-width: 768px) {
      .slide-wrapper .slide .infographic {
        opacity: 0;
        animation: fadeInLeft 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s forwards; } }
    .slide-wrapper .slide .infographic svg {
      max-width: 100%;
      overflow: visible;
      transform-style: flat !important; }
  .slide-wrapper .slide h1.hero-title,
  .slide-wrapper .slide .hero-title {
    font-weight: 800;
    font-size: 24px;
    color: #fff;
    line-height: initial;
    text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.05);
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    text-align: center; }
    @media only screen and (min-width: 576px) {
      .slide-wrapper .slide h1.hero-title,
      .slide-wrapper .slide .hero-title {
        text-align: left; } }
    @media only screen and (min-width: 768px) {
      .slide-wrapper .slide h1.hero-title > span,
      .slide-wrapper .slide .hero-title > span {
        animation: fadeInRight 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s forwards;
        opacity: 0;
        display: block; } }
    @media only screen and (min-width: 768px) {
      .slide-wrapper .slide h1.hero-title > span span,
      .slide-wrapper .slide .hero-title > span span {
        background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMEAAACNCAYAAAAO2B6LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACY5JREFUeNrsnWmPHFcVhu/gjMfJxPZs9szYDB7vS3cDWXASNptgQIBAyF/4BUj5GPFj+IJQpHxAIISQECKKIrHEkQBlscEIE2IwViIcxzhyFGO8YXNf9S27XK6epbur6i7PIx3NuN3dU93nvnWXc+65I7/67QnjEXPW3jUANfIRz67nEVwCKYtgwtoiLoGURdCyNoZLIGURtK09gEsgVRHMWJu3thaXQKoi6LifEsEIboEURdDK/b4Ot0BqItjihkMZTI4hORG0Cv9+ELdASiLQ+L+NCCBlESxY24gIIGURdEoeewi3QCoi0N8+UPL4OG6BVESwvUeDZzgEyYig0+Px9bgFUhCBcoT2IwJIWQS7Te+g2MO4BVIQQXuJ/6MngOhFoB5gzzJDJZZJIWoR7LU2usxzGBJB1CJor+A5DIkgWhEoBrBzBc/biGsgVhEoQrwGEUDKImiv8HmIAKIUgcb5iyt87gSugRhFoM0zK90/PIlrIEYRdFbx3A0rnDsABCMC3dm3ruL5I/QGEJsIOn28Zgr3QEwiaPXxmmncA7GIYNbZatmEeyAWEbT6fN0M7oEYRDDS53xAbMY9EIMIVF2u31UelWMkkQ6CF0FnwNczL4CgRTAywHyAeQFEIYLFIQxn6AkgaBG0h/AeTI4hWBEo7+fAEN5nznBoBwQqAu0eG0YlOW3KJ4cIghRBZ4jvNY+bIDQRqJLEHkQAKYtgjxnukUuIAIITQXvI77eVyTGEJAKlOuyu4D2JF0AwIthnqjmV/qO4CkIRQaei60QEEIQIdOrM9oqu82O4CkIQQctUF3dQIh1FesF7EbQrvtZtuAt8FoHKJi4gAkhZBOoFql7L3467wHcRVI1iBRtwGfgoAk1a60pt2InLwEcRtGu8XkQAyYtgh2n2AHJABPcxb+rdDK9TLYkeg1ciaDdwzftwG/gigpGGRLAHt4EvIlBwrImzxWYM9YjAExG0G7zu/bgOmhaBXtdq8LrbuA6aFoFSGMYbvG6dd0BhLmhUBB0Prp3eABoTgbZP7vNEBGzAh0ZEoI306zy4dh3st4gLoQkR+DQMeRQXQt0iUFEtn4JVGpY9iBuhThFIAKMeXf+oJ5N0SEgEPja4g0yQoS4RaNjhYz6/Uij24kqoQwQ6dGONp5/jSVwJdYjA5+DUoqF6NVQsgvXG/zX5T+NOqFIErQAmn7rGaVwKVYmgE8hnOYRLoQoR6OC8LYF8HomV7FIYughCSlTTdX4Jt0IVIggJJfjtwLUwLBFoaDEb4Of6qvE3pgGBiSDUjSuqW0oADZIWgThsWDKFAUWgo1OnAv5syjD9lqFsIwwgghhSlBcYFnnf/tTOvmNtoqmL6HXcqpYaW5F80U9bO2PtHG3OG9TuHjHdVJdJ99gXrf3Up55g0XTzhWL5wr9tusV8oVmUjv9Za89a+3pOANn8c4tPIoitnIm62qPMDxpjzto3rH3X2hFTfhJpY4HOsuGQ1tdjLHO4y3W5L9EmayFrR9r5t9JzqFXUTcHOt5oWwc6Ihw6fsfZfa6/QRitDRZpVBeQx09/Z0+oN/m7tVpMiiL2ym3qDq9Zeo70OtR1p5+En3d18kFyzze593mhKBFpbj32/rhz0NWv/s3ac9jvQ96hhzsedAIZZ+uYL1k5au9GECDQeG0vAgZogf9N0K+n9jva8KpRL1nFW1fkUWpl8ytrLTYggpRo+upN9xXRTK35Z5xg0QObd3f6AqS8VRfO31639p04RjLmeIDUed+NQBWo+oL3f6Sm3ufagFZ7JBq5B7fGQu0HVJoL9pncEOXY0tn3G2gvW/pTod6DzJrQyqCqDu4wfRZe1wvQHaxfrEkHq9f41sTvqJnovWrsQ+edd68SvDUha0Zkz/u0gVKxBwbUf1yGCccNurIxdrlGcsHbM2qWIRK7M4AU31FkwYWw82ueu9e2qRXDAkFJQvAOpK9Z69ZvWXrX2T2u3A7r+TW5Cq7u9DkCfMWHWbNU1f9naD6oWAZWdezembFXkQ2unTDeaedZ0A24+NJD1rsHPuiHNrGvwMW0vXXBz1lNViWCj+yOwNGpsB52pR3jf2nn3MzOtLl02wwvyPOCGqg+7n0oE1EanSWdTCS1mHHG98q0qRDDjJoEzDIlWdQeeNr3XzK+6nuOas6uFnuOmu1OPuAmqvvdR54/RXMNfy1d9h2k3RH21ChGoe/+e+8I1htySsylD7f9+WGf8WGKMjcOmu4R9rYo5gbjuxrpnC86cd6sK2c8JfAENoR5Su9F+XZUIenXrZ5xlPFToLWQb8A/UhETwmhtu1iKCMq5YO+0sP2ksCmMcf0EFaM6kLNOfNymCMj50M/c3c49tLBEGJ03CMFD85vfW3vNJBGV84Cy/tjtVEIXmGWP4FFaJVtO0ZPpD30VQRrae/mf372ypcWtOFPPGr2NiwU+U6Le9MF8NQgRFFHT6t7M/5lS+qdBjKBJKgV0oov3I3zcDprP4GG1URPC8s2z7owQwWxDGZkNwL3XUDpT9fDI2EZSh/cD/cpZfJciEkQ2nphFGcjzt5p03YxdBGcrPecdZBlHv9FAO1afMAHvFY0u+Wi7qnQmDqHdcfN4Nna8ignJ6Rb235noN/b6ethQsij99zvRZXTDVPcWKer9l7i33R9Q7bJ4w3QzTS4igf8qi3hPmbvwiG06RHeonastKp/gZIhgul5z9JfcYUW9/UZEEpVOcQwTVUhb1njH3B/eIetdPVt79eURQL4pWXnBWjHrnJ99EvetBVVNUMeQ0ImiWfNQ7g6h3fWTl3W8jAr/oFfWeKwgj1NIoPqGbjdKtjyMC/1HU+21zb2Epot7D4bCbt91ABOHRK+pdjGEQ9V4aberS8b3HEEEcKOr9D2cZWdQ7H8cg6n0vWXn3K4ggToh6L496UJV3fwERpMNSUe+8pRT11vkTKu/+PiJIl2LUWxPsSXM3cTDb0hpr1FtL0zqs8SeIADKyOqopRb1VUFmVud9BBLCUMJaKemeT71Cj3lk6xXOIAFZDPur9Rm5oEWrUWweT6MCPvyICGITQo96aG/zNFMq7IwIYlLKo91hOGNnk24eot4Z3j5puLVNEAJWi0um+Rr0Pm2559+uIAOqmLOo9XiKMqqPeOvxEla1/gwjAB3RafRNR76y8+2VEAD5SR9R7rRsW/QIRQCiURb2nzL0FEObM6qLemiArneICIoAQUXDvorN+o96KbWjJ9EeIAGISxnJRb5mCfVnUW8GzbYgAYqZX1HvO3N2994n/CzAAow4pnl05vrIAAAAASUVORK5CYII=") no-repeat left 0 top 50%;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        display: block;
        animation: bg-anim1 30s linear infinite; } }
  .slide-wrapper .slide p {
    color: #fff;
    position: static !important; }
    @media only screen and (min-width: 768px) {
      .slide-wrapper .slide p span {
        opacity: 0;
        animation: fadeInRight 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s forwards; } }
  .slide-wrapper .slide a.link-button {
    text-decoration: none;
    display: inline-block !important;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: .05em;
    position: static !important;
    font-size: 14px; }
    .slide-wrapper .slide a.link-button span {
      background-color: #4572ff;
      display: block;
      padding: .5em 1.5em;
      border-radius: 1.5em; }
      @media only screen and (min-width: 768px) {
        .slide-wrapper .slide a.link-button span {
          opacity: 0;
          animation: fadeInRight 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s forwards; } }
      .slide-wrapper .slide a.link-button span:hover {
        background-color: #5f85ff; }
    .slide-wrapper .slide a.link-button .fa {
      -webkit-animation: bounce-right 2s infinite 2s;
      animation: bounce-right 2s infinite 2s;
      margin-left: 10px; }

@media only screen and (max-width: 767px) {
  .slide-wrapper .slide {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    min-height: 500px; } }
@media only screen and (min-width: 768px) {
  .slide-wrapper .slide {
    padding: 30px 0;
    height: 66vh;
    min-height: 500px; } }
@media only screen and (min-width: 641px) {
  .slide-wrapper .slide .text-wraper {
    padding-top: 50px; } }
@media only screen and (min-width: 768px) {
  .slide-wrapper .slide .text-wraper {
    padding-top: 0;
    padding-right: 50px;
    flex-grow: 1; } }
@media only screen and (min-width: 768px) {
  .slide-wrapper .slide .infographic {
    flex: 0 0 300px; } }
@media only screen and (min-width: 1024px) {
  .slide-wrapper .slide .infographic {
    flex: 0 0 450px; } }
@media only screen and (min-width: 768px) {
  .slide-wrapper .slide h1.hero-title,
  .slide-wrapper .slide .hero-title {
    font-size: 3.3vw; } }
@-moz-document url-prefix() {
  .slide-wrapper .slide h1.hero-title > span span,
  .slide-wrapper .slide .hero-title > span span {
    animation: none; } }
@media only screen and (min-width: 1200px) {
  .slide-wrapper .slide p {
    font-size: 20px;
    line-height: 1.3; } }
@media only screen and (min-width: 641px) {
  .slide-wrapper .slide a.link-button {
    margin-top: 20px;
    font-size: 16px; } }
@media only screen and (min-width: 1600px) {
  .slide-wrapper .slide a.link-button {
    font-size: 20px; } }
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.hero-scroll-btn {
  animation: fadeInTop 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s forwards;
  transition: padding 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  left: calc(50% - 9px);
  bottom: 10px;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  display: none; }
  .hero-scroll-btn:hover {
    padding-bottom: 5px; }
    .hero-scroll-btn:hover .icon::before {
      top: 11px; }
  .hero-scroll-btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    bottom: calc(100% + 10px);
    height: 20px;
    width: 1px;
    left: 50%; }
  .hero-scroll-btn .icon {
    position: relative;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 15px;
    height: 32px;
    width: 18px; }
    .hero-scroll-btn .icon::before {
      content: "";
      transition: top 0.22s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      background: #fff;
      height: 4px;
      width: 4px;
      left: 5px;
      top: 5px; }

@media only screen and (min-width: 768px) {
  .hero-scroll-btn {
    bottom: 30px;
    display: block; } }
.carousel-control .icon-prev::before,
.carousel-control .icon-next::before {
  color: #333;
  font-size: 100px;
  font-weight: bold; }

.glyphicon-chevron-left.lazy::before {
  -webkit-mask: none;
  mask: none; }
.glyphicon-chevron-left::before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  -webkit-mask: url(../images/chevron-left-solid.svg) no-repeat 0px 0px/17px;
  mask: url(../images/chevron-left-solid.svg) no-repeat 0px 0px/17px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  background-color: white; }

.glyphicon-chevron-right.lazy::before {
  -webkit-mask: none;
  mask: none; }
.glyphicon-chevron-right::before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  -webkit-mask: url(../images/chevron-right-solid.svg) no-repeat 0px 0px/17px;
  mask: url(../images/chevron-right-solid.svg) no-repeat 0px 0px/17px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  background-color: white; }

.carousel-control {
  	/*.icon-prev,
      .icon-next,
      .glyphicon-chevron-left,
      .glyphicon-chevron-right {
          transform: translate(-50%, -50%);
      }
  */ }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    height: auto !important; }

.slide-wrapper .slide a.link-button img.fa {
  width: 16px;
  height: 18px;
  position: relative;
  display: inline-block !important;
  left: 10px;
  top: -1px; }

.subbanner {
  color: #5d6494;
  background-color: #f7f9fc; }
  .subbanner .super-boxes {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    text-align: center; }
  .subbanner .box-container {
    width: 100%;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1; }
    .subbanner .box-container.ipad {
      margin-top: -30px; }
  .subbanner a {
    text-decoration: none;
    color: #5d6494; }
    .subbanner a:hover, .subbanner a:focus {
      text-decoration: none; }
  .subbanner .box {
    position: absolute;
    left: 0;
    width: 100%;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow ease 1s;
    transition: -webkit-box-shadow ease 1s;
    transition: box-shadow ease 1s;
    transition: box-shadow ease 1s, -webkit-box-shadow ease 1s; }
  .subbanner .on-hover-text {
    position: absolute;
    width: 170px;
    top: 111px;
    opacity: 0;
    font-size: 13px;
    color: #5d6494;
    line-height: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .32s;
    transition-delay: 0.32s; }
  .subbanner .icon {
    position: relative;
    margin-top: 8px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    will-change: transform; }
    .subbanner .icon img {
      width: 40px;
      height: 40px;
      object-fit: scale-down; }
  .subbanner .icon_bg {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid rgba(225, 227, 232, 0.8);
    -webkit-box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
    box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    will-change: transform; }
  .subbanner .title {
    position: relative; }
  .subbanner .text {
    position: relative;
    top: -50px;
    width: 100%;
    min-height: 48px;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    font-size: 20px;
    font-weight: bold;
    color: #0f73ee; }
    .subbanner .text p {
      color: inherit;
      line-height: 1.2;
      margin-bottom: 0; }
  .subbanner .super-box {
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

@media only screen and (max-width: 992px) {
  .subbanner {
    padding-bottom: 60px; } }
@media only screen and (min-width: 1200px) {
  .subbanner .super-boxes {
    padding-left: 100px;
    padding-right: 100px; } }
@media only screen and (max-width: 991px) {
  .subbanner .super-boxes {
    flex-wrap: wrap; } }
@media only screen and (min-width: 575px) {
  .subbanner .box-container {
    width: 220px; } }
@media only screen and (min-width: 575px) {
  .subbanner .box {
    width: 220px; } }
@media only screen and (max-width: 767px) {
  .subbanner .text p br {
    display: none; } }
@media only screen and (min-width: 575px) {
  .subbanner .super-box {
    width: 50%;
    height: 184px; } }
@media only screen and (min-width: 992px) {
  .subbanner .super-box {
    width: 220px;
    height: 220px; } }
.welcome-block {
  background: #fff;
  position: relative;
  width: 100%; }
  .welcome-block h1,
  .welcome-block .title {
    font-size: 25px;
    color: #4572ff;
    line-height: 1.2;
    font-weight: bold;
    max-width: 50%;
    min-height: 36vw;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    text-align: left; }
    .welcome-block h1 .highlight,
    .welcome-block .title .highlight {
      color: #262da6;
      text-shadow: 6px 4px 0 rgba(0, 0, 0, 0.1); }
  .welcome-block p:first-child {
    width: 100%; }

@media only screen and (min-width: 1200px) {
  .welcome-block {
    background: linear-gradient(135deg, white, white 60%, #363dc2 60%, #363dc2); } }
@media only screen and (min-width: 768px) {
  .welcome-block {
    background: linear-gradient(135deg, white, white 70%, #363dc2 60%, #363dc2); } }
@media only screen and (min-width: 641px) {
  .welcome-block h1,
  .welcome-block .title {
    min-height: 0;
    max-width: 100%; } }
@media only screen and (min-width: 992px) {
  .welcome-block h1,
  .welcome-block .title {
    font-size: 38px;
    margin-bottom: 20px; } }
@media only screen and (min-width: 481px) {
  .welcome-block p:first-child {
    width: 65%; } }
@media only screen and (min-width: 641px) {
  .welcome-block p:first-child {
    width: 100%; } }
.skynet-mobile,
.skynet-desktop {
  position: absolute;
  top: -10vw;
  right: 0;
  pointer-events: none; }
  @media only screen and (min-width: 768px) {
    .skynet-mobile,
    .skynet-desktop {
      top: 0; } }

.skynet-desktop {
  max-width: 74vw;
  width: 68%;
  transform: translate(15%, -6%); }
  @media only screen and (max-width: 1440px) {
    .skynet-desktop {
      transform: translate(15%, -10%); } }
  @media only screen and (max-width: 1366px) {
    .skynet-desktop {
      transform: translate(15%, -15%); } }
  @media only screen and (max-width: 1199px) {
    .skynet-desktop {
      transform: translate(15%, -18%); } }
  @media only screen and (max-width: 991px) {
    .skynet-desktop {
      transform: translate(15%, -25%); } }
  @media only screen and (max-width: 767px) {
    .skynet-desktop {
      width: 60%;
      transform: translate(15%, -20%); } }
  @media only screen and (max-width: 640px) {
    .skynet-desktop {
      width: 75%;
      transform: translate(15%, -23%); } }
  @media only screen and (max-width: 574px) {
    .skynet-desktop {
      transform: translate(15%, -30%); } }
  .skynet-desktop img,
  .skynet-desktop picture {
    width: 480px;
    height: 330px;
    object-fit: contain;
    max-width: 100%; }
    @media only screen and (min-width: 360px) {
      .skynet-desktop img,
      .skynet-desktop picture {
        width: 575px;
        height: 540px; } }
    @media only screen and (min-width: 768px) {
      .skynet-desktop img,
      .skynet-desktop picture {
        width: 1024px;
        height: 800px; } }
    @media only screen and (min-width: 1440px) {
      .skynet-desktop img,
      .skynet-desktop picture {
        width: auto;
        height: auto; } }

.skynet-content {
  width: 100%;
  text-align: justify; }

@media only screen and (min-width: 641px) {
  .skynet-content {
    width: 64%; } }
@media only screen and (min-width: 768px) {
  .skynet-content {
    width: 50%; } }
@media only screen and (min-width: 1200px) {
  .skynet-content {
    width: 520px; } }
@media only screen and (max-width: 767px) {
  .skynet-content {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .skynet-content .hidable {
      flex-grow: 1; }
    .skynet-content > p {
      text-align: center; } }
.trusted-software-development-wrapper {
  position: relative;
  padding-top: 30px;
  z-index: 1;
  background-color: #fff;
  border-top: 1px solid #ccc; }
  .trusted-software-development-wrapper h2,
  .trusted-software-development-wrapper .title {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    color: #262da6;
    margin: 0px;
    padding: 6px 0px 10px 0px;
    line-height: 1.2; }
  .trusted-software-development-wrapper .trusted-logo {
    margin-bottom: 15px; }
    .trusted-software-development-wrapper .trusted-logo img {
      width: 150px;
      height: 150px; }

@media only screen and (min-width: 768px) {
  .trusted-software-development-wrapper h2,
  .trusted-software-development-wrapper .title {
    font-size: 38px; } }
.services-section-wrapper {
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch; }
  .services-section-wrapper .service {
    padding: 30px 0;
    position: relative;
    width: 50%;
    flex: 0 0 50%;
    border-top: 1px dashed #dadadd;
    border-bottom: 1px dashed #dadadd;
    transition: all linear .2s;
    display: flex;
    align-items: center; }
    .services-section-wrapper .service + .service {
      border-left: 1px dashed #dadadd; }
    .services-section-wrapper .service .text-wrapper {
      position: relative;
      z-index: 2;
      text-align: center;
      display: flex;
      flex-direction: column;
      height: auto;
      padding: 0 15px; }
      .services-section-wrapper .service .text-wrapper .img-wrapper {
        margin-bottom: 15px;
        text-align: center;
        display: inline-block;
        border-radius: 100%;
        border: 1px solid rgba(225, 227, 232, 0.8);
        -webkit-box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
        box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
        padding: 20px;
        align-self: center;
        transition: all linear 0.2s; }
        .services-section-wrapper .service .text-wrapper .img-wrapper img {
          width: 50px;
          height: 50px;
          object-fit: scale-down;
          display: inline-block; }
      .services-section-wrapper .service .text-wrapper h2,
      .services-section-wrapper .service .text-wrapper h3 {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #0f73ee;
        margin: 0px;
        padding: 6px 0px 10px 0px;
        line-height: 1.2; }
        .services-section-wrapper .service .text-wrapper h2 a:hover, .services-section-wrapper .service .text-wrapper h2 a:focus,
        .services-section-wrapper .service .text-wrapper h3 a:hover,
        .services-section-wrapper .service .text-wrapper h3 a:focus {
          text-decoration: none; }
      .services-section-wrapper .service .text-wrapper p {
        font-size: 14px;
        color: #2a6496; }
        .services-section-wrapper .service .text-wrapper p:first-of-type {
          max-height: 0;
          overflow: hidden;
          opacity: 0; }
        .services-section-wrapper .service .text-wrapper p:last-child {
          flex-grow: 1;
          display: flex;
          align-items: flex-end;
          justify-content: center; }
      .services-section-wrapper .service .text-wrapper .fancy-gradinet-link:hover, .services-section-wrapper .service .text-wrapper .fancy-gradinet-link:focus {
        color: #4022f4;
        background-color: #fff; }

@media only screen and (max-width: 1023px) {
  .services-section-wrapper {
    flex-wrap: wrap; } }
@media only screen and (min-width: 641px) {
  .services-section-wrapper .service {
    width: 33.33333%;
    flex: 0 0 33.3333%; } }
@media only screen and (min-width: 1024px) {
  .services-section-wrapper .service {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }
@media only screen and (min-width: 1200px) {
  .services-section-wrapper .service:hover .text-wrapper {
    background: #0047c2 url(../images/software-development-bg.jpg) no-repeat left top/contain;
    background-blend-mode: multiply;
    color: #fff;
    padding: 30px 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 25px 0 #2c4792;
    z-index: 3; }
    .services-section-wrapper .service:hover .text-wrapper h2 a,
    .services-section-wrapper .service:hover .text-wrapper h3 a {
      color: #fff; }
    .services-section-wrapper .service:hover .text-wrapper p {
      color: #fff; }
      .services-section-wrapper .service:hover .text-wrapper p:first-of-type {
        max-height: 9999px;
        opacity: 1; }
  .services-section-wrapper .service:hover .img-wrapper {
    background-color: #fff;
    transform: scale(1.1); } }
@media only screen and (min-width: 1200px) {
  .services-section-wrapper .service:first-child:hover .text-wrapper {
    left: 0;
    transform: translateY(-50%); } }
@media only screen and (min-width: 1200px) {
  .services-section-wrapper .service:last-child:hover .text-wrapper {
    left: auto;
    right: 0;
    transform: translateY(-50%); } }
@media only screen and (min-width: 641px) {
  .services-section-wrapper .service .text-wrapper {
    padding: 0 30px; } }
@media only screen and (min-width: 1200px) {
  .services-section-wrapper .service .text-wrapper h2,
  .services-section-wrapper .service .text-wrapper h3 {
    font-size: 20px; } }
.fancy-gradinet-link {
  font-size: 80%;
  border-radius: 5em;
  letter-spacing: .1em;
  font-weight: bold;
  padding: 1em 1.5em;
  transition: all .2s;
  background: #006df0;
  text-transform: uppercase;
  border-color: #006df0;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }
  .fancy-gradinet-link::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: 5%;
    height: 110%;
    width: 90%;
    opacity: .8;
    border-radius: 50px;
    background: #006df0;
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
    transition: all .2s;
    opacity: 0; }
  .fancy-gradinet-link:hover, .fancy-gradinet-link:focus {
    background: #0056bd;
    border-color: #0056bd;
    text-decoration: none;
    color: #fff; }
  .fancy-gradinet-link:hover::after, .fancy-gradinet-link:focus::after {
    opacity: 0.5; }
  .fancy-gradinet-link img {
    display: inline-block;
    vertical-align: -2px; }

.client-testimonial {
  margin: 0; }
  @media screen and (max-width: 480px) {
    .client-testimonial {
      padding-bottom: 30px; } }
  .client-testimonial h1,
  .client-testimonial .title {
    text-align: center;
    color: #0f73ee;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    line-height: 34px;
    font-size: 24px;
    font-weight: 500; }
  .client-testimonial .view-all {
    margin-top: 50px; }
  .client-testimonial .item {
    padding: 15px; }
  .client-testimonial .carousel-indicators {
    bottom: -40px; }
  .client-testimonial .testimonialcontant-box {
    box-shadow: 0 1px 5px rgba(134, 159, 178, 0.16);
    -webkit-box-shadow: 0 1px 5px rgba(134, 159, 178, 0.16);
    border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 25px; }
    .client-testimonial .testimonialcontant-box .client-img {
      margin: 0px auto;
      border-radius: 50%;
      padding: 7px;
      background-color: #fff;
      box-shadow: 0 0px 4px 0 rgba(44, 71, 146, 0.25);
      -webkit-box-shadow: 0 0px 4px 0 rgba(44, 71, 146, 0.25);
      display: inline-block; }
      .client-testimonial .testimonialcontant-box .client-img img {
        border-radius: 50%;
        -ms-border-radius: 50%;
        height: 120px;
        width: 120px;
        object-fit: contain; }
    .client-testimonial .testimonialcontant-box blockquote {
      margin: 20px 0 0;
      border: 1px dashed #dadadd;
      padding: 8px 10px;
      background-color: #f5f5f5;
      border-radius: 3px;
      -ms-border-radius: 3px; }
      .client-testimonial .testimonialcontant-box blockquote p {
        font-size: 20px;
        color: #0047c2;
        margin: 0; }
        @media only screen and (min-width: 576px) {
          .client-testimonial .testimonialcontant-box blockquote p {
            display: inline-block; } }
      .client-testimonial .testimonialcontant-box blockquote strong {
        padding: 4px 0;
        font-weight: normal;
        font-size: 14px; }
        @media only screen and (min-width: 576px) {
          .client-testimonial .testimonialcontant-box blockquote strong {
            float: right; } }
      @media only screen and (max-width: 767px) {
        .client-testimonial .testimonialcontant-box blockquote {
          min-height: 101px; } }
    .client-testimonial .testimonialcontant-box .contant {
      min-height: 82px; }
      @media only screen and (max-width: 767px) {
        .client-testimonial .testimonialcontant-box .contant {
          position: relative;
          height: calc(1em * 7.5);
          overflow: hidden;
          padding-bottom: 1.5em;
          min-height: 0; }
          .client-testimonial .testimonialcontant-box .contant::after {
            content: "";
            display: block;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 40px;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%, white 100%);
            z-index: 1;
            position: absolute; }
          .client-testimonial .testimonialcontant-box .contant p a {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2; } }
      @media only screen and (max-width: 575px) {
        .client-testimonial .testimonialcontant-box .contant {
          height: calc(1em * 8.5); }
          .client-testimonial .testimonialcontant-box .contant::after {
            height: 110px; } }

.carousel-indicators {
  bottom: 0; }
  .carousel-indicators li {
    background: #006df0 none repeat scroll 0 0;
    height: 12px;
    width: 12px;
    border: 0px;
    margin: 3px; }
    @media only screen and (min-width: 475px) {
      .carousel-indicators li {
        height: 14px;
        width: 14px; } }
    @media only screen and (min-width: 576px) {
      .carousel-indicators li {
        height: 17px;
        width: 17px; } }
    .carousel-indicators li.active {
      height: 12px;
      width: 12px;
      margin: 3px;
      border: 4px solid #006df0; }
      @media only screen and (min-width: 475px) {
        .carousel-indicators li.active {
          height: 14px;
          width: 14px; } }
      @media only screen and (min-width: 576px) {
        .carousel-indicators li.active {
          height: 17px;
          width: 17px; } }

.maintenance-feature {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: .9em;
  flex-wrap: wrap; }
  .maintenance-feature li {
    position: relative;
    padding: 5px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    text-align: left;
    display: flex;
    line-height: 1.2;
    margin: 5px; }
    .maintenance-feature li:hover, .maintenance-feature li.active {
      color: #006df0; }
    .maintenance-feature li:hover::after, .maintenance-feature li.active::after {
      -webkit-transform: skewX(25deg) scaleX(1);
      transform: skewX(25deg) scaleX(1); }
    .maintenance-feature li:hover a span:first-child img, .maintenance-feature li.active a span:first-child img {
      filter: none; }
    .maintenance-feature li a {
      color: inherit;
      text-decoration: none;
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 8px; }
      .maintenance-feature li a span:first-child {
        flex: 0 0 25px; }
        .maintenance-feature li a span:first-child img {
          height: 25px;
          width: 25px;
          object-fit: scale-down;
          filter: brightness(0) invert(1);
          -webkit-transition-property: filter;
          transition-property: filter;
          -webkit-transition-duration: .3s;
          transition-duration: 0.3s; }
      .maintenance-feature li a span:nth-child(2) {
        display: none; }
    .maintenance-feature li::before, .maintenance-feature li::after {
      content: "";
      pointer-events: none;
      display: block; }
    .maintenance-feature li::before {
      content: "";
      border: 1px solid #fff;
      transform: skewX(25deg);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .maintenance-feature li::after {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      -webkit-transform: skewX(25deg) scaleX(0);
      transform: skewX(25deg) scaleX(0);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .maintenance-feature li + li {
      margin-left: 4px; }

@media only screen and (min-width: 992px) {
  .maintenance-feature {
    flex-wrap: nowrap; } }
@media only screen and (min-width: 992px) {
  .maintenance-feature li {
    margin: 0; } }
@media only screen and (min-width: 1280px) {
  .maintenance-feature li a {
    padding: 0 15px; } }
@media only screen and (min-width: 1280px) {
  .maintenance-feature li a span:first-child:not(:only-child) {
    margin-right: 10px; } }
@media only screen and (min-width: 1280px) {
  .maintenance-feature li a span:nth-child(2) {
    display: block; } }
.diwali-banner {
  background: #790711 url(../images/diwali-banner-2023.jpg) no-repeat center/cover; }
  .diwali-banner .slide .text-wraper img {
    margin: 0 auto 18px; }
  .diwali-banner .slide .text-wraper .hero-title {
    text-align: center;
    color: #feb849;
    font-size: 1.5rem;
    font-weight: 700; }
    .diwali-banner .slide .text-wraper .hero-title span {
      display: block;
      font-size: 32px;
      font-weight: 500;
      font-style: italic;
      animation: none;
      opacity: 1; }

/*************Christmas 2021***********************/
.no-webp .christmas-banner {
  background: #078dd4 url(../images/christmas-banner.jpg) no-repeat center center/cover; }

.christmas-banner {
  background: #078dd4 url(../images/christmas-banner.webp) no-repeat center center/cover; }
  .christmas-banner .hero-title,
  .christmas-banner p {
    text-align: center !important; }
  .christmas-banner .slide .infographic {
    margin: 0 auto;
    width: 70%; }
    .christmas-banner .slide .infographic img {
      width: 100%; }

@media only screen and (max-width: 575px) {
  .christmas-banner .hero-title span,
  .christmas-banner p {
    text-shadow: #000 3px 3px 8px; } }
