@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500;600&display=swap');

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ff4c4c;
  --secondary: #e71d36;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'Roboto', sans-serif;
  --font-family-monospace: 'Roboto', sans-serif;
}

/**{*/
/*    font-family: 'Bitter', serif !important;*/

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

html {
font-family: 'Roboto', sans-serif;
line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.text{
    font-size:18px;
}

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

body {
  margin: 0;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  letter-spacing:1px;
 font-family: 'Lato', sans-serif !important;
 letter-spacing: 2px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: var(--font-color);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

a,
a:hover,
button,
button:hover {
  text-decoration: none;
  transition: .5s all;
  -moz-transition: .5s all;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  /*font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;*/
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 28px;
}

h1,
.h1 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {

  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2,
.h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {

  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3,
.h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {

  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4,
.h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {

  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: transparent;
}

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.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%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #c4f0df;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #92e3c3;
}

.table-hover .table-primary:hover {
  background-color: #b0ebd4;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #b0ebd4;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #c8c7d3;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: #9996ae;
}

.table-hover .table-secondary:hover {
  background-color: #bab9c8;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #bab9c8;
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {

  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
  .slick-prev{
      left:-2%;
  }
   .slick-next{
      right:1%;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #91e6c4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 202, 139, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}


.input-search input::-moz-placeholder {
  color: var(--paceholder-color-search);
  opacity: 1;
}

.input-search input:-ms-input-placeholder {
  color: var(--paceholder-color-search);
  opacity: 1;
}

.input-search input::-ms-input-placeholder {
  color: var(--paceholder-color-search);
  opacity: 1;
}

.input-search input::placeholder {
  color: var(--paceholder-color-search);
  opacity: 1;
}



select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  background: rgb(36,95,119) !important; background: linear-gradient(90deg, rgba(27,155,179,1) 0%, rgba(36,95,119,1) 100%) !important;
  text-decoration: none;
  color:#fff;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 202, 139, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  color: #fff;
  background-color: #ff4c4c;
  border: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #956fef;
  box-shadow: none;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #956fef;
  border-color: #956fef;
  box-shadow: 0 0 0 0.2rem rgb(102 16 242 / 35%);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #956fef;
  border-color: #956fef;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(117 202 194 / 58%);
}

.btn-secondary {
  color: #fff;
  background-color: #e71d36;
  border-color: #e71d36;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #2c294a;
  border-color: #272442;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #2c294a;
  border-color: #272442;
  box-shadow: 0 0 0 0.2rem rgba(88, 84, 122, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #e71d36;
  border-color: #e71d36;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #272442;
  border-color: #22203a;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 84, 122, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgb(102 16 242 / 35%);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 202, 139, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #ff4c4c;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 202, 139, 0.5);
}

.btn-outline-secondary {
  color: #e71d36;
  border-color: #e71d36;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #e71d36;
  border-color: #e71d36;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 54, 99, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #e71d36;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #e71d36;
  border-color: #e71d36;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 54, 99, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #ff4c4c;
  text-decoration: none;
}

.btn-link:hover {
  color: #208c60;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ff4c4c;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px;
}

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file {
  display: flex;
  align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 1.75rem;
}

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

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #ff4c4c;
  background-color: #ff4c4c;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(46, 202, 139, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #91e6c4;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #bbf0da;
  border-color: #bbf0da;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #ff4c4c;
  background-color: #ff4c4c;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(46, 202, 139, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(46, 202, 139, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(46, 202, 139, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(46, 202, 139, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #91e6c4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 202, 139, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #91e6c4;
  box-shadow: 0 0 0 0.2rem rgba(46, 202, 139, 0.25);
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(46, 202, 139, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(46, 202, 139, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(46, 202, 139, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ff4c4c;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #bbf0da;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ff4c4c;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #bbf0da;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #ff4c4c;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #bbf0da;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

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

.nav-pills .nav-link {
  border-radius: 0 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #ff4c4c;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding: 0;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
.navbar-expand-lg .navbar-nav .nav-link i{
    color:var(--primary-color);
}
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/*dropdown*/
.dropdown {
    position: absolute;
    background: #fff;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    transform: translateY(5px);
    z-index: 999;
    color: #333;
    min-width: 200px;
    border-bottom: 3px solid #245f77;
    border-radius:10px;
    box-shadow:-2px 13px -14px 0px #96959578;
  }
  .dropdown li,
  .dropdown li a {
    display: block !important;
    padding: none;
  }
  .dropdown li a {
   padding: 10px 15px !important;
    color: #4b4e53;
    font-weight: 500;
    border-bottom: 0.3px solid #dbdbdb;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
    .dropdown li:last-child a{
        border-bottom:none;
    }
  .arrow {
    font-size: 9px;
  }

.dropdownStart:hover .dropdown{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.dropdownStart:hover.dropdownStart .nav-link i{
    transform:rotate(180deg);
}
.dropdown li a:hover{
    color:#245f77;
  /*font-weight:700;*/

}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 100px;
  padding: 1.25rem;
  display:flex;
  align-items:center;
  justify-content:center;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group>.card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

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

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ff4c4c;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #208c60;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 202, 139, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #ff4c4c;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #956fef;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 202, 139, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #e71d36;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #272442;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 54, 99, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 600;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #186948;
  background-color: #d5f4e8;
  border-color: #c4f0df;
}

.alert-primary hr {
  border-top-color: #b0ebd4;
}

.alert-primary .alert-link {
  color: #0f3f2c;
}

.alert-secondary {
  color: #1f1c33;
  background-color: #d8d7e0;
  border-color: #c8c7d3;
}

.alert-secondary hr {
  border-top-color: #bab9c8;
}

.alert-secondary .alert-link {
  color: #0b0a12;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff4c4c;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #186948;
  background-color: #c4f0df;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #186948;
  background-color: #b0ebd4;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #186948;
  border-color: #186948;
}

.list-group-item-secondary {
  color: #1f1c33;
  background-color: #c8c7d3;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #1f1c33;
  background-color: #bab9c8;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #1f1c33;
  border-color: #1f1c33;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.close:hover {
  color: #333;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.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.modal-static .modal-dialog {
  transform: scale(1.02);
}

.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: #1d5972;
}

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.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;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
footer .container-fluid{
  padding:0 50px ;
}
.copyright-footer{
        background: transparent;
    padding-bottom: 1rem;
    color:#fff;
    padding-top: 1rem;
    position:relative;
    background:none;
}
footer input::placeholder {
  color: #464444 !important;
  font-weight:300 !important;
  opacity: 1;
}

.copyright-footer p{
       color: #828282 !important;
    font-weight: 300;
    margin-bottom: 1rem;
}
@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;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #1d5972;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #1d5972;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #1d5972;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #1d5972;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #1d5972;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  margin-top: 0rem;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  /* border-radius: 50%;
  */
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #2ec4b6 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #27A599 !important;
}

.bg-secondary {
  background-color: #e71d36 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #272442 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  /* border: 1px solid #dee2e6 !important; */
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2ec4b6 !important;
}

.border-secondary {
  border-color: #e71d36 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #2ec4b6 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #208c60 !important;
}

.text-secondary {
  color: #e71d36 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #1e1b32 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-#333-50 {
  color: #1d5972 !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " ("attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #1d5972;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

:root {
  --theme-color: #2b637b;
  --primary-color: #2b637b;
  --secondary-color: #2b637b;
  --font-color: #707070;
  --bg-color: #fff;
  --heading-color: #060606;
  --footer-color: #f7f7f7;
  --footer-cpy-color: #040a17;
  --border-radius: 30px;
  --border-radius-full: 15px;
  --border-color-light: #eee;
  --iframe-filter: grayscale(0%);
  --bg-grey: #f9f9f9;
  --bg-light: #fbfbfb;
  --bg-dark-color: #fff;
  --footer-sub-color: #333;
  --disable-color: #d8d6d6;
  --box-shadow-color: rgb(0 0 0 / 10%);
  --heading-color-2: #fff;
}

[data-theme="dark"] {
  --theme-color: #2b637b;
  --primary-color: #2b637b;
  --secondary-color: #2b637b;
  --font-color: #b7b7b7;
  --bg-color: #171717;
  --heading-color: #fdfffc;
  --footer-color: #0e0e0e;
  --footer-cpy-color: #060606;
  --border-color-light: rgba(255, 255, 255, 0.2);
  --iframe-filter: grayscale(100%);
  --bg-grey: #0b0d0e;
  --bg-light: #0c0b0b;
  --bg-dark-color: #27282b;
  --footer-sub-color: #b7b7b7;
  --disable-color: #5d5d5d;
  --box-shadow-color: rgb(14 13 13);
  --heading-color-2: #060606;
}

.noscroll {
  overflow: hidden;
  height: 100vh;
}

html {
  scroll-behavior: smooth;
}

/*body,*/
/*html {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  background: var(--bg-color);*/
/*  color: #232323;*/
/*  font-family: 'Roboto', sans-serif;*/
/*}*/

body,
html {
  margin: 0;
  padding: 0;
  background: var(--bg-color);
  color: #818080;
} 

body a,
button,
.btn {
  cursor: pointer !important;
}

.clear {
  clear: both;
}

.img-responsive {
  max-width: 100%;
  display: block;
  width: 100%;
  border-radius: 0px;
}

.d-grid {
  display: grid;
}

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

.align-end {
  align-self: end;
}

button,
input,
select,
label,
li,
span {
  -webkit-appearance: none;
  outline: none;
}

a,
a:hover,
button,
button:hover {
  text-decoration: none;
  transition: .5s all;
  -moz-transition: .5s all;
}

iframe {
  border: none;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #333;
}

p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 28px;
  color: #818080;
  letter-spacing: 1px;
}

li {
  list-style-type: none;
}

p.white {
  color: #eee;
}

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

.noscroll {
  min-height: 100vh;
  overflow: hidden;
}

.radius-image {
  border-radius: var(--border-radius);
}

.radius-image-full {
  border-radius: var(--border-radius-full);
}

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

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

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

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

/*-- //container --*/

/*-- toggle switch --*/
.theme-switch-wrapper {
  display: flex;
  align-items: center;
}

.theme-switch-wrapper em {
  margin-left: 10px;
  font-size: 1rem;
}

.theme-switch {
  display: inline-block;
  position: relative;
  margin: 0;
}

.theme-switch input {
  display: none;
}

/*-- //toggle switch --*/
/* //bootstrap */
/*-- dark and light mode styling --*/
.mode-container {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  margin-left: 10px;
  color: #fff;
}

.mode-container:hover {
  color: var(--heading-color);
}

.mode-container i {
  font-size: 15px;
}

.gg-sun {
  position: relative;
  transform: scale(var(--ggs, 1));
  height: 24px;
  background: linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px -6px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px 14px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat -8px 5px/6px 2px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 14px 5px/6px 2px;
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px;
  border: 6px solid transparent;
}

.gg-moon {
  overflow: hidden;
  position: relative;
  transform: rotate(-135deg) scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-bottom: 2px solid transparent;
}

.gg-moon,
.gg-moon:after {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  /* color: #fff; */
}

.nav-fixed .gg-moon,
.nav-fixed .gg-moon:after {
  color: var(--heading-color);
}

.gg-moon:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 18px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  top: 8px;
  left: 2px;
}

.gg-sun,
.gg-sun:after,
.gg-sun:before {
  box-sizing: border-box;
  display: block;
  width: 24px;
}

.gg-sun:after,
.gg-sun:before {
  content: "";
  position: absolute;
  height: 2px;
  border-right: 4px solid;
  border-left: 4px solid;
  left: -6px;
  top: 5px;
}

.gg-sun:before {
  transform: rotate(-45deg);
}

.gg-sun:after {
  transform: rotate(45deg);
}

.mode-container i.gg-sun {
  display: none;
}

.mode-container i.gg-moon {
  display: block;
  cursor: pointer;
}

input:checked+.mode-container i.gg-sun {
  display: block;
  cursor: pointer;
}

input:checked+.mode-container i.gg-moon {
  display: none;
}

/* .cont-ser-position {
  color: #fff;
} */

/*-- //dark and light mode styling --*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  line-height: 40px;
  position: absolute;
  right: 0px;
  top: -40px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  background: transparent;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: rgb(36,95,119); background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-cont-ser .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-cont-ser img.mfp-img {
    padding: 0;
  }

  .mfp-img-cont-ser .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-cont-ser .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-cont-ser .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-cont-ser .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-cont-ser .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-cont-ser .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Styles for dialog window */
#small-dialog {
  max-width: 750px;
  margin: 40px auto;
  position: relative;
}

div#small-dialog iframe {
  width: 100%;
  height: 420px;
  display: block;
  border-radius: 10px;
}

/**
   * Fade-zoom animation for first dialog
   */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.95;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
   * Fade-move animation for second dialog
   */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* //Magnific Popup CSS */

/* movetop styling */
#movetop {
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 9;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 0;
}

#movetop:hover {
  opacity: .8;
}

/* //movetop styling */

/* header */
/* navigation styling */

#site-header .container-fluid {
    padding: 3px 75px 0; 
}
.navbar .navbar-brand {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.navbar .navbar-brand img{
  width:250px;
}

.navbar .navbar-brand span.lostyle-1 {
  color: var(--primary-color);
  font-weight: 800;
  font-size: 35px;
}

a.navbar-brand:hover {
  color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .nav-item {
  padding: 0 1px;
  transition: all 0.5s ease;
  position: relative;
}

/* .navbar-expand-lg .navbar-nav .show>.nav-link,
.navbar-expand-lg .navbar-nav .active>.nav-link,
.navbar-expand-lg .navbar-nav .nav-link.show */
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  border-bottom: 1px solid rgb(255 255 255 / 74%);
  color:var(--primary-color);
}

.navbar-expand-lg .navbar-nav .nav-link {
   padding: 6px 12px;
    font-size: 12px;
    color: #4b4e53;
    border-bottom: 1px solid transparent;
    position: relative;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link:after{
    content:'';
    display:block;
    position:absolute;
    background:var(--primary-color);
    width:0%;
    height:2px;
    
}
.navbar-expand-lg .navbar-nav .nav-link:hover:after{
    width: 50%;
    transform: translateX(50%);

}
.navbar-expand-lg a.nav-link.donate.btn.btn-style {
  display: block;
  padding: 0px 30px;
  color: #fff;
  height: 46px;
  font-size: 18px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s ease-in;
  border-radius: 4px;
}

a.dropdown-item {
  font-size: 18px;
  color: var(--heading-color);
  padding: 5px 24px;
  font-weight: 600;
}

a.dropdown-item:hover {
  color: var(--primary-color);
  background: none;
}

a.dropdown-item.active {
  background: transparent;
  color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  transform: translateX(-50px);
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  box-shadow: rgb(12 12 12 / 6%) 0px 1px 20px 0px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  display: block;
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -7px;
  left: 49%;
  z-index: 1001;
}

header {
  background-color: #fff;
  padding: 0px;
  transition: all 0.4s ease 0s;
  height: 110px;
  display: grid;
  align-items: center;
  /* box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05); */
}

header.nav-fixed {
  padding: 0px;
  border-bottom: none;
  z-index: 9 !important;
  background-color: var(--bg-color);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  height: 97px;
  /* for z-index:10 to display gallery popup */
}

header.nav-fixed nav.navbar.navbar-expand-lg.stroke {
  box-shadow: none;
  border-radius: 0px;
  padding: 0;
}

.navbar-nav .show>,
.navbar-nav .nav-link.show {
  color: #7C6A6A;
}

nav ul li {
  display: inline-block;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}

nav ul li a:hover {
  color: #fff;
}

.navbar-nav .nav-link:focus {
  color: #333;
  border: none;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  min-width: 12rem;
  padding: 1rem 0;
}

.nav-fixed .navbar-expand-lg .navbar-nav .nav-link {
  color: var(--heading-color);
}

.nav-fixed .navbar-brand {
  color: var(--logo-color);
}

.nav-fixed .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.nav-fixed .navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.nav-fixed .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.navbar .search-right {
  margin: 0 10px 0 10px;
}

.navbar form.search-box {
  display: flex;
  align-items: center;
}

.navbar form.search-box input {
  font-size: 15px;
  color: var(--heading-color);
  border: none;
  background: var(--bg-color);
  padding: 10px 35px 10px 14px;
  width: 100%;
  border-radius: 30px;
  border: 2px solid #fff;
}

.nav-fixed .navbar form.search-box input {
  border: 2px solid #eee;
  color: var(--heading-color);
}

button.search-btn {
  position: absolute;
  color: var(--primary-color);
  right: 0;
  padding: 8px 12px 8px 2px;
}

button.search-btn:hover {
  color: var(--secondary-color);
}

@media only screen and (max-width: 1440px) {
  .navbar-expand-lg .nav_btn>li {
    padding: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar-expand-lg .btn-gradient {
    padding: 10px 20px;
    font-size: 14px;
  }

  .navbar-expand-lg .navbar-nav.nav_btn>li {
    margin-left: 0px;
  }

  .navbar-expand-lg .navbar-nav.nav_btn a.btn {
    padding: 10px 20px;
  }

  .navbar-expand-lg .navbar-nav.nav_btn a {
    font-size: 14px;
    padding: 0px;
  }
}

@media only screen and (max-width: 1080px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 4px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 6px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar form.search-box input {
    color: #111;
  }

  .navbar form.search-box input {
    border: 1px solid #eee;
  }

  .navbar-toggler {
    border: 0 none;
    font-size: 24px;
  }

  .navbar-nav {
    -webkit-animation-name: none;
    animation-name: none;
    float: left;
    text-align: center;
    width: 100%;
    background: var(--bg-color);
    padding: 20px;
    margin-top: 16px;
    box-shadow: 0 6px 19px rgba(0, 0, 0, 0.05);
  }

  .navbar-nav:last-child {
    border: 1px solid var(--border-color);
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    -webkit-animation-name: none;
    animation-name: none;
    padding: 8px 0;
  }

  .navbar-expand-lg .navbar-nav.nav_btn>li {
    padding-bottom: 10px;
  }

  .navbar-nav .dropdown-menu {
    text-align: center;
  }

  .navbar-nav .dropdown-menu .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .navbar-expand-lg .navbar-nav .nav-item .nav-link.active::before {
    bottom: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    display: inline-block;
    padding: 0;
    font-size: 18px;
    text-align: center;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(0px);
    border: 1px solid var(--border-color-light);
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu:before {
    border: 1px solid var(--border-color-light);
    border-right: none;
    border-bottom: none;
  }

  header.nav-fixed {
    height: auto;
    padding: 14px 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    display: block;
    color: var(--heading-color);
  }

  .navbar-toggler-icon {
    padding: 0;
    width: 42px;
    height: 38px;
    display: inline-block;
    background: #1d5972;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-toggler-icon.fa {
    font-size: 20px;
    line-height: 1.2em;
    color: #fff;
    background: var(--primary-color);
    line-height: 34px;
  }

  .navbar-toggler {
    padding: 0rem 0rem !important;
  }

  .navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--primary-color);
  }
}

@media only screen and (max-width: 991px) {
  .navbar-expand-lg a.nav-link.donate.btn.btn-style {
    display: inline-block;
    padding: 0px 40px;
  }
  .about-count .info-banner-box{
    border-right: none !important;
  }
  button.navbar-toggler .icon-close {
    display: none;
  }

  button.navbar-toggler .icon-expand {
    display: none;
  }

  button.navbar-toggler.collapsed .icon-close {
    display: none;
  }

  button.navbar-toggler.collapsed .icon-expand {
    display: block;
  }

  .cont-ser-position {
    position: absolute;
    right: 50px;
    top: 8px;
  }

  .navbar {
    padding: 0;
  }

  .w3l-top-header {
    display: none;
  }

  .fixed-top {
    position: fixed;
  }

  header {
    height: auto;
    padding: 17px 0;
  }

  header.nav-fixed nav.navbar.navbar-expand-lg.stroke {
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .cont-ser-position {
    right: 45px;
  }
}

/* //navigation styling */
/* //header  */

/* button style */
.btn-style {
    padding: 13px 30px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    border-radius: 50px;
    background: none;
    border: 2px solid #1c9ab2;
        transition: .4s; 
     -webkit-transition: .4s;
    background: transparent;
}

.btn-style:hover,
.btn-style-secondary {
  background: var(--secondary-color);
  color: #fff;
  transition: .4s; 
  -webkit-transition: .4s;
  border:2px solid #367e9d;
}

.btn-style-secondary:hover {
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s ease-out;
}

.btn-style-primary {
  color: var(--secondary-color);
  padding: 0;
  background: transparent;
  font-size: 14px;
}

.btn-style-primary:hover {
  color: var(--primary-color);
  background: transparent;
}

/* //button style */

/* title style */
.title-heading-w3 {
  max-width: 700px;
}

h3.title-main,
h3.title-main-2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  position: relative;
}

h3.title-main span {
  color: var(--secondary-color);
}

h3.title-main:before,
h3.title-main:after {
  content: "";
  background: var(--font-color);
  width: 60px;
  height: 2px;
  position: absolute;
  right: 0;
  margin: 0 auto;
}

h3.title-main:before {
  left: -20px;
  bottom: -8px;
}

h3.title-main:after {
  left: 20px;
  bottom: -15px;
}

@media (max-width: 480px) {

  h3.title-main,
  h3.title-main-2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 410px) {

  h3.title-main,
  h3.title-main-2 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* //title style */

/* banner */
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  width: 100%;
}

.banner-19 .banner-layer {
  position: relative;
  min-height: 100vh;
}

.main-content-top {
  position: absolute;
    /* min-height: 100vh; */
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 4rem;
    background: rgb(0 0 0 / 49%);
}
.main-content-top .container-fluid{
    padding: 3px 75px 0;
}
.banner-19 .main-content {
  max-width: 610px;
  margin-bottom: 70px;
}

.banner-19 .main-content h4 {
    font-size: 47px;
    line-height: 58px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Lato', sans-serif !important;
}

.banner-19 .main-content p {
  color: #fff;
  font-size:20px;
}

/* responsive */
@media (max-width: 1130px) {
  #myVideo {
    width: auto;
    height: 100%;
    top:0;
    left:0;
  }
}

@media (max-width: 1024px) {
  .banner-19 .banner-layer {
    min-height: 720px;
  }
}

@media (max-width: 992px) {
  .banner-19 .main-content h4 {
    font-size: 45px;
    line-height: 55px;
  }

  .banner-19 .banner-layer {
    min-height: 680px;
    position: relative;
    overflow: hidden;
  }
}

@media (max-width: 568px) {
  .banner-19 .main-content h4 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-19 .banner-layer {
    min-height: 600px;
  }
}

@media (max-width: 400px) {
  .banner-19 .main-content h4 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 384px) {
  .banner-19 .main-content h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .brk-btn {
    padding: 12px;
    margin-top: 1em;
  }
}

/* //responsive */
/* //banner */
/* about  */

.about-sec .carousel-control-prev, .about-sec .carousel-control-next{
display: none;

}
.about-sec .carousel-indicators{
  position: relative;
}
.about-sec .carousel-indicators li{
  background-color: #1d5972;
  position:relative;
  border-radius: 50px;
  opacity: 0;
  margin: 2rem;
}
.about-sec .carousel-indicators .active{
  opacity: 1;
}
.about-sec .carousel-indicators .active::before{
  content:'';
  display: block;
  background-color: #1d5972;
  width: 3px;
  height:20px;
  position:absolute;
  left:3.7px;
  top:10px;
 }
 /* .about-sec .carousel-indicators li::after{
  content:'';
  display: block;
  background-color: #1d5972;
  width: 0px;
  height:3px;
  position:absolute;
  left:-45px;
  top:47px;
 } */
.about-sec .carousel-item{
  padding: 0 5rem;
  text-align:center;
}

.about-sec .carousel-item p{
  margin-bottom: 1rem;
}
.about-sec .carousel-indicators .active::after{
  content:'';
  display: block;
  background-color: grey;
  width: 150px;
  height:1px;
  position:absolute;
  left:-70px;
  top:30px;
 
}
.about{
  padding:100px 0;
}
.about .heading span{
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 20px;
}

.about .heading h2{
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 1rem;

}
.btn-custom{
 padding: 13px 30px;
    font-weight: 700;
    font-size: 15px;
    color: #1c9ab2;
    border-radius: 50px;
    background: none;
    border: 2px solid #1c9ab2;
    transition: all .25s ease-in-out;
    background: transparent;
}

.about-btn{
  margin-top:2rem;
}
.slide-dot{
  position:relative;

}
.slide-dot .slide1{
  position: absolute;
  left: 24%;
  color:var(--primary-color);
  bottom:10px;
  z-index: 10;
  cursor: pointer;

}
.slide-dot .slide2{
position: absolute;
left: 47%;
color:var(--primary-color);
bottom:10px;
z-index: 10;
cursor: pointer;

}
.slide-dot .slide3{
  position: absolute;
  left: 71%;
  color:var(--primary-color);
  bottom:10px;
  z-index: 10;
  cursor: pointer;
  
  }
  

/* banner bottom section */
h3.title-style {
  color: var(--heading-color);
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
.title-style-2 span{
    color:#333;
}
h3.title-style-2 {
  font-size: 35px;
  line-height: 45px;
  position: relative;
  font-weight: bold;
  margin-bottom: 2rem;
}
/*.about-sec h3.title-style-2::after{*/
/*  content:'';*/
/*  display: block;*/
/*  position: absolute;*/
/*  width:100px;*/
/*  height:2px;*/
/*  background: var(--primary-color);*/
/*  left: 46%;*/
/*  top: 116%;*/
/*}*/

h5.small-title-2 {
  font-size: 18px;
}

.about-info-m h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
  font-weight: 600;
}

.about-detail p {
  line-height: 26px;
}

.icon-style-ab i {
  color: var(--secondary-color);
  font-size: 45px;
}

@media (max-width: 1200px) {
  h3.title-style {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 991px) {
  h3.title-style-2 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 414px) {
  h3.title-style-2 {
    font-size: 30px;
    line-height: 40px;
  }

  h5.small-title-2 {
    font-size: 18px;
  }
}

@media (max-width: 390px) {
  .about-info-m {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-info-m:nth-child(2) {
    margin: 2em 0;
  }
}

/* //banner bottom section */
/* footer */
.w3l-footer-22 {
  background: #fff;
 background-size: cover;
 background-repeat: no-repeat;
 background-position:center;
 padding:0px 0 0;
 /*background-image:url(../images/footer-bg.webp);*/
 position:relative;
}

.right-side {
 padding: 50px;
 max-width: 1000px;
 margin: 0 auto;
 border-radius: 10px;
 background: var(--bg-color);
 position: absolute;
 left: 0;
 right: 0;
 top: -60px;
 box-shadow: 0px -1px 41px 0px rgb(21 22 23 / 8%);
}

.w3l-footer-22 .sub-one-left h6,
.w3l-footer-22 .sub-two-right h6,
.w3l-footer-22 .sub-three-right h6{
      color: #272626;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 22px;
    padding-bottom: 10px;
    font-weight: 800;
    position: relative;
    font-family: 'Lato', sans-serif !important;
    letter-spacing: 2px;
}
/*.w3l-footer-22 .sub-one-left h6:after{*/
/*       content: '';*/
/*    display: block;*/
/*    background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);*/
/*    width: 45px;*/
/*    height: 2px;*/
/*    position: absolute;*/
/*      top: 7px;*/
/*    left: 168px;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*}*/
/*.w3l-footer-22 .sub-two-right h6:after{*/
   
/*     content: '';*/
/*    display: block;*/
/*    background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);*/
/*    width: 45px;*/
/*    height: 2px;*/
/*    position: absolute;*/
/*    top: 7px;*/
/*    left: 129px;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*} */
/*.w3l-footer-22 .sub-three-right h6:after{*/
/*      content: '';*/
/*    display: block;*/
/*    background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);*/
/*    width: 45px;*/
/*    height: 2px;*/
/*    position: absolute;*/
/*    top: 6px;*/
/*    left: 97px;*/
/*    bottom: 0;*/
/*    right: 0;*/

/*} */
.w3l-footer-22 .sub-two-right ul li {
 list-style: none;
}

.w3l-footer-22 .sub-two-right ul li span {
 margin-right: 10px;
 color: #22c0e3;
}

.w3l-footer-22 .sub-one-left p,
.w3l-footer-22 .sub-two-right p {
 font-size: 16px;
   line-height: 24px;
   color: #080808;
   font-weight: 500;
}

.w3l-footer-22 ul.social li,
.w3l-footer-22 ul.jst-link li {
 display: inline-block;
 margin-right: 5px;
}

.w3l-footer-22 ul.social li a {
    color: #a6a6a6;
    width: 22px;
    height: 35px;
    background: no-repeat;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
.subs-button{
        background: #000;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 50px;
    letter-spacing: 2px;
}
.subs-button:hover{
    background:var(--primary-color);
    color:#fff;
}
.f-mail{
        margin-bottom: 2.5rem;
    border-bottom: 1px solid #c2c2c2;
    letter-spacing: 1px;
    font-size: 14px;
    padding-bottom: 5px;
}
.w3l-footer-22 ul.social li a:hover {
 opacity: 0.8;
 transition: 0.3s ease;
}

.w3l-footer-22 ul.social li a span {
 font-size: 15px;
 line-height: 35px;
 color:#828282;
}

.w3l-footer-22 .columns-2 {
 margin-top: 1.2em;
}

.w3l-footer-22 .columns p,
.w3l-footer-22 .columns p a {
 font-size: 14px;
 line-height: 20px;
 color: #222222;
}

.w3l-footer-22 .sub-two-right ul li a {
font-size: 14px;
    /* line-height: 41px; */
    color: #828282 !important;
    margin: 0 0 12px 0;
    display: block;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: none;
}

.w3l-footer-22 .sub-two-right ul li a:hover {
 color:#255f77;
}

.w3l-footer-22 .columns p a {
 color: #22c0e3;
}

.w3l-footer-22 .columns p a:hover {
 color: #828282;
 text-decoration: underline;
}

.w3l-footer-22 .column2 span {
 font-size: 18px;
 color: #000;
 vertical-align: middle;
 margin-right: 10px;
 width: 25px;
 text-align: center;
}

.w3l-footer-22 .column2 a {
 text-decoration: none;
 color: #cecece;
 line-height: 25px;
 font-size: 15px;
 font-weight: normal;
 font-style: normal;
}

.w3l-footer-22 .ab-right-cont {
 border-left: 1px solid rgb(64 73 82 / 51%);
}

.w3l-footer-22 .column2 a:hover {
 color: #fff;
}

.w3l-footer-22 .href2 {
 margin-top: 10px;
 padding: 10px 0;
}

.w3l-footer-22 .contact-para {
 color: #cecece;
 line-height: 25px;
 font-size: 18px;
 margin-top: 10px;
}


.footer-contact a,
.footer-contact h5 {
 color: #080808;
 font-weight: 500;
 font-size: 16px;
}

.footer-contact a:hover {
 text-decoration: underline;
}

.footer-contact p {
 color: #333;
 font-size: 13px;
}
.footer-contact{
    /*border-bottom:1px solid #f4f4f4;*/
    margin-bottom:0rem;
    padding-bottom:1rem;
    /*padding-top:1rem;*/
}
.footer-contact div{
    width:80%;
}
.footer-contact span{
    /*width:15%;*/
    margin-right:1rem;
}
.footer-contact span i {
    line-height: 50px;
   
    border-radius: 50%;
    text-align: center;
    margin-right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-contact1 span{
width: 113px;
    height: 50px;
    line-height: 50px;
    background: rgb(0 0 0 / 15%);
    color: #333;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
}

@media (max-width: 1200px) {
 .footer-contact {
   padding: 1.5em;
 }
}

@media (max-width: 1080px) {
 .w3l-footer-22 .text-txt {
   grid-gap: 50px;
 }
}

@media (max-width: 991px) {
 .w3l-footer-22 .text-txt {
   grid-template-columns: 1fr;
 }

 .w3l-footer-22 .footer {
   padding: 60px 0;
 }

 .w3l-footer-22 .href2 {
   padding: 6px 0;
 }

 .right-side {
   margin: 0 2em;
 }

 .w3l-footer-22 .ab-right-cont {
   border-left: none;
 }
}

@media (max-width: 800px) {
 .w3l-footer-22 .subscride-link h4 {
   margin-top: 60px;
 }
}

@media (max-width: 768px) {
 .w3l-footer-22 .columns.text-right {
   text-align: center !important;
 }
}

@media (max-width: 736px) {

 .w3l-footer-22 .sub-one-left h6,
 .w3l-footer-22 .sub-two-right h6 {
   margin-bottom: 10px;
   padding-bottom: 7px;
 }
}

@media (max-width: 736px) {
 .right-side {
   margin: 0 1em;
 }

 .footer-sub {
   margin-top: 2em;
 }
}

@media (max-width: 568px) {
 .w3l-footer-22 .subscride-link h4 {
   margin-top: 50px;
 }

 .w3l-footer-22 .text-txt {
   grid-gap: 40px;
 }

 .footer-sub {
   margin-top: 1em;
 }
}

@media (max-width: 520px) {
 .w3l-footer-22 .href2 {
   padding: 4px 0;
 }
}

@media (max-width: 375px) {
 .right-side {
   padding: 35px 20px;
 }

 .footer-sub {
   margin-top: 0em;
 }
}

/* //footer */

/* //footer */

/* brands logo section */
.logos img {
  background: #fff;
  padding: 15px 10px;
  border-radius: 4px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

.logos img:hover {
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

.border-top-w3l {
  border-top: 1px solid var(--border-color-light);
}

/* //brands logo section */

/* content section */
.w3l-content-mid {
  background: url(../images/bg3.jpg) no-repeat left;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 1;
}

.w3l-content-mid:before {
  content: "";
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(to right, rgb(37 37 37 / 30%) 0%, transparent 100%);
}

.welcome-left {
  max-width: 500px;
  padding: 40px;
  background: rgb(255 255 255 / 16%);
  border-radius: 4px;
}

h3.title-w3l {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}

@media (max-width: 380px) {
  .welcome-left {
    padding: 30px;
  }

  h3.title-w3l {
    font-size: 26px;
    line-height: 36px;
  }
}

/* //content section */

/* services section */
.service-section .card {
  border: none;
  background: var(--bg-color);
  padding: 0px;
  /*box-shadow: 0px 0px 40px 0px var(--box-shadow-color);*/
   /*margin-bottom: 3.5rem !important;*/

}
.service-section{
    margin:2rem 0;
}
.layer-bg{
 background: linear-gradient(149deg, rgb(102 74 74 / 0%), rgb(255 255 255 / 100%)), url(../images/layer-bg.svg) !important;
background-size:cover !important;
background-repeat:no-repeat;
background-position:center;
}
.news-bg{
background:url(../images/news-bg.webp) !important;
background-size:cover !important;
background-repeat:no-repeat;
background-position:center;
}
.service-section .slick-dots li button:before{
    margin-top:2rem;
    font-size:13px;
}
.service-section span.label-style {
    color: #333;
    display: inline-block;
    background: rgb(255 255 255);
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    display: none;
}

.service-section span.label-style.label-style-2 {
  background: #f2f2f2;
  color: #333;
}

.service-section span.label-style.label-style-3 {
  color: #333;
  background:f2f2f2;
}
.service-section .card .card-header{
  position: relative !important;
  overflow: hidden;
}
.service-section .card img {
  /* border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; */
  overflow: hidden;
  transition: 1s;

}
.service-section .card img:hover{
  transform: scale(1.3);
}

a.service-heading {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #333;
    margin: 7px 0;
}

a.service-heading:hover {
  color: #236880;
}

.service-details {
    background: #f5f5f5;
    padding: 10px;
    position: absolute;
    bottom: -8%;
    left: 10%;
    box-shadow: 0px 7px 9px 0px #e0dddd;
    border-radius: 5px;
    width: 80%;
    display: block;
    border-bottom: 2px solid #1f8098;
    min-height: 40px;
    display: none;
}

.w3l-content-photo-5 {
  background: url(../images/bg1.png) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

a.popup-with-zoom-anim span {
  font-size: 45px;
}

a.popup-with-zoom-anim {
  color: var(--primary-color);
  font-weight: 600;
}

/* //services section */

/* feature section */
.w3l-feature-8 {
  background: url(../images/bg2.jpg) no-repeat center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 1;
}

.w3l-feature-8::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 58%);
  z-index: -1;
}

.feature-images i {
  color: #fff;
  font-size: 50px;
}

.w3l-feature-8 h3.feature-titel {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  transition: all .25s ease-in-out;
}

.w3l-feature-8 p.feature-text {
  margin-top: 15px;
  color: #eee;
}

a.btn.btn-style.btn-style-normal {
  background: none;
  padding: 0;
}

.feature-info a:hover h3.feature-titel {
  color: var(--secondary-color);
  transition: all .25s ease-in-out;
}

/* //feature section */

/* content tabs section */
.w3l-content-12-main .content-12 .content-heading {
  line-height: 42px;
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
}

.w3l-content-12-main .content-12 {
  align-items: center;
}

.w3l-content-12-main .column {
  text-align: left;
}

.w3l-content-12-main .content-12 section.tab-content {
  display: none;
  padding: 38px 0 0;
}

.w3l-content-12-main .content-12 input {
  display: none;
}

.w3l-content-12-main .content-12 label.tabtle {
  display: inline-block;
  padding: 10px 0px;
  font-weight: 600;
  border: 1px solid transparent;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #101d29;
  margin: 0 35px 0px 0px;
}

.w3l-content-12-main .content-12 label.tabtle:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.w3l-content-12-main label.tabtle:hover {
  opacity: 0.9;
  cursor: pointer;
}

.w3l-content-12-main .content-12 input:checked+label.tabtle {
  border-bottom: 2px solid var(--primary-color);
  text-align: center;
  color: var(--primary-color);
}

.w3l-content-12-main .content-12 #tab1:checked~#content1,
.w3l-content-12-main .content-12 #tab2:checked~#content2,
.w3l-content-12-main .content-12 #tab3:checked~#content3,
.w3l-content-12-main .content-12 #tab4:checked~#content4 {
  display: block;
}

@media all and (max-width: 1024px) {
  .w3l-content-12-main .content-12 label.tabtle {
    font-size: 19px;
  }
}

@media screen and (max-width: 992px) {
  .w3l-content-12-main .content-12 .content12 {
    grid-template-columns: 1fr;
  }

  .w3l-content-12-main .content-12 .content12 {
    margin-top: 0px;
  }

  .w3l-content-12-main .content-12 .content-para {
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .w3l-content-12-main .content-12 label.tabtle:before {
    margin: 0;
    font-size: 18px;
  }

  .w3l-content-12-main .content-12 .content-heading {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 480px) {
  .w3l-content-12-main .content-12 .grid-col-4 {
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  .w3l-content-12-main .content-12 .grid-col-4 {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }

  .w3l-content-12-main .content-12 section.tab-content {
    padding: 28px 0 0;
  }

  .w3l-content-12-main .content-12 .content-heading {
    line-height: 34px;
    font-size: 24px;
  }
  .w3l-content-12-main .content-12 label.tabtle {
    margin: 0 15px 0px 0px;
}
}

@media screen and (max-width: 414px) {
  .w3l-content-12-main .content-12 label.tabtle {
    font-size: 18px;
  }
}

/* //content tabs section */

/* team section */
.team-block-single {
  box-shadow: 0 20px 62px var(--box-shadow-color);
  background: var(--bg-color-2);
  border-radius: 8px;
}

.w3l-team .team-grids {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.w3l-team .social-icons-section a.fac,
.w3l-team .social-icons-section a.twitter,
.w3l-team .social-icons-section a.google {
  background: #fff;
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 50%;
}

.w3l-team .social-icons-section a span {
  color: var(--secondary-color);
  font-size: 14px;
  line-height: 28px;
}

.w3l-team .social-icons-section a:hover {
  opacity: .8;
}

.w3l-team .team-info {
  position: absolute;
  bottom: -227px;
  margin: 0;
  background: rgb(8 8 8 / 29%);
  padding: 20px 0;
  transition: .5s all;
  -moz-transition: .5s all;
  width: 100%;
  text-align: center;
}

.w3l-team .team-block-single:hover div.team-info {
  bottom: 0;
}

h5.member a {
  font-weight: 600;
  color: var(--heading-color);
}

.w3l-team .team-block-single:hover h5.member a {
  color: var(--secondary-color);
}

.w3l-team .team-block-single h5.member.active a:hover {
  color: var(--heading-color);
}

.w3l-team .team-grids img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

/* //team section */

/* blog section */
.bg-clr-white.hover-box {
  background: var(--bg-color);
  box-shadow: 0px 0px 46px 0px var(--box-shadow-color);
  border: 1px solid var(--border-color-light);
}

.w3l-homeblock2 a.blog-desc {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  display: inline-block;
  color: var(--heading-color);
  margin-bottom: 10px;
}

.w3l-homeblock2 a.blog-desc:hover {
  color: var(--secondary-color);
}

.w3l-homeblock2 .blog-details p {
  font-size: 15px;
  line-height: 25px;
}

h5.text-blog-e {
  font-size: 15px;
  font-weight: 600;
}

.blog-icon-e i {
  width: 24px;
  height: 24px;
  background: var(--secondary-color);
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

.blog-icon-e i:hover {
  background: var(--primary-color);
}

@media (max-width: 1200px) {
  .w3l-homeblock2 .blog-details p {
    line-height: 23px;
  }

  .w3l-homeblock2 a.blog-desc {
    font-size: 20px;
    line-height: 27px;
  }
}

/* pagination blog page */
.pagination-style {
  display: block;
}

.pagination-style ul li {
  display: inline-block;
}

.pagination-style ul li span.fa {
  color: var(--heading-color);
}

.pagination-style ul li a:hover span.fa {
  color: #fff;
}

.pagination-style a {
  display: inline-block;
  color: var(--heading-color);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-weight: 600;
}

.pagination-style a span {
  margin: 0;
}

.pagination-style a.active,
.pagination-style a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.pagination-style ul li a.not-allowed span.fa {
  cursor: not-allowed;
  color: #c3c2c2;
}

.pagination-style .not-allowed:hover {
  opacity: 1;
  background: transparent;
  color: #c3c2c2;
}

/* //pagination blog page */
/* //blog section */

/* testimonials */
/* owl css */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled {
  display: block;
}

.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #333;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media (max-width: 992px) {
  .owl-theme .owl-nav {
    display: none !important;
  }
}

@media (max-width: 568px) {

  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none;
  }
}

/**
    * Owl Carousel v2.3.4
    * Copyright 2013-2018 David Deutsch
    * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
    */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: block;
}

.owl-theme .owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -50px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 32px;
  margin: 0px;
  width: 82px;
  background: rgba(255, 255, 255, 0.21);
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  height: 82px;
  line-height: 15px;
  border-radius: 8px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  opacity: 1;
  color: #007bff;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: 0.3s ease-in-out;
}

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme:focus,
.owl-dots:focus,
.owl-dot:focus {
  outline: none;
  box-shadow: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: transparent;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 2px;
  background: var(--font-color);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 25px;
  position: relative;
  opacity: 0.9;
}

button.owl-next,
button.owl-prev {
  position: absolute;
  bottom: 50%;
}

button.owl-prev {
  left: 10px;
}

button.owl-next {
  right: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
  width: 10px;
  height: 10px;
}

@media all and (max-width: 640px) {
  .owl-dots {
    margin-top: 30px;
  }

  button.owl-next,
  button.owl-prev {
    position: absolute;
    bottom: 38%;
  }
}

/* //owl css */
.w3l-clients {
  background: var(--bg-light);
}

.w3l-clients .testi-des {
  display: flex;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.w3l-clients blockquote q {
  font-size: 18px;
  line-height: 30px;
  color: var(--heading-color);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.w3l-clients .testimonial p {
  font-size: 18px;
}

.w3l-clients a.comment-img {
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}

.w3l-clients .bottom-info {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: flex-start;
  grid-gap: 20px;
  /*align-items: center;*/
}

.w3l-clients blockquote q::before {
  font-size: 50px;
  color: var(--primary-color);
  font-family: initial;
}

.w3l-clients.w3l-test blockquote q::before {
  font-size: 50px;
  color: var(--primary-color);
  display: inline-block;
  font-family: initial;
  margin-right: 10px;
}

.w3l-clients .test-img {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  background: var(--bg-color);
  border-radius: 50%;
}

.w3l-clients .testimonial img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.w3l-clients .testimonial .peopl {
  margin: 0;
  text-align: left;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
  align-items: center;
}

.w3l-clients .testimonial .peopl h3,
.w3l-clients .people-info h3 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}

.w3l-clients .testimonial {
  border: none;
  padding: 0px 0;
  border-radius: 4px;
  position: relative;
  background: none;
}

.w3l-clients .testimonial:before {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--bg-color);
  border: 1px solid var(--border-color-light);
  display: block;
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%) rotateZ(-135deg);
  position: absolute;
  bottom: -7px;
  left: 9%;
  z-index: 1001;
}

.w3l-clients p.identity {
  font-size: 14px;
}

div#owl-demo2 .owl-dots {
     margin-top: 0px;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 1px;
    background: none;
    margin-bottom: 2em;
}

@media (max-width: 1080px) {
  .w3l-clients blockquote q {
    font-size: 18px;
  }

  .w3l-clients.w3l-test blockquote q::before {
    font-size: 40px;
  }
}

@media (max-width: 375px) {
  .w3l-clients blockquote q {
    font-size: 22px;
    line-height: 32px;
  }

  .w3l-clients p.identity {
    font-size: 18px;
  }

  .w3l-clients.w3l-test blockquote q::before {
    font-size: 35px;
    margin-right: 5px;
  }
}

.w3l-grids-3.w3l-align ul {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0px 20px;
}

@media (max-width: 1080px) {
  .w3l-grids-3.w3l-align ul {
    grid-template-columns: auto;
  }
}

/* //testimonials */
#testimonials{
    margin:44px 0 0;
}
/* inner-banner */
.inner-banner {
  background: url(../images/inner-banner.jpg) no-repeat top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0;
}

.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgb(12 12 12 / 19%);
}

.w3l-breadcrumb {
  display: block;
  margin: 0 auto;
  z-index: 100;
  padding-top: 150px;
  z-index: 99;
}

.breadcrumbs-custom-path {
  text-align: center;
  display: inline-block;
}

h4.inner-text-title {
  color: #fff;
}

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  text-transform: capitalize;
  color: #eee;
}

.breadcrumbs-custom-path li span.fa {
  font-size: 12px;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active {
  color: #fff;
  font-weight: bold;
}

.breadcrumbs-custom-path a:hover {
  color: var(--primary-color);
}

@media (max-width: 800px) {
  .w3l-breadcrumb {
    padding-top: 130px;
  }

  .breadcrumbs-custom-path li {
    font-size: 18px;
  }
}

@media (max-width: 568px) {
  .breadcrumbs-custom-path li {
    font-size: 15px;
  }
}

/* //inner-banner */

/* why section */
.home-services {
  background: var(--bg-light);
}

.box-wrap h4 a {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: var(--heading-color);
}

.box-wrap h4 a:hover {
  color: var(--primary-color);
}

.box-wrap .icon {
  width: 100px;
  height: 100px;
  margin: auto;
  text-align: center;
  background: var(--bg-color);
  border-radius: 50%;
}

.box-wrap:hover .icon {
  background-color: var(--primary-color);
  transition: 0.3s ease-in-out;
}

.box-wrap:hover .icon span {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.box-wrap .icon span {
  color: var(--primary-color);
  font-size: 40px;
  line-height: 100px;
}

@media (max-width: 1080px) {
  .box-wrap h5 {
    font-size: 18px;
  }
}

@media (max-width:600px) {
  .box-wrap h4 a {
    font-size: 20px;
  }

  .whybox-wrap h4 a {
    font-size: 20px;
  }

}

/* //why section */

/* skills section */
.w3l-skills .progress-info {
  margin-bottom: 25px;
  text-align: left;
}

.w3l-skills .progress-info:last-child {
  margin-bottom: 0px;
}

.w3l-skills .progress-bar {
  background-color: var(--primary-color);
  transition: width 0.6s ease;
}

.w3l-skills .progress {
  display: flex;
  height: 0.5em;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: var(--font-color);
  border-radius: 0.25rem;
}

.w3l-skills .progress-bar-striped {
  background-image: none;
  background-size: 1rem 1rem;
}

.w3l-skills h6.progress-tittle {
  font-size: 18px;
  color: var(--heading-color);
  margin-bottom: 10px;
  font-weight: 700;
}

/* //skills section */

/* contact */
.contact-address {
  background: var(--bg-light);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
  border-radius: 4px;
}

.contact-address .contact-icon i {
  font-size: 25px;
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
}

h5.contact-text {
  font-weight: 600;
}

.w3l-contact-info-main .form-group label {
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 500;
  color: var(--heading-color);
}

.w3l-contact-info-main .form-group input,
.w3l-contact-info-main .form-group textarea {
  outline: none;
  padding: 10px 15px;
  color: var(--font-color);
  font-size: 18px;
  width: 100%;
  border: 1px solid var(--border-color-light);
  background: var(--bg-light);
  height: auto;
  box-shadow: none;
}

.w3l-contact-info-main .form-group textarea {
  min-height: 230px;
}

.map-contact iframe.map-w3layouts {
  border: none;
  width: 100%;
  -webkit-filter: var(--iframe-filter);
  -moz-filter: var(--iframe-filter);
  -ms-filter: var(--iframe-filter);
  -o-filter: var(--iframe-filter);
  filter: var(--iframe-filter);
}

/* //contact */
/* mystyle */
.h-service{
    background-color:#fbfbfb;
    margin-bottom:0rem;
    height:100%;
    /*overflow:hidden;*/
    position:relative;
}
.h-service .head3{
 
    /*font-family: 'Source Sans Pro', sans-serif;*/

}
.h-service .about-right-faq{
    background:#fbfbfb;
    padding:3rem;
}
.blink-con{
  background-image: url(../images/digital-service.webp);
  background-size:cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  position: relative;
  transition:1s;

 
}
.enter-bg{
     background: url(../images/entertainment-bg.webp);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 0%;
    height: 100%;
    position: absolute;
    right: 0;
  transition:1s;
  opacity:0.2;

  
}
.auto-bg{
     background: url(../images/automation-bg.webp);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
     width: 0%;
    height: 100%;
    position: absolute;
    right: 0;
  transition:1s;
  opacity:0.2;

  
}
.secure-bg{
     background: url(../images/security-bg.webp);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
     width: 0%;
    height: 100%;
    position: absolute;
    right: 0;
  transition:1s;
  opacity:0.2;


}

.light-bg{
     background: url(../images/light-bg.webp);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
     width: 0%;
    height: 100%;
    position: absolute;
    right: 0;
  transition:1s;
  opacity:0.2;

}
   
.blink-con .about-right-faq{
  background:rgba(255, 255, 255, 0.75);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blink-con .about-right-faq{
  padding:60px 50px 100px 60px;
}
.blink-con h5{
  color:#2c2c2c;
  margin-bottom: 1rem;
  font-weight:700;
}
.blink-con h3{
  font-weight: 900;
  color:#333;
  font-size:35px;
   position: relative;
    z-index: 2;
  line-height: 1.4;
}
.blink-con h3 span{
  color:#333;

}
.blink-con p{
  color: #333;
  font-weight: 500;
  padding-right:1rem;
}
.blink-con .two-box{
  width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position:absolute;
    bottom:-15%;
    flex-wrap:wrap;
    height:350px;
    left:0;


}
.blink-con .two-box div{
  width: 40%;
  height:100%;

}

.blink-con .two-box .b-1{
    background-color: #fff;
    color: #333;
    padding: 2rem 1rem;
    min-height: 260px;
    line-height: 1.4;
    box-shadow: 1px 8px 38px 0px #d9d9d9;
    border-radius: 10px 0 0 10px;
      /*border-bottom: 3px solid #333;*/
          display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;

}
.blink-con .two-box .b-1 h4{
  color:var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 800;
  font-size: 26px;

}
.blink-con .two-box .b-1 img{
    opacity:0.04;
    position:absolute;
}
.blink-con .two-box .b-1 p{
  color:#333;
  margin-bottom: 2rem;

}
.blink-con .two-box .b-1 a{
    color:white;
      background: rgb(36,95,119); background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
    padding: 1rem;
    border-radius: 5px;
    font-weight:600;
    position:relative;
}
.blink-con .two-box .b-1 a:hover{
    color:white;
     background: rgb(36,95,119); background: linear-gradient(90deg, rgba(27,155,179,1) 0%, rgba(36,95,119,1) 100%);
    padding: 1rem;
    border-radius: 5px;
    font-weight:600;
}
.blink-con .two-box .b-2{
   background: rgb(36,95,119); background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
padding: 2rem 1rem;
line-height:1.4;
min-height: 260px;
display: flex;
justify-content: center;
flex-direction: column;
border-radius:0px 10px 10px 0px;
/*border-top: 4px solid #17a2b8;*/

}
.blink-con .two-box .b-2 .count-span{
    display:flex;
    align-items:center;
    color:#fff;
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin: 0rem;
   margin-bottom:1rem;
    
}
.blink-con .two-box .b-2 h4{
      color: #fff;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 24px;
}
.blink-con .two-box .b-2 h2{
  font-size: 50px;
  font-weight: 800;
  color:#fff;
  margin:0rem 0 0rem;
}
.blink-con .two-box .b-2 img{
    opacity:0.09;
    position:absolute;
}
.blink-con .two-box .b-2 p{
  color:#fff;
  margin-bottom: 1rem;
  font-weight:600;
  font-size:18px;

}
.service-section .container-fluid{
  padding:0 50px ;
  position:relative;
  z-index:1;
}

.w3l-brands{
  padding-top:5rem;
}
.title-style-2 {
  font-weight: 900 !important;
  color: #333 !important;
  font-size: 35px !important;
  margin-bottom: 1rem !important;
  line-height: 1.6 !important;
}
.title-style-2 span{
  /*color: #484848;*/
  /*font-weight:800;*/
}
.title-one{
    font-size:35px;
    font-weight:900 !important;
    line-height:1.5;
}

 mark::after {
    content: '';
    position: absolute;
    bottom: -0.125rem;
    left: -0.5rem;
    right: -0.5rem;
    height: 0.75rem;
    z-index: -1;

    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/664131/underline.svg');
    background-repeat: no-repeat;

 
    background-size: cover;
  }
.service-section .about-btn{
text-align: right;
}

.w3l-clients h5{
    color: grey;
    font-weight: 700;
    font-size: 70px;
    font-weight: 800;
    opacity: 0.1;
    margin-bottom: 0.4rem;
    font-family: sans-serif;
    /*-webkit-text-stroke-width: 1px;*/
    /*-webkit-text-fill-color: #c1c1c1a8;*/
        position: absolute;
    top: 10px;
}
#testimonials img{
  width:100%;
  border-radius:47px;
  margin-bottom:1rem;
}
#testimonials .container-fluid{
  padding:0 50px;
}
.test-box{
  background: #f0f0f0;
  border-radius: 10px;
  padding: 1rem;
}
.test-box h4{
  color: #333;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0.5rem;

}
.text-box{
  font-size: 36px;
  margin-bottom: 0.4rem;
  color: #22c0e3;
}
.test-box i{
  color:var(--primary-color);
  font-size: 35px;
  margin-bottom:0.6rem;
  font-weight:800;
  display:none;
}

.test2 h4{
  color:#333;
}
.test2 p{
  color:#333;
  font-weight:500;
}
.test3 p{
  color:#333;
}
.test3{
  background-color: #f0f0f0;
}

.test3 p{
  color:#333;
}
.test3 h4{
  color:#333;
}
.ri-wrapper .test-box{
  min-height:150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0rem;
}
.ri-wrapper .test-box h2{
font-weight: 800;
color:#23657d;
font-size: 40px;
margin-bottom: 1rem;
}
.ri-wrapper .test-3 h2{
color:#23657d;

}
.ri-wrapper .test-1{
    background:#f0f0f0;
}
.ri-wrapper .test-3 p{
  font-weight: 600;
}
.star i{
  color:var(--yellow);
}


   
.slider__navi {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(345%);
	-webkit-transform: translateY(345%);
	-moz-transform: translateY(345%);
	-ms-transform: translateY(345%);
	-o-transform: translateY(345%);
	z-index: 999;
}

.slider__navi a {
  display: block;
  height: 10px;
  width: 40px;
  margin: 20px 0;
  text-indent: -9999px;
  box-shadow: none;
  border: none;
  background: #22c0e3;
}

.slider__navi a.active {
	background: rgba(255,255,255,1);
}


.flex__container {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap; 
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	height: 90vh;
	width: 100%;
	z-index: 1;
}

.flex__container.flex--active {
	z-index: 2;
}

.text--sub {
  font-size: 21px;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: white;
  font-weight: 700;

}

.text--big {
	font-family: 'Poppins', sans-serif;
	font-size: 6.5em;
	font-weight: 700;
	line-height: 110px;
  margin-left: -8px;
}

.text--normal {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 22px;
	margin-top: 25px;
}

.text__background {
	font-family: 'Poppins', sans-serif;
	position: absolute;
	left: 72px;
	bottom: -60px;
	color: rgba(0,0,0,0.05);
	font-size: 170px;
	font-weight: 700;
}

.flex__item {
	height: 100vh;
	color: #fff;
	transition: transform 0.1s linear;
}

.flex__item--left {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	width: 65%;
	transform-origin: left bottom;
	transition: transform 0.1s linear 0.4s;
	opacity: 0;
	position: relative;
	overflow: hidden;
}

.flex__item--right {
	width: 35%;
	transform-origin: right center;
	transition: transform 0.1s linear 0s;
	opacity: 0;
}

.flex--preStart .flex__item--left,
.flex--preStart .flex__item--right,
.flex--active .flex__item--left,
.flex--active .flex__item--right {
	opacity: 1;
}

/* Piplup */

.flex--piplup .flex__item--left {
	background: #3e9fe6;
}

.flex--piplup .flex__item--right {
	background: #d3eaef;
}

/* Pikachu */

.flex--pikachu .flex__item--left {
	background: #22c0e3;
}

.flex--pikachu .flex__item--right {
	background: #1d5972000;
}

/* Blaziken */

.flex--blaziken .flex__item--left {
	background: #08839e;
}

.flex--blaziken .flex__item--right {
	background: #262625;
}

/* Dialga */

.flex--dialga .flex__item--left {
	background: #476089;
}

.flex--dialga .flex__item--right {
	background: #ade8f7;
}

/* Zekrom */

.flex--zekrom .flex__item--left {
	background: #424242;
}

.flex--zekrom .flex__item--right {
	background: #a7bcbb;
}

.flex__content {
	margin-left: 80px;
	width: 55%;
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: transform 0.2s linear 0.2s, opacity 0.1s linear 0.2s;
}

.pokemon__img {
	position: absolute;
	bottom: 20px;
	right: 15%;
	max-height: 40vw;
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: opacity 0.43s 0.6s, transform 0.4s 0.65s cubic-bezier(0, 0.88, 0.4, 0.93);
}

/* Animate-START point */

.flex__container.animate--start .flex__content {
	transform: translate3d(0,-200%,0);
	opacity: 0;
}

.flex__container.animate--start .pokemon__img {
	transform: translate3d(-200px,0,0);
	opacity: 0;
}

/* Animate-END point */

.flex__container.animate--end .flex__item--left {
	transform: scaleY(0);
}

.flex__container.animate--end .flex__item--right {
	transform: scaleX(0);
}

.flex__container.animate--end .flex__content {
	transform: translate3d(0,200%,0);
	opacity: 0;
}

.flex__container.animate--end .pokemon__img {
	transform: translate3d(200px,0,0);
	opacity: 0;
}
.service-sec{
  position:relative;
}
.blink-con ul{
  margin-top: 2rem;;
}
.blink-con ul li{
  font-size: 30px;
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #fff;
  cursor:pointer ;
      background: #3a3939;
    padding: 1rem;

}

.blink-con ul li i{
  color:var(--primary-color);
  margin-right: 1rem;
}

.enter-ser:hover .left-wthree-img {
 display: none;
}


/*--------smart-device start------------*/
.smart-device{
  padding: 70px 0px;
  background-color: #f5f5f5;
}
.smart-device-box{
  width: 100%;
  text-align: center;
}
.smart-device-box p{
    font-size: 14px;
    color: #255f77;
    font-weight: 500;
    padding: 0px 235px;
}
.smart-device-box1{
  width: 100%;
  padding: 20px;
  margin: 70px 0px 10px;
  position: relative;
}
.smart-device-box1 .para5{
font-weight: 700;
font-size: 19px;
color: #333;
}
.smart-device-box1 .para5 b{
      font-size: 104px;
    position: absolute;
    top: -2px;
    opacity: 0.1;
    font-weight: 500;
    left: 276px;
}
.smart-device-box1  .p1{
 font-size: 14px;
    color: #255f77;
    font-weight: 500;
}


.heading-design .p1 {
    color: #444444;
    font-weight: 100;
    font-style: inherit;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: unset;
    font-family: sans-serif;

}
.smart-device .title-style-2{
  font-size: 24px;
}
.smart-device .title-style-2 span{
  color:var(--primary-color;)
}

/* portfolio */

.port-img img{
  width:100%;
  border-radius: 10px;
}
.port-title h2{
  font-size: 40px;
    font-weight: 700;
    margin-bottom: 3rem;
    line-height: 1.4;
}
.port-title h2 span{
  color:var(--primary-color);
}

.portfolio-sec{
  padding:60px 0 80px;
  background-color: #fff;

}
.port-footer h5{
  font-weight: 600;
  margin: 1rem 0;
}
.port-footer h2{
  font-size: 50px;
  font-weight:700;
  color:var(--primary-color);
  padding:1rem 0;
}
.port-footer{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.project-btn{
margin-left: auto;
}
.project-caption{
  text-align: center;
  position: absolute;
  top: 40%;
  padding: 2rem 1rem;
  bottom: 0;
  left: 0;
  right: 0;

}

.portfolio-sec .section-heading{
    margin-bottom:2rem;
    line-height:53px;
}
.portfolio-sec .card-body h4{
    font-weight:700;
    font-size:22px;
    margin-bottom:0.4rem;
    font-family: 'Lato', sans-serif !important;
    letter-spacing: 2px;
}
.project-caption h2{
  color:#fff;
  font-size: 40px;
  font-weight: 700;
}
.port-img{
  position: relative;
  cursor: pointer;
  transition: 1s;
  height: 725px;
  overflow: hidden;
}
.project-caption p{
  color:#fff;
  font-size: 18px;
  font-weight: 400;
  padding: 2rem;
}
.port-hidden .project-caption{
  visibility: hidden;
  transition: 1s;

}
.port-hidden:hover.port-hidden .project-caption{
  visibility: visible;
  transition: 1s;

}
.port-img img{
  transition: 1s;
}
.port-img:hover.port-img img{
  transform: scale(1.05);
}

@media (max-width: 767px) {
.navbar .navbar-brand img{
  width:150px;
}


.about-sec .carousel-item{
  padding: 0;
}

.carousel-indicators{
  margin:0;
  padding: 0;
}
.slide-dot .slide1 {
  position: absolute;
  left: 8%;
  color: var(--primary-color);
  bottom: 3px;
  z-index: 10;
  cursor: pointer;
}

.slide-dot .slide2 {
  position: absolute;
  left: 43%;
  color: var(--primary-color);
  bottom: 3px;
  z-index: 10;
  cursor: pointer;
}
.slide-dot .slide3 {
  position: absolute;
  left: 75%;
  color: var(--primary-color);
  bottom: 3px;
  z-index: 10;
  cursor: pointer;
}
.blink-con .two-box{
  display: block;
  position: relative;
  left:0;
  bottom:0;
}
.blink-con .two-box div{
  width:100%;
}
.blink-con .two-box .b-1{
  margin-bottom:1rem;
  margin-top:1rem;
}

.w3l-aboutblock{
  margin-bottom: 0rem !important;
  position:relative;
  
}
.blog-slider::after{
    content: "";
            width: 50%;
            height: 100px;
            position: absolute;
            top: -48px;
            left: 0;
            background: rgb(2, 94, 25);
            transform: skewY(8deg);
}
.port-img {
height:auto;
margin-bottom: 2rem !important;


}

.project-btn{
  margin-left: 0;
}
.service-section .container-fluid{
  padding:0 0px;
}

.portfolio-sec {
margin:0rem 0;

}


.portfolio-sec .about-btn{
  display: none;
}

.service-section .card{
 margin-bottom: 3rem !important;
}

#testimonials .container-fluid{
  padding:0 0px;
}

.test-box {

  padding: 2rem;
  margin-bottom: 1rem;
}


.ri-wrapper .test-box h2{
  text-align: center;
}
.brand-sec .col-6{
    min-width:100%;
}

.portfolio-sec .container-fluid{
    padding:0 0px !important;
}
footer .container-fluid{
        padding:0 0px !important;

}


.feature-block-two{
	position: relative;
	margin-bottom: 30px;
}

.aboutHm01-col-7{
    margin-top:1rem;
       padding: 0 !important;
}
.aboutHm01-col-5 {
       padding: 0 !important;
}

.about-company-content h3{
    margin-bottom:1rem;
    margin-top:2rem;
}
.about-company-content .secTitle {
    font-size: 18px;
    line-height: 23px;

}

.aboutCompany01-LeftContent .col-md-12{
    padding:0;
}
.aboutPage {
    padding: 57px 0 40px !important;
}

.ourMission-Rowitems .col-md-12{
    padding:0 !important;
}
.vision-sec .col-md-12{
    padding:0 !important;
}
.w3l-clients .testimonial{
    padding-bottom:10px;
    padding-top:10px;
}


#testimonials {
  
    padding: 0 15px;
}

#testimonials .banner-middle .col-md-4{
    padding:0 !important;
}





}


/*----aboutpage-----*/

/*-----------------------------------------
/  06. Pages-titleBar Css
/-----------------------------------------*/
.pageBanner {
  position: relative;
  background: url(../images/inner-banner.webp) no-repeat center center / cover #1c2035;
  z-index: 1;
  overflow: hidden;
  min-height:550px;
}
.auto-banner {
  position: relative;
  background: url(../images/auto-in-banner.webp) no-repeat center center / cover #1c2035;
  z-index: 1;
  overflow: hidden;
}
.enter-banner {
  position: relative;
  background: url(../images/enter-in-banner.webp) no-repeat center center / cover #1c2035;
  z-index: 1;
  overflow: hidden;
}
.security-banner {
  position: relative;
  background: url(../images/security-in-banner.webp) no-repeat center center / cover #1c2035;
  z-index: 1;
  overflow: hidden;
  min-height:570px;
}
.portfolio-banner {
  position: relative;
  background: url(../images/portfolio.webp) no-repeat center center / cover #1c2035;
  z-index: 1;
  overflow: hidden;
  min-height:570px;
}
.about-banner {
  position: relative;
  background: url(../images/about-banner.webp) no-repeat center center / cover #1c2035;
  z-index: 1;
  overflow: hidden;
  min-height:570px;
}
.contact-banner {
  position: relative;
  background: url(../images/contact-banner.webp) no-repeat center center / cover #1c2035;
  z-index: 1;
  overflow: hidden;
  min-height:570px;
}



.pageBanner .container {
  position: relative;
  z-index: 2;
}
.pageBanner::after {
  position: absolute;
  content: "";
  top:0;
  bottom: 0
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.pageBannerContent {
  position: relative;
  padding: 187px 0 204px;
}
.pageBannerContent h2 {
  font-size: 80px;
  line-height: 1.1;
  color: #ffffff;
  margin: 0px 0 0;
      font-weight:700;   

}
.pageBannerPath {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #22c0e3;
  margin: 0 0 4px;
  font-weight:700;
}
.pageBannerPath a,
.pageBannerPath span {
  color: inherit;
  font-size: inherit;
}
.pageBannerPath a:hover {
  color: #9ebbbd;
}

 /*-----------------------------------------
  /  03. Home Company Css
  /-----------------------------------------*/
  .aboutCompany01 {
    padding: 73px 0px 147px;
    background-color: #fbf7f4;
  }
  .home2-OurAgency {
    padding: 97px 0px 168px;
    background: #f9f9f9;
  }
  /* About page  */
  .aboutPage {
    padding: 102px 0 40px;
    background: #ffffff;
    overflow:hidden;
  }
  section.Our-Mission-area {
    padding: 55px 0 104px;
    position:relative;
  }
  .ms-img{
      position:relative;
  }
  .ms-img img{
     position: absolute;
    right: 0%;
    width: 1000px;
    top: -93px;
  }
  .Our-Mission-area img{
      border-radius:10px;
  }
  .Our-Mission-area .col-lg-8{
      margin:auto;
  }
.about-company-content .secTitle {
    margin-bottom: 17px;
}
.aboutHm01-col-5 {
    padding-right: 10px;
}
.aboutHm01-col-7 {
    padding-left: 10px;
    padding-right: 15px;
}
.aboutCompany01-desc {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 48px;
}
.about-company-content {
    /*padding: 0 23px 0 31px;*/
}
.about-company-content .head3{
    line-height:1;
}
.iconBox02 {
    padding: 0 45px 0 81px;
    position: relative;
}
.iconBox02 h3 {
    font-size: 26px;
    margin-bottom: 18px;
    color: #1c2035;
    line-height: 1.1;
    font-weight:700;
}
.iconBox02 p {
    font-size: 18px;
    line-height: 32px;
    color: rgba(28, 32, 53, 0.8);
    font-weight: 400;
}
.iconBox02 {
    margin: 0 0 38px;
}
.strategy-iconBox {
    margin: 0 0 32px;
}
.iconBox02-icon {
    width: 62px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    background-color: var(--primary-color);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    position: absolute;
    left: 0;
    top: 0;
}
.iconBox02:hover .iconBox02-icon {
    background-color: #1e95ff;
}
.iconBox02-icon i {
    font-size: 36px;
    color: #ffffff;
}
.anmoCounter01 span{
    color:#fff;
    font-weight:700;
}
.aboutCompany01-readMore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
    padding-top: 29px;
}
.aboutCompany01-readMore p {
    font-size: 26px;
    line-height: 38px;
    font-weight: 500;
    margin-right: 26px;
    max-width: 322px;
    width: 100%;
    margin-bottom: 0px;
    color: #1c2035;
}

.aboutCompany01-LeftContent {
    padding-top: 6px;
}
.aboutCompany01-LeftContent > .row:not(:last-child) {
    margin-bottom: 43px;
}
.homeAbout-company-mainThumb {
    border-radius: 4px;
    position: relative;
    padding: 0 3px 0 0;
}
/*.homeAbout-company-mainThumb:before {*/
/*    position: absolute;*/
/*    top: -33px;*/
/*    left: 0;*/
/*    content: "";*/
/*    width: 19px;*/
/*    height: 91px;*/
/*    background: #1e95ff;*/
/*}*/
/*.homeAbout-company-mainThumb:after {*/
/*    position: absolute;*/
/*    top: 52px;*/
/*    left: 26px;*/
/*    content: "";*/
/*    width: 19px;*/
/*    height: 91px;*/
/*    background: var(--primary-color);*/
/*}*/
.aboutCompany01-LeftContent img {
    width: 100%;
    border-radius: 4px;
    min-height:200px;
}
.anmoCounter {
    text-align: center;
    background-color: #3482ff;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    padding: 33px 9px;
}
.anmoCounter01 {
    position: relative;
    margin: 0 0 3px;
}
.anmoCounter01 .timer {
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 60px;
}
.anmoCounter01 .timerSuffix {
    color: #ffffff;
    font-size: 18px;
}
.anmoCounter01-desc {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}
.secSubTitle {
    font-size: 49px;
    line-height: 1;
    color: grey;
    font-weight: 500;
    opacity:0.2;
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 0;
      font-weight:800;   
     font-family: sans-serif;
    /*-webkit-text-stroke-width: 1px;*/
    /*-webkit-text-fill-color: #c1c1c1a8;*/
}

.secTitle {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 6px;
    color: #1c2035;
    font-weight: 800;
}
.secTitle span{
    color:#333;
}
.our-Mission-content .secTitle {
    font-size: 20px;
    line-height: 33px;;
    margin: 0 0 6px;
    color: #6f6f6f;
    font-weight: 700;
}
  .Hero-Section {
    padding: 31px 0 26px;
    background:linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
  }

.Hero-content h3 {
    font-size: 24px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 500;
    font-family: "Kumbh Sans", sans-serif;
    margin: 0;
}

.Hero-Section .btn-custom {
      background: rgb(36,95,119); background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
    color: white;
    padding: 1rem;
    font-weight: 500;
    border-radius: 5px;
}

/* 19. contact */
.contact_box_wrap{
    margin-bottom:3rem;
}
.contact_box_wrap .single_contact {
	padding: 20px;
	background: #fff;
	display: flex;
	align-items: center;
}
.contact_box_wrap .single_contact .contact_icon {
	background: #f8f8f8;
	font-size: 40px;
	text-align: center;
	line-height: 100px;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	color: #282828;
}
.contact_box_wrap .single_contact .contact_icon img{
    width:50px;
}
.contact_box_wrap .single_contact .contact_text {
	width: calc(100% - 120px);
}
.contact_box_wrap .single_contact .contact_text h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.contact_box_wrap .single_contact .contact_text p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0;
}
.contact_map {
	height: 480px;
	padding-left: 30px;
	margin-bottom: 30px;
}
.contact_map iframe {
	height: 480px;
	width: 100%;
	border: 0;
}
.contact_info_area{
    
    padding-top:4rem;
    padding-bottom:4rem;
}

.contact_icon i{
    color:#245f77;
    
}






* 18. check out */
.from_wrapper {
	padding: 60px;
	background: #ffff;
	position: relative;
}
.from_wrapper .radio_wrap {
	margin-bottom: 40px;
}
.from_wrapper .radio_wrap h3 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 30px;
}
.from_wrapper .radio_wrap ul li input {
	width: 0;
	height: 0;
}
.from_wrapper .radio_wrap ul li {
	display: inline-block;
	margin-right: 30px;
}
.from_wrapper .radio_wrap ul li label {
	font-size: 18px;
	color: #12100d;
}
.from_wrapper form .form_title h3 {
	font-size: 25px;
	margin-bottom: 35px;
	font-weight: 700;
}
.from_wrapper form label {
	font-size: 15px;
	color: #12100d;
	margin-bottom: 15px;
}
.from_wrapper form input, .from_wrapper form textarea {
	width: 100%;
	height: 55px;
	border: 0;
	padding: 0 20px;
	margin-bottom: 30px;
	background-color: #fff;
	border: 1px solid transparent;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.from_wrapper form input:focus, .from_wrapper form textarea:focus {
	outline: none;
	box-shadow: none;
	border-color: #12100d;
}
.from_wrapper form textarea {
	height: 180px;
	padding: 15px;
}
.checkout_form_footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.checkout_form_footer .total_price {
	font-size: 20px;
	font-weight: 500;
	margin-right: 50px;
	color: #0c0c0c;
}
.from_wrapper .payment_img {
	position: absolute;
	top: 50px;
	right: 60px;
}
.contact_area{
        background: #f8f8f8;
    padding: 4rem 0;
}



.portfolio-sec .container-fluid {
    padding:0 50px;
}

.portfolio-sec .card {
  margin: 1px;
  background-color: #fff;
  border-radius: 10px;
  /*box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);*/
  overflow: hidden;
  height:100%;
  width: 100%;
}
.portfolio-sec .card-header{
    padding:0;
}
.portfolio-sec .card-header img {
  width: 100%;
  object-fit: cover;
  transition:1s;
  overflow:hidden;
}
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #333;
}
.portfolio-sec .slick-dots li button:before{
    margin-top:2rem;
    font-size:13px;
}
.portfolio-sec .card-header img:hover{
    /*transform:scale(1.05);*/

}
.portfolio-sec .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  min-height: 250px;
}

.portfolio-sec .tag {
  background: #cccccc;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
}
 .portfolio-sec .tag-teal {
  background-color: #47bcd4;
}
.portfolio-sec .tag-purple {
  background-color: #5e76bf;
}
.portfolio-sec .tag-pink {
  background-color: #cd5b9f;
}

.portfolio-sec .card-body p {
  font-size: 15px;
  margin: 0 0 20px;
}
.portfolio-sec .user {
  display: flex;
  margin-top: auto;
}
.portfolio-sec .btn-custom{
     color: #1b9bb3;
    background: transparent;
    /*background-image: -webkit-gradient(linear, left top, right top, from(#245f77), to(#1b9bb3));*/
    /*background-image: linear-gradient(90deg, #245f77, #1b9bb3);*/
    display: inline-block;
    padding: 14px 30px;
    border: 2px solid;
    position: relative;
    z-index: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

/*.portfolio-sec .btn-custom::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: -2px;*/
/*  top: -2px;*/
/*  width: -webkit-calc(100% + 4px);*/
/*  width: calc(100% + 4px);*/
/*  height: -webkit-calc(100% + 4px);*/
/*  height: calc(100% + 4px);*/
/* background-image: -o-linear-gradient(left, #245f77, #1b9bb3);*/
/*    background-image: -webkit-gradient(linear, left top, right top, from(#245f77), to(#1b9bb3));*/
/*    background-image: linear-gradient(90deg, #245f77, #1b9bb3);*/
/*  z-index: -2;*/
/*  transition: .4s;*/
/*  -webkit-transition: .4s;*/
/*  -moz-transition: .4s;*/
/*  -ms-transition: .4s;*/
/*  -o-transition: .4s;*/
/*  border-radius: 5px;*/
/*  -webkit-border-radius: 5px;*/
/*  -moz-border-radius: 5px;*/
/*  -ms-border-radius: 5px;*/
/*  -o-border-radius: 5px;*/
/*}*/

/*.portfolio-sec .btn-custom::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: -o-linear-gradient(left, #fff, #fff);*/
/*  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));*/
/*  background: linear-gradient(90deg, #fff, #fff);*/
/*  z-index: -1;*/
/*  transition: .4s;*/
/*  -webkit-transition: .4s;*/
/*  -moz-transition: .4s;*/
/*  -ms-transition: .4s;*/
/*  -o-transition: .4s;*/
/*  border-radius: 4px;*/
/*  -webkit-border-radius: 4px;*/
/*  -moz-border-radius: 4px;*/
/*  -ms-border-radius: 4px;*/
/*  -o-border-radius: 4px;*/
/*}*/

.portfolio-sec .btn-custom:hover {
  color: #fff;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.portfolio-sec .btn-custom:hover::after {
  background: -o-linear-gradient(left, #245f77, #1b9bb3);
  background: -webkit-gradient(linear, left top, right top, from(#245f77), to(#1b9bb3));
  background: linear-gradient(90deg, #245f77, #1b9bb3);
}


.portfolio-sec .btn-custom:hover{
      background: rgb(36,95,119); background: linear-gradient(90deg, rgba(27,155,179,1 ) 0%, rgba(36,95,119,1) 100%);
    color:white;
    
}
.portfolio-sec .user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.portfolio-sec .user-info h5 {
  margin: 0;
}
.portfolio-sec .user-info small {
  color: #545d7a;
}



/*service slider*/
.blog-slider {
    width: 100%;
    position: relative;
    max-width: 75%;
    margin: auto;
    padding: 25px;
    border-radius: 25px;
    height: 502px;
    transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }


}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 580px;
  flex-shrink: 0;
  height: 580px;
  /*background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);*/
  /*box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);*/
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);*/
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 54px;
  font-weight: 800;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image:linear-gradient(147deg, #828485 0%, #333 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
    background: rgb(36,95,119); background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
.w3l-aboutblock{
        margin-bottom: rem;
    /*background: #ebebeb;*/
    position:relative;
    padding: 0rem 0;
    padding-bottom:0rem;
}
.w3l-aboutblock .title-style-2{
    margin-bottom:2rem !important;
    font-size:50px;
    
}
.title-style-2 svg{
        position: absolute;
    bottom: -54%;
    left: 41%;
}
.w3l-aboutblock h3.title-style-2::after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 2px;
    background: var(--primary-color);
    left: 43%;
    top: 116%;
}

/*.title-style-2::after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 100px;*/
/*    height: 2px;*/
/*    background: var(--primary-color);*/
/*    left: 40%;*/
/*    top: 116%;*/
/*}*/
.portfolio-sec .title-style-2::after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 2px;
    background: var(--primary-color);
    left: 46%;
    top: 116%;
} 
.blink-con ul li img{
    width:50px;
    margin-right:1rem;
    filter:invert(1);
}
.blink-con ul .auto-ser{
    
}

.info-banner-box{
        box-shadow: 0px 0px 9px 0px #e7e7e7;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 2rem;
    border-bottom: 4px solid grey;
    min-height:155px;
    background:#fff;
}
.info-banner-box h3{
       font-size: 16px;
    font-weight: 700;
    margin-top: 0rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Lato';
    }
.info-banner-box i{
        font-size: 35px;
    color: #207b93;
}
.info-banner-box img{
    width:50px !important;
}
.blink-ser-box img{
    width:50px;
    display:none;
}

.blink-ser-box{
      background: #fff;
    padding: 1rem;
    border-radius: 0px;
    margin-bottom: 2rem;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    box-shadow: 0px 0px 10px 0px #8080804a;
    transition: 0.4s;
    position:relative;
}
.blink-ser-box:before{
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 1.3s;
    transition: opacity 0.35s, transform 1.3s;
    border-right: 1px solid #21728a;
    border-left: 1px solid #21728a;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.blink-ser-box:after{
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 1.3s;
    transition: opacity 0.5s, transform 1.3s;
    border-top: 1px solid #21728a;
    border-bottom: 1px solid #21728a;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.blink-ser-box:hover:after, .blink-ser-box:hover:before{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.blink-ser-box h3{
        font-size: 20px;
    margin: 1rem 0;
    font-weight: 800;
}
.blink-ser-box h3 a{
    text-decoration:none;
    color:#333;
}

.auto-ser{
    /*background:#545252 !important;*/
    color:#333 ;
}




.blink-ser-box:hover{
/*      background: rgb(36,95,119);*/
/*background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);*/
    color:#818080 !important;
}
.blink-ser-box:hover.blink-ser-box h3 a {
    color:#333;
}
.blink-ser-box:hover.blink-ser-box img{
    filter:invert(1);
}

.blink-ser-box:hover.blink-ser-box p {
    color:#818080;
}

.enter-ser:hover.auto-ser{
    background:red !important;
    color:#fff !important;
}

.brand-sec{
    padding:5rem 0 1rem!important;
}
.brand-sec .brand-r{
    /*box-shadow: 0px 0px 9px 0px #ebebeb;*/
    padding:1rem 0rem 3rem;
    border-radius: 10px;
    background: transparent;
   min-height: 570px;
    /*margin-top: 18%;*/
   
}

.brand-sec ul.tabs{
   display:flex;
   align-items:center;
   justify-content:space-between;
   margin-bottom: 3rem;
  
}

  .brand-sec  ul.tabs li{
      background: #f9f9f9;
    display: flex;
    justify-content:center;
    flex-wrap:wrap;
    align-items: center;
    margin: 9px;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 19px;
    font-weight: 900;
    width: 100%;
    margin: 1rem auto;
    cursor: pointer;
    position: relative;
    border-radius: 0px;
    font-family: 'Lato', sans-serif !important;
     letter-spacing :4px;
    padding: 40px 0px;
    /*filter:grayscale(1);*/
    text-transform:uppercase;
    color:#000;

   

  } 
  .brand-sec .card{
      border:none !important;
  }
  .brand-sec .card-header{
      background-color:transparent;
  }
  .brand-sec  ul.tabs li svg{
   position: absolute;
    fill: transparent;
    bottom: -37px;
    right: 0;
  }
    .brand-sec  ul.tabs li.current svg{
    position: absolute;
    fill: #24637b;
    bottom: -37px;
    right: 0;

   }
   
   .brand-sec  ul.tabs li img{
        margin-right:1rem;
        width:35px;
        filter:brightness(0.5);
     }
  
 .brand-sec  ul.tabs li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 1s !important;
    /*box-shadow: -3px 2px 15px 2px #ddd;*/
}
   
    
  .brand-sec  ul.tabs li.current{
      color: #fff;
    /*box-shadow: inset -3px 1px 12px 6px #dddddd91;*/
    background:linear-gradient(90deg, rgba(27,155,179,1) 0%, rgba(36,95,119,1) 100%) !important;
    /*border-bottom: 2px solid #21768e;*/
     filter:none;

    }
    .brand-sec  ul.tabs li.current img{
        filter:invert(1);
    }
  .brand-sec  .tab-content{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
    color: #333;
    font-size: 21px;
    line-height: 2;
    background: transparent;
    width: 100%;
    padding: 17px;
    height: 100%;
        display: flex;
    flex-direction: column;
    align-items: left;
    /*justify-content: center;*/
    transform:scale(0.7);
    transition:1s;
    }
    .brand-sec .tab-content.current{
        transform:scale(1);
    }
      .brand-sec  .tab-content .row{
          width:100%;
      }
  .brand-sec  .tab-content.current{
      opacity: 1;
      visibility: visible;
    }

.brand-sec .container-fluid {
    padding: 0 50px;
}
.brand-b img{
    width:50%;
    transition:1s;
}
.brand-b{
          margin-bottom: 1rem;
    /*box-shadow: 0px 0px 9px 0px #e8dfdf;*/
    padding:0.6rem 1.2rem;
    border-radius: 3px;
    display:flex;
    align-items:center;
    justify-content:center;
        justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 10px;

}
.brand-b img:hover{
    transform:scale(1.25);
}
.brand-sec .title-style-2{
    margin-bottom:3rem !IMPORTANT;
}

/*automationpage*/
/*** 

====================================================================
	Security Features 
====================================================================

***/

.security-features{
	position: relative;
	padding: 65px 0 120px;
	margin-top: -120px;
	z-index: 1;
}

.purple-gradient-one{
	background: -webkit-linear-gradient(90deg, #d5f8ff, #f9feff);
    background: -o-linear-gradient(90deg, #d5f8ff, #f9feff);
    background: -moz-linear-gradient(90deg, #d5f8ff, #f9feff);
   background: linear-gradient(90deg, #d5f8ff, #f9feff);
    border-color: transparent;
    -webkit-background-clip: border;
    -moz-background-clip: border;
    background-clip: border-box;
    -webkit-background-origin: border;
    -moz-background-origin: border;
    background-origin: border-box;
}

.purple-gradient-two{
	clip-path: polygon( 100% 0, 50% 60px, 50% calc(100% - 60px), 100% 100% );
    -webkit-clip-path: polygon( 100% 0, 50% 60px, 50% calc(100% - 60px), 100% 100% );
    background: linear-gradient(49deg, rgba(255,255,255,0.1), rgb(112 151 166 / 17%));
}

.security-features .feature-block-two:first-child,
.security-features .feature-block-two:last-child{
	margin-top: -20px;
}

.feature-block-two{
	position: relative;
	margin-bottom: 0px;
}

.feature-block-two .inner-box{
	position: relative;
	text-align: center;
}

.feature-block-two .icon-box{
	position: relative;
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two .inner-box:hover .icon-box{
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

.feature-block-two .icon_shape{
	position: absolute;
	width: 170px;
	height: 200px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.feature-block-two .icon_shape svg{
    fill: #ffffff;
    stroke: rgb(27 155 179 / 44%);
    stroke-width: 4px;
}

.feature-block-two .icon{
	position: relative;
	font-size: 74px;
	color: #333;
	width:65px;
}

.feature-block-two .lower-content{
	position: relative;
	padding-top: 20px;
}
.project-block .lower-content h4{
    	margin-top:1rem;

}

.feature-block-two .lower-content h4{
	font-size: 24px;
	color: #333;
	font-weight: 700;
	margin-bottom: 10px;
}

.feature-block-two p{
	color: #818080;
	margin-bottom: 15px;
	/*display:none;*/
}

.feature-block-two .link{
	font-size: 28px;
	color: #ffffff;
	line-height: 1em;
}

/*** 




/*** 

====================================================================
	Background Layers
====================================================================

***/

.background-layers{
	/* position: absolute; */
	/* height: 100%; */
	/* width: 100%; */
	/* left: 0; */
	/* top: 0; */
}

.cws-image-bg{
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0% 120px, 60% 60px, 100% 120px, 100% 100%, 50% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 60% 60px, 100% 120px, 100% 100%, 50% 100%, 0% 100%);
}

.cws-image-bg.style-two{
    clip-path: polygon(0% 120px, 50% 60px, 100% 120px, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 120px, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.cws-image-bg.style-three{
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
}

.cws-image-bg.style-four{
    clip-path: polygon(0% 0%, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% calc(100% - 120px));
    /* -webkit-clip-path: polygon(0% 0%, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% calc(100% - 120px)); */
}

.cws-image-bg.style-five{
    clip-path: polygon(0% 0%, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% 100%);
}

.cws-image-bg.style-six{
	clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
}

.cws-image-bg.style-seven{
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.cws-image-bg.style-eight{
    clip-path: polygon(0% 0%, 54% 60px, 100% 0%, 100% calc(100% - 120px), 54% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 54% 60px, 100% 0%, 100% calc(100% - 120px), 54% calc(100% - 60px), 0% 100%);
}
.cws-image-bg.style-nine{
       background-position: 50% 50%;
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}
.explore-btn .btn-custom {
       text-decoration: none;
    color: #ffffff !important;
    font-weight: 700;
    background: transparent;
    border: 2px solid rgb(255 255 255);
}
.explore-btn .btn-custom:hover{
    border: 2px solid #fff;
    color:#fff !important;
}
.card-body h3{
    font-size:18px;
    font-weight:700;
}
.products-section .slick-dots{
    display:none !important;
}
.products-section .slick-next:before, .products-section .slick-prev:before {
    font-family: slick;
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #ffffff !important;
}
.products-section .slick-slider{
    margin-top:3rem;
}
.cws-triangle-overlay,
.cws-overlay-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.cws-triangle-overlay.bottom-right,
.cws-triangle-overlay.bottom-left{
	height: 120px;
	left: 0;
	bottom: 0;
	top: auto;
}

.cws-background-image{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.cws-overlay-bg.bg-green{
	background-color: rgba(83,151,96,0.9);
}

.auto-banner{
    min-height:600px;
}
/*** 


/*** 

====================================================================
	Security Package
====================================================================

***/

.security-package{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 180px 0 ;
	margin-top: -120px;
}


.security-package .content-column{
	position: relative;
	margin-bottom: 50px;
}

.security-package h4{
	font-size: 30px;
	line-height: 1.4em;
	margin-bottom: 25px;
	font-weight: 800;
}

.package-list{
	position: relative;
	margin-bottom: 35px;
}

.package-list li{
	position: relative;
	/*float: left;*/
	/*width: 50%;*/
	padding-left: 1.3em;
	margin-bottom:1rem;
	font-size:18px;
}

.package-list li:before{
	position: absolute;
    top: 13%;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f023";
    font-size: 13px;
    color: #333;
    font-weight: 900;
}

.security-package .image-column{
	position: relative;
}

.security-package .image-column .imageii {
    /* margin-bottom: 35px; */
    position: absolute;
    bottom: -16%;
}
.security-package .image-column .imageii img{
    width:100%;
}
/*** 

====================================================================m
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:30px;
}

.sec-title h2{
	position: relative;
	display: block;
    font-size: 60px;
    line-height: 1.2em;
    color: #333;
    font-weight: 800;
}

.sec-title h3{
	position: relative;
	display: block;
	font-size: 40px;
    line-height: 1.2em;
    font-weight: 800;
    margin-bottom: 10px;
}

.sec-title h4{
	position: relative;
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 5px;
}

.sec-title .text{
	position: relative;
	margin-top: 24px;
	color:#898080;
}

.sec-title .divider{
	position: relative;
	display: block;
	width: 100%;	
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center;
}

.sec-title.light .text,
.sec-title.light .icon,
.sec-title.light  h3,
.sec-title.light h2{
	color: #fff;
}

.inner-page .container-fluid{
  padding:0 50px;
  position:relative;
}


/*** 

====================================================================
	Features Section Four
====================================================================

***/

.features-section-four{
	position: relative;
	padding: 210px 0 120px;
	margin-top: -180px;
    z-index: 3;
}
/*.features-section-four::after{*/
/*    content:'';*/
/*    display:block;*/
/*    position:absolute;*/
/*    left:0;*/
/*    right:0;*/
/*    top:0;*/
/*    bottom:0;*/
/*    background:rgba(0,0,0,0.5);*/
/*    width:100%;*/
/*    height:100%;*/
/*}*/
.features-section-four .cws-image-bg{
    clip-path: polygon(0% 0%, 60% 60px, 100% 0%, 100% 100%, 40% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 60% 60px, 100% 0%, 100% 100%, 40% calc(100% - 60px), 0% 100%);
}

.features-section-four .cws-overlay-bg{
	clip-path: polygon( 0 0, 61% 0, 39% 100%, 0 100% );
    -webkit-clip-path: polygon( 0 0, 61% 0, 39% 100%, 0 100% );
    background: linear-gradient(45deg, #1d5972, rgb(27 155 179 / 33%));
}

.features-section-four .upper-column{
	position: relative;
	margin-bottom: 25px;
}

.features-section-four .sec-title{
	margin-bottom: 35px;
}

.features-section-four .sec-title h3{
	font-size: 52px;
}

.features-section-four .device-features{
	margin-bottom: 20px;
}

.features-section-four .device-features li{
	margin-right: 25px;
}

.features-section-four .device-features li .icon{
	color: #a4a2a1;
	border-color: #a4a2a1;
}

.features-section-four .content-column .inner-column{
	position: relative;
	padding-top: 200px;
}



/***

==================================================================
		Call To Action
==================================================================

***/

.call-to-action{
	position: relative;
	padding: 150px 0;
	margin-top: -45px;
}
.call-to-action::after{
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:rgba(0,0,0,0.3);
}
.call-to-action .sec-title .text{
	position: relative;
	margin-top: 24px;
	color:#ececec;
}

.call-to-action .auto-container{
    position:relative;
    z-index:1;
}
.call-to-action .sec-title h2{
	font-size: 52px;
}

.call-to-action .sec-title .text{
	margin-bottom: 35px;
}

.call-to-action .sec-title .btn-box{
	/*float: right;*/
}



/*** 

====================================================================
	Fluid Section One 
====================================================================

***/

.fluid-section-one{
	position: relative;
	padding: 120px 0;
	margin-top: -180px;
	z-index: 1;
}

.fluid-section-one .cws-image-bg{
	clip-path: polygon(0% 120px, 55% 60px, 100% 120px, 100% 100%, 55% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 55% 60px, 100% 120px, 100% 100%, 55% calc(100% - 60px), 0% 100%);
}

.fluid-section-one .cws-image-bg .cws-overlay-bg{
    clip-path: polygon( 0 0, 55% 60px, 55% calc(100% - 60px), 0 100% );
    -webkit-clip-path: polygon( 0 0, 55% 60px, 55% calc(100% - 60px), 0 100% );
    background: rgb(48 47 47 / 0%);
}

.fluid-section-one .cws-image-bg .cws-triangle-overlay{
	clip-path: polygon( 100% 0, 55% 60px, 55% calc(100% - 60px), 100% 100% );
    -webkit-clip-path: polygon( 100% 0, 55% 60px, 55% calc(100% - 60px), 100% 100% );
    background: #ffffff;
}

.fluid-section-one .cws-triangle-overlay.top-right{
	clip-path: polygon(55% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(55% 60px, 100% 0%, 100% 120px);
    background: rgba(89,171,102,0.3);
}

.fluid-section-one .cws-triangle-overlay.bottom-left{
	clip-path: polygon(0% calc(100% - 120px), 55% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 55% calc(100% - 60px), 0% 100%);
    background: rgba(255,255,255,0.2);
}

.fluid-section-one .content-column .inner-column{
	padding: 60px 0 40px;
	padding-left: 0%;
}

.fluid-section-one .list-style-two{
	margin-bottom: 30px;
}



/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position: relative;
	padding: 200px 0 30px;
	margin-top: -150px;
	background:#ebebeb08;
}

.service-block{
	position: relative;
	margin-bottom: 40px;
}

.service-block .inner-box{
	position: relative;
	text-align: center;
}

.service-block .image-box{
	position: relative;
	overflow: hidden;
	padding-top: 50px;
}

.service-block .icon-box{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	height: 100px;
	width: 100px;
	z-index: 9;
	background-color: #539760;
	border:6px solid #ffffff;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.service-block .image-box:hover .icon-box{
	-webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.service-block .icon-box .icon{
	font-size: 60px;
	line-height: 1em;
	color: #ffffff;
}

.service-block .image{
	position: relative;
	margin-bottom: 0;
}

.service-block .image img{
	display: block;
	border-radius:5px;
	width: 100%;
}

.service-block .overlay {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    transition: all 0.3s ease-out;
    padding: 70px 20px 20px 20px;
    color: #fff;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
}

.service-block .image-box:hover .overlay {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.service-block .overlay:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 5%;
    left: -30%;
    width: 150%;
    height: 150%;
    opacity: 0.5;
    background-color: #1d5972;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    opacity: 0.9; 
}

.service-block .lower-content{
	position: relative;
	padding: 25px 0 0;
}

.service-block .lower-content h4{
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}

.service-block .lower-content .text{
	margin-bottom: 25px;
}

.services-section.style-two .auto-container{
	max-width: 1350px;
}

.services-section.style-two .service-block .overlay:before,
.services-section.style-two .service-block .icon-box{
	background-color: #1d5972;
}
.btn-box .btn-custom{
    text-decoration:none;
    color:#1c9ab2;
}
.call-to-action .btn-box .btn-custom{
    text-decoration:none;
    color:#fff;
}
.btn-box .btn-custom:hover{
        background: rgb(36,95,119) !important;
    background: linear-gradient(90deg, rgba(27,155,179,1) 0%, rgba(36,95,119,1) 100%) !important;
    color:#fff;
}
/*** 

====================================================================
	Projects Section
====================================================================

***/

.projects-section{
    position: relative;
    padding: 109px 0 140px;
    margin-top: 0;
}
.projects-section h2{
    color:#333 !important;
}
.projects-section .cws-triangle-overlay.bottom-left{
    /*clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);*/
    /*-webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);*/
    /*  background: rgb(36,95,119); background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);*/
}

.projects-section .cws-image-bg{
    background-position: 50% 0%;
    clip-path: polygon(0% 0%, 50% 60px, 100% 120px, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 100% 120px, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.projects-section .cws-image-bg .cws-overlay-bg{
    background: #fff;
}

.projects-tabs{
	position: relative;
	padding: 0 30px;
}

.projects-tabs .tab-buttons{
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 35px;
}

.projects-tabs .tab-buttons li{
	position: relative;
	font-size: 1.357em;
	color: #abb0a6;
	padding: 10px 40px 10px;
	border-bottom: 4px solid #dddfdc;
	transition: all 300ms ease;
	cursor: pointer;
}

.projects-tabs .tab-buttons li.active-btn{
	color: #03c8ad;
	border-color: #03c8ad;
}

.projects-tabs .project-block{
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
	transition: all 300ms ease;
}

.projects-tabs .active-tab .project-block{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	margin-bottom: 50px;
}

.project-block{
	position: relative;
}

.project-block .inner-box{
	position: relative;
	text-align: center;
	
}

.project-block .image-box{
	position: relative;
	margin-bottom: 20px;
}

.project-block .image{
	position: relative;
	margin-bottom: 0;
}

.project-block img{
	width: 100%;
	border-radius:5px;
}

.project-block .overlay a,
.project-block .overlay{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.project-block .overlay a{
	z-index: 3;
}

.project-block .overlay{
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	display:none;
}

.project-block .overlay:after,
.project-block .overlay:before{
	position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.1s,-webkit-transform 0.35s;
    transition: opacity 0.1s,transform 0.35s;
    transition-delay: 0.1s;
}

.project-block .overlay:before{
    border-top: 1px solid rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,1);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.project-block .overlay:after{
    border-left: 1px solid rgba(255,255,255,1);
    border-right: 1px solid rgba(255,255,255,1);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

.project-block .inner-box:hover .overlay:after,
.project-block .inner-box:hover .overlay:before{
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.project-block .inner-box:hover .overlay{
	opacity: 1;
	visibility: visible;
}

.project-block .overlay .icon{
	color: #333;
    font-size: 20px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
	transition: all 300ms ease;
}

.project-block .overlay .icon:before{
	position: relative;
	display: block;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.project-block .inner-box:hover .overlay .icon{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.project-block .lower-content{
	position: relative;
	top:30px;
	width: 90%;
    margin: auto;
}
.project-block .lower-content{
	padding-top:1rem;
}
.project-block h4{
	font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}

.project-block h4 a{
	color: #333;
}

.project-block .cat,
.project-block .cat a{
	position: relative;
    font-size: 18px;
    margin: 3px 0;
    color: #ffffff;
    font-weight: 300;
}

.project-block .text{
	color: #333;
	font-size: 18px;
	opacity: .8;
}







/***

==================================================================
		Product Features Section
==================================================================

***/

.product-features-section{
	position: relative;
	padding: 270px 0 170px;
	margin-top: -113px;
	z-index: 3;
}

.product-features-section .cws-image-bg{
    clip-path: polygon(0% 0%, 60% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 60% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.product-features-section .feature-column{
	position: relative;
}

.feature-block-seven{
	position: relative;
	margin-bottom: 65px;
}

.feature-block-seven .inner-box{
	position: relative;
	padding-left: 130px;
	min-height: 105px;
}

.feature-block-seven .icon{
	position: absolute;
	left: 0;
	top: 0;
	height: 105px;
	width: 105px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 64px;
	border-radius: 50%;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.30);
    background: rgb(36,95,119);
    background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.feature-block-seven .icon img{
    width:60px;
}
.feature-block-seven .inner-box:hover .icon{
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.feature-block-seven h4{
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #333;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
}
.feature-block-seven .text{
    font-weight:400;
    color:#5a5a5a;
}
.product-features-section .image-column .inner-column{
	position: relative;
	padding-top: 15px;
}







/***

==================================================================
		Product Supports
==================================================================

***/

.product-supports{
	position: relative;
	margin-top: -120px;
	padding:186px 0 100px;
	z-index: 1;
	/*background:#fefefe;*/
	color:#333;
	background: url(../images/secure-pbg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom:5rem;
}
.product-supports h2{
    color:#333 !important;
}

.product-supports .text{
  color:#818080 !important;
}

.product-supports .btn-box .btn-custom {
    text-decoration: none;
    color: #1c9ab2;
    font-weight: 700;
    /*background:linear-gradient(90deg, rgb(255 255 255) 0%, rgb(251 251 251) 100%);*/
    border:2px solid rgb(36,95,119);

}
.product-supports .btn-box .btn-custom:hover{
    border:2px solid #fff;
    color:#fff;   
}
.product-supports .cws-triangle-overlay.top-right{
	clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    background: #fefefe;
    z-index: 1;
}

.product-supports .cws-image-bg{
	background-position: 50% 50%;
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.product-supports .cws-image-bg .cws-overlay-bg{
   background:transparent;
}

.product-supports .cws-triangle-overlay.bottom-left{
	clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
   background: rgb(36,95,119); background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
   display:none;
}

.product-supports .content-column .inner-column{
	position: relative;
	padding-top: 70px;
}

.product-supports .content-column .icon-list-two{
	margin-bottom: 40px;
}

.icon-list-two{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.icon-list-two li a{
	position: relative;
	height: 105px;
	width: 105px;
	font-size: 54px;
	line-height: 105px;
	text-align: center;
	background-color: #ffffff;
	color: #333;
	border-radius: 50%;
	margin-bottom: 0px;
}
.icon-list-two li{
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon-list-two li a{
	position: relative;
	display: block;
	color: #333;
}
.icon-list-two li h5{
    color:#245f77;
    text-align:center;
    
}

.icon-list-two li a .icon{
 width:60px;   

}

/*** 

====================================================================
	Features Section
====================================================================

***/

.features-section{
	position: relative;
	padding: 222px 0 50px;
	margin-top: -180px;
	z-index: 1;
}

.features-section .cws-overlay-bg{
    clip-path: polygon( 0 0, 45% 0, 45% 100%, 0 100% );
    -webkit-clip-path: polygon( 0 0, 45% 0, 45% 100%, 0 100% );
    background: linear-gradient(-90deg, rgba(255,255,255,0.8), #ffffff);
}

.features-section .content-column{
	position: relative;
}

.features-section .content-column .inner-column{
	position: relative;
	padding-right: 0px;
	text-align: right;
}

.features-section .sec-title{
	margin-bottom: 35px;
}

.features-section .sec-title h2{
	line-height: 1em;
}

.features-section .sec-title .text{
	margin-top: 35px;
}

.feature-block-four{
	position: relative;
	margin-bottom: 70px;
}

.feature-block-four .inner-box{
	position: relative;
	padding-right: 74px;
}

.feature-block-four .icon-box{
	position: absolute;
	right: 0;
	top: -14px;
}
.feature-block-four .icon-box img{
    width:40%;
}
.feature-block-four .icon-box .icon{
	font-size: 40px;
	line-height: 60px;
	color: #245f77;
}

.feature-block-four h4{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
/*** 

====================================================================
		Process Section
====================================================================

***/

.process-section{
	position: relative;
	padding: 180px 0 160px;
	z-index: 0;
	margin-top: -150px;
}

.process-section .cws-image-bg{
    clip-path: polygon(0% 0%, 54% 60px, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 54% 60px, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
}

.process-section .cws-overlay-bg{
    background-color: rgba(241,245,249,0.8);
}

.process-section .process-block{
	position: relative;
	margin-bottom: 30px;
}

.process-section .inner-box{
	position: relative;
	text-align: center;
}

.process-section .icon-box{
	position: relative;
	margin-bottom: 25px;
}

.process-section .icon-box .icon{
	font-size: 120px;
	color: #333;
	line-height: 1em;
}

.process-section h4{
	font-size: 1.357em;
	color: #333;
	font-weight: 400;
	margin-bottom: 5px;
}

.process-section .text{
	font-size: 18px;
	font-weight: 400;
    opacity: 0.7;
    padding: 0 10px;
}

.process-section .process_line{
	position: absolute;
    z-index: 1;
    top: 50%;
    right: -29%;
    width: 50%;
    height: 3px;
    background: #393b3f;
}

.process-section .process_line .process_line_active{
	position: absolute;
    z-index: 1;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333;
}

.process-section .process_line .process_line_circle{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -17px;
    width: 38px;
    height: 38px;
    margin-left: -19px;
    border: 3px solid #333;
    color: #333;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    line-height: 34px;
}

.process-section .process_line .process_line_circle:before{
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    color: inherit;
    font-weight: 900;
}

.process-section .active .process_line .process_line_circle{
	border-color: #245f77;
}

.process-section .active .process_line .process_line_active{
	background-color: #245f77;
}

.process-section .active .process_line .process_line_circle,
.process-section .active .icon-box .icon{
	color: #245f77;
}

.process-section.style-two{
	margin-top: -120px;
}

.process-section.style-two .cws-image-bg{
    clip-path: polygon(0% 0%, 54% 60px, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 54% 60px, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    z-index: 0;
}

.process-section.style-two .cws-overlay-bg{
    background-color: rgba(241,245,249,0.8);
}

.process-section.style-two .active .process_line .process_line_circle{
	border-color: #539760;
}

.process-section.style-two .active .process_line .process_line_active{
	background-color: #539760;
}

.process-section.style-two .active .process_line .process_line_circle, 
.process-section.style-two .active .icon-box .icon{
	color: #539760;
}

.process-section.style-two .icon-box .icon{
	font-size: 100px;
}

/***

==================================================================
	Products Section
==================================================================

***/

.products-section{
	position: relative;
	padding: 120px 0 110px;
	/*margin-top: -80px;*/
	z-index: 3;
	background: -webkit-linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
    background: -o-linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
    background: -moz-linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
    background: rgb(36,95,119);
    background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
}

.products-section .cws-image-bg{
    background-position: 50% 50%;
    clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 60% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 60% calc(100% - 60px), 0% 100%);
}

.products-section .cws-image-bg .cws-overlay-bg{
	/*background: -webkit-linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);*/
 /*   background: -o-linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);*/
 /*   background: -moz-linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);*/
 /*    background: rgb(36,95,119); background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);*/
    border-color: transparent;
    -webkit-background-clip: border;
    -moz-background-clip: border;
    background-clip: border-box;
    -webkit-background-origin: border;
    -moz-background-origin: border;
    background-origin: border-box;
    background: url(../images/layer-bg.svg) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    top: -48px;
    left: -1px;
    
}

.products-section .cws-triangle-overlay.bottom-left{
    clip-path: polygon(0% calc(100% - 120px), 60% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 60% calc(100% - 60px), 0% 100%);
    background: rgba(255,255,255,0.8);
}

.products-section .cws-triangle-overlay.bottom-right{
    clip-path: polygon(60% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    -webkit-clip-path: polygon(60% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    background: rgba(255,255,255,0.8);
}

.products-section .sec-title h2{
	font-size: 52px;
}

.product-block{
	position: relative;
	margin-bottom: 30px;
}

.product-block .inner-box{
	position: relative;
	text-align: center;
}

.product-block .image-box{
	position: relative;
	/*background-color: rgba(255,255,255,0.3);*/
}

.product-block .image-box .image{
	margin-bottom: 0;
}

.product-block .image-box .image img{
	max-width: 100%;
	margin: 0 auto;
	border-radius:10px;
}

.product-block .lower-content{
	position: relative;
	padding-top: 35px;
}

.product-block .lower-content h3{
	font-size: 24px;
	line-height: 1.4em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
}

.product-block .lower-content .text{
	color: #ffffff;
}

/*porfolio*/

/* #region Content */

.shock-main {	
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.shock-section {
	position: relative;
	z-index: 10;
}

.shock-section .container {
	position: relative;
	z-index: 1;
}

.shock-section .container-fluid {
	position: relative;
	z-index: 1;
	padding: 0;
}
.shock-section .image-wrapper .image {
height:auto;

}
:root .shock-section .content.scheme-1 {
	--color-1: var(--#333-color);
	--color-2: var(--gray-50-color);
}

:root .shock-section .content.scheme-2 {
	--color-1: var(--white-color);
	--color-2: var(--gray-75-color);
}

.shock-section .archive,
.shock-section .content {
	max-width: 77%;
	margin-right: auto;
	margin-left: auto;
}

.shock-section .content .stretched-section {
	margin-right: -15%;
	margin-left: -15%;
}

.shock-section .content .block-section {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.shock-section .content h1 {
	margin-top: 0;
	margin-bottom: 2rem;
	font-size: 3.5rem;
	font-weight: 800;
	color: var(--color-2);
}

.shock-section .content h2 {
	margin-top: 0;
	margin-bottom: 2rem;
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--color-2);
}

.shock-section .content h3,
.shock-section .content h4,
.shock-section .content h5,
.shock-section .content h6 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-weight: 700;
	color: #333;
}

.post-reference {
	border-radius: 0.25rem;
	border: 1px solid;
	border-color: var(--gray-25-color);
}

.post-reference-container {
	max-width: 77%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.post-reference .image-wrapper {
	width: auto;
	margin-right: 3rem;
}

.post-reference .image-wrapper .image {
	width: auto;
	max-height: 200px;
}

.post-reference .text-wrapper .title {
	margin-top: 0;
}

.post-navigation {
	width: 100%;
}

.post-navigation-buttons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media (max-width: 991px) {

	.shock-main {	
		overflow: hidden;
	}

	.shock-section .container {
    max-width: 960px !important;
    padding-left: 1rem;
    padding-right: 1rem;
	}

	.shock-section .content-wrapper .container {
    padding-left: 0;
    padding-right: 0;
	}

	.post-reference-container {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 1.5rem;
	}

	.post-reference .image-wrapper {
    width: 100%;
    margin: 0 0 1.5rem;
	}

	.post-reference .image-wrapper .image {
    width: 120px;
    height: 120px;
    margin: auto;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 15%);
	}
	.brand-sec .row{
	    padding:0 important;
	}
}

@media (max-width: 768px) {

	.shock-section .archive,
	.shock-section .content {
		max-width: 100%;
	}

	.shock-section .content .stretched-section {
    margin-right: 0;
    margin-left: 0;
	}
	.brand-sec  .tab-content{
    position: relative;
	}
	
.brand-sec{
    display:none !important;
}
.footer-contact {
padding-left:0;
}
#site-header .container-fluid{
    padding:0 15px;
}

.service-section{
    margin:0;
}
.blink-con .two-box{
    height:auto;
}
.w3l-aboutblock{
   padding-bottom:0;
}
.h-service{
    margin-bottom:3rem;
}

.service-section .about-btn{
    text-align:left;
    margin-top: 1rem !important;
}

.portfolio-sec .card{
    margin-bottom:2rem;
}
.w3l-clients{
    padding-top:0 !important;
}
.count-new {
    padding: 20px 0;
    background: #1c9ab2;
    margin: 8rem 0 2rem !important;
}
.count-new .abt-new-content h3 {
    font-size: 30px !important;
    text-align: center;
}
.portfolio-sec{
    padding-bottom:0 !important;
}
.owl-theme .owl-dots .owl-dot{
    display:none;
}
#testimonials{
    padding-bottom:0 !important;
}
.security-package .image-column .image{
    position:relative;
    bottom:0;
    
}
.inner-page .container-fluid{
    padding:0 15px;
}

.call-to-action .sec-title .text {
    margin-bottom: 35px;
    font-weight: 200;
}

.light-p-sec .cws-image-bg{
    background-image:none !important;
}

.products-section .sec-title h2 {
    font-size: 40px;
}
.pageBannerContent h2 {
    font-size: 30px;
}
/*h2,h3,h1{*/
/*    font-size:35px !important;*/
/*}*/


.product-features-section .image-column .inner-column img{
    width:100%;
}

.image-box img{
    width:100%;
}


.w3l-clients h5{
    font-size:38px;
}

.info-banner-box h3{
    font-size:22px !important;
}

.test-footer-box .f-box{
    padding-left:15px !important;
}

#testimonials .owl-carousel{
    padding-bottom:0 !important;
}

.w3l-clients .testimonial .peopl h3, .w3l-clients .people-info h3{
    font-weight:800;
}

.portfolio-sec .shadow-text {
font-size:45px !important;
}
.head3 {
    font-size: 33px!important;
   font-family: 'Roboto', sans-serif;
}

.portfolio-sec{
    margin-top:4rem;
}


.service-section .shadow-text {
    font-size: 39px !IMPORTANT; 
}
.blink-con .shadow-text {
    font-size: 34px !important;
    
}

.blink-con .about-right-faq {
    padding: 47px 15px 50px 15px;
}

.about-sec .shadow-text {
    font-size: 49px !important;
    margin-top:2rem;
    
}
.abt-para{
    margin-top:0 !important;
        padding-top: 2.5rem !important;
}

.main-content-top .container-fluid {
    padding: 3px 15px 0;
}

.about-sec{
    margin-bottom:2rem;
}

.navbar-nav{
    background: white;
    position: fixed;
    left: 0;
    width: fit-content;
    height: 100%;

}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 1px;
    transition: all 0.5s ease;
    position: relative;
    text-align: left;
    width: 100%;
    margin-bottom: 1.2rem !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
       text-align: left;
 
}

.dropdown {
    position: relative;
  border-bottom:none;
  display:none;

}


.dropdown-mb{
    border-bottom:none;
    position:relative;
        visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    display:block !important; 
}


.about-company-content{
    padding:1rem 0;
}


.sec-title h2{
    font-size:40px;
}
.call-to-action .sec-title h2{
    font-size:30px !important;
    color:#f5f5f5;

}
.call-to-action .sec-title h2 span{
        color:#f5f5f5 !important;

}
.call-to-action .shadow-text {
    font-size: 51px !important;
    color: #333 !important;
}
.content-column{
    margin-left:0;
}
.pageBanner {
   
    min-height: 0;
    height: 335px;
}

.enter-s-1 .cws-image-bg{
    background-image:none !important;
}
.enter-s-1 .background-layers{
    display:none;
}
.enter-s-1 {
padding-top:170px;
padding-bottom:170px;
}
.services-section {
    position: relative;
    padding: 60px 0 60px;
}
.call-to-action {
    position: relative;
    /*padding-bottom: 70px;*/
}
.call-to-action::after{
    content:'';
    display:block;
    position:absolute;
    background:rgba(0,0,0,0.5);
    top:0;
    bottom:0;
    left:0;
    right:0;
    
    
}
.product-features-section .background-layers{
    display:none;
}
.service-block .image-box{
    padding-top:0;
}
.projects-section {
    position: relative;
    padding: 50px 0 110px;
    margin-top: 0;
}
.features-section-four .content-column .inner-column{
    padding-top:0;
}
.service-block .icon-box{
    display:none;
}

.product-features-section {
    position: relative;
    padding: 145px 0 90px;
}
.product-supports {
  
    padding: 180px 0 100px;
}
.light-p-sec .background-layers{
    display:none;
}

.product-supports .cws-triangle-overlay.top-right{
     display:none;
}

.icon-list-two li a {
    position: relative;
    height: 65px;
    line-height:57px;
    width: 65px;
    margin-bottom:10px;
}
.icon-list-two li a .icon{
    width:40px;
}
.icon-list-two li h5{
       font-size: 18px;
    text-align: center;
    line-height: 1;
}

.features-section {
    position: relative;
    padding: 185px 0 100px;
}
.text-outline{
    font-size:38px !important;
}

.accordion-item {
    width: 100% !important;
        display: flex;
    align-items: center;
    justify-content: center;
}

.contact_box_wrap .single_contact{
    padding:20px 0;
}
.contact_map{
    padding-left:0;
}

.light-p-sec {
    padding-top:250px;
    padding-bottom:70px;
    
}

.feature-block-four h4 {
font-size:20px;
}

.products-section {
    position: relative;
    padding: 120px 0 77px;
}
.shock-main section {
    overflow: hidden;
    padding-bottom: 0 !important;
}

.last-port{
    margin-bottom:4rem;
}

.auto-call{
    padding-top:180px !important;
 padding-bottom:50px;
}
.secure-call{
 padding-bottom:50px;
}
.enter-call{
   padding:70px 0 !important; 
}
.light-call{
    padding-bottom:50px;
}
.w3l-footer-22{
    padding-top:50px;
}
section.Our-Mission-area {
    padding: 0 0 62px;
}

.h-service .about-right-faq {
    background: #fbfbfb;
    padding: 1rem;
}


















}







.circular-text {
	position: relative;
}

.circular-text.absolute {
	position: absolute;
}

.circular-text .emblem {
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 9rem;
	height: 9rem;
	border-radius: 50%;
  text-transform: uppercase;
	font-size: 1rem;
	line-height: 1;
	color: #333;
	animation: spin-animation 20s linear infinite;
	text-align: center;
}

.circular-text.large .emblem {
	width: 14rem;
	height: 14rem;
	font-size: 2rem;
	line-height: 1;
}

.circular-text .emblem.to-top-right {
	position: absolute;
	top: -5rem;
	left: initial;
	bottom: 0;
	right: -5rem;
	width: 10rem;
	height: 10rem;
}

.circular-text .emblem.to-top-left {
	position: absolute;
	top: -5rem;
	right: initial;
	bottom: 0;
	left: -5rem;
	width: 10rem;
	height: 10rem;
}

.circular-text .emblem span {
  position: absolute;
  display: inline-block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}

@media (max-width: 991px) {

	.circular-text {
    position: absolute;
    width: calc(100% - 2rem);
    height: 100%;
    display: flex;
		justify-content: center;
    align-items: center;
	}

	.circular-text .emblem.to-top-right,
	.circular-text .emblem.to-top-left {
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    width: 10rem;
    height: 10rem;
	}
}

.image-wrapper {
	width: 100%;
}

.image-wrapper .image {
	width: 100%;
	height: 900px;
	display: block;
}

.image-wrapper.circular-image {
	width: auto;
	display: block;
}

.image-wrapper.circular-image .image {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.image-merge {
	position: absolute;
	top: 35%;
	width: 100%;
}

.image-merge .image {
	position: absolute;
	width: 100%;
	display: block;
}

.image-absolute .image {
	position: absolute;
	top: 0;
	width: 80%;
	display: block;
}

.basic-intro {
	/* position: relative; */
	z-index: 1;
	width: 100%;
	/* margin-left: auto; */
	margin-right: auto;
}

.basic-intro .title {
	margin: 0;
	line-height:1.6;
	color: #333;
}

.basic-intro .text-1, .basic-intro .text-2 {
	color: #333;
}

.basic-intro .description {
	margin: 1.5rem 0;
	color: #333;
}

.basic-intro .description:last-child {
	margin-bottom: 0;
}

.basic-intro .button {
	margin: 1.5rem 0 0;
}

.text-italic {
	font-style: italic;
}

.text-normal {
	font-weight: 100;
	/*-webkit-text-fill-color: initial;*/
	/*-webkit-text-stroke-width:initial;*/
	color:grey;
	opacity:0.2;
}

.text-outline {
    /*-webkit-text-fill-color: #c1c1c1a8;*/
    /*-webkit-text-stroke-width: 1px;*/
    font-family: sans-serif;
    font-size: 80px;
    opacity: 0.2;
    line-height: 1;
    color:grey;
}

.text-offset {
	position: relative;
	display: flex;
	justify-content: center;
}

.text-offset .filled {
	position: relative;
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	z-index: 0;
	-webkit-text-stroke-width: 1px;
	-webkit-text-fill-color: #333;
	color: #333;
}

.text-offset .outline {
	position: absolute;
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	z-index: 1;
	top: 5px;
	left: 5px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-fill-color: transparent;
	color: #333;
}

.text-shadow {
	position: relative;
	display: flex;
	justify-content: center;
}

.text-shadow .filled {
	position: relative;
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	z-index: 1;
	overflow: hidden;
	-webkit-text-fill-color: #333;
	-webkit-text-stroke-width: 1px;
	color: #333;
}

.text-shadow .overlay {
	position: absolute;
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	z-index: 0;
	top: 5px;
	left: 5px;
	color: #333;
}

.text-half-filled {
	position: relative;
	height: 110px;
	display: flex;
	justify-content: center;
}

.text-half-filled .filled {
	position: absolute;
	z-index: 1;
	width: -webkit-fill-available;
	width: -moz-available;
	height: 55%;
	overflow: hidden;
	-webkit-text-stroke-width: 1px;
	-webkit-text-fill-color: #333;
	color: #333;
}
.align-v-center {
    display: flex;
    align-items: center !important;
}


.holder {
    position: relative;
    width: 100%;
}


.basic-intro .text-1, .basic-intro .text-2 {
        color: #333;
    font-weight: 900;
    font-size: 55px;
    /*margin-bottom: 2rem;*/
}




:root .arrow-button.scheme-1 {
	--color-1: var(--#333-color);
}

:root .arrow-button.scheme-2 {
	--color-1: var(--white-color);
}

.arrow-button {
	transform: rotate(180deg);
	padding: 20px 0;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	background: none;
}

.arrow-button .text {
	position: absolute;
	left: 0;
	bottom: 25px;
	transform: rotate(180deg);
	background: linear-gradient(to right, #333, #333 50%, #333 50%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
	font-family: var(--secondary-font);
	font-size: 0.85rem;
	font-weight: 500;
	line-height: 1.2;
	color: #333;
	transition: background-position 0.4s ease;
}
.arrow-button .text:hover{
    font-weight:700;
}
.arrow-button:hover .text,
.parent:hover .arrow-button .text {
	background-position: 0 100%;
}

.arrow-button .arrow {
	width: 0;
	display: grid;
}

.arrow-button .arrow .item {
	overflow: hidden;
	position: relative;
	right: 21.1px;
	bottom: -1px;
	z-index: 2;
	width: 20px;
	height: 2px;
	  background: rgb(36,95,119); background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
}

.arrow-button .arrow .item:nth-child(1) {
	transform-origin: left bottom;
	transform: rotate(45deg) translate3d(15px, -15px, 0);
}

.arrow-button .arrow .item:nth-child(2) {
	margin-left: 10px;
	transform-origin: left bottom;
	transform: rotate(-45deg) translate3d(-4px, -6px, 0);
	visibility: hidden;
}

.arrow-button .arrow .item:after {
	content: '';
	position: absolute;
	left: 0;
	height: 2px;
	display: block;
	  background: rgb(36,95,119); background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
}

.arrow-button:hover .arrow .item:after,
.parent:hover .arrow-button .arrow .item:after {
	animation: width-animation 0.2s forwards;
	animation-delay: 0.2s;
}

.arrow-button .line {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100px;
	height: 2px;
	  background: rgb(36,95,119); background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
}

.arrow-button:hover .line:after,
.parent:hover .arrow-button .line:after {
	animation: left-animation 0.4s forwards;
}

.arrow-button .line:after {
	content: '';
	position: absolute;
	left: 100%;
	width: 100px;
	height: 2px;
	display: block;
	  background: rgb(36,95,119); background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%);
}

.arrow-button.prev {
	transform: rotate(0);
}

.arrow-button.prev .text {
	transform: rotate(0);
	background: linear-gradient(to right, #1d5972, #333 50%, #333 50%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 0;
	color: #333;
}

.arrow-button.prev:hover .text,
.parent.prev:hover .arrow-button .text {
	background-position: 100% 0;
}

.arrow-button.cross {
	padding: 0;
	transform: rotate(0);
}

.arrow-button.cross .arrow .item:nth-child(1) {
	width: 14px;
	right: 0;
	transform-origin: center;
	transform: rotate(90deg) translate3d(0, 0, 0);
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.arrow-button.cross .text {
	position: relative;
	top: 0;
	margin-left: 7.5px;
	transform: rotate(0);
}

.arrow-button.cross .line {
	width: 14px;
	position: relative;
	z-index: 2;
}

.count{
   color: #2b637b;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    height: 163px;
    width: 100%;
    padding: 25px 20px 25px;
    margin: 0 auto;
    /* border: 3px solid #2b637b; */
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
    background: #f5f5f5;
    border-left: 2px solid rgb(27 155 179 / 53%);
}
.count:before,
/*.count:after{*/
/*    content: "";*/
/*    background: #fff;*/
/*    border-radius: 20px;*/
/*    box-shadow: 4px 4px 2px rgba(0,0,0,0.2);*/
/*    position: absolute;*/
/*    left: 10px;*/
/*    top: 10px;*/
/*    bottom: 10px;*/
/*    right: 10px;*/
/*    z-index: -1;*/
/*}*/
.count:after{
    background: transparent;
    width: 100px;
    height: 100px;
    /*border: 15px solid #2b637b;*/
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
    box-shadow: none;
    top: auto;
    left: -10px;
    bottom: -10px;
    right: auto;
}
.count .counter-icon{
    font-size: 35px;
    /*line-height: 35px;*/
    margin: 0 0 0px;
    transition: all 0.3s ease 0s;
}
.count:hover .counter-icon{ transform: rotateY(360deg); }
.count .counter-value{
    color: #23657d;
    font-size: 30px;
    font-weight: 900;
    line-height: 20px;
    /*margin: 15px 0 10px;*/
    display: block;
    transition: all 0.3s ease 0s;
}
.count:hover .counter-value{ text-shadow: 2px 2px 0 #d1d8e0; }
.count h3{
    font-size: 18px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    line-height:1.5!important;
    /*margin: 0 0 15px;*/
}
.count.blue{
    color: #4accdb;
    border-color: #4accdb;
}
.count.blue:after{
    border-bottom-color: #4accdb;
    border-left-color: #4accdb;
}
@media screen and (max-width:990px){
    .count{ margin-bottom: 40px; }
}


.h-test{
    font-family: 'Nunito Sans', sans-serif;
    background: #fff;
    text-align: center;
    width: 100%;
    min-height: 190px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}
.h-test:before{
    content: '';
    background-color: #378db1;
    height: 105px;
    width: 100%;
    border-radius: 30px 30px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
.h-test .counter-icon{
color: #fff;
    background: #19556e;
    font-size: 39px;
    line-height: 82px;
    width: 112px;
    height: 97px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    position: relative;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.h-test .counter-icon:before{
    content: "";
    background: #2b637b;
    width: 120px;
    height: 90px;
    border-radius: 10px 10px 0 0;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.h-test:hover .counter-icon i{
    transform: rotate(360deg);
    transition: all 0.3s ease;
}
.h-test h3{
    color: #333;
    font-size:17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.h-test .counter-value{
    color: #7CA936;
    font-size: 30px;
    font-weight: 600;
    display: block;
}
.num-text{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:0rem;
        color: var(--primary-color);
    font-size: 60px;
    font-weight: 800;
}
.num-text h2{
    margin-bottom:0 !important;
     color: var(--primary-color);
    font-size: 60px;
    font-weight: 900;
}


.h-test.blue:before{ background-color: #5A9BEF; }
.h-test.blue .counter-icon{ background-color: #2A70B5; }
.h-test.blue .counter-icon:before{ background-color: #367DCB; }
.h-test.blue .counter-value{ color: #367DCB; }
.h-test.red:before{ background-color: #FD6D4B; }
.h-test.red .counter-icon{ background-color: #D14026; }
.h-test.red .counter-icon:before{ background-color: #EA5736; }
.h-test.red .counter-value{ color: #EA5736; }
.h-test.gray:before{ background-color: #777; }
.h-test.gray .counter-icon{ background-color: #444; }
.h-test.gray .counter-icon:before{ background-color: #666; }
.h-test.gray .counter-value{ color: #666; }
@media screen and (max-width:990px){
    .h-test{ margin-bottom: 40px; }
}


#googlemaps {
  height: 100%;
  width: 100%;
  position:absolute;
  top: 0;
  left: 0;
  z-index: 0; 
}

.footertext {
  margin-bottom:1rem;
  color: white;
}
.b-links {
    margin-bottom:1rem;
}

.b-links span{
    padding-right:0.8rem;
    font-size:14px;
}
.b-links span i{
    color:#333;
    margin-right:10px;
}

.b-links span a{
    color:rgb(36,95,119);
}

/*portfolionew*/
.main_title_hm.inner_page_title.inner_page_title_clr {
    color: #333;
    text-align: center;
}
.main_title_hm.inner_page_title {
    font-size: 40px;
    color: #fff;
    text-align: left;
}
.main_title_hm {
    color: #333;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 0px !important;
    text-align: center;
    position: relative;
    display: block;
    margin-bottom:2rem;
}

.service_title.accordion_feature_title {
    color: #fff;
    font-size: 30px;
    text-align: center;
    /* height: 40px; */
    font-weight:800;
}
.accordion-item.active h3.hidden, .accordion-item.active p.hidden, .accordion-item.active .row.hidden, .accordion.active .accordion-item:hover.active h3.hidden {
    display: block !important;
    color: #fff;
    width: 80%;
    margin: auto;
    text-align: center;
}
 .accordion {
	display: flex;
	/* flex-direction: row; */
	justify-content: space-between;
	align-items: stretch;
	transition-duration: 800ms;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
}
.acc-auto1{
    background-image:url('../images/po1.jpg') !important;
    	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
}
.acc-auto2{
    background-image:url('../images/po2.jpg') !important;
    	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
}
.acc-auto3{
    background-image:url('../images/po3.jpg') !important;
    	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
	
}
.acc-auto4{
    background-image:url('../images/po4.jpg') !important;
    	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
}

.accordian-full{
    width:100% !important;
    
}
.accordion-item {
    width: 20%;
	flex-grow: 1;
	transition-duration: 800ms;
	z-index: 1;
    /*display: flex;*/
    position:relative;
}
.accordion-item::after{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:0;
    
}
.accordion-item .padding{
    position:relative;
    z-index:1;
}
.accordion-item:not(:last-child) {
	border-right: 1px solid #fff;
}

.accordion-item:hover {
	background-color: #4c4c4d94;
	cursor: pointer;
}

.accordion-item:hover h3.hidden {
	display: inline-block;
}
.absolute.bottom {
    /*display: flex;*/
    /*width: 100%;*/
    height: 100%;
    position: absolute;
    bottom: 10%;
    display:none;
    left: 10%;
}
.accordion .absolute.bottom i.fa-plus, #exit-accordion i.fa-times {
    border: 1px solid #FFF;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 15px;
    margin: auto auto 0 0 !important;
    z-index: 2;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.accordion-item:hover i.fa-plus,
div#exit-accordion:hover i.fa-times {
	border: none;
	background-color: #fff;
}

.accordion-item:hover i.fa.fa-plus:before,
div#exit-accordion:hover i.fa.fa-times:before {
	color: #8a878a;
}

.accordion-item span {
	opacity: 0;
}

.accordion-item:hover span {
	opacity: 1;
}

.accordion-item.active {
	flex-grow: 5;
    width: 100%;
}

.accordion-item.active:hover {
	background-color: transparent;
}

.accordion-item.active .hidden {
	display: block;
}

.accordion.active .accordion-item i.fa.fa-plus,
.accordion.active .accordion-item span,
.accordion.active .accordion-item:hover h3.hidden {
	display: none;
}

.accordion.active #exit-accordion.hidden {
	display: block !important;
	top: 65px;
	left: 50%;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    width: fit-content;
}
.accordion i.fa.fa-plus, .accordion #exit-accordion i.fa.fa-times, .accordion i.fal.fa-plus, .accordion #exit-accordion i.fal.fa-times {
    border: 1px solid #fff;
    border-radius: 28px;
    padding: 15px;
    margin-right: 12.5px;
    z-index: 2;
}
.accordion .absolute.bottom i.fa-plus, #exit-accordion i.fa-times {
    border: 1px solid #FFF;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 16px 17px;
    margin-right: 12.5px;
    z-index: 2;
}
.accordion.active .accordion-item .padding,
.accordion-item {
    position: relative;
}


@media(min-width:801px) {
	.accordion-item {
		min-height: 100vh;
        padding: 50px 10px;
	}

	.accordion-item .padding {
        height: auto;
        /*margin: auto;*/
        position:relative;
        top:45%;
    }

	.accordion.active .accordion-item .padding {
		/* height: 500px; */
		height: auto;
	}

	.accordion.active .accordion-item.active .padding {
		height: 300px;
	}

	.accordion.active .accordion-item.active h2 {
		transform: rotate(0deg);
		float: none;
		width: 100%;
		left: 0px;
	}

	.accordion.active .accordion-item h2 {
		transform: rotate(90deg);
		float: left;
		width: 100vh;
		transform-origin: left;
		left: 50%;
	}
}
@media(max-width:980px) {
    .accordion,
	.accordion.full-screen {
		flex-direction: column;
		min-height: calc(100vh + 100px) !important;
	}
    .accordion-item {
        min-height: 100%;
    }
    .accordion-item:not(:last-child) {
		border-bottom: 1px solid #fff;
	}
    .accordion-item.active {
        background-color: rgba(0, 0, 0, 0.5) !important;
    }
    .accordion.active .accordion-item.active .padding {
        height: auto;
    }
    .absolute.bottom{
        left: 0;
        position: relative;
    }
    .accordion .absolute.bottom i.fa-plus, #exit-accordion i.fa-times{
        padding: 15px;
    }
}
@media(max-width:800px) {

	

	.accordion-item.active {
		background-color: rgba(0, 0, 0, 0.5) !important;
	}

	.accordion-item:not(:last-child) {
		border-bottom: 1px solid #fff;
	}

	.accordion-item:hover {
		background-color: none;
	}

	.accordion-item h2,
	.accordion-item h3 {
		margin-bottom: 12.5px;
	}

	.accordion-item p {
		line-height: 21px;
	}

	.accordion.active .accordion-item.active h3.hidden {
		display: inline-block;
		font-size: 1.1em;
	}

	.accordion-item div.absolute {
		position: relative;
	}

	.accordion .accordion-item h3.hidden {
		display: none;
	}

	.accordion-item.active {
		flex-grow: 10;
	}

	.accordion.active .accordion-item.active h2,
	.accordion.active .accordion-item h2 {
		transform: rotate(0deg);
	}

	.accordion.active #exit-accordion.hidden {
		display: none;
	}

	i.fa.fa-plus {
		padding: 14px;
	}
}

.life_style_main_row {
     display: flex;
     padding-top: 85px;
}
 .life_style_cm_cl {
     flex: 1;
}
 .txt_span_txt {
     color: #333;
     font-size: 18px;
     font-weight: var(--font_600);
     font-family: var(--font_poppins);
     display: block;
     line-height: 1.4;
     padding-bottom: 10px;
     padding-top: 0px;
}
 .textP_span p {
         font-size: 18px;
    color: var(--color_secondary);
    display: block;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 10px !important;
    text-align: center;
    margin-top: 2rem;
    visibility:hidden;
    
}
 .life_style_btn_div {
     margin-top: 14px;
}
 .life_style_left_col img {
     width: 100%;
     height: 430px;
     object-fit: contain;
}
 .ba_life_style_outer_block {
     width: 88%;
     margin: auto;
}
 .life_style_right_col {
     margin: auto;
}
 .life_style_left_col {
     line-height: 0;
}
 .ba_smart_living_block {
     position: relative;
     top: 0px;
}
 .ba_life_style_outer_block {
     position: relative;
     top: -54px;
}

.accordion::before{
    content:'';
    display:block;
    position:absolute;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.main_title_outer_div .title{
        text-align: center;
    margin-bottom: 3rem;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.6;
}
.textP_span{
    display:none;
}
.shock-main section{
    overflow:hidden;
}

/*headingstyles*/

.h-animation {
  height:50px;
  overflow:hidden;
  margin-left: 1rem;
}

.h-animation > div > div {
  padding: 0.25rem 0.75rem;
  height:60px;
  margin-bottom: 2.81rem;
  display:inline-block;
}

.h-animation div:first-child {
  animation: text-animation 8s infinite;
}

.first div {
  background-color:rgb(149 231 247);
}
.second div {
  background-color:rgb(149 231 247);
}
.third div {
  background-color:rgb(149 231 247);
}

@keyframes text-animation {
  0% {margin-top: 0;}
  10% {margin-top: 0;}
  20% {margin-top: -5.62rem;}
  30% {margin-top: -5.62rem;}
  40% {margin-top: -11.24rem;}
  60% {margin-top: -11.24rem;}
  70% {margin-top: -5.62rem;}
  80% {margin-top: -5.62rem;}
  90% {margin-top: 0;}
  100% {margin-top: 0;}
}

.heading-style2{
    margin-top:3rem;
        display: flex;
    align-items: center;
    justify-content: center;
        font-weight:800;

}
.heading-style2 p{
    font-size:35px;
    font-weight:800;
}
.heading-style2 p span{
    color:var(--primary-color);
}

.head3{
       font-size: 35px;
    font-weight: 600;
    position: relative;
    padding-top: 0rem;
    letter-spacing: 6px;
    text-transform: uppercase;
    COLOR: #333;
    font-family: 'Lato', sans-serif !important;
    line-height: 1;

}
.about-sec{
margin-top:3rem;
margin-bottom:3rem;

}
.abt-para{
    padding-top:1.5rem;
}
.head3 span{
    color:#333;
}
.shadow-text{
        font-size: 120px;
    color: grey;
    position: absolute;
    opacity: 0.2;
    top: -30px;
    left: 0%;
    /*-webkit-text-stroke-width: 1px;*/
    /*-webkit-text-fill-color: #c1c1c1a8;*/
    font-family: sans-serif;

}
.about-sec .shadow-text {
        font-size: 112px;
    color: grey;
    position: relative;
    text-align: center;
    opacity: 0.1;
    top: -57px;
    left: 0 !important;
    bottom: 0;
    right: 0;
    line-height: 1.0;
    font-weight: 800;
}
.about-sec .head3{
height:0;
/*font-family: 'Roboto', sans-serif;*/

    
}
.shadow-up-text{
        background: white;
    position: absolute;
    left: 0;
    right: 0;
    top: -23px;
    width: 100%;
    padding: 0.4rem 0;
    margin: auto;
  font-size: 40px;
    color: #333;
    opacity: 1;
    line-height: 1.0;
    font-weight: 800;
}
.portfolio-sec  .shadow-text {
       font-size: 100px;
    color: grey;
    position: absolute;
    opacity: 0.1;
    top: -47px;
    left: 0 !important;
    bottom: 0;
    right: 0;
    line-height: 1.0;
    font-weight: 800;
}
.portfolio-sec .head3{
    margin-top:0;
    padding-top:0;
    font-family: 'Lato', sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size:35px;
    
    
}

.blink-con .shadow-text {
    font-size: 77px;
    color: grey;
    position: absolute;
    text-align: left;
    opacity: 0.3;
    top: -19px;
    left: 0 !important;
    line-height: 1.0;
    font-weight: 800;
    z-index: -1;
}
.service-section .shadow-text {
      font-size: 112px;
    color: grey;
    position: relative;
    text-align: left;
    opacity: 0.1;
    top: -56px;
    left: 0 !important;
    line-height: 1.0;
    font-weight: 800;
    margin-bottom:2rem;
}
.service-section .head3{
    height:5px;
}
.service-section .head3{
   font-size: 47px;
   margin-bottom:3rem !important;
   font-family: 'Lato', sans-serif !important;
  letter-spacing: 6px;
   font-weight: 600;
   text-transform: uppercase;
   
 }

.brand-sec .shadow-text {
         font-size: 100px;
    color: grey;
    position: absolute;
    opacity: 0.1;
    top: -57px;
    bottom: 0;
    right: 0;
    line-height: 1.0;
    font-weight: 800;
    text-align: center;
}

.brand-sec h3{
        text-align: center;

}
.call-to-action .shadow-text {
    font-size: 71px;
    color: grey;
    position: relative;
    opacity: 0.2;
    top: 0;
    font-weight: 800;
    left: 0%;
    line-height: 1;
}
.call-to-action .sec-title h2 span{
    color:#333;
}














.text-under{
    position:relative;
}
.text-under span{
    position: absolute;
    width: 150px;
    height: 2px;
    background: var(--primary-color);
    top: 17px;
    left:60%;
    margin-bottom: 1rem;
}

.text-under span:last-child{
 top: 21px;

}


.upper-under{
    position:relative;
}
.upper-under span {
    position: absolute;
    width: 42%;
    height: 2px;
    background: var(--primary-color);
    top: -37px;
    left: 29%;
    margin-bottom: 1rem;
}
.upper-under span:last-child{
 top: -42px;

}

.bottom-under{
    position:relative;
    margin-bottom:3rem;
}
.bottom-under span{
    position: absolute;
    width: 42%;
    height: 2px;
    background: var(--primary-color);
    top: 32px;
    left: 29%;
    margin-bottom: 1rem;
}

.bottom-under span:last-child{
 top: 37px;

}
.head3{
    /*margin-bottom:2rem;*/
}



/*our client*/

.our-client .slick-slide {
    margin: 30px 20px;
}

.our-client .slick-slide img {
    width: 100%;
    margin:auto;
    box-shadow:none;
    padding:2rem;
    border-radius:10px;
}

.our-client .slick-slider
{
    margin-top:2rem;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.our-client .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.our-client .slick-list:focus
{
    outline: none;
}
.our-client .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

 .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.our-client .slick-track:before,
 .slick-track:after
{
    display: table;
    content: '';
}
.our-client .slick-track:after
{
    clear: both;
}
.our-client .slick-loading .slick-track
{
    visibility: hidden;
}

.our-client .slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.our-client .slick-slide img
{
    display: block;
}
.our-client .slick-slide.slick-loading img
{
    display: none;
}
.our-client .slick-slide.dragging img
{
    pointer-events: none;
}
.our-client .slick-initialized .slick-slide
{
    display: block;
}
.our-client .slick-loading .slick-slide
{
    visibility: hidden;
}
.our-client .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.our-client .slick-arrow.slick-hidden {
    display: none;
}

.our-client h2{
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 800;
    font-size: 35px;
}

.our-client{
    padding:3rem 0;
}

.our-client h2 span{
    color:#333;

}
.sec-title h2 span{
    color:#333;

}
.test-footer-box{
    margin-top:2rem;
}

.test-footer-box .info-banner-box{
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
}

.test-footer-box .info-banner-box h3{
    margin-top:0;
}

.test-footer-box .f-box{
    padding-left:0;
}

.test-footer-box .l-box{
    padding-right:0;
}

/*headingstyle*/

.hn1 {
  background: linear-gradient(
    to right, 
    #0a3a4e, 
    rgb(31 220 255)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.hn1 h1 {
  font-size: 60px;
  font-weight:800;
  line-height: 1.1;
}

.hn2 .text-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hn2 h1 {
	font-size: 60px;
	font-weight: 900;
	background-color: #333;
	color: #fff;
	display: block;
	padding: .5em;
}

.hn2 h1:nth-child(2) {
	position: absolute;
	background-color: #fff;
	color: #333;
	clip-path: inset(-1% -1% 50% -1%);
}

.hn2 p {
	font-size: 2vw;
	font-weight: 900;
	margin-top: 1em;
	text-align: center;
}
.hn2 p span {
		display: block;
		transform: rotate(90deg);
		margin-top: .25em;
}

.hn2 .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.hn3 .title {
        font-size: 50px;
    position: relative;
    margin: 0 auto 0.3em;
    padding: 1em 1em 0.25em 1em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    color: black;
    font-family: system-ui;
}
.hn3 .title:after {
       position: absolute;
    top: 100%;
    left: 50%;
    width: 240px;
    height: 4px;
    margin-left: -120px;
    content: '';
    background-color: #1d5972;
}

/* Clip text element */
.hn3 .clip-text {
      font-size: 3em;
    font-weight: 800;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0.25em;
    padding: 0.5em 0.75em;
    text-align: center;
    color: #333;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 14px solid #333304;
}

.hn3 .clip-text:before,
.hn3 .clip-text:after {
    position: absolute;
    content: '';
}

/* Background */
.hn3 .clip-text:before {
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
}

/* Text Background (black zone) */
.hn3 .clip-text:after {
    position: absolute;
    z-index: -1;
    top: .125em;
    right: .125em;
    bottom: .125em;
    left: .125em;
    background-color: #333;
}
/* Background image from http://thepatternlibrary.com/ and http://lorempixel.com */
.clip-text_one {
    background: #333000;
}



.milky {
     font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 62px;
    color: rgb(251 254 255);
    text-shadow: 0 8px 9px rgb(36 95 119 / 80%), 0px -2px 1px #c8c8c8;
    font-weight: bold;
    letter-spacing: -4px;
    text-align: center;
    background: linear-gradient(to bottom, #17a2b8 0%,rgba(36,95,119,1) 100%);
    position: relative;
    /* padding: 100px 200px; */
    /* top: 50%; */
    /* left: 50%; */
    width: 70%;
    margin: auto;
    /* transform: translate(-50%,-50%); */
    border-radius: 20px;
}

.hn5 p {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-weight:800;
}

.hn5 .fancy {
    background-clip: text ;
    background-image: 
    url("data:image/svg+xml,%3Csvg width='2250' height='900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%231b9bb3' d='M0 0h2255v899H0z'/%3E%3Ccircle cx='366' cy='207' r='366' fill='%231d5972'/%3E%3Ccircle cx='1777.5' cy='318.5' r='477.5' fill='%231d5972'/%3E%3Ccircle cx='1215' cy='737' r='366' fill='%231b9bb3'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 110% auto;
    background-position: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  
}



.grunge-underline {
 border: 0;
 height: 1rem;
 background: url('../images/underline.svg') no-repeat;
 background: url('../images/underline.svg') no-repeat;
 background-size: contain;
 height: 500px;
    width: 300px;
    position: absolute;
    top: 35px;
    left: 50%;
}

fieldset {
  display: block;
  margin: 5px auto;
  padding: 0px;
  border: 0;
  border: 2px solid #333;
  width: 50%;
}
legend {
  display: table;
  min-width: 0px;
  max-width: fit-content;
  position: relative;
  margin: auto;
  padding: 5px 20px;
  font-size: 20px;
  text-align: center;
  color:rgba(27,155,179,1);
  font-weight:700;
}
.outline-text {
color: #333;
    -webkit-text-stroke: 1px #949393;
    -webkit-text-fill-color: transparent;
font-family: 'Sarabun', sans-serif;
    font-weight: 900;
    font-size: 90px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}
.outline-text-left{
    color: #333;
    -webkit-text-stroke: 1px #949393;
    -webkit-text-fill-color: transparent;
font-family: 'Sarabun', sans-serif;
    font-weight: 900;
    font-size: 90px;
    text-align: center;
    position: absolute;
        opacity: 0.2;

}


/*mobile*/

@media (max-width: 767px) {
    .portfolio-sec .card{
        height:auto;
    }
.outline-text {
color: #333;
    -webkit-text-stroke: 1px #949393;
    -webkit-text-fill-color: transparent;
font-family: 'Sarabun', sans-serif;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}
.abt-vec{
    display:none !important;
}
.ms-img{
display:none !important;
}
.outline-text-left{
    color: #333;
    -webkit-text-stroke: 1px #949393;
    -webkit-text-fill-color: transparent;
font-family: 'Sarabun', sans-serif;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    position: absolute;
        opacity: 0.2;

}
.auto-slide-p{
    padding-top:2.5rem !important;
}
.auto-slide-p h2{
    font-size:35px !important;
}
.auto-contact {
    text-align: center;
    padding: 62px 0 190px !important;
}
.auto-contact h2 {
    font-size: 31px !important;
}

.feature-block-seven .inner-box {
    position: relative;
    padding-left: 77px;
    min-height: 70px;
}
.feature-block-seven .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
}
}
.feature-block-seven .icon img {
    width: 41px;
}










}



/*sss*/

.services-section-three{
    position: relative;
    padding: 180px 0 120px;
    margin-top: -100px;
    /* z-index: 1; */
    /* padding: 6rem 0 6rem; */
    margin-bottom: 4rem
}

.services-section-three .cws-image-bg{
	clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 55% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 55% calc(100% - 60px), 0% 100%);
}

.services-section-three .cws-overlay-bg{
    background-color: rgb(238 238 238 / 90%);
}


.services-section-three .cws-triangle-overlay.bottom-right {
    clip-path: polygon(55% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    -webkit-clip-path: polygon(55% calc(100% - 59px), 100% calc(100% - 120px), 100% 100%);
    background: rgb(238 238 238 / 90%);
    z-index: 1;
}

.service-block-four{
	position: relative;
	margin-bottom: 50px;
}

.service-block-four .inner-box{
	position: relative;
	text-align: center;
}

.service-block-four .icon-box{
	position: relative;
	height: 195px;
	width: 195px;
	background: rgb(253,253,253);
	background: -moz-linear-gradient(-45deg,  rgba(253,253,253,1) 0%, rgba(249,248,248,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(253,253,253,1) 0%,rgba(249,248,248,1) 100%);
	background: linear-gradient(135deg,  rgba(253,253,253,1) 0%,rgba(249,248,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f9f8f8',GradientType=1 );
	border:3px solid #255f77;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-four .inner-box:hover .icon-box{
	background: #255f77;
	border-color: #255f77;
	color: #ffffff;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.service-block-four .inner-box:hover .icon-box img{
    filter:invert(1);
}
.service-block-four .icon-box .icon{
	font-size: 100px;
	width:100%
}

.service-block-four h4{
	font-size: 24px;
	font-weight: 700;
}



.services-section-three .cws-triangle-overlay.top-left {
    clip-path: polygon(55% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    -webkit-clip-path: polygon(55% calc(100% - 59px), 100% calc(100% - 120px), 100% 100%);
    background: rgb(238 238 238 / 90%);
    z-index: 1;
}

 .cws-triangle-overlay.top-left {
    height: 120px;
    left: 0;
    bottom: 0;
    top: auto;
}



/*autoslide*/
#slider{
	height:650px;
	overflow:hidden;
}

.slider-content{
	height:650px;
	width:10000px;
	font-family:"Open Sans", "Avenir-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
}

.slider-item{
  position:relative;
	height:650px;
	overflow:hidden;
	-webkit-transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
	transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
	transition:all 0.5s;
}

.slider-item:first-child{
	margin-left:-123px;
}

.image{
	float:left;
	position:relative;
	transition:all 0.5s;
	cursor:pointer;
}

.item-img-1,.item-img-2{
	height:650px;
	width:200%;
	top:0px;
	position:absolute;
	left:-115px;
  background-size: 1200px 650px !important;
	-webkit-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
	transform: translate3d(0, 0, 0) skew(20deg, 0deg);
	transition:all 0.5s;
}

.item-img-loaded{
  transform:translate3d(0, 0, 0) skew(20deg, 0deg) scale(1.1);
  transition:all 1s ease;
}

.item-img-2{
	opacity:0;
}

.item-text{
	position:absolute;
}

.image-text{
	bottom: 55%;
    left: 30%;
  opacity:1;
	position:absolute;
	font-size:35px;
	color:white;
  font-weight: bold;
	transition:all 0.5s;
}

.image:hover .image-text{
	font-size:40px;
}

@media (min-width:1400px){
  .image:nth-child(2) .item-img-1{
  	left:-100px;
  }

  .image:nth-child(3) .item-img-1{
    left:-500px;
  }

  .image:last-child .item-img-2{
  	left:-220px;
  }

  .image:last-child .item-img-1{
    left:-100px;
  }

  .image:last-child .image-text{
  	left:0px;
  }

  .image:last-child:hover .image-text{
  	left:20%;
  }
}

@media (max-width:1400px){
  .image:first-child .image-text{
  	left:5%;
  }

  .image-text{
  	left:-15%;
  }

  .image:last-child .image-text{
    left:-15%;
  }

  .image:nth-child(1) .item-img-1{
    background-position-x: -100px!important;
  }

  .image:nth-child(1) .item-img-2{
  	background-position-x: -300px!important;
  }

  .image:nth-child(2) .item-img-1{

  }

  .image:nth-child(2) .item-img-2{
  	background-position-x: -600px!important;
  }

  .image:nth-child(2) .item-img-2{
  	background-position-x: -400px!important;
  }

   .image:nth-child(3) .item-img-1{
    background-position-x: -450px!important;
  }

  .image:nth-child(3) .item-img-2{
  	background-position-x: -400px!important;
  }

  .image:nth-child(4) .item-img-2{
  	background-position-x: -400px!important;
  }
}

@media (max-width:700px){
  #slider{
    height:450px;
  }
	.slider-item{
		height:450px;
	}
  .item-img-1,.item-img-2{
		height:450px;
  }

  .image-text{
    left:20%!important;
    font-size:25px!important;
  }

  .image:first-child .image-text{
    left:25%!important;
  }

  .image:last-child .image-text{
    left:10%!important;
  }

  .image:nth-child(1) .item-img-1{
    background-position-x: -165px!important;
  }

  .image:nth-child(2) .item-img-2{
  	background-position-x: -650px!important;
  }

  .image:nth-child(3) .item-img-1{
    background-position-x: -650px!important;
  }

  .image:nth-child(3) .item-img-2{
  	background-position-x: -550px!important;
  }

  .image:nth-child(4) .item-img-1{
  	background-position-x: -100px!important;
  }

  .image:nth-child(4) .item-img-2{
  	background-position-x: -550px!important;
  }
  .security-package .image-column .imageii img {
  display:none;
}
.security-package {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 61px 0 100px;
    margin-top: -120px;
}
}



@media (max-width:400px){
  .image:last-child .image-text{
    left:-30px!important;
  }

  .image:first-child .image-text{
    left:20px!important;
  }

  .image-text{
    left:-50px!important;
  }
}

.slider-item:after{
    position:absolute;
    content:'';
    display:block;
    background:rgba(0,0,0,0.4);
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.auto-contact{
    text-align:center;
    padding:100px 0 200px;
    background:#ececec87;
}

.auto-contact h5{
   color:#23667e; 
}
.auto-contact h2{
    font-size:60px;
    margin-bottom:1rem;
    font-weight:800;
    line-height:1.2;
    margin-top:1rem;
}
.auto-contact h2 span{
    color:#23667e;
}
.auto-contact p{
    margin-bottom:1rem;
}


/*====================*/
.flex-container {
	position: relative;
	height: 100%;
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	overflow: hidden;

}
	@media screen and (max-width: 768px) {
	    .flex-container{
		flex-direction: column;
	}
	}
.flex-title {
	color: #f1f1f1;
	position: relative;
	font-size: 40px;
	margin: auto;
	text-align: center;
	transform: rotate(90deg);
	top: 25%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	
}
@media screen and (max-width: 768px) {
	.flex-title{
		transform: rotate(0deg) !important;
	}
}
.flex-about {
	opacity: 0;
	color: #f1f1f1;
	position: relative;
	width: 85%;
	font-size: 2vw;
	padding: 5%;
	top: 20%;
	border: 2px solid #f1f1f1;
	border-radius: 10px;
	line-height: 1.3;
	margin: auto;
	text-align: left;
	transform: rotate(0deg);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	display:none;
}
.flex-about p{
    color:#f2f2f2;
}
	@media screen and (max-width: 768px) {
	    flex-about{
		padding: 0%;
		border: 0px solid #f1f1f1;
	}
}


.flex-slide {
	-webkit-flex: 1;  /* Safari 6.1+ */
	-ms-flex: 1;  /* IE 10 */    
	flex: 1;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	height:fit-content;
	position:relative;
	min-height:600px;
	    display: flex;
    align-items: center;
    justify-content: center;

}
	@media screen and (max-width: 768px) {
		.flex-slide{
		overflow: auto;
		overflow-x: hidden;
	}
	}

	@media screen and (max-width: 768px) {
	  .flex-slide p{
		font-size: 2em;
	
	  }
      } 

	@media screen and (max-width: 768px) {
	    .flex-slide ul li {
		font-size: 2em;
	}
} 
.flex-slide:hover {
	-webkit-flex-grow: 3;
	flex-grow: 3;
}
.home {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/au1.webp);
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
}
	@media screen and (min-width: 768px) {
	    .home {
		@include animation-properties((animation: aboutFlexSlide, animation-duration: $defaultSeconds, animation-iteration-count: 1, animation-delay: 0s));
	}
}

@keyframes aboutFlexSlide {
	0% {
		-webkit-flex-grow: 1;
		flex-grow: 1;
	}
	50% {
		-webkit-flex-grow: 3;
		flex-grow: 3;
	}
	100% {
		-webkit-flex-grow: 1;
		flex-grow: 1;
	}
}


	@media screen and (min-width: 768px) {
	    .flex-title-home {
		transform: rotate(90deg);
		top: 15%;
		@include animation-properties((animation: homeFlextitle, animation-duration: $defaultSeconds, animation-iteration-count: 1, animation-delay: 0s));
	}
}



@keyframes homeFlextitle {
	0% {
		transform: rotate(90deg);
		top: 15%;
	}
	50% {
		transform: rotate(0deg);
		top: 15%;
	}
	100% {
		transform: rotate(90deg);
		top: 15%;
	}
}

.flex-about-home {
	opacity: 0;
}
	@media screen and (min-width: 768px) {
	    .flex-about-home {
		@include animation-properties((animation: flexAboutHome, animation-duration: $defaultSeconds, animation-iteration-count: 1, animation-delay: 0s));
	}
}

@keyframes flexAboutHome {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	
}

}

.flex-slide.about {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/au2.webp);
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;	
}
.contact-form {
	width: 100%;
}
input {
	width: 100%;
}
textarea {
	width: 100%;	
}
.contact {
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/au3.webp);
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
}
.work {
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/au4.webp);
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
}



/*// Preloader*/
.spinner {
	position: fixed;
	top: 0;
	left: 0;
	background: #222;
	height: 100%;
	width: 100%;
	z-index: 11;
	margin-top: 0;
	color: #fff;
	font-size: 1em;
}

.cube1, .cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.auto-slide-p {
    padding-top:6rem;
}

.auto-slide-p h2{
    margin-bottom:2rem;
    font-size:50px;
}

.abt-vec{
    position:relative;
}
.abt-vec img {
    position: absolute;
    width: 33%;
    left: 77%;
    transform: rotate(165deg);
    opacity: 0.8;
}
.auto-call{
    padding-top:250px;
}

.light-p-sec{
    padding-bottom:100px;
}
.about-new{
 padding:0px 0;   
}

.abt-new-content h3{
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 30px;
    line-height: 1.3;
    font-family: 'Lato', sans-serif !important;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.abt-point i{
    color:#245f77;
    margin-right:0.5rem;
}

.abt-point span{
    color:#245f77;
    font-weight:600;
    
}


/*portfolio*/
.ct-portfolio-grid1 .item--featured:before,.ct-portfolio-carousel1 .item--featured:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,4,9,.85) 45%),to(rgba(0,4,9,0)));
    background-image: -webkit-linear-gradient(to top,rgba(0,4,9,.85) 45%,rgba(0,4,9,0));
    background-image: -moz-linear-gradient(to top,rgba(0,4,9,.85) 45%,rgba(0,4,9,0));
    background-image: -ms-linear-gradient(to top,rgba(0,4,9,.85) 45%,rgba(0,4,9,0));
    background-image: -o-linear-gradient(to top,rgba(0,4,9,.85) 45%,rgba(0,4,9,0));
    background-image: linear-gradient(to top,rgba(0,4,9,.85) 45%,rgba(0,4,9,0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 4, 9, 0.85) 45%',endColorStr='rgba(0, 4, 9, 0)');
    opacity: 0;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-portfolio-grid1 .item--featured img,.ct-portfolio-carousel1 .item--featured img {
    width: 100%
}

.ct-portfolio-grid1 .item--title,.ct-portfolio-carousel1 .item--title {
    margin-bottom: 5px;
    color: #fff;
    font-size: 24px;
    letter-spacing: .05em;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    -webkit-transform: translateY(40px);
    -khtml-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0
}

@media screen and (max-width: 1199px) {
    .ct-portfolio-grid1 .item--title,.ct-portfolio-carousel1 .item--title {
        font-size:20px
    }
}

.ct-portfolio-grid1 .item--title a,.ct-portfolio-carousel1 .item--title a {
    color: inherit
}

.ct-portfolio-grid1 .item--title a:hover,.ct-portfolio-carousel1 .item--title a:hover {
    color: inherit
}

.ct-portfolio-grid1 .item--category,.ct-portfolio-carousel1 .item--category {
    font-size: 14px;
    color: #cdcccc;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    -webkit-transform: translateY(40px);
    -khtml-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0
}

.ct-portfolio-grid1 .item--category a,.ct-portfolio-carousel1 .item--category a {
    color: inherit
}

.ct-portfolio-grid1 .item--category a:hover,.ct-portfolio-carousel1 .item--category a:hover {
    color: inherit
}

.ct-portfolio-grid1 .item--holder,.ct-portfolio-carousel1 .item--holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 65px 28px 28px
}

@media screen and (max-width: 767px) {
    .ct-portfolio-grid1 .item--holder,.ct-portfolio-carousel1 .item--holder {
        padding-left:20px
    }
}

.ct-portfolio-grid1 .item--readmore a,.ct-portfolio-carousel1 .item--readmore a {
    font-size: 30px;
    text-align: center;
    line-height: 41px;
    width: 41px;
    height: 41px;
    border-radius: 41px;
    position: absolute;
    bottom: 31px;
    right: 24px;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    color: var(--secondary-color);
    background-image: -webkit-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
    background-image: -moz-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
    background-image: -ms-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
    background-image: -o-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
    background-image: linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
    background-size: 300%,1px;
    background-position: 0;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    -webkit-transform: scale(0) rotate(0deg);
    -khtml-transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -ms-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg);
    opacity: 0
}

.ct-portfolio-grid1 .item--readmore a:hover,.ct-portfolio-carousel1 .item--readmore a:hover,.ct-portfolio-grid1 .item--readmore a:focus,.ct-portfolio-carousel1 .item--readmore a:focus {
    color: var(--secondary-color);
    background-position: 100%
}

.ct-portfolio-grid1 .grid-item-inner,.ct-portfolio-carousel1 .grid-item-inner {
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin-bottom: 45px
}

.ct-portfolio-grid1 .grid-item-inner:hover .item--featured:before,.ct-portfolio-carousel1 .grid-item-inner:hover .item--featured:before {
    opacity: 1
}

.ct-portfolio-grid1 .grid-item-inner:hover .item--title,.ct-portfolio-carousel1 .grid-item-inner:hover .item--title,.ct-portfolio-grid1 .grid-item-inner:hover .item--category,.ct-portfolio-carousel1 .grid-item-inner:hover .item--category {
    -webkit-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.ct-portfolio-grid1 .grid-item-inner:hover .item--title,.ct-portfolio-carousel1 .grid-item-inner:hover .item--title {
    -webkit-transition-delay: .08s;
    -moz-transition-delay: .08s;
    transition-delay: .08s
}

.ct-portfolio-grid1 .grid-item-inner:hover .item--category,.ct-portfolio-carousel1 .grid-item-inner:hover .item--category {
    -webkit-transition-delay: .18s;
    -moz-transition-delay: .18s;
    transition-delay: .18s
}

.ct-portfolio-grid1 .grid-item-inner:hover .item--readmore a,.ct-portfolio-carousel1 .grid-item-inner:hover .item--readmore a {
    -webkit-transform: scale(1) rotate(360deg);
    -khtml-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
    opacity: 1;
    -webkit-transition-delay: .26s;
    -moz-transition-delay: .26s;
    transition-delay: .26s
}

.ct-portfolio-carousel1 .grid-item-inner {
    margin-bottom: 0
}

.ct-portfolio-carousel2 .item--featured img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-portfolio-carousel2 .item--meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #262626;
    padding: 22px 20px;
    text-align: center;
    opacity: 0;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    z-index: 99;
    overflow: hidden
}

.ct-portfolio-carousel2 .item--meta svg {
    z-index: -1;
    position: absolute;
    bottom: -1px;
    right: -1px;
    -webkit-transform: translate3d(40px,40px,40px);
    -khtml-transform: translate3d(40px,40px,40px);
    -moz-transform: translate3d(40px,40px,40px);
    -ms-transform: translate3d(40px,40px,40px);
    -o-transform: translate3d(40px,40px,40px);
    transform: translate3d(40px,40px,40px);
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-portfolio-carousel2 .item--category {
    font-size: 15px;
    color: #e2e1e1;
    margin-bottom: 11px
}

.ct-portfolio-carousel2 .item--category a {
    color: inherit
}

.ct-portfolio-carousel2 .item--category a:hover {
    color: inherit
}

.ct-portfolio-carousel2 .item--title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: .01em;
    color: #fff;
    position: relative;
    padding-bottom: 16px
}

.ct-portfolio-carousel2 .item--title:before {
    content: '';
    width: 47px;
    height: 2px;
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear,left top,right top,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: -o-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endColorStr='var(--gradient-color-to)',gradientType='1');
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.ct-portfolio-carousel2 .item--title a {
    color: inherit
}

.ct-portfolio-carousel2 .item--title a:hover {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px
}

.ct-portfolio-carousel2 .item--zoom {
    width: 65px;
    height: 65px;
    background-color: #fff;
    line-height: 65px;
    text-align: center;
    -webkit-border-radius: 65px;
    -khtml-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px;
    font-size: 22px;
    color: var(--secondary-color);
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
    -webkit-transform: scale(0) rotate(360deg);
    -khtml-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
    -ms-transform: scale(0) rotate(360deg);
    -o-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg)
}

.ct-portfolio-carousel2 .item--zoom:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color)
}

.ct-portfolio-carousel2 .grid-item-inner {
    margin-bottom: 75px;
    position: relative
}

.ct-portfolio-carousel2 .grid-item-inner:hover .item--meta {
    opacity: 1;
    -webkit-transform: translateY(75px);
    -khtml-transform: translateY(75px);
    -moz-transform: translateY(75px);
    -ms-transform: translateY(75px);
    -o-transform: translateY(75px);
    transform: translateY(75px)
}

.ct-portfolio-carousel2 .grid-item-inner:hover .item--featured img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.ct-portfolio-carousel2 .grid-item-inner:hover .item--meta svg {
    -webkit-transform: translate3d(0px,0px,0px);
    -khtml-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

.ct-portfolio-carousel2 .grid-item-inner:hover .item--zoom {
    -webkit-transform: scale(1) rotate(0deg);
    -khtml-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: .16s;
    -moz-transition-delay: .16s;
    transition-delay: .16s
}

.ct-portfolio-carousel2 .ct-slick-arrow-center .slick-arrow {
    margin-top: -35px
}

@media screen and (min-width: 1800px) {
    .ct-portfolio-carousel2 .ct-slick-arrow-center .slick-arrow {
        height:70px;
        width: 70px;
        border: 2px solid #c7c7c7;
        background-color: rgba(255,255,255,.67);
        color: var(--secondary-color)
    }

    .ct-portfolio-carousel2 .ct-slick-arrow-center .slick-arrow:hover {
        border-color: var(--secondary-color);
        background-color: var(--secondary-color)
    }

    .ct-portfolio-carousel2 .ct-slick-arrow-center .slick-arrow:hover:before {
        color: var(--primary-color)
    }

    .ct-portfolio-carousel2 .ct-slick-arrow-center .slick-arrow:before {
        font-size: 14px
    }
}

@media screen and (max-width: 1600px) {
    .ct-portfolio-carousel2 .ct-slick-arrow-center .slick-arrow:hover {
        background-color:var(--secondary-color)
    }
}

.ct-portfolio-carousel2 .ct-slick-arrow-center .slick-arrow.slick-prev {
    left: -20px
}

@media screen and (min-width: 1800px) {
    .ct-portfolio-carousel2 .ct-slick-arrow-center .slick-arrow.slick-prev {
        left:-135px
    }
}

@media screen and (max-width: 1600px) {
    .ct-portfolio-carousel2 .ct-slick-arrow-center .slick-arrow.slick-prev {
        left:0;
        opacity: 0
    }
}

.ct-portfolio-carousel2 .ct-slick-arrow-center .slick-arrow.slick-next {
    right: -20px
}

@media screen and (min-width: 1800px) {
    .ct-portfolio-carousel2 .ct-slick-arrow-center .slick-arrow.slick-next {
        right:-135px
    }
}

@media screen and (max-width: 1600px) {
    .ct-portfolio-carousel2 .ct-slick-arrow-center .slick-arrow.slick-next {
        right:0;
        opacity: 0
    }
}

@media screen and (max-width: 1600px) {
    .ct-portfolio-carousel2 .ct-slick-arrow-center .slick-arrow {
        position:absolute
    }
}

@media screen and (max-width: 1600px) {
    .ct-portfolio-carousel2 .ct-slick-arrow-center:hover .slick-arrow.slick-prev {
        left:30px;
        opacity: 1
    }

    .ct-portfolio-carousel2 .ct-slick-arrow-center:hover .slick-arrow.slick-next {
        right: 30px;
        opacity: 1
    }
}

.ct-portfolio-carousel3 .item--featured {
    position: relative
}

.ct-portfolio-carousel3 .item--featured img {
    width: 100%
}

.ct-portfolio-carousel3 .item--featured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8,8,8,.85);
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    opacity: 0;
    z-index: 99
}

.ct-portfolio-carousel3 .item--category {
    margin-bottom: 15px
}

.ct-portfolio-carousel3 .item--category a {
    font-size: 14px;
    letter-spacing: -.01em;
    font-weight: 700
}

.ct-portfolio-carousel3 .item--meta {
    position: absolute;
    top: 30%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px;
    z-index: 102;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    opacity: 0
}

.ct-portfolio-carousel3 .item--readmore .btn {
    padding: 0 38px
}

.ct-portfolio-carousel3 .item--title {
    font-size: 24px;
    margin-bottom: 28px;
    letter-spacing: -.025em
}

.ct-portfolio-carousel3 .item--title a {
    color: inherit
}

.ct-portfolio-carousel3 .item--title a:hover {
    color: inherit
}

.ct-portfolio-carousel3 .item--shape {
    position: absolute;
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear,left top,right top,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: -o-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endColorStr='var(--gradient-color-to)',gradientType='1');
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom
}

.ct-portfolio-carousel3 .item--shape.item--shape1 {
    width: 95px;
    height: 140px;
    opacity: .52;
    transform: rotate(12deg) scale(0);
    bottom: -30px;
    left: -39px;
    z-index: 101
}

.ct-portfolio-carousel3 .item--shape.item--shape2 {
    width: 120px;
    height: 130px;
    opacity: .52;
    transform: rotate(26deg) scale(0);
    left: -60px;
    bottom: -10px;
    z-index: 100
}

.ct-portfolio-carousel3 .item--shape.item--shape3 {
    bottom: -50px;
    left: -35px;
    background: 0 0;
    z-index: 100;
    -webkit-transform: translateX(-120px);
    -khtml-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    transform: translateX(-120px)
}

.ct-portfolio-carousel3 .item--shape.item--shape3 svg {
    height: 215px;
    width: auto
}

.ct-portfolio-carousel3 .item--shape.item--shape4 {
    bottom: -50px;
    left: -60px;
    background: 0 0;
    z-index: 101;
    -webkit-transform: translateX(-120px);
    -khtml-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    transform: translateX(-120px)
}

.ct-portfolio-carousel3 .item--shape.item--shape4 svg {
    height: 205px
}

.ct-portfolio-carousel3 .item--shape.item--shape4 svg g {
    fill: var(--primary-color)
}

.ct-portfolio-carousel3 .grid-item-inner {
    position: relative;
    overflow: hidden
}

.ct-portfolio-carousel3 .grid-item-inner:hover .item--shape.item--shape1 {
    transform: rotate(12deg) scale(1);
    -webkit-transition-delay: .22s;
    -moz-transition-delay: .22s;
    transition-delay: .22s
}

.ct-portfolio-carousel3 .grid-item-inner:hover .item--shape.item--shape2 {
    transform: rotate(26deg) scale(1);
    -webkit-transition-delay: .32s;
    -moz-transition-delay: .32s;
    transition-delay: .32s
}

.ct-portfolio-carousel3 .grid-item-inner:hover .item--shape.item--shape3 {
    -webkit-transform: translateX(0px);
    -khtml-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-delay: .22s;
    -moz-transition-delay: .22s;
    transition-delay: .22s
}

.ct-portfolio-carousel3 .grid-item-inner:hover .item--shape.item--shape4 {
    -webkit-transform: translateX(0px);
    -khtml-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-delay: .32s;
    -moz-transition-delay: .32s;
    transition-delay: .32s
}

.ct-portfolio-carousel3 .grid-item-inner:hover .item--featured:before {
    opacity: 1
}

.ct-portfolio-carousel3 .grid-item-inner:hover .item--meta {
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: .12s;
    -moz-transition-delay: .12s;
    transition-delay: .12s
}

.ct-portfolio-carousel3 .ct-carousel-inner {
    margin: 0
}

.ct-portfolio-carousel3 .ct-carousel-inner .slick-slide {
    padding: 0
}

.ct-portfolio-carousel3 .ct-slick-carousel .slick-arrow {
    opacity: 0
}

.ct-portfolio-carousel3:hover .ct-slick-carousel .slick-arrow {
    opacity: 1
}

.ct-portfolio-carousel3:hover .ct-slick-carousel .slick-arrow.slick-prev {
    left: 20px
}

.ct-portfolio-carousel3:hover .ct-slick-carousel .slick-arrow.slick-next {
    right: 20px
}

.ct-portfolio-carousel3.style2 .item--featured img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-portfolio-carousel3.style2 .item--category a,.ct-portfolio-carousel3.style2 .item--readmore .btn {
    background-color: var(--primary-color);
    background-image: -webkit-gradient(linear,left top,right top,from(var(--primary-color)),to(var(--primary-color)));
    background-image: -webkit-linear-gradient(to right,var(--primary-color),var(--primary-color));
    background-image: -moz-linear-gradient(to right,var(--primary-color),var(--primary-color));
    background-image: -ms-linear-gradient(to right,var(--primary-color),var(--primary-color));
    background-image: -o-linear-gradient(to right,var(--primary-color),var(--primary-color));
    background-image: linear-gradient(to right,var(--primary-color),var(--primary-color));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--primary-color)',endColorStr='var(--primary-color)',gradientType='1')
}

.ct-portfolio-carousel3.style2 .item--readmore .btn:before,.ct-portfolio-carousel3.style2 .item--readmore .btn:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: -110%;
    opacity: .1;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease 0s;
    -khtml-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: skewX(25deg);
    -khtml-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    transform: skewX(25deg);
    width: 100%;
    z-index: -1
}

.ct-portfolio-carousel3.style2 .item--readmore .btn:hover:before {
    left: -10%;
    -webkit-transition: all .3s ease 0s;
    -khtml-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.ct-portfolio-carousel3.style2 .item--readmore .btn:hover:after {
    left: -20%
}

.ct-portfolio-carousel4 .item--featured {
    position: relative;
    overflow: hidden;
    margin-bottom: 14px
}

.ct-portfolio-carousel4 .item--featured img {
    width: 100%;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-portfolio-carousel4 .item--featured .item--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.86);
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    opacity: 0;
    z-index: 99
}

.ct-portfolio-carousel4 .item--featured .item--readmore {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    -webkit-border-radius: 72px;
    -khtml-border-radius: 72px;
    -moz-border-radius: 72px;
    -ms-border-radius: 72px;
    -o-border-radius: 72px;
    border-radius: 72px;
    background-image: -webkit-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
    background-image: -moz-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
    background-image: -ms-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
    background-image: -o-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
    background-image: linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
    background-size: 200%,1px;
    background-position: 0;
    color: #fff;
    -webkit-transform: translateY(40px);
    -khtml-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    z-index: 100;
    overflow: hidden
}

.ct-portfolio-carousel4 .item--featured .item--readmore i {
    display: inline-flex;
    font-size: 24px
}

.ct-portfolio-carousel4 .item--featured .item--readmore:hover {
    color: var(--secondary-color);
    background-position: 100%;
    color: #fff
}

.ct-portfolio-carousel4 .item--featured .item--readmore:hover i {
    -o-animation: toRightFromLeft .3s forwards;
    -ms-animation: toRightFromLeft .3s forwards;
    -webkit-animation: toRightFromLeft .3s forwards;
    animation: toRightFromLeft .3s forwards
}

.ct-portfolio-carousel4 .item--title {
    color: #000;
    margin-bottom: 5px;
    font-size: 20px
}

.ct-portfolio-carousel4 .item--title a {
    color: inherit;
    position: relative
}

.ct-portfolio-carousel4 .item--title a:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    -webkit-transform: scale(0,1);
    -khtml-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    -khtml-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    -moz-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    -ms-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    -o-transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    transition: transform .3s cubic-bezier(.37,.31,.2,.85);
    transform-origin: right center;
    -webkit-transform-origin: right center
}

.ct-portfolio-carousel4 .item--title a:hover {
    color: #222
}

.ct-portfolio-carousel4 .item--title a:hover:before {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1,1);
    -khtml-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1)
}

.ct-portfolio-carousel4 .item--subtitle {
    font-style: italic
}

.ct-portfolio-carousel4 .grid-item-inner {
    position: relative
}

.ct-portfolio-carousel4 .grid-item-inner:hover .item--featured img {
    -webkit-transform: scale(1.2);
    -khtml-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.ct-portfolio-carousel4 .grid-item-inner:hover .item--featured .item--overlay {
    opacity: 1
}

.ct-portfolio-carousel4 .grid-item-inner:hover .item--featured .item--readmore {
    -webkit-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.ct-portfolio-carousel4 .carousel-item:nth-child(odd) {
    margin-top: 28px
}

@media screen and (max-width: 767px) {
    .ct-portfolio-carousel4 .carousel-item:nth-child(odd) {
        margin-top:0
    }
}

.ct-section-portfolio-boxed>.elementor-container {
    max-width: 1520px
}

.ct-portfolio-grid2 .item--featured:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,4,9,.85);
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    opacity: 0
}

.ct-portfolio-grid2 .item--featured a {
    font-size: 30px;
    text-align: center;
    line-height: 41px;
    width: 41px;
    height: 41px;
    border-radius: 41px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    color: var(--secondary-color);
    background-image: -webkit-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
    background-image: -moz-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
    background-image: -ms-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
    background-image: -o-linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
    background-image: linear-gradient(90deg,var(--gradient-color-from) 0%,var(--gradient-color-to) 50%,var(--gradient-color-from));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
    background-size: 300%,1px;
    background-position: 0;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    -webkit-transform: translateY(-40px);
    -khtml-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0
}

.ct-portfolio-grid2 .item--featured a:hover,.ct-portfolio-grid2 .item--featured a:focus {
    color: var(--secondary-color);
    background-position: 100%
}

.ct-portfolio-grid2 .item--featured img {
    width: 100%
}

.ct-portfolio-grid2 .grid-item-inner {
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin-bottom: 45px
}

.ct-portfolio-grid2 .grid-item-inner:hover .item--featured:before {
    opacity: 1
}

.ct-portfolio-grid2 .grid-item-inner:hover .item--featured a {
    -webkit-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.ct-portfolio-grid3 .item--featured img {
    width: 100%;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

@media screen and (max-width: 1199px) {
    .ct-portfolio-grid3 .item--featured img {
        -webkit-border-radius:5px 5px 0 0;
        -khtml-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0
    }
}

.ct-portfolio-grid3 .item--title {
    margin-bottom: 8px
}

@media screen and (max-width: 991px) {
    .ct-portfolio-grid3 .item--title {
        font-size:20px
    }
}

.ct-portfolio-grid3 .item--title a {
    color: inherit
}

.ct-portfolio-grid3 .item--title a:hover {
    color: inherit
}

.ct-portfolio-grid3 .item--holder {
    position: absolute;
    bottom: 50px;
    left: 0;
    background-color: #fff;
    max-width: 380px;
    padding: 22px 20px 22px 24px;
    -webkit-box-shadow: 0 15px 30px rgba(151,151,151,.15);
    -khtml-box-shadow: 0 15px 30px rgba(151,151,151,.15);
    -moz-box-shadow: 0 15px 30px rgba(151,151,151,.15);
    -ms-box-shadow: 0 15px 30px rgba(151,151,151,.15);
    -o-box-shadow: 0 15px 30px rgba(151,151,151,.15);
    box-shadow: 0 15px 30px rgba(151,151,151,.15);
    -webkit-border-radius: 5px 0 0;
    -khtml-border-radius: 5px 0 0;
    -moz-border-radius: 5px 0 0;
    -ms-border-radius: 5px 0 0;
    -o-border-radius: 5px 0 0;
    border-radius: 5px 0 0;
    z-index: 99
}

@media screen and (max-width: 1199px) {
    .ct-portfolio-grid3 .item--holder {
        position:relative;
        bottom: 0;
        -webkit-border-radius: 0 0 5px 5px;
        -khtml-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -ms-border-radius: 0 0 5px 5px;
        -o-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px
    }
}

.ct-portfolio-grid3 .item--holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px 0 0;
    -khtml-border-radius: 5px 0 0;
    -moz-border-radius: 5px 0 0;
    -ms-border-radius: 5px 0 0;
    -o-border-radius: 5px 0 0;
    border-radius: 5px 0 0;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    opacity: 0;
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear,left top,right top,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: -o-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endColorStr='var(--gradient-color-to)',gradientType='1');
    z-index: -1
}

@media screen and (max-width: 1199px) {
    .ct-portfolio-grid3 .item--holder:before {
        -webkit-border-radius:0 0 5px 5px;
        -khtml-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -ms-border-radius: 0 0 5px 5px;
        -o-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px
    }
}

.ct-portfolio-grid3 .item--content {
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-portfolio-grid3 .item--readmore {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 0 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear,left top,right top,from(var(--gradient-color-from)),to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: -o-linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    background-image: linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endColorStr='var(--gradient-color-to)',gradientType='1');
    color: #fff
}

@media screen and (max-width: 1199px) {
    .ct-portfolio-grid3 .item--readmore {
        top:0;
        bottom: auto;
        border-radius: 0 5px 0 0
    }
}

.ct-portfolio-grid3 .item--readmore:hover i {
    -o-animation: toRightFromLeft .3s forwards;
    -ms-animation: toRightFromLeft .3s forwards;
    -webkit-animation: toRightFromLeft .3s forwards;
    animation: toRightFromLeft .3s forwards
}

.ct-portfolio-grid3 .grid-item-inner {
    padding-left: 70px;
    position: relative;
    margin-bottom: 40px
}

@media screen and (max-width: 1199px) {
    .ct-portfolio-grid3 .grid-item-inner {
        padding-left:0
    }
}

.ct-portfolio-grid3 .grid-item-inner:hover .item--featured img {
    -webkit-box-shadow: 0 15px 45px rgba(73,73,73,.2);
    -khtml-box-shadow: 0 15px 45px rgba(73,73,73,.2);
    -moz-box-shadow: 0 15px 45px rgba(73,73,73,.2);
    -ms-box-shadow: 0 15px 45px rgba(73,73,73,.2);
    -o-box-shadow: 0 15px 45px rgba(73,73,73,.2);
    box-shadow: 0 15px 45px rgba(73,73,73,.2)
}

.ct-portfolio-grid3 .grid-item-inner:hover .item--title a,.ct-portfolio-grid3 .grid-item-inner:hover .item--content {
    color: #fff
}

.ct-portfolio-grid3 .grid-item-inner:hover .item--holder:before {
    opacity: 1
}

.ct-portfolio-grid4 {
    margin: 0
}

.ct-portfolio-grid4 .grid-item {
    padding: 0
}

.ct-portfolio-grid4 .item--featured img {
    width: 100%
}

.ct-portfolio-grid4 .item--meta {
    position: absolute;
    top: 35px;
    left: 30px;
    z-index: 99;
    padding-top: 10px
}

.ct-portfolio-grid4 .item--meta:before {
    content: '';
    width: 52px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.ct-portfolio-grid4 .item--meta .item--title {
    margin-bottom: 0;
    color: #fff;
    font-family: 'Inter',sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600
}

.ct-portfolio-grid4 .item--meta .item--title a {
    color: inherit
}

.ct-portfolio-grid4 .item--readmore {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    width: 57px;
    height: 57px;
    -webkit-border-radius: 57px;
    -khtml-border-radius: 57px;
    -moz-border-radius: 57px;
    -ms-border-radius: 57px;
    -o-border-radius: 57px;
    border-radius: 57px;
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    text-align: center
}

.ct-portfolio-grid4 .item--readmore:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(45deg,var(--m_gradient_color1-color) 0%,var(--m_gradient_color2-color) 27%,var(--m_gradient_color3-color) 48%,var(--m_gradient_color4-color) 69%,var(--m_gradient_color5-color) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: source-out;
    mask-composite: exclude;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-portfolio-grid4 .item--readmore:after {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 57px;
    -khtml-border-radius: 57px;
    -moz-border-radius: 57px;
    -ms-border-radius: 57px;
    -o-border-radius: 57px;
    border-radius: 57px;
    -webkit-transform: scale(1.6);
    -khtml-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-portfolio-grid4 .item--readmore:hover {
    color: #000
}

.ct-portfolio-grid4 .item--readmore:hover:before {
    -webkit-transform: scale(1.6);
    -khtml-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0
}

.ct-portfolio-grid4 .item--readmore:hover:after {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.ct-portfolio-grid4 .grid-item-inner {
    position: relative;
    overflow: hidden
}

.ct-portfolio-grid4 .grid-item-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.77);
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1)
}

.ct-portfolio-grid4 .grid-item-inner:hover:before {
    background-color: rgba(0,0,0,.52)
}

.ser1{
    background: url(../images/automation-bg.webp);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.ser2{
    background: url(../images/entertainment-bg.webp);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /* background-position: center !important; */
}
.ser3{
    background: url(../images/ser-cam.webp);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.ser4{
    background: url(../images/light-bg.webp);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.service-new{
    margin-bottom:4rem;
}

.ser-div {
    min-height:360px;
    padding:1rem;
    position:relative;
    z-index:1;
    cursor:pointer;
}

.ser-div:before{
 content:'';
 display:block;
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 background:rgba(0,0,0,0.7);
 z-index:0;
}
.ser-div:hover.ser-div:before{
 background:rgba(0,0,0,0.4);
 z-index:0;
}

.ser-div h4{
    padding-top:1.5rem;
}
.ser-div h4 a{
  text-decoration: none;
    color: #fff;
    position: relative;
    font-family: 'Lato', sans-serif !important;
    margin-top: 2rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.ser-div h4 a:before{
    content:'';
    background:#fff;
    width:50%;
    height:3px;
    display:block;
    position:absolute;
    top:-5px;
}
.item--readmore{
    position: absolute !important;
    bottom: 10%;
    right: 10%;
    text-decoration:none;
    color:#fff;
    border: 2px solid #21768e;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 24px;
    /*padding-top: 5px;*/
}

.service-new .section-title h3{
    font-size: 35px;
    font-weight: 600;
    margin-top: 2rem;
    font-family: 'Lato', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.section-title span{
  letter-spacing: 6px;
    font-family: 'Lato', sans-serif !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #918e8e;
}

.count-new .info-banner-box {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0rem;
    border-bottom: none;
    min-height: 155px;
    background: transparent;
    border-left: 2px solid #dfdfdf;
    padding-left: 2rem;
}
.count-new .abt-new-content h3{
      font-size:47px;
       letter-spacing: 6px;
       margin-bottom:0;
}
.count-new h3{
     color: #fff;
    font-weight: 600;
    font-family: 'Lato', sans-serif !important;
    letter-spacing: 4px;
    text-transform: uppercase;
  
}

.count-new .num-text{
    color: #fff;
    justify-content:left;
}

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

.count-new .info-banner-box h3{
    color:#fff !important;
       font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

.count-new{
    padding:20px 0;
    background:#245f77;
    margin:6rem 0 2rem;
}
.about-new .js-cen{
    justify-content:center;
}
.about-new .js-cen img{
    width:75%;
}
.js-cen{
    display:flex;
 align-items:center;
}


/*footer-new*/

.wave-section{
     
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    padding: 174px 0 320px;
    color: #fff;
    position: relative;
    overflow: hidden;
    /*background:linear-gradient(0deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url(../images/footer-demo.webp);*/

}
/*.wave-section::before {   */
/*     content: "";*/
/*    width: 100%;*/
/*    height: 150px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    background-size: auto;*/
/*    background-repeat: repeat no-repeat;*/
/*    background-position: 37vw bottom;*/
/*     background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200 93' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 1C19.5523 2 32.2291 3 51.5 6C104.5 13 200 30 300 46C400 62 500 77 600 71C700 65 800 37 900 21C987.526 3 1085.36 -1 1150 0C1169.54 -1 1180.49 0 1200 1V93H1150C1100 93 1000 93 900 93C800 93 700 93 600 93C500 93 400 93 300 93C200 93 100 93 50 93H0V1.98128Z' fill='%23ffffff'/></svg>");*/
/*}*/

.wave-section .btn-custom {
     background: transparent; 
    /* background: linear-gradient(90deg, rgba(36,95,119,1) 0%, rgba(27,155,179,1) 100%); */
    color: white;
    padding: 1rem 2rem;
    font-weight: 400;
    border-radius: 5px;
    /*text-transform: uppercase;*/
    border: 2px solid #1b9bb3;
    border-radius: 50px;
    letter-spacing: 1px;
    font-family: "Inter",Sans-serif;
}
.wave-text{
    position:relative;
}

.wave-text h3{
    color: #fff;
    /*text-shadow: 3px 2px #000;*/
   font-family: 'Inter', sans-serif !important;
   font-size: 60px;
    font-weight: 700;
    line-height: 76px;
    margin-bottom: 36px;
}
.wave-section svg{
     position:absolute;
}

.wave-section .svg-2{
    top:-3px;
}
.wave-section .svg-1{
    bottom:-3px;
}

footer .f-logo{
  width: 93%;
    margin-bottom: 1rem;
}
 .w3l-footer-22 .sub-two-right .social li span{
     margin-right:0;
 }
 
 
 footer i img {
    width: 23px;
    /*filter: invert(1);*/
}
 
footer .f-para{
      color: #828282 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}
 
 .foot-wave img{
    width: 100%;
    position: absolute;
    bottom: 0;

 }

.foot-wave2 img{
    width: 100%;
    position: absolute;
    top: 0;
}
 
 
 @media (max-width: 1500px) {
  .wave-section{
padding: 131px 0 280px;
}

}
 
 
 
 
@media (max-width: 767.98px) {
    .service-new .section-title h3 {
    font-size: 33px;
    line-height:1;
        
    }
    .section-title{
        border-left:none !important;
    }
  .light-n-sec1 .elementor-image img{
    height:100%;
    margin-bottom:3rem;
  }
  .elementor-section-stretched {
  overflow:scroll;
  }
  .tg_background_list_wrapper {
    min-height:600px !important;
  }
  .tg_background_list_wrapper .tg_background_list_column .tg_background_list_content h3{
    font-size:23px !important;
  }
  .tg_background_list_wrapper .tg_background_list_column .tg_background_list_content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 40px 40px 15px !important;
    color: #fff;
}
.wave-section .btn-custom{
    padding:0.5rem;
}
    .wave-text h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.wave-section {
    background: url(../images/wave-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 68px 0 78px;
    color: #fff;
    position: relative;
}
.about-new .container-fluid{
    padding:0 15px;
}
.abt-new-content h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 28px;
}
.service-new .container-fluid{
    padding:0 15px !important;
}
.about-new img{
    width:100%;
    margin-top:1.5rem;
}
.about-new{
    padding:50px 0;
}

.count-new .info-banner-box{
    text-align:center;
    border-left:none;
        border-bottom: 1px solid #dfdfdf;
}
.count-new .num-text{
    justify-content:center;
}


.abt-new-content h3{
    font-size:20px;
}

.count-new .js-cen{
     justify-content:flex-start;
}
.count-new{
    padding-bottom:0;
}

.footertext{
    margin-bottom:4rem;
}



}


/* new-about */
.page-title-cont {
  padding-top: 135px;
  padding-bottom: 65px
}

.page-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 5px;
  font-weight: 400;
  text-transform: uppercase
}

.page-title-font-big {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 10px;
  font-weight: 600;
  text-transform: uppercase
}

.page-sub-title {
  margin-bottom: 15px;
  letter-spacing: 3px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase
}

.breadcrumbs {
  /*margin-top: 53px;*/
  text-align: right;
  font-size: 11px !important;
  letter-spacing: 2px;
  text-transform: uppercase
}

.breadcrumbs a {
  color: #7e8082
}

.bread-current,.breadcrumbs a:hover {
  color: #101010
}

.grey-dark-bg .page-title,.grey-dark-bg .page-title-big {
  color: #fff
}

.grey-dark-bg .page-sub-title {
  color: rgba(255,255,255,.7)
}

.page-title-cont.grey-dark-bg a {
  color: rgba(255,255,255,.8)
}

.page-title-cont.grey-dark-bg a:hover {
  color: #fff
}

.page-title-cont.grey-dark-bg .bread-current {
  color: #fff
}

.page-title-img {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center
}

.page-title-small {
  padding-top: 118px;
  padding-bottom: 58px
}

.page-title-small .page-title {
  margin-top: 40px;
  margin-bottom: 10px
}

.page-title-small .breadcrumbs {
  margin-top: 40px
}
.pt-180 {
  padding-top: 180px;
}
 
.slash-divider {
  margin-right: 7px;
  margin-left: 7px;
}
 
 
 
.p-110-cont {
  padding-top: 110px;
  padding-bottom: 110px
}
.page-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.quote p {
  margin-bottom: 24px;
  color: #4b4e53;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 21px;
  line-height: 32px;
  font-weight: 100;
  font-style: normal
}

.quote {
  border: none!important;
  position: relative;
  font-size: 14px
}

.quote footer {
  font-size: 14px;
  color: #7e8082;
  font-style: normal;
  letter-spacing: 2px;
  font-family: lato;
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0';
}
 
.fes5-box h3 {
  color: #4b4e53;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 7px;
  margin-top: 7px
}
.fes5-box p {
  margin: 0 0 10px;
  font-weight: 200;
  font-size: 16px;
}
.grey-light-bg {
  background-color: #eee;
}
.clearfix:after, .clearfix:before, .row:after, .row:before {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.fes7-img-cont {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0;
  top: 0
}

.fes7-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fes7-img-constr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  width: 100%;
  display: block;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center
}
.clearfix:after, .row:after {
  clear: both;
}

.clearfix:after, .clearfix:before, .row:after, .row:before {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.p-80-cont {
  padding-top: 80px;
  padding-bottom: 80px;
}
.who-we-sec .fes7-text-cont h1 {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  padding-right: 1rem;
}
.mb-60 {
  margin-bottom: 60px!important;
}

.fes7-box {
  position: relative;
  padding-left: 47px;
  padding-bottom: 10px
}

.fes7-box-icon {
  position: absolute;
  top: 2px;
  left: 0;
  color: #4b4e53;
  font-size: 30px
}

.fes7-box h3 {
  color: #4b4e53;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px
}

.fes7-text-cont h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
    line-height: 45px;
    margin: 40px 0 32px 0;
}
.fes7-text-cont p{
  font-size: 15px;
  font-weight: 200;
}
.fes7-text-cont .fes7-box p {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.6;
}

@media (min-width: 992px){
.col-md-offset-6 {
    margin-left: 50%;
}
}

@media (min-width: 992px){
.col-md-6 {
    width: 50%;
}
}
.font-light {
  font-weight: 100!important;
}
.icon-ecommerce-graph-increase:before {
  content: "\e0a8";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "linea-icons"!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 992px){
.fes7-img {
    position: relative;
    height: 390px;

}
.fes7-img-cont {
  position: relative;
}
.p-80-cont {
  padding-top: 40px;
  padding-bottom: 60px;
}
}
.fes4-cont {
  padding-top: 130px;
  padding-bottom: 80px
}

.fes4-box {
  margin-bottom: 50px
}

.fes4-title-cont {
  position: relative;
  padding-left: 70px;
  padding-bottom: 15px
}

.fes4-box-icon {
  position: absolute;
  top: -13px;
  left: 0;
  color: #4b4e53;
  font-size: 45px
}

.fes4-title-cont h3,.title-18 {
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  color: #4b4e53;
  font-weight: 300;
  font-size: 18px;
  margin: 0;
  text-transform:uppercase;
}

.section-title {
    margin: 0;
    padding: 20px 25px 20px 25px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 53px;
    color: #4b4e53;
    border-left: #4b4e53 2px solid;
}

.section-title-2 {
  margin: 0;
  padding: 25px 25px 27px 25px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  color: #4b4e53
}

.section-title-3 {
  margin: 0;
  padding: 15px 20px 17px 23px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 300;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 32px;
  color: #4b4e53;
  border-left: #4b4e53 2px solid
}

.p-50-cont {
  padding-top: 50px;
  padding-bottom: 50px
}

.p-60-cont {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bold {
  font-weight: 700!important;
}
.fes4-title-cont p{
  font-weight: 200;
  font-size: 14px;
}
.fes4-box .ab-para{
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 1px;
}
.video-ads-bg {
  will-change: background-position;
  margin: 0;
  padding: 0;
 position: relative;
 background: url(../images/magic-bg.webp) fixed;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
  
}

.abt-video-bg{
    background: url(../images/work-proc-bg.jpg);
}

.video-ads-bg::before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(0,0,0,0.8);
    
}
.abt-video-bg::before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(0,0,0,0.0);
    
}
.video-ads-bg .btn-custom{
    color:#fff;
     letter-spacing: 1px;
     font-weight:500;
}
.abt-con{
   padding-top: 131px;
  padding-bottom: 131px;   
  text-align:center;
  position:relative;
}

.video-ads-text-cont {
  margin: 0 auto;
  padding-bottom:3rem;
  text-align: center;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #f1f1f1;
  letter-spacing:2px;
}

.video-ads-a a:hover {
  color: #a5a5a5
}

.video-ads-text-cont a {
  display: inline-block;
  padding: 20px;
  font-size: 80px;
  line-height: 63px;
  color: #fff;
  vertical-align: middle
}

@media only screen and (max-width: 992px) {
  .video-ads-a,.video-ads-text {
      display:block
  }

  .video-ads-text-cont {
      font-size: 28px;
      line-height: 28px
  }

  .video-ads-bg,.work-proc-1-bg {
      background-attachment: scroll
  }
}
.about-count{
background: transparent;
margin: 0;
padding: 30px 0 30px;
}
.about-count .num-text {
  color: #4b4e53;
  justify-content: center;
  font-weight: 200;
}
.about-count .info-banner-box{
  box-shadow: none;
  border-bottom: none;
  text-align: center;
  border-right: 1px solid;
  margin-bottom:0;
  border-radius: 0;

}

.about-count .info-banner-box.l-box{
 border-right:none;
}
.count-text {
  font-size: 14px !important;
  font-weight:200 !important;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;

}
.about-count .num-text h2{
color:#4b4e53 !important;
font-weight: 200;
}
.our-client {
  padding: 3rem 0;
  background: #fff;
  padding: 5rem 0 1rem !important;
  /*margin-bottom: 3rem;*/
}
.client-row .col-sm-4, .client1-item {
    padding-top: 40px;
    padding-bottom: 40px;
    border-left: 1px solid #eee;
    padding-left: 0px;
    padding-right: 0px;
}
.client-row img {
    height: auto;
    width:85%;
    filter: grayscale(1);
    transition:1s;
}
.client-row img:hover{
     filter: grayscale(0);
}
.client-row .client1-item:first-child, .client-row .col-sm-3:first-child {
    border-left: none;
}
.client-row.border-bot {
    border-bottom: 1px solid #eee;
}
/* automationpage */

.fes2-main-text-cont {
  margin: 0 auto;
  padding: 145px 0px 140px 50px;
  max-width: 500px
}
.reason-sec .reason-text {
  padding-left:20%;
}
.reason-sec{
    margin-top:0px;
}
.fes2-text-cont {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 200;
}
/*.reason-sec .fes2-img {*/
/*  background: url(../images/auto-last.webp) 50% 50% no-repeat;*/
/*}*/
.reason-sec .e-height{
    height:100%;
}
.reason-sec .e-height img{
width:100%;
height:100%;
}


.fes2-img {
  background: url(../images/auto-s-1.webp) 50% 50% no-repeat;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center
}
.secu2-img{
  background: url(../images/ser-cam.webp) 50% 50% no-repeat;
  background-size: cover;
}
.title-fs-45 {
  color: #4b4e53;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 45px;
  line-height: 46px;
    text-transform:uppercase;
  font-weight: 300;
}
.bold {
  font-weight: 700!important;
}
.line-3-70 {
  margin-top: 11px;
  height: 3px;
  width: 70px;
  background: #4b4e53;
}
.equal-height {
  height: 473px;
}


.fes3-img {
  background: url(../images/auto-i-2.webp) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
.secu3-img{
  background: url(../images/ser-cam.webp) 50% 50% no-repeat;
  background-size: cover;
}
.line-3-100 {
  margin-top: 15px;
  height: 3px;
  width: 100px;
  background: #4b4e53;
}
.p-80-cont {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mb-80 {
  margin-bottom: 80px!important;
}

.mt-60 {
  margin-top: 60px!important;
}
.p-80-cont .section-title {
  margin: 0;
  padding: 22px 25px 24px 25px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  color: #4b4e53;
  border-left: #4b4e53 2px solid;
}
.fes7-box {
  position: relative;
  padding-left: 47px;
  padding-bottom: 10px;
}
.fes7-box-icon {
  position: absolute;
  top: 2px;
  left: 0;
  color: #4b4e53;
  font-size: 30px;
}
.fes7-box h3 {
  color: #4b4e53;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.fes9-img-cont img {
  position: absolute;
  top: 0;
  left: 0
}

.fes9-img-center {
  width: 100%;
  /*height: 300px;*/
  margin: 0 auto;
  position: relative
}
.fes9-img-center  img{
    position:absolute;
    left:0%;
    top:-11px;
}
@media (max-width: 480px) {
  .fes9-img-center {
      width:280px;
      height: 280px
  }
}
.fes7-box-icon .icon img{
  filter: grayscale(1);
  width: 40px;
   background: #000;
    padding: 5px;
    border-radius: 5px;
    filter: drop-shadow(2px 4px 6px black);
}
.auto-fes7 .fes7-box-icon {
  position: absolute;
  top: -9px;
  left: 0;
  color: #4b4e53;
  font-size: 30px;
}
.auto-fes7 .fes7-box {
  position: relative;
  padding-left: 52px;
  padding-bottom: 22px;
}
.fes4-box-icon .icons img{
  /*filter: grayscale(1);*/
  /*width: 45px;*/
   background: #000;
    padding: 5px;
    border-radius: 5px;
    filter: drop-shadow(2px 4px 6px black);
}
.fes7-box-icon .icons img{
  filter: grayscale(1);
    width: 40px;
       background: #000;
    padding: 5px;
    border-radius: 5px;
    filter: drop-shadow(2px 4px 6px black);
}
.fes7-box {
  position: relative;
  padding-left: 54px;
  padding-bottom: 10px;
}
@media only screen and (max-width : 768px) {
       .reason-sec {
           margin-bottom:100px;
       }
    .reason-sec .reason-text{
        padding-left:0;
    }
    .reason-sec {
    margin-top: 0px;
}
.reason-text .mb-80{
    margin-bottom:10px !important;
}
.fes9-img-center img {
    position: relative;
    left: 0;
    width: 100%;
}
  .row-sm-fix {
      margin-right: -20px;
      margin-left: -20px
  }

  .fes1-cont {
      padding-top: 80px;
      padding-bottom: 50px
  }

  .fes4-cont {
      padding-top: 40px;
      padding-bottom: 30px
  }

  .p-110-cont {
      padding-top: 80px;
      padding-bottom: 80px
  }

  .p-140-cont {
      padding-top: 80px;
      padding-bottom: 80px
  }

  .pt-100-cont,.pt-110-cont {
      padding-top: 80px
  }

  .pt-100-b-80-cont {
      padding-top: 80px;
      padding-bottom: 60px
  }

  .pt-110-b-80-cont {
      padding-top: 80px;
      padding-bottom: 50px
  }
  .equal-height {
    height: 355px;
}
  .pt-110-b-30-cont {
      padding-top: 80px;
      padding-bottom: 10px
  }

  .pt-110-b-40-cont {
      padding-top: 80px;
      padding-bottom: 20px
  }

  .pt-110-b-50-cont {
      padding-top: 80px;
      padding-bottom: 20px
  }

  .pt-110-b-60-cont {
      padding-top: 80px;
      padding-bottom: 40px
  }

  .pt-110-b-80-cont {
      padding-top: 80px;
      padding-bottom: 40px
  }

  .pt-120-b-100-cont {
      padding-top: 80px;
      padding-bottom: 50px
  }

  .pt-150-b-110-cont {
      padding-top: 80px;
      padding-bottom: 40px
  }

  .title-fs-60 {
      font-size: 40px;
      line-height: 40px
  }

  .title-fs-45 {
      font-size: 30px;
      line-height: 30px
  }

  .line-3-100 {
      margin-top: 10px
  }

  .fes1-img-cont img {
      height: 250px
  }

  .fes2-main-text-cont {
      padding: 70px 30px 70px 30px
  }
}
@media only screen and (min-width: 992px){
.left-50 {
    left: 50%;
}
.right-50 {
  right: 50%;
}
}

/* lighting page  */

.elementor-text-editor p {
      padding: 1.5rem 0;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333;
    font-size: 16px;
}
.light-n-sec1 .elementor-text-editor span {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-size: 20px;
    color: #333;
}
.elementor-heading-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 1rem;
}


.tg_background_list_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  background: transparent;
  min-height:530px;
}

.tg_background_list_column {
  min-height: 50vh
}

.tg_background_list_wrapper .tg_background_list_column {
  position: relative;
  z-index: 2;
  border-right: 1px solid rgba(256, 256, 256, .5)
}

.tg_background_list_wrapper .tg_background_list_column.last {
  border-right: 0
}

.tg_background_list_wrapper.one_col .tg_background_list_column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.tg_background_list_wrapper.two_cols .tg_background_list_column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.tg_background_list_wrapper.three_cols .tg_background_list_column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%
}

.tg_background_list_wrapper.four_cols .tg_background_list_column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.tg_background_list_wrapper .tg_background_list_column .tg_background_list_content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  color: #fff
}

.tg_background_list_wrapper .tg_background_list_column .tg_background_list_content h3 {
  color: #fff;
  font-size:26px;
}

.tg_background_list_wrapper .tg_background_img,
.tg_background_list_wrapper .tg_background_list_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden
}

.tg_background_list_wrapper .tg_background_img {
  visibility: hidden;
  opacity: 0;
  transition: all 1s
}

.tg_background_list_wrapper .tg_background_img.hover {
  opacity: 1;
  visibility: visible;
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.tg_background_list_wrapper .tg_background_list_overlay {
  z-index: 1;
  background: rgba(0, 0, 0, .3)
}

.tg_background_list_wrapper .tg_background_img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover
}

.tg_background_list_wrapper .tg_background_list_column:hover .tg_background_list_link {
  max-height: 100%;
  transform: scaleY(1);
  overflow: visible
}

.tg_background_list_wrapper .tg_background_list_content .tg_background_list_link {
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .2s ease;
  max-height: 0
}

.tg_background_list_wrapper .tg_background_list_content .tg_background_list_title {
  transition: transform .3s ease;
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

.tg_background_list_wrapper .tg_background_list_column:hover .tg_background_list_title {
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.tg_background_list_wrapper .tg_background_list_content .tg_background_list_link .button {
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 20px;
  padding:10px;
}
.tg_background_list_desc{
     margin-bottom: 0;
    visibility: hidden;
    line-height: 0.5;
}

/* portfolio  */

.portfolio_filter_wrapper {
  margin: auto;
  margin-bottom: 40px;
  text-align: center
}

.portfolio_filter_wrapper a.filter_tag_btn {
  display: inline-block;
  margin: 0 10px
}

.portfolio_filter_wrapper a.filter_tag_btn:hover,
.portfolio_filter_wrapper a.filter_tag_btn.active {
  border-bottom: 1px solid #000
}
.tile.scale-anm, .gallery_grid_content_wrapper.do_masonry .gallery_grid_item.tile.scale-anm {
  transform: scale(1);
  opacity: 1;
}
.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper.do_masonry .tg_two_cols {
  margin-right: 0;
}
.tile, .gallery_grid_content_wrapper.do_masonry .gallery_grid_item.tile {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  opacity: 1;
}
.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_two_cols {
  width: calc(50% - 35px);
  margin-bottom: 140px;
}
.gallery_grid_content_wrapper .gallery_grid_item.is-showing {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.gallery_grid_content_wrapper.do_masonry .gallery_grid_item {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 0;
}
.gallery_grid_content_wrapper.do_masonry .tg_two_cols {
  margin-right: 0;
}
.gallery_grid_content_wrapper .gallery_grid_item {
  overflow: hidden;
}
.gallery_grid_content_wrapper .tg_two_cols {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
}
.gallery_grid_content_wrapper .tg_one_cols, .gallery_grid_content_wrapper .tg_two_cols, .gallery_grid_content_wrapper .tg_three_cols, .gallery_grid_content_wrapper .tg_four_cols, .gallery_grid_content_wrapper .tg_five_cols {
  position: relative;
}
.portfolio_masonry_grid_wrapper {
  position: relative;
  float: left;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible !important;
}

.portfolio_grid_wrapper:hover>img,
.portfolio_grid_wrapper.hover>img {
    opacity: .7
}

.portfolio_grid_wrapper:hover:before,
.portfolio_grid_wrapper.hover:before,
.portfolio_grid_wrapper:hover:after,
.portfolio_grid_wrapper.hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.portfolio_grid_wrapper:hover figcaption,
.portfolio_grid_wrapper.hover figcaption {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.portfolio_grid_wrapper.tg_two_cols,
.portfolio_grid_wrapper.tg_three_cols {
    margin-bottom: 4%
}

.portfolio_grid_wrapper.tg_four_cols,
.portfolio_grid_wrapper.tg_five_cols {
    margin-bottom: 3%
}

.portfolio_grid_wrapper figcaption .portfolio_grid_subtitle {
    margin-top: 5px
}

.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_two_cols {
    width: calc(50% - 35px);
    margin-bottom: 140px
}

.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_two_cols.stellar {
    margin-bottom: 200px
}

.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_two_cols.last {
    width: calc(50% - 35px);
    margin-right: 0
}

.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper.do_masonry .tg_two_cols {
    margin-right: 0
}

.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_three_cols {
    width: calc(33.33% - 40px);
    margin-bottom: 140px
}

.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper.do_masonry .tg_three_cols {
    margin-right: 0
}

.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_three_cols.stellar {
    margin-bottom: 200px
}

.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_four_cols {
    width: calc(25% - 38px);
    margin-bottom: 120px
}

.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper.do_masonry .tg_four_cols {
    margin-right: 0
}

.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_four_cols.stellar {
    margin-bottom: 180px
}

.portfolio_masonry_grid_wrapper {
    position: relative;
    float: left;
    box-shadow: none !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible !important
}

.portfolio_masonry_grid_wrapper * {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.portfolio_masonry_grid_wrapper img {
    max-width: 100%;
    vertical-align: top;
    width:100%;
}

.portfolio_masonry_grid_wrapper .border {
    position: absolute;
    opacity: 1;
    z-index: 1
}

.portfolio_masonry_grid_wrapper .border:before,
.portfolio_masonry_grid_wrapper .border:after,
.portfolio_masonry_grid_wrapper .border div:before,
.portfolio_masonry_grid_wrapper .border div:after {
    background-color: #000;
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.portfolio_masonry_grid_wrapper .border:before,
.portfolio_masonry_grid_wrapper .border:after {
    width: 0;
    height: 1px
}

.portfolio_masonry_grid_wrapper .border div:before,
.portfolio_masonry_grid_wrapper .border div:after {
    width: 1px;
    height: 0
}

.portfolio_masonry_grid_wrapper .border.one {
    left: -6px;
    top: -6px;
    right: 6px;
    bottom: 6px
}

.portfolio_masonry_grid_wrapper .border.one:before,
.portfolio_masonry_grid_wrapper .border.one div:before {
    left: 0;
    top: 0
}

.portfolio_masonry_grid_wrapper .border.one:after,
.portfolio_masonry_grid_wrapper .border.one div:after {
    bottom: 0;
    right: 0
}

.portfolio_masonry_grid_wrapper .border.two {
    left: 6px;
    top: 6px;
    right: -6px;
    bottom: -6px
}

.portfolio_masonry_grid_wrapper .border.two:before,
.portfolio_masonry_grid_wrapper .border.two div:before {
    right: 0;
    top: 0
}

.portfolio_masonry_grid_wrapper .border.two:after,
.portfolio_masonry_grid_wrapper .border.two div:after {
    bottom: 0;
    left: 0
}

.portfolio_masonry_grid_wrapper figcaption {
    left: 15%;
    bottom: -60px;
    position: absolute;
    padding: 25px;
    margin: 6px;
    background-color: #fff;
    width: 70%
}

.portfolio_masonry_grid_wrapper.tg_three_cols figcaption {
    width: 80%;
    left: 10%
}

.portfolio_masonry_grid_wrapper.tg_four_cols figcaption {
    width: 80%;
    left: 10%
}

.portfolio_masonry_grid_wrapper h3 {
    margin: 0;
    font-size:22px;
}

.portfolio_masonry_grid_wrapper h3 {
    margin-bottom: 5px
}

.portfolio_masonry_grid_wrapper a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1
}

.portfolio_masonry_grid_wrapper:hover .border:before,
.portfolio_masonry_grid_wrapper.hover .border:before,
.portfolio_masonry_grid_wrapper:hover .border:after,
.portfolio_masonry_grid_wrapper.hover .border:after {
    width: 100%
}

.portfolio_masonry_grid_wrapper:hover .border div:before,
.portfolio_masonry_grid_wrapper.hover .border div:before,
.portfolio_masonry_grid_wrapper:hover .border div:after,
.portfolio_masonry_grid_wrapper.hover .border div:after {
    height: 100%
}
.portfolio-n{
  padding-top:3rem;
  padding-bottom: 8rem;
  background-color: #fff;
}

.portfolio-n .top-side{
text-align: center;
}

.portfolio
.filters{
  /*text-align: center;*/
  margin-top: 50px;
  position:relative;
  z-index:11;
  margin-bottom: 50px;
}
.portfolio
.filters ul{
    padding: 0 15px;
}
.portfolio
.filters ul li{
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin-right: 17px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size:14px;

}
.portfolio
.filters ul li:after{
        content: '';
        display: block;
        width: calc(0% - 60px);
        position: absolute;
        height: 2px;
        background: #333;
        transition: width 350ms ease-out;
}
.portfolio
.filters ul li:hover
.portfolio
.filters ul li:after{
          width: calc(100% - 60px);
          transition: width 350ms ease-out;
}
.portfolio
.filters ul li.active{
  color:#000;
  /*font-weight: 600;*/
  border-bottom:1px solid #000;
}
.portfolio
.filters ul li.active
.portfolio
.filters ul li:after{
          width: calc(100% - 60px);
}
        
.filters-content{
   margin-top: -47px; 
}
.portfolio .show{
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
  }
  .portfolio .hide{
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
  }
  .portfolio .itemP{
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}
.portfolio .p-inner{
      padding: 20px 30px;
      box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.portfolio h5{
        font-size: 15px;
}
        
.portfolio .cat{
        font-size: 13px;
}
    
.portfolio img{
      width: 100%;
    }
    .portfolio-n .item {
      position: relative;
       border-radius: 0px;
       overflow: hidden;
    
     -webkit-transition: all .35s ease; 
     transition: all .35s ease;
    }
    
    .portfolio-n .item::before,
     .portfolio-n .item::after{
        background-color: rgba(0, 0, 0, .1);
    border-top: 50px solid rgba(256, 256, 256, 1);
    border-bottom: 50px solid rgba(256, 256, 256, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    opacity: 0;
       -webkit-transform: scaleY(1.5);
    transform: scaleY(1.5);
    }
     .portfolio-n figure{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index:1;
     -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity:0;
    
     }
     
     .portfolio-n figure figcaption h3{
         color:#fff;
         font-size:22px;
         margin-bottom:0.4rem;
         
     }
     .portfolio-n .portfolio_grid_subtitle{
         letter-spacing:1px;
     }
     .portfolio-over{
         content:'';
         display:block;
         position:absolute;
         top:0;
         bottom:0;
         left:0;
        right:0;
        width:100%;
        background:rgba(0,0,0,0.5);
         opacity:0;
          -webkit-transition: all .3s ease;
    transition: all .3s ease;
     }
     
      .portfolio-n .item:hover figure, .portfolio-n .item:hover .portfolio-over{
          opacity:1;
      }
     
     
   .portfolio-n .item:hover:before, .portfolio-n .item:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  
}
    
    .portfolio-n .item figcaption {
      /*left: 15%;*/
      /*bottom: -60px;*/
      /*position: absolute;*/
      /*padding: 25px;*/
      /*margin: 6px;*/
      /*background-color: #fff;*/
      /*width: 70%;*/
      /*box-shadow: 0px 1px 6px -1px #dedede;*/
  }
  
  .portfolio-n .item figcaption {
      /*width: 80%;*/
      /*left: 10%*/
  }
  
  .mt--4{
    margin-top: 6rem;
  }


  .portfolio_masonry_grid_wrapper .border {
    position: absolute;
    opacity: 1;
    z-index: 1
}

.portfolio-n .item .border:before,
.portfolio-n .item .border:after,
.portfolio-n .item .border div:before,
.portfolio-n .item .border div:after {
    background-color: #000;
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.portfolio-n .item .border:before,
.portfolio-n .item .border:after {
    width: 0;
    height: 1px
}

.portfolio-n .item .border div:before,
.portfolio-n .item .border div:after {
    width: 1px;
    height: 0
}

.portfolio-n .item .border.one {
    left: -6px;
    top: -6px;
    right: 6px;
    bottom: 6px;
    position:absolute;
}

.portfolio-n .item .border.one:before,
.portfolio-n .item .border.one div:before {
    left: 0;
    top: 0
}

.portfolio-n .item .border.one:after,
.portfolio-n .item .border.one div:after {
    bottom: 0;
    right: 0
}

.portfolio-n .item .border.two {
    left: 6px;
    top: 6px;
    right: -6px;
    bottom: -6px;
    position:absolute;
}

.portfolio-n .item .border.two:before,
.portfolio-n .item .border.two div:before {
    right: 0;
    top: 0
}

.portfolio-n .item .border.two:after,
.portfolio-n .item .border.two div:after {
    bottom: 0;
    left: 0
}
.portfolio-n .item:hover .border:before,
.portfolio-n .item.hover .border:before,
.portfolio-n .item:hover .border:after,
.portfolio-n .item.hover .border:after {
    width: 100%
}

.portfolio-n .item:hover .border div:before,
.portfolio-n .item.hover .border div:before,
.portfolio-n .item:hover .border div:after,
.portfolio-n .item.hover .border div:after {
    height: 100%
}

.portfolio_masonry_content h3{
  font-size: 22px;
  margin-bottom: 0.5rem;
}
.portfolio_masonry_subtitle{
  font-weight: 200;
    font-size: 15px;
    letter-spacing: 1px
}
/* contactpage */

.m-b-15 {
  margin-bottom: 15px;
}

.title-sub--c8 {
  color: #888;
}
.title-sub {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  font-weight: 400;
}
.title-2 {
  font-weight: 900;
  font-size: 48px;
  color: #222;
  line-height: -webkit-calc(60/48);
  line-height: -moz-calc(60/48);
  line-height: calc(60/48);
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-65 {
  padding-bottom: 65px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.contact-info__item {
  color: #222;
  margin-bottom: 8px
}

.contact-info__item .value--dark {
  color: #222
}

.contact-info.contact-info--light {
  padding: 72px 70px 40px
}

.contact-info.contact-info--light .title {
  text-transform: initial
}

.contact-info.contact-info--light .contact-info__item {
  color: #ebebeb;
  margin-bottom: 25px
}

@media (max-width: 1199px) {
  .contact-info.contact-info--light {
      padding:40px 40px 15px
  }
  
}

.title--sm2 {
  color: #222;
  padding-bottom: 5px;
}
.title--sm a, .title--sm2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
}
.contact-info p, .contact-info p a{
  font-size: 13px;
  color:#222;
  font-weight: 400;
  line-height:20px;
}
input,textarea {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  width: 100%
}
.au-input-2,.au-textarea-2,.hamburger,.hamburger.hamburger--sm {
  -webkit-transition: all .3s ease
}

.au-input,.au-textarea {
  background: #f8f8f8;
  line-height: 1.25;
  padding: 17px 20px;
  color: #333;
  margin-bottom: 20px;
  font-size:14px;
}

.au-input::-webkit-input-placeholder,.au-textarea::-webkit-input-placeholder {
  color: #888
}

.au-input:-moz-placeholder,.au-textarea:-moz-placeholder {
  color: #888;
  opacity: 1
}

.au-input::-moz-placeholder,.au-textarea::-moz-placeholder {
  color: #888;
  opacity: 1
}

.au-input:-ms-input-placeholder,.au-textarea:-ms-input-placeholder {
  color: #888
}

.au-input-2,.au-textarea-2 {
  border: 1px solid #ebebeb;
  line-height: 1.25;
  padding: 16px 20px;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.au-input-2::-webkit-input-placeholder,.au-textarea-2::-webkit-input-placeholder {
  color: #888
}

.au-input-2:-moz-placeholder,.au-textarea-2:-moz-placeholder {
  color: #888;
  opacity: 1
}

.au-input-2::-moz-placeholder,.au-textarea-2::-moz-placeholder {
  color: #888;
  opacity: 1
}

.au-input-2:-ms-input-placeholder,.au-textarea-2:-ms-input-placeholder {
  color: #888
}

.au-input-2:focus,.au-textarea-2:focus {
  border-color: #222
}

.au-textarea {
    resize: none;
    height: 203px;
    width: 98%;
    margin-left: 0.7rem;
}

.au-textarea--low {
  height: 155px
}

.au-textarea-2 {
  resize: none;
  height: 200px
}
.au-btn--solid, .swal-button {
  background: #222;
  color: #fff;
  border: none;
  line-height: 45px;
  padding: 0 1.5rem;
  font-size: 14px;
  /* font-weight: 200; */
  letter-spacing: 1px;
}
.au-btn--solid:hover, .swal-button:hover {
  background: #666;
}
.au-btn:hover, .swal-button:hover {
  color: #fff;
  background: #1d8ea6;
  border-color: transparent;
}
.pb-50{
  padding-bottom:70px;
}
.testimonial-content{
    padding-bottom:2rem;
}

/*entertainmentpage*/
.enter-s1{
    margin-top:40px;
    margin-bottom:100px;
}

.enter-s1 .enter-sec1-col1 span{
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-size: 20px;
    color: #333;

}
.enter-s1 .enter-sec1-col1 h4{
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2em;
    margin-top:1.2em;
    letter-spacing:0px;

}


.enter-s1 .enter-sec1-col2 p{
        font-weight: 400;
    color: #333;
    font-size: 16px;
    margin-bottom: 2rem;

}
.enter-s1 .enter-sec1-col1 p{
        font-weight: 400;
    color: #333;
    font-size: 16px;
    margin-bottom: 2rem;
    margin-top:2rem;

}
.enter-sec1-col2 img{
     -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.who-2sec{
     border-top: 1px solid #d6d1d1;
}

.enter-s2{
    text-align:center;
}
.enter-s2 img{
    width:100%;
}

.enter-s2 span {
    opacity: .6;
    font-size: 18px;
    padding: 5px 0 25px;
    width: 50%;
    display: inline-block;
    text-align:center;
   
}
.enter-s3{
    padding-top:70px;
    padding-bottom:70px;
}

.enter-s4 img{
    width:100%;
    position:relative;
}
.enter-over-sec{
    position:relative;
}
.enter-overlay{
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}
.enter-over-sec h3{
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility:hidden;
}
.enter-over-sec:hover .enter-overlay{
display:block;
}
.enter-over-sec:hover h3{
    visibility:visible;
}
.enter-s4 p {
    font-size: 14px;
    padding: 30px 0;
    display: inline-block;
    text-align: justify;
    color: #818080;
    line-height: 1.7;
   
}
.no-padding {
    padding: 0 !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overlaysection .anchor{
    position:relative;
    display:block;
}
.overlaysection .overlay{
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    z-index: 111;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
     position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.overlaysection .anchor:hover .overlay{
   opacity:1;
}
.blog-post-style6 article img{
    width:100%;
}
.blog-post-style6 article:hover img {transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease;  -ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);  transform: scale(1.1,1.1);}
.blog-post-style6 .post-details { position: absolute; width: 100%; padding: 0 15px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; padding: 45px;  }
.blog-post-style6 .post-details-arrow { position: absolute; right: 0; top: 50%; }


.alt-font {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
}

.letter-spacing-2 {
    letter-spacing: 2px !important;
}
.light-gray-text {
    color: #ababab !important;
}
.text-small {
    font-size: 11px !important;
    line-height: 20px!important;
    display: inline-block !important;
}
.text-uppercase {
    text-transform: uppercase;
}

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

.no-margin-lr {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.margin-twelve {
    margin: 6.5% ;
}
.alt-font {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.text-large {
    font-size: 15px !important;
    line-height: 22px !important;
}

.separator-line-thick {
    height: 4px;
    margin: 0 auto;
    width: 30px;
    margin: 7% auto;
}
.bg-crimson-red {
    background: #396e84 !important;
}
.position-left {
    left: 0 !important;
}


.pull-right {
    position:relative;
    left:50%;
}

.blog-post-style6 .col-md-12 {
    width: 100%;
}
.light-p-con .sp{
        padding-top: 1.2em;
    padding-bottom: 1.2em;
    /*letter-spacing: 2px;*/
    font-weight: 400;
    font-size:20px;
    color:#333;
}
.blinx-auto-text {
     font-size:45px;
    margin-top: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: #222222;
    line-height: 1.2;
}
.light-n-sec2{
    margin-bottom:3rem;
}
.blinx-auto-text span.typed-text {
  color: #396e84;
}
.blinx-auto-text span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
.blinx-auto-text span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}
.button.medium.thin {
    padding: 8px 35px 8px 35px!important;
}


.button.large.thin, .button.medium.thin, .button.small.thin, .button.thin {
    position: relative;
    display: inline-block;
    padding: 13px 17px 13px 17px;
    background-color: transparent;
    color: #7a7b80;
    border: 2px solid #c5c2c2;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.mt-30 {
    margin-top: 30px!important;
}

/*security*/
.port-grid-5 .port-item {
    width: 20%
}

.port-grid.port-grid-gut {
    margin: 0 0 0 -15px
}

.port-grid.port-grid-gut .port-item {
    padding: 0 0 15px 15px
}

.port-grid .port-item>a {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0
}

.block-center-y {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.block-center-xy {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.title-fs-45-wide {
    color: #4b4e53;
    font-family: Lato,Arial,Helvetica,sans-serif;
    font-size: 45px;
    line-height: 58px;
    font-weight: 300;
    letter-spacing: 10px
}

.w-100 {
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .port-grid-5 .port-item {
        width:25%
    }

    .port-text-cont .title-fs-45-wide {
        font-size: 35px;
        line-height: 47px;
        letter-spacing: 5px
    }
}

@media only screen and (max-width: 992px) {
    .container .port-grid-3 .port-item,.port-grid-3 .port-item,.port-grid-5 .port-item,.port-item,.port-item.port-item-width-2 {
        width:50%
    }

    .port-item.port-item-width-2 {
        width: 100%
    }

    #counter-1 .row>div {
        border: none
    }
}

@media only screen and (max-width: 480px) {
    .container .port-grid-3 .port-item,.port-grid-2 .port-item,.port-grid-3 .port-item,.port-grid-5 .port-item,.port-item,.port-item.port-item-width-2 {
        width:100%
    }

    .port-text-cont .title-fs-45-wide {
        font-size: 25px;
        line-height: 38px;
        letter-spacing: 1px
    }

    .port-filter a {
        width: 100%;
        display: block
    }
}

.port-main-img {
    width: 100%;
    display: block;
    overflow: hidden
}

.port-overlay-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
    -o-transition: all .3s cubic-bezier(.3,.1,.58,1);
    transition: all .3s cubic-bezier(.3,.1,.58,1)
}

.port-main-img {
    -webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
    -o-transition: all .3s cubic-bezier(.3,.1,.58,1);
    transition: all .3s cubic-bezier(.3,.1,.58,1)
}

.lightbox-item {
    position: relative
}

.lightbox-item .port-btn-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -28px;
    -webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
    -o-transition: all .3s cubic-bezier(.3,.1,.58,1);
    transition: all .3s cubic-bezier(.3,.1,.58,1)
}

.lightbox-item:hover .port-btn-cont {
    margin-top: -12px
}

.lightbox-item .port-btn-cont {
    font-size: 26px;
    color: #fff
}

.lightbox-item .port-btn-cont.lightbox-video {
    margin-left: -18px;
    margin-top: -32px
}

.lightbox-item:hover .port-btn-cont.lightbox-video {
    margin-top: -17px
}

.lightbox-item .port-btn-cont.lightbox-video {
    font-size: 34px
}

.lightbox-item:hover .port-overlay-cont,.port-item:hover .port-overlay-cont {
    opacity: 1
}

.lightbox-item:hover .port-main-img,.port-item:hover .port-main-img {
    -webkit-transform: scale(1.3) translateZ(0);
    -ms-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0)
}

.lightbox-item:hover .port-img-overlay:after,.port-item:hover .port-img-overlay:after {
    background: rgba(16,16,16,.85)
}

.lightbox-item .port-img-overlay:after,.port-item .port-img-overlay:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0);
    -webkit-transition: all .27s cubic-bezier(.3,.1,.58,1);
    -o-transition: all .27s cubic-bezier(.3,.1,.58,1);
    transition: all .27s cubic-bezier(.3,.1,.58,1)
}

.port-img-overlay {
    position: relative;
    overflow: hidden
}

.port-btn-cont a {
    display: inline-block
}

.port-overlay-cont {
    padding: 50px;
    padding-top: 20px
}

.container .port-grid-5 .port-overlay-cont {
    padding: 20px;
    padding-right: 10px
}

.lightbox-item:hover .port-overlay-cont,.port-item:hover .port-overlay-cont {
    padding-top: 40px
}

.container .port-grid-5 .lightbox-item:hover .port-overlay-cont,.container .port-grid-5 .port-item:hover .port-overlay-cont {
    padding-top: 30px
}

.port-title-cont {
    margin-bottom: 0;
    -webkit-transition: all .4s cubic-bezier(.3,.1,.58,1);
    -o-transition: all .4s cubic-bezier(.3,.1,.58,1);
    transition: all .4s cubic-bezier(.3,.1,.58,1)
}

.lightbox-item:hover .port-title-cont,.port-item:hover .port-title-cont {
    margin-bottom: 15px
}

.port-title-cont h3 {
    margin: 0;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600
}

.port-title-cont h3 a {
    color: #fff
}

.port-title-cont h3 a:hover {
    color: #dedede
}

.port-grid-gut li:first-child .port-overlay-cont {
    padding-right: 40px
}

.port-title-cont span a {
    color: #bebebe;
    font-size: 12px;
}

.port-title-cont span a:hover {
    color: #fff
}

.port-btn-cont a {
    color: #bebebe;
    font-size: 18px
}

.port-btn-cont a:hover {
    color: #fff
}

.port-view-more-cont {
    margin-top: -1px;
    text-align: center
}

.port-view-more {
    display: block;
    padding-top: 40px;
    padding-bottom: 37px;
    background: #eee;
    font-family: Lato,Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 100;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.port-view-more:hover {
    background: #dedede;
    color: #4b4e53
}

.port-view-more-cont-dark {
    text-align: center
}

.port-view-more-dark {
    display: block;
    padding-top: 55px;
    padding-bottom: 52px;
    background: #4b4e53;
    font-family: Lato,Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 4px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.port-view-more-dark:hover {
    background: #101010;
    color: #fff
}

.port-view-more-inv {
    background: #dedede;
    display: block;
    padding-top: 40px;
    padding-bottom: 37px;
    font-family: Lato,Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 100;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.port-view-more-inv:hover {
    background: #eee;
    color: #4b4e53
}

.mobile .port-overlay-cont {
    display: none;
    visibility: hidden
}

.mobile .display-hover-on-mobile .port-overlay-cont {
    display: block;
    visibility: visible
}

.port-detail {
    font-size: 12px
}

.port-detail p {
    margin-bottom: 5px
}

.port-detail p strong {
    width: 80px;
    display: inline-block;
    letter-spacing: 1px
}

.port-grid-3 .port-item {
    width: 33.333%;
}
.port-item {
    width: 25%;
    float: left;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}
.ads-img-cont img{
    width:85%;
}

.ads-img-cont{
    text-align:center;
}

.button.thin.hover-dark:hover {
    background-color: #4b4e53!important;
    border: 2px solid #4b4e53!important;
    color: #fff!important;
}

.bg-l-grey{
    background:#f5f5f5a3;
}

.secure-sec1{
    padding-top:2rem;
    padding-bottom:2rem;
}

/*servicesnewcard*/
/*
cards
*/

.ser-cards .cards__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  color: #fff;
}

.ser-cards .cards__item-inner {
  width: 100%;
  background-size: cover;
  background-position: 50%;
  display: block;
  text-decoration: none;
  color: currentColor;
  padding:48px 55px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1629px){
.cards__item-inner {
    padding: 35px 35px !important;
}
}
.ser-cards .cards__item-inner:hover:before,
.ser-cards .cards__item-inner:hover:after {
  opacity: 1;
}

.ser-cards .cards__item-inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 25px 70px 0px rgba(0,0,0,0.25);
  opacity: 0;
  transition: all 0.3s;
}

.ser-cards .cards__item-inner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1c9ab2;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}

.ser-cards .cards__item-content {
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 80px;
  transition:all .5s ease-in-out;
}

.ser-cards .cards__item-index {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
   text-shadow: 0 0 10px #fff, 
        0 0 20px #fff,
        0 0 40px #fff,
        0 0 80px #fff,
       
}

.ser-cards .cards__item-title {
  font-size: 34px;
    line-height: 1.25;
    font-family: 'Lato';
    display: block;
    margin-bottom: 28px;
    margin-top: 0.5rem;
    font-weight: 700;
    text-shadow: none;
    letter-spacing: 1px;
}
.ser-cards .cards__item-inner:hover .cards__arrow{
    background:#fff;
    color:#1c9ab2;
}
.ser-cards .cards__item-text {
    font-size: 16px;
    line-height: 1.65;
    display: block;
    letter-spacing: 1px;
    font-weight: 300;
      opacity:0;
}
.ser-cards .cards__item-inner:hover  .cards__item-text {
    opacity:1;
    
}

.ser-cards .cards__item-text ul {
    line-height:1.2;
}
.ser-cards .cards__item-text ul li{
    padding:0.3rem 0;
    font-size:15px;
}
.ser-cards .cards__item-text ul li i{
    margin-right:0.5rem;
}
.ser-cards .cards__arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid #fff;
  font-size: 20px;
  font-weight: 600;
  padding-left: 4px;
  transition: all 0.3s;
     /*animation:glow 1s ease infinite;*/

}

.cards__item-inner:hover .cards__arrow {
  color: #f14201;
  background: #fff;
}
@keyframes glow {
0% {box-shadow:0 0 0 .4em #1c9ab2, 0 0 0 .1em #1c9ab2; }
50% {border-top-color:#1c9ab2;}
100% { box-shadow:0 0 0 .4em #1c9ab2, 0 0 0 3.6em transparent;}
}
.ser-cards{
    margin-top:2rem;
}

.cards__ite_item-index{
    font-size:20px;
    
}

.service-section .section-title{
    border-left:none;
}

.service-section .section-heading .section-title h3{
    font-size: 35px;
    font-weight: 600;
    margin-top: 2rem;
    font-family: 'Lato', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.service-section .slick-dots{
    display:none !important;
}

/*projecthome*/
.media-project {
    transition: all .3s ease;
    display:block;
    position:relative;
}

.media-project .bg-overlay {
    opacity: 0;
    transition: all .3s ease
}

.media-project .media__img {
    overflow: hidden
}

.media-project .media__img img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width:100%;
}

.media-project:hover .bg-overlay {
    opacity: 1
}

.media-project:hover .media__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.media-project:hover .media__body .address,.media-project:hover .media__body .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.media-project:hover .line:before {
    width: 100%
}

.media-project:hover .line:after {
    height: 100%
}

.media-project .media__body {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99
}

.media-project .media__body .address,.media-project .media__body .title {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

.media-project .media__body .title a {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.media-project .media__body .title a:hover {
    color: #ccc
}

.media-project .media__body .address {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
    font-size: 11px;
    color: #ececec
}

.media-project .line {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    height: -webkit-calc(50% - 20px);
    height: -moz-calc(50% - 20px);
    height: calc(50% - 20px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.media-project .line:after,.media-project .line:before {
    content: '';
    background: #fff;
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.media-project .line:before {
    height: 1px;
    width: 0
}

.media-project .line:after {
    width: 1px;
    height: 0
}

.media-project .line--bottom {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.media-project-1 {
    margin-bottom: 40px
}

.media-project-hover {
    width: -webkit-calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: calc(100% / 5);
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid rgba(242,242,242,.3);
    position: relative;
    -webkit-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out
}

.media-project-hover .bg-overlay {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0)
}

.media-project-hover:hover .bg-overlay {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.media-project-hover:hover .media__number {
    bottom: 0
}

.media-project-hover .media__body {
    text-align: center;
    padding: 0 50px;
    position: relative
}

.media-project-hover .media__sub-title {
    color: #fff;
    margin-bottom: 15px
}

.media-project-hover .media__title {
    margin-bottom: 60px
}

.media-project-hover .media__title a {
    font-size: 30px;
    color: #fff;
    line-height: -webkit-calc(48/30);
    line-height: -moz-calc(48/30);
    line-height: calc(48/30);
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.media-project-hover .media__title a:hover {
    text-decoration: underline;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.media-project-hover .media__number,.media-service .media__img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.media-project-hover .media__number {
    position: absolute;
    font-size: 100px;
    color: #fff;
    font-weight: 100;
    line-height: 1;
    transition: all .3s ease;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 1199px) {
    .media-project-hover .media__body {
        padding:0 20px
    }

    .media-project-hover .media__title a {
        font-size: 24px;
        line-height: 1.25
    }
}

@media (max-width: 991px) {
    .media-project-hover {
        width:100%;
        height: 700px;
        border-right: none;
        border-bottom: 1px solid rgba(242,242,242,.3)
    }

    .media-project-hover .media__number {
        bottom: 0
    }
}

.media-project .bg-overlay {
    opacity: 0;
    transition: all .3s ease;
}

.media-project:hover .bg-overlay {
    opacity: 1;
}

.bg-overlay {
   background: rgba(0,0,0,.6);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.slick-prev:before {
    content:url('../images/left-arr.png'); 
  /*position:relative; */
  /*z-index:100000; */
  /*left:-50px;*/
  /*top:10px;*/
}
.slick-next:before {
    content:url('../images/right-arr.png'); 
  /*position:relative; */
  /*z-index:100000; */
  /*left:-50px;*/
  /*top:10px;*/
}


.section-heading span {
    letter-spacing: 6px;
    font-family: 'Lato', sans-serif !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #918e8e;
}

#testimonials .section-title{
    border-left:none;
    padding:0;
}

.brand-sec .section-heading{
    line-height:53px;
}

.who-2sec .fes4-box-icon .icons img{
    width: 47px;
    background: #000;
    padding: 5px;
    border-radius: 5px;
    filter: drop-shadow(2px 4px 6px black);
}

.who-2sec .fes4-title-cont {
    position: relative;
    padding-left: 63px;
    padding-bottom: 20px;
}


.fes4-box .ab-para ul{
    line-height:1.5;
    margin-top:0.5rem;
}
.fes4-box .ab-para ul li{
    list-style-type:disc;
    margin-left:1rem;   
 }

.enter-s3 .fes4-box .ab-para {
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 1px;
    /*margin-top: 1rem;*/
}

.security-service .fes4-box {
    margin-bottom: 50px;
    height: 100%;
    display: flex;
    align-items: center;
}

.video-ads-text{
    line-height:1.3;
}

.enter-s3 .fes4-box{
      margin-bottom: 50px;
    height: 100%;
    /*display: flex;*/
    /*align-items: center;*/
}

#testimonials #carouselExampleSlidesOnly , #testimonials .carousel-inner , #testimonials .carousel-item , #testimonials .carousel-item img{
    height:100%;
}

.light-brand .section-heading span {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-size: 20px;
    color: #333;
    letter-spacing: 2px;
    text-transform: none;
    font-weight: 400;
    font-family: 'Roboto' !important;
}

.light-vision .container-fluid{
    padding:0 200px;
}

.live-img img{
  width: 108%;
    height: 100%;
}

.live-img{
    position: absolute;
    height: 100%;
    width: 41%;
    overflow: hidden;
    /*transform: scale(1.1);*/
}
.contact-inner-page{
    position:relative;
}
.contact-inner-page img{
    width:110%;
    height:400px;
    max-height:fit-content;
}


.contact-inner-page .video-bg-content{
       position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fes-2img img{
    width:115%;
    height:100%;
}
.fes-2img{
    overflow:hidden;
}

.video-ads::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
}

/*404page*/
.u-section-2 {
    background-image: none;
    background-color:#10546d !important
}

.u-palette-1-light-2, .u-body.u-palette-1-light-2, .u-container-style.u-palette-1-light-2:before, .u-container-layout.u-palette-1-light-2:before, .u-table-alt-palette-1-light-2 tr:nth-child(even) {
    color: #111111;
    background-color: #dbdbe9;
}

.u-sheet:not(.u-image):not(.u-video) {
}

.u-section-2 .u-sheet-1 {
    min-height: 100vh;
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.u-expanded-width-xs{
    width:100%;
}
.u-section-2 .u-text-1 {
    letter-spacing: 2px;
    font-size: 4.375rem;
    font-weight: 800;
    line-height: 1;
    margin: 20px auto 0;
    text-align: center;
    color: #1b9bb3;
}

.u-section-2 .u-text-2 {
    background-image: none;
    font-size: 1.375rem;
    font-weight: 500;
    width: 100%;
    margin: 31px auto 0;
    color: #fff;
    text-align: center;
    margin-bottom:0rem;
}
.u-active-palette-1-dark-2{
    display: block;
    text-align: center;
    background: #1b9bb3;
    width: fit-content;
    padding: 1rem 2rem;
    color: #fff;
    margin: auto;
    border-radius: 50px;
    position:relative;
    z-index:2;
    margin-top:2rem;
}

.u-active-palette-1-dark-2:hover{
    background:#000;
    color:#fff;
}

/*loginpage*/
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #9053c7;
    background: -webkit-linear-gradient(-135deg,#c850c0,#4158d0);
    background: -o-linear-gradient(-135deg,#c850c0,#4158d0);
    background: -moz-linear-gradient(-135deg,#c850c0,#4158d0);
    background: linear-gradient(-135deg,#c850c0,#4158d0)
}

.wrap-login100 {
    width: 960px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 17px 130px 17px 95px
}

.login100-pic {
      width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login100-pic img {
    max-width: 100%
}

.login100-form {
    width: 327px
}

.login100-form-title {
    font-size: 28px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 30px;
    font-weight: 800;
}

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px
}

.input100 {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 68px
}

.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 0;
    color: rgb(82 152 184 / 86%);
}
.login-page{
    width: 100%;
    height: 100vh;
    display: flex;
    margin-top: 9%;
    justify-content: center;
}
.input100:focus+.focus-input100 {
    -webkit-animation: anim-shadow .5s ease-in-out forwards;
    animation: anim-shadow .5s ease-in-out forwards
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0 0 70px 25px;
        opacity: 0
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0 0 70px 25px;
        opacity: 0
    }
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.input100:focus+.focus-input100+.symbol-input100 {
    color: #386c83;
    padding-left: 28px
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    margin-bottom:0.4rem;
}

.login100-form-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #386c83;
    display: -webkit-box;
    border:none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.login100-form-btn:hover {
    background: #333
}

@media(max-width: 992px) {
    .wrap-login100 {
        padding:177px 90px 33px 85px
    }

    .login100-pic {
        width: 35%
    }

    .login100-form {
        width: 50%
    }
}

@media(max-width: 768px) {
    .wrap-login100 {
        padding:100px 80px 33px
    }

    .login100-pic {
        display: none
    }

    .login100-form {
        width: 100%
    }
}

@media(max-width: 576px) {
    .wrap-login100 {
        padding:100px 15px 33px
    }
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media(max-width: 992px) {
    .alert-validate::before {
        visibility:visible;
        opacity: 1
    }
}

.login100-form .text-danger {
    color: #dc3545 !important;
    position: relative;
    top: -8px;
}




















@media (max-width: 767px) {
   .live-img {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    }
    .fes7-text-cont{
        padding-top:40px;
    }
    .fes4-box .section-title{
        padding:0;
    }
 .client-row .col-sm-4, .client1-item{
  border-left:none;       
  }
.light-vision .container-fluid{
    padding:0 15px;
}

.elementor-image img{
    width:100% !important;
}
.service-section .section-heading .section-title h3{
    font-size:33px;
}

.service-section .section-heading .section-title{
    padding:0;
}
.au-textarea {
  
    width: 100%;
    margin-left: 0rem;
}
.enter-s2 span{
    width:100%;
}
.blog-post-style6 .post-details{
    padding:15px;
}
.blog-post-style6 .post-details a{
    font-size:12px;
}
.enter-s3{
    padding-top:20px;
    padding-bottom:50px;
}
.enter-s4 img{
    /*margin-bottom:2rem;*/
}
.enter-s1 .enter-sec1-col1 h4{
        margin-bottom:2rem;

}
.enter-s1 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.enters-5{
     margin-top: 90px;
    margin-bottom: 90px;
}
.client-row .col-sm-3, .client1-item{
    border-left:none;
}
.client-row.border-bot{
    border-bottom:none;
}
.client-row .col-sm-3, .client1-item{
    padding-left:10px;
    padding-right:10px;
    
}
.enter-sec1-col2 img{
    width:100%;
}
.port-grid-3 .port-item{
    width:100%;
}
.secure-sec1 .fes2-main-text-cont {
    padding: 70px 0px 70px 0px;
}
.ads-img-cont img {
    width: 100%;
}
.secure-sec1{
    margin-bottom:5rem;
}
.abt-con {
    padding-top: 74px;
    padding-bottom: 86px;
}

.secure-contact{
    margin-bottom:4rem;
}
.elementor-section-stretched {
    overflow: scroll;
    margin-bottom: 5rem;
}

.portfolio .filters ul li {
margin-right:5px;

}
.light-port{
    margin-bottom:4rem;
}

.wave-text{
    padding:0 0 0 0.3rem  !important
}

}

















