@charset "UTF-8";
.lnk-ftrs {
  -moz-appearance: none;
       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(primary);
  color: setcolor(blue, secondary);
}*/
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 {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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,
  .elementor-button-wrapper .elementor-button > .caret,
  .elementor-button-wrapper a > .caret,
  .elementor-button-wrapper input[type="submit"] > .caret,
  .elementor-button-wrapper input[type="reset"] > .caret,
  .elementor-button-wrapper input[type="button"] > .caret,
  button.trx_mscf_prev
button.trx_mscf_next > .caret,
  input[type="submit"] > .caret,
  input[type="reset"] > .caret,
  input[type="button"] > .caret,
  button[type="submit"] > .caret,
  .dropup > .btn > .caret, .elementor-button-wrapper .dropup > .elementor-button > .caret,
  .elementor-button-wrapper .dropup > a > .caret,
  .elementor-button-wrapper .dropup > input[type="submit"] > .caret,
  .elementor-button-wrapper .dropup > input[type="reset"] > .caret,
  .elementor-button-wrapper .dropup > input[type="button"] > .caret, button.trx_mscf_prev
.dropup > button.trx_mscf_next > .caret, .dropup > input[type="submit"] > .caret, .dropup > input[type="reset"] > .caret, .dropup > input[type="button"] > .caret, .dropup > button[type="submit"] > .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;
  }
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  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;
  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: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-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;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  -webkit-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;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-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;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-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;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-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;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-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: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !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: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
            transition: none;
  }
}

.fade:not(.show) {
  opacity: 1;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
            transition: none;
  }
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  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;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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: #000;
  display: block;
  font-family: "Aleo", serif;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  padding: 0 0 10px;
}

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: #ffffff;
}

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;
}

@media (max-width: 1199px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding-bottom: 7px;
  }
}

h1 {
  font-size: 4.2rem;
}

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

h2 {
  font-size: 2.4rem;
}

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

h3 {
  font-size: 2.3rem;
}

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

h4 {
  font-size: 2.2rem;
}

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

h5 {
  font-size: 2.1rem;
}

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

h6 {
  font-size: 2rem;
}

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

.section-title {
  color: #000;
  display: block;
  margin-bottom: 0 !important;
  padding-bottom: 30px;
  text-align: left;
}

.section-title p,
.section-title small {
  color: #000;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 15px;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title .h3 {
  color: inherit;
  display: inline-block;
  font-size: 4.2rem;
  line-height: 1.4;
  padding-bottom: 0;
  position: relative;
  text-transform: uppercase;
}

.section-title h1 a,
.section-title h2 a,
.section-title h3 a,
.section-title .h3 a {
  color: inherit;
  text-decoration: none !important;
}

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

.section-title h1 span,
.section-title h2 span,
.section-title h3 span,
.section-title .h3 span {
  display: block;
}

.section-title h2 {
  font-size: 4.2rem;
}

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

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

