@charset "UTF-8";
.lnk-ftrs {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  text-shadow: none;
  -webkit-text-shadow: none;
}

/*.element {
  color: setcolor(blue);
  color: setcolor(blue, secondary);
}*/
@font-face {
  font-family: 'fontello';
  src: url("../fonts/icons/fontello.eot?94625558");
  src: url("../fonts/icons/fontello.eot?94625558#iefix") format("embedded-opentype"), url("../fonts/icons/fontello.woff2?94625558") format("woff2"), url("../fonts/icons/fontello.woff?94625558") format("woff"), url("../fonts/icons/fontello.ttf?94625558") format("truetype"), url("../fonts/icons/fontello.svg?94625558#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?94625558#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: '\e800';
}

/* '' */
.icon-star:before {
  content: '\e801';
}

/* '' */
.icon-star-empty:before {
  content: '\e802';
}

/* '' */
.icon-star-half:before {
  content: '\e803';
}

/* '' */
.icon-left-small:before {
  content: '\e804';
}

/* '' */
.icon-right-small:before {
  content: '\e805';
}

/* '' */
.icon-phone-call:before {
  content: '\e806';
}

/* '' */
.icon-left-dir:before {
  content: '\e807';
}

/* '' */
.icon-right-dir:before {
  content: '\e808';
}

/* '' */
.icon-chat:before {
  content: '\e809';
}

/* '' */
.icon-down-dir:before {
  content: '\e80a';
}

/* '' */
.icon-up-dir:before {
  content: '\e80b';
}

/* '' */
.icon-cancel:before {
  content: '\e80c';
}

/* '' */
.icon-cancel-1:before {
  content: '\e80d';
}

/* '' */
.icon-cancel-circled-outline:before {
  content: '\e80e';
}

/* '' */
.icon-ok-circle:before {
  content: '\e80f';
}

/* '' */
.icon-user:before {
  content: '\e810';
}

/* '' */
.icon-clock:before {
  content: '\e811';
}

/* '' */
.icon-plus:before {
  content: '\e812';
}

/* '' */
.icon-share:before {
  content: '\e813';
}

/* '' */
.icon-right-circle:before {
  content: '\e814';
}

/* '' */
.icon-right-open-big:before {
  content: '\e815';
}

/* '' */
.icon-left-open-big:before {
  content: '\e816';
}

/* '' */
.icon-laptop:before {
  content: '\f109';
}

/* '' */
.icon-circle-empty:before {
  content: '\f10c';
}

/* '' */
.icon-circle:before {
  content: '\f111';
}

/* '' */
.icon-star-half-alt:before {
  content: '\f123';
}

/* '' */
.icon-share-1:before {
  content: '\f1e0';
}

/* '' */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 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: 1px 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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -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 {
  -webkit-tap-highlight-color: transparent;
}

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

a {
  text-decoration: none;
}

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.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: block;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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,
.visible-sm,
.visible-md,
.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;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e11919;
  display: block;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
  padding: 0 0 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  display: inline-block;
  font-size: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #093794;
}

h1 + ul,
h1 + ol,
h2 + ul,
h2 + ol,
h3 + ul,
h3 + ol,
h4 + ul,
h4 + ol,
h5 + ul,
h5 + ol,
h6 + ul,
h6 + ol {
  margin-top: 0 !important;
}

h1 {
  font-size: 3.8125rem;
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 3.5125rem;
  }
}

h2 {
  font-size: 2.312rem;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 2.012rem;
  }
}

h3 {
  font-size: 1.563rem;
}

@media screen and (max-width: 1199px) {
  h3 {
    font-size: 1.263rem;
  }
}

h4 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1199px) {
  h4 {
    font-size: 1.05rem;
  }
}

h5 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1199px) {
  h5 {
    font-size: 1.15rem;
  }
}

h6 {
  font-size: 1.188rem;
}

@media screen and (max-width: 1199px) {
  h6 {
    font-size: 1.088rem;
  }
}

.section-title {
  color: #e11919;
  display: block;
  margin-bottom: 20px;
  text-align: left;
}

.section-title.text-color {
  color: #000;
}

.section-title.white-color {
  color: #fff;
}

.section-title.black-color {
  color: #000;
}

.section-title h1,
.section-title h2,
.section-title h3 {
  color: inherit;
  display: inline-block;
  font-size: 3.8125rem;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 0;
  text-transform: uppercase;
}

.section-title h1 a,
.section-title h2 a,
.section-title h3 a {
  color: inherit;
}

.section-title h1 a:hover,
.section-title h2 a:hover,
.section-title h3 a:hover {
  color: #093794;
}

.section-title h3 {
  font-size: 2.312rem;
}

.section-title small {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  text-transform: none;
}

.section-title.center {
  text-align: center;
}

.section-title.white {
  color: #fff;
}

.section-title.blue {
  color: #044d80;
}

@media screen and (max-width: 1199px) {
  .section-title h1,
  .section-title h2 {
    font-size: 3.1125rem;
  }
  .section-title h3 {
    font-size: 2.012rem;
  }
}

@media screen and (max-width: 767px) {
  .section-title h1,
  .section-title h2 {
    font-size: 3.0125rem;
  }
  .section-title h3 {
    font-size: 2.112rem;
  }
}

.page-title {
  color: #e11919;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}

.page-title h1 {
  color: inherit;
  display: inline-block;
  font-size: 3.8125rem;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 0;
  text-transform: uppercase;
}

.page-title h1 span {
  display: block;
}

.page-title small {
  font-size: 1rem;
  font-weight: 300;
  text-transform: none;
}

.page-title.center {
  text-align: center;
}

.page-title.white {
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .page-title h1 {
    font-size: 3.6125rem;
  }
}

@media screen and (max-width: 767px) {
  .page-title h1 {
    font-size: 3.0125rem;
  }
  .page-title small {
    font-size: 1.05rem;
  }
}

.sub-title {
  color: #e11919;
  font-weight: 500;
  font-size: 1.375rem;
  margin-bottom: 10px;
}

.sub-title h2, .sub-title h3, .sub-title h4 {
  font-size: 1.375rem;
}

.sub-title.blue a {
  color: #044d80;
}

.sub-title a {
  color: #e11919;
}

.sub-title a:hover {
  color: #093794;
}

.admin-content,
.cnt {
  /* =====     Unordered List Items     ===== */
  /* =====     Ordered List Items     ===== */
}

.admin-content a,
.cnt a {
  text-decoration: underline;
}

.admin-content ul,
.cnt ul {
  display: block;
  margin: 24px 0 24px;
  padding-left: 20px;
}

.admin-content ul li,
.cnt ul li {
  display: block;
  line-height: 1.4;
  padding-left: 22px;
  position: relative;
  font-size: 1rem;
}

.admin-content ul li + li,
.cnt ul li + li {
  margin-top: 10px;
}

.admin-content ul li:before,
.cnt ul li:before {
  color: #e11919;
  position: absolute;
  font-family: "fontello";
  content: "\e80c";
  left: 0;
  top: 3px;
  font-size: 16px;
}

.admin-content ul.white li:before,
.cnt ul.white li:before {
  border-color: #fff;
}

.admin-content ol,
.cnt ol {
  margin: 24px 0 10px;
  padding-left: 20px;
  counter-reset: item;
}

.admin-content ol li,
.cnt ol li {
  display: block;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}

.admin-content ol li + li,
.cnt ol li + li {
  margin-top: 15px;
}

.admin-content ol li:before,
.cnt ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  display: inline-block;
  left: 0;
  position: absolute;
}

