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

/*.element {
  color: setcolor(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, input[type=submit] > .caret,
input[type=reset] > .caret,
input[type=button] > .caret,
button[type=submit] > .caret, button.trx_mscf_prev button.trx_mscf_next > .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,
.dropup > .btn > .caret,
.dropup > input[type=submit] > .caret,
.dropup > input[type=reset] > .caret,
.dropup > input[type=button] > .caret,
.dropup > button[type=submit] > .caret,
button.trx_mscf_prev .dropup > button.trx_mscf_next > .caret,
.elementor-button-wrapper .dropup > .elementor-button > .caret,
.elementor-button-wrapper .dropup > a > .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: rgba(0, 0, 0, 0);
}

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;
  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: flex;
  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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-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-2 {
    margin-left: 19.666667% !important;
}
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.fade {
  opacity: 0;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 1;
}

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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;
}
.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: "Poppins", sans-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: "Poppins", sans-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 input[type=submit],
.page-title input[type=reset],
.page-title input[type=button],
.page-title button[type=submit], .page-title button.trx_mscf_prev button.trx_mscf_next, button.trx_mscf_prev .page-title button.trx_mscf_next, .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 {
  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: flex;
  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 {
  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: flex;
  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 {
  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: "";
  font-family: "primeappliance";
  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 {
    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 {
    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: flex;
  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 {
  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: "";
  font-family: "primeappliance";
  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 {
  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 {
    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: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-3 li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }
  .column-3 li + li {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .column-3 li {
    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: "";
  font-family: "primeappliance";
  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: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-3 li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .column-3 li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.blog-wrapper ul.elementor-editor-element-settings {
  display: flex;
  flex-wrap: wrap;
  height: 26px;
  margin: 0;
  padding: 0;
}
.blog-wrapper .elementor-editor-active .elementor-editor-element-setting {
  display: flex;
  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 input[type=submit],
.btn-grp input[type=reset],
.btn-grp input[type=button],
.btn-grp button[type=submit], .btn-grp button.trx_mscf_prev button.trx_mscf_next, button.trx_mscf_prev .btn-grp button.trx_mscf_next, .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 {
  float: left;
}
.btn-grp .btn + .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 .btn + 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 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 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 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], .btn-grp button.trx_mscf_prev button.trx_mscf_next + .btn, .btn-grp button.trx_mscf_prev button.trx_mscf_next + input[type=submit],
.btn-grp button.trx_mscf_prev button.trx_mscf_next + input[type=reset],
.btn-grp button.trx_mscf_prev button.trx_mscf_next + input[type=button],
.btn-grp button.trx_mscf_prev button.trx_mscf_next + button[type=submit], button.trx_mscf_prev .btn-grp button.trx_mscf_next + .btn, button.trx_mscf_prev .btn-grp button.trx_mscf_next + input[type=submit],
button.trx_mscf_prev .btn-grp button.trx_mscf_next + input[type=reset],
button.trx_mscf_prev .btn-grp button.trx_mscf_next + input[type=button],
button.trx_mscf_prev .btn-grp button.trx_mscf_next + button[type=submit], .btn-grp button.trx_mscf_prev .btn + button.trx_mscf_next, .btn-grp button.trx_mscf_prev input[type=submit] + button.trx_mscf_next,
.btn-grp button.trx_mscf_prev input[type=reset] + button.trx_mscf_next,
.btn-grp button.trx_mscf_prev 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 .btn + button.trx_mscf_next, button.trx_mscf_prev .btn-grp input[type=submit] + button.trx_mscf_next,
button.trx_mscf_prev .btn-grp input[type=reset] + button.trx_mscf_next,
button.trx_mscf_prev .btn-grp input[type=button] + button.trx_mscf_next,
button.trx_mscf_prev .btn-grp button[type=submit] + 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 .elementor-button-wrapper .elementor-button + .btn, .btn-grp .elementor-button-wrapper .elementor-button + input[type=submit],
.btn-grp .elementor-button-wrapper .elementor-button + input[type=reset],
.btn-grp .elementor-button-wrapper .elementor-button + input[type=button],
.btn-grp .elementor-button-wrapper .elementor-button + button[type=submit], .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 .elementor-button + .btn, .elementor-button-wrapper .btn-grp .elementor-button + input[type=submit],
.elementor-button-wrapper .btn-grp .elementor-button + input[type=reset],
.elementor-button-wrapper .btn-grp .elementor-button + input[type=button],
.elementor-button-wrapper .btn-grp .elementor-button + button[type=submit], .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 a + .btn,
.btn-grp .elementor-button-wrapper a + input[type=submit],
.btn-grp .elementor-button-wrapper a + input[type=reset],
.btn-grp .elementor-button-wrapper a + input[type=button],
.btn-grp .elementor-button-wrapper a + button[type=submit],
.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 a + .btn,
.elementor-button-wrapper .btn-grp a + input[type=submit],
.elementor-button-wrapper .btn-grp a + input[type=reset],
.elementor-button-wrapper .btn-grp a + input[type=button],
.elementor-button-wrapper .btn-grp a + button[type=submit],
.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 input[type=submit] + .btn,
.btn-grp .elementor-button-wrapper input[type=submit] + input[type=submit],
.btn-grp .elementor-button-wrapper input[type=submit] + input[type=reset],
.btn-grp .elementor-button-wrapper input[type=submit] + input[type=button],
.btn-grp .elementor-button-wrapper input[type=submit] + button[type=submit],
.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 input[type=submit] + .btn,
.elementor-button-wrapper .btn-grp input[type=submit] + input[type=submit],
.elementor-button-wrapper .btn-grp input[type=submit] + input[type=reset],
.elementor-button-wrapper .btn-grp input[type=submit] + input[type=button],
.elementor-button-wrapper .btn-grp input[type=submit] + button[type=submit],
.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 input[type=reset] + .btn,
.btn-grp .elementor-button-wrapper input[type=reset] + input[type=submit],
.btn-grp .elementor-button-wrapper input[type=reset] + input[type=reset],
.btn-grp .elementor-button-wrapper input[type=reset] + input[type=button],
.btn-grp .elementor-button-wrapper input[type=reset] + button[type=submit],
.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 input[type=reset] + .btn,
.elementor-button-wrapper .btn-grp input[type=reset] + input[type=submit],
.elementor-button-wrapper .btn-grp input[type=reset] + input[type=reset],
.elementor-button-wrapper .btn-grp input[type=reset] + input[type=button],
.elementor-button-wrapper .btn-grp input[type=reset] + button[type=submit],
.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 input[type=button] + .btn,
.btn-grp .elementor-button-wrapper input[type=button] + input[type=submit],
.btn-grp .elementor-button-wrapper input[type=button] + input[type=reset],
.btn-grp .elementor-button-wrapper input[type=button] + input[type=button],
.btn-grp .elementor-button-wrapper input[type=button] + button[type=submit],
.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 input[type=button] + .btn,
.elementor-button-wrapper .btn-grp input[type=button] + input[type=submit],
.elementor-button-wrapper .btn-grp input[type=button] + input[type=reset],
.elementor-button-wrapper .btn-grp input[type=button] + input[type=button],
.elementor-button-wrapper .btn-grp input[type=button] + button[type=submit],
.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 .elementor-button-wrapper .btn + .elementor-button, .btn-grp .elementor-button-wrapper input[type=submit] + .elementor-button,
.btn-grp .elementor-button-wrapper input[type=reset] + .elementor-button,
.btn-grp .elementor-button-wrapper input[type=button] + .elementor-button,
.btn-grp .elementor-button-wrapper button[type=submit] + .elementor-button, .btn-grp .elementor-button-wrapper 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 .btn-grp .btn + .elementor-button, .elementor-button-wrapper .btn-grp input[type=submit] + .elementor-button,
.elementor-button-wrapper .btn-grp input[type=reset] + .elementor-button,
.elementor-button-wrapper .btn-grp input[type=button] + .elementor-button,
.elementor-button-wrapper .btn-grp button[type=submit] + .elementor-button, .elementor-button-wrapper .btn-grp button.trx_mscf_prev button.trx_mscf_next + .elementor-button, button.trx_mscf_prev .elementor-button-wrapper .btn-grp button.trx_mscf_next + .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 .elementor-button-wrapper .btn + a,
.btn-grp .elementor-button-wrapper input[type=submit] + a,
.btn-grp .elementor-button-wrapper input[type=reset] + a,
.btn-grp .elementor-button-wrapper input[type=button] + a,
.btn-grp .elementor-button-wrapper button[type=submit] + a,
.btn-grp .elementor-button-wrapper 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 .btn-grp .btn + a,
.elementor-button-wrapper .btn-grp input[type=submit] + a,
.elementor-button-wrapper .btn-grp input[type=reset] + a,
.elementor-button-wrapper .btn-grp input[type=button] + a,
.elementor-button-wrapper .btn-grp button[type=submit] + a,
.elementor-button-wrapper .btn-grp button.trx_mscf_prev button.trx_mscf_next + a,
button.trx_mscf_prev .elementor-button-wrapper .btn-grp button.trx_mscf_next + 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 .elementor-button-wrapper .btn + input[type=submit],
.btn-grp .elementor-button-wrapper input[type=submit] + input[type=submit],
.btn-grp .elementor-button-wrapper input[type=reset] + input[type=submit],
.btn-grp .elementor-button-wrapper input[type=button] + input[type=submit],
.btn-grp .elementor-button-wrapper button[type=submit] + input[type=submit],
.btn-grp .elementor-button-wrapper 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 .btn-grp .btn + input[type=submit],
.elementor-button-wrapper .btn-grp input[type=submit] + input[type=submit],
.elementor-button-wrapper .btn-grp input[type=reset] + input[type=submit],
.elementor-button-wrapper .btn-grp input[type=button] + input[type=submit],
.elementor-button-wrapper .btn-grp button[type=submit] + input[type=submit],
.elementor-button-wrapper .btn-grp button.trx_mscf_prev button.trx_mscf_next + input[type=submit],
button.trx_mscf_prev .elementor-button-wrapper .btn-grp button.trx_mscf_next + 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 .elementor-button-wrapper .btn + input[type=reset],
.btn-grp .elementor-button-wrapper input[type=submit] + input[type=reset],
.btn-grp .elementor-button-wrapper input[type=reset] + input[type=reset],
.btn-grp .elementor-button-wrapper input[type=button] + input[type=reset],
.btn-grp .elementor-button-wrapper button[type=submit] + input[type=reset],
.btn-grp .elementor-button-wrapper 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 .btn-grp .btn + input[type=reset],
.elementor-button-wrapper .btn-grp input[type=submit] + input[type=reset],
.elementor-button-wrapper .btn-grp input[type=reset] + input[type=reset],
.elementor-button-wrapper .btn-grp input[type=button] + input[type=reset],
.elementor-button-wrapper .btn-grp button[type=submit] + input[type=reset],
.elementor-button-wrapper .btn-grp button.trx_mscf_prev button.trx_mscf_next + input[type=reset],
button.trx_mscf_prev .elementor-button-wrapper .btn-grp button.trx_mscf_next + 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 .elementor-button-wrapper .btn + input[type=button],
.btn-grp .elementor-button-wrapper input[type=submit] + input[type=button],
.btn-grp .elementor-button-wrapper input[type=reset] + input[type=button],
.btn-grp .elementor-button-wrapper input[type=button] + input[type=button],
.btn-grp .elementor-button-wrapper button[type=submit] + input[type=button],
.btn-grp .elementor-button-wrapper 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 .btn-grp .btn + input[type=button],
.elementor-button-wrapper .btn-grp input[type=submit] + input[type=button],
.elementor-button-wrapper .btn-grp input[type=reset] + input[type=button],
.elementor-button-wrapper .btn-grp input[type=button] + input[type=button],
.elementor-button-wrapper .btn-grp button[type=submit] + input[type=button],
.elementor-button-wrapper .btn-grp button.trx_mscf_prev button.trx_mscf_next + input[type=button],
button.trx_mscf_prev .elementor-button-wrapper .btn-grp button.trx_mscf_next + 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] {
  margin-left: 8px;
}
@media (max-width: 991px) {
  .btn-grp .btn + .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 .btn + 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 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 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 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], .btn-grp button.trx_mscf_prev button.trx_mscf_next + .btn, .btn-grp button.trx_mscf_prev button.trx_mscf_next + input[type=submit],
.btn-grp button.trx_mscf_prev button.trx_mscf_next + input[type=reset],
.btn-grp button.trx_mscf_prev button.trx_mscf_next + input[type=button],
.btn-grp button.trx_mscf_prev button.trx_mscf_next + button[type=submit], button.trx_mscf_prev .btn-grp button.trx_mscf_next + .btn, button.trx_mscf_prev .btn-grp button.trx_mscf_next + input[type=submit],
button.trx_mscf_prev .btn-grp button.trx_mscf_next + input[type=reset],
button.trx_mscf_prev .btn-grp button.trx_mscf_next + input[type=button],
button.trx_mscf_prev .btn-grp button.trx_mscf_next + button[type=submit], .btn-grp button.trx_mscf_prev .btn + button.trx_mscf_next, .btn-grp button.trx_mscf_prev input[type=submit] + button.trx_mscf_next,
.btn-grp button.trx_mscf_prev input[type=reset] + button.trx_mscf_next,
.btn-grp button.trx_mscf_prev 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 .btn + button.trx_mscf_next, button.trx_mscf_prev .btn-grp input[type=submit] + button.trx_mscf_next,
button.trx_mscf_prev .btn-grp input[type=reset] + button.trx_mscf_next,
button.trx_mscf_prev .btn-grp input[type=button] + button.trx_mscf_next,
button.trx_mscf_prev .btn-grp button[type=submit] + 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 .elementor-button-wrapper .elementor-button + .btn, .btn-grp .elementor-button-wrapper .elementor-button + input[type=submit],
.btn-grp .elementor-button-wrapper .elementor-button + input[type=reset],
.btn-grp .elementor-button-wrapper .elementor-button + input[type=button],
.btn-grp .elementor-button-wrapper .elementor-button + button[type=submit], .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 .elementor-button + .btn, .elementor-button-wrapper .btn-grp .elementor-button + input[type=submit],
.elementor-button-wrapper .btn-grp .elementor-button + input[type=reset],
.elementor-button-wrapper .btn-grp .elementor-button + input[type=button],
.elementor-button-wrapper .btn-grp .elementor-button + button[type=submit], .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 a + .btn,
.btn-grp .elementor-button-wrapper a + input[type=submit],
.btn-grp .elementor-button-wrapper a + input[type=reset],
.btn-grp .elementor-button-wrapper a + input[type=button],
.btn-grp .elementor-button-wrapper a + button[type=submit],
.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 a + .btn,
.elementor-button-wrapper .btn-grp a + input[type=submit],
.elementor-button-wrapper .btn-grp a + input[type=reset],
.elementor-button-wrapper .btn-grp a + input[type=button],
.elementor-button-wrapper .btn-grp a + button[type=submit],
.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 input[type=submit] + .btn,
.btn-grp .elementor-button-wrapper input[type=submit] + input[type=submit],
.btn-grp .elementor-button-wrapper input[type=submit] + input[type=reset],
.btn-grp .elementor-button-wrapper input[type=submit] + input[type=button],
.btn-grp .elementor-button-wrapper input[type=submit] + button[type=submit],
.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 input[type=submit] + .btn,
.elementor-button-wrapper .btn-grp input[type=submit] + input[type=submit],
.elementor-button-wrapper .btn-grp input[type=submit] + input[type=reset],
.elementor-button-wrapper .btn-grp input[type=submit] + input[type=button],
.elementor-button-wrapper .btn-grp input[type=submit] + button[type=submit],
.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 input[type=reset] + .btn,
.btn-grp .elementor-button-wrapper input[type=reset] + input[type=submit],
.btn-grp .elementor-button-wrapper input[type=reset] + input[type=reset],
.btn-grp .elementor-button-wrapper input[type=reset] + input[type=button],
.btn-grp .elementor-button-wrapper input[type=reset] + button[type=submit],
.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 input[type=reset] + .btn,
.elementor-button-wrapper .btn-grp input[type=reset] + input[type=submit],
.elementor-button-wrapper .btn-grp input[type=reset] + input[type=reset],
.elementor-button-wrapper .btn-grp input[type=reset] + input[type=button],
.elementor-button-wrapper .btn-grp input[type=reset] + button[type=submit],
.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 input[type=button] + .btn,
.btn-grp .elementor-button-wrapper input[type=button] + input[type=submit],
.btn-grp .elementor-button-wrapper input[type=button] + input[type=reset],
.btn-grp .elementor-button-wrapper input[type=button] + input[type=button],
.btn-grp .elementor-button-wrapper input[type=button] + button[type=submit],
.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 input[type=button] + .btn,
.elementor-button-wrapper .btn-grp input[type=button] + input[type=submit],
.elementor-button-wrapper .btn-grp input[type=button] + input[type=reset],
.elementor-button-wrapper .btn-grp input[type=button] + input[type=button],
.elementor-button-wrapper .btn-grp input[type=button] + button[type=submit],
.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 .elementor-button-wrapper .btn + .elementor-button, .btn-grp .elementor-button-wrapper input[type=submit] + .elementor-button,
.btn-grp .elementor-button-wrapper input[type=reset] + .elementor-button,
.btn-grp .elementor-button-wrapper input[type=button] + .elementor-button,
.btn-grp .elementor-button-wrapper button[type=submit] + .elementor-button, .btn-grp .elementor-button-wrapper 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 .btn-grp .btn + .elementor-button, .elementor-button-wrapper .btn-grp input[type=submit] + .elementor-button,
.elementor-button-wrapper .btn-grp input[type=reset] + .elementor-button,
.elementor-button-wrapper .btn-grp input[type=button] + .elementor-button,
.elementor-button-wrapper .btn-grp button[type=submit] + .elementor-button, .elementor-button-wrapper .btn-grp button.trx_mscf_prev button.trx_mscf_next + .elementor-button, button.trx_mscf_prev .elementor-button-wrapper .btn-grp button.trx_mscf_next + .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 .elementor-button-wrapper .btn + a,
.btn-grp .elementor-button-wrapper input[type=submit] + a,
.btn-grp .elementor-button-wrapper input[type=reset] + a,
.btn-grp .elementor-button-wrapper input[type=button] + a,
.btn-grp .elementor-button-wrapper button[type=submit] + a,
.btn-grp .elementor-button-wrapper 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 .btn-grp .btn + a,
.elementor-button-wrapper .btn-grp input[type=submit] + a,
.elementor-button-wrapper .btn-grp input[type=reset] + a,
.elementor-button-wrapper .btn-grp input[type=button] + a,
.elementor-button-wrapper .btn-grp button[type=submit] + a,
.elementor-button-wrapper .btn-grp button.trx_mscf_prev button.trx_mscf_next + a,
button.trx_mscf_prev .elementor-button-wrapper .btn-grp button.trx_mscf_next + 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 .elementor-button-wrapper .btn + input[type=submit],
.btn-grp .elementor-button-wrapper input[type=submit] + input[type=submit],
.btn-grp .elementor-button-wrapper input[type=reset] + input[type=submit],
.btn-grp .elementor-button-wrapper input[type=button] + input[type=submit],
.btn-grp .elementor-button-wrapper button[type=submit] + input[type=submit],
.btn-grp .elementor-button-wrapper 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 .btn-grp .btn + input[type=submit],
.elementor-button-wrapper .btn-grp input[type=submit] + input[type=submit],
.elementor-button-wrapper .btn-grp input[type=reset] + input[type=submit],
.elementor-button-wrapper .btn-grp input[type=button] + input[type=submit],
.elementor-button-wrapper .btn-grp button[type=submit] + input[type=submit],
.elementor-button-wrapper .btn-grp button.trx_mscf_prev button.trx_mscf_next + input[type=submit],
button.trx_mscf_prev .elementor-button-wrapper .btn-grp button.trx_mscf_next + 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 .elementor-button-wrapper .btn + input[type=reset],
.btn-grp .elementor-button-wrapper input[type=submit] + input[type=reset],
.btn-grp .elementor-button-wrapper input[type=reset] + input[type=reset],
.btn-grp .elementor-button-wrapper input[type=button] + input[type=reset],
.btn-grp .elementor-button-wrapper button[type=submit] + input[type=reset],
.btn-grp .elementor-button-wrapper 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 .btn-grp .btn + input[type=reset],
.elementor-button-wrapper .btn-grp input[type=submit] + input[type=reset],
.elementor-button-wrapper .btn-grp input[type=reset] + input[type=reset],
.elementor-button-wrapper .btn-grp input[type=button] + input[type=reset],
.elementor-button-wrapper .btn-grp button[type=submit] + input[type=reset],
.elementor-button-wrapper .btn-grp button.trx_mscf_prev button.trx_mscf_next + input[type=reset],
button.trx_mscf_prev .elementor-button-wrapper .btn-grp button.trx_mscf_next + 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 .elementor-button-wrapper .btn + input[type=button],
.btn-grp .elementor-button-wrapper input[type=submit] + input[type=button],
.btn-grp .elementor-button-wrapper input[type=reset] + input[type=button],
.btn-grp .elementor-button-wrapper input[type=button] + input[type=button],
.btn-grp .elementor-button-wrapper button[type=submit] + input[type=button],
.btn-grp .elementor-button-wrapper 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 .btn-grp .btn + input[type=button],
.elementor-button-wrapper .btn-grp input[type=submit] + input[type=button],
.elementor-button-wrapper .btn-grp input[type=reset] + input[type=button],
.elementor-button-wrapper .btn-grp input[type=button] + input[type=button],
.elementor-button-wrapper .btn-grp button[type=submit] + input[type=button],
.elementor-button-wrapper .btn-grp button.trx_mscf_prev button.trx_mscf_next + input[type=button],
button.trx_mscf_prev .elementor-button-wrapper .btn-grp button.trx_mscf_next + 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] {
    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 input[type=submit],
.btn-grp.center input[type=reset],
.btn-grp.center input[type=button],
.btn-grp.center button[type=submit], .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 .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 {
  float: none;
}

.btn, input[type=submit],
input[type=reset],
input[type=button],
button[type=submit], button.trx_mscf_prev button.trx_mscf_next, .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] {
  align-items: center;
  background-color: #ffffff;
  border: 0;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  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, input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button[type=submit]:hover, button.trx_mscf_prev button.trx_mscf_next:hover, .elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper a: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 {
  align-items: center;
  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 {
  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: 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 {
  align-items: center;
  background-color: #ff0a0a;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  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;
  user-select: none;
  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%;
  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;
  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;
}

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

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

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

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

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

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

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

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

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

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  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: flex;
  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: flex;
  align-items: flex-start;
  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;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  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: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.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: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    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: "Poppins", sans-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: "Poppins", sans-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: "Poppins", sans-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: "Poppins", sans-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 {
  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 {
  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: "Poppins", sans-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;
    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%;
  text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Poppins", sans-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] {
  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 {
  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: 1547px;
  }
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .container {
    max-width: 1380px;
  }
}
@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: 742px;
  }
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .half-container {
    max-width: 600px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .half-container {
    max-width: 620px;
  }
}
@media (max-width: 1199px) {
  .half-container {
    max-width: 100%;
  }
}

.curP {
  cursor: pointer;
}

.dFlex {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.vhCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.vCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hCenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.vBottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.hRight {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.vCenHRight {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.vhEnd {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}

.vBtmHcntr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

.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 {
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

.slick-prev,
.slick-next {
  background-color: transparent !important;
  display: flex;
  flex-wrap: wrap;
  align-items: 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: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  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: flex;
  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);
  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;
  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;
    transform: none;
  }
  .installServ li span {
    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%;
  transform: translateY(-50%);
  display: flex;
  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;
    transform: none;
    display: flex;
    align-items: center;
    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%;
  }
  .social-icons {
     float: unset !important; 
    text-align: center !important;
    position: relative;
    padding: 0 0 0 15px;
}
.header-top {
    height: 135px !important;
}
.log{
    margin-top: 0px !important;
}
.button-wrap .login {
    width: 95px;
    float: right !important;
    margin: 0;
}
}
@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;
  transform: translate(-50%, -100%);
}
.gm-style .gm-style-iw-d {
  box-sizing: border-box;
  overflow: auto;
}

.info_content_map {
  flex-wrap: nowrap;
  height: 140px;
  width: 320px;
}
.info_content_map .info_content-img {
  background-color: rgba(204, 204, 204, 0.4);
  flex: 0 0 100px;
  height: 100%;
}
.info_content_map .info_content-ctn {
  font-size: 1.6rem;
  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;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 20px;
}
.modal-header .m-head-brf {
  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: flex;
  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: flex;
  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-top {
  padding: 0 0;
  background: #0054ff;
  height: 48px;
  display: flex;
  align-items: center;
}
.header-top p {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  justify-content: center;
}
.header-top p a {
  color: #fff;
  text-decoration: none;
  transition: all 0.45s ease;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.header-top p a:hover {
  color: #fcaf17;
}
.header-top p img {
  margin-right: 10px;
}

.mail-wrap {
  position: relative;
  padding-left: 0;
}
.mail-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  top: -15px;
  height: 50px;
  width: 1px;
  background: #7ba5fa;
}
.mail-wrap:after {
  position: absolute;
  content: "";
  right: 0;
  top: -15px;
  height: 50px;
  width: 1px;
  background: #7ba5fa;
}

.no-padding {
  padding: 0;
}

.call-wrap {
  position: relative;
}
.call-wrap:after {
  position: absolute;
  content: "";
  right: 0;
  top: -15px;
  height: 50px;
  width: 1px;
  background: #7ba5fa;
}

.social-icons {
  float: right;
  position: relative;
  padding: 0 0 0 15px;
}
.social-icons:before {
  position: absolute;
  content: "";
  left: 0;
  top: -15px;
  height: 50px;
  width: 1px;
  background: #7ba5fa;
}
.social-icons:after {
  position: absolute;
  content: "";
  right: 0;
  top: -15px;
  height: 50px;
  width: 1px;
  background: #7ba5fa;
}
.social-icons a {
  margin-right: 15px;
}

.header {
  padding: 20px 0 18px;
  background: #fff;
}

.menu-wrp {
  margin-top: 30px;
  float: right;
}

@media only screen and (min-width: 1200px) {
  /*=== Append and Prepend ===*/
  .desk-hide {
    display: none;
  }

  /*=== Append and prepend ====*/
  /*==== Menu ====*/
  .main-nav {
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
  }

  .main-nav > ul {
    margin: 0;
    padding: 0;
  }

  .main-nav > ul > li {
    display: inline-block;
    position: relative;
  }

  .main-nav > ul > li:last-child {
    margin: 0;
  }

  .main-nav > ul > li.submenu:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #fff;
    right: 2px;
    top: 16px;
    pointer-events: none;
  }

  .main-nav > ul > li > a {
    color: #222222;
    display: block;
    padding: 10px 6px;
    text-decoration: none;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
  }
   .main-nav  ul  li  .active {
     color: #fcaf17;  
   }

  .main-nav > ul > li:hover > a {
    color: #fcaf17;
  }

  .main-nav > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }

  .main-nav > ul > li ul {
    position: absolute;
    margin: 0;
    padding: 0;
    background: #0054ff;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    display: block !important;
  }

  .main-nav > ul > li ul li {
    display: block;
    /*border-bottom: 1px solid #0054ff;*/
    color: #fff;
    position: relative;
  }

  .main-nav > ul > li ul li:last-child {
    border: 0;
  }

  .main-nav > ul > li ul li a {
    padding: 8px 20px;
    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #fff;
    transition: auto;
    background: #0054ff;
    /*border: 1px solid #0054ff;*/
  }

  .main-nav > ul > li ul li:hover {
    color: #0054ff;
    background: #fff !important;
  }

  .main-nav > ul > li ul li a:hover {
    color: #0054ff;
    background: #fff !important;
  }

  .main-nav > ul > li ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 250px;
    top: 0;
  }

  .main-nav > ul > li ul li:hover > a {
    color: #0054ff;
    background: #fff !important;
  }

  .main-nav > ul > li ul li.submenu::after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #fff;
    border-top: 3px solid transparent;
    right: 5px;
    top: 13px;
    pointer-events: none;
  }

  .mob-btn {
    display: none;
  }

  /*==== Menu End ====*/
}
@media only screen and (max-width: 1199px) {
  /*==== Menu ====*/
  .main-nav {
    position: fixed;
    width: 260px;
    top: 0;
    right: -260px;
    background: #fff;
    height: 100%;
    transition: all ease 0.3s;
    z-index: 1005;
    overflow-y: auto;
  }

  .header .menu-wrp ul {
    /*display: block;*/
  }

  .main-nav ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 0px;
  }

  .main-nav ul.mnav {
    margin-bottom: 30px;
  }

  .main-nav ul li {
    display: block;
    border-bottom: 1px solid #fcaf17;
    position: relative;
    text-transform: capitalize;
    font-size: 13px;
  }

  .main-nav ul li span {
    display: none;
  }

  .main-nav ul li a {
    color: #000;
    text-decoration: none;
    font-size: 1em;
    display: block;
    padding: 10px;
    padding-right: 40px;
  }

  .main-nav ul li a:hover {
    background: transparent;
    color: #fcaf17;
  }

  .main-nav ul li.submenu i {
    position: absolute;
    width: 43px;
    height: 39px;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all ease 0.5s;
  }

  .main-nav ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #b3b3b3;
    position: absolute;
    right: 17px;
    top: 18px;
    z-index: 10;
  }

  .main-nav ul ul {
    margin: 0;
    display: none;
  }

  .main-nav ul ul li:last-child {
    border-bottom: 0;
  }

  .main-nav ul ul li:first-child {
   
    border-top: none;

  }

  .main-nav ul ul li a {
    padding-left: 20px;
  }

  .main-nav ul ul li ul a {
    padding-left: 30px;
  }

  .show-menu .main-nav {
    right: 0;
  }

  .show-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001;
  }

  .mob-btn {
    position: absolute;
    float: right;
    padding: 5px 7px;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    right: 15px;
    top: -40px;
  }

  .mob-btn span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background: #fcaf17;
  }

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

  /*==== Menu End ====*/
  /*=== Append and Prepend ===*/
  .extra-link {
    display: none;
  }

  /*==== Append and Prepend End ====*/
}
* {
  margin: 0;
  padding: 0;
}