@media (min-width: 1200px) {
  .section-title.center small {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

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

.section-title.white h1, .section-title.white h2, .section-title.white h3,
.section-title.white small {
  color: #fff;
}

.section-title.p-btm-30 {
  padding-bottom: 30px;
}

.section-title.h1 h2 {
  font-size: 4.2rem;
}

.section-title.h1 h2 .clear {
  clear: both;
  display: block;
}

@media (max-width: 1199px) {
  .section-title h1,
  .section-title h2 {
    font-size: 2.8rem;
  }
  .section-title h3 {
    font-size: 2.4rem;
  }
  .section-title.h1 h2 {
    font-size: 2.7rem;
  }
  .section-title.h1 h2 .clear {
    clear: none;
    display: inline;
  }
}

@media (max-width: 767px) {
  .section-title {
    padding-bottom: 20px;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 2.2rem;
  }
  .section-title h3 {
    font-size: 2rem;
  }
  .section-title.h1 h2 {
    font-size: 2.2rem;
  }
}

.page-title {
  color: #000;
  display: block;
  margin-bottom: 0 !important;
  padding-bottom: 15px;
  text-align: left;
}

.page-title small,
.page-title p {
  color: #000;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 15px;
  width: 100%;
}

.page-title h1,
.page-title .h1 {
  color: inherit;
  display: inline-block;
  font-family: "Aleo", serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 0;
  position: relative;
  text-transform: uppercase;
}

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

.page-title .btn, .page-title .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .page-title .elementor-button,
.page-title .elementor-button-wrapper a, .elementor-button-wrapper .page-title a,
.page-title button.trx_mscf_prev
button.trx_mscf_next, button.trx_mscf_prev
.page-title button.trx_mscf_next, .page-title input[type="submit"], .page-title input[type="reset"], .page-title input[type="button"], .page-title button[type="submit"] {
  margin-top: 30px;
}

.page-title.sent-case h1,
.page-title.sent-case .h1 {
  text-transform: none;
}

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

@media (min-width: 1200px) {
  .page-title.center small {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
}

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

@media (max-width: 767px) {
  .page-title {
    padding-bottom: 20px;
  }
  .page-title h1,
  .page-title .h1 {
    font-size: 2.2rem;
  }
}

.elementor-widget-container .elementor-text-editor,
.acc_content,
.blog-cnt-wrap,
.cnt.elementor-widget-container,
.elementor-tab-content {
  /* =====     Ordered List Items     ===== */
}

.elementor-widget-container .elementor-text-editor ul,
.acc_content ul,
.blog-cnt-wrap ul,
.cnt.elementor-widget-container ul,
.elementor-tab-content ul {
  display: block;
  margin: 10px 0;
  padding-left: 20px;
}

.elementor-widget-container .elementor-text-editor ul li,
.acc_content ul li,
.blog-cnt-wrap ul li,
.cnt.elementor-widget-container ul li,
.elementor-tab-content ul li {
  display: block;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}

.elementor-widget-container .elementor-text-editor ul li + li,
.acc_content ul li + li,
.blog-cnt-wrap ul li + li,
.cnt.elementor-widget-container ul li + li,
.elementor-tab-content ul li + li {
  margin-top: 10px;
}

.elementor-widget-container .elementor-text-editor ul li:before,
.acc_content ul li:before,
.blog-cnt-wrap ul li:before,
.cnt.elementor-widget-container ul li:before,
.elementor-tab-content ul li:before {
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: '';
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 8px;
}

.elementor-widget-container .elementor-text-editor ul li a,
.acc_content ul li a,
.blog-cnt-wrap ul li a,
.cnt.elementor-widget-container ul li a,
.elementor-tab-content ul li a {
  color: #d60000;
  display: inline;
}

.elementor-widget-container .elementor-text-editor ul li a:hover,
.acc_content ul li a:hover,
.blog-cnt-wrap ul li a:hover,
.cnt.elementor-widget-container ul li a:hover,
.elementor-tab-content ul li a:hover {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .elementor-widget-container .elementor-text-editor ul li,
  .acc_content ul li,
  .blog-cnt-wrap ul li,
  .cnt.elementor-widget-container ul li,
  .elementor-tab-content ul li {
    padding-left: 24px;
  }
  .elementor-widget-container .elementor-text-editor ul li:before,
  .acc_content ul li:before,
  .blog-cnt-wrap ul li:before,
  .cnt.elementor-widget-container ul li:before,
  .elementor-tab-content ul li:before {
    height: 6px;
    width: 6px;
  }
  .elementor-widget-container .elementor-text-editor ul li + li,
  .acc_content ul li + li,
  .blog-cnt-wrap ul li + li,
  .cnt.elementor-widget-container ul li + li,
  .elementor-tab-content ul li + li {
    margin-top: 10px;
  }
}

.elementor-widget-container .elementor-text-editor ul.white li:before,
.acc_content ul.white li:before,
.blog-cnt-wrap ul.white li:before,
.cnt.elementor-widget-container ul.white li:before,
.elementor-tab-content ul.white li:before {
  background-color: #fff;
}

.elementor-widget-container .elementor-text-editor ul.green li:before,
.acc_content ul.green li:before,
.blog-cnt-wrap ul.green li:before,
.cnt.elementor-widget-container ul.green li:before,
.elementor-tab-content ul.green li:before {
  background-color: #d60000;
}

.elementor-widget-container .elementor-text-editor ul.two-col,
.acc_content ul.two-col,
.blog-cnt-wrap ul.two-col,
.cnt.elementor-widget-container ul.two-col,
.elementor-tab-content ul.two-col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.elementor-widget-container .elementor-text-editor ul.two-col li,
.acc_content ul.two-col li,
.blog-cnt-wrap ul.two-col li,
.cnt.elementor-widget-container ul.two-col li,
.elementor-tab-content ul.two-col li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 15px 0 0;
  max-width: 50%;
}

.elementor-widget-container .elementor-text-editor ul.three-col,
.acc_content ul.three-col,
.blog-cnt-wrap ul.three-col,
.cnt.elementor-widget-container ul.three-col,
.elementor-tab-content ul.three-col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.elementor-widget-container .elementor-text-editor ul.three-col li,
.acc_content ul.three-col li,
.blog-cnt-wrap ul.three-col li,
.cnt.elementor-widget-container ul.three-col li,
.elementor-tab-content ul.three-col li {
  -ms-flex: 0 0 33.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  margin: 15px 0 0;
  max-width: 33.33333%;
}

@media (min-width: 1200px) {
  .elementor-widget-container .elementor-text-editor ul.size-3rd,
  .acc_content ul.size-3rd,
  .blog-cnt-wrap ul.size-3rd,
  .cnt.elementor-widget-container ul.size-3rd,
  .elementor-tab-content ul.size-3rd {
    max-width: 80%;
  }
}

.elementor-widget-container .elementor-text-editor ul.tick li,
.acc_content ul.tick li,
.blog-cnt-wrap ul.tick li,
.cnt.elementor-widget-container ul.tick li,
.elementor-tab-content ul.tick li {
  padding-left: 30px;
}

.elementor-widget-container .elementor-text-editor ul.tick li:before,
.acc_content ul.tick li:before,
.blog-cnt-wrap ul.tick li:before,
.cnt.elementor-widget-container ul.tick li:before,
.elementor-tab-content ul.tick li:before {
  background-color: transparent;
  color: #d60000;
  content: '\e80e';
  font-family: "";
  top: 2px;
}

@media (max-width: 1199px) {
  .elementor-widget-container .elementor-text-editor ul.three-col li,
  .acc_content ul.three-col li,
  .blog-cnt-wrap ul.three-col li,
  .cnt.elementor-widget-container ul.three-col li,
  .elementor-tab-content ul.three-col li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 992px) {
  .elementor-widget-container .elementor-text-editor ul.two-col li,
  .elementor-widget-container .elementor-text-editor ul.three-col li,
  .acc_content ul.two-col li,
  .acc_content ul.three-col li,
  .blog-cnt-wrap ul.two-col li,
  .blog-cnt-wrap ul.three-col li,
  .cnt.elementor-widget-container ul.two-col li,
  .cnt.elementor-widget-container ul.three-col li,
  .elementor-tab-content ul.two-col li,
  .elementor-tab-content ul.three-col li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.elementor-widget-container .elementor-text-editor ul.anchor_links,
.acc_content ul.anchor_links,
.blog-cnt-wrap ul.anchor_links,
.cnt.elementor-widget-container ul.anchor_links,
.elementor-tab-content ul.anchor_links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.elementor-widget-container .elementor-text-editor ul.anchor_links li,
.acc_content ul.anchor_links li,
.blog-cnt-wrap ul.anchor_links li,
.cnt.elementor-widget-container ul.anchor_links li,
.elementor-tab-content ul.anchor_links li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-top: 10px;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.elementor-widget-container .elementor-text-editor ul.anchor_links li:before,
.acc_content ul.anchor_links li:before,
.blog-cnt-wrap ul.anchor_links li:before,
.cnt.elementor-widget-container ul.anchor_links li:before,
.elementor-tab-content ul.anchor_links li:before {
  display: none;
}

.elementor-widget-container .elementor-text-editor ul.anchor_links a,
.acc_content ul.anchor_links a,
.blog-cnt-wrap ul.anchor_links a,
.cnt.elementor-widget-container ul.anchor_links a,
.elementor-tab-content ul.anchor_links a {
  color: #ffffff;
  padding-left: 20px;
  position: relative;
}

.elementor-widget-container .elementor-text-editor ul.anchor_links a:before,
.acc_content ul.anchor_links a:before,
.blog-cnt-wrap ul.anchor_links a:before,
.cnt.elementor-widget-container ul.anchor_links a:before,
.elementor-tab-content ul.anchor_links a:before {
  content: '\e80b';
  font-family: "";
  left: 0;
  position: absolute;
  top: 0;
}

.elementor-widget-container .elementor-text-editor ul.anchor_links a:hover,
.acc_content ul.anchor_links a:hover,
.blog-cnt-wrap ul.anchor_links a:hover,
.cnt.elementor-widget-container ul.anchor_links a:hover,
.elementor-tab-content ul.anchor_links a:hover {
  color: #d60000;
}

.elementor-widget-container .elementor-text-editor ul.anchor_links.full li,
.acc_content ul.anchor_links.full li,
.blog-cnt-wrap ul.anchor_links.full li,
.cnt.elementor-widget-container ul.anchor_links.full li,
.elementor-tab-content ul.anchor_links.full li {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  .elementor-widget-container .elementor-text-editor ul.anchor_links li,
  .acc_content ul.anchor_links li,
  .blog-cnt-wrap ul.anchor_links li,
  .cnt.elementor-widget-container ul.anchor_links li,
  .elementor-tab-content ul.anchor_links li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.elementor-widget-container .elementor-text-editor ol,
.acc_content ol,
.blog-cnt-wrap ol,
.cnt.elementor-widget-container ol,
.elementor-tab-content ol {
  margin: 10px 0;
  padding-left: 20px;
  counter-reset: item;
}

.elementor-widget-container .elementor-text-editor ol li,
.acc_content ol li,
.blog-cnt-wrap ol li,
.cnt.elementor-widget-container ol li,
.elementor-tab-content ol li {
  display: block;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}

.elementor-widget-container .elementor-text-editor ol li + li,
.acc_content ol li + li,
.blog-cnt-wrap ol li + li,
.cnt.elementor-widget-container ol li + li,
.elementor-tab-content ol li + li {
  margin-top: 15px;
}

.elementor-widget-container .elementor-text-editor ol li:before,
.acc_content ol li:before,
.blog-cnt-wrap ol li:before,
.cnt.elementor-widget-container ol li:before,
.elementor-tab-content ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  display: inline-block;
  left: 0;
  position: absolute;
}

.elementor-widget-container .elementor-text-editor ol li a,
.acc_content ol li a,
.blog-cnt-wrap ol li a,
.cnt.elementor-widget-container ol li a,
.elementor-tab-content ol li a {
  color: #d60000;
  display: inline;
}

.elementor-widget-container .elementor-text-editor ol li a:hover,
.acc_content ol li a:hover,
.blog-cnt-wrap ol li a:hover,
.cnt.elementor-widget-container ol li a:hover,
.elementor-tab-content ol li a:hover {
  color: #ffffff;
}

.elementor-widget-container .elementor-text-editor ol.lower-alpha li:before,
.acc_content ol.lower-alpha li:before,
.blog-cnt-wrap ol.lower-alpha li:before,
.cnt.elementor-widget-container ol.lower-alpha li:before,
.elementor-tab-content ol.lower-alpha li:before {
  content: counters(item, "", lower-alpha) ")";
}

.elementor-widget-container .elementor-text-editor ol.lower-roman li:before,
.acc_content ol.lower-roman li:before,
.blog-cnt-wrap ol.lower-roman li:before,
.cnt.elementor-widget-container ol.lower-roman li:before,
.elementor-tab-content ol.lower-roman li:before {
  content: counters(item, "", lower-roman) ")";
}

.elementor-widget-container .elementor-text-editor ol.roman-sub li,
.acc_content ol.roman-sub li,
.blog-cnt-wrap ol.roman-sub li,
.cnt.elementor-widget-container ol.roman-sub li,
.elementor-tab-content ol.roman-sub li {
  padding-left: 30px;
}

.elementor-widget-container .elementor-text-editor ol.roman-sub li:before,
.acc_content ol.roman-sub li:before,
.blog-cnt-wrap ol.roman-sub li:before,
.cnt.elementor-widget-container ol.roman-sub li:before,
.elementor-tab-content ol.roman-sub li:before {
  content: counters(item, ".", upper-roman) ".";
  counter-increment: item;
  font-weight: 700;
}

.elementor-widget-container .elementor-text-editor ol.roman-sub li ol li,
.acc_content ol.roman-sub li ol li,
.blog-cnt-wrap ol.roman-sub li ol li,
.cnt.elementor-widget-container ol.roman-sub li ol li,
.elementor-tab-content ol.roman-sub li ol li {
  padding-left: 32px;
}

.elementor-widget-container .elementor-text-editor ol.decimal-sub li,
.acc_content ol.decimal-sub li,
.blog-cnt-wrap ol.decimal-sub li,
.cnt.elementor-widget-container ol.decimal-sub li,
.elementor-tab-content ol.decimal-sub li {
  padding-left: 30px;
}

.elementor-widget-container .elementor-text-editor ol.decimal-sub li:before,
.acc_content ol.decimal-sub li:before,
.blog-cnt-wrap ol.decimal-sub li:before,
.cnt.elementor-widget-container ol.decimal-sub li:before,
.elementor-tab-content ol.decimal-sub li:before {
  content: counters(item, ". ", decimal) ".";
  counter-increment: item;
  font-weight: 700;
}

.elementor-widget-container .elementor-text-editor ol.decimal-sub li ol,
.acc_content ol.decimal-sub li ol,
.blog-cnt-wrap ol.decimal-sub li ol,
.cnt.elementor-widget-container ol.decimal-sub li ol,
.elementor-tab-content ol.decimal-sub li ol {
  padding-top: 5px;
}

.elementor-widget-container .elementor-text-editor ol.decimal-sub li ol li,
.acc_content ol.decimal-sub li ol li,
.blog-cnt-wrap ol.decimal-sub li ol li,
.cnt.elementor-widget-container ol.decimal-sub li ol li,
.elementor-tab-content ol.decimal-sub li ol li {
  padding-left: 32px;
}

.elementor-widget-container .elementor-text-editor ol.decimal-sub li ol ol li,
.acc_content ol.decimal-sub li ol ol li,
.blog-cnt-wrap ol.decimal-sub li ol ol li,
.cnt.elementor-widget-container ol.decimal-sub li ol ol li,
.elementor-tab-content ol.decimal-sub li ol ol li {
  padding-left: 50px;
}

.column-3 {
  *zoom: 1;
}

.column-3:after,
.column-3:before {
  content: '';
  display: block;
}

.column-3:after {
  clear: both;
}

@media (min-width: 768px) {
  .column-3 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .column-3 li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }
  .column-3 li + li {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .column-3 li {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

ul.elementor-sitemap-list li a {
  font-size: 1.7rem;
}

ul.elementor-sitemap-list li a:hover:before {
  color: #d60000;
}

ul.elementor-sitemap-list li ul {
  margin-top: 10px;
}

ul.elementor-sitemap-list li ul li {
  width: auto;
}

ul.elementor-sitemap-list li:before {
  background-color: transparent;
  color: #d60000;
  content: '\E81F';
  font-family: "";
  font-size: 14px;
  height: auto;
  width: auto;
  top: 2px;
  left: 0px;
}

.column-3 {
  *zoom: 1;
}

.column-3:after,
.column-3:before {
  content: '';
  display: block;
}

.column-3:after {
  clear: both;
}

@media (min-width: 768px) {
  .column-3 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .column-3 li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .column-3 li {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.blog-wrapper ul.elementor-editor-element-settings {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 26px;
  margin: 0;
  padding: 0;
}

.blog-wrapper .elementor-editor-active .elementor-editor-element-setting {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0 !important;
}

.blog-wrapper .elementor-editor-active .elementor-editor-element-setting:before {
  display: none;
}

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

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

table thead tr {
  background-color: #001633;
  color: #fff;
}

table thead tr th {
  color: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  height: 46px;
  text-transform: uppercase;
}

table tbody tr {
  background-color: #fff;
}

table tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

table th {
  color: #ffffff;
  font-weight: 500;
  height: 34px;
}

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

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

table td a {
  color: #164889;
  display: inline;
}

table td a:hover {
  color: #94c633;
  text-decoration: underline;
}

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;
}

.btn-grp {
  display: inline-block;
  float: right;
  margin-top: 20px;
  *zoom: 1;
}

.btn-grp:after,
.btn-grp:before {
  content: '';
  display: block;
}

.btn-grp:after {
  clear: both;
}

.btn-grp .btn, .btn-grp .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .btn-grp .elementor-button,
.btn-grp .elementor-button-wrapper a, .elementor-button-wrapper .btn-grp a,
.btn-grp button.trx_mscf_prev
button.trx_mscf_next, button.trx_mscf_prev
.btn-grp button.trx_mscf_next, .btn-grp input[type="submit"], .btn-grp input[type="reset"], .btn-grp input[type="button"], .btn-grp button[type="submit"] {
  float: left;
}

.btn-grp .btn + .btn, .btn-grp .elementor-button-wrapper .elementor-button + .btn, .elementor-button-wrapper .btn-grp .elementor-button + .btn,
.btn-grp .elementor-button-wrapper a + .btn, .elementor-button-wrapper .btn-grp a + .btn,
.btn-grp .elementor-button-wrapper input[type="submit"] + .btn, .elementor-button-wrapper .btn-grp input[type="submit"] + .btn,
.btn-grp .elementor-button-wrapper input[type="reset"] + .btn, .elementor-button-wrapper .btn-grp input[type="reset"] + .btn,
.btn-grp .elementor-button-wrapper input[type="button"] + .btn, .elementor-button-wrapper .btn-grp input[type="button"] + .btn, .btn-grp button.trx_mscf_prev
button.trx_mscf_next + .btn, button.trx_mscf_prev
.btn-grp button.trx_mscf_next + .btn, .btn-grp input[type="submit"] + .btn, .btn-grp input[type="reset"] + .btn, .btn-grp input[type="button"] + .btn, .btn-grp button[type="submit"] + .btn, .btn-grp .elementor-button-wrapper .btn + .elementor-button, .elementor-button-wrapper .btn-grp .btn + .elementor-button,
.btn-grp .elementor-button-wrapper .elementor-button + .elementor-button, .elementor-button-wrapper .btn-grp .elementor-button + .elementor-button,
.btn-grp .elementor-button-wrapper a + .elementor-button, .elementor-button-wrapper .btn-grp a + .elementor-button,
.btn-grp .elementor-button-wrapper input[type="submit"] + .elementor-button, .elementor-button-wrapper .btn-grp input[type="submit"] + .elementor-button,
.btn-grp .elementor-button-wrapper input[type="reset"] + .elementor-button, .elementor-button-wrapper .btn-grp input[type="reset"] + .elementor-button,
.btn-grp .elementor-button-wrapper input[type="button"] + .elementor-button, .elementor-button-wrapper .btn-grp input[type="button"] + .elementor-button,
.btn-grp button.trx_mscf_prev
.elementor-button-wrapper button.trx_mscf_next + .elementor-button, .elementor-button-wrapper .btn-grp button.trx_mscf_prev
button.trx_mscf_next + .elementor-button,
button.trx_mscf_prev
.btn-grp .elementor-button-wrapper button.trx_mscf_next + .elementor-button, .elementor-button-wrapper button.trx_mscf_prev
.btn-grp button.trx_mscf_next + .elementor-button,
.btn-grp .elementor-button-wrapper input[type="submit"] + .elementor-button, .elementor-button-wrapper .btn-grp input[type="submit"] + .elementor-button,
.btn-grp .elementor-button-wrapper input[type="reset"] + .elementor-button, .elementor-button-wrapper .btn-grp input[type="reset"] + .elementor-button,
.btn-grp .elementor-button-wrapper input[type="button"] + .elementor-button, .elementor-button-wrapper .btn-grp input[type="button"] + .elementor-button,
.btn-grp .elementor-button-wrapper button[type="submit"] + .elementor-button, .elementor-button-wrapper .btn-grp button[type="submit"] + .elementor-button,
.btn-grp .elementor-button-wrapper .btn + a, .elementor-button-wrapper .btn-grp .btn + a,
.btn-grp .elementor-button-wrapper .elementor-button + a, .elementor-button-wrapper .btn-grp .elementor-button + a,
.btn-grp .elementor-button-wrapper a + a, .elementor-button-wrapper .btn-grp a + a,
.btn-grp .elementor-button-wrapper input[type="submit"] + a, .elementor-button-wrapper .btn-grp input[type="submit"] + a,
.btn-grp .elementor-button-wrapper input[type="reset"] + a, .elementor-button-wrapper .btn-grp input[type="reset"] + a,
.btn-grp .elementor-button-wrapper input[type="button"] + a, .elementor-button-wrapper .btn-grp input[type="button"] + a,
.btn-grp button.trx_mscf_prev
.elementor-button-wrapper button.trx_mscf_next + a, .elementor-button-wrapper .btn-grp button.trx_mscf_prev
button.trx_mscf_next + a,
button.trx_mscf_prev
.btn-grp .elementor-button-wrapper button.trx_mscf_next + a, .elementor-button-wrapper button.trx_mscf_prev
.btn-grp button.trx_mscf_next + a,
.btn-grp .elementor-button-wrapper input[type="submit"] + a, .elementor-button-wrapper .btn-grp input[type="submit"] + a,
.btn-grp .elementor-button-wrapper input[type="reset"] + a, .elementor-button-wrapper .btn-grp input[type="reset"] + a,
.btn-grp .elementor-button-wrapper input[type="button"] + a, .elementor-button-wrapper .btn-grp input[type="button"] + a,
.btn-grp .elementor-button-wrapper button[type="submit"] + a, .elementor-button-wrapper .btn-grp button[type="submit"] + a,
.btn-grp .elementor-button-wrapper .btn + input[type="submit"], .elementor-button-wrapper .btn-grp .btn + input[type="submit"],
.btn-grp .elementor-button-wrapper .elementor-button + input[type="submit"], .elementor-button-wrapper .btn-grp .elementor-button + input[type="submit"],
.btn-grp .elementor-button-wrapper a + input[type="submit"], .elementor-button-wrapper .btn-grp a + input[type="submit"],
.btn-grp .elementor-button-wrapper input[type="submit"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="submit"],
.btn-grp .elementor-button-wrapper input[type="reset"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="submit"],
.btn-grp .elementor-button-wrapper input[type="button"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="submit"],
.btn-grp button.trx_mscf_prev
.elementor-button-wrapper button.trx_mscf_next + input[type="submit"], .elementor-button-wrapper .btn-grp button.trx_mscf_prev
button.trx_mscf_next + input[type="submit"],
button.trx_mscf_prev
.btn-grp .elementor-button-wrapper button.trx_mscf_next + input[type="submit"], .elementor-button-wrapper button.trx_mscf_prev
.btn-grp button.trx_mscf_next + input[type="submit"],
.btn-grp .elementor-button-wrapper input[type="submit"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="submit"],
.btn-grp .elementor-button-wrapper input[type="reset"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="submit"],
.btn-grp .elementor-button-wrapper input[type="button"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="submit"],
.btn-grp .elementor-button-wrapper button[type="submit"] + input[type="submit"], .elementor-button-wrapper .btn-grp button[type="submit"] + input[type="submit"],
.btn-grp .elementor-button-wrapper .btn + input[type="reset"], .elementor-button-wrapper .btn-grp .btn + input[type="reset"],
.btn-grp .elementor-button-wrapper .elementor-button + input[type="reset"], .elementor-button-wrapper .btn-grp .elementor-button + input[type="reset"],
.btn-grp .elementor-button-wrapper a + input[type="reset"], .elementor-button-wrapper .btn-grp a + input[type="reset"],
.btn-grp .elementor-button-wrapper input[type="submit"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="reset"],
.btn-grp .elementor-button-wrapper input[type="reset"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="reset"],
.btn-grp .elementor-button-wrapper input[type="button"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="reset"],
.btn-grp button.trx_mscf_prev
.elementor-button-wrapper button.trx_mscf_next + input[type="reset"], .elementor-button-wrapper .btn-grp button.trx_mscf_prev
button.trx_mscf_next + input[type="reset"],
button.trx_mscf_prev
.btn-grp .elementor-button-wrapper button.trx_mscf_next + input[type="reset"], .elementor-button-wrapper button.trx_mscf_prev
.btn-grp button.trx_mscf_next + input[type="reset"],
.btn-grp .elementor-button-wrapper input[type="submit"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="reset"],
.btn-grp .elementor-button-wrapper input[type="reset"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="reset"],
.btn-grp .elementor-button-wrapper input[type="button"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="reset"],
.btn-grp .elementor-button-wrapper button[type="submit"] + input[type="reset"], .elementor-button-wrapper .btn-grp button[type="submit"] + input[type="reset"],
.btn-grp .elementor-button-wrapper .btn + input[type="button"], .elementor-button-wrapper .btn-grp .btn + input[type="button"], .btn-grp .elementor-button-wrapper .elementor-button + input[type="button"], .elementor-button-wrapper .btn-grp .elementor-button + input[type="button"], .btn-grp .elementor-button-wrapper a + input[type="button"], .elementor-button-wrapper .btn-grp a + input[type="button"], .btn-grp .elementor-button-wrapper input[type="submit"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="button"], .btn-grp .elementor-button-wrapper input[type="reset"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="button"], .btn-grp .elementor-button-wrapper input[type="button"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="button"], .btn-grp button.trx_mscf_prev
.elementor-button-wrapper button.trx_mscf_next + input[type="button"], .elementor-button-wrapper .btn-grp button.trx_mscf_prev
button.trx_mscf_next + input[type="button"], button.trx_mscf_prev
.btn-grp .elementor-button-wrapper button.trx_mscf_next + input[type="button"], .elementor-button-wrapper button.trx_mscf_prev
.btn-grp button.trx_mscf_next + input[type="button"], .btn-grp .elementor-button-wrapper input[type="submit"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="button"], .btn-grp .elementor-button-wrapper input[type="reset"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="button"], .btn-grp .elementor-button-wrapper input[type="button"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="button"], .btn-grp .elementor-button-wrapper button[type="submit"] + input[type="button"], .elementor-button-wrapper .btn-grp button[type="submit"] + input[type="button"], .btn-grp button.trx_mscf_prev
.btn + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp .btn + button.trx_mscf_next, .btn-grp .elementor-button-wrapper button.trx_mscf_prev
.elementor-button + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp .elementor-button-wrapper .elementor-button + button.trx_mscf_next, .elementor-button-wrapper .btn-grp button.trx_mscf_prev
.elementor-button + button.trx_mscf_next,
button.trx_mscf_prev
.elementor-button-wrapper .btn-grp .elementor-button + button.trx_mscf_next, .btn-grp .elementor-button-wrapper button.trx_mscf_prev
a + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp .elementor-button-wrapper a + button.trx_mscf_next, .elementor-button-wrapper .btn-grp button.trx_mscf_prev
a + button.trx_mscf_next,
button.trx_mscf_prev
.elementor-button-wrapper .btn-grp a + button.trx_mscf_next, .btn-grp .elementor-button-wrapper button.trx_mscf_prev
input[type="submit"] + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp .elementor-button-wrapper input[type="submit"] + button.trx_mscf_next, .elementor-button-wrapper .btn-grp button.trx_mscf_prev
input[type="submit"] + button.trx_mscf_next,
button.trx_mscf_prev
.elementor-button-wrapper .btn-grp input[type="submit"] + button.trx_mscf_next, .btn-grp .elementor-button-wrapper button.trx_mscf_prev
input[type="reset"] + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp .elementor-button-wrapper input[type="reset"] + button.trx_mscf_next, .elementor-button-wrapper .btn-grp button.trx_mscf_prev
input[type="reset"] + button.trx_mscf_next,
button.trx_mscf_prev
.elementor-button-wrapper .btn-grp input[type="reset"] + button.trx_mscf_next, .btn-grp .elementor-button-wrapper button.trx_mscf_prev
input[type="button"] + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp .elementor-button-wrapper input[type="button"] + button.trx_mscf_next, .elementor-button-wrapper .btn-grp button.trx_mscf_prev
input[type="button"] + button.trx_mscf_next, button.trx_mscf_prev
.elementor-button-wrapper .btn-grp input[type="button"] + button.trx_mscf_next, .btn-grp button.trx_mscf_prev
button.trx_mscf_next + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp button.trx_mscf_next + button.trx_mscf_next, .btn-grp button.trx_mscf_prev
input[type="submit"] + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp input[type="submit"] + button.trx_mscf_next, .btn-grp button.trx_mscf_prev
input[type="reset"] + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp input[type="reset"] + button.trx_mscf_next, .btn-grp button.trx_mscf_prev
input[type="button"] + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp input[type="button"] + button.trx_mscf_next, .btn-grp button.trx_mscf_prev
button[type="submit"] + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp button[type="submit"] + button.trx_mscf_next, .btn-grp .btn + input[type="submit"], .btn-grp .elementor-button-wrapper .elementor-button + input[type="submit"], .elementor-button-wrapper .btn-grp .elementor-button + input[type="submit"],
.btn-grp .elementor-button-wrapper a + input[type="submit"], .elementor-button-wrapper .btn-grp a + input[type="submit"],
.btn-grp .elementor-button-wrapper input[type="submit"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="submit"],
.btn-grp .elementor-button-wrapper input[type="reset"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="submit"],
.btn-grp .elementor-button-wrapper input[type="button"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="submit"], .btn-grp button.trx_mscf_prev
button.trx_mscf_next + input[type="submit"], button.trx_mscf_prev
.btn-grp button.trx_mscf_next + input[type="submit"], .btn-grp input[type="submit"] + input[type="submit"], .btn-grp input[type="reset"] + input[type="submit"], .btn-grp input[type="button"] + input[type="submit"], .btn-grp button[type="submit"] + input[type="submit"], .btn-grp .btn + input[type="reset"], .btn-grp .elementor-button-wrapper .elementor-button + input[type="reset"], .elementor-button-wrapper .btn-grp .elementor-button + input[type="reset"],
.btn-grp .elementor-button-wrapper a + input[type="reset"], .elementor-button-wrapper .btn-grp a + input[type="reset"],
.btn-grp .elementor-button-wrapper input[type="submit"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="reset"],
.btn-grp .elementor-button-wrapper input[type="reset"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="reset"],
.btn-grp .elementor-button-wrapper input[type="button"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="reset"], .btn-grp button.trx_mscf_prev
button.trx_mscf_next + input[type="reset"], button.trx_mscf_prev
.btn-grp button.trx_mscf_next + input[type="reset"], .btn-grp input[type="submit"] + input[type="reset"], .btn-grp input[type="reset"] + input[type="reset"], .btn-grp input[type="button"] + input[type="reset"], .btn-grp button[type="submit"] + input[type="reset"], .btn-grp .btn + input[type="button"], .btn-grp .elementor-button-wrapper .elementor-button + input[type="button"], .elementor-button-wrapper .btn-grp .elementor-button + input[type="button"],
.btn-grp .elementor-button-wrapper a + input[type="button"], .elementor-button-wrapper .btn-grp a + input[type="button"],
.btn-grp .elementor-button-wrapper input[type="submit"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="button"],
.btn-grp .elementor-button-wrapper input[type="reset"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="button"],
.btn-grp .elementor-button-wrapper input[type="button"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="button"], .btn-grp button.trx_mscf_prev
button.trx_mscf_next + input[type="button"], button.trx_mscf_prev
.btn-grp button.trx_mscf_next + input[type="button"], .btn-grp input[type="submit"] + input[type="button"], .btn-grp input[type="reset"] + input[type="button"], .btn-grp input[type="button"] + input[type="button"], .btn-grp button[type="submit"] + input[type="button"], .btn-grp .btn + button[type="submit"], .btn-grp .elementor-button-wrapper .elementor-button + button[type="submit"], .elementor-button-wrapper .btn-grp .elementor-button + button[type="submit"],
.btn-grp .elementor-button-wrapper a + button[type="submit"], .elementor-button-wrapper .btn-grp a + button[type="submit"],
.btn-grp .elementor-button-wrapper input[type="submit"] + button[type="submit"], .elementor-button-wrapper .btn-grp input[type="submit"] + button[type="submit"],
.btn-grp .elementor-button-wrapper input[type="reset"] + button[type="submit"], .elementor-button-wrapper .btn-grp input[type="reset"] + button[type="submit"],
.btn-grp .elementor-button-wrapper input[type="button"] + button[type="submit"], .elementor-button-wrapper .btn-grp input[type="button"] + button[type="submit"], .btn-grp button.trx_mscf_prev
button.trx_mscf_next + button[type="submit"], button.trx_mscf_prev
.btn-grp button.trx_mscf_next + button[type="submit"], .btn-grp input[type="submit"] + button[type="submit"], .btn-grp input[type="reset"] + button[type="submit"], .btn-grp input[type="button"] + button[type="submit"], .btn-grp button[type="submit"] + button[type="submit"] {
  margin-left: 8px;
}

@media (max-width: 991px) {
  .btn-grp .btn + .btn, .btn-grp .elementor-button-wrapper .elementor-button + .btn, .elementor-button-wrapper .btn-grp .elementor-button + .btn,
  .btn-grp .elementor-button-wrapper a + .btn, .elementor-button-wrapper .btn-grp a + .btn,
  .btn-grp .elementor-button-wrapper input[type="submit"] + .btn, .elementor-button-wrapper .btn-grp input[type="submit"] + .btn,
  .btn-grp .elementor-button-wrapper input[type="reset"] + .btn, .elementor-button-wrapper .btn-grp input[type="reset"] + .btn,
  .btn-grp .elementor-button-wrapper input[type="button"] + .btn, .elementor-button-wrapper .btn-grp input[type="button"] + .btn, .btn-grp button.trx_mscf_prev
button.trx_mscf_next + .btn, button.trx_mscf_prev
.btn-grp button.trx_mscf_next + .btn, .btn-grp input[type="submit"] + .btn, .btn-grp input[type="reset"] + .btn, .btn-grp input[type="button"] + .btn, .btn-grp button[type="submit"] + .btn, .btn-grp .elementor-button-wrapper .btn + .elementor-button, .elementor-button-wrapper .btn-grp .btn + .elementor-button,
  .btn-grp .elementor-button-wrapper .elementor-button + .elementor-button, .elementor-button-wrapper .btn-grp .elementor-button + .elementor-button,
  .btn-grp .elementor-button-wrapper a + .elementor-button, .elementor-button-wrapper .btn-grp a + .elementor-button,
  .btn-grp .elementor-button-wrapper input[type="submit"] + .elementor-button, .elementor-button-wrapper .btn-grp input[type="submit"] + .elementor-button,
  .btn-grp .elementor-button-wrapper input[type="reset"] + .elementor-button, .elementor-button-wrapper .btn-grp input[type="reset"] + .elementor-button,
  .btn-grp .elementor-button-wrapper input[type="button"] + .elementor-button, .elementor-button-wrapper .btn-grp input[type="button"] + .elementor-button,
  .btn-grp button.trx_mscf_prev
.elementor-button-wrapper button.trx_mscf_next + .elementor-button, .elementor-button-wrapper .btn-grp button.trx_mscf_prev
button.trx_mscf_next + .elementor-button,
  button.trx_mscf_prev
.btn-grp .elementor-button-wrapper button.trx_mscf_next + .elementor-button, .elementor-button-wrapper button.trx_mscf_prev
.btn-grp button.trx_mscf_next + .elementor-button,
  .btn-grp .elementor-button-wrapper input[type="submit"] + .elementor-button, .elementor-button-wrapper .btn-grp input[type="submit"] + .elementor-button,
  .btn-grp .elementor-button-wrapper input[type="reset"] + .elementor-button, .elementor-button-wrapper .btn-grp input[type="reset"] + .elementor-button,
  .btn-grp .elementor-button-wrapper input[type="button"] + .elementor-button, .elementor-button-wrapper .btn-grp input[type="button"] + .elementor-button,
  .btn-grp .elementor-button-wrapper button[type="submit"] + .elementor-button, .elementor-button-wrapper .btn-grp button[type="submit"] + .elementor-button,
  .btn-grp .elementor-button-wrapper .btn + a, .elementor-button-wrapper .btn-grp .btn + a,
  .btn-grp .elementor-button-wrapper .elementor-button + a, .elementor-button-wrapper .btn-grp .elementor-button + a,
  .btn-grp .elementor-button-wrapper a + a, .elementor-button-wrapper .btn-grp a + a,
  .btn-grp .elementor-button-wrapper input[type="submit"] + a, .elementor-button-wrapper .btn-grp input[type="submit"] + a,
  .btn-grp .elementor-button-wrapper input[type="reset"] + a, .elementor-button-wrapper .btn-grp input[type="reset"] + a,
  .btn-grp .elementor-button-wrapper input[type="button"] + a, .elementor-button-wrapper .btn-grp input[type="button"] + a,
  .btn-grp button.trx_mscf_prev
.elementor-button-wrapper button.trx_mscf_next + a, .elementor-button-wrapper .btn-grp button.trx_mscf_prev
button.trx_mscf_next + a,
  button.trx_mscf_prev
.btn-grp .elementor-button-wrapper button.trx_mscf_next + a, .elementor-button-wrapper button.trx_mscf_prev
.btn-grp button.trx_mscf_next + a,
  .btn-grp .elementor-button-wrapper input[type="submit"] + a, .elementor-button-wrapper .btn-grp input[type="submit"] + a,
  .btn-grp .elementor-button-wrapper input[type="reset"] + a, .elementor-button-wrapper .btn-grp input[type="reset"] + a,
  .btn-grp .elementor-button-wrapper input[type="button"] + a, .elementor-button-wrapper .btn-grp input[type="button"] + a,
  .btn-grp .elementor-button-wrapper button[type="submit"] + a, .elementor-button-wrapper .btn-grp button[type="submit"] + a,
  .btn-grp .elementor-button-wrapper .btn + input[type="submit"], .elementor-button-wrapper .btn-grp .btn + input[type="submit"],
  .btn-grp .elementor-button-wrapper .elementor-button + input[type="submit"], .elementor-button-wrapper .btn-grp .elementor-button + input[type="submit"],
  .btn-grp .elementor-button-wrapper a + input[type="submit"], .elementor-button-wrapper .btn-grp a + input[type="submit"],
  .btn-grp .elementor-button-wrapper input[type="submit"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="submit"],
  .btn-grp .elementor-button-wrapper input[type="reset"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="submit"],
  .btn-grp .elementor-button-wrapper input[type="button"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="submit"],
  .btn-grp button.trx_mscf_prev
.elementor-button-wrapper button.trx_mscf_next + input[type="submit"], .elementor-button-wrapper .btn-grp button.trx_mscf_prev
button.trx_mscf_next + input[type="submit"],
  button.trx_mscf_prev
.btn-grp .elementor-button-wrapper button.trx_mscf_next + input[type="submit"], .elementor-button-wrapper button.trx_mscf_prev
.btn-grp button.trx_mscf_next + input[type="submit"],
  .btn-grp .elementor-button-wrapper input[type="submit"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="submit"],
  .btn-grp .elementor-button-wrapper input[type="reset"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="submit"],
  .btn-grp .elementor-button-wrapper input[type="button"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="submit"],
  .btn-grp .elementor-button-wrapper button[type="submit"] + input[type="submit"], .elementor-button-wrapper .btn-grp button[type="submit"] + input[type="submit"],
  .btn-grp .elementor-button-wrapper .btn + input[type="reset"], .elementor-button-wrapper .btn-grp .btn + input[type="reset"],
  .btn-grp .elementor-button-wrapper .elementor-button + input[type="reset"], .elementor-button-wrapper .btn-grp .elementor-button + input[type="reset"],
  .btn-grp .elementor-button-wrapper a + input[type="reset"], .elementor-button-wrapper .btn-grp a + input[type="reset"],
  .btn-grp .elementor-button-wrapper input[type="submit"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="reset"],
  .btn-grp .elementor-button-wrapper input[type="reset"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="reset"],
  .btn-grp .elementor-button-wrapper input[type="button"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="reset"],
  .btn-grp button.trx_mscf_prev
.elementor-button-wrapper button.trx_mscf_next + input[type="reset"], .elementor-button-wrapper .btn-grp button.trx_mscf_prev
button.trx_mscf_next + input[type="reset"],
  button.trx_mscf_prev
.btn-grp .elementor-button-wrapper button.trx_mscf_next + input[type="reset"], .elementor-button-wrapper button.trx_mscf_prev
.btn-grp button.trx_mscf_next + input[type="reset"],
  .btn-grp .elementor-button-wrapper input[type="submit"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="reset"],
  .btn-grp .elementor-button-wrapper input[type="reset"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="reset"],
  .btn-grp .elementor-button-wrapper input[type="button"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="reset"],
  .btn-grp .elementor-button-wrapper button[type="submit"] + input[type="reset"], .elementor-button-wrapper .btn-grp button[type="submit"] + input[type="reset"],
  .btn-grp .elementor-button-wrapper .btn + input[type="button"], .elementor-button-wrapper .btn-grp .btn + input[type="button"], .btn-grp .elementor-button-wrapper .elementor-button + input[type="button"], .elementor-button-wrapper .btn-grp .elementor-button + input[type="button"], .btn-grp .elementor-button-wrapper a + input[type="button"], .elementor-button-wrapper .btn-grp a + input[type="button"], .btn-grp .elementor-button-wrapper input[type="submit"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="button"], .btn-grp .elementor-button-wrapper input[type="reset"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="button"], .btn-grp .elementor-button-wrapper input[type="button"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="button"], .btn-grp button.trx_mscf_prev
.elementor-button-wrapper button.trx_mscf_next + input[type="button"], .elementor-button-wrapper .btn-grp button.trx_mscf_prev
button.trx_mscf_next + input[type="button"], button.trx_mscf_prev
.btn-grp .elementor-button-wrapper button.trx_mscf_next + input[type="button"], .elementor-button-wrapper button.trx_mscf_prev
.btn-grp button.trx_mscf_next + input[type="button"], .btn-grp .elementor-button-wrapper input[type="submit"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="button"], .btn-grp .elementor-button-wrapper input[type="reset"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="button"], .btn-grp .elementor-button-wrapper input[type="button"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="button"], .btn-grp .elementor-button-wrapper button[type="submit"] + input[type="button"], .elementor-button-wrapper .btn-grp button[type="submit"] + input[type="button"], .btn-grp button.trx_mscf_prev
.btn + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp .btn + button.trx_mscf_next, .btn-grp .elementor-button-wrapper button.trx_mscf_prev
.elementor-button + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp .elementor-button-wrapper .elementor-button + button.trx_mscf_next, .elementor-button-wrapper .btn-grp button.trx_mscf_prev
.elementor-button + button.trx_mscf_next,
  button.trx_mscf_prev
.elementor-button-wrapper .btn-grp .elementor-button + button.trx_mscf_next, .btn-grp .elementor-button-wrapper button.trx_mscf_prev
a + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp .elementor-button-wrapper a + button.trx_mscf_next, .elementor-button-wrapper .btn-grp button.trx_mscf_prev
a + button.trx_mscf_next,
  button.trx_mscf_prev
.elementor-button-wrapper .btn-grp a + button.trx_mscf_next, .btn-grp .elementor-button-wrapper button.trx_mscf_prev
input[type="submit"] + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp .elementor-button-wrapper input[type="submit"] + button.trx_mscf_next, .elementor-button-wrapper .btn-grp button.trx_mscf_prev
input[type="submit"] + button.trx_mscf_next,
  button.trx_mscf_prev
.elementor-button-wrapper .btn-grp input[type="submit"] + button.trx_mscf_next, .btn-grp .elementor-button-wrapper button.trx_mscf_prev
input[type="reset"] + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp .elementor-button-wrapper input[type="reset"] + button.trx_mscf_next, .elementor-button-wrapper .btn-grp button.trx_mscf_prev
input[type="reset"] + button.trx_mscf_next,
  button.trx_mscf_prev
.elementor-button-wrapper .btn-grp input[type="reset"] + button.trx_mscf_next, .btn-grp .elementor-button-wrapper button.trx_mscf_prev
input[type="button"] + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp .elementor-button-wrapper input[type="button"] + button.trx_mscf_next, .elementor-button-wrapper .btn-grp button.trx_mscf_prev
input[type="button"] + button.trx_mscf_next, button.trx_mscf_prev
.elementor-button-wrapper .btn-grp input[type="button"] + button.trx_mscf_next, .btn-grp button.trx_mscf_prev
button.trx_mscf_next + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp button.trx_mscf_next + button.trx_mscf_next, .btn-grp button.trx_mscf_prev
input[type="submit"] + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp input[type="submit"] + button.trx_mscf_next, .btn-grp button.trx_mscf_prev
input[type="reset"] + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp input[type="reset"] + button.trx_mscf_next, .btn-grp button.trx_mscf_prev
input[type="button"] + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp input[type="button"] + button.trx_mscf_next, .btn-grp button.trx_mscf_prev
button[type="submit"] + button.trx_mscf_next, button.trx_mscf_prev
.btn-grp button[type="submit"] + button.trx_mscf_next, .btn-grp .btn + input[type="submit"], .btn-grp .elementor-button-wrapper .elementor-button + input[type="submit"], .elementor-button-wrapper .btn-grp .elementor-button + input[type="submit"],
  .btn-grp .elementor-button-wrapper a + input[type="submit"], .elementor-button-wrapper .btn-grp a + input[type="submit"],
  .btn-grp .elementor-button-wrapper input[type="submit"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="submit"],
  .btn-grp .elementor-button-wrapper input[type="reset"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="submit"],
  .btn-grp .elementor-button-wrapper input[type="button"] + input[type="submit"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="submit"], .btn-grp button.trx_mscf_prev
button.trx_mscf_next + input[type="submit"], button.trx_mscf_prev
.btn-grp button.trx_mscf_next + input[type="submit"], .btn-grp input[type="submit"] + input[type="submit"], .btn-grp input[type="reset"] + input[type="submit"], .btn-grp input[type="button"] + input[type="submit"], .btn-grp button[type="submit"] + input[type="submit"], .btn-grp .btn + input[type="reset"], .btn-grp .elementor-button-wrapper .elementor-button + input[type="reset"], .elementor-button-wrapper .btn-grp .elementor-button + input[type="reset"],
  .btn-grp .elementor-button-wrapper a + input[type="reset"], .elementor-button-wrapper .btn-grp a + input[type="reset"],
  .btn-grp .elementor-button-wrapper input[type="submit"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="reset"],
  .btn-grp .elementor-button-wrapper input[type="reset"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="reset"],
  .btn-grp .elementor-button-wrapper input[type="button"] + input[type="reset"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="reset"], .btn-grp button.trx_mscf_prev
button.trx_mscf_next + input[type="reset"], button.trx_mscf_prev
.btn-grp button.trx_mscf_next + input[type="reset"], .btn-grp input[type="submit"] + input[type="reset"], .btn-grp input[type="reset"] + input[type="reset"], .btn-grp input[type="button"] + input[type="reset"], .btn-grp button[type="submit"] + input[type="reset"], .btn-grp .btn + input[type="button"], .btn-grp .elementor-button-wrapper .elementor-button + input[type="button"], .elementor-button-wrapper .btn-grp .elementor-button + input[type="button"],
  .btn-grp .elementor-button-wrapper a + input[type="button"], .elementor-button-wrapper .btn-grp a + input[type="button"],
  .btn-grp .elementor-button-wrapper input[type="submit"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="submit"] + input[type="button"],
  .btn-grp .elementor-button-wrapper input[type="reset"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="reset"] + input[type="button"],
  .btn-grp .elementor-button-wrapper input[type="button"] + input[type="button"], .elementor-button-wrapper .btn-grp input[type="button"] + input[type="button"], .btn-grp button.trx_mscf_prev
button.trx_mscf_next + input[type="button"], button.trx_mscf_prev
.btn-grp button.trx_mscf_next + input[type="button"], .btn-grp input[type="submit"] + input[type="button"], .btn-grp input[type="reset"] + input[type="button"], .btn-grp input[type="button"] + input[type="button"], .btn-grp button[type="submit"] + input[type="button"], .btn-grp .btn + button[type="submit"], .btn-grp .elementor-button-wrapper .elementor-button + button[type="submit"], .elementor-button-wrapper .btn-grp .elementor-button + button[type="submit"],
  .btn-grp .elementor-button-wrapper a + button[type="submit"], .elementor-button-wrapper .btn-grp a + button[type="submit"],
  .btn-grp .elementor-button-wrapper input[type="submit"] + button[type="submit"], .elementor-button-wrapper .btn-grp input[type="submit"] + button[type="submit"],
  .btn-grp .elementor-button-wrapper input[type="reset"] + button[type="submit"], .elementor-button-wrapper .btn-grp input[type="reset"] + button[type="submit"],
  .btn-grp .elementor-button-wrapper input[type="button"] + button[type="submit"], .elementor-button-wrapper .btn-grp input[type="button"] + button[type="submit"], .btn-grp button.trx_mscf_prev
button.trx_mscf_next + button[type="submit"], button.trx_mscf_prev
.btn-grp button.trx_mscf_next + button[type="submit"], .btn-grp input[type="submit"] + button[type="submit"], .btn-grp input[type="reset"] + button[type="submit"], .btn-grp input[type="button"] + button[type="submit"], .btn-grp button[type="submit"] + button[type="submit"] {
    margin: 12px 8px 0 0;
  }
}

.btn-grp.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.btn-grp.center .btn, .btn-grp.center .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .btn-grp.center .elementor-button,
.btn-grp.center .elementor-button-wrapper a, .elementor-button-wrapper .btn-grp.center a,
.btn-grp.center button.trx_mscf_prev
button.trx_mscf_next, button.trx_mscf_prev
.btn-grp.center button.trx_mscf_next, .btn-grp.center input[type="submit"], .btn-grp.center input[type="reset"], .btn-grp.center input[type="button"], .btn-grp.center button[type="submit"] {
  float: none;
}

.btn, .elementor-button-wrapper .elementor-button,
.elementor-button-wrapper a,
.elementor-button-wrapper input[type="submit"],
.elementor-button-wrapper input[type="reset"],
.elementor-button-wrapper input[type="button"], button.trx_mscf_prev
button.trx_mscf_next, input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"] {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #ffffff;
  border: 0;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  color: #fff;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: 600;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 0 25px !important;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

.btn:hover, .elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper a:hover,
button.trx_mscf_prev
button.trx_mscf_next:hover, input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover {
  background-color: #000;
  color: #fff;
}

.btns-add {
  font-size: 1.4rem;
  height: 38px;
}

.btns-remove {
  background-color: #e62828;
  font-size: 1.4rem;
  height: 38px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"] {
  background-color: #ffffff !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover {
  background-color: #000 !important;
}

.elementor-button-wrapper .elementor-button-content-wrapper {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.elementor-button-wrapper .elementor-button,
.elementor-button-wrapper a,
.elementor-button-wrapper input[type="submit"],
.elementor-button-wrapper input[type="reset"],
.elementor-button-wrapper input[type="button"] {
  text-decoration: none !important;
}

.elementor-button-wrapper .elementor-button + .elementor-button,
.elementor-button-wrapper .elementor-button + a,
.elementor-button-wrapper a + .elementor-button,
.elementor-button-wrapper a + a {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a,
  .elementor-button-wrapper input[type="submit"],
  .elementor-button-wrapper input[type="reset"],
  .elementor-button-wrapper input[type="button"],
  .elementor-button-wrapper button[type="submit"] {
    font-size: 1.4rem !important;
    height: 38px;
    min-width: 110px;
    padding: 0 20px !important;
  }
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    margin-top: 5px;
  }
  .elementor-button-wrapper .elementor-button + .elementor-button,
  .elementor-button-wrapper .elementor-button + a,
  .elementor-button-wrapper a + .elementor-button,
  .elementor-button-wrapper a + a {
    margin-left: 7px;
  }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 1.3rem !important;
    height: 34px;
  }
  .elementor-button-wrapper .elementor-size-md {
    font-size: 1.4rem !important;
    height: 38px;
  }
  .elementor-button-wrapper .elementor-size-lg {
    font-size: 1.5rem !important;
    height: 43px;
    min-width: 150px;
  }
  .elementor-button-wrapper .elementor-size-xl {
    font-size: 1.4rem !important;
    height: 38px;
  }
}

@media (max-width: 350px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a,
  .elementor-button-wrapper input[type="submit"],
  .elementor-button-wrapper input[type="reset"],
  .elementor-button-wrapper input[type="button"],
  .elementor-button-wrapper button[type="submit"] {
    padding: 0 10px !important;
  }
}

@media (min-width: 768px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a,
  .elementor-button-wrapper input[type="submit"],
  .elementor-button-wrapper input[type="reset"],
  .elementor-button-wrapper input[type="button"],
  .elementor-button-wrapper button[type="submit"] {
    font-size: 1.7rem;
    height: 39px;
  }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 1.4rem;
    height: 36px;
  }
  .elementor-button-wrapper .elementor-size-md {
    font-size: 1.6rem;
    height: 41px;
  }
  .elementor-button-wrapper .elementor-size-lg {
    font-size: 2.1rem;
    height: 43px;
  }
  .elementor-button-wrapper .elementor-size-xl {
    font-size: 2.1rem;
    height: 45px;
  }
  .elementor-button-wrapper .subscribe_btn {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 2.1rem;
    font-weight: 500;
    height: 53px;
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 1200px) and (max-width: 1440px) {
  .elementor-button-wrapper .subscribe_btn {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a,
  .elementor-button-wrapper input[type="submit"],
  .elementor-button-wrapper input[type="reset"],
  .elementor-button-wrapper input[type="button"],
  .elementor-button-wrapper button[type="submit"] {
    height: 49px;
    min-width: 163px;
  }
  .elementor-button-wrapper .elementor-size-xs {
    height: 37px;
    min-width: 132px;
  }
  .elementor-button-wrapper .elementor-size-md {
    height: 49px;
    min-width: 166px;
  }
  .elementor-button-wrapper .elementor-size-lg {
    height: 54px;
    min-width: 218px;
  }
  .elementor-button-wrapper .elementor-size-xl {
    height: 64px;
    min-width: 250px;
  }
}

.secondary .elementor-button,
.secondary a,
.secondary button,
.secondary input[type="submit"],
.secondary input[type="reset"],
.secondary input[type="button"] {
  background-color: #ffffff;
  color: #fff;
}

.secondary .elementor-button:before,
.secondary a:before,
.secondary button:before,
.secondary input[type="submit"]:before,
.secondary input[type="reset"]:before,
.secondary input[type="button"]:before {
  background-color: #154179;
}

.secondary .elementor-button:hover,
.secondary a:hover,
.secondary button:hover,
.secondary input[type="submit"]:hover,
.secondary input[type="reset"]:hover,
.secondary input[type="button"]:hover {
  background-color: #000;
  color: #fff;
}

.white .elementor-button,
.white a,
.white button,
.white input[type="submit"],
.white input[type="reset"],
.white input[type="button"] {
  background-color: #fff;
  color: #000 !important;
}

.white .elementor-button:hover,
.white a:hover,
.white button:hover,
.white input[type="submit"]:hover,
.white input[type="reset"]:hover,
.white input[type="button"]:hover {
  background-color: #fff !important;
  color: #ffffff !important;
}

button.trx_mscf_prev {
  margin-right: 10px;
}

button.trx_mscf_next {
  margin-left: 10px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"] {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  float: right;
  text-align: center;
}

@media (min-width: 768px) {
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  button[type="submit"] {
    border-radius: 20px;
    -webkit-border-radius: 20px;
  }
}

@media (min-width: 1200px) {
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  button[type="submit"] {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 50px;
    min-width: 160px;
  }
}

.back-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  background-color: #154179;
  border: 0;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  bottom: 100px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 32px;
  margin-top: 30px;
  min-width: 1px;
  padding: 0 10px 0 8px;
  position: fixed;
  right: 15px;
  z-index: 100;
}

.back-btn:before {
  border-bottom: 16px solid transparent;
  border-right: 10px solid #154179;
  border-top: 16px solid transparent;
  content: '';
  display: block;
  left: -10px;
  position: absolute;
  top: 0;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  z-index: 2;
}

.back-btn:hover {
  background-color: #1d58a4;
}

.back-btn:hover:before {
  border-right-color: #1d58a4;
}

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

#back-to-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff0a0a;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 15px;
  text-align: center;
  bottom: 0;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  width: 45px;
  z-index: 99;
}

#back-to-top span {
  font-size: 16px;
  font-weight: 600;
}

#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}

#back-to-top:hover {
  background-color: #000;
  text-decoration: none;
}

@media (max-width: 1199px) {
  #back-to-top {
    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-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

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

.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;
  border: 1px solid transparent;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 3;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover, .slick-next:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  max-width: 400px;
  width: 100%;
}

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

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.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: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.accordionjs .acc_section {
  border: 1px solid #ccc;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}

.accordionjs .acc_section .acc_head {
  position: relative;
  background: #fff;
  padding: 10px;
  display: block;
  cursor: pointer;
}

.accordionjs .acc_section .acc_head h3 {
  line-height: 1;
  margin: 5px 0;
}

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

.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

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

.accordionjs .acc_section.acc_active > .acc_head {
  background: #F9F9F9;
  border-bottom: 1px solid #ccc;
}

.modal-content {
  position: relative;
}

.modal-content .close {
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: 36px;
  position: absolute;
  right: 15px;
  top: 21px;
  width: 36px;
  z-index: 9;
}

.modal-content .close:before,
.modal-content .close:after {
  background-color: #d60000;
  content: '';
  height: 20px;
  position: absolute;
  top: 8px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  width: 1px;
}

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

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

.modal-content .close:hover {
  box-shadow: 0 1px 10px rgba(230, 40, 40, 0.6);
  -webkit-box-shadow: 0 1px 10px rgba(230, 40, 40, 0.6);
}

.modal-content .close:hover:before,
.modal-content .close:hover:after {
  background-color: #ffffff;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  z-index: 9999999;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
          transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
          transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
      transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
            transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  max-height: -webkit-calc(100% - 1rem);
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: -webkit-calc(100vh - 1rem);
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-height: -webkit-calc(100% - 1rem);
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: -webkit-calc(100vh - 1rem);
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-backdrop.fade {
  opacity: 0.88;
}

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

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: -webkit-calc(100% - 3.5rem);
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: -webkit-calc(100vh - 3.5rem);
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: -webkit-calc(100% - 3.5rem);
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: -webkit-calc(100vh - 3.5rem);
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

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

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

::-webkit-input-placeholder {
  color: #3c4858;
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  opacity: 1;
}

@media (max-width: 1199px) {
  ::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
}

:-moz-placeholder {
  color: #3c4858;
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  opacity: 1;
}

@media (max-width: 1199px) {
  :-moz-placeholder {
    font-size: 1.4rem;
  }
}

::-moz-placeholder {
  color: #3c4858;
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  opacity: 1;
}

@media (max-width: 1199px) {
  ::-moz-placeholder {
    font-size: 1.4rem;
  }
}

:-ms-input-placeholder {
  color: #3c4858;
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  opacity: 1;
}

@media (max-width: 1199px) {
  :-ms-input-placeholder {
    font-size: 1.4rem;
  }
}

label {
  color: #000;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 10px;
}

label + label {
  padding-left: 10px;
}

.form-elements,
.textarea,
select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #3c4858;
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  width: 100%;
}

@media (min-width: 768px) {
  .form-elements,
  .textarea,
  select {
    height: 46px;
    padding: 0 15px;
  }
}

.form-elements:focus,
.textarea:focus,
select:focus {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}

@media (max-width: 1199px) {
  .form-elements,
  .textarea,
  select {
    border-width: 1px;
    font-size: 1.4rem;
    height: 40px;
    padding: 0 10px;
  }
}

.textarea {
  height: 105px;
  padding: 15px 20px;
  resize: none;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("assets/images/carret.png") no-repeat 96% 50%;
  border: 1px solid #ccc;
  outline: none;
}

select:invalid {
  color: #9d9d9d;
  font-size: 1.5rem;
  font-weight: 400;
}

select [disabled] {
  color: #9d9d9d;
  font-size: 1.5rem;
  font-weight: 400;
}

select option {
  color: #000;
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  font-weight: 400;
}

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

label input[type="radio"] {
  margin-right: 5px;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background-color: #3a6596;
  display: block;
  color: #fff;
}

.input-holder {
  margin-bottom: 25px;
  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: #e62828;
}

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

.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 #e62828;
  bottom: -5px;
  content: '';
  position: absolute;
  right: 10px;
}

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

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

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

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

.captcha-wrapper input[type=submit] {
  bottom: 17px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.captcha-wrapper input[type=submit] {
  height: 40px;
  min-width: 10px;
}

@media (max-width: 1199px) {
  .captcha-wrapper {
    padding-right: 130px;
  }
  .captcha-wrapper input[type="submit"] {
    bottom: 20px;
  }
}

@media (max-width: 479px) {
  .captcha-wrapper {
    height: 130px;
    padding-bottom: 50px;
    padding-right: 0;
  }
  .captcha-wrapper input[type="submit"] {
    bottom: 0;
  }
}

@media (max-width: 339px) {
  .captcha-wrapper .g-recaptcha {
    position: relative;
    -webkit-transform: scale(0.9, 0.9) translateX(17px);
        -ms-transform: scale(0.9, 0.9) translateX(17px);
            transform: scale(0.9, 0.9) translateX(17px);
  }
}

.modal-dialog {
  max-width: 700px;
}

.modal-body {
  padding: 15px;
}

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

@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 600px;
  }
  .modal-body {
    padding: 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: 10px !important;
  overflow: auto !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

.elementor a {
  text-decoration: underline !important;
}

li {
  font-size: 1.6rem;
}

li a {
  color: #ffffff;
  text-decoration: underline;
}

li a:hover {
  color: #d60000;
}

p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0;
  text-align: inherit;
}

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

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

p a {
  color: #ffffff;
  display: inline;
  text-decoration: underline;
}

p a:hover {
  color: #d60000;
  text-decoration: underline;
}

p + ul,
p + ol {
  margin: 0 !important;
  padding-top: 10px;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin: 0 !important;
  padding-top: 25px;
}

ul + p,
ol + p {
  margin-top: 10px;
}

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: 25px;
}

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

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

svg:focus {
  -webkit-appearance: none;
          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"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

a:focus,
a:hover,
button:focus,
button:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="button"]:focus,
input[type="button"]:hover {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  text-decoration: none;
}

button {
  border: 0;
}

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

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

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

b,
strong {
  font-weight: 700;
}

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

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

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

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

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

@media (max-width: 1199px) {
  img.alignleft,
  img.alignright,
  img.aligncenter,
  img.alignnone {
    clear: both;
    display: block !important;
    float: none !important;
    margin: 10px auto !important;
  }
}

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;
}