.admin-content ol.lower-alpha li:before,
.cnt ol.lower-alpha li:before {
  content: counters(item, "", lower-alpha) ")";
}

.admin-content ol.lower-roman li:before,
.cnt ol.lower-roman li:before {
  content: counters(item, "", lower-roman) ")";
}

.admin-content ol.roman-sub li,
.cnt ol.roman-sub li {
  padding-left: 30px;
}

.admin-content ol.roman-sub li:before,
.cnt ol.roman-sub li:before {
  content: counters(item, ".", upper-roman) ".";
  counter-increment: item;
  font-weight: 500;
}

.admin-content ol.roman-sub li ol li,
.cnt ol.roman-sub li ol li {
  padding-left: 32px;
}

.admin-content ol.decimal-sub li,
.cnt ol.decimal-sub li {
  padding-left: 30px;
}

.admin-content ol.decimal-sub li:before,
.cnt ol.decimal-sub li:before {
  content: counters(item, ". ", decimal) ".";
  counter-increment: item;
  font-weight: 500;
}

.admin-content ol.decimal-sub li ol,
.cnt ol.decimal-sub li ol {
  padding-top: 5px;
}

.admin-content ol.decimal-sub li ol li,
.cnt ol.decimal-sub li ol li {
  padding-left: 32px;
}

.admin-content ol.decimal-sub li ol ol li,
.cnt ol.decimal-sub li ol ol li {
  padding-left: 50px;
}

.admin-content ul + h2,
.admin-content ul + h3,
.admin-content ul + h4,
.admin-content ul + h5,
.admin-content ul + h6,
.admin-content ol + h2,
.admin-content ol + h3,
.admin-content ol + h4,
.admin-content ol + h5,
.admin-content ol + h6,
.cnt ul + h2,
.cnt ul + h3,
.cnt ul + h4,
.cnt ul + h5,
.cnt ul + h6,
.cnt ol + h2,
.cnt ol + h3,
.cnt ol + h4,
.cnt ol + h5,
.cnt ol + h6 {
  margin-top: 30px;
}