body {
  font: normal 14px Arial, Helvetica, sans-serif;
}

.extra-link {
  padding: 20px 0;
}

.extra-link ul li {
  list-style: none;
  float: left;
  margin-right: 15px;
}

.extra-link ul li a {
  color: #000;
  text-decoration: none;
}

.extra-link ul li a:hover {
  color: #464646;
}

.button-wrap {
  margin-top: 32px;
}
.button-wrap a {
  padding: 6px 15px 6px 10px;
  background: #fcaf17;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}
.button-wrap a:hover {
  background: #0054ff;
}
.button-wrap a img {
  margin-right: 5px;
}

.box-full {
 
  height: 600px;
  display: flex;
  align-items: center;
}
.com1 {
  background: url(../images/banner.jpg) no-repeat center center/cover;
  height: 600px;
  display: flex;
  align-items: center;
}

.com2 {
  background: url(../images/cctv.jpg) no-repeat center center/cover;
  height: 600px;
  display: flex;
  align-items: center;
}
.com3 {
  background: url(../images/elv.jpg) no-repeat center center/cover;
  height: 600px;
  display: flex;
  align-items: center;
}
.com4 {
  background: url(../images/it.jpg) no-repeat center center/cover;
  height: 600px;
  display: flex;
  align-items: center;
}
.box-full .banner-text-h1 {
  text-align: left;
  font-size: 52px;
  color: #1a1a1a;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}
.box-full .hblack{
        color: #fff;
}
.box-full .blackp{
    color:#eee;
}

.box-full p {
  text-align: left;
  /*color: #6d7a8c;*/
  color:#455a64;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
}
.box-full .button-wrap-home {
  margin-top: 30px;
  text-align: left;
}
.box-full .button-wrap-home a.first {
  padding: 18px 45px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  margin-right: 15px;
  background: #0054ff;
}
.box-full .button-wrap-home a.first:hover {
  background: #fcaf17;
}
.box-full .button-wrap-home a.second {
  padding: 18px 45px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  margin-right: 0;
  background: #fcaf17;
}
.box-full .button-wrap-home a.second:hover {
  background: #0054ff;
}

.banner .slick-dots {
  position: absolute;
  bottom: 20%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  left: 130px;
  transform: translate(-16%);
}

.banner .slick-dots li button {
  width: 18px;
  height: 18px;
  border-radius: 0;
  background: #fff;
  border: 0;
}

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

body {
  background-color: #f6f6f6;
}

.half-container.a {
  float: left;
  margin-right: auto;
  margin-left: auto;
  padding: 180px 0 275px;
  background: url(../images/yellow-left-banner.jpg) no-repeat center center/cover;
  width: 45%;
}
.half-container.a h2 {
  text-align: left;
  color: #fff;
  font-size: 37px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
}
.half-container.a h2:before {
  position: absolute;
  content: "";
  background: #fed78b;
  width: 1px;
  height: 127px;
  left: 0;
  top: 13px;
}
.half-container.a h2 span {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
.half-container.a p {
  margin-top: 45px;
  color: #fff;
  font-size: 17px;
  font-family: "Barlow", sans-serif;
}
.half-container.a .button-wrap-home {
  margin-top: 45px;
}
.half-container.a .button-wrap-home a {
  padding: 18px 45px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  font-family: "Barlow", sans-serif;
  margin-right: 15px;
  background: #fff;
}
.half-container.a .button-wrap-home a:hover {
  background: #0054ff;
  color: #fff;
}

.round {
  position: relative;
}
.round:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  left: -3px;
  border-radius: 100%;
  background: #ffffff;
}
.round:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  bottom: 0;
  left: -3px;
  border-radius: 100%;
  background: #ffffff;
}

.yellow-wrap {
  background-color: #fff;
}

.right-section {
    padding: 40px 0 0;
    width: 55% !important;
    float: left;
}

.slider-one .img-fig-one {
  margin-bottom: 15px;
}
.slider-one h3 {
  text-align: left;
  color: #0c121d;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "Barlow", sans-serif;
}
.slider-one h3 span {
  color: #8e99ad;
  font-size: 13px;
}
.slider-one p {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  color: #8e99ad;
  text-align: left;
}

.img-test {
  margin-bottom: 0;
  padding: 30px;
  margin-left: 30px;
}

.slick-list.draggable {
  padding: 0;
}

.right-section .slick-prev, .slick-next {
  top: inherit;
  bottom: -35px;
  transform: translate(-50%);
  background-color: #0054ff !important;
  width: 24px;
}

.right-section .slick-prev {
  margin-right: 15px;
  left: 45%;
  width: 50px;
}

.right-section .slick-next {
  margin-right: 15px;
  right: 45%;
  width: 50px;
  bottom: -35px;
}

.right-section .slick-prev:before, .slick-next:before {
  width: 14px;
  height: 14px;
  border-color: #fff;
}

.sl-img-section .slick-prev, .slick-next {
  top: inherit;
  bottom: -64px;
  transform: translate(-50%);
  background-color: #0054ff !important;
  width: 24px;
}

.sl-img-section .slick-prev {
  margin-right: 15px;
  left: 48%;
  width: 50px;
}

.sl-img-section .slick-next {
  margin-right: 15px;
  right: 45%;
  width: 50px;
}

.sl-img-section .slick-prev:before, .slick-next:before {
  width: 14px;
  height: 14px;
  border-color: #fff;
}
.services .servshade{
        box-shadow: 0px 0px 26.73px 0.27px rgba(17, 17, 17, 0.08);
}

.img-fig-sl {
  position: relative;
}

.img-fig-sl img {
  display: block;
  width: 100%;
  height: auto;
}

.text-over {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px;
  font-family: "Barlow", sans-serif;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #0054ff;
}

.text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.img-fig-sl:hover .overlay {
  opacity: 1;
}

.text p {
  font-size: 14px;
}

.text .button-wrap a {
  padding: 18px 19px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  font-family: "Barlow", sans-serif;
  margin-right: 15px;
  background: #fff;
}

.content-block {
  padding: 100px 0;
}

.services {
  position: relative;
  background: #f6f6f6;
  padding-bottom: 62px;
}
.services h2 {
  font-size: 34px;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #0c121d;
}
.services h2 .do {
  color: #0054ff;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.services .serv {
  margin-top: -32px;
}
.services .card-title {
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #0c121d;
}
.services .card-title .service {
  color: #8e99ad;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.services .card-text {
  color: #47556e;
  font-size: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  margin: 18px 0 29px 0;
}
.services .readmore {
  color: #8e99ad;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.services .card {
  border: none;
 
}
.services .card-body {
  padding: 50px 30px;
}
.services .cardline {
  margin-top: -192px;
  z-index: 1;
  position: relative;
  top: 0;
  left: 184px;
}

.visionmission {
  background: url(../images/vision.jpg) no-repeat center center/cover;
  padding: 138px 0 200px 0;
}
.visionmission .card {
  background-color: transparent;
  border: 1px solid #ffffff91;
  padding: 5px 0;
  min-height: 270px;
}
.visionmission .card-title {
  color: #fcaf17;
  font-size: 33px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}
.visionmission .card-text {
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.visionmission .mission {
  position: relative;
}
.visionmission .mission:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: -40px;
  left: 103px;
  z-index: 1;
  border-radius: 100%;
  background: #fcaf17;
}
.visionmission .mission:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  bottom: -54px;
  left: 103px;
  z-index: 1;
  border-radius: 100%;
  background: #fcaf17;
}
.visionmission .mission .focus {
  margin: 75px 38px;
  position: relative;
}
.visionmission .mission .focus:before {
  position: absolute;
  content: "";
  background: #5a4e37;
  width: 1px;
  height: 127px;
  left: 70px;
  top: -36px;
}