.tw-logo {
  display: inline-block;
  margin-top: 20px;
}

.tw-logo svg {
  fill: #8692a2;
  height: 36px;
  width: 36px;
}

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

.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;
}

.container {
  position: relative;
}

@media (min-width: 1800px) {
  .container {
    max-width: 1550px;
  }
}

@media (min-width: 1401px) and (max-width: 1800px) {
  .container {
    max-width: 1350px;
  }
}

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

@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1800px) {
  .half-container {
    max-width: 700px;
  }
}

@media (min-width: 1401px) and (max-width: 1800px) {
  .half-container {
    max-width: 550px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .half-container {
    max-width: 500px;
  }
}

@media (max-width: 1199px) {
  .half-container {
    max-width: 100%;
  }
}

.curP {
  cursor: pointer;
}

.dFlex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m-l-auto {
  margin-left: auto;
}

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

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

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

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

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

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

.vhEnd {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

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

.center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
}

.center .btn, .center .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .center .elementor-button,
.center .elementor-button-wrapper a, .elementor-button-wrapper .center a,
.center button.trx_mscf_prev
button.trx_mscf_next, button.trx_mscf_prev
.center button.trx_mscf_next, .center input[type="submit"], .center input[type="reset"], .center input[type="button"], .center button[type="submit"] {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.cmn-space {
  padding-bottom: 50px;
  padding-top: 50px;
}

@media (max-width: 1199px) {
  .cmn-space {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}

@media (max-width: 767px) {
  .cmn-space {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-50 {
  margin-bottom: 0 !important;
  padding-bottom: 50px;
}

.p-b-80 {
  margin-bottom: 0 !important;
  padding-bottom: 80px;
}

.default-image {
  background-color: #dfdfdf;
}

#content_wrapper {
  padding-top: 118px;
}

@media (max-width: 1199px) {
  #content_wrapper {
    padding-top: 0;
  }
}

.slick-slide {
  text-align: center;
}

.slick-slide > div {
  text-align: center;
}

.slick-slide:active,
.slick-slide:focus {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

.slick-prev,
.slick-next {
  background-color: transparent !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border: 0;
  line-height: 1;
  opacity: 1;
  width: auto;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.slick-prev:before,
.slick-next:before {
  border-left: 2px solid #adabab;
  border-top: 2px solid #adabab;
  content: '';
  height: 20px;
  width: 20px;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  border-color: #ffffff;
}

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

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

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

.slick-next:before {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li {
  height: auto;
  width: auto;
}

.slick-dots li button {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  height: 14px;
  padding: 0;
  text-indent: -9999px;
  width: 14px;
}

.slick-dots li button:hover {
  background-color: #000;
}

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

.par-contact-details {
  *zoom: 1;
}

.par-contact-details:after,
.par-contact-details:before {
  content: '';
  display: block;
}

.par-contact-details:after {
  clear: both;
}

.par-contact-details li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  line-height: 1;
}

.par-contact-details li a {
  background-color: transparent !important;
  border: 1px dotted transparent;
  color: inherit;
  line-height: 1;
  text-decoration: none !important;
}

.par-contact-details li a:hover {
  color: #ffffff;
}

.par-contact-details li a:focus,
.par-contact-details li a:active {
  border-color: #000;
}

.par-contact-details li a[href^="tel"] {
  color: #000;
}

.par-contact-details li a[href^="tel"]:hover {
  color: #000;
}

.par-contact-details li i {
  color: #ffffff;
  font-size: 22px;
  margin-right: 7px;
}

.par-contact-details li .text-lg {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
}

.par-contact-details li.share {
  font-size: 1.4rem;
  font-weight: 400;
}

.par-contact-details.white li {
  color: #fff;
}

.par-contact-details.white li a {
  background-color: transparent !important;
  color: #fff !important;
}

.par-contact-details.white li a:hover {
  color: #ffffff !important;
}

.par-contact-details.white li a:active,
.par-contact-details.white li a:focus {
  border-color: #fff;
}

.par-contact-details.white li a[href^="tel"] {
  color: #fff !important;
}

.par-contact-details.white li a[href^="tel"]:hover {
  background-color: transparent !important;
}

.par-contact-details.inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.par-contact-details.inline li {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.par-contact-details.inline li:before {
  background-color: #000;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1px;
}

.par-contact-details.inline li:first-child:before {
  display: none;
}

.par-contact-details.inline.white li:before {
  background-color: #fff;
}

.par-contact-details.ftr li .text {
  font-size: 1.6rem;
  font-weight: 400;
}

.par-contact-details.ftr li .text-lg {
  font-size: 1.9rem;
  font-weight: 600;
}

.par-contact-details.ftr li + li {
  margin-top: 16px;
}

.par-contact-details.contact li .text {
  font-size: 1.6rem;
  font-weight: 400;
}

.par-contact-details.contact li .text-lg {
  font-size: 1.9rem;
  font-weight: 600;
}

.par-contact-details.contact li + li {
  margin-top: 16px;
}

.par-contact-details.contact li.share {
  padding-left: 40px;
}

.app_repair_wrap {
  box-shadow: -2px -1px 14px -4px rgba(0, 0, 0, 0.14);
  margin-bottom: 44px;
}

.app_repair_wrap .ar_img {
  background-color: #dfdfdf;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

.app_repair_wrap .ar_img a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.app_repair_wrap .ar_img img {
  display: none;
}

.app_repair_wrap .ar_img.default-image img {
  display: inline-block;
}

.app_repair_wrap .ar_txt_area {
  text-align: center;
  padding: 46px;
}

.app_repair_wrap .ar_txt_area .title {
  font-size: 2.4rem;
  color: #000;
  font-weight: 600;
  min-height: 50px;
  line-height: 1.4;
  padding-bottom: 15px;
}

.app_repair_wrap .ar_txt_area .title a {
  color: inherit;
}

.app_repair_wrap .ar_txt_area .cnt {
  color: #000;
  font-size: 1.6rem;
  min-height: 110px;
  padding-bottom: 30px;
}

.app_repair_wrap .ar_txt_area .elementor-button {
  border-radius: 6px !important;
}

.app_repair_wrap:hover {
  background-color: #154179;
  background-image: url(assets/images/repair_box_bg.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}

.app_repair_wrap:hover .cnt, .app_repair_wrap:hover .title {
  color: #fff;
}

/*------------------------start installation services------------------------*/
.installation_serv_container {
  background-color: #fff;
  background-image: url(assets/images/installation_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 82px 0;
}

.installation_serv_container .inst_serv_con {
  width: 65%;
  height: auto;
  float: right;
}

.installation_serv_container .inst_serv_con .section-title {
  color: #fff;
  text-transform: uppercase;
}

.installation_serv_container .inst_serv_con .section-title h2 {
  font-size: 4.2rem !important;
}

@media (max-width: 1199px) {
  .installation_serv_container .inst_serv_con {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .installation_serv_container {
    padding: 50px 0;
  }
  .installation_serv_container .inst_serv_con {
    width: 80%;
  }
  .installation_serv_container .inst_serv_con .section-title {
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
  }
  .installation_serv_container .inst_serv_con .section-title h2 {
    font-size: 2.8rem !important;
  }
}

@media (max-width: 767px) {
  .installation_serv_container .inst_serv_con {
    width: 80%;
  }
  .installation_serv_container .inst_serv_con .section-title h2 {
    font-size: 2.5rem !important;
  }
  .installation_serv_container .inst_serv_con .section-title h2 br {
    display: none;
  }
}

@media (max-width: 480px) {
  .installation_serv_container .inst_serv_con {
    width: 100%;
  }
}

.installServ {
  padding-left: 19px;
}

.installServ li {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transform: skew(-31deg, 0deg);
      -ms-transform: skew(-31deg, 0deg);
          transform: skew(-31deg, 0deg);
  display: inline-block;
  padding: 10px 10px;
  margin-right: 16px;
  min-width: 263px;
  text-align: center;
}

.installServ li span {
  display: inline-block;
  -webkit-transform: skew(31deg, 0deg);
      -ms-transform: skew(31deg, 0deg);
          transform: skew(31deg, 0deg);
}

.installServ a {
  color: #fff;
}

.installServ a:hover {
  color: #ffffff;
}

@media (min-width: 1280px) and (max-width: 1360px) {
  .installServ li {
    margin-bottom: 10px;
    min-width: 240px;
    padding: 10px 25px;
  }
}

@media (max-width: 1199px) {
  .installServ li {
    background: rgba(255, 255, 255, 0.8);
    min-width: 220px;
    font-size: 2.1rem;
  }
  .installServ a {
    color: #fff;
  }
  .installServ a:hover {
    color: #000;
  }
}

@media (max-width: 991px) {
  .installServ {
    padding-left: 15px;
  }
  .installServ li {
    margin-bottom: 10px;
    min-width: initial;
    padding: 10px 25px;
  }
}

@media (max-width: 767px) {
  .installServ {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
  }
  .installServ li {
    margin: 5px 10px;
    min-width: initial;
    padding: 10px 25px;
    font-size: 1.8rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .installServ li span {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 480px) {
  .installServ {
    text-align: left;
  }
}

/*------------------------end installation services------------------------*/
/*------------map------------*/
.pro-locations {
  position: relative;
}

.pro-locations .selector-loc {
  text-align: center;
  background-color: #154179;
  background-image: url(assets/images/map_bg.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 30px;
  width: 509px;
  height: 338px;
  position: absolute;
  z-index: 1;
  left: 75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pro-locations .selector-loc .slct-inr .slctr-txt {
  font-size: 4.1rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
}

.pro-locations .selector-loc .slct-inr select {
  width: 80%;
}

@media (max-width: 1024px) {
  .pro-locations .selector-loc {
    width: 100%;
    height: auto;
    position: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px;
  }
  .pro-locations .selector-loc .slct-inr .slctr-txt {
    text-align: center;
    font-size: 3.4rem !important;
  }
  .pro-locations .selector-loc .slct-inr select {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pro-locations .selector-loc .slct-inr .slctr-txt {
    font-size: 2rem !important;
  }
}

#map_wrapper {
  height: 640px;
}

#map_canvas {
  width: 100%;
  height: 100%;
}

.gm-style .gm-style-iw-c {
  background-color: white;
  border-radius: 0 !important;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.gm-style .gm-style-iw-d {
  box-sizing: border-box;
  overflow: auto;
}

.info_content_map {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 140px;
  width: 320px;
}

.info_content_map .info_content-img {
  background-color: rgba(204, 204, 204, 0.4);
  -ms-flex: 0 0 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
          flex: 0 0 100px;
  height: 100%;
}

.info_content_map .info_content-ctn {
  font-size: 1.6rem;
  -ms-flex: 1 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
          flex: 1 0 0;
  padding: 0 10px;
}

.info_content_map .info_content-ctn b {
  clear: both;
  color: #000;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 6px;
}

.info_content_map .info_content-ctn b a {
  color: #000;
  text-decoration: none !important;
}

.info_content_map .info_content-ctn b a:hover {
  color: #ffffff;
}

.info_content_map .info_content-ctn p {
  color: #3c4858;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.info_content_map .info_content-ctn .btn, .info_content_map .info_content-ctn .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .info_content_map .info_content-ctn .elementor-button,
.info_content_map .info_content-ctn .elementor-button-wrapper a, .elementor-button-wrapper .info_content_map .info_content-ctn a,
.info_content_map .info_content-ctn button.trx_mscf_prev
button.trx_mscf_next, button.trx_mscf_prev
.info_content_map .info_content-ctn button.trx_mscf_next, .info_content_map .info_content-ctn input[type="submit"], .info_content_map .info_content-ctn input[type="reset"], .info_content_map .info_content-ctn input[type="button"], .info_content_map .info_content-ctn button[type="submit"] {
  font-size: 1.4rem;
  font-weight: 600;
  height: 36px;
  margin-top: 10px;
  max-width: 130px;
  text-decoration: none !important;
  white-space: nowrap;
}

/*-------------map-------------------*/
.iconsBox svg {
  fill: #fff;
}

/*------------About---------------*/
.sub-sel {
  max-width: 813px;
}

.parent-sec {
  position: relative;
}

.parent-sec #serviceCall {
  bottom: -95px;
  display: inline-block;
  margin-bottom: 0;
  position: absolute;
  width: auto;
}

@media (min-width: 1200px) {
  .parent-sec #serviceCall {
    left: -260px;
  }
}

@media (min-width: 1200px) and (max-width: 1260px) {
  .parent-sec #serviceCall {
    opacity: 0.4;
  }
}

@media (min-width: 1560px) {
  .parent-sec #serviceCall {
    left: -180px;
  }
}

@media (min-width: 1700px) {
  .parent-sec #serviceCall {
    left: -110px;
  }
}

@media (min-width: 1900px) {
  .parent-sec #serviceCall {
    left: 0;
  }
}

#badge-6-yr {
  display: inline;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  width: auto;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1360px !important;
}

.bg-shiloute {
  position: relative;
}

.bg-shiloute .bg-shil {
  background-size: cover;
  bottom: -50px;
  height: 250px;
  position: absolute;
  right: 0;
  width: 572px;
  z-index: -1;
}

.modal-header {
  padding: 0;
}

.modal-header .modal-title {
  background-color: #ffffff;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 500;
  height: 40px;
  line-height: 1;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 20px;
}

.modal-header .m-head-brf {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 20px;
}

.modal-header .par-contact-details a {
  color: #000 !important;
}

.modal-header .logo {
  padding: 0;
}

.modal-header .logo svg {
  height: 70px;
}

.modal-header .logo svg .secondary {
  fill: #1c1c1c !important;
}

.modal-header .logo svg .primary {
  fill: #747474 !important;
}

@-moz-document url-prefix() {
  .form-elements {
    padding-top: 13px;
  }
}

.Greviews {
  background-color: #000;
  padding: 80px 0;
}

.Greviews h2 {
  font-size: 4.2rem;
  text-align: center;
  color: #fff;
}

.Greviews figure.RateImg {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.Greviews .reviewSlide .slideBox {
  padding: 30px;
}

.Greviews .reviewSlide .slideBox .reviewBox {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  text-align: left;
}

.Greviews .reviewSlide .slideBox .reviewBox .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.Greviews .reviewSlide .slideBox .reviewBox .author figure {
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.Greviews .reviewSlide .slideBox .reviewBox .ttles {
  text-align: left;
  font-size: 1.3rem;
  font-weight: 700;
  color: #4b91e3;
}

.Greviews .reviewSlide .slideBox .reviewBox .ttles span {
  display: block;
  font-weight: 300;
  color: #000;
}

.header {
  padding: 20px 0;
  position: fixed;
  width: 100%;
  top: 0;
  background: transparent;
  -webkit-transition: all 0.45s ease;
          transition: all 0.45s ease;
  z-index: 999;
}

@media (min-width: 1850px) {
  .header {
    padding: 30px 0;
  }
}

@media (max-width: 1199px) {
  .header {
    padding: 15px 0;
  }
}

.header .log-wrap {
  -webkit-transition: all 0.45s ease;
          transition: all 0.45s ease;
  width: 200px;
  height: 120px;
}

@media (min-width: 1850px) {
  .header .log-wrap {
    width: 265px;
    height: 140px;
  }
}

@media (max-width: 1199px) {
  .header .log-wrap {
    width: 180px;
    height: 140px;
  }
}

@media (max-width: 991px) {
  .header .log-wrap {
    width: 180px;
    height: 110px;
  }
}

@media (max-width: 767px) {
  .header .log-wrap {
    width: 145px;
    height: 90px;
  }
}

@media (max-width: 550px) {
  .header .log-wrap {
    width: 100px;
    height: 60px;
  }
}

.header .right-wrap-top {
  float: right;
}

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

.header .right-wrap-top .location {
  font-family: "Aleo", serif;
  font-size: 23px;
  font-weight: 600;
  text-align: end;
  padding-bottom: 0px;
  -webkit-transition: all 0.45s ease;
          transition: all 0.45s ease;
}

@media (min-width: 1850px) {
  .header .right-wrap-top .location {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .header .right-wrap-top .location {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 767px) {
  .header .right-wrap-top .location {
    padding-bottom: 7px;
  }
}

@media (max-width: 991px) {
  .header .right-wrap-top .location {
    font-size: 20px;
  }
}

@media (max-width: 550px) {
  .header .right-wrap-top .location {
    font-size: 15px;
    padding-bottom: 3px;
  }
}

.header .right-wrap-top .location svg {
  width: 18px;
  height: 18px;
  fill: #000;
  margin-top: -5px;
}

@media (min-width: 1850px) {
  .header .right-wrap-top .location svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 550px) {
  .header .right-wrap-top .location svg {
    width: 15px;
    height: 15px;
  }
}

.header .right-wrap-top .top-call-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .header .right-wrap-top .top-call-wrap {
    padding-right: 30px;
  }
}

.header .right-wrap-top .top-call-wrap .call {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .header .right-wrap-top .top-call-wrap .call {
    margin-left: 20px;
  }
}

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

.header .right-wrap-top .top-call-wrap .call a {
  font-family: "Aleo", serif;
  font-size: 28px;
  font-weight: 700;
}

@media (min-width: 1850px) {
  .header .right-wrap-top .top-call-wrap .call a {
    font-size: 33px;
  }
}

@media (max-width: 1199px) {
  .header .right-wrap-top .top-call-wrap .call a {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .header .right-wrap-top .top-call-wrap .call a {
    font-size: 20px;
  }
}

@media (max-width: 550px) {
  .header .right-wrap-top .top-call-wrap .call a {
    font-size: 15px;
  }
}

.header .right-wrap-top .top-call-wrap .call a svg {
  width: 23px;
  margin-right: 12px;
  margin-top: -3px;
}

@media (min-width: 1850px) {
  .header .right-wrap-top .top-call-wrap .call a svg {
    width: 25px;
  }
}

@media (max-width: 991px) {
  .header .right-wrap-top .top-call-wrap .call a svg {
    width: 17px;
  }
}

.header .right-wrap-top .top-call-wrap .btn-wrap-head a {
  background: #8dc63f;
  color: #fff;
  font-weight: 800;
  font-size: 19px;
  border: 0;
  font-family: "Aleo", serif;
  padding: 12px 30px;
  -webkit-transition: all ease 0.45s;
          transition: all ease 0.45s;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}

@media (min-width: 1850px) {
  .header .right-wrap-top .top-call-wrap .btn-wrap-head a {
    font-size: 21px;
    padding: 14px 40px;
  }
}

@media (max-width: 1199px) {
  .header .right-wrap-top .top-call-wrap .btn-wrap-head a {
    background: #8dc63f;
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    border: 0;
    font-family: "Aleo", serif;
    padding: 10px 25px;
    -webkit-transition: all ease 0.45s;
            transition: all ease 0.45s;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
  }
}

@media (max-width: 991px) {
  .header .right-wrap-top .top-call-wrap .btn-wrap-head a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .header .right-wrap-top .top-call-wrap .btn-wrap-head a {
    display: none;
  }
}

.header .right-wrap-top .top-call-wrap .btn-wrap-head a:hover {
  background: #1c3f95;
}

.header.slim {
  padding: 15px 0;
  -webkit-transition: all 0.45s ease;
          transition: all 0.45s ease;
  background: #fff;
  border-bottom: 1px solid #8dc63f;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1366px) {
  .header.slim {
    padding: 10px 0;
  }
}

@media (max-width: 550px) {
  .header.slim {
    padding: 10px 0;
  }
}

.header.slim .log-wrap {
  width: 155px;
  height: 80px;
  -webkit-transition: all 0.45s ease;
          transition: all 0.45s ease;
}

@media (max-width: 1366px) {
  .header.slim .log-wrap {
    width: 140px;
    height: 80px;
  }
}

@media (max-width: 991px) {
  .header.slim .log-wrap {
    width: 110px;
    height: 60px;
    -webkit-transition: all 0.45s ease;
            transition: all 0.45s ease;
  }
}

@media (max-width: 767px) {
  .header.slim .log-wrap {
    width: 110px;
    height: 65px;
  }
}

@media (max-width: 550px) {
  .header.slim .log-wrap {
    width: 90px;
    height: 50px;
  }
}

.header.slim .location {
  -webkit-transition: all 0.45s ease;
          transition: all 0.45s ease;
}

@media (max-width: 1366px) {
  .header.slim .location {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .header.slim .location {
    padding-bottom: 5px;
  }
}

@media (max-width: 550px) {
  .header.slim .location {
    padding-bottom: 0;
    font-size: 15px;
  }
}

.header.slim .call a {
  font-size: 25px !important;
}

@media (max-width: 1366px) {
  .header.slim .call a {
    font-size: 21px !important;
  }
}

@media (max-width: 991px) {
  .header.slim .call a {
    font-size: 18px !important;
  }
}

@media (max-width: 550px) {
  .header.slim .call a {
    font-size: 15px !important;
  }
}

.header.slim .btn-wrap-head a {
  font-size: 19px !important;
  padding: 9px 20px !important;
}

.slick-slide {
  z-index: 9 !important;
}

.header.thank {
  padding: 15px 0;
  -webkit-transition: all 0.45s ease;
          transition: all 0.45s ease;
  background: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
}

.header.thank .location {
  color: #000;
}

.header.thank .location svg {
  fill: #000;
}

.header.thank .right-wrap-top .top-call-wrap .call {
  margin-left: 0;
}

.header.thank .right-wrap-top .top-call-wrap .call a {
  color: #000;
}

.header.thank .right-wrap-top .top-call-wrap .call a svg {
  fill: #000;
}

.header.thank .log-wrap {
  width: 175px;
  height: 100px;
  -webkit-transition: all 0.45s ease;
          transition: all 0.45s ease;
}

@media (max-width: 1366px) {
  .header.thank .log-wrap {
    width: 155px;
    height: 70px;
  }
}

@media (max-width: 991px) {
  .header.thank .log-wrap {
    width: 150px;
    height: 80px;
    -webkit-transition: all 0.45s ease;
            transition: all 0.45s ease;
  }
}

@media (max-width: 767px) {
  .header.thank .log-wrap {
    width: 130px;
    height: 65px;
  }
}

@media (max-width: 550px) {
  .header.thank .log-wrap {
    width: 90px;
    height: 50px;
  }
}

.header.thank .location {
  padding-bottom: 10px;
  -webkit-transition: all 0.45s ease;
          transition: all 0.45s ease;
}

@media (max-width: 1366px) {
  .header.thank .location {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .header.thank .location {
    font-size: 16px;
    padding-bottom: 0;
  }
}

@media (max-width: 1440px) {
  .thank_you {
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  .thank_you .thank_txt .txt_lg {
    font-size: 35px !important;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .thank_you .thank_txt .txt_lg {
    font-size: 30px !important;
    margin-top: 15px;
  }
}

@media (max-width: 550px) {
  .thank_you .thank_txt .txt_lg {
    font-size: 25px !important;
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .thank_you .thank_txt .txt_sm {
    font-size: 18px;
    padding: 5px 0 15px;
  }
}

@media (max-width: 767px) {
  .thank_you .thank_txt .txt_sm {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .thank_you .btn, .thank_you .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .thank_you .elementor-button,
  .thank_you .elementor-button-wrapper a, .elementor-button-wrapper .thank_you a,
  .thank_you button.trx_mscf_prev
button.trx_mscf_next, button.trx_mscf_prev
.thank_you button.trx_mscf_next, .thank_you input[type="submit"], .thank_you input[type="reset"], .thank_you input[type="button"], .thank_you button[type="submit"] {
    font-size: 1.8rem;
    padding: 10px 35px !important;
  }
}

@media (max-width: 767px) {
  .thank_you .btn, .thank_you .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .thank_you .elementor-button,
  .thank_you .elementor-button-wrapper a, .elementor-button-wrapper .thank_you a,
  .thank_you button.trx_mscf_prev
button.trx_mscf_next, button.trx_mscf_prev
.thank_you button.trx_mscf_next, .thank_you input[type="submit"], .thank_you input[type="reset"], .thank_you input[type="button"], .thank_you button[type="submit"] {
    font-size: 1.6rem;
    padding: 8px 20px !important;
  }
}

.banner {
  background: url(../images/main-banner.jpg) no-repeat center center/cover;
  height: 700px;
}

@media (min-width: 1850px) {
  .banner {
    height: 850px;
  }
}

@media (max-width: 1366px) {
  .banner {
    height: 650px;
  }
}

@media (max-width: 1199px) {
  .banner {
    height: 600px;
  }
}

@media (max-width: 991px) {
  .banner {
    height: 450px;
  }
}

@media (max-width: 550px) {
  .banner {
    height: 400px;
  }
}

.banner .row.vCenter {
  height: 730px;
  padding-top: 120px;
}

@media (min-width: 1850px) {
  .banner .row.vCenter {
    height: 850px;
  }
}

@media (max-width: 1366px) {
  .banner .row.vCenter {
    height: 680px;
  }
}

@media (max-width: 1199px) {
  .banner .row.vCenter {
    height: 600px;
  }
}

@media (max-width: 991px) {
  .banner .row.vCenter {
    height: 450px;
  }
}

@media (max-width: 550px) {
  .banner .row.vCenter {
    height: 360px;
  }
}

.banner .row.vCenter .banner-text-wrap p {
  font-family: "Aleo", serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 30px;
}

@media (min-width: 1850px) {
  .banner .row.vCenter .banner-text-wrap p {
    font-size: 63px;
    font-weight: 700;
    line-height: 80px;
  }
}

@media (max-width: 1366px) {
  .banner .row.vCenter .banner-text-wrap p {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }
}

@media (max-width: 1199px) {
  .banner .row.vCenter .banner-text-wrap p {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
  }
}

@media (max-width: 991px) {
  .banner .row.vCenter .banner-text-wrap p {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .banner .row.vCenter .banner-text-wrap p {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.banner .row.vCenter .banner-text-wrap p span {
  font-size: 120%;
}

.banner .row.vCenter .banner-text-wrap .btn-wrap a {
  background: #8dc63f;
  color: #fff;
  font-weight: 800;
  font-size: 23px;
  border: 0;
  font-family: "Aleo", serif;
  padding: 20px 40px;
  -webkit-transition: all ease 0.45s;
          transition: all ease 0.45s;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}

@media (min-width: 1850px) {
  .banner .row.vCenter .banner-text-wrap .btn-wrap a {
    font-size: 26px;
  }
}

@media (max-width: 1366px) {
  .banner .row.vCenter .banner-text-wrap .btn-wrap a {
    font-size: 18px;
    padding: 15px 30px;
  }
}

@media (max-width: 991px) {
  .banner .row.vCenter .banner-text-wrap .btn-wrap a {
    font-size: 16px;
    padding: 12px 26px;
  }
}

@media (max-width: 767px) {
  .banner .row.vCenter .banner-text-wrap .btn-wrap a {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media (max-width: 350px) {
  .banner .row.vCenter .banner-text-wrap .btn-wrap a {
    font-size: 14px;
    padding: 10px 10px;
  }
}

.banner .row.vCenter .banner-text-wrap .btn-wrap a:hover {
  background: #1c3f95;
}

.banner .row.vCenter .bnr-right-fig {
  text-align: end;
}

.banner .row.vCenter .bnr-right-fig img {
  position: relative;
}

@media (max-width: 1440px) {
  .banner .row.vCenter .bnr-right-fig img {
    margin-right: 65px;
  }
}

@media (max-width: 1366px) {
  .banner .row.vCenter .bnr-right-fig img {
    width: 190px;
    margin-right: 30px;
  }
}

.banner .row.vCenter .bnr-right-fig .left-top {
  position: absolute;
  left: 82px;
  top: 26%;
  width: 190px;
}

@media (min-width: 1850px) {
  .banner .row.vCenter .bnr-right-fig .left-top {
    left: 120px;
    width: 225px;
  }
}

@media (max-width: 1440px) {
  .banner .row.vCenter .bnr-right-fig .left-top {
    left: 38px;
  }
}

@media (max-width: 1366px) {
  .banner .row.vCenter .bnr-right-fig .left-top {
    left: 38px;
    width: 160px;
  }
}

.banner .row.vCenter .bnr-right-fig .right-top {
  position: absolute;
  right: -83px;
  top: 38%;
  width: 190px;
}

@media (min-width: 1850px) {
  .banner .row.vCenter .bnr-right-fig .right-top {
    width: 225px;
  }
}

@media (max-width: 1366px) {
  .banner .row.vCenter .bnr-right-fig .right-top {
    width: 160px;
  }
}

.banner .row.vCenter .bnr-right-fig .left-bottom {
  position: absolute;
  left: 82px;
  bottom: 26%;
  width: 190px;
}

@media (min-width: 1850px) {
  .banner .row.vCenter .bnr-right-fig .left-bottom {
    left: 120px;
    width: 225px;
  }
}

@media (max-width: 1440px) {
  .banner .row.vCenter .bnr-right-fig .left-bottom {
    left: 38px;
  }
}

@media (max-width: 1366px) {
  .banner .row.vCenter .bnr-right-fig .left-bottom {
    left: 38px;
    width: 160px;
  }
}

.banner .row.vCenter .bnr-right-fig .right-bottom {
  position: absolute;
  right: -83px;
  bottom: 12%;
  width: 190px;
}

@media (min-width: 1850px) {
  .banner .row.vCenter .bnr-right-fig .right-bottom {
    width: 225px;
  }
}

@media (max-width: 1366px) {
  .banner .row.vCenter .bnr-right-fig .right-bottom {
    width: 160px;
  }
}

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

@media (max-width: 550px) {
  .banner-text-wrap {
    padding: 10px;
    background: rgba(241, 243, 242, 0.5);
  }
}

h2 {
  font-family: "Aleo", serif;
  font-size: 38px;
  font-weight: 700;
  color: #000000;
}

@media (min-width: 1850px) {
  h2 {
    font-size: 43px;
  }
}

@media (max-width: 1366px) {
  h2 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}

@media (max-width: 550px) {
  h2 {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  ul li {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.our-section-top {
  padding: 80px 0 180px;
  background: url(../images/our-bg.jpg) no-repeat center center/cover;
}

@media (max-width: 1199px) {
  .our-section-top {
    padding: 60px 0;
  }
}

@media (max-width: 1199px) {
  .our-section-top {
    height: auto;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .our-section-top {
    padding: 30px 0;
  }
}

.our-section-top .partners-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 65px;
  margin-left: 14%;
}

@media (min-width: 1850px) {
  .our-section-top .partners-logo {
    margin-left: 26%;
  }
}

@media (max-width: 991px) {
  .our-section-top .partners-logo {
    margin-left: 0%;
  }
}

@media (max-width: 767px) {
  .our-section-top .partners-logo {
    margin-top: 35px;
  }
}

.our-section-top .partners-logo .left-google-img {
  position: relative;
  margin-right: 25px;
}

.our-section-top .partners-logo .left-google-img:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 115px;
  background: #e5ebeb;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.our-section-top .partners-logo .left-images {
  margin-left: 25px;
}

.our-section-top h1 {
  font-size: 44px;
  font-weight: 700;
  font-family: "Aleo", serif;
}

@media (min-width: 1850px) {
  .our-section-top h1 {
    font-size: 48px;
  }
}

@media (max-width: 1366px) {
  .our-section-top h1 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .our-section-top h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .our-section-top h1 {
    font-size: 28px;
  }
}

@media (max-width: 550px) {
  .our-section-top h1 {
    font-size: 25px;
  }
}

.our-section-top p {
  font-size: 17px;
  font-weight: 400;
  font-family: "Aleo", serif;
}

@media (max-width: 767px) {
  .our-section-top p {
    font-size: 16px;
  }
}

.our-section-top .bx-wrap {
  margin-top: 40px;
}

.our-section-top .bx-wrap .accordion-tab {
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 12px -1px rgba(191, 182, 182, 0.75);
  background: #fff;
  margin-bottom: 30px;
  min-height: 460px;
  padding-right: 50px;
}

@media (min-width: 1850px) {
  .our-section-top .bx-wrap .accordion-tab {
    min-height: 475px;
  }
}

@media (max-width: 1366px) {
  .our-section-top .bx-wrap .accordion-tab {
    padding: 15px 20px;
    min-height: 380px;
    padding-right: 35px;
  }
}

@media (max-width: 1199px) {
  .our-section-top .bx-wrap .accordion-tab {
    min-height: 390px;
  }
}

@media (max-width: 991px) {
  .our-section-top .bx-wrap .accordion-tab {
    min-height: inherit;
    padding: 25px;
  }
}

.our-section-top .bx-wrap .accordion-tab .or-bx-fig {
  width: auto;
  height: 120px;
}

@media (min-width: 1850px) {
  .our-section-top .bx-wrap .accordion-tab .or-bx-fig {
    width: auto;
  }
}

@media (max-width: 1366px) {
  .our-section-top .bx-wrap .accordion-tab .or-bx-fig {
    width: auto;
    height: 120px;
  }
}

.our-section-top .bx-wrap .accordion-tab p.bt {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 140px;
  text-align: end;
  line-height: 150px;
  color: #e1f3d0;
  position: absolute;
  right: 0;
}

@media (min-width: 1850px) {
  .our-section-top .bx-wrap .accordion-tab p.bt {
    font-size: 205px;
  }
}

@media (max-width: 1366px) {
  .our-section-top .bx-wrap .accordion-tab p.bt {
    font-size: 100px;
    line-height: 90px;
  }
}

@media (max-width: 991px) {
  .our-section-top .bx-wrap .accordion-tab p.bt {
    font-size: 130px;
  }
}

@media (max-width: 550px) {
  .our-section-top .bx-wrap .accordion-tab p.bt {
    font-size: 100px;
  }
}

@media (max-width: 991px) {
  .our-section-top .bx-wrap .accordion-tab .or-bx-fig {
    min-height: 120px;
  }
}

.our-section-top .bx-wrap .accordion-tab .btm {
  margin-top: 40px;
}

@media (max-width: 1366px) {
  .our-section-top .bx-wrap .accordion-tab .btm {
    margin-top: 20px;
  }
}

.our-section-top .bx-wrap .accordion-tab .btm h3 {
  font-size: 25px;
  font-weight: 500;
  font-family: "Aleo", serif;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #bababa;
}

@media (max-width: 1366px) {
  .our-section-top .bx-wrap .accordion-tab .btm h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .our-section-top .bx-wrap .accordion-tab .btm h3 {
    font-size: 20px;
  }
}

.our-section-top .bx-wrap .accordion-tab .btm p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Aleo", serif;
  color: #000000;
}

@media (max-width: 1366px) {
  .our-section-top .bx-wrap .accordion-tab .btm p {
    font-size: 14px;
  }
}

.our-section-top .bx-wrap .accordion-tab .btm-ulwrap {
  height: auto;
}

@media (max-width: 767px) {
  .our-section-top .bx-wrap .accordion-tab .btm-ulwrap {
    height: auto;
  }
}

.our-section-top .bx-wrap .accordion-tab .btm-ulwrap ul {
  margin: 0;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-top: 15px;
}

@media (max-width: 550px) {
  .our-section-top .bx-wrap .accordion-tab .btm-ulwrap ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.our-section-top .bx-wrap .accordion-tab .btm-ulwrap ul li {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  font-family: "Aleo", serif;
  color: #000000;
  margin-left: 25px;
  margin-bottom: 10px;
}

@media (max-width: 1366px) {
  .our-section-top .bx-wrap .accordion-tab .btm-ulwrap ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media (max-width: 1199px) {
  .our-section-top .bx-wrap .accordion-tab .btm-ulwrap ul li {
    font-size: 13px;
  }
}

.our-section-top .bx-wrap .accordion-tab .btm-ulwrap ul li:before {
  position: absolute;
  content: "";
  background: url(../images/ul-tick.png) no-repeat;
  width: 19px;
  height: 19px;
  top: 1px;
  left: -25px;
}

.accordion-tab.one {
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 12px -1px rgba(191, 182, 182, 0.75);
  -webkit-box-shadow: 0px 0px 12px -1px rgba(191, 182, 182, 0.75);
  -moz-box-shadow: 0px 0px 12px -1px rgba(191, 182, 182, 0.75);
  background: #fff;
  margin-bottom: 30px;
  min-height: 438px !important;
  padding-right: 50px;
}

@media (min-width: 1850px) {
  .accordion-tab.one {
    min-height: 450px !important;
  }
}

@media (max-width: 1366px) {
  .accordion-tab.one {
    padding: 15px 20px;
    min-height: 360px !important;
    padding-right: 35px;
  }
}

@media (max-width: 1199px) {
  .accordion-tab.one {
    min-height: 367px !important;
  }
}

.our-section-top .bx-wrap .accordion-tab .btm-ulwrap.three ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}

.speak-black {
  height: 350px;
  background: url(../images/speak-banner.jpg) no-repeat center center/cover;
  position: relative;
}

@media (min-width: 1850px) {
  .speak-black {
    height: 450px;
  }
}

@media (max-width: 1199px) {
  .speak-black {
    height: 365px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .speak-black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .speak-black {
    height: 310px;
    text-align: center;
  }
}

.speak-black .vCenter {
  height: 350px;
}

@media (min-width: 1850px) {
  .speak-black .vCenter {
    height: 450px;
  }
}

@media (max-width: 991px) {
  .speak-black .vCenter {
    height: auto;
    text-align: center;
  }
}

.speak-black .vCenter h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  font-family: "Aleo", serif;
  text-transform: uppercase;
}

@media (min-width: 1850px) {
  .speak-black .vCenter h2 {
    font-size: 29px;
  }
}

@media (max-width: 767px) {
  .speak-black .vCenter h2 {
    font-size: 25px;
  }
}

.speak-black .vCenter h2 span {
  font-size: 60px;
}

@media (min-width: 1850px) {
  .speak-black .vCenter h2 span {
    font-size: 69px;
  }
}

@media (max-width: 767px) {
  .speak-black .vCenter h2 span {
    font-size: 48px;
  }
}

.speak-black .vCenter .call {
  margin-right: 0;
}

@media (max-width: 1366px) {
  .speak-black .vCenter .call {
    margin-right: 0;
  }
}

.speak-black .vCenter .call a {
  font-family: "Aleo", serif;
  font-size: 33px;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 1850px) {
  .speak-black .vCenter .call a {
    font-size: 43px;
  }
}

@media (max-width: 1366px) {
  .speak-black .vCenter .call a {
    font-size: 33px;
  }
}

@media (max-width: 767px) {
  .speak-black .vCenter .call a {
    font-size: 25px;
  }
}

.speak-black .vCenter .call a svg {
  width: 38px;
  margin-right: 12px;
  margin-top: -3px;
  fill: #fff;
  padding: 8px;
  border-radius: 100%;
  background: #8dc63f;
}

@media (min-width: 1850px) {
  .speak-black .vCenter .call a svg {
    width: 45px;
    padding: 11px;
  }
}

@media (max-width: 1366px) {
  .speak-black .vCenter .call a svg {
    padding: 8px;
    width: 38px;
  }
}

@media (max-width: 767px) {
  .speak-black .vCenter .call a svg {
    padding: 5px;
    width: 30px;
  }
}

.speak-black .vCenter .btn-wrap-black {
  margin-top: 25px;
}

.speak-black .vCenter .btn-wrap-black a {
  background: #8dc63f;
  color: #fff;
  font-weight: 800;
  font-size: 23px;
  border: 0;
  font-family: "Aleo", serif;
  padding: 15px 30px;
  -webkit-transition: all ease 0.45s;
          transition: all ease 0.45s;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}

@media (min-width: 1850px) {
  .speak-black .vCenter .btn-wrap-black a {
    font-size: 26px;
    padding: 20px 40px;
  }
}

@media (max-width: 1366px) {
  .speak-black .vCenter .btn-wrap-black a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .speak-black .vCenter .btn-wrap-black a {
    padding: 15px 28px;
  }
}

.speak-black .vCenter .btn-wrap-black a:hover {
  background: #1c3f95;
}

.speak-black .vCenter .right-wrap-black .blck-fig {
  position: absolute;
  bottom: -175px;
  height: 470px;
}

@media (min-width: 1850px) {
  .speak-black .vCenter .right-wrap-black .blck-fig {
    position: absolute;
    bottom: -224px;
    height: auto;
  }
}

@media (max-width: 1366px) {
  .speak-black .vCenter .right-wrap-black .blck-fig {
    height: 545px;
  }
}

@media (max-width: 1199px) {
  .speak-black .vCenter .right-wrap-black .blck-fig {
    display: none;
  }
}

.service-ben {
  padding: 80px 0 60px;
  background: #f2f7f7;
}

@media (max-width: 1199px) {
  .service-ben {
    padding: 60px 0 40px;
  }
}

@media (max-width: 767px) {
  .service-ben {
    padding: 30px 0;
  }
}

.service-ben h2 {
  text-align: center;
}

.service-ben p {
  font-family: "Aleo", serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 1850px) {
  .service-ben p {
    font-size: 18px;
  }
}

@media (max-width: 1366px) {
  .service-ben p {
    font-size: 16px;
  }
}

.service-ben .icon-service-list {
  text-align: center;
  padding: 20px;
  box-shadow: 0px 0px 12px -1px rgba(191, 182, 182, 0.75);
  -webkit-box-shadow: 0px 0px 12px -1px rgba(191, 182, 182, 0.75);
  -moz-box-shadow: 0px 0px 12px -1px rgba(191, 182, 182, 0.75);
  border-radius: 5px;
  margin: 10px 0;
  margin-bottom: 30px;
  margin-right: 30px;
  background: #fff;
  min-height: 250px;
}

@media (min-width: 1850px) {
  .service-ben .icon-service-list {
    padding: 35px;
  }
}

@media (max-width: 1440px) {
  .service-ben .icon-service-list {
    min-height: 225px;
  }
}

@media (max-width: 1366px) {
  .service-ben .icon-service-list {
    padding: 15px;
    min-height: 200px;
  }
}

@media (max-width: 991px) {
  .service-ben .icon-service-list {
    min-height: 230px;
  }
}

.service-ben .icon-service-list .ser-fig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 1440px) {
  .service-ben .icon-service-list .ser-fig {
    width: 140px;
    margin: 0 auto;
    margin-bottom: 25px;
    height: 120px;
  }
}

.service-ben .icon-service-list h3 {
  font-family: "Aleo", serif;
  font-size: 19px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}

@media (max-width: 1366px) {
  .service-ben .icon-service-list h3 {
    font-size: 18px;
    padding-bottom: 0;
  }
}

.service-ben .slick-track {
  margin: 0 15px;
}

.service-ben .slick-prev {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 3;
  left: inherit;
}

@media (max-width: 1366px) {
  .service-ben .slick-prev {
    left: -60px;
  }
}

.service-ben .slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 3;
  left: inherit;
}

@media (max-width: 1366px) {
  .service-ben .slick-next {
    right: -60px;
  }
}

.service-ben .slick-prev:before {
  background: url(../images/ser-vice-sl-btn.png) no-repeat;
  height: 100px;
  width: 100px;
  left: -100px;
  position: absolute;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border: 0;
  top: -33px;
}

@media (max-width: 1440px) {
  .service-ben .slick-prev:before {
    left: -15px;
    height: 60px;
    width: 60px;
    background-size: contain;
    top: -20px;
  }
}

.service-ben .slick-next:before {
  background: url(../images/ser-vice-sl-btn-rght.png) no-repeat;
  height: 100px;
  width: 100px;
  right: -85px;
  position: absolute;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border: 0;
  top: -33px;
}

@media (max-width: 1440px) {
  .service-ben .slick-next:before {
    right: -15px;
    height: 60px;
    width: 60px;
    background-size: contain;
    top: -20px;
  }
}

.we-make-section {
  padding: 80px 0 60px;
}

@media (max-width: 1199px) {
  .we-make-section {
    padding: 60px 0 40px;
  }
}

@media (max-width: 767px) {
  .we-make-section {
    padding: 30px 0;
  }
}

.we-make-section .we-make-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.we-make-section .we-make-inner .box-we-one {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .we-make-section .we-make-inner .box-we-one {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .we-make-section .we-make-inner .box-we-one h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .we-make-section .we-make-inner .box-we-one h2 br {
    display: none;
  }
}

.we-make-section .we-make-inner .box-we-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  background: #f2f7f7;
  position: relative;
  min-height: 250px;
}

@media (max-width: 1440px) {
  .we-make-section .we-make-inner .box-we-two {
    min-height: 200px;
    height: 200px;
    padding: 20px;
  }
}

@media (max-width: 1366px) {
  .we-make-section .we-make-inner .box-we-two {
    min-height: 180px;
    height: 180px;
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .we-make-section .we-make-inner .box-we-two {
    width: 33.3%;
  }
}

@media (max-width: 991px) {
  .we-make-section .we-make-inner .box-we-two {
    width: 50%;
    background: #fff;
  }
}

.we-make-section .we-make-inner .box-we-two:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background: #1c3e94;
  background: -webkit-linear-gradient(0deg, #1c3e94 0%, #8dc63f 100%, #00d4ff 100%);
  background: linear-gradient(90deg, #1c3e94 0%, #8dc63f 100%, #00d4ff 100%);
  opacity: 0;
  -webkit-transition: all ease 0.45s;
          transition: all ease 0.45s;
}

.we-make-section .we-make-inner .box-we-two img {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all ease 0.45s;
          transition: all ease 0.45s;
}

.we-make-section .we-make-inner .box-we-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  background: #fff;
  position: relative;
  min-height: 250px;
}

@media (max-width: 1440px) {
  .we-make-section .we-make-inner .box-we-three {
    min-height: 200px;
    height: 200px;
    padding: 20px;
  }
}

@media (max-width: 1366px) {
  .we-make-section .we-make-inner .box-we-three {
    min-height: 180px;
    height: 180px;
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .we-make-section .we-make-inner .box-we-three {
    width: 33.3%;
  }
}

@media (max-width: 991px) {
  .we-make-section .we-make-inner .box-we-three {
    width: 50%;
  }
}

.we-make-section .we-make-inner .box-we-three:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background: #1c3e94;
  background: -webkit-linear-gradient(0deg, #1c3e94 0%, #8dc63f 100%, #00d4ff 100%);
  background: linear-gradient(90deg, #1c3e94 0%, #8dc63f 100%, #00d4ff 100%);
  opacity: 0;
  -webkit-transition: all ease 0.45s;
          transition: all ease 0.45s;
}

.we-make-section .we-make-inner .box-we-three img {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all ease 0.45s;
          transition: all ease 0.45s;
}

.we-make-section .we-make-inner .box-we-three img.dark {
  -webkit-filter: grayscale(100%) brightness(0);
          filter: grayscale(100%) brightness(0);
}

.we-make-section .we-make-inner .box-we-two:hover {
  background: #fff;
  box-shadow: 0px 0px 12px -1px rgba(191, 182, 182, 0.75);
  -webkit-box-shadow: 0px 0px 12px -1px rgba(191, 182, 182, 0.75);
  -moz-box-shadow: 0px 0px 12px -1px rgba(191, 182, 182, 0.75);
}

.we-make-section .we-make-inner .box-we-two:hover:before {
  opacity: 1;
  -webkit-transition: all ease 0.45s;
          transition: all ease 0.45s;
}

.we-make-section .we-make-inner .box-we-two:hover img {
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: all ease 0.45s;
          transition: all ease 0.45s;
}

.we-make-section .we-make-inner .box-we-two:hover img.dark {
  -webkit-filter: grayscale(0%) brightness(1);
          filter: grayscale(0%) brightness(1);
}

.we-make-section .we-make-inner .box-we-three:hover {
  background: #fff;
  box-shadow: 0px 0px 12px -1px rgba(191, 182, 182, 0.75);
  -webkit-box-shadow: 0px 0px 12px -1px rgba(191, 182, 182, 0.75);
  -moz-box-shadow: 0px 0px 12px -1px rgba(191, 182, 182, 0.75);
}

.we-make-section .we-make-inner .box-we-three:hover:before {
  opacity: 1;
  -webkit-transition: all ease 0.45s;
          transition: all ease 0.45s;
}

.we-make-section .we-make-inner .box-we-three:hover img {
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: all ease 0.45s;
          transition: all ease 0.45s;
}

.why-tech {
  padding: 80px 0 60px;
}

@media (max-width: 1199px) {
  .why-tech {
    padding: 60px 0 40px;
  }
}

@media (max-width: 767px) {
  .why-tech {
    padding: 30px 0;
  }
}

.why-tech p {
  font-family: "Aleo", serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}

@media (min-width: 1850px) {
  .why-tech p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .why-tech p {
    font-size: 16px;
  }
}

.why-tech p.two {
  width: 80%;
}

@media (max-width: 991px) {
  .why-tech p.two {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .why-tech p.two {
    font-size: 16px;
  }
}

.why-tech .why-img {
  position: relative;
}

.why-tech .why-img .why-fig {
  width: 90%;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .why-tech .why-img .why-fig {
    width: 100%;
  }
}

.why-tech .why-img .fig-pos-wrap {
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 600px;
  height: 160px;
  background: #1c3e94;
}

@media (max-width: 1366px) {
  .why-tech .why-img .fig-pos-wrap {
    height: 110px;
    bottom: -50px;
  }
}

@media (max-width: 991px) {
  .why-tech .why-img .fig-pos-wrap {
    position: static;
    width: 100%;
  }
}

.why-tech .why-img .fig-pos-wrap .img-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px;
}

.why-tech .why-img .fig-pos-wrap .img-text .img-in-why {
  margin-right: 25px;
  width: 60%;
}

@media (max-width: 1366px) {
  .why-tech .why-img .fig-pos-wrap .img-text .img-in-why {
    margin-right: 40px !important;
    width: 30% !important;
    margin-left: 25px;
  }
}

@media (max-width: 991px) {
  .why-tech .why-img .fig-pos-wrap .img-text .img-in-why {
    margin-right: 40px !important;
    width: 25% !important;
    margin-left: 0;
  }
}

@media (max-width: 550px) {
  .why-tech .why-img .fig-pos-wrap .img-text .img-in-why {
    display: none;
  }
}

.why-tech .why-img .fig-pos-wrap .img-text p {
  margin-bottom: 0;
  color: #fff;
  line-height: 33px;
}

@media (max-width: 550px) {
  .why-tech .why-img .fig-pos-wrap .img-text p {
    text-align: center;
  }
}

.icon-section {
  padding: 60px 0 30px;
}

@media (max-width: 991px) {
  .icon-section {
    padding: 30px 0 0;
  }
}

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

@media (max-width: 767px) {
  .icon-section .icon-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.icon-section .icon-wrap .icon-fig {
  margin-right: 26px;
}

@media (max-width: 1366px) {
  .icon-section .icon-wrap .icon-fig {
    width: 80px;
  }
}

@media (max-width: 991px) {
  .icon-section .icon-wrap .icon-fig {
    width: 115px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .icon-section .icon-wrap .icon-fig {
    width: 85px;
  }
}

.icon-section .icon-wrap h3 {
  font-size: 35px;
  font-family: "Aleo", serif;
  font-weight: 700;
  color: #000000;
  line-height: 35px;
  margin-top: 10px;
}

@media (max-width: 1366px) {
  .icon-section .icon-wrap h3 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .icon-section .icon-wrap h3 {
    font-size: 28px;
  }
}

.icon-section .icon-wrap h3 span {
  font-size: 19px;
  font-weight: 500;
}

@media (max-width: 1366px) {
  .icon-section .icon-wrap h3 span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .icon-section .icon-wrap h3 span {
    font-size: 15px;
  }
}

.icon-wrap.left {
  margin-right: 17%;
}

@media (min-width: 1850px) {
  .icon-wrap.left {
    margin-right: 29%;
  }
}

.icon-wrap.right {
  margin-left: 33%;
}

@media (min-width: 1850px) {
  .icon-wrap.right {
    margin-left: 42%;
  }
}

@media (max-width: 1366px) {
  .icon-wrap.right {
    margin-left: 25%;
  }
}

@media (max-width: 1199px) {
  .icon-wrap.right {
    margin-left: 16%;
  }
}

@media (max-width: 991px) {
  .icon-wrap.right {
    margin-left: 0%;
  }
}

.grow-sec {
  padding: 60px 0 100px;
  position: relative;
}

@media (max-width: 1366px) {
  .grow-sec {
    padding: 30px 0 90px;
  }
}

@media (max-width: 1199px) {
  .grow-sec {
    padding: 30px 0 100px;
  }
}

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

.grow-sec:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  bottom: 0;
  background: #f2f7f7;
}

@media (min-width: 1620px) {
  .grow-sec:before {
    height: 43%;
  }
}

@media (max-width: 1440px) {
  .grow-sec:before {
    height: 38%;
  }
}

@media (max-width: 1366px) {
  .grow-sec:before {
    height: 37%;
  }
}

@media (max-width: 1199px) {
  .grow-sec:before {
    height: 39%;
  }
}

@media (max-width: 991px) {
  .grow-sec:before {
    height: 100%;
  }
}

.grow-sec p {
  font-family: "Aleo", serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  margin-bottom: 20px;
}

@media (min-width: 1850px) {
  .grow-sec p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .grow-sec p {
    font-size: 16px;
  }
}

.grow-sec .slider-wpwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}

.grow-sec .slider-wpwrap .left-wrap {
  width: 60%;
}

@media (max-width: 1199px) {
  .grow-sec .slider-wpwrap .left-wrap {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991px) {
  .grow-sec .slider-wpwrap .left-wrap {
    width: 100%;
  }
}

.grow-sec .slider-wpwrap .right-wrap {
  width: 40%;
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .grow-sec .slider-wpwrap .right-wrap {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .grow-sec .slider-wpwrap .right-wrap {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}

.grow-sec .slider-wpwrap .right-wrap .right-fig-sl {
  margin-bottom: 20px;
  height: 100px;
}

.grow-sec .slider-wpwrap .right-wrap .right-fig-sl .one {
  height: 85px;
}

@media (max-width: 991px) {
  .grow-sec .slider-wpwrap .right-wrap .right-fig-sl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991px) {
  .grow-sec .slider-wpwrap .right-wrap .right-fig-sl {
    height: auto;
  }
}

.grow-sec .slider-wpwrap .right-wrap p {
  font-family: "Aleo", serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  margin-bottom: 25px;
  min-height: 100px;
}

@media (max-width: 1366px) {
  .grow-sec .slider-wpwrap .right-wrap p {
    min-height: 120px;
  }
}

@media (max-width: 1199px) {
  .grow-sec .slider-wpwrap .right-wrap p {
    min-height: 100px;
  }
}

@media (max-width: 991px) {
  .grow-sec .slider-wpwrap .right-wrap p {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .grow-sec .slider-wpwrap .right-wrap p {
    height: auto;
    min-height: inherit;
  }
}

.grow-sec .slider-wpwrap .right-wrap .inner-rank-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.grow-sec .slider-wpwrap .right-wrap .inner-rank-sec .ic-wrap {
  width: 50%;
  text-align: left;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .grow-sec .slider-wpwrap .right-wrap .inner-rank-sec .ic-wrap {
    text-align: center;
  }
}

@media (max-width: 550px) {
  .grow-sec .slider-wpwrap .right-wrap .inner-rank-sec .ic-wrap {
    width: 100%;
  }
}

.grow-sec .slider-wpwrap .right-wrap .inner-rank-sec .ic-wrap .ic-text {
  font-family: "Aleo", serif;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
}

@media (min-width: 1850px) {
  .grow-sec .slider-wpwrap .right-wrap .inner-rank-sec .ic-wrap .ic-text {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .grow-sec .slider-wpwrap .right-wrap .inner-rank-sec .ic-wrap .ic-text {
    font-size: 16px;
  }
}

@media (max-width: 1366px) {
  .grow-sec .slider-wpwrap .right-wrap .inner-rank-sec .ic-wrap .ic-text {
    font-size: 15px;
  }
}

.grow-sec .slider-wpwrap .right-wrap .inner-rank-sec .ic-wrap h3 {
  font-family: "Aleo", serif;
  font-size: 37px;
  font-weight: 700;
  color: #000000;
}

@media (min-width: 1850px) {
  .grow-sec .slider-wpwrap .right-wrap .inner-rank-sec .ic-wrap h3 {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  .grow-sec .slider-wpwrap .right-wrap .inner-rank-sec .ic-wrap h3 {
    font-size: 30px;
  }
}

@media (max-width: 1366px) {
  .grow-sec .slider-wpwrap .right-wrap .inner-rank-sec .ic-wrap h3 {
    font-size: 27px;
  }
}

.grow-sec .slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  bottom: -40px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 3;
  top: inherit;
  left: 64%;
}

@media (max-width: 1199px) {
  .grow-sec .slick-prev, .slick-next {
    left: 54%;
  }
}

.grow-sec .slick-prev:before {
  background: url(../images/slick-before-bg.png) no-repeat;
  height: 68px;
  width: 68px;
  right: 0;
  position: absolute;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border: 0;
}

@media (max-width: 1366px) {
  .grow-sec .slick-prev:before {
    height: 50px;
    width: 50px;
    right: 0;
    position: absolute;
    border: 0;
    background-size: contain;
  }
}

.grow-sec .slick-next {
  margin-left: 100px;
}

@media (max-width: 1366px) {
  .grow-sec .slick-next {
    margin-left: 65px;
  }
}

.grow-sec .slick-next:before {
  background: url(../images/slick-after-bg.png) no-repeat;
  height: 68px;
  width: 68px;
  right: 0;
  position: absolute;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border: 0;
}

@media (max-width: 1366px) {
  .grow-sec .slick-next:before {
    height: 50px;
    width: 50px;
    right: 0;
    position: absolute;
    border: 0;
    background-size: contain;
  }
}

.faq-land {
  padding: 60px 0 30px;
  position: relative;
}

@media (max-width: 991px) {
  .faq-land {
    padding: 30px 0;
  }
}

.faq-land:before {
  position: absolute;
  content: "";
  background: url(../images/faq-right.jpg) no-repeat center center/cover;
  width: 720px;
  right: 0;
  height: 565px;
  bottom: 45px;
}

@media (max-width: 1366px) {
  .faq-land:before {
    width: 620px;
    right: 0;
    height: 485px;
    bottom: 43px;
  }
}

@media (max-width: 1199px) {
  .faq-land:before {
    display: none;
  }
}

.faq-land h2 {
  margin-bottom: 0;
}

@media (min-width: 1850px) {
  .faq-land h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .faq-land h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 550px) {
  .faq-land h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .faq-land h2 br {
    display: none;
  }
}

.faq-land .accordion_tech .accordion_in .acc_head {
  background: transparent;
  cursor: pointer;
  display: block;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 0;
  position: relative;
  border-bottom: 2px solid #e2e2e2;
  transition: all ease 0.05s;
  -o-transition: all ease 0.05s;
  -webkit-transition: all ease 0.05s;
  padding-right: 45px;
  font-weight: 500;
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 1366px) {
  .faq-land .accordion_tech .accordion_in .acc_head {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (max-width: 550px) {
  .faq-land .accordion_tech .accordion_in .acc_head {
    font-size: 18px;
  }
}

.faq-land .accordion_tech .accordion_in .acc_head svg {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 25px;
  fill: #272324;
}

.faq-land .accordion_tech .accordion_in .acc_content {
  margin-bottom: 15px;
}

.faq-land .accordion_tech .accordion_in .acc_content p {
  font-family: "Aleo", serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}

@media (min-width: 1850px) {
  .faq-land .accordion_tech .accordion_in .acc_content p {
    font-size: 18px;
  }
}

@media (max-width: 1366px) {
  .faq-land .accordion_tech .accordion_in .acc_content p {
    font-size: 16px;
  }
}

.faq-land .accordion_tech .accordion_in .acc_content ul li {
  font-family: "Aleo", serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 1366px) {
  .faq-land .accordion_tech .accordion_in .acc_content ul li {
    font-size: 16px;
  }
}

.faq-land .accordion_tech .accordion_in .acc_content ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #000;
}

@media (max-width: 1366px) {
  .faq-land .accordion_tech .accordion_in .acc_content ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
    top: 8px;
  }
}

.accordion_tech .accordion_in.acc_active > .acc_head svg {
  fill: #000000;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.partners-logo-sec {
  padding: 30px 0 60px;
}

@media (max-width: 991px) {
  .partners-logo-sec {
    padding: 30px 0;
  }
}

.partners-logo-sec h2 {
  text-align: center;
  margin-bottom: 45px;
}

.partners-logo-sec .img-fig-sl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* -moz-filter: grayscale(100%);
		  -ms-filter: grayscale(100%);
		  -o-filter: grayscale(100%);
		  filter: grayscale(100%); */
  -webkit-transition: all ease 0.45s;
          transition: all ease 0.45s;
  margin: 10px;
}

.partners-logo-sec .img-fig-sl:hover {
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.testimonial-sl-sec {
  padding: 30px 0 90px;
}

@media (max-width: 1366px) {
  .testimonial-sl-sec {
    padding: 10px 0 90px;
  }
}

@media (max-width: 1199px) {
  .testimonial-sl-sec {
    padding: 10px 0 60px;
  }
}

.testimonial-sl-sec .testi-sl .testicnt-wrap {
  width: 70%;
  background: #f2f7f7;
  padding: 55px;
  margin: 0 auto;
}

@media (min-width: 1850px) {
  .testimonial-sl-sec .testi-sl .testicnt-wrap {
    padding: 80px;
  }
}

@media (max-width: 1199px) {
  .testimonial-sl-sec .testi-sl .testicnt-wrap {
    width: 100%;
    padding: 40px;
  }
}

@media (max-width: 550px) {
  .testimonial-sl-sec .testi-sl .testicnt-wrap {
    width: 100%;
    padding: 20px;
  }
}

.testimonial-sl-sec .testi-sl .testicnt-wrap .name-bt {
  width: 60px;
  height: 60px;
  background: #1c3e94;
  border-radius: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (min-width: 1850px) {
  .testimonial-sl-sec .testi-sl .testicnt-wrap .name-bt {
    width: 85px;
    height: 85px;
  }
}

@media (min-width: 1440px) {
  .testimonial-sl-sec .testi-sl .testicnt-wrap .name-bt {
    padding-top: 5px;
  }
}

.testimonial-sl-sec .testi-sl .testicnt-wrap .name-bt p {
  font-size: 32px;
  font-family: "Aleo", serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 1850px) {
  .testimonial-sl-sec .testi-sl .testicnt-wrap .name-bt p {
    font-size: 35px;
  }
}

.testimonial-sl-sec .testi-sl .testicnt-wrap .img-star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.testimonial-sl-sec .testi-sl .testicnt-wrap p {
  font-size: 19px;
  margin-bottom: 45px;
}

@media (min-width: 1850px) {
  .testimonial-sl-sec .testi-sl .testicnt-wrap p {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .testimonial-sl-sec .testi-sl .testicnt-wrap p {
    font-size: 17px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .testimonial-sl-sec .testi-sl .testicnt-wrap p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.testimonial-sl-sec .testi-sl .testicnt-wrap .main-nm p {
  font-family: "Aleo", serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}

@media (min-width: 1850px) {
  .testimonial-sl-sec .testi-sl .testicnt-wrap .main-nm p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .testimonial-sl-sec .testi-sl .testicnt-wrap .main-nm p {
    font-size: 16px;
  }
}

.testimonial-sl-sec .testi-sl .testicnt-wrap .date p {
  font-family: "Aleo", serif;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}

.testimonial-sl-sec .slick-dots {
  width: 100%;
  max-width: 100%;
  bottom: -40px;
}

.testimonial-sl-sec .slick-dots li button {
  background-color: transparent;
  border: 1px solid #c8d4d4;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  height: 14px;
  padding: 0;
  text-indent: -9999px;
  width: 14px;
}

.testimonial-sl-sec .slick-dots li.slick-active button {
  background-color: #c8d4d4;
}

.ftr-frm {
  background: #1c3f95;
}

.ftr-frm ::-webkit-input-placeholder {
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  opacity: 1;
}

@media (max-width: 1199px) {
  .ftr-frm ::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
}

.ftr-frm :-moz-placeholder {
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  opacity: 1;
}

@media (max-width: 1199px) {
  .ftr-frm :-moz-placeholder {
    font-size: 1.4rem;
  }
}

.ftr-frm ::-moz-placeholder {
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  opacity: 1;
}

@media (max-width: 1199px) {
  .ftr-frm ::-moz-placeholder {
    font-size: 1.4rem;
  }
}

.ftr-frm :-ms-input-placeholder {
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  opacity: 1;
}

@media (max-width: 1199px) {
  .ftr-frm :-ms-input-placeholder {
    font-size: 1.4rem;
  }
}

.ftr-frm h2 {
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 1850px) {
  .ftr-frm h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .ftr-frm h2 {
    margin-bottom: 0;
  }
}

.ftr-frm .form_sec form {
  padding-top: 18px;
}

.ftr-frm .form_sec p {
  margin-bottom: 15px;
}

@media (max-width: 1600px) {
  .ftr-frm .form_sec p {
    margin-bottom: 5px;
  }
}

.ftr-frm p {
  font-size: 18px;
  color: #fff;
  font-family: "Aleo", serif;
  font-weight: 400;
}

@media (min-width: 1850px) {
  .ftr-frm p {
    font-size: 21px;
  }
}

@media (max-width: 1199px) {
  .ftr-frm p {
    font-size: 16px;
  }
}

.ftr-frm input {
  border: none;
  outline: none;
  font-family: "Aleo", serif;
  font-size: 15px;
  background-color: #fff;
  width: 100%;
  padding: 9px 15px;
  color: #000;
}

.ftr-frm textarea {
  border: none;
  outline: none;
  border-left: 0px;
  border-right: 0px;
  font-family: "Aleo", serif;
  font-size: 15px;
  background-color: #fff;
  resize: none;
  padding: 9px 15px;
  border-radius: 0;
  min-height: 65px;
}

@media (min-width: 1500px) {
  .ftr-frm textarea {
    min-height: 90px;
  }
}

.ftr-frm .row {
  margin-right: -7px;
  margin-left: -7px;
}

.ftr-frm .row .col-1, .ftr-frm .row .col-2, .ftr-frm .row .col-3, .ftr-frm .row .col-4, .ftr-frm .row .col-5, .ftr-frm .row .col-6, .ftr-frm .row .col-7, .ftr-frm .row .col-8, .ftr-frm .row .col-9, .ftr-frm .row .col-10, .ftr-frm .row .col-11, .ftr-frm .row .col-12, .ftr-frm .row .col, .ftr-frm .row .col-auto, .ftr-frm .row .col-sm-1, .ftr-frm .row .col-sm-2, .ftr-frm .row .col-sm-3, .ftr-frm .row .col-sm-4, .ftr-frm .row .col-sm-5, .ftr-frm .row .col-sm-6, .ftr-frm .row .col-sm-7, .ftr-frm .row .col-sm-8, .ftr-frm .row .col-sm-9, .ftr-frm .row .col-sm-10, .ftr-frm .row .col-sm-11, .ftr-frm .row .col-sm-12, .ftr-frm .row .col-sm, .ftr-frm .row .col-sm-auto, .ftr-frm .row .col-md-1, .ftr-frm .row .col-md-2, .ftr-frm .row .col-md-3, .ftr-frm .row .col-md-4, .ftr-frm .row .col-md-5, .ftr-frm .row .col-md-6, .ftr-frm .row .col-md-7, .ftr-frm .row .col-md-8, .ftr-frm .row .col-md-9, .ftr-frm .row .col-md-10, .ftr-frm .row .col-md-11, .ftr-frm .row .col-md-12, .ftr-frm .row .col-md, .ftr-frm .row .col-md-auto, .ftr-frm .row .col-lg-1, .ftr-frm .row .col-lg-2, .ftr-frm .row .col-lg-3, .ftr-frm .row .col-lg-4, .ftr-frm .row .col-lg-5, .ftr-frm .row .col-lg-6, .ftr-frm .row .col-lg-7, .ftr-frm .row .col-lg-8, .ftr-frm .row .col-lg-9, .ftr-frm .row .col-lg-10, .ftr-frm .row .col-lg-11, .ftr-frm .row .col-lg-12, .ftr-frm .row .col-lg, .ftr-frm .row .col-lg-auto, .ftr-frm .row .col-xl-1, .ftr-frm .row .col-xl-2, .ftr-frm .row .col-xl-3, .ftr-frm .row .col-xl-4, .ftr-frm .row .col-xl-5, .ftr-frm .row .col-xl-6, .ftr-frm .row .col-xl-7, .ftr-frm .row .col-xl-8, .ftr-frm .row .col-xl-9, .ftr-frm .row .col-xl-10, .ftr-frm .row .col-xl-11, .ftr-frm .row .col-xl-12, .ftr-frm .row .col-xl, .ftr-frm .row .col-xl-auto {
  padding-right: 7px;
  padding-left: 7px;
}

.ftr-frm .row .col-1 .input-holder, .ftr-frm .row .col-2 .input-holder, .ftr-frm .row .col-3 .input-holder, .ftr-frm .row .col-4 .input-holder, .ftr-frm .row .col-5 .input-holder, .ftr-frm .row .col-6 .input-holder, .ftr-frm .row .col-7 .input-holder, .ftr-frm .row .col-8 .input-holder, .ftr-frm .row .col-9 .input-holder, .ftr-frm .row .col-10 .input-holder, .ftr-frm .row .col-11 .input-holder, .ftr-frm .row .col-12 .input-holder, .ftr-frm .row .col .input-holder, .ftr-frm .row .col-auto .input-holder, .ftr-frm .row .col-sm-1 .input-holder, .ftr-frm .row .col-sm-2 .input-holder, .ftr-frm .row .col-sm-3 .input-holder, .ftr-frm .row .col-sm-4 .input-holder, .ftr-frm .row .col-sm-5 .input-holder, .ftr-frm .row .col-sm-6 .input-holder, .ftr-frm .row .col-sm-7 .input-holder, .ftr-frm .row .col-sm-8 .input-holder, .ftr-frm .row .col-sm-9 .input-holder, .ftr-frm .row .col-sm-10 .input-holder, .ftr-frm .row .col-sm-11 .input-holder, .ftr-frm .row .col-sm-12 .input-holder, .ftr-frm .row .col-sm .input-holder, .ftr-frm .row .col-sm-auto .input-holder, .ftr-frm .row .col-md-1 .input-holder, .ftr-frm .row .col-md-2 .input-holder, .ftr-frm .row .col-md-3 .input-holder, .ftr-frm .row .col-md-4 .input-holder, .ftr-frm .row .col-md-5 .input-holder, .ftr-frm .row .col-md-6 .input-holder, .ftr-frm .row .col-md-7 .input-holder, .ftr-frm .row .col-md-8 .input-holder, .ftr-frm .row .col-md-9 .input-holder, .ftr-frm .row .col-md-10 .input-holder, .ftr-frm .row .col-md-11 .input-holder, .ftr-frm .row .col-md-12 .input-holder, .ftr-frm .row .col-md .input-holder, .ftr-frm .row .col-md-auto .input-holder, .ftr-frm .row .col-lg-1 .input-holder, .ftr-frm .row .col-lg-2 .input-holder, .ftr-frm .row .col-lg-3 .input-holder, .ftr-frm .row .col-lg-4 .input-holder, .ftr-frm .row .col-lg-5 .input-holder, .ftr-frm .row .col-lg-6 .input-holder, .ftr-frm .row .col-lg-7 .input-holder, .ftr-frm .row .col-lg-8 .input-holder, .ftr-frm .row .col-lg-9 .input-holder, .ftr-frm .row .col-lg-10 .input-holder, .ftr-frm .row .col-lg-11 .input-holder, .ftr-frm .row .col-lg-12 .input-holder, .ftr-frm .row .col-lg .input-holder, .ftr-frm .row .col-lg-auto .input-holder, .ftr-frm .row .col-xl-1 .input-holder, .ftr-frm .row .col-xl-2 .input-holder, .ftr-frm .row .col-xl-3 .input-holder, .ftr-frm .row .col-xl-4 .input-holder, .ftr-frm .row .col-xl-5 .input-holder, .ftr-frm .row .col-xl-6 .input-holder, .ftr-frm .row .col-xl-7 .input-holder, .ftr-frm .row .col-xl-8 .input-holder, .ftr-frm .row .col-xl-9 .input-holder, .ftr-frm .row .col-xl-10 .input-holder, .ftr-frm .row .col-xl-11 .input-holder, .ftr-frm .row .col-xl-12 .input-holder, .ftr-frm .row .col-xl .input-holder, .ftr-frm .row .col-xl-auto .input-holder {
  margin-bottom: 15px;
}

.ftr-frm form input:focus {
  outline: none;
}

.ftr-frm .form-control:focus {
  border: 0;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.ftr-frm form p {
  text-align: right;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
}

@media (max-width: 320px) {
  .ftr-frm form p {
    font-size: 14px;
  }
}

.ftr-frm form input[type=submit] {
  float: right;
  margin-top: 20px;
  background-color: #8dc63f !important;
  height: 50px;
  border-radius: 0px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px !important;
  font-family: "Aleo", serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff !important;
  width: 150px;
  -webkit-transition: all ease 0.45s;
          transition: all ease 0.45s;
  border: 0;
}

@media (max-width: 1600px) {
  .ftr-frm form input[type=submit] {
    margin-top: 18px;
  }
}

.ftr-frm form input[type=submit]:hover {
  -webkit-transition: all ease 0.45s;
          transition: all ease 0.45s;
  background-color: #000 !important;
}

.slick-dots {
  width: 100%;
  max-width: 100%;
  bottom: -15px;
}

.slick-dots li button {
  background-color: transparent;
  border: 1px solid #c8d4d4;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  height: 14px;
  padding: 0;
  text-indent: -9999px;
  width: 14px;
}

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

p.right {
  text-align: end;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .box-we-three.one {
    background: #f2f7f7 !important;
  }
}

@media (max-width: 991px) {
  .box-we-two.one {
    background: #f2f7f7 !important;
  }
}

/*form_review*/
.form_review {
  position: relative;
  overflow: hidden;
}

.form_review:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #294fad;
}

.form_review .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form_review .sec_title {
  font-size: 3.13vw;
}

@media (min-width: 2000px) {
  .form_review .sec_title {
    font-size: 60px;
  }
}

.form_review .form_sec {
  padding: 4% 60px 3.5% 0;
  width: 60%;
  background: #294fad;
  color: #fff;
  position: relative;
}

.form_review .form_sec p {
  font-size: 18px;
}

.form_review .form_sec p strong {
  font-weight: 600;
  display: block;
}

.form_review .form_sec .seo_form {
  padding-top: 20px;
}

.form_review .review_sec {
  padding: 4% 0 3.5% 60px;
  width: 40%;
  background: #1c3f95;
}

.form_review .review_sec .sec_title {
  color: #fff;
}

.form_review .review_sec .slick_navs a svg {
  fill: #fff;
}

.form_review .review_sec .slick_navs a:hover svg {
  fill: #d60000;
}

.form_review .review_sec .review_slider {
  padding-bottom: 50px;
}

.form_review .review_sec .review_slider .slick-dots li button {
  background: #4b67aa;
}

.form_review .review_sec .review_slider .slick-dots li:hover button {
  background: #666;
}

.form_review .review_sec .review_slider .slick-dots li.slick-active button {
  background: #fff;
}

.form_review .review_sec .review_slide {
  padding-top: 70px;
}

@media (max-width: 1199px) {
  .form_review .review_sec .review_slide {
    padding-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .form_review .review_sec .review_slide {
    padding: 40px 10px 0;
  }
}

.form_review .review_sec .review_i {
  background: #fff;
  border-radius: 5px;
  padding: 40px 40px 25px;
}

.form_review .review_sec .review_i .review_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form_review .review_sec .review_i .review_head .reveiw_source {
  margin-left: auto;
}

.form_review .review_sec .review_i .review_head .review_meta {
  margin-top: -78px;
}

.form_review .review_sec .review_i .review_head .review_meta .autor_n span {
  width: 76px;
  height: 76px;
  background: #4ebab1;
  font-weight: 600;
  font-size: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
}

.form_review .review_sec .review_i .review_head .review_meta .autor_n strong {
  font-weight: 600;
  font-size: 20px;
}

.form_review .review_sec .review_i .review_txt {
  font-size: 20px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .form_review .review_sec .review_i .review_txt {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .form_review .sec_title {
    font-size: 33px;
  }
  .form_review:before {
    display: none;
  }
  .form_review .container {
    display: block;
  }
  .form_review .form_sec {
    width: 100%;
    padding-right: 0;
    position: relative;
  }
  .form_review .form_sec:before {
    content: '';
    position: absolute;
    left: -50%;
    right: -50%;
    top: 0;
    bottom: 0;
    background: #294fad;
  }
  .form_review .form_sec .form_head {
    text-align: center;
  }
  .form_review .form_sec .seo_form,
  .form_review .form_sec .form_head {
    position: relative;
  }
  .form_review .form_sec p {
    font-size: 16px;
  }
  .form_review .review_sec {
    width: 100%;
    padding-left: 0;
  }
  .form_review .review_sec .sec_title {
    text-align: center;
  }
  .form_review .review_sec .review_i {
    padding-left: 30px;
    padding-right: 30px;
  }
  .form_review .review_sec .review_i .review_head .review_meta {
    margin-top: -65px;
  }
  .form_review .review_sec .review_i .review_head .review_meta .autor_n span {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
  .form_review .review_sec .review_i .review_head .reveiw_source {
    max-width: 80px;
  }
}

.tw_info {
  color: #fff;
}

@media (min-width: 1200px) {
  .tw_info {
    max-width: 370px;
  }
}

.tw_info .foot_logo {
  padding-bottom: 15px;
}

.tw_info .info_adrs {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}

.tw_info .info_adrs svg {
  margin-top: 10px;
  fill: #fff;
  width: 18px;
  height: 26px;
  margin-right: 15px;
}

.tw_info .info_call {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tw_info .info_call svg {
  margin-top: -3px;
  width: 23px;
  height: 25px;
  fill: #fff;
  margin-right: 10px;
}

.tw_info .info_call a {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  cursor: default;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tw_info .tw_info_in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tw_info .tw_info_in .info_adrs {
    padding-right: 40px;
  }
}

@media (max-width: 1199px) {
  .tw_info .tw_info_in .info_call svg {
    /* margin-top: 6px; */
  }
  .tw_info .tw_info_in .info_call a {
    font-size: 25px;
  }
}

/*end form_review*/
.footer {
  padding: 40px 0;
}

.footer p {
  text-align: center;
  font-size: 15px;
  font-family: "Aleo", serif;
  font-weight: 400;
}

.footer a {
  text-align: center;
  font-size: 15px;
  font-family: "Aleo", serif;
  font-weight: 400;
  color: #000;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  text-decoration: none;
}

.footer a:hover {
  color: #8dc63f;
  text-decoration: none;
}

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

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

.modal-content input {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 10px 15px;
  resize: none;
  font-weight: 400;
}

.modal-content textarea {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 15px;
  resize: none;
}

.modal-content .modal-title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  padding: 0 40px 14px 30px;
  line-height: 1;
  background: #1c3f95;
}

.modal-content .modal-header {
  padding: 0;
  height: 60px;
  padding: 20px 0;
  background: #1c3f95;
}

@media (max-width: 767px) {
  .modal-content .modal-header {
    padding: 0;
    height: auto;
    padding: 10px 0;
    background: #1c3f95;
  }
}

.modal-content input[type=submit] {
  float: right;
  margin-top: 0;
  background-color: #8dc63f !important;
  height: 50px;
  border-radius: 0px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px !important;
  font-family: "Aleo", serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff !important;
  width: 150px;
  -webkit-transition: all ease 0.45s;
          transition: all ease 0.45s;
  border: 0;
}

.modal-content input:focus {
  outline: none;
}

.modal-content textarea:focus {
  outline: none;
}

.modal-content .close:before, .modal-content .close:after {
  background-color: #fff;
  content: "";
  height: 20px;
  position: absolute;
  top: 8px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  width: 1px;
}

.modal-content .close {
  box-shadow: 0 1px 10px rgba(230, 40, 40, 0);
  -webkit-box-shadow: 0 1px 10px rgba(230, 40, 40, 0);
  background: transparent;
}

.modal-content .close:hover {
  box-shadow: 0 1px 10px rgba(230, 40, 40, 0);
  -webkit-box-shadow: 0 1px 10px rgba(230, 40, 40, 0);
}

.modal-dialog {
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

@media (max-width: 767px) {
  .modal-dialog {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .modal-content .close {
    top: 30px !important;
  }
}

.grecaptcha-badge {
  display: none;
}

.modal-body p {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .hm-app-repari {
    min-height: 530px;
    padding-top: 60px;
  }
  .par_banner .container.left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .par_banner .container.right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .set-appliance {
    max-width: 940px;
  }
  .set-appliance .grid {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 310px;
    padding: 20px;
  }
  .set-appliance .grid:nth-child(3n+3) {
    border-right: 0;
  }
  .set-appliance .grid:nth-child(-n+3) {
    border-top: 0;
  }
  .schedule-appliance .form-wrap .selects:first-child .select {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .schedule-appliance .form-wrap .btn, .schedule-appliance .form-wrap .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .schedule-appliance .form-wrap .elementor-button,
  .schedule-appliance .form-wrap .elementor-button-wrapper a, .elementor-button-wrapper .schedule-appliance .form-wrap a,
  .schedule-appliance .form-wrap button.trx_mscf_prev
button.trx_mscf_next, button.trx_mscf_prev
.schedule-appliance .form-wrap button.trx_mscf_next, .schedule-appliance .form-wrap input[type="submit"], .schedule-appliance .form-wrap input[type="reset"], .schedule-appliance .form-wrap input[type="button"], .schedule-appliance .form-wrap button[type="submit"] {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .prmFm .bg-clr {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hm-about .section-title h1 span, .hm-about .section-title h2 span, .hm-about .section-title h3 span {
    display: inline;
  }
}

@media (min-width: 1200px) and (max-width: 1359px) {
  .elementor-65 .elementor-element.elementor-element-061530c:not(.elementor-motion-effects-element-type-background),
  .elementor-69 .elementor-element.elementor-element-fcb987f:not(.elementor-motion-effects-element-type-background) {
    background-position: 50% 100% !important;
    background-size: inherit !important;
  }
}

@media (min-width: 1360px) and (max-width: 1499px) {
  .elementor-65 .elementor-element.elementor-element-061530c:not(.elementor-motion-effects-element-type-background),
  .elementor-69 .elementor-element.elementor-element-fcb987f:not(.elementor-motion-effects-element-type-background) {
    background-position: 40% 100% !important;
    background-size: inherit !important;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .modal-header .modal-title {
    padding: 0 10px;
  }
  .modal-header .m-head-brf {
    padding: 10px;
  }
  .modal-header .logo svg {
    height: 50px;
  }
  .modal-body .input-holder {
    margin-bottom: 15px;
  }
  .form-elements,
  .textarea,
  select {
    height: 36px;
  }
  .textarea {
    height: 75px;
  }
  .blg_wrap.home {
    max-width: 590px;
  }
}

@media (min-width: 1500px) and (max-width: 1700px) {
  .elementor-65 .elementor-element.elementor-element-061530c:not(.elementor-motion-effects-element-type-background),
  .elementor-69 .elementor-element.elementor-element-fcb987f:not(.elementor-motion-effects-element-type-background) {
    background-position: -80% 100% !important;
    background-size: inherit !important;
  }
}

@media (min-width: 1200px) {
  .blog-comment-form .elementor-button {
    font-size: 1.6rem !important;
    height: 43px !important;
    min-width: 136px !important;
  }
  .f-social {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .par-contact-details.inline {
    margin-left: 20px;
    padding-left: 20px;
  }
  .par-contact-details.inline li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .par_header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  .par_header:before {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: -webkit-calc(((100vw - 1360px) / 2) + 410px);
    width: calc(((100vw - 1360px) / 2) + 410px);
  }
  .par_header:after {
    border-left: 104px solid transparent;
    border-top: 118px solid #001633;
    content: '';
    left: -webkit-calc(((100vw - 1360px) / 2) + 306px);
    left: calc(((100vw - 1360px) / 2) + 306px);
    position: absolute;
    top: 0;
  }
  .par_header .header-top {
    padding: 24px 0 12px;
  }
  .par_banner.inner .banner-text-elements .text-lg {
    font-size: 4.2rem;
  }
  .par_banner.inner .banner-text-elements .text-md {
    font-size: 4.2rem;
  }
  .par_banner.inner .banner-text-elements .text-sm {
    font-size: 2.3rem;
  }
  .par_banner.inner .banner-text-elements .elementor-button-wrapper {
    padding-top: 10px;
  }
  .par_banner.inner .banner-text-elements .elementor-button-wrapper .elementor-button.elementor-size-lg {
    font-size: 2.1rem;
    min-width: 260px;
  }
  .schedule-call .section-title {
    padding-left: 50px;
  }
  .p-l-60 {
    padding-left: 60px;
  }
  .p-l-40 {
    padding-left: 40px;
  }
  .lft_blg_pad {
    padding-right: 60px;
  }
  .rgt_blg_pad {
    padding-left: 0;
  }
  .page_blog .blg_wrap .blg_dtl h3 {
    min-height: 64px;
  }
  #schedule_a_service_call input[type="submit"],
  #request_service input[type="submit"] {
    font-size: 2.1rem;
    font-weight: 600;
    height: 54px;
    min-width: 135px;
  }
  .free-service-call {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    min-height: 360px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .elementor-1011 .elementor-element.elementor-element-fc2ea09:not(.elementor-motion-effects-element-type-background), .elementor-1011 .elementor-element.elementor-element-fc2ea09 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position: -130px 0 !important;
  }
  .installServ li {
    font-size: 1.8rem;
  }
  .section-title.h1 h2 {
    font-size: 3.2rem;
  }
  .pro-locations .selector-loc {
    height: 280px;
    left: 0;
    padding: 20px;
    width: 400px;
  }
  .pro-locations .selector-loc .slct-inr .slctr-txt {
    font-size: 2.6rem;
  }
  label,
  .form-elements,
  select,
  .textarea {
    font-size: 1.3rem;
  }
  ::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  :-moz-placeholder {
    font-size: 1.3rem;
  }
  ::-moz-placeholder {
    font-size: 1.3rem;
  }
  :-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .p-l-40 {
    padding-left: 0;
  }
  .prmFm .primForm {
    padding-left: 45px;
    padding-right: 30px;
  }
}

@media (max-width: 1440px) {
  .par_header .logo svg {
    height: 60px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}

@media (max-width: 1199px) {
  .modal-header .m-head-brf {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    max-width: 100%;
  }
  .modal-header .par-contact-details {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .modal-header .par-contact-details li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    max-width: 100%;
    padding: 5px 15px;
    text-align: right;
  }
  .modal-header .par-contact-details li:before {
    display: none;
  }
  #hm_brands_slider {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-b-50 {
    padding-bottom: 30px;
  }
  .p-b-80 {
    padding-bottom: 50px;
  }
  .par_header .logo {
    background-color: #fff;
    padding: 10px 20px;
  }
  .par_header .logo svg {
    height: 60px;
  }
  .par_header .header-top {
    padding-right: 60px;
  }
  .par_banner .slider {
    background-position: center right;
  }
  .par_banner .banner-text-elements {
    text-align: left;
  }
  .par_banner .banner-text-elements .text-lg {
    font-size: 4.2rem;
  }
  .par_banner .banner-text-elements .text-md {
    font-size: 4.2rem;
  }
  .par_banner .banner-text-elements .text-sm {
    font-size: 2.1rem;
  }
  .par_banner .banner-text-elements .elementor-button-wrapper {
    padding-top: 20px;
  }
  .par_banner.home .container {
    height: 400px;
  }
  .par_banner.inner .container {
    height: 325px;
  }
  .app_repair_wrap.home .ar_img {
    height: 163px;
  }
  .app_repair_wrap.home .ar_txt_area {
    padding: 20px 15px;
  }
  .app_repair_wrap.home .ar_txt_area p {
    margin-bottom: 0;
    min-height: 80px;
  }
  .app_repair_wrap.listing .ar_img {
    height: 190px;
  }
  .app_repair_wrap.listing .ar_txt_area {
    height: -webkit-calc(100% - 190px);
    height: calc(100% - 190px);
    padding: 30px;
  }
  .app_repair_wrap.listing .ar_txt_area .title {
    padding-bottom: 15px;
    min-height: 34px;
  }
  .app_repair_wrap.listing .ar_txt_area .cnt {
    padding-bottom: 10px;
    min-height: 80px;
  }
  .process-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .process-grid .icons-wrap {
    border: 4px solid #fff;
    height: 130px;
    width: 130px;
  }
  .process-grid .icons-wrap svg {
    fill: #fff;
    height: 40px;
    width: 40px;
  }
  .process-grid .icons-wrap .count {
    font-size: 1.8rem;
    font-weight: 400;
    height: 30px;
    left: -4px;
    top: 10px;
    width: 30px;
  }
  .process-grid .title {
    font-size: 1.4rem;
  }
  .process-grid .arrow {
    right: -20px;
    top: 60px;
  }
  .process-grid .arrow svg {
    height: 10px;
    width: 40px;
  }
  .parent-sec #serviceCall {
    display: none;
  }
  #badge-6-yr {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
  }
  .par_footer {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .copy {
    margin-top: 30px;
    padding-top: 30px;
  }
  .bg-trans {
    background-image: url(assets/images/bg-ptrn-trans.png) !important;
    background-repeat: repeat !important;
  }
  .faq_container .accordion_in .acc_head {
    margin-bottom: 15px;
    min-height: 1px;
    padding: 15px 50px 14px 20px;
  }
  .faq_container .accordion_in .acc_head .acc_icon_expand {
    font-size: 18px;
    right: 20px;
    top: 15px;
  }
  .faq_container .accordion_in .acc_content {
    padding: 5px 50px 15px 20px;
  }
  .page_blog .page-title h1 {
    font-size: 2.7rem;
  }
  .template-appliance-repair-child .faq_container {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .par_header .logo {
    padding: 10px;
  }
  .par_header .par-contact-details li .text {
    display: none;
  }
  .app_repair_wrap.listing .ar_img {
    height: 210px;
  }
  .app_repair_wrap.listing .ar_txt_area {
    height: -webkit-calc(100% - 210px);
    height: calc(100% - 210px);
  }
  .installServ li {
    font-size: 1.8rem;
    min-width: 150px;
    padding: 10 20px;
  }
  .schedule-appliance .form-wrap .select {
    font-size: 1.7rem;
    padding-left: 15px;
  }
  .leave-cmnt {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .modal-content .close {
    right: 10px;
    top: 54px;
  }
  .modal-header .modal-title {
    font-size: 1.7rem;
    height: auto;
    line-height: 1.3;
    padding: 15px 15px 12px;
  }
  .modal-header .m-head-brf {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    max-width: 100%;
    padding: 15px;
    text-align: center;
  }
  .modal-header .logo {
    margin-bottom: 15px;
  }
  .modal-header .m-l-auto {
    margin-right: auto;
  }
  .modal-header .par-contact-details li {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
  }
  .hm-set-appliance {
    text-align: center;
  }
  .hm-set-appliance .section-title {
    text-align: center;
  }
  .hm-about {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
  }
  .hm-about .section-title h1 span, .hm-about .section-title h2 span, .hm-about .section-title h3 span {
    display: block;
  }
  #hm_brands_slider .brands-logo {
    text-align: center;
  }
  #hm_brands_slider .brands-logo img {
    margin: auto;
    max-height: 50px;
    max-width: 90px;
  }
  .hm-app-repari {
    padding-bottom: 150px !important;
    padding-top: 30px !important;
  }
  body,
  li,
  p {
    font-size: 1.5rem;
  }
  .p-b-80 {
    padding-bottom: 30px;
  }
  .par_header {
    background-color: #fff;
    padding-bottom: 45px;
    padding-top: 15px;
  }
  .par_header:before {
    background-color: #001633;
    bottom: 0;
    content: '';
    height: 45px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .par_header .headerRight {
    padding-left: 0;
  }
  .par_header .container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .par_header .logo {
    min-height: 70px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .par_header .logo:before {
    display: none;
  }
  .par_header .logo svg {
    height: 70px;
  }
  .par_header .header-top {
    padding-right: 0;
  }
  .par_header .par-contact-details {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 10px;
    position: relative;
    width: 100%;
  }
  .par_header .par-contact-details li {
    color: #000 !important;
    padding: 0;
  }
  .par_header .par-contact-details li:before {
    display: none !important;
  }
  .par_header .par-contact-details li .text {
    display: inline-block;
  }
  .par_header .par-contact-details li a {
    color: #000 !important;
  }
}

@media (max-width: 767px) and (max-width: 575px) {
  .par_header .par-contact-details li:first-child {
    bottom: -33px;
    color: #fff !important;
    left: 0;
    position: absolute;
  }
}

@media (max-width: 767px) {
  .par_header .par-contact-details.white li a {
    color: #000 !important;
  }
  .par_header.slim #mob_trigger {
    right: 0;
    top: 0;
  }
  .par_banner [class^="trans-bg-"] .banner-text-elements,
  .par_banner [class*=" trans-bg-"] .banner-text-elements {
    padding: 20px;
  }
  .par_banner .banner-text-elements {
    text-align: center;
    width: 100%;
  }
  .par_banner .banner-text-elements .text-lg {
    font-size: 2.4rem;
  }
  .par_banner .banner-text-elements .text-md {
    font-size: 2.4rem;
    padding-top: 7px;
  }
  .par_banner .banner-text-elements .text-sm {
    font-size: 1.6rem;
    padding-top: 7px;
  }
  .par_banner .banner-text-elements .elementor-button-wrapper {
    padding-top: 10px;
  }
  .par_banner .slider {
    position: relative;
  }
  .par_banner .slider:before {
    background-color: rgba(255, 255, 255, 0.74);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .par_banner .slider .container {
    z-index: 3;
  }
  .par_banner .slider.trans-bg-light .banner-text-elements {
    background-color: transparent;
  }
  .par_banner.home .container {
    height: 320px;
    z-index: 3;
  }
  .par_banner.home .banner-text-elements {
    padding: 0;
  }
  .par_banner.home .banner-text-elements .text-lg {
    font-size: 2.9rem;
  }
  .par_banner.home .banner-text-elements .text-md {
    font-size: 2.9rem;
    padding-top: 7px;
  }
  .par_banner.home .banner-text-elements .text-sm {
    font-size: 1.3rem;
    padding-top: 7px;
  }
  .par_banner.home .banner-text-elements .elementor-button-wrapper {
    padding-top: 15px;
  }
  .par_banner.inner .container {
    height: 250px;
  }
  .schedule-appliance .form-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .schedule-appliance .form-wrap .selects {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }
  .schedule-appliance .form-wrap .selects + .selects {
    border-left: 0;
  }
  .schedule-appliance .form-wrap .select {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 1.3rem;
    height: 38px;
  }
  .schedule-appliance .form-wrap .btn, .schedule-appliance .form-wrap .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .schedule-appliance .form-wrap .elementor-button,
  .schedule-appliance .form-wrap .elementor-button-wrapper a, .elementor-button-wrapper .schedule-appliance .form-wrap a,
  .schedule-appliance .form-wrap button.trx_mscf_prev
button.trx_mscf_next, button.trx_mscf_prev
.schedule-appliance .form-wrap button.trx_mscf_next, .schedule-appliance .form-wrap input[type="submit"], .schedule-appliance .form-wrap input[type="reset"], .schedule-appliance .form-wrap input[type="button"], .schedule-appliance .form-wrap button[type="submit"] {
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -ms-flex: 0 0 126px !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 126px !important;
            flex: 0 0 126px !important;
    font-size: 1.5rem !important;
    height: 32px !important;
    margin-left: auto;
    max-width: 126px !important;
  }
  .par_footer {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .copy {
    border-top: 0;
    margin-top: 20px;
  }
  .app_repair_wrap .ar_img {
    background-image: none !important;
  }
  .app_repair_wrap .ar_img img {
    display: block;
  }
  .app_repair_wrap.home .ar_img {
    height: auto;
  }
  .app_repair_wrap.home .ar_txt_area {
    padding: 20px 15px;
  }
  .app_repair_wrap.home .ar_txt_area .cnt {
    min-height: 160px;
  }
  .app_repair_wrap.listing .ar_img {
    height: auto;
  }
  .app_repair_wrap.listing .ar_txt_area {
    height: auto;
    padding: 20px;
  }
  .app_repair_wrap.listing .ar_txt_area .title,
  .app_repair_wrap.listing .ar_txt_area .cnt {
    min-height: 1px;
  }
  .process-container {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .process-container .process-grid {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .process-grid {
    padding-bottom: 70px;
  }
  .process-grid .arrow {
    bottom: 5px;
    left: 50%;
    margin-left: -20px;
    right: auto;
    top: auto;
    -webkit-transform: rotate(90deg) translateX(-50%);
        -ms-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
  .process-grid .icons-wrap {
    border: 8px solid #fff;
    height: 146px;
    width: 146px;
  }
  .process-grid .icons-wrap svg {
    fill: #fff;
    height: 40px;
    width: 40px;
  }
  .process-grid .icons-wrap .count {
    font-size: 1.8rem;
    font-weight: 400;
    height: 30px;
    left: -4px;
    top: 10px;
    width: 30px;
  }
  .process-grid .title {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .process-grid:last-child {
    padding-bottom: 0;
  }
  .page_blog .page-title h1 {
    font-size: 2.2rem;
  }
  .set-appliance {
    padding-top: 30px !important;
  }
  .set-appliance article .description {
    padding-top: 10px;
  }
  .single_blog .blg_wrap .blg_img {
    background-image: none !important;
    height: auto !important;
  }
  .single_blog .blg_wrap .blg_img img {
    display: inline-block;
  }
  .blog-listing .blg_wrap .blg_img {
    background-image: none !important;
    height: auto !important;
  }
  .blog-listing .blg_wrap .blg_img img {
    display: inline-block;
  }
  .author-bio {
    padding: 20px;
  }
  .author-bio .author_avatar {
    height: 80px;
    width: 80px;
  }
  .author-bio .author_avatar svg {
    height: 30px;
    width: 30px;
  }
  .author-bio .page-title {
    padding-left: 15px;
  }
  .author-bio .page-title h1 {
    font-size: 1.7rem;
  }
  .author-bio .author-description {
    padding-top: 10px;
  }
  .bg-clr .par-contact-details li {
    font-size: 1.5rem;
  }
  .par-contact-details.ftr li .text {
    font-size: 1.4rem;
  }
  .par-contact-details.ftr li .text-lg {
    font-size: 1.6rem;
  }
  .par-contact-details.contact li i {
    font-size: 16px;
    margin-right: 5px;
  }
  .par-contact-details.contact li .text {
    font-size: 1.3rem;
  }
  .par-contact-details.contact li .text-lg {
    font-size: 1.5rem;
  }
  .par-contact-details.contact li.share {
    padding-left: 29px;
  }
  .f-social {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .input-holder {
    margin-bottom: 10px;
  }
  .faq_container .accordion_in .acc_content {
    padding: 0px 10px 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #mob_trigger {
    top: 109px;
  }
  .par_header .headerRight {
    bottom: -34px;
    position: absolute;
  }
  .par_header .par-contact-details {
    padding: 0 !important;
  }
  .par_header .par-contact-details li {
    color: #fff !important;
  }
  .par_header .par-contact-details li + li {
    padding-left: 15px;
  }
  .par_header .logo {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .par_header .headerRight {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .par_header .header-top {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding-top: 10px;
  }
  .app_repair_wrap .ar_img {
    background-image: none;
    height: auto;
  }
  .app_repair_wrap .ar_img img {
    display: inline-block;
    max-height: 260px;
  }
}

@media (max-width: 559px) {
  .avatar-post-wrp li .date-author {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .avatar-post-wrp li + li {
    margin-top: 15px;
    padding-top: 15px;
  }
}

@media (max-width: 424px) {
  .blg_detail_wrap .blg_dtl .mdia_links {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .blg_detail_wrap .blg_dtl .mdia_lft,
  .blg_detail_wrap .blg_dtl .mdia_rgt {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .blg_detail_wrap .blg_dtl .mdia_rgt {
    padding-top: 10px;
  }
}

/* Float Shadow */
.Massilly-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}

.Massilly-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.5) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.Massilly-float-shadow:hover,
.Massilly-float-shadow:focus,
.Massilly-float-shadow:active {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
  /* move the element up by 5px */
}

.Massilly-float-shadow:hover:before,
.Massilly-float-shadow:focus:before,
.Massilly-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
      transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes "pulse" {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes "fadeIn" {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes "fadeIn" {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes "fadeInDown" {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes "fadeInDown" {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes "fadeInLeft" {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes "fadeInLeft" {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes "fadeInRight" {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes "fadeInRight" {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes "fadeInUp" {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes "fadeInUp" {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

section.why-tech.why-tech-v2 .icon-section {
    padding: 0 0 30px;
}
section.why-tech.why-tech-v2 .icon-section .icon-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
section.why-tech.why-tech-v2 .icon-section .icon-wrap .icon-fig {
    margin-right: 26px;
}
section.why-tech.why-tech-v2 .icon-section .icon-wrap h3 {
    font-size: 35px;
    font-family: "Aleo",serif;
    font-weight: 700;
    color: #000000;
    line-height: 35px;
    margin-top: 10px;
}
section.why-tech.why-tech-v2 .icon-section .icon-wrap h3 span {
    font-size: 19px;
    font-weight: 500;
}

section.why-tech.why-tech-v2 .fig-pos-wrap .img-text {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 20px;
}
section.why-tech.why-tech-v2 .fig-pos-wrap .img-text .img-in-why {
    margin-right: 25px;
    width: 60%;
}
section.why-tech.why-tech-v2 .fig-pos-wrap .img-text p {
    margin-bottom: 0;
    color: #fff;
    line-height: 33px;
}
section.why-tech.why-tech-v2 .fig-pos-wrap {
    position: static;
    right: 0;
    bottom: -70px;
    width: 100%;
    height: 160px;
    background: #1c3e94;
    margin-top: 40px;
}
section.why-tech.why-tech-v2 p {
    font-family: "Aleo",serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

@media (max-width: 1366px){
  section.why-tech.why-tech-v2 .fig-pos-wrap .img-text .img-in-why {
    margin-right: 40px!important;
    width: 30% !important;
    margin-left: 25px;
}
  section.why-tech.why-tech-v2 .fig-pos-wrap .img-text .img-in-why {
    margin-right: 40px!important;
    width: 30% !important;
    margin-left: 25px;
}
  section.why-tech.why-tech-v2 .icon-section .icon-wrap h3 span {
    font-size: 16px;
}

section.why-tech.why-tech-v2 .icon-section .icon-wrap .icon-fig {
    width: 80px;
}

section.why-tech.why-tech-v2 .icon-section .icon-wrap .icon-fig {
    margin-right: 26px;
}
section.why-tech.why-tech-v2 .icon-section .icon-wrap h3 {
    font-size: 33px;
}
}
header.header.slim-v2.slim{background-color: #2a4b9b!important;} section.banner.banner-v2{background-image: url(https://landing.techwyse.com/internet-marketing/v-2/assets/images/banner-no-white-min.jpg);}
.header.slim-v2 .call a ,.header.slim-v2 .location , .banner-v2 p, .banner-v2 p span{color: #fff;}
.slim-v2 .right-wrap-top .location svg,.slim-v2 .right-wrap-top .top-call-wrap .call a svg{    fill: #fff;}
@media (max-width: 1366px){
section.why-tech.why-tech-v2 .fig-pos-wrap {
    height: 110px
}
}
@media(max-width: 550px){
  figure.img-in-why {
    display: none;
}
section.why-tech.why-tech-v2 .fig-pos-wrap .img-text{
  padding: 20px;
}
.why-tech .why-img .fig-pos-wrap .img-text p{
  line-height:1.6 ;
}
}
/*# sourceMappingURL=main.min.css.map */