.admin-content ul + p,
.admin-content ol + p,
.cnt ul + p,
.cnt ol + p {
  margin-top: 20px !important;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table tr,
table th,
table td {
  vertical-align: middle;
}

table th {
  color: #e11919;
  font-weight: 700;
  height: 34px;
}

table td {
  height: 34px;
  padding: 7px 12px;
}

table td.none {
  height: 10px !important;
  padding: 0 10px;
}

table:not([class]),
table[class=""] {
  border-collapse: collapse;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table:not([class]) td,
table[class=""] td {
  min-height: 30px;
}

.responsive-table {
  overflow-x: auto;
  *zoom: 1;
}

.responsive-table:after,
.responsive-table:before {
  content: '';
  display: block;
}

.responsive-table:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .table-mobile table {
    width: 100%;
  }
  .table-mobile table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-mobile table td {
    border-bottom: 1px solid #e3e3e3;
    display: block;
    padding: 9px 12px 9px 100px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .table-mobile table td:last-child {
    border-bottom-width: 3px;
  }
  .table-mobile table td:before {
    content: attr(data-label);
    display: inline-block;
    float: left;
    font-weight: 500;
    left: 12px;
    position: absolute;
  }
}

.btn {
  display: inline-flex;
  -webkit-display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #e11919;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  position: relative;
}

.btn:hover {
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  background-color: #093794;
}

@media (max-width: 767px) {
  .btn {
    font-size: 1.4rem;
  }
}

.btn.primary {
  background: #2B60AC;
  color: #fff;
}

.btn.primary:hover {
  color: #fff;
}

.btn.btn-large {
  font-size: 1.625rem;
  padding: 22px 35px;
}

@media (max-width: 1450px) {
  .btn.btn-large {
    min-height: 60px;
    font-size: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .btn.btn-large {
    min-height: 50px;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .btn.btn-large {
    min-height: 40px;
    font-size: 1.1rem;
  }
}

.btn.btn-medium {
  min-height: 44px;
  font-size: 1.375rem;
}

@media (max-width: 1199px) {
  .btn.btn-medium {
    min-height: 40px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .btn.btn-medium {
    min-height: 40px;
    font-size: 1rem;
  }
}

.btn.btn-small {
  min-height: 46px;
  font-size: 1rem;
}

@media (max-width: 1199px) {
  .btn.btn-small {
    min-height: 40px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .btn.btn-small {
    min-height: 37px;
    font-size: 0.9rem;
  }
}

.btn.styled {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 0;
  height: 61px;
}

@media (max-width: 1199px) {
  .btn.styled {
    font-size: 1rem;
  }
}

.btn.styled:hover {
  background: #093794;
  color: #fff;
}

.btn.full-width {
  width: 100%;
  text-align: center;
}

#back-to-top {
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: -200px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  right: 15px;
  z-index: 99;
  background: #e11919;
  color: #fff;
  padding: 5px 8px;
  border: 1px solid #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

#back-to-top:hover {
  background: #000;
}

#back-to-top.visible {
  bottom: 0;
  opacity: 1;
}

@media (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

.back-btn {
  position: fixed;
  right: 0px;
  bottom: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  right: -200px;
  z-index: 99;
  background: #e11919;
  color: #fff;
  padding: 3px 8px;
  border: 1px solid #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.back-btn span {
  display: inline-block;
  margin-left: 10px;
}

.back-btn:before {
  transform: rotate(182deg);
  -ms-transform: rotate(182deg);
  -o-transform: rotate(182deg);
  -webkit-transform: rotate(182deg);
  line-height: 2;
}

.back-btn:hover {
  background: #000;
  transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  right: 0;
}

.back-btn.visible {
  right: -50px;
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}

.back-btn.visible:hover {
  transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  right: 0;
}

@media (max-width: 1199px) {
  .back-btn {
    display: none;
  }
}

/* ================================
            Slick Slider
================================= */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider *:focus {
  outline: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 33px;
  width: 33px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #000;
  top: 50%;
  background: rgba(45, 101, 184, 0.5);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover, .slick-next:focus {
  outline: none;
  color: transparent;
  background: #093794;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
  color: #000;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "fontello";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -60px;
}

@media (max-width: 1450px) {
  .slick-prev {
    left: 0;
  }
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -60px;
}

@media (max-width: 1450px) {
  [dir="rtl"] .slick-prev {
    left: 0;
  }
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -60px;
}

@media (max-width: 1450px) {
  .slick-next {
    right: 0;
  }
}

[dir="rtl"] .slick-next {
  left: -60px;
  right: auto;
}

@media (max-width: 1450px) {
  [dir="rtl"] .slick-next {
    right: 0;
  }
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: cener;
  padding: 0 15px;
  right: 0;
  margin: 0;
}

@media (min-width: 1200px) {
  .slick-dots li {
    margin: 0 10px 0 0;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  background: #168cdf;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  font-family: "fontello";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
  background-color: #2D65B8;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

@media (max-width: 767px) {
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li button {
    border-width: 1px;
    height: 12px;
    width: 12px;
  }
}

.resp-tabs-list li {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 13px 15px;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  border: 1px solid #5AB1D0;
  border-bottom: none;
  margin-bottom: -1px;
  padding: 12px 14px 14px 14px;
  border-top: 4px solid #168cdf;
  border-bottom: 0px #fff solid;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #5AB1D0;
}

h2.resp-accordion {
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1;
  margin-bottom: 0px;
  padding: 10px 15px;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1;
  background: blue;
}

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px;
  padding: 14px 15px 15px 14px;
  border-top: 1px solid;
  border: 1px solid #5AB1D0;
  border-left: 4px solid #5AB1D0;
  margin-bottom: 4px;
  border-right: 1px #FFF solid;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 14px;
  position: relative;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.resp-arrow:after {
  position: absolute;
  content: "\e80d";
  font-family: "fontello";
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

h2.resp-tab-active {
  background: #f1f1f1;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1;
}

@media (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
  }
}

/* ================================
        Popup and Popover
================================= */
.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;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}

.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;
  -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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.close {
  background-color: #e11919;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: lighter;
  height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  width: 30px;
}

.close:before,
.close:after {
  background-color: #fff;
  content: '';
  height: 50%;
  left: 14px;
  position: absolute;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  top: 6px;
  width: 2px;
}

.close:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.close:hover {
  background-color: #093794;
}

.close:hover:before {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.close:hover:after {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  padding: 0;
  text-align: center;
}

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

.modal-body .input-holder textarea {
  resize: none;
  height: 90px;
  padding: 20px;
}

.modal-body .input-holder input[type="submit"] {
  float: right;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.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;
    margin-top: 208px;
  }
  .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;
  }
}

.accordionjs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

.accordionjs .acc_section {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  overflow: hidden;
  /* &:first-of-type,
    &:first-of-type .acc_head {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
    }
    &:last-of-type,
    &:last-of-type .acc_content {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
    } */
}

.accordionjs .acc_section .acc_head {
  background: #EDEEF3;
  cursor: pointer;
  display: block;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 5px;
  font-size: 1.2rem;
  position: relative;
  transition: all ease 0.05s;
  -o-transition: all ease 0.05s;
  -webkit-transition: all ease 0.05s;
  padding-right: 45px;
  font-weight: 500;
}

.accordionjs .acc_section .acc_head:after {
  font-family: "fontello";
  content: '\e80f';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #2B60AC;
}

.accordionjs .acc_section .acc_content {
  padding: 20px;
}

.accordionjs .acc_section.acc_active > {
  transition: all ease 0.05s;
  -o-transition: all ease 0.05s;
  -webkit-transition: all ease 0.05s;
}

.accordionjs .acc_section.acc_active > .acc_content {
  display: block;
}

.accordionjs .acc_section.acc_active > .acc_head:after {
  content: '\e810';
}

.cf {
  *zoom: 1;
}

.cf:after,
.cf:before {
  content: '';
  display: block;
}

.cf:after {
  clear: both;
}

.divBlock {
  display: block;
  z-index: 5;
}

.tel {
  cursor: default;
}

.mailto:hover {
  color: #168cdf;
}

p.comingsoon {
  text-align: center;
}

p.comingsoon.center {
  text-align: left;
}

p.comingsoon.right {
  text-align: right;
}

.img-center {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.img-center img {
  max-width: 100%;
}

.rm-btn {
  margin-top: 15px;
}

.rm-btn.right {
  float: right;
}

.rm-btn.center {
  text-align: center;
}

.alignBoth {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.alignTop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.alignCenter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.alignBottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}

.alignH-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.alignH-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alignH-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.center-both, .clients-sec .clients .img-out {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.center-vertical {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.center-horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.cur-p {
  cursor: pointer;
}

.ttu {
  text-transform: uppercase;
}

.align-center {
  text-align: center;
  float: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.f-none {
  float: none !important;
}

.visible_mobile {
  display: none;
}

@media (max-width: 767px) {
  .visible_mobile {
    display: block;
  }
}

.visible_desk {
  display: inline-block;
}

@media (max-width: 767px) {
  .visible_desk {
    display: none;
  }
}

.no_pad {
  padding: 0 !important;
}

.no_pad_right {
  padding-right: 0 !important;
}

.no_pad_left {
  padding-left: 0 !important;
}

.no_pad_top {
  padding-top: 0 !important;
}

.no_pad_bottom {
  padding-bottom: 0 !important;
}

.no_marg {
  margin: 0;
}

.no_marg_right {
  margin-right: 0 !important;
}

.no_marg_left {
  margin-left: 0 !important;
}

.no_marg_top {
  margin-top: 0 !important;
}

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

.default {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.default li {
  list-style-type: none;
}

.default li:before, .default li:after {
  display: none;
}

.content-style ul, .content-style ol {
  margin-top: 24px;
  padding-left: 40px;
}

.content-style ul li, .content-style ol li {
  margin-bottom: 15px;
  position: relative;
  text-align: left;
}

.content-style ul li:after, .content-style ol li:after {
  position: absolute;
  top: 3px;
  left: -25px;
  content: "\f111";
  color: #e11919;
  font-family: "ameta";
  font-size: 10px;
}

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

.content-style li a, .content-style h1 a, .content-style h2 a, .content-style h3 a, .content-style h4 a, .content-style h4 a {
  color: #e11919;
}

.content-style li a:hover, .content-style h1 a:hover, .content-style h2 a:hover, .content-style h3 a:hover, .content-style h4 a:hover, .content-style h4 a:hover {
  color: #093794;
}

.content-style p + h1,
.content-style p + h2,
.content-style p + h3,
.content-style p + h4,
.content-style p + h5,
.content-style p + h6,
.content-style p + ul,
.content-style p + ol,
.content-style p + a {
  margin-top: 24px;
}

.content-style ul + h1,
.content-style ul + h2,
.content-style ul + h3,
.content-style ul + h4,
.content-style ul + h5,
.content-style ul + h6,
.content-style ul + p, .content-style ol + h1,
.content-style ol + h2,
.content-style ol + h3,
.content-style ol + h4,
.content-style ol + h5,
.content-style ol + h6,
.content-style ol + p {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .tab-sec .resp-tabs-list {
    display: block;
  }
}

.tab-sec .resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  margin: 0;
  list-style: none;
  cursor: default;
  float: left;
  width: 25%;
  padding: 0;
  position: relative;
  transition: transform ease 0.2s;
  -webkit-box-shadow: 0px 24px 25px -19px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 24px 25px -19px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 24px 25px -19px rgba(0, 0, 0, 0.26);
}

.tab-sec .resp-tabs-list li:last-child:after {
  display: none;
}

@media (max-width: 991px) {
  .tab-sec .resp-tabs-list li {
    min-height: 140px;
  }
}

.tab-sec .resp-tabs-list li:after {
  content: '';
  background: #cccccc;
  width: 1px;
  height: 90%;
  top: 10px;
  right: 0;
  display: block;
  position: absolute;
}

.tab-sec .resp-tabs-list li:hover, .tab-sec .resp-tabs-list li.activetab {
  transform: scale(1.1);
  z-index: 99;
}

@media (max-width: 991px) {
  .tab-sec .resp-tabs-list li:hover, .tab-sec .resp-tabs-list li.activetab {
    transform: scale(1);
  }
}

.tab-sec .resp-tabs-list li:hover:after, .tab-sec .resp-tabs-list li.activetab:after {
  display: none;
}

.tab-sec .resp-tabs-list li:hover.tab1 .li-tab-top, .tab-sec .resp-tabs-list li.activetab.tab1 .li-tab-top {
  background: url("../images/tab-bg1.jpg") #CCC no-repeat;
}

.tab-sec .resp-tabs-list li:hover.tab2 .li-tab-top, .tab-sec .resp-tabs-list li.activetab.tab2 .li-tab-top {
  background: url("../images/tab-bg2.jpg") #CCC no-repeat;
}

.tab-sec .resp-tabs-list li:hover.tab3 .li-tab-top, .tab-sec .resp-tabs-list li.activetab.tab3 .li-tab-top {
  background: url("../images/tab-bg3.jpg") #CCC no-repeat;
}

.tab-sec .resp-tabs-list li:hover.tab4 .li-tab-top, .tab-sec .resp-tabs-list li.activetab.tab4 .li-tab-top {
  background: url("../images/tab-bg4.jpg") #CCC no-repeat;
}

.tab-sec .resp-tabs-list li:hover .li-tab-top img, .tab-sec .resp-tabs-list li.activetab .li-tab-top img {
  display: none;
}

@media (max-width: 991px) {
  .tab-sec .resp-tabs-list li:hover .li-tab-top img, .tab-sec .resp-tabs-list li.activetab .li-tab-top img {
    display: inline-block;
  }
}

.tab-sec .resp-tabs-list li:hover .li-tab-bottom, .tab-sec .resp-tabs-list li.activetab .li-tab-bottom {
  padding-bottom: 40px;
  background: #FFF;
}

.tab-sec .resp-tabs-list li:hover .li-tab-bottom h4, .tab-sec .resp-tabs-list li.activetab .li-tab-bottom h4 {
  color: #e11919;
}

@media (max-width: 767px) {
  .tab-sec .resp-tabs-list li:hover .li-tab-bottom h4, .tab-sec .resp-tabs-list li.activetab .li-tab-bottom h4 {
    font-size: 1rem;
  }
}

.tab-sec .resp-tabs-list li:hover .li-tab-bottom .exp, .tab-sec .resp-tabs-list li.activetab .li-tab-bottom .exp {
  display: inline-flex;
  cursor: pointer;
}

@media (max-width: 767px) {
  .tab-sec .resp-tabs-list li:hover .li-tab-bottom .exp, .tab-sec .resp-tabs-list li.activetab .li-tab-bottom .exp {
    font-size: 1rem;
  }
}

.tab-sec .resp-tabs-list li:before {
  content: '';
  display: none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFF;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -10px;
}

@media (max-width: 768px) {
  .tab-sec .resp-tabs-list li:before {
    display: none;
    margin-left: -18px;
  }
}

@media (max-width: 767px) {
  .tab-sec .resp-tabs-list li {
    min-height: auto;
  }
}

.tab-sec .activetab:before {
  display: block !important;
}

.tab-sec .resp-tabs-container {
  padding: 40px 0 0 0;
  background-color: #fff;
  clear: left;
  display: none;
  position: relative;
}

@media (max-width: 991px) {
  .tab-sec .resp-tabs-container {
    padding: 0;
  }
}

.tab-sec .resp-tabs-container .tb-text {
  display: none;
  -webkit-box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.4);
  padding: 25px;
}

.tab-sec .resp-tabs-container .tabclose {
  top: 9px;
  background: #ccc;
}

.tab-sec .tab-container {
  margin-top: -125px;
  min-height: 320px;
}

@media (max-width: 991px) {
  .tab-sec .tab-container {
    margin-top: 0px;
    min-height: 150px;
  }
}

@media (max-width: 767px) {
  .tab-sec .tab-container {
    margin-top: 20px;
  }
}

.tab-sec .li-tab {
  text-align: center;
}

.tab-sec .li-tab .li-tab-top {
  background: rgba(250, 250, 250, 0.86);
  background-size: 100% !important;
  padding: 60px 0 0 0;
  height: 140px;
  position: relative;
}

@media (max-width: 768px) {
  .tab-sec .li-tab .li-tab-top {
    height: 60px;
    padding: 0;
    background: none;
  }
}

@media (max-width: 480px) {
  .tab-sec .li-tab .li-tab-top {
    height: 35px;
  }
}

.tab-sec .li-tab .li-tab-top img {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -50px;
}

@media (max-width: 768px) {
  .tab-sec .li-tab .li-tab-top img {
    position: relative;
    left: auto;
    margin-left: auto;
  }
}

.tab-sec .li-tab .li-tab-bottom {
  padding: 33px 0 65px 0;
}

@media (max-width: 991px) {
  .tab-sec .li-tab .li-tab-bottom {
    padding: 30px 0 0 0;
  }
}

@media (max-width: 767px) {
  .tab-sec .li-tab .li-tab-bottom {
    min-height: 81px;
  }
}

.tab-sec .li-tab .li-tab-bottom h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}

@media (max-width: 768px) {
  .tab-sec .li-tab .li-tab-bottom h4 {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .tab-sec .li-tab .li-tab-bottom h4 {
    display: none;
  }
}

.tab-sec .li-tab .li-tab-bottom .exp {
  display: none;
}

@media (max-width: 768px) {
  .tab-sec .li-tab .li-tab-bottom .exp {
    font-size: 1rem;
    display: inline-flex;
    margin-bottom: 9px;
  }
}

@media (max-width: 767px) {
  .tab-sec .li-tab .li-tab-bottom .exp {
    padding: 5px 6px;
    min-height: auto;
    font-size: 0.8rem;
  }
}

/* =====     Forms     ===== */
input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

::-webkit-input-placeholder {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  opacity: 1;
}

:-moz-placeholder {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  opacity: 1;
}

::-moz-placeholder {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  opacity: 1;
}

.inline {
  display: block;
}

.inline div {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
.input,
textarea,
select,
.form-control {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: 40px;
  padding: 0 20px;
  width: 100%;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
.input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}

@media (max-width: 1199px) {
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  .input,
  textarea,
  select,
  .form-control {
    border-width: 1px;
    height: 40px;
    padding: 0 10px;
  }
}

textarea.form-control {
  height: 100px;
  padding: 15px 20px;
  resize: none;
}

@media (max-width: 1199px) {
  textarea.form-control {
    padding-left: 10px;
    padding-right: 10px;
  }
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../images/select-icon.svg") no-repeat 96% 50%;
  outline: none;
}

select:focus,
select:active {
  outline: none;
}

option {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.input-holder {
  margin-bottom: 15px;
  position: relative;
  *zoom: 1;
}

.input-holder:after,
.input-holder:before {
  content: '';
  display: block;
}

.input-holder:after {
  clear: both;
}

.input-holder.error input,
.input-holder.error textarea {
  border-color: #C60C02;
}

.input-holder .error,
.input-holder .newerror {
  background-color: #C60C02;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  right: 0;
  line-height: 1;
  padding: 5px 5px;
  position: absolute;
  top: -19px;
}

.input-holder .error:after,
.input-holder .newerror:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #C60C02;
  bottom: -5px;
  content: '';
  right: 10px;
  position: absolute;
}

.input-holder .newerror {
  top: -20px;
}

@media (max-width: 767px) {
  .input-holder .newerror {
    top: -25px;
  }
}

.captcha-wrapper {
  display: inline-block;
  float: right;
  height: 130px;
  position: relative;
}

.captcha-wrapper .input-holder {
  display: inline-block;
  float: right;
  margin: 0 !important;
  width: 100%;
}

.captcha-wrapper .captcha-wrap p {
  font-size: 0.9333rem;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}

.captcha-wrapper .captcha-wrap p span {
  text-transform: uppercase;
}

.captcha-wrapper .captcha-wrap .btn-grp {
  margin-top: 22px;
  float: right;
}

.captcha-wrapper .captcha-wrap a {
  align-items: center;
  -webkit-align-items: center;
  border: 1px solid #e3e3e3;
  display: inline-flex;
  -webkit-display: inline-flex;
  height: 30px;
  justify-content: center;
  -webkit-justify-content: center;
  float: left;
  text-align: center;
  width: 30px;
}

.captcha-wrapper .captcha-wrap a + a {
  margin-left: 5px;
}

.captcha-wrapper .captcha-wrap a svg {
  fill: none;
  stroke: #000;
  height: 20px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  width: 20px;
}

.captcha-wrapper .captcha-wrap a.captcha_active {
  border-color: #e11919;
}

.captcha-wrapper .captcha-wrap a.captcha_active svg {
  stroke: #e11919;
}

.captcha-wrapper .captcha-wrap a.ref-img {
  border-color: #e11919;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.captcha-wrapper .captcha-wrap a.ref-img svg {
  fill: #e11919;
}

.captcha-wrapper input[type=submit],
.captcha-wrapper .btn {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 2;
  text-align: center;
}

.captcha-wrapper .plz {
  bottom: 8px;
  position: absolute;
  right: 0;
  width: 138px !important;
}

@media (max-width: 1450px) {
  .captcha-wrapper .plz {
    width: 100px !important;
  }
}

@media (max-width: 1199px) {
  .captcha-wrapper .plz {
    width: 124px !important;
  }
}

.captcha-wrapper .pls-wait-img-contact {
  position: absolute;
  top: 2px;
}

.captcha-wrapper .pls-wait-img-contact svg {
  height: 14px;
  stroke: #e11919 !important;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  width: 14px;
}

.captcha-wrapper .pls-wait-text-contact {
  text-align: left;
  padding-left: 15px;
  color: #fff;
}

@media (max-width: 767px) {
  .captcha-wrapper {
    height: 125px;
    padding-right: 0;
  }
  .captcha-wrapper .captcha-wrap p {
    line-height: 1.3;
  }
  .captcha-wrapper .captcha-wrap .btn-grp {
    margin-right: 0;
    margin-top: 10px;
  }
  .captcha-wrapper .google-captcha {
    display: inline-block;
    float: right;
    width: 280px;
  }
  .captcha-wrapper .g-recaptcha {
    transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media (max-width: 360px) {
  .captcha-wrapper .captcha-wrap p {
    min-height: 30px;
  }
}

/*  ===============
  1. Reset
===============  */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

html {
  font-size: 16px;
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  padding-top: 118px;
}

@media (max-width: 1450px) {
  html {
    padding-top: 90px;
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  html {
    padding-top: 107px;
  }
}

@media (max-width: 991px) {
  html {
    padding-top: 125px;
  }
}

@media (max-width: 767px) {
  html {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: inherit;
}

p + p {
  padding-top: 15px;
}

@media (max-width: 767px) {
  p + p {
    padding-top: 10px;
  }
}

p b,
p strong {
  font-weight: 700;
}

p a {
  color: #e11919;
}

p a:hover {
  color: #093794;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: block;
}

.clearfix:after {
  clear: both;
}

svg:focus {
  appearance: none;
  -moz-appearance: none;
  outline: none;
}

svg {
  transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
}

a,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

a:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  text-decoration: none;
  border-color: #2098D1;
}

a {
  color: inherit;
  display: inline-block;
}

a[href^="tel"] {
  color: inherit;
  cursor: default;
}

b,
strong {
  font-weight: 600;
}

img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

img.alignright {
  display: inline;
  float: right;
  margin: 24px 0 24px 20px;
}

img.alignleft {
  display: inline;
  float: left;
  margin: 24px 20px 24px 0;
}

img.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}

img.alignnone {
  display: inline;
  margin: 10px;
}

@media (max-width: 767px) {
  img {
    clear: both;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: auto;
  }
  img.alignleft,
  img.alignright,
  img.aligncenter,
  img.alignnone {
    clear: both;
    display: block;
    float: none;
    margin: 10px auto 7px;
  }
}

.image-wrapper {
  background-color: #ced7e0;
  position: relative;
}

article,
aside,
div,
main,
nav,
section,
figure {
  *zoom: 1;
}

article:after,
article:before,
aside:after,
aside:before,
div:after,
div:before,
main:after,
main:before,
nav:after,
nav:before,
section:after,
section:before,
figure:after,
figure:before {
  content: '';
  display: block;
}

article:after,
aside:after,
div:after,
main:after,
nav:after,
section:after,
figure:after {
  clear: both;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + ul,
ul + ol,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ol + ul,
ol + ol {
  margin-top: 24px;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + ul,
p + ol {
  margin-top: 24px;
}

.tw-logo {
  display: inline-block;
}

.tw-logo svg {
  fill: #c4c9cc;
  height: 40px;
  width: 40px;
}

.tw-logo:hover svg {
  fill: #e11919;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.fade.show {
  opacity: 1;
}

.modal-open {
  padding-right: 0 !important;
  overflow-y: auto;
  z-index: 9999;
}

.fluid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1910px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.lg-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .lg-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .lg-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .lg-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .lg-container {
    max-width: 1370px;
  }
}

.troi-header {
  z-index: 1050;
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  margin: 0 auto;
  padding: 10px 0 10px 0;
}

@media (max-width: 767px) {
  .troi-header {
    text-align: center;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .troi-header .right-sec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

.troi-header .right-sec .top-right {
  float: right;
}

@media (max-width: 767px) {
  .troi-header .right-sec .top-right {
    float: none;
  }
}

.troi-header .right-sec .top-right .top-right-wrap {
  padding: 10px 0;
}

@media (min-width: 1199px) {
  .troi-header .right-sec .top-right .top-right-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-flow: row-reverse;
  }
}

@media (max-width: 1199px) {
  .troi-header .right-sec .top-right .top-right-wrap {
    width:  540px;
  }
}

@media (max-width: 767px) {
  .troi-header .right-sec .top-right .top-right-wrap {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .troi-header .right-sec .top-right .top-right-wrap {
    margin: 0 auto;
  }
}

.troi-header .right-sec .top-right .hd-logos {
  float: right;
  margin-right: 45px;
}

@media (max-width: 1199px) {
  .troi-header .right-sec .top-right .hd-logos {
    margin-right: 0;
  }
}

.troi-header .right-sec .top-right .phone {
  float: right;
  font-size: 2.375rem;
  line-height: 1.8rem;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 767px) {
  .troi-header .right-sec .top-right .phone {
    float: none;
  }
}

.hdr-brdr {
  border-bottom: 1px solid #000;
}

.banner-sec {
  background: url("../images/banner-01.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  height: 672px;
}

@media (min-width: 1200px) {
  .banner-sec .container-banner {
    max-width: 1300px;
  }
}

@media (max-width: 1199px) {
  .banner-sec {
    height: 595px;
    /*background-position: 85% center;*/
  }
}

@media (max-width: 991px) {
  .banner-sec {
    ?
    /*background-position: 87% center;)*/
    height: 550px;
  }
}

@media (max-width: 767px) {
  .banner-sec {
    height: auto;
    padding-bottom: 27px;
    padding-top: 27px;
  }
}

.banner-sec .h-box {
    padding: 30px;
    background: #0000007a;
    margin-top: 135px;
}

.banner-sec .h-box h1 {
  color: #fff;
  font-weight: 400;
  line-height: 4.5rem;
  padding-bottom: 25px;
  text-shadow: 6px 2px 6px #333;
}

.banner-sec .h-box h1 span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .banner-sec .h-box h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media (max-width: 480px) {
  .banner-sec .h-box h1 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}

@media (max-width: 767px) {
  .banner-sec .h-box {
    margin-top: 0;
        padding: 15px;
  }
}

.tab-sec {
  min-height: 100px;
  padding-bottom: 52px;
}

@media (max-width: 480px) {
  .tab-sec {
    padding-bottom: 20px;
  }
}

.tab-sec ul {
  margin: 15px 0;
}

.tab-sec ul li {
  padding-left: 18px;
  position: relative;
}

.tab-sec ul li:before {
  content: '\e805';
  position: absolute;
  font-family: "fontello";
  left: 0;
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 1;
  top: 2px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  .tab-sec ul li .li-tab .li-tab-bottom h4 {
    min-height: 50px;
    padding: 0 8px;
  }
}

.req-sec {
  background: url("../images/post-box.png") no-repeat;
  background-position: 16% bottom;
}

@media (max-width: 1650px) {
  .req-sec {
    background-position: 11% bottom;
  }
}

@media (max-width: 1366px) {
  .req-sec {
    background-position: 0 bottom;
  }
}

@media (max-width: 991px) {
  .req-sec {
    background-size: 50%;
  }
}

.req-sec .req-form {
  height: auto;
  background: url("../images/form-bg.png") no-repeat #093794;
  background-position: bottom;
  color: #fff;
  padding: 48px;
}

.req-sec .req-form textarea.form-control {
  height: 43px;
  overflow: hidden;
  padding: 9px 0 !important;
}

@media (max-width: 767px) {
  .req-sec .req-form {
    padding: 25px;
  }
}

.req-sec .req-form .form-wrap input[type="email"], .req-sec .req-form .form-wrap input[type="number"], .req-sec .req-form .form-wrap input[type="tel"], .req-sec .req-form .form-wrap input[type="text"], .req-sec .req-form .form-wrap .input, .req-sec .req-form .form-wrap
.form-control {
  color: #FFF;
  border-bottom: thin solid #fff;
  float: right;
  width: 75%;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
}

.req-sec .req-form .form-wrap .btn {
  border-bottom: none;
  font-size: 1.2rem;
}

.req-sec .req-form .form-wrap .input-holder {
  margin-bottom: 3px;
}

.req-sec .req-form .form-wrap .input-holder label {
  float: left;
  padding-top: 20px;
}

.req-sec .req-form .form-wrap .captcha-wrapper {
  margin-top: 20px;
  height: 140px;
}

@media (max-width: 767px) {
  .req-sec .req-form .form-wrap .captcha-wrapper {
    height: 125px;
  }
}

.req-sec .req-form .form-wrap .captcha-wrapper .captcha-wrap a + a {
  border: none;
  margin-left: 0;
}

.req-sec .req-form .form-wrap .captcha-wrapper .captcha-wrap .location-cap {
  float: right;
  padding-right: 135px;
}

@media (max-width: 767px) {
  .req-sec .req-form .form-wrap .captcha-wrapper .captcha-wrap .location-cap {
    padding-right: 0;
  }
}

.req-sec .req-form .form-wrap .captcha-wrapper .captcha-wrap p {
  margin-bottom: 20px;
}

.bg-sec {
  background: url("../images/bg1.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}

.bg-sec .bord {
  text-align: center;
  border: thin solid #fff;
  padding: 38px 5px;
}

.bg-sec .bord p {
  font-size: 3.5rem;
  font-weight: 500;
  color: #fff;
}

.bg-sec .bord p span {
  font-weight: 700;
}

@media (max-width: 991px) {
  .bg-sec .bord p {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .bg-sec .bord p {
    font-size: 1.5rem;
  }
}

.process-sec {
  text-align: center;
  padding: 65px 0 78px 0;
}

.process-sec h2 {
  color: #000;
}

.process-sec p {
  font-weight: 300;
}

.process-sec .pros-in {
  margin: 30px 0 2px 0;
  -webkit-box-shadow: 0px 8px 20px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 20px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 20px -15px rgba(0, 0, 0, 0.75);
}

.process-sec .pros-in h5 {
  color: #000;
  font-weight: 600;
  padding: 35px 10px;
}

@media (max-width: 1450px) {
  .process-sec .pros-in h5 {
    min-height: 115px;
  }
}

.process-sec .less-pad {
  padding-left: 10px;
  padding-right: 10px;
}

.red-sec {
  background: url("../images/red-bg.png") no-repeat #e11919;
  background-position: bottom;
}

.red-sec .red {
  padding: 38px 0;
}

@media (max-width: 767px) {
  .red-sec .red {
    text-align: center;
  }
}

.red-sec .red img {
  float: right;
}

@media (max-width: 767px) {
  .red-sec .red img {
    float: none;
  }
}

.red-sec .red p {
  font-size: 2.937rem;
  color: #fff;
  font-weight: 300;
  float: left;
  text-align: center;
  float: right;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  .red-sec .red p {
    font-size: 2.2rem;
  }
}

@media (max-width: 991px) {
  .red-sec .red p {
    font-size: 2rem;
    max-width: 75%;
  }
}

@media (max-width: 767px) {
  .red-sec .red p {
    float: none;
    padding-right: 0;
    max-width: 100%;
    font-size: 1.8rem;
  }
}

.red-sec .red p span {
  font-weight: 700;
}

.red-sec .red p:before {
  content: '';
  position: absolute;
  background: url(../images/paper.png) no-repeat;
  display: block;
  width: 218px;
  height: 100px;
  background-size: contain;
  left: -130px;
  top: 57px;
}

@media (max-width: 1366px) {
  .red-sec .red p:before {
    left: -28px;
  }
}

.shop-sec-full {
  height: 484px;
  position: relative;
}

@media (max-width: 1199px) {
  .shop-sec-full {
    height: 430px;
  }
}

@media (max-width: 991px) {
  .shop-sec-full {
    height: auto;
  }
}

.shop-sec-full .shop-bg {
  position: absolute;
  height: 100%;
  width: 100%;
}

.shop-sec-full .shop-bg .sec-full-left {
  width: 37%;
  height: 100%;
  float: left;
  background: url("../assets/images/mailbox.jpg") no-repeat;
  background-size: cover;
  background-position: right;
}

.shop-sec-full .shop-bg .sec-full-right {
  width: 63%;
  height: 100%;
  float: right;
  background: url("../assets/images/bg-2.jpg") no-repeat #EBEBEB;
  background-position: right;
}

.shop-sec-full .shop-ctn .shop-text {
  padding-top: 55px;
  padding-left: 30px;
}

.shop-sec-full .shop-ctn .shop-text h2 {
  color: #000;
}

@media (max-width: 1366px) {
  .shop-sec-full .shop-ctn .shop-text {
    padding-left: 65px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .shop-sec-full .shop-ctn .shop-text {
    padding-top: 25px;
    padding-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .shop-sec-full .shop-ctn .shop-text {
    background: rgba(255, 255, 255, 0.8);
    padding-left: 15px;
  }
}

.testi-sec {
  background: url("../assets/images/testimonial-bg2.png") no-repeat #141439;
  text-align: center;
  height: 302px;
  padding: 65px 0 0 0;
}

@media (max-width: 991px) {
  .testi-sec {
    padding: 35px 0 0 0;
  }
}

.testi-sec p {
  color: #FFF;
  padding: 0 75px;
}

@media (max-width: 991px) {
  .testi-sec p {
    padding: 0 20px;
  }
}

.testi-slider-sec .row {
  margin-top: -60px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 12px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 12px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 12px -6px rgba(0, 0, 0, 0.75);
}

.testi-slider-sec .no-pad {
  padding-right: 0;
  padding-left: 0;
}

.testi-slider-sec .g-review {
  width: 100%;
}

.testi-slider-sec .testi-slider-out {
  background: #FFF;
  padding: 40px 0 40px 50px;
}

@media (max-width: 991px) {
  .testi-slider-sec .testi-slider-out {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  .testi-slider-sec .testi-slider-out {
    padding-left: 0;
  }
}

.testi-slider-sec .testi-slider .testi-slide {
  text-align: center;
  padding: 0 50px;
}

.testi-slider-sec .testi-slider .testi-slide .letter {
  width: 75px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #B6B6B6;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .testi-slider-sec .testi-slider .testi-slide .letter {
    width: 68px;
  }
}

.testi-slider-sec .testi-slider .testi-slide .letter p {
  font-weight: 500;
  font-size: 2.5rem;
  color: #fff;
  line-height: 4.5rem;
  text-align: center;
}

@media (max-width: 1366px) {
  .testi-slider-sec .testi-slider .testi-slide .letter p {
    line-height: 62px;
    padding: 6px;
  }
}

@media (max-width: 991px) {
  .testi-slider-sec .testi-slider .testi-slide .letter p {
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .testi-slider-sec .testi-slider .testi-slide .letter p {
    font-size: 2rem;
    line-height: 55px;
    padding: 6px;
  }
}

.testi-slider-sec .testi-slider .testi-slide .auhor {
  font-weight: 500;
  font-size: 1.1rem;
  padding: 22px 0 10px 0;
}

.testi-slider-sec .testi-slider .testi-slide .stars .icon-star {
  color: #ffc71b;
}

.testi-slider-sec .testi-slider .testi-slide .s-content {
  padding: 2px;
}

@media (max-width: 767px) {
  .testi-slider-sec .testi-slider .testi-slide .s-content {
    padding: 10px 0 58px 0;
  }
}

.testi-slider-sec .testi-slider .slick-next {
  right: 10px;
  background: none;
}

.testi-slider-sec .testi-slider .slick-prev {
  left: 10px;
  background: none;
}

.testi-slider-sec .testi-slider .slick-dots {
  padding: 10px;
  text-align: center;
  position: relative;
}

.clients-sec {
  padding: 75px 0;
}

.clients-sec h2 {
  color: #000;
  text-align: center;
  margin-bottom: 25px;
}

.clients-sec .clients {
  text-align: center;
}

.clients-sec .clients .img-out {
  width: 20%;
  float: left;
  text-align: center;
  border-right: thin solid #cccccc;
  height: 100px;
}

@media (max-width: 767px) {
  .clients-sec .clients .img-out {
    height: 50px;
  }
}

.clients-sec .clients .img-out:last-child {
  border: none;
}

.clients-sec .clients .img-out img {
  max-width: 90%;
}

.req-info-form-sec {
  background: url("../images/form-bg.jpg") no-repeat #1f479b;
  background-size: cover;
  background-position: bottom;
  padding: 65px 0 55px 0;
}

.req-info-form-sec h2 {
  text-align: center;
  margin-bottom: 20px;
}

.req-info-form-sec .form-wrap form input[type="email"], .req-info-form-sec .form-wrap form input[type="number"], .req-info-form-sec .form-wrap form input[type="search"], .req-info-form-sec .form-wrap form input[type="tel"], .req-info-form-sec .form-wrap form input[type="text"], .req-info-form-sec .form-wrap form input[type="url"], .req-info-form-sec .form-wrap form .input, .req-info-form-sec .form-wrap form textarea, .req-info-form-sec .form-wrap form select, .req-info-form-sec .form-wrap form .form-control {
  background: #fff;
}

.req-info-form-sec .form-wrap form .btn {
  border: 0;
  font-size: 1.2rem;
  background: #e11919;
}

.req-info-form-sec .form-wrap form .btn:hover {
  background: #093794;
}

.req-info-form-sec .form-wrap form .captcha-wrapper {
  height: 140px;
}

@media (max-width: 1199px) {
  .req-info-form-sec .form-wrap form .captcha-wrapper {
    height: 130px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .req-info-form-sec .form-wrap form .captcha-wrapper .captcha-wrap {
    width: 245px;
    transform: scale(0.7);
  }
}

.req-info-form-sec .form-wrap form .captcha-wrapper .captcha-wrap a + a {
  border: none;
  margin-left: 0;
}

.req-info-form-sec .form-wrap form .captcha-wrapper .captcha-wrap a + a img {
  border: 1px solid white;
}

.req-info-form-sec .form-wrap form .captcha-wrapper .captcha-wrap #captcha_div p {
  color: #fff;
  font-size: 0.9rem;
  margin-top: 10px;
  height: 40px;
}

@media (max-width: 991px) {
  .req-info-form-sec .form-wrap form .captcha-wrapper .captcha-wrap #captcha_div p {
    margin-top: 0;
  }
}

.req-info-form-sec .form-wrap form .captcha-wrapper .captcha-wrap #captcha_div .location-cap {
  float: right;
  padding-right: 138px;
}

@media (max-width: 1199px) {
  .req-info-form-sec .form-wrap form .captcha-wrapper .captcha-wrap #captcha_div .location-cap {
    padding-right: 0;
  }
}

.map-sec {
  max-height: 460px;
}

@media (max-width: 991px) {
  .map-sec {
    max-height: 300px;
  }
}

@media (max-width: 991px) {
  .map-sec iframe {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .modal-dialog {
    margin-top: 200px;
  }
}

.modal-content {
  background: #1f479b;
}

.modal-content .btn {
  border: 0;
}

.modal-content input[type="email"], .modal-content input[type="number"], .modal-content input[type="search"], .modal-content input[type="tel"], .modal-content input[type="text"], .modal-content input[type="url"], .modal-content .input, .modal-content textarea, .modal-content select, .modal-content .form-control {
  background: #fff;
}

.modal-content .modal-title {
  color: #FFF;
}

.modal-content form .captcha-wrapper {
  height: 140px;
}

.modal-content form .captcha-wrapper #captcha_div_footer p {
  color: #FFF;
  margin-bottom: 10px;
}

.modal-content form .captcha-wrapper #captcha_div_footer .location-cap {
  float: right;
}

.modal-content form .captcha-wrapper #captcha_div_footer .location-cap a {
  border: 1px solid #fff;
  margin-left: 4px;
}

.modal-content form .captcha-wrapper #captcha_div_footer .location-cap a img {
  border: none !important;
  margin: 0 !important;
  padding: 5px;
}

@media (max-width: 991px) {
  .modal-content form .captcha-wrapper {
    height: 125px;
  }
}

@media (max-width: 767px) {
  .captcha-wrapper .google-captcha {
    display: inline-block;
    float: right;
    width: 272px;
  }
}

.thank-sec {
  padding-top: 50px;
  text-align: center;
}

.thank-sec h1 {
  color: #073F9F;
  padding-bottom: 0;
}

.thank-sec .thank-bt {
  background: #007fc5;
  font-weight: 400;
  padding: 14px 58px;
  margin: 15px 0 60px 0;
}

.thank-sec .thank-bt:hover {
  background: #e11919;
}

footer {
  background: #111111;
  color: #b4b4b4;
  padding: 40px 0 56px 0;
}

footer .tw-logo {
  margin-top: 15px;
}

.location {
  text-align: center;
}

.location p {
  font-size: 1.375rem;
  line-height: 3rem;
  font-weight: 500;
  color:#000;
  text-transform: capitalize;
}

.facts {
  padding: 65px 0px;
}

.facts h2 {
  color: #000;
  text-align: center;
}

.facts ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .facts ul {
    align-items: flex-start;
  }
}

.facts ul li {
  position: relative;
  padding-left: 16px;
  line-height: 35px;
}

.facts ul li::before {
  content: "";
  position: absolute;
  background: url("../images/red-bullet.png") no-repeat;
  width: 8px;
  height: 13px;
  top: 11px;
  left: 0;
}

@media only screen and (min-width: 1200px) {
  .right-img {
    margin-right: 16px;
  }
}
@media(max-width: 481px){
  .location p {
    line-height: 1.8rem;
    font-size: 1.175rem;
    padding: 7px 0px;
}
}
.right-img img {
    width: 90%;
}
@media(max-width: 1199px){
.right-img img {
    width: 47%;
}
.troi-header .right-sec .top-right .top-right-wrap {
    width: 100%;
}
.troi-header .right-sec .top-right {
     float: unset; 
}
.troi-header .right-sec .top-right .phone {
    font-size: 2rem;
  }

}

@media(max-width: 991px){
  .troi-header .right-sec .top-right .phone {
    line-height: 1rem;

}
.right-img img {
    width: 65%;
}
}

.banner-out {
    margin-top: 0 !important;
    overflow: hidden !important;
}


@media screen and (min-device-width: 768px) and (max-device-width: 1024px){

.home-form.cf .col-md-8 {
    flex: 0 0 33.333333%;
    max-width: 100% !important;
}

.home-form.cf .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 100% !important;
}

}
@media (min-width: 1200px) {
.banner-out{
  height: 550px !important;
}
}
@media (max-width: 767px) {
.banner-out{
  height:335px;
}}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner-out{
    height:405px;
  }
}