.project {
  position: relative;
  top: -143px;
  bottom: -143px !important;
}

.client {
  padding-bottom: 48px;
}
.client .black {
  background: #000;
  padding: 72px 55px 65px 55px;
}
.client .black h2 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
.client .black .numb {
  font-size: 29px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fcaf17;
}
.client .orange {
  background: #fcaf17;
  padding: 65px 30px 30px;
  height: 100%;
}

.text {
  width: 70%;
}

.blog {
  background: url(../images/blogban.png) no-repeat center center/cover;
}
.blog h2 {
  font-size: 33px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 70px;
}
.blog .card {
  border: 1px solid #000 !important;
  position: relative;
  object-fit: cover;
}
.blog .readmore {
  color: #8e99ad;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.blog .card-title {
  font-size: 21px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}
.blog .card-text {
  color: #47556e;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}
.blog .card-body {
  padding: 25px 15px 2px 0;
  text-align: left;
}
.blog .card .dat {
  color: #fff;
  background: #fcaf17;
  padding: 2%;
  width: 115px;
  position: absolute;
  top: -1px;
  left: 117px !important;
  z-index: 1;
}

.sl-img-section {
  position: relative;
  top: -130px;
  margin-bottom: -80px;
}
.mainten{
    box-shadow: 0px 0px 26.73px 0.27px rgb(17 17 17 / 8%);
    border: 1px solid #e3dede;
    background: #fff;
    margin: 50px 0 0;
    min-height: 270px;
}
.autoplay-one {
  box-shadow: 0px 5px 15px 2px #a1a1a1;
}

.button-wrap-home {
  margin-top: 45px;
  margin-bottom: 50px;
}
 .main-nav ul li .active{
      /*color: #fcaf17;*/
  }
  .dropdown-toggle::after{
      display:none;
  }

@media (min-width: 1620px) {
  .card {
    max-width: 740px !important;
  }

  .sl-img-section .slick-prev {
    margin-right: 15px;
    left: 49%;
    width: 50px;
  }

  .sl-img-section .slick-next {
    margin-right: 15px;
    right: 44%;
    width: 50px;
  }

  .services .cardline {
    left: 250px;
  }

  .project {
    margin-bottom: 0;
  }

  .client {
    padding-bottom: 200px;
  }

  .blog {
    top: -74px;
  }
  .blog img {
    width: 200px;
    object-fit: cover;
    height: 222px;
  }

  .blog .card .dat {
    left: 152px !important;
  }

  .blog .card-body {
    padding: 59px 15px 2px 0;
  }
}
@media (max-width: 1620px) {
  .sl-img-section .slick-prev {
    margin-right: 15px;
    left: 48% !important;
    width: 50px;
  }
.visionmission .card-body{
    padding:1.25rem 21px 10px 0px;
}
  .sl-img-section .slick-next {
    margin-right: 15px;
    right: 42%;
    width: 50px;
  }

  .right-section .slick-next {
    margin-right: 15px;
    right: 37% !important;
    width: 50px;
    bottom: -35px;
  }

  .main-nav > ul > li > a {
    padding: 10px 6px;
  }

  .project {
    margin-bottom: 0;
  }

  .client {
    padding-bottom: 200px;
  }

  /*.banner .slick-dots {*/
  /*  left: 29px;*/
  /*}*/

  .blog {
    top: -74px;
  }

  .mail-wrap:before {
    left: -13px;
  }

  .mail-wrap:after {
    right: -10px;
  }

  .button-wrap .login {
    width: 95px;
  }

  .blog img {
    width: 200px;
    object-fit: cover;
    height: 215px;
  }

  .blog .card-body {
    padding: 42px 15px 3px 0;
    text-align: left;
  }

  .blog .card {
    border: 0px solid #0000 !important;
    margin-left: 1px;
  }
}
@media (max-width: 991px) {
  .half-container.a {
    padding: 75px 0 100px;
    width: 100%;
  }

  .box-full .banner-text-h1 {
    text-align: left;
    font-size: 38px;
  }

  .button-wrap {
    margin-top: 0;
  }

  .button-wrap a {
    width: 99px;
    margin-left: auto;
    margin-right: auto !important;
    margin-top: 20px;
  }

  .header-top {
    height: 95px;
    text-align: center;
  }

  .social-icons {
    float: unset;
  }

  .show-menu .main-nav {
    right: 0px !important;
  }

  .banner .slick-dots {
    left: -82px !important;
  }

  .log {
    float: right;
  }

  .sl-img-section {
    position: relative;
    top: 21px;
    margin-bottom: 38px;
  }

  .text .button-wrap a {
    padding: 9px 0;
    width: 140px;
    margin-right: 0;
  }

  .services .cardline {
    display: none;
  }

  .visionmission {
    padding: 89px 0;
  }

  .project {
    position: relative;
    top: 21px;
    margin-bottom: 110px;
  }

  .right-section .slick-next {
    right: 38% !important;
  }

  .right-section .slick-prev {
    left: 47%;
  }

  .sl-img-section .slick-prev {
    left: 47% !important;
  }

  .sl-img-section .slick-next {
    right: 38%;
  }

  .client {
    padding-bottom: 20px !important;
  }

  .blog {
    top: 38px;
  }

  .blog .card {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .header-top {
    height: 124px;
    text-align: center;
    width: 100%;
  }

  .content-block {
    padding: 30px 0;
  }

  .log {
    float: right;
  }

  .social-icons {
    float: unset;
  }

  .show-menu .main-nav {
    right: 0px !important;
  }

  .button-wrap {
    margin-top: 0;
  }

  .box-full .banner-text-h1 {
    font-size: 30px !important;
  }

  .box-full .button-wrap-home a.first {
    padding: 14px 17px !important;
  }

  .box-full .button-wrap-home a.second {
    padding: 14px 18px !important;
  }

  .banner .slick-dots {
    left: 42px !important;
  }

  .sl-img-section {
    position: relative;
    top: 70px !important;
    margin-bottom: 55px !important;
  }

  .half-container.a {
    width: 100% !important;
    padding: 20px !important;
  }

  .right-section .slick-prev {
    left: 44% !important;
  }

  .right-section .slick-next {
    right: 25% !important;
  }

  .sl-img-section .slick-next {
    left: 56% !important;
  }

  .sl-img-section .slick-prev {
    left: 44% !important;
  }

  .text-over {
    font-size: 12px !important;
  }

  .services .card {
    margin-bottom: 20px !important;
  }

  .services .cardline {
    display: none !important;
  }

  .visionmission {
    padding: 75px 0px !important;
  }

  .visionmission .mission:before, .visionmission .mission:after, .visionmission .mission .focus:before {
    display: none !important;
  }

  .visionmission .card-body {
    text-align: center !important;
  }

  .visionmission .mission .focus {
    margin: 36px 0 7px !important;
    text-align: center !important;
  }

  .project {
    margin-bottom: 155px !important;
  }

  .blog {
    top: 55px !important;
    padding-bottom: 88px;
  }

  .blog .card-body {
    padding: 10px 25px 25px 43px;
    text-align: left;
  }
}
body {
  background: #fff;
}

h1 {
  color: #fcaf17;
  text-shadow: 1px 3px #2125296e;
}

.serbanner {
  background: url(../images/serbanner.jpg) no-repeat center center/cover;
  height: 233px !important;
}
.serbanner.fixed {
  padding-top: 50px;
}
.serbanner h1 {
  color: #fcaf17;
  text-shadow: 1px 3px #2125296e;
  text-align: center;
  padding: 2px 10px;
  border: 1px solid #fff;
  width: 24%;
  margin: auto;
  margin-bottom: 87px;
  margin-top: 87px;
}

.abt {
  padding-bottom: 50px;
}
.abt h2 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fcaf17;
}
.abt .abt-head {
  color: #374fa2;
  font-size: 31px;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.abt .lore {
  padding: 30px 0 0 0;
}
.abt p {
  color: #47556e;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  margin-bottom: 14px;
}
.abt .viewprod {
  background: #374fa2;
  color: #fff;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 42px;
  font-size: 14px;
}

.abticon {
  background: url(../images/inban.jpg) no-repeat center center/cover;
  margin-bottom: 65px;
}
.abticon .col-xl-12 {
  flex: 0 0 25%;
  max-width: 100%;
}

body {
  background: #f6f6f6;
}

h1 {
  color: #fcaf17;
  text-shadow: 1px 3px #2125296e;
}

.serbanner {
  background: url(../images/serbanner.jpg) no-repeat center center/cover;
  height: 233px !important;
}
.serbanner.fixed {
  padding-top: 50px;
}

.projects h2 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fcaf17;
}
.projects img {
  height: 450px;
  width: 508px;
  object-fit: cover;
}
.projects .global {
  margin-left: 372px;
}
.projects .tit {
  margin: 0;
}
.projects .project-datail {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(55, 79, 162, 0.6);
  top: 0;
  left: 0;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: 31px;
  color: #FFFFFF;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.projects .project-datail:hover {
  opacity: 1;
}
.projects .project-datail a {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #000;
  margin: 28px 8px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 45px;
}
.projects .project-datail a:hover {
  background: #000;
  color: #fff;
}

.feature {
  background: #f1f1f1;
}
.feature input {
  padding: 6px 52px 10px 10px;
  margin-bottom: 28px;
  border: 1px solid #ccc;
}
.feature textarea {
  padding: 6px 78px 10px 10px;
  overflow: auto;
  border: 1px solid #ccc;
}
.feature select {
  margin-bottom: 28px;
}
.feature input[type=submit]:hover, .feature input[type=reset]:hover, .feature input[type=button]:hover, .feature button[type=submit]:hover {
  background-color: #0054ff !important;
}
.feature .view-more {
  background-color: #0054ff !important;
}
.feature .white-bg {
  background: white;
  padding: 30px;
}
.feature .white-bg ul {
  padding-left: 0;
}
.feature .white-bg ul li:after {
  display: none;
}
.feature h2 {
  color: #374fa2;
  font-size: 31px;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
    .blog img {
    width: 100%;
    object-fit: cover;
    height: 215px;
}
.blog .card .dat {
   
    bottom: 0;
    top:auto;
    left: 14px !important;
}
  .feature h2 h2 {
    font-size: 8vh;
  }
  .feature h2 h2:after {
    right: 0;
  }
  .services{
      padding:123px 0 !important;
  }
  .text-over {
    position: absolute;
    bottom: 8px;
  }
}
.feature h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 23px;
  color: #fcaf17;
}
.feature ul {
  padding-left: 52px;
}
.feature ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  position: relative;
}
.feature ul li:after {
  position: absolute;
  top: -3px;
  left: -32px;
  display: block;
  color: #000;
  font-size: 20px;
  transform: rotate(40deg);
}

@media (max-width: 991px) {
  .feature input {
    padding: 6px 20px;
    width: 100%;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .feature input {
    padding: 9px 10px;
    display: flex;
    width: 283px;
    margin-bottom: 28px;
  }

  .feature textarea {
    padding: 9px;
    width: 285px;
    display: flex;
    border: 1px solid #ccc;
    margin-bottom: 26px;
  }

  .feature .view-more {
    background-color: #0054ff !important;
    padding: 14px 0px !important;
  }
}
footer {
  background: url(../images/footban.png) no-repeat center center/cover;
  padding: 54px 0 36px 0;
}
footer h3 {
  font-size: 16px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #007bff;
  margin-bottom: 25px;
  margin-top: 15px;
}
footer p {
  font-size: 13px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
footer ul li {
  font-size: 13px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 24px;
}
footer .cont li {
  font-size: 13px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 30px;
}

footer .cont li .viewall {
  background: #fff;
  color: #8e99ad;
  padding: 13px 47px 13px 35px;
  margin-top: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
footer .cont li .viewall:hover {
  background: #fcaf17;
  color: #fff;
 
}
.copy-right {
  background: #002b82;
  padding: 35px 0;
}
.copy-right .orangeborder {
  border: 1px solid #fcaf17;
}
.copy-right p {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .copy-right p {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .hm-app-repari {
    min-height: 530px;
    padding-top: 60px;
  }

  .par_banner .container.left {
    justify-content: flex-start;
  }
  .par_banner .container.right {
    justify-content: flex-end;
  }

  .set-appliance {
    max-width: 940px;
  }
  .set-appliance .grid {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    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 {
    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: calc(((100vw - 1360px) / 2) + 410px);
  }
  .par_header:after {
    border-left: 104px solid transparent;
    border-top: 118px solid #001633;
    content: "";
    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: flex;
    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 {
    flex: 0 0 100%;
    flex-wrap: nowrap;
    max-width: 100%;
  }
  .modal-header .par-contact-details {
    flex-wrap: wrap;
  }
  .modal-header .par-contact-details li {
    flex: 0 0 100%;
    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: 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: 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;
  }
  .right-section {
    padding: 40px 0 0;
    width: 100% !important;
    float: left;
     margin-bottom: 15px;
}

  .modal-header .modal-title {
    font-size: 1.7rem;
    height: auto;
    line-height: 1.3;
    padding: 15px 15px 12px;
  }
  .modal-header .m-head-brf {
    flex: 0 0 100%;
    flex-wrap: wrap;
    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 {
    justify-content: center;
    text-align: center;
  }

  .hm-set-appliance {
    text-align: center;
  }
  .hm-set-appliance .section-title {
    text-align: center;
  }

  .hm-about {
    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 {
    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: flex;
    flex-wrap: wrap;
    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;
  }
}
@media (max-width: 767px) {
  .par_header.slim #mob_trigger {
    right: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .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;
  }
}
@media (max-width: 767px) {
  .schedule-appliance .form-wrap {
    flex-wrap: wrap;
  }
  .schedule-appliance .form-wrap .selects {
    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;
    flex: 0 0 126px !important;
    font-size: 1.5rem !important;
    height: 32px !important;
    margin-left: auto;
    max-width: 126px !important;
  }
}
@media (max-width: 767px) {
  .par_footer {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .copy {
    border-top: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .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;
  }
}
@media (max-width: 767px) {
  .process-container {
    justify-content: center;
  }
  .process-container .process-grid {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .process-grid {
    padding-bottom: 70px;
  }
  .process-grid .arrow {
    bottom: 5px;
    left: 50%;
    margin-left: -20px;
    right: auto;
    top: auto;
    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;
  }
}
@media (max-width: 767px) {
  .page_blog .page-title h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .set-appliance {
    padding-top: 30px !important;
  }
  .set-appliance article .description {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .single_blog .blg_wrap .blg_img {
    background-image: none !important;
    height: auto !important;
  }
  .single_blog .blg_wrap .blg_img img {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .blog-listing .blg_wrap .blg_img {
    background-image: none !important;
    height: auto !important;
  }
  .blog-listing .blg_wrap .blg_img img {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .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;
  }
}
@media (max-width: 767px) {
  .bg-clr .par-contact-details li {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .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;
  }
}
@media (max-width: 767px) {
  .f-social {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .input-holder {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .faq_container .accordion_in .acc_content {
    padding: 0px 10px 20px;
  }
  .headi{
     visibility: hidden;
 }
 .dropdown-toggle::after {
     display:none;
}
.dropdown-menu .go-back{
     display:none;
}
.dropdown-menu{
    border:none;
    top:102%;
}
.main-nav ul ul li ul a {
    padding-left: 60px;
    background: #fff;
    color: #0054ff;
}
.main-nav ul ul li a {
    background: #fff;
    color: #0054ff;
}


}
@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 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .par_header .header-top {
    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 {
    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 {
    flex-wrap: wrap;
  }
  .blg_detail_wrap .blg_dtl .mdia_lft,
.blg_detail_wrap .blg_dtl .mdia_rgt {
    flex: 0 0 100%;
  }
  .blg_detail_wrap .blg_dtl .mdia_rgt {
    padding-top: 10px;
  }
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    /*box-shadow: 1px 1px 14px #ededed;*/
}}

