/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
: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: #007bff;
  --secondary: #6c757d;
  --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: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

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 {
  outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

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


.project_banner_ul p:nth-of-type(2) {
    font-size: 20px;
}

abbr[data-original-title],
abbr[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
}

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

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

dt {
  font-weight: 700
}

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: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0
}

code,
kbd,
pre,
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: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

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

button {
  border-radius: 0
}

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

button,
input,
optgroup,
select,
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
}

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

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -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
}

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: .5rem;
  font-weight: 500;
  line-height: 1.2
}

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

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

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

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

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

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

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

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

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

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

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

.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: .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: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

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

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

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

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

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

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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
  .engagement_model_description{
    min-height: 74px;
  }
  .location_grid_box{
    min-height: 370px;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

.table td,
.table th {
  padding: .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 td,
.table-sm th {
  padding: .3rem
}

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

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

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

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

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

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

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

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff
}

.table-hover .table-primary:hover {
  background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}

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

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

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
  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>td,
.table-info>th {
  background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
  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>td,
.table-warning>th {
  background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  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>td,
.table-danger>th {
  background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  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>td,
.table-light>th {
  background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
  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>td,
.table-dark>th {
  background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  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>td,
.table-active>th {
  background-color: rgba(0, 0, 0, .075)
}

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

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(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 td,
.table-dark th,
.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, .05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .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
  }
}

@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 + .75rem + 2px);
  padding: .375rem .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: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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
}

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(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

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

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

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

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

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

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

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

textarea.form-control {
  height: auto
}

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: .3rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
  color: #6c757d
}

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

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

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

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

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

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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(.75em + .375rem) calc(.75em + .375rem)
}

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

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

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
  display: block
}

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

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

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

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

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
  display: block
}

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

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

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

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

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
  display: block
}

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

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
  display: block
}

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

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

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

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

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
  display: block
}

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

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

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

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

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
  display: block
}

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

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

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

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

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    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 .custom-select,
  .form-inline .input-group {
    width: auto
  }

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

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

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: 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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

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

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}

.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 .2rem rgba(38, 143, 255, .5)
}

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

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.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 .2rem rgba(130, 138, 145, .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 {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .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 .2rem rgba(72, 180, 97, .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 {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.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 .2rem rgba(58, 176, 195, .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 {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .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 .2rem rgba(222, 170, 12, .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 {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .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 .2rem rgba(225, 83, 97, .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 {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .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 .2rem rgba(216, 217, 219, .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 {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .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 .2rem rgba(82, 88, 93, .5)
}

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

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

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff
}

.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 .2rem rgba(0, 123, 255, .5)
}

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

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  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: #6c757d;
  border-color: #6c757d
}

.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 .2rem rgba(108, 117, 125, .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 .2rem rgba(40, 167, 69, .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 .2rem rgba(40, 167, 69, .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 .2rem rgba(23, 162, 184, .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 .2rem rgba(23, 162, 184, .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 .2rem rgba(255, 193, 7, .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 .2rem rgba(255, 193, 7, .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 .2rem rgba(220, 53, 69, .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 .2rem rgba(220, 53, 69, .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 .2rem rgba(248, 249, 250, .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 .2rem rgba(248, 249, 250, .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 .2rem rgba(52, 58, 64, .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 .2rem rgba(52, 58, 64, .5)
}

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

.btn-link:hover {
  color: #0056b3;
  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-group-lg>.btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

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

.btn-block+.btn-block {
  margin-top: .5rem
}

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

.fade {
  transition: opacity .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 .35s ease
}

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

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

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: .5rem 0;
  margin: .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, .15);
  border-radius: .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: .125rem
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .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: .125rem
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .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: .125rem
}

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
  display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
  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=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

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

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

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

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

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

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

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

.input-group>.custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex
}

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

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

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

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .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: .25rem
}

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

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

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

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

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

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

.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),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  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:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  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: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

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

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #80bdff
}

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

.custom-control-input:disabled~.custom-control-label {
  color: #6c757d
}

.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: .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: .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: .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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

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

.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' 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(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .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' 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(0, 123, 255, .5)
}

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

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

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .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;
  -webkit-transform: translateX(.75rem);
  transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

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

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

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

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

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

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

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

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

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.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 + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

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

.custom-range {
  width: 100%;
  height: calc(1rem + .4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus {
  outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .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: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: #b3d7ff
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .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: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

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

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

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .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 .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

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

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

.nav-link:focus,
.nav-link:hover {
  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: .25rem;
  border-top-right-radius: .25rem
}

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

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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: .25rem
}

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

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

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

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

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

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

.navbar>.container,
.navbar>.container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

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

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

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

.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: .5rem;
  padding-bottom: .5rem
}

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

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

.navbar-toggler:focus,
.navbar-toggler:hover {
  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 {
    padding-right: 0;
    padding-left: 0
  }
}

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

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

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

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

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

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

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

@media (max-width:767.98px) {

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

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

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

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

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

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

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

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

@media (max-width:991.98px) {

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


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

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

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    /* min-height: 189px; */
  }

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

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

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

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

@media (max-width:1199.98px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.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: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

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

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

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

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px)
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

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

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

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

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

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

  .card-group>.card {
    -ms-flex: 1 0 0%;
    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-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }

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

.card-columns .card {
  margin-bottom: .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(:first-of-type) .card-header:first-child {
  border-radius: 0
}

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

.accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion>.card .card-header {
  margin-bottom: -1px
}

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

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .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: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}

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

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

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

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

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

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

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

a.badge:focus,
a.badge:hover {
  text-decoration: none
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-primary {
  color: #fff;
  background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 4rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}

.alert-primary hr {
  border-top-color: #9fcdff
}

.alert-primary .alert-link {
  color: #002752
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}

.alert-secondary hr {
  border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
  color: #202326
}

.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: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}

.media-body {
  -ms-flex: 1;
  flex: 1
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  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: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

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

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .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: #007bff;
  border-color: #007bff
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0
}

@media (min-width:576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  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:focus,
.list-group-item-info.list-group-item-action:hover {
  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:focus,
.list-group-item-warning.list-group-item-action:hover {
  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:focus,
.list-group-item-danger.list-group-item-action:hover {
  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:focus,
.list-group-item-light.list-group-item-action:hover {
  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:focus,
.list-group-item-dark.list-group-item-action:hover {
  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: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  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: .875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem
}

.toast:not(:last-child) {
  margin-bottom: .75rem
}

.toast.showing {
  opacity: 1
}

.toast.show {
  display: block;
  opacity: 1
}

.toast.hide {
  display: none
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
  padding: .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: .5rem;
  pointer-events: none
}

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

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

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

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

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

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

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

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

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

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

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

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

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

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

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

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

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    max-height: 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: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
  bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
  top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  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: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s .6s opacity
}

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

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}

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

  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-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' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%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' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  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;
  transition: opacity .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 {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .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: .2em
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(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: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important
}

.bg-secondary {
  background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important
}

.bg-success {
  background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important
}

.bg-info {
  background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important
}

.bg-warning {
  background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important
}

.bg-danger {
  background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important
}

.bg-light {
  background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important
}

.bg-dark {
  background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  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: #007bff !important
}

.border-secondary {
  border-color: #6c757d !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: .2rem !important
}

.rounded {
  border-radius: .25rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}

.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-lg {
  border-radius: .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: -ms-flexbox !important;
  display: flex !important
}

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

@media (min-width:576px) {
  .d-sm-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
  .d-xl-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

.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 embed,
.embed-responsive iframe,
.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.857143%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: fixed;
  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;
  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 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(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: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .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: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .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: -.25rem !important
}

.mt-n1,
.my-n1 {
  margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.mt-n2,
.my-n2 {
  margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
  margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
  margin-left: -.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: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .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: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .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: -.25rem !important
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.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: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .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: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .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: -.25rem !important
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.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: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .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: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .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: -.25rem !important
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.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: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .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: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .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: -.25rem !important
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.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: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important
}

.text-secondary {
  color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important
}

.text-danger {
  color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important
}

.text-body {
  color: #212529 !important
}

.text-muted {
  color: #6c757d !important
}

.text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  color: rgba(255, 255, 255, .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 {

  *,
  ::after,
  ::before {
    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
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    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 #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

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

  .table-dark {
    color: inherit
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}

/*bootstrap end */
/**
 * 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%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  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;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-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,
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  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;
  -khtml-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 {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.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 {
  -ms-touch-action: pan-y;
  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: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

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

.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: #000
}

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

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

/* carousel end */
html body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

html {
  overflow-x: hidden !important;
}

.structure {
  overflow-x: hidden !important;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-BlackItalic.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-Bold.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-Black.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-BoldItalic.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-ExtraLight.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-Italic.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-Light.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-LightItalic.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-Medium.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-MediumItalic.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-Regular.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-Thin.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-ThinItalic.woff2') format('woff2'),
    url('https://staging-dynamologic2021.kinsta.cloud/html/services/fonts/Montserrat-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff3b33;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff3b33;
}

.inner-service-heading-2 {
  line-height: 34px !important;
}

h2.text-capitalize.heading_h2 {
  text-transform: capitalize !important;
}

.heading_h2 {
  font-size: 32px !important;
}

.heading_h3 {
  font-size: 22px;
}

.services-heading-2 {
  font-size: 32px !important;
}

h1 {
  font-size: 46px;
  font-weight: bold;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.heading_change h2 {
  font-size: 32px;
}

.heading_change h3 {
  font-size: 22px;
}

a:hover {
  text-decoration: none;
  color: #f04d22;
}

.btn.app-btn {
  background-color: #09131c !important;

}

.btn.app-btn:hover {
  box-shadow: 0px 0px 17px #112436 !important;
}

.btn,
.contact-form input[type="submit"],
.g_btn .wp-block-button__link {
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  background-color: #ff3b33;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 30px !important;
  color: #fff !important;
  padding: 11px 35px !important;
  border: 0px;
  white-space: nowrap;

}

.btn:hover,
.g_btn .wp-block-button__link:hover {
  box-shadow: 0px 0px 17px #ff3b33;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
}

li,
p {
  font-size: 16px;
}

p {
  line-height: 24px;
  color: #000;
}

img {
  max-width: 100%;
}

.btn:hover {
  color: #fff !important;
}

label {
  font-weight: 400;
  color: #2f2f2f;
  font-size: 18px;
}

.fontawesome,
.fontawesome option {
  font-family: "Font Awesome 5 Pro";
}

.cursor_pointer {
  cursor: pointer !important;
}

.border_1px {
  border: 1px solid #e8e8e8 !important;
}

.border_btm {
  border-bottom: 1px solid #e8e8e8 !important;
}

.form-control:focus {
  border-color: #162466;

}

.border_color {
  border-color: #d3d3d3 !important;
  ;
}

.half_rounded {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.radius_10 {
  border-radius: 10px;
}

.radius_20 {
  border-radius: 20px;
}

.radius_6 {
  border-radius: 6px;
}

.radius_0 {
  border-radius: 0px;
}

.font_22 {
  font-size: 22px;
}

.font_12 {
  font-size: 12px;
}

.font_16 {
  font-size: 16px !important;
}

.font_18 {
  font-size: 18px !important;
}

.font_20 {
  font-size: 20px;
}

.font_14 {
  font-size: 14px;
}

.font_22 {
  font-size: 22px;
}

.font_24 {
  font-size: 24px;
}

.font_28 {
  font-size: 28px;
}

.font_26 {
  font-size: 26px;
}

.font_30 {
  font-size: 30px;
}

.font_32 {
  font-size: 32px;
}

.font_36 {
  font-size: 36px;
}

.font_42 {
  font-size: 42px !important;
  line-height: 50px !important;
}

.font_2em{
  font-size:2em;
}

.weight_400 {
  font-weight: 400;
}

.weight_500 {
  font-weight: 500 !important;
}

.weight_600 {
  font-weight: 600;
}

.weight_bold {
  font-weight: 700;
}

.line_height_30 {
  line-height: 30px;
}

.line_height_25 {
  line-height: 25px;
}

.line_height_45 {
  line-height: 45px;
}

.select_wrap {
  position: relative;
}

.select_wrap select {
  -webkit-appearance: none;
}

.weight_600 {
  font-weight: 600;
}

.select_wrap::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0 6px;
  position: absolute;
  pointer-events: none;
  font-weight: 500;
  color: #73787E;
}

.box_shadow {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}

.color_gray {
  color: #a3a6b1 !important;
}

.color_black {
  color: #000000 !important;
}

.color_orange {
  color: #ff3b33 !important;
}

.color_blue {
  color: #162466 !important;
}

/*------bg color-------*/
.bg_light_gray1 {
  background-color: #f8f8fc;
}

.bg_light_green {
  background-color: #f1ffed;
}

.bg_medium_gray {
  background-color: #f3f5f8 !important;
}

.bg_light_gray {
  background-color: #f6f5fb !important;
}

.bg_gray {
  background-color: #f0f3f9 !important;
}

.bg_orange {
  background-color: #ff3b33 !important;
}

.bg_black {
  background-color: #222222 !important;
}

.bg_blue {
  background-color: #162466;
}

.bg_pink {
  background-color: #FFF5F5;
}

/*------start home page styling ---------*/
input[type="search"] {
  box-sizing: border-box !important;
}

header {
  position: relative;
  z-index: 111;
}

header.sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.logo {
  height: 50px;
}

.navigation-bar a.nav-link {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px !important;
  transition: all 0.5s;
}

.navigation-bar a.nav-link:hover {
  color: #ff3b33 !important;
  transition: all 0.5s;
}

.navigation-bar .navbar-nav {
  width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.header-slider {
  background-size: cover;
  background-position: center;
  padding: 30px 0px 85px 0px;
  background-color: #f3f5f7;
}

.left-dots {
  position: absolute;
  height: 100px;
  top: 350px;
  margin-left: 30px;
  animation: mymove 2s infinite;
  animation-direction: alternate;
}

.right-dots {
  position: absolute;
  height: 100px;
  top: 450px;
  right: 20px;
  animation: mymove 2s infinite;
  animation-direction: alternate;
}

.right-cube {
  position: absolute;
  animation: rotation 8s infinite linear;
  left: 30%;
  top: 500px;
  height: 50px;
}

@keyframes mymove {
  0% {
    margin-top: 0px;
  }

  100% {
    margin-top: 15px;
  }
}

.left-oval {
  position: absolute;
  animation: rotation 8s infinite linear;

  left: 100px;
  top: 620px;
  height: 40px;
}

.right-line {

  position: absolute;
  height: 30px;
  top: 630px;
  margin-left: 60%;
  animation: mymove 2s infinite;
  animation-direction: alternate;
}

.right-oval {
  position: absolute;
  animation: rotation 8s infinite linear;
  right: 250px;
  top: 100px;
  height: 40px;
}

.center-cube {

  position: absolute;
  height: 100px;
  top: 100px;
  margin-left: 45%;
  animation: mymove 1s infinite;
  animation-direction: alternate;
}

.left-cube {
  position: absolute;
  animation: rotation 8s infinite linear;
  margin-left: 40px;
  top: 150px;
  height: 70px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.header-slider h1 span,
.header-slider h2 span,
.header-slider h3 span {
  font-size: 28px !important;
  line-height: 35px;
}

.header-slider .carousel-item p {
  line-height: 25px;
  padding-top: 15px;
}

.header-slider .carousel-item h1,
.slider-content h1,
.slider-content h2,
.slider-content h3,
.banner_main_heading {
  line-height: 40px;
  font-size: 32px !important;
  margin-bottom: 12px !important;
}

.slider-content {
  width: 500px;
  max-width: 550px;
}

.header-slider .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #162466;
  background: transparent;
  opacity: 1;
}

.header-slider .carousel-indicators li.active {
  background: #162466;
  box-shadow: 0px 0px 15px #162466;
}

.header-slider .carousel {
  min-height: 500px;
}

.header-slider .carousel-indicators {
  bottom: -50px;
}

.header-bottom .owl-stage {
  display: flex;
  align-items: center;
}

.header-bottom-slider .owl-dots,
.header-bottom-slider .owl-nav {
  display: none;
}

.header-bottom .owl-stage .item img {
  height: 50px;
}

.header-bottom .owl-stage .item {
  text-align: center;
}

.why-d-bg {
  position: absolute;
  right: -40px;
  margin-top: -40px;
}

.about-us-card {
  padding: 20px 13px;
  height: 100%;
  text-align: center;
  background: transparent;
  box-shadow: 0px 0px 30px #eff3f9;
}

.about-us-card .card-footer {
  background-color: transparent;
  padding: 0px;
  border: 0px;
  position: absolute;
  bottom: 20px !important;
  right: 0;
  left: 0;

}

.about-us-card p {
  font-size: 14px;
  padding-bottom: 20px !important;
  padding: 0px 15px;
  color: #162466;
}

.about-us-card .card-body {
  padding: 0;
}

.about-us-card .card-footer button {
  background: transparent;
  border: 0px;
}

.about-us-card img {
  height: 90px;
}

.about-us-card h3 {
  /*font-weight: 600;*/
  font-size: 20px;
}

.about-us-card:hover {
  box-shadow: 0px 0px 50px #e4edf9;
  transition: all 0.3s;
}

.align-row {
  align-items: center;
}

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

.about-us-section {
  padding: 80px 0px;
}

.services-section {
  padding: 90px 0px 40px 0px;
}

.services-section-row {
  background-image: url("../images/services-bg.webp");
  background-position: center;
  background-size: cover;
}

.work-section {
  background-image: url(../images/work-bg.webp);
  padding: 58px 0px 50px 0px;
  background-size: cover;
}

.portfolio-work-section {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0px 80px 0px;
  min-height: 400px;
}

.load-btn {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.work-card .wrap .wrap-content {
  position: absolute;
  background: #ff3b33;
  top: 36%;
  width: 77%;
  padding: 12px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.work-card .wrap {
  position: absolute;
  background: rgba(22, 36, 102, 0.9);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
}

.work-card .wrap .wrap-content h6 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}

.work-card .wrap .wrap-content p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0px;
}

.work-card:hover .wrap {
  opacity: 1;
  transition: all 0.5s;
}

.wrap {
  transition: all 0.5s;
}

.work-card {
  transition: all 0.5s;
}

.work-pills a.nav-link {
  color: #162466;
  font-size: 14px;
  font-weight: 600;
}

.work-pills a.nav-link.active {
  color: #ff3b33;
  background: transparent;
}

.case-studies-slider-row .wrap-content {
  top: 62% !important;
}

/*-----start counter sectio----*/
.count {
  line-height: 40px;
  color: #162466;
  font-size: 30px !important;
  color: #162466;
  font-weight: 600;
}

#talkbubble {
  width: 120px;
  height: 80px;
  background: red;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin: 20px;
}

#talkbubble:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 26px solid red;
  border-bottom: 13px solid transparent;
}

.linker {
  font-size: 20px;
  font-color: black;
}

.text {
  font-size: 30px;
  color: #162466;
  font-weight: 600;
}

.counter-section {
  box-shadow: inset 0 114px 177px -48px rgb(239 243 249);
  padding: 70px 0px;
}

.header-bottom {
  border-top: 2px solid #ff3b33;
  padding: 15px 0px !important;
}

.case-studies-section {
  background-image: url("../images/case-studies-bg.png") !important;
  background-position: bottom;
}

.case-studies-section .inner-case-studies-section {
  opacity: 1 !important;
}

.case-studies-slider .owl-dots {
  display: none;
}

.testimonial-slider .owl-stage {
  display: flex;
}

.testimonial-slider .owl-item {
  display: flex;
  height: auto !important;
}

.testimonial-slider .item {
  display: flex;
  flex: 1;
  width: 100%;
}

.testimonial-row {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px #eff3f9;
  padding: 30px;
  min-height: 220px;
  width: 100%;
  height: 100%;
}

.testimonial-row .profile-img {
  width: 120px;
}

.testimonial-row .comments {
  width: calc(100% - 150px);
}

.exceed-limit {
  display: inline !important;
  color: #ff3b33 !important;
}


.footer-upper-section {
  background-image: url("../images/footer-upper-bg.webp");
  padding: 70px 0px 0px 0px;
  margin-top: 100px;
}

.footer-right-img img {
  margin-top: -150px;
}

.blue-btn:hover {
  box-shadow: 0px 0px 15px #162466;
}

.footer-heading {
  font-size: 22px;
}

.testimonial-slider .owl-stage-outer {
  overflow: visible !important;
}

.testimonial-slider.owl-carousel .owl-item img {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  object-fit: cover;
}

.testimonial-slider .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}

.testimonial-slider .owl-item.active {
  opacity: 1;
}

.testimonial-slider .owl-dots {
  display: none;
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
  height: 35px;
  width: 35px;
  border-radius: 50% !important;
  border: 1px solid gray !important;
  margin: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.testimonial-slider .owl-prev svg,
.testimonial-slider .owl-next svg {
  width: 18px;
}

.testimonial-slider .owl-prev i,
.testimonial-slider .owl-next i {
  color: #162466;
}

.testimonial-slider .owl-prev:hover i,
.testimonial-slider .owl-next:hover i {
  color: #fff;
}

.testimonial-slider .owl-prev:hover svg path,
.testimonial-slider .owl-next:hover svg path {
  fill: #fff;
}

.testimonial-slider .owl-nav {
  margin-top: 40px !important;
  text-align: center;
}

.footer-menu li a,
.footer-menu li {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  transition: all 0.5s;
}

.footer-menu li a:hover {
  color: #ff3b33;
  transition: all 0.5s;
}

.social-icons li a {
  color: #162466;
}

.social-icons li {
  display: inline-block;
  padding: 0px 10px;
}

.social-icons li:nth-child(3) {
  padding-right: 0px;
}

/*----start styling for process progress bar------*/
.one,
.two,
.three,
.four,
.five,
.six {
  position: absolute;
  /* margin-top:-10px; */
  z-index: 1;
  height: 14px;
  width: 14px;
  border-radius: 25px;

}

.one {
  left: 47%;
  top: -3px;
}

.two {
  left: 92%;
  top: 100px;
}

.three {
  left: 90%;
  top: 300px;

}

.four {
  left: 48%;
  top: 390px;
}

.five {
  left: 8%;
  top: 310px;
}

.six {
  left: 4%;
  top: 105px;
}


.danger-color {
  background-color: #ff3b33;
}

.progress-circle {
  font-size: 20px;
  margin: 20px;
  position: relative;
  /* so that children can be absolutely positioned */
  padding: 0;
  width: 20em;
  height: 20em;
  background-color: #cbd1d6;
  border-radius: 50%;
  line-height: 5em;
}

.progress-circle:after {
  border: none;
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 19.5em;
  height: 19.5em;
  background-color: white;
  content: " ";
}

/* Text inside the control */
.progress-circle span {
  position: absolute;
  line-height: 20em;
  width: 20em;
  text-align: center;
  display: block;
  color: #53777A;
  z-index: 2;
}

.progress-circle span img {
  height: 300px;
  margin-top: 0px;

}

.left-half-clipper {
  /* a round circle */
  border-radius: 50%;
  width: 20em;
  height: 20em;
  position: absolute;
  /* needed for clipping */
}

.progress-circle.over50 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}

.value-bar {
  position: absolute;
  /*needed for clipping*/
  clip: rect(0, 10.9em, 5em, 0);
  width: 20em;
  height: 20em;
  border-radius: 50%;
  border: 0.25em solid #ff3b33;
  /*The border is 0.35 but making it larger removes visual artifacts */
  box-sizing: border-box;

}

.progress-circle.over50 .first50-bar {
  position: absolute;
  /*needed for clipping*/
  clip: rect(0, 5em, 5em, 2.5em);
  background-color: #53777A;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.progress-circle:not(.over50) .first50-bar {
  display: none;
}

/* Progress bar rotation position */
.progress-circle.p0 .value-bar {
  display: none;
}

.progress-circle.p1 .value-bar {
  transform: rotate(4deg);
}

.progress-circle.p2 .value-bar {
  transform: rotate(7deg);
}

.progress-circle.p3 .value-bar {
  transform: rotate(11deg);
}

.progress-circle.p4 .value-bar {
  transform: rotate(14deg);
}

.progress-circle.p5 .value-bar {
  transform: rotate(18deg);
}

.progress-circle.p6 .value-bar {
  transform: rotate(22deg);
}

.progress-circle.p7 .value-bar {
  transform: rotate(25deg);
}

.progress-circle.p8 .value-bar {
  transform: rotate(29deg);
}

.progress-circle.p9 .value-bar {
  transform: rotate(32deg);
}

.progress-circle.p10 .value-bar {
  transform: rotate(36deg);
}

.progress-circle.p11 .value-bar {
  transform: rotate(40deg);
}

.progress-circle.p12 .value-bar {
  transform: rotate(43deg);
}

.progress-circle.p13 .value-bar {
  transform: rotate(47deg);
}

.progress-circle.p14 .value-bar {
  transform: rotate(50deg);
}

.progress-circle.p15 .value-bar {
  transform: rotate(54deg);
}

.progress-circle.p16 .value-bar {
  transform: rotate(58deg);
}

.progress-circle.p17 .value-bar {
  transform: rotate(61deg);
}

.progress-circle.p18 .value-bar {
  transform: rotate(65deg);
}

.progress-circle.p19 .value-bar {
  transform: rotate(68deg);
}

.progress-circle.p20 .value-bar {
  transform: rotate(58deg);
}

.progress-circle.p21 .value-bar {
  transform: rotate(76deg);
}

.progress-circle.p22 .value-bar {
  transform: rotate(79deg);
}

.progress-circle.p23 .value-bar {
  transform: rotate(83deg);
}

.progress-circle.p24 .value-bar {
  transform: rotate(86deg);
}

.progress-circle.p25 .value-bar {
  transform: rotate(90deg);
}

.progress-circle.p26 .value-bar {
  transform: rotate(94deg);
}

.progress-circle.p27 .value-bar {
  transform: rotate(97deg);
}

.progress-circle.p28 .value-bar {
  transform: rotate(101deg);
}

.progress-circle.p29 .value-bar {
  transform: rotate(104deg);
}

.progress-circle.p30 .value-bar {
  transform: rotate(108deg);
}

.progress-circle.p31 .value-bar {
  transform: rotate(112deg);
}

.progress-circle.p32 .value-bar {
  transform: rotate(115deg);
}

.progress-circle.p33 .value-bar {
  transform: rotate(119deg);
}

.progress-circle.p34 .value-bar {
  transform: rotate(122deg);
}

.progress-circle.p35 .value-bar {
  transform: rotate(126deg);
}

.progress-circle.p36 .value-bar {
  transform: rotate(130deg);
}

.progress-circle.p37 .value-bar {
  transform: rotate(133deg);
}

.progress-circle.p38 .value-bar {
  transform: rotate(137deg);
}

.progress-circle.p39 .value-bar {
  transform: rotate(140deg);
}

.progress-circle.p40 .value-bar {
  transform: rotate(144deg);
}

.progress-circle.p41 .value-bar {
  transform: rotate(148deg);
}

.progress-circle.p42 .value-bar {
  transform: rotate(151deg);
}

.progress-circle.p43 .value-bar {
  transform: rotate(155deg);
}

.progress-circle.p44 .value-bar {
  transform: rotate(158deg);
}

.progress-circle.p45 .value-bar {
  transform: rotate(162deg);
}

.progress-circle.p46 .value-bar {
  transform: rotate(166deg);
}

.progress-circle.p47 .value-bar {
  transform: rotate(169deg);
}

.progress-circle.p48 .value-bar {
  transform: rotate(173deg);
}

.progress-circle.p49 .value-bar {
  transform: rotate(176deg);
}

.progress-circle.p50 .value-bar {
  transform: rotate(180deg);
}

.progress-circle.p51 .value-bar {
  transform: rotate(184deg);
}

.progress-circle.p52 .value-bar {
  transform: rotate(187deg);
}

.progress-circle.p53 .value-bar {
  transform: rotate(191deg);
}

.progress-circle.p54 .value-bar {
  transform: rotate(194deg);
}

.progress-circle.p55 .value-bar {
  transform: rotate(198deg);
}

.progress-circle.p56 .value-bar {
  transform: rotate(202deg);
}

.progress-circle.p57 .value-bar {
  transform: rotate(205deg);
}

.progress-circle.p58 .value-bar {
  transform: rotate(209deg);
}

.progress-circle.p59 .value-bar {
  transform: rotate(212deg);
}

.progress-circle.p60 .value-bar {
  transform: rotate(216deg);
}

.progress-circle.p61 .value-bar {
  transform: rotate(220deg);
}

.progress-circle.p62 .value-bar {
  transform: rotate(223deg);
}

.progress-circle.p63 .value-bar {
  transform: rotate(227deg);
}

.progress-circle.p64 .value-bar {
  transform: rotate(230deg);
}

.progress-circle.p65 .value-bar {
  transform: rotate(234deg);
}

.progress-circle.p66 .value-bar {
  transform: rotate(238deg);
}

.progress-circle.p67 .value-bar {
  transform: rotate(241deg);
}

.progress-circle.p68 .value-bar {
  transform: rotate(245deg);
}

.progress-circle.p69 .value-bar {
  transform: rotate(248deg);
}

.progress-circle.p70 .value-bar {
  transform: rotate(252deg);
}

.progress-circle.p71 .value-bar {
  transform: rotate(256deg);
}

.progress-circle.p72 .value-bar {
  transform: rotate(259deg);
}

.progress-circle.p73 .value-bar {
  transform: rotate(263deg);
}

.progress-circle.p74 .value-bar {
  transform: rotate(266deg);
}

.progress-circle.p75 .value-bar {
  transform: rotate(270deg);
}

.progress-circle.p76 .value-bar {
  transform: rotate(274deg);
}

.progress-circle.p77 .value-bar {
  transform: rotate(277deg);
}

.progress-circle.p78 .value-bar {
  transform: rotate(281deg);
}

.progress-circle.p79 .value-bar {
  transform: rotate(284deg);
}

.progress-circle.p80 .value-bar {
  transform: rotate(288deg);
}

.progress-circle.p81 .value-bar {
  transform: rotate(292deg);
}

.progress-circle.p82 .value-bar {
  transform: rotate(295deg);
}

.progress-circle.p83 .value-bar {
  transform: rotate(299deg);
}

.progress-circle.p84 .value-bar {
  transform: rotate(302deg);
}

.progress-circle.p85 .value-bar {
  transform: rotate(306deg);
}

.progress-circle.p86 .value-bar {
  transform: rotate(310deg);
}

.progress-circle.p87 .value-bar {
  transform: rotate(313deg);
}

.progress-circle.p88 .value-bar {
  transform: rotate(317deg);
}

.progress-circle.p89 .value-bar {
  transform: rotate(320deg);
}

.progress-circle.p90 .value-bar {
  transform: rotate(324deg);
}

.progress-circle.p91 .value-bar {
  transform: rotate(328deg);
}

.progress-circle.p92 .value-bar {
  transform: rotate(331deg);
}

.progress-circle.p93 .value-bar {
  transform: rotate(335deg);
}

.progress-circle.p94 .value-bar {
  transform: rotate(338deg);
}

.progress-circle.p95 .value-bar {
  transform: rotate(342deg);
}

.progress-circle.p96 .value-bar {
  transform: rotate(346deg);
}

.progress-circle.p97 .value-bar {
  transform: rotate(349deg);
}

.progress-circle.p98 .value-bar {
  transform: rotate(353deg);
}

.progress-circle.p99 .value-bar {
  transform: rotate(356deg);
}

.progress-circle.p100 .value-bar {
  transform: rotate(360deg);
}





/*-----rotation---------*/
.value-bar.second {
  /*transform: rotate(118deg) ;*/
  display: none;
}

.value-bar.third {
  /*transform: rotate(174deg) !important;*/
  display: none;
  /*transition: all 0.5s;*/
}

.value-bar.fourth {
  /*transform: rotate(228deg) !important;*/
  display: none;
}

.value-bar.fifth {
  /*transform: rotate(290deg) !important;*/
  display: none;
}

.value-bar.sixth {
  /*transform: rotate(352deg) !important;*/
  display: none;
}

.process-section {
  background-image: url("../images/process-bg.webp");
  background-size: cover;
  background-position: center;
}

.process-section .wp-block-group__inner-container {
  width: 100%;
}


/*------start styling for faq section-------*/

.panel-heading {
  padding: 5px 0px 5px 15px;
  color: #162466 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0px 0px 30px #eff3f9;
  position: relative;
  z-index: 11;
  width: 100%;
  display: flex;
  align-items: center;
}

.panel-heading i {
  padding: 0px 15px;
  color: #162466;
  margin-left: auto;
}

.panel {
  border-radius: 6px;
}

.panel p {
  color: #6d6d6d;

}

.panel .content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 0px;
  margin-top: -30px;
  padding-top: 60px !important;
  box-shadow: 0px 0px 30px #eff3f9;

}

.panel .content p {
  color: #162466;
  font-size: 14px !important;
  margin-bottom: 0px !important;
}

.panel-heading.active {
  color: #ff3b33 !important;
  background: #fff !important;
  border-color: #ff3b33;
  box-shadow: 0px 0px 40px #e4edf9 !important;
}

.header-link.fa-plus::before {
  display: none;
}

.panel-heading.active i {
  color: #ff3b33;
}

.panel-collapse {
  font-size: 16px;
  font-weight: 300;
}

.panel-heading:hover {
  text-decoration: none;
  color: #162466;
  box-shadow: 0px 0px 40px #e4edf9;
}

.header-link img {
  height: 30px;
  margin-right: 10px;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
  height: auto;
  width: auto;
}

.navbar-light .navbar-toggler {
  border: 0px;
}

.navbar-toggler-icon i {
  color: #fff;
  font-size: 24px;
  background-color: #ff3b33;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.footer-upper-section p {
  line-height: 1.6 !important;
}

.social-icons li a:hover {
  color: #ff3b33;
  transition: all 0.4s;
}

.social-icons li a {
  transition: all 0.4s;
}

.about-content-img {
  float: left;
  margin-right: 20px;
  /*height: 300px;*/
}

.about-us-content p {
  float: inherit;
  color: #162466;
}

/*------start sevices page style-------*/
.services-header-img {
  margin-top: -60px !important;
}

.services-header-banner {
  padding: 100px 0px !important;
}

.about-us-section.counter-section .about-us-col {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 40px #eff3f9;
  margin-bottom: 30px;
}

.about-us-section.counter-section .about-us-col img {
  height: 100px;
  margin-bottom: 20px;
}

.about-us-section.counter-section .about-us-col .about-us-card {
  box-shadow: 0px 0px 0px;
}

.p-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-left: 5px solid #ff0000;
  border-radius: 6px;
  padding: 30px 25px;
  min-height: 220px;
  box-shadow: 0px 0px 40px #eff3f9;
}

.p-icon {
  width: 90px;
}

.p-content {
  width: calc(100% - 120px);
}

.p-content h3 {
  color: #162466;
  font-weight: bold;
  font-size: 20px;
}

.p-content p {
  font-size: 14px;
  color: #162466;
  margin-bottom: 0px;
}

.principle-section {
  background-image: url("../images/principle-bg.png");
  background-size: cover;

}

.form-section input,
.form-section textarea,
.form-section select {
  background-color: rgb(243 245 247);
  margin-bottom: 0px !important;
}

.form-section input:focus,
.form-section textarea:focus {
  background-color: rgb(243 245 247);
}

.info-row {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: #ffffff;
  height: 100%;
  padding: 30px 16px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 0px 30px #d5d5d5;
}

.info-row::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 70px;
  height: 70px;
  background-color: #152366;
  right: 15px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  margin: -22px;
  transform: translateX(70px);
  transition: all 0.3s;
}

.get_heading {
  padding-left: 14px !important;
}

.info-row:hover::after {
  transform: translateX(0px);
  transition: all 0.3s;
}

.contact_banner {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.contact_banner .services-header-img {
  margin-top: 0px !important;
}

.info-icon {
  width: 60px;
  height: 60px;
  background-color: #162466;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-icon img {
  height: 45px;
  width: auto;
  animation: scale 2s infinite;
  filter: brightness(0) invert(1);
}

.contact_box {
  box-shadow: 0px 0px 30px #d5d5d5;
  border-radius: 12px;
  margin-top: 30px;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.info-content p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
}

.info-content p a {
  color: #162466;
}

.info-content p a:hover {
  color: #ff3b33;
}

.search_bar input,
.form-section input,
.form-section textarea,
.form-section select,
.experts_form input,
.experts_form textarea,
.filters input,
.filters select {
  border-color: rgba(0, 0, 0, 0.05);
  padding: 5px 15px;
}

.form-section .btn {
  background-color: #ff3b33;
}

.form-section input:focus,
.form-section textarea:focus,
.experts_form input:focus {
  border-color: #162466;
}

.form-section input,
.form-section select,
.filters input,
.filters select,
.search_bar input {
  height: 45px;
}

.form-section textarea {
  height: 200px;
}

.experts_form textarea {
  height: 100px;
}

.experts_form input {
  margin-bottom: 15px;
}

.form-section ::placeholder,
::placeholder {
  color: gray !important;
  font-weight: 400;
  font-size: 14px;
}

/*------start portfolio page design--------*/
.portfolio-header {
  background-image: url("../images/carpet-bright-banner.jpg");
  height: 600px;
  background-size: cover;
  background-position: center;
}

.nepc_banner {
  background-image: url("../images/nepc-banner.webp");
  background-position: right;
}

.video-icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-icon i {
  background-color: #162466;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffff;
}

.header-bottom-div {
  width: 900px;
  background-color: #f0f3f9;
  margin: -125px auto 0px auto;
  height: 250px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  border-radius: 4px;
}

.header-bottom-div h5 {
  line-height: 30px;
}

.link-border {
  height: 1px;
  width: 60px;
  background-color: #ff3b33;
}

.header-bottom-div h6 {
  font-size: 16px;
  padding-bottom: 10px;
}

.services-li li {
  font-size: 14px;

  line-height: 25px;
  position: relative;
  padding-left: 20px;
  color: #162466;
}

.services-li i {
  padding-right: 12px;
  color: #ff3b33;
  display: none;

}

.services-li li::before {
  position: absolute;
  content: "\f111";
  color: #ff3b33;
  font-family: "Fontawesome";
  left: -2px;
}

.chl-p {
  font-size: 14px;
  padding-left: 20px;
}

.chl-p i {
  padding-top: 7px;
  position: absolute;
  margin-left: -23px;
}

.chalange-card {
  box-shadow: 0px 0px 40px #e1e1e1;
  padding: 60px;
  border-radius: 5px;
  height: 100%;
}

.key-features-section h6,
.tamer-section h6,
.wrangler-pages h6 {
  font-size: 22px;
}

.key-features-section p,
.tamer-section p,
.wrangler-pages p {
  font-size: 14px;
}

.solution-card h5,
.solution-card p {
  color: #fff !important;
}

.solution-card .chl-p i {
  color: #fff !important;
}

.key-features-section {
  box-shadow: inset 0 114px 177px -48px rgb(239 243 249);
}

.tamer-section {
  background-image: url("../images/tamer-bg.png");
  background-size: cover;
  background-position: center;
}

.portfolio2-header {
  background-image: url("../images/portfolio-banner2.png");
  height: auto !important;
}

.header-cell,
.header-cell img {
  margin-top: 130px;
  margin-bottom: -120px;
}

.portfolio2-container {
  margin-top: 150px;
}

.color-div {
  background-color: #162466;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  border-radius: 6px;
  padding: 10px;
}

.color-div h4 {
  font-size: 15px;
  text-align: center;
}

.color-div:hover {
  box-shadow: 0px 0px 25px lightgray;
  background-color: #fff;
  transition: all 0.5s;
}

.color-div:hover h4 {
  color: #162466;
}

.planned-section {
  background-image: url("../images/palned-bg.png");
  background-size: cover;
  background-position: center;
}

.pms-header {
  height: 500px;
  background-image: url("../images/bluegen-banner.webp") !important;
}

.pms-header .container,
.pms-header .container .header-row {
  height: 100%;
  padding: 20px 15px 20px 15px;
}

.titan_banner {
  background-image: url("../images/titan-banner.webp") !important;
}

.screens-section img {
  border-radius: 8px;
}

.pms-header .container .header-row h5 {
  line-height: 35px;
}

.portfolio3-color-div {
  height: 250px;
  justify-content: flex-start;
  width: 100%;
}

.portfolio3-color-div li {
  color: #fff;
}

.portfolio3-color-div h4 {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  font-size: 24px;
  width: 40px;
}

.portfolio3-services {
  display: flex;
}

.portfolio3-color-div .services-li {
  width: calc(100% - 40px);
}

.portfolio3-color-div:hover .services-li li {
  color: #162466;
}

.screens-section {
  background-image: url("../images/screens-bg.png");
  background-size: cover;
  background-position: center;
}

.portfolio4-header .container,
.portfolio4-header .container .header-row {
  height: 100%;
}

.portfolio4-header h5 {
  line-height: 30px;
}

.overflow-img {
  margin-left: -20px;
  margin-top: -40px;
  background-color: transparent !important;
  border: 0px !important;
}

.p4-ss-row {
  display: flex;
  justify-content: space-around;
}

.p4-ss-row .single-img {
  width: 18%;
}

.p4-ss-row .single-img img {
  width: 100%;
}

.p5-ss-section img {
  border-radius: 45px;
}

.simple_listing li::before {
  position: absolute;
  content: "\f105";
  font-size: 18px;
  font-family: "Fontawesome";
  color: #ff3b33;
  left: 0px
}

.simple_listing li {
  padding-left: 20px;
  position: relative;
  margin: 15px 0px;
  color: #162466;
}

.al-quran-banner {
  background-image: url("../images/al-quran-banner.webp");
}

.features-li li {
  font-size: 14px;
  color: #162466;
}

.features-li li i {
  padding-right: 8px;
  font-size: 20px;
}

.p5-ss-section {
  background-image: url("../images/tamer-bg.png");
  background-size: cover;
  background-position: center;
}

.p6-container .video-icon {
  position: absolute;
  width: 100%;
}

.planning-container {
  background-image: url("../images/planning-bg.png");
  background-size: cover;
  background-position: center;
}

.p6-container {
  padding-top: 130px;
}

.p6-container .overflow-img {
  margin-top: -180px;
}

.results-li li {
  line-height: 30px;
  font-size: 14px;
  color: #162466;
}

.results-li li i {
  padding-right: 7px;
}

.blog-cat li {
  font-size: 14px;
}

.comments-section {
  border-top: 1px solid #eceefd;
  padding-top: 30px;
  margin-top: 40px;
}

.comments-section textarea {
  width: 100% !important;
  height: 140px !important;
  padding: 10px;
  border: 0px;
  box-shadow: 0px 0px 10px #ebebeb;
}

.comments-section #author,
.comments-section #email,
.comments-section #url {
  height: 35px;
  width: 100% !important;
  padding: 10px;
  border: 0px;
  box-shadow: 0px 0px 10px #ebebeb;
}

.comments-section #author:focus,
.comments-section #comment:focus,
.comments-section #email:focus,
.comments-section #url:focus {
  border: 1px solid lightgray !important;
  box-shadow: 0px 0px 10px transparent !important;
}

.comments-section .form-submit input[type="submit"] {
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  background-color: #ff3b33;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 30px !important;
  color: #fff;
  padding: 11px 35px !important;
  border: 0px;
}

.comments-section .form-submit input[type="submit"]:hover {
  box-shadow: 0px 0px 17px #ff3b33;
}

.comments-section label {
  color: #162466;
  font-weight: bold;
  padding-bottom: 10px;
}

.blog-cat .nav-link.active {
  background: transparent !important;
  color: #ff3b33;
}

.blog-cat .nav-link {
  font-weight: 600;
  color: #162466;
}

.blog-cat-content .date {
  color: #cacaca;
  font-size: 14px;
}

.blog-content p {
  color: #162466;
  font-weight: 600;
}

.blog-content p:hover {
  color: #ff3b33 !important;
}

.blog-cat-content .btn,
.career-section .btn {
  padding: 10px 30px !important;
}

.career-header-banner {
  background-image: url("../images/career-banner.png");
  padding: 220px 0px;
}

.career-li li {
  color: #162466;
  font-size: 14px;
  line-height: 30px;
  display: flex;
}

.career-li li i {
  padding-top: 10px;
}

.career-form input[type="text"],
.career-form input[type="email"],
.career-form input[type="file"],
.career-form textarea {
  background-color: #fff;
  border: 0px;
  padding: 10px;
}

.career-form input[type="submit"] {
  padding: 12px 55px !important;
}

.career-form input {
  height: auto;
}

.career-form label,
.career-form p {
  color: #162466;
  font-weight: 500;
  /*padding-top: 20px;*/
  padding-bottom: 10px;
  width: 100%;
}

.career-form input,
.career-form textarea {
  margin-top: 10px !important;
}

.career-form textarea {
  height: 130px;
}

.career-form ::placeholder {
  font-size: 12px !important;
}

.blog-header-banner {
  background-image: url("../images/blog-banner.png");
  padding: 220px 0px;
}

.blog-col .btn {
  position: absolute;
  bottom: -40px;
}

.blog-col img {
  height: 180px;
  object-fit: cover;
}

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

.page-numbers li {

  display: inline-flex;
  align-items: center;
  justify-content: center;

}

.page-numbers li span,
.page-numbers li a {
  color: #162466;
  font-weight: bold;
  height: 35px;
  width: 35px;
  background: #f3f5f8;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-numbers li .page-numbers.current,
.pagination-button.active {
  background-color: #ff3b33 !important;
  color: #fff !important;
  border-color: #ff3b33 !important;
}

.pagination-button {
  background-color: #f3f5f8 !important;
  border: 1px solid #dddddd !important;
  color: #162466 !important;
}

.pagination-button:hover {
  background-color: #dddddd !important;
}

.pagination-button.active:hover {
  background-color: #ff3b33 !important;
}

.pagination-button[data-page="next"],
.pagination-button[data-page="prev"] {
  text-indent: -9999px;
}

.pagination-button[data-page="next"]::after,
.pagination-button[data-page="prev"]::after {
  position: absolute;
  content: "\f054";
  font-size: 18px;
  line-height: 35px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  text-indent: 0px;

}

.pagination-button[data-page="prev"]::after {
  content: "\f053";
}

.blog-col {
  margin-bottom: 90px;
}

.breadcrumb-col,
.breadcrumb {
  background: transparent;
}

.breadcrumb-col,
.breadcrumb li {
  font-size: 14px;
}

.breadcrumb li.active,
.breadcrumb li a {
  color: #162466;
  font-weight: 600;
}

.post-content,
.post-content p {
  color: #162466;
  font-size: 14px;
  text-align: left !important;

}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
}

.comment-form-cookies-consent label {
  padding-bottom: 0px !important;
  padding-left: 10px !important;
}

.post-content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #ff3b33;
  margin: 15px 0px;
}

.post-content a {
  color: #ff3b33;
}

.post-content a:hover {
  color: #162466;
}

.post-content ul {
  margin: 15px 0px;
}

.post-content ul li {
  display: block;
  font-size: 14px;
  color: #162466;
}

.post-content h2 {
  font-size: 20px !important;
  font-weight: bold;
  color: #ff3b33;
  margin: 15px 0px;
}

.post-content .bold-p {
  font-weight: bold;
  margin-bottom: 0px;
}

.post-content h5 {
  color: #ff0000;
  font-weight: bold;
}

.post-content img {
  border-radius: 6px;
  margin-bottom: 20px;
}

.overflow-img-container .overflow-img {
  margin-top: 0px;
  width: 100%;
}

.php-li li {
  font-size: 14px;
  color: #162466;
  display: flex;
  margin-bottom: 30px;
  line-height: 25px;
}

.php-li li i {
  font-size: 20px;
  margin-top: 3px;
}

.principle-section .php-li li {
  margin-bottom: 10px;
}

.highlight-section {
  margin-top: -250px;
}

.highlight-section .container {
  padding-top: 200px;
}

.technologies-row {
  justify-content: space-between;
}

.single-technology {
  width: 12%;
  background-color: #fff;
  text-align: center;
}

.web-overflow-img {
  margin-top: -200px;
}

.gray-col {
  background-color: #f0f3f9;
  box-shadow: 0px 0px 20px #f0f3f9;
  min-height: 530px;
  display: flex;
}


.gray-col img {
  height: 350px;
  width: 350px;
  max-width: 350px;
}

.gray-col .wp-block-group__inner-container {
  width: 100%;
}

.white-col {
  box-shadow: 0px 0px 30px #eff3f9;
  padding: 40px 25px;
  min-height: 220px;
}

.white-col p {
  padding-top: 5px !important;
}

.tags li {
  border: 1px solid #162466;
  border-radius: 3px;
  background-color: #f0f3f9;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 7px;
  color: #162466;
  margin-right: 15px;
  margin-bottom: 10px;
  list-style: none;
  display: inline-block;
}

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

.red-border {
  background-color: #ff0000;
  height: 4px;
  width: 80px;
}

/*------start faq page style---*/
.faq-ul ul {
  flex-direction: column;
}

.faq-ul {
  padding-right: 40px;
}

.faq-ul ul li a.active {
  border-color: #ff0000;
  background: transparent !important;
  color: #162466 !important;
}

.faq-ul ul li a {
  border-bottom: 0px solid #f0f0f0;
  color: #162466;
  font-size: 13px;
  padding: 0px;
  line-height: 13px;
  border-radius: 0px !important;
  padding-right: 12px;
  font-weight: bold;
  border-right: 3px solid transparent;
}

.faq-ul ul li {
  margin-bottom: 18px;
  text-align: right;
}

.faq-content h3 {
  color: #1a70a9;
}

.faq-content .tab-content .container {
  padding-right: 0px;
  padding-left: 0px;
}

.faq-content br {
  height: 0px !important;
  display: none;
}

.faq-content p {
  font-size: 14px;
  color: #162466;
  padding-top: 15px;
}

.right-content {
  padding: 0px 70px;
}

.t-row {
  margin-left: 13px;
}

.single-t {
  width: 23%;
  background-color: #fff;
  height: 100px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 10px;
  text-align: center;
  box-shadow: 0px 0px 30px #eff3f9;
  margin: 10px 1%;
}

.single-t img {
  margin-bottom: 10px;
}

.single-t p {
  font-size: 12px;
  text-transform: uppercase;
  color: #162466;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 15px;
}

.border-text {
  border-bottom: 1px solid #ff3b33;
  padding-bottom: 7px;
}

.circle-heading {
  position: absolute;
  height: 200px;
  margin-left: -20px;
  margin-top: -65px;
}

.circle-text {
  position: relative;
  z-index: 1111;
  line-height: 32px;
}

.bottom-border {
  height: 2px;
  width: 100%;
  background-color: lightgray;
}

.upper-border {
  position: absolute;
  height: 2px;
  background-color: #162466;
  z-index: 1111;
  width: 25%;
}

.choices-table thead th {
  border-bottom-width: 1px !important;

}

.choices-table tr td:first-child {
  font-weight: bold;
}

.choices-table thead th,
.choices-table td {
  padding: 1.5rem;
  color: #162466;
}

.choices-table tr td:nth-child(2),
.choices-table tr td:nth-child(3) {
  border-bottom-color: #f6f8f9 !important;
  border-right-color: transparent !important;
}

.choices-table tr td:nth-child(4) {
  border-bottom-color: #f6f8f9 !important;

}

.choices-table thead th:nth-child(2),
.choices-table thead th:nth-child(3) {
  border-right-color: transparent;
}

.choices-table tr:last-child td {
  border-bottom: 1px solid #dee2e6 !important;
}

.steps-row .white-col {
  padding: 40px 22px !important;
}

.steps-row .white-col h4 {
  min-height: 52px;
}

.white-col-content {
  min-height: 303px;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.landing-portfolio-header .left-dots {
  top: 200px;
  margin-left: 20%;
}

.landing-portfolio-header .left-oval {
  top: 250px;
}

.landing-portfolio-header .right-dots {
  top: 200px;
}

.landing-portfolio-header .right-cube {
  left: 70%;
  top: 230px;
}

.php-t-row {
  justify-content: center !important;
}

.php-t-row .single-t {
  width: 11.5%;
  height: 115px;
  margin: 5px;
}

.php-t-row .single-t img {
  max-height: 40px;
  height: auto;
}

.php-t-row {
  display: flex;
  flex-wrap: wrap;
}

.php-work-section {
  margin-top: 80px;
}

.shadow-box {

  background-image: url("../images/t-bg.png");
  background-position: center;
  box-shadow: 0px 0px 40px #efefef;
  padding: 40px;
  padding-right: 0px;
}

.shadow-box .tag {
  border: 2px solid #162466;
  background: transparent;
  color: #162466;
  border-radius: 4px;
  padding: 5px 8px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  z-index: 1111;
}

.shadow-box li {
  margin: 20px 0px;
  display: inline-block;
  list-style: none;
  width: 32%;
  position: relative;
  z-index: 1111;
}

.shadow-box li::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  background: #ec4f3d;
  border-radius: 50%;
  margin-left: -14px;
  margin-top: -10px;
}

.footer-upper-section-row .btn {
  margin-bottom: 50px;
}

.model-card p,
.model-card .li-tick li {
  font-size: 14px;
  color: #162466;
}

.model-card .li-tick li {
  margin-bottom: 20px;
  display: flex;
}

.model-card .li-tick li i {
  color: #ff3b33;
  font-size: 18px;
  margin-top: 2px;
  margin-right: 8px;
}

.app-header-banner {
  background-image: url("../images/app-header-bg.png");
  background-size: cover;
  background-position: center;
  background-color: transparent !important;
}

.resources-section-content .php-li i {
  padding-right: 10px !important;
}

.resources-section-content .php-li li {
  font-size: 16px;
  margin-bottom: 7px;
}

.sec-col .card {
  border: 0px;
}

.sec-col .card img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.sec-col .card {
  box-shadow: 0px 0px 40px #eff3f9;
}

.sec-col .card .card-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sec-col .btn {
  position: absolute;
  bottom: 25px;
  /*margin-bottom: 15px;*/
}

.blog-content.sec-col-blog-content {
  height: 200px;
}

.sec-col {
  margin-bottom: 40px;
}

.sec-col p {
  margin-bottom: 5px;
}

.sec-col-content {
  height: 50px;
  font-weight: 400 !important;
}

.blue-wrap {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.0);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  transition: all 0.4s;
}

.blue-wrap img {
  border-radius: 10px;
}

.blue-wrap-div {
  position: relative;
}

.blue-wrap-div:hover .blue-wrap {
  background: rgba(22, 36, 102, 0.6);
  transition: all 0.4s;
}

.countries-li li {
  width: 19.5%;
  margin: 6px 0px;
  display: inline-block;
  font-weight: 600;
}

.countries-li li a {
  color: #162466;
  transition: all 0.4s;
}

.countries-li li a i {
  margin-left: 7px;
  display: none;
}

.countries-li li:hover a {
  color: #ff3b33;
  transition: all 0.4s;
}

.countries-li li:hover i {
  display: inline-block;
}

.map-container {
  box-shadow: 0px 17px 29px whitesmoke;
}

.email-form input {
  height: 50px;
  border: 0px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.email-form ::placeholder {
  color: #162466;
  font-size: 14px;
}

.email-form label {
  font-size: 16px;
}

/*--- specializations sub services ---*/
.location_grid_box {
  break-inside: avoid;
  background: #f3f5f8;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.arrow_ul {
  position: relative;
  padding-left: 35px;
}

.arrow_ul li a{
  color: #000;
}

.arrow_ul li a:hover{
  color: #f04d22;
}

.arrow_ul li::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  left: 16px;
  color: #ff3b33;
}

.arrow_ul li {
  margin: 15px 0px;
}


/*--- specializations sub services ---*/


/*---location faq styling---------*/
.location-faq .panel-heading.active {
  color: #162466 !important;
}

.location-faq .panel-heading[aria-expanded="true"] i {
  transform: rotate(-180deg);
}

.location-faq .panel-heading {
  border-radius: 6px;
  line-height: 26px;
  padding: 15px 0px 15px 15px;
  font-size: 18px;
  min-height: 90px;
}

.location-faq .panel-heading i {
  padding: 0px;
  color: #ffffff;
  height: 36px;
  width: 36px;
  background: #ff3b33;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 22px;
  border-radius: 6px;
}

.location-faq .header-link {
  width: 80%;
  font-weight: 600;
}

.location-li li {
  display: inline-block;
  margin: 30px 0px 50px 0px;
}

.location-li li a {
  padding: 18px 25px;
  background-color: #fff;
  margin-right: 15px;
  color: #162466;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 0px 15px #f1f1f1;
}

.location-section {
  box-shadow: inset 0 114px 230px -88px rgb(233 233 233);
  padding: 70px 0px;
}

.location-faq .panel-heading:focus {
  box-shadow: 0px 0px 30px #eff3f9 !important;
}



.services-tab-section .nav.nav-tabs {
  float: left;
  width: 47%;
  display: block;
  margin-right: 20px;
  border-bottom: 0;
  border-right: 1px solid #ddd;
  padding-right: 15px;
}

.services-tab-section .nav-tabs .nav-link {
  border: 1px solid transparent;
  box-shadow: 0px 0px 30px #eff3f9;
  border-radius: 6px !important;
  padding: 7px 15px !important;
  color: #162466;
  font-weight: bold;

}

.services-tab-section .nav-tabs .nav-link img {
  margin-right: 30px;
}

.services-tab-section .nav-tabs .nav-item {
  margin-bottom: 20px;

}

.services-tab-section .nav-tabs .nav-link.active,
.services-tab-section .nav-tabs .nav-link:focus {
  box-shadow: 0px 0px 30px #d3deef !important;
}

.services-tab-section .tab-pane {
  padding-top: 15%;
}

.services-tab-section .nav-tabs .nav-link {
  border: 1px solid transparent;
}

.services-tab-section .tab-content>.active {
  display: block;
  min-height: 165px;
}

.services-tab-section .nav.nav-tabs {
  float: left;
  display: block;
  margin-right: 20px;
  border-bottom: 0;
  border-right: 1px solid transparent;
  padding-right: 15px;
}

.small-screen-services-tab-section {
  display: none;
}

.small-screen-services-tab-section .card-header .card-link {
  display: flex;
  align-items: center;
}

.small-screen-services-tab-section .card-header img {
  height: 40px;
}

.small-screen-services-tab-section .card-header h6 {
  font-size: 14px;
  padding-left: 5px;
  margin-bottom: 0px;
}

.small-screen-services-tab-section .card-header {
  padding: 10px !important;
  border-bottom: 0px;
  background-color: transparent;
  box-shadow: 0px 0px 30px #eff3f9;
  border-radius: 6px !important;
}

.small-screen-services-tab-section .card {
  margin-bottom: 20px;
  border: 0px !important;
}

.small-screen-services-tab-section .card .card-body h5 {
  font-size: 16px;
}

.faq-li {
  padding-left: 14px;
  padding-top: 20px;
}

.faq-li li {
  font-size: 14px;
  color: #162466;
}

.faq-li li::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  margin-left: -14px;
  color: #ff3b33;
}

.thankyou-card {
  box-shadow: 0px 0px 30px #eff3f9;
}

.thankyou-card p {
  color: #162466;
}

.thankyou-card .thankyou-header,
.thankyou-card .thankyou-footer {
  margin: 30px 0px;
}

.thankyou-card a {
  color: #ff3b33;
  word-break: break-all;
}

.thankyou-card .thankyou-footer p {
  margin-bottom: 5px;
}

.resources-container .blog-content.card-body {
  min-height: 170px;
}

.resources-container .blog-content.card-body .btn {
  margin-bottom: 30px !important;
  position: absolute !important;
}

.r-img {
  height: auto !important;
}

.jobs-content {
  min-height: 190px;
}

.page-id-28 .footer-upper-section,
.page-id-324 .footer-upper-section {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ff3b33;
}

.reply {
  width: 70px;
  background: #162466;
  padding: 5px;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px !important;
}

.reply a {
  color: #fff !important;
  display: block !important;
}

.comment-list li {
  list-style: none !important;
  border: 1px solid lightgray;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}

.comment-list {
  padding-left: 0px;
}

.comment-author img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  margin-bottom: 10px !important;
}

.comment-author {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.says {
  margin-left: 5px;
}

.comment-meta .comment-metadata {
  position: absolute;
  top: 0;
  font-size: 12px;
  margin-bottom: 10px;
  background: lightgray;
  width: 100%;
  margin-left: -10px;
  padding: 5px;
}

.comment-meta .comment-metametadata a {
  color: #162466 !important;
}

/*li.depth-2{
  margin-top: 10px;
}*/
.wpcf7-not-valid-tip {
  font-size: 0.9em !important;
  padding-top: 16px;
}

/*code on 27 sep 2024*/
.grouped_li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.grouped_li li {
  width: 24%;
  color: #162466;
  margin: 0px 0.5%;
}

.objective_col {
  height: 100%;
  border-bottom: 2px solid #ff3b33;
}

.gradient_bg {
  background: rgb(22, 36, 102);
  background: linear-gradient(45deg, rgba(22, 36, 102, 1) 0%, rgba(33, 54, 152, 1) 39%);
  border-radius: 30px;
  max-height: 330px;
  height: 330px;
  display: flex;
  align-items: center;
}

.modal .modal-content {
  border-radius: 30px;
}

.experts_form input {
  border: 0px;
}

.form_div {
  margin-top: -280px;
}

.modal .close {
  display: flex;
  margin-top: -15px;
  background-color: #fff;
  opacity: 1;
  height: 30px;
  width: 30px;
  color: #162466;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0px;
  font-size: 20px;
  margin-right: -22px;
}

.stats_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stats_ul li {
  width: 48%;
  margin-top: 15px;
}

.outcome_section .features-li li {
  display: flex;
  margin: 13px 0px;
}

.outcome_section .features-li li i {
  margin-top: 1px;
}

.owl-carousel.case-studies-slider .owl-item img {
  max-height: 460px;
  object-fit: cover;
  object-position: top;
}

.owl-carousel.case-studies-slider .owl-item .item {
  width: 95%;
  margin: 10px auto;
  box-shadow: 0px 0px 9px lightgray;
}

.modal {
  z-index: 1111111;
  background-color: rgb(25 40 113 / 46%);
}

.modal-open {
  overflow: visible !important;
}

.portfolio3-color-div .services-li li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 1px;
  background-color: #fff;
  left: -18px;
  margin-top: 8px;

}

.portfolio3-color-div:hover .services-li li::before {
  background-color: #162466;
}

.container {
  margin-left: auto !important;
  margin-right: auto !important;
}

figure {
  margin: 0px !important;
}

figure img {
  width: 100%;
}

.case-studies-slider figure img {
  border-radius: 0px !important;
}

/* .is-layout-flex.align-items-start{
     align-items: stretch !important;
} */
.key-features-section img {
  border-radius: 8px;
}

/*portfolio page filters styling */
.filters {
  box-shadow: 0px 0px 30px #cdcdcd;
}

.filters input,
.filters select,
.search_bar .input-group {
  margin-bottom: 0px !important;
  box-shadow: 0px 0px 0px transparent;
  color: #162466 !important;
  font-size: 14px;
  font-weight: 500;
}

.filters select {
  -webkit-appearance: none;
  position: relative;
}

.filters select option {
  border-radius: 6px;
  border: 0px;
  color: #162466;
}

.filters .select_box {
  position: relative;
}

.filters .select_box::after {
  position: absolute;
  content: "\f107 ";
  z-index: 1;
  top: 30%;
  bottom: 0;
  right: 10px;
  font-family: 'FontAwesome';
  display: flex;
  align-items: center;
  color: #162466;
  height: 20px;
  width: 20px;
  border: 2px solid #162466;
  border-radius: 5px;
  justify-content: center;
  line-height: 20px;
  pointer-events: none;
}

.filters ::placeholder {
  color: #162466 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.search_bar span {
  background-color: #fff;
  border: 0px;
  color: #162466;
  box-shadow: 0px 0px 30px #e7e7e7;
}

.search_bar input {
  box-shadow: -10px 0px 30px #ededed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  color: #162466 !important;
  font-size: 14px;
}

.search_bar .input-group-text {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.search_bar ::placeholder {
  font-size: 14px;
}

.filters label {
  color: #162466;
  font-weight: 600 !important;
  height: 20px;
  font-size: 14px;
}

.filter_btn {
  background-color: #162466 !important;
  color: #ffff;
  height: 45px;
  padding: 5px 20px;
  border-radius: 7px;
  border: 0px;
  transition: all 0.3s;

}

.filter_btn i {
  margin-right: 5px;
}

.filter_btn:hover {
  box-shadow: 0px 0px 10px #162466;
  transition: all 0.3s;
}

.large_container {
  width: 90%;
  max-width: 90%;
}

.l-no-space-section .wp-block-group__inner-container {
  width: 100%;
}

.portfolio-notfound {
  background-color: #ffe1e0;
  width: 95%;
  max-width: 97%;
  margin: auto;
  padding: 20px;
  color: #ff3b32;
}

.portfolio-loading {
  background-color: #cce0f8;
  width: 95%;
  max-width: 97%;
  margin: auto;
  padding: 20px;
  color: #162466;
  text-align: center;
}

.form-group {
  position: relative;
}

.search-container {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 111111;
}

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

.quranic-header {
  background-image: url("../images/quranic-banner.webp");
}

.nogap_row,
.excel_in_row {
  gap: 0px !important;
}

/*new menu design generic style for desktop and mobile both*/
.dropdown-submenu a::after {
  display: none;

}

.dropdown-item {
  color: #162466;
  font-size: 14px;
  /* text-wrap: auto; */
}

.explore-dropdown-submenu-second-half a {
  text-wrap: auto;
}

.dropdown-submenu.show>a {
  color: #ff3b33;
}

li .dropdown-toggle:after {
  transition: all 0.5s;
}

li.show>.dropdown-toggle:after {
  transform: rotate(180deg);
}

/* sous-Niveaux suivants */
li li.show>.dropdown-toggle:after {
  transform: rotate(90deg);
}

.dropdown-item.active,
.dropdown-item:active,
.navigation-bar a.nav-link.active {
  color: #ff3b33 !important;
  background-color: transparent !important;
}

.dropdown-submenu.show:has(> li .dropdown-item.active) {
  background-color: red !important;
}

.dropdown-submenu>a {
  width: auto;
  display: inline-block;
}

.dropdown-submenu i {
  width: 22px;
  display: inline-flex;
  align-items: center;
  height: 25px;
  transition: all 0.3s;
  color: #162466;
}

/* .nav-item.dropdown {
  margin-right: 10px;
} */

.main-menu-toggle {
  cursor: pointer;
  width: 20px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
}

.dropdown.show .main-menu-toggle {
  transform: rotate(180deg);
  transition: all 0.3s;
}

.main-menu-toggle:hover {
  color: #ff3b33 !important;
}

/*custom style for explore more section*/
.explore-more .wp-block-group__inner-container.is-layout-grid {
  display: flex !important;
}

.explore-more .wp-block-group__inner-container .wp-block-columns {
  display: flex !important;
  justify-content: space-between;
  gap: 0px !important;
  flex-wrap: wrap !important;
}

.explore-more .wp-block-group__inner-container .wp-block-columns::before,
.explore-more .wp-block-group__inner-container .wp-block-columns::after {
  display: none;
}

.explore-more .wp-block-group__inner-container .wp-block-columns .wp-block-column {
  width: 23% !important;
  flex-basis: inherit !important;
  flex-grow: inherit !important;
  box-shadow: 0px 0px 20px lightgray;
  overflow: hidden;

}

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

.what_we_do_row .wp-block-column {
  width: 31% !important;
  flex-basis: 31% !important;
  flex-grow: inherit !important;
}

.work-section .wp-block-group {
  justify-content: center;
}

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

.portfolio-carousel .owl-nav {
  display: none;
}

.upper-footer-testimonial .slick-prev,
.upper-footer-testimonial .slick-next {
  border: 0px !important;
  bottom: -85px !important;
}

.upper-footer-testimonial .slick-prev:before,
.upper-footer-testimonial .slick-next::before {
  font-family: 'Font Awesome 5 Pro' !important;
  height: 40px !important;
  width: 40px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  padding-left: 2px;
  font-size: 24px !important;
  border: 1px solid #162466;

  border-radius: 50%;
}

.slick-slide {
  overflow: visible !important;
}

.slick-list {
  padding: 20px 00px !important;
}

/* Left arrow for the first dot */

/* Hover effect for the dots */
.upper-footer-testimonial .slick-dots li button:hover {

  border: 1px solid #cecece;
  background-color: #cecece;
  /* Light red background on hover */
}

/* Highlight active dot */
.upper-footer-testimonial .slick-dots li.slick-active button {

  border: 1px solid #cecece;
  background-color: #cecece;
  /* Active background color */
}

.upper-footer-testimonial .slick-dots li.slick-active button::before {
  color: #ff0000;
  /* Bright red arrow for active state */
}

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

.wp-lightbox-overlay .lightbox-image-container {
  z-index: 99999999;
}

.wp-lightbox-overlay .scrim {
  background: rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.industry_verticals_section .wp-block-columns {
  background-color: #fae7e4;
  display: flex;
  border: 1px solid #ff3b33;
  border-radius: 8px;
  margin-bottom: 0px;
  padding: 20px 10px;
  flex-wrap: nowrap !important;
}

.industry_verticals_section .single_industry_col {
  width: 33%;
  text-align: center;
  position: relative;
}

.single_industry_col.lines_col::before,
.single_industry_col.lines_col::after {
  position: absolute;
  content: "";
  background-image: url(https://staging-dynamologic2021.kinsta.cloud/wp-content/uploads/2024/12/line-shape.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  left: 0px;
  background-position: left;
}

.single_industry_col img {
  max-width: 45px;
  max-height: 40px;
  width: auto;
}

.single_industry_col p.color_orange a {
  color: #ff3b33;
}

.single_industry_col p.color_blue a {
  color: #162466;
}

.single_industry_col.lines_col::after {
  left: auto;
  right: 0px;
  background-position: right;
  top: 0;
}

.why_row::before,
.single_col_row::before {
  display: none !important;
}

.section-heading .why_section h2 {
  text-align: center !important;
}

.p-row h3 {
  margin-top: 0px !important;
}

.highlights_row .wp-block-group__inner-container {
  width: 100%;
}

/*Khurram css for landing pages */
/* landing page css */
:root {
  --sec-padding: 70px;
}

.sec_py {
  padding-top: var(--sec-padding);
  padding-bottom: var(--sec-padding);
}

.sec_pt {
  padding-top: var(--sec-padding);
}

.sec_pb {
  padding-bottom: var(--sec-padding);
}

.radius_20 {
  border-radius: 20px;
}

.white-landing-header {
  border-bottom: 1px solid #b4bbd8;
}

.white-landing-header .navbar-nav .nav-item .nav-link {
  color: #152366 !important;
}

.white-landing-header .navbar-nav .nav-item {
  margin-bottom: 3px;
}

.white-landing-header .navbar-nav .nav-item.active .nav-link {
  box-shadow: 0px 3px 0px #ff3b33;
  color: #ff3b33;
}

.white-landing-header .main-menu-toggle {
  color: #152366 !important;
}

header.white-landing-header.sticky {
  background-color: #fff;
  box-shadow: 0px 0px 0px transparent;
}

.landing_banner {
  background-image: url(https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/landing/landing-banner-bg.png);
  background-size: 110% 110%;
  background-position: -10px;
}

.line {
  position: relative;
}

.line>.wp-block-group__inner-container h3,
.line h3 {
  position: relative;
  z-index: 2;
}

.line .wp-block-group__inner-container {
  display: block;
}

.line>.wp-block-group__inner-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-image: url(https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/landing/blue-line.png);
  background-size: 100%;
  left: 0;
  z-index: 1;
  margin-top: 21px;
}

.line-right {
  width: 55%;
  height: 1px;
  background-image: url(../images/right-line.png);
  background-size: 100%;
  position: absolute;
  margin-top: 22px !important;
  margin-left: auto !important;
  background-position: left;
  display: inline-block;
  float: right;
  right: 20px;

}

.slick-slide .item {
  border: 2px solid #e5e7ed;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.owl-carousel.logo_slider .owl-item .item {
  border: 2px solid #e5e7ed;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.logo_slider .owl-nav button.owl-prev,
.logo_slider .owl-nav button.owl-next,
.slick-prev,
.slick-next {
  position: absolute !important;
  top: 50% !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #162466 !important;
  color: #162466 !important;
  border-radius: 50% !important;
  margin-top: -20px !important;
  font-size: 21px !important;
}

.logo_slider .owl-nav button.owl-prev:hover,
.logo_slider .owl-nav button.owl-next:hover {
  background-color: transparent;
  color: #152366;
  border-color: #152366;
}

.logo_slider .owl-nav button.owl-prev {
  left: 0;
  margin-left: -50px;
}

.logo_slider .owl-nav button.owl-next {
  right: 0;
  margin-right: -50px;
}

.blue_corner {
  position: relative;
  overflow: hidden;
}

.blue_corner::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 30px;
  height: 70px;
  background-color: #152366;
  right: 15px;
  transform: rotate(45deg);
  margin: -22px;
}

.blue_white_bg {
  background: linear-gradient(to right, #f8fafe 0%, #979fc3 100%);
}

.our_work_tab {
  justify-content: center;
  border: none;
}

.our_work_tab.nav-tabs .nav-link {
  border: 0px;
  color: #152366;
  background-color: transparent;
  padding: 15px 30px;
}

.our_work_tab.nav-tabs .nav-link.active {
  border: 0px;
  box-shadow: 0px 3px #ff3b33 !important;
}

.our_work_tab.nav-tabs .nav-item {
  margin-bottom: 0;
}

.our_work_slider .owl-nav button.owl-prev,
.our_work_slider .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  border: 1px solid #737ba3;
  color: #737ba3;
  border-radius: 50%;
  margin-top: -20px;
  font-size: 21px;
}

.our_work_slider .owl-nav button.owl-prev:hover,
.our_work_slider .owl-nav button.owl-next:hover {
  background-color: transparent;
  color: #152366;
  border-color: #152366;
}

.custom_crm_bg {
  background: url(https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/landing/custom-crm-bg.png);
  background-size: 110% 110%;
  background-position: -10px;
}

.custom_crm_bg .wp-block-group:nth-child(1) {
  width: calc(100% - 260px);
}

.custom_crm_bg .wp-block-group:nth-child(2) {
  width: 260px;
  display: flex;
  justify-content: end;
}

.why_choose {
  display: flex;
  justify-content: space-between;
}

.why_choose li {
  border-left: 3px solid #ff3b33;
  padding-left: 20px;
  margin-top: 20px;
}

.why_choose_link,
.why_choose_link .wp-block-group__inner-container {
  display: flex;
  margin-top: 30px;
}

.why_choose_link a {
  margin: 15px;
  padding: 5px 10px;
  border-bottom: 2px solid #152366;
  color: #152366;
  font-size: 16px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #152366;
  color: #fff;
}

.exceptional_apps_slider .owl-nav button.owl-prev,
.exceptional_apps_slider .owl-nav button.owl-next,
.case_studies_slider .owl-nav button.owl-prev,
.case_studies_slider .owl-nav button.owl-next,
.industry_slider .owl-nav button.owl-prev,
.case_slider .owl-nav button.owl-next,
.case_slider .owl-nav button.owl-prev,
.client_slider .owl-nav button.owl-next,
.client_slider .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #737ba3;
  color: #152366;
  border-radius: 50%;
  margin-top: -20px;
  font-size: 21px;
}

.industry_slider .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.industry_slider .owl-nav .owl-prev {
  margin-top: 0px !important;
}

.industry_slider .owl-nav button {
  position: absolute;
}

.industry_slider .owl-nav button.owl-prev {
  left: -80px;
}

.industry_slider .owl-nav button.owl-next {
  right: -80px;
}

.case_studies_slider .owl-nav button.owl-prev:hover,
.case_studies_slider .owl-nav button.owl-next:hover,
.client_slider .owl-nav button.owl-next:hover {
  background-color: transparent;
  color: #152366;
  border-color: #152366;
}

.landing_accordion {
  border: 1px solid #eaedf2;
  background-color: #f3f6fa;
  border-radius: 8px;
  overflow: hidden;
}

.landing_accordion .panel-heading {
  border-radius: 0px;
  padding: 15px;
}

.landing_accordion.panel p {
  color: #292929;
}

.icon_circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f7e6e6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: auto !important;
}

.landing_accordion .panel-heading i {
  padding: 0px 15px;
  color: #ff3b33;
  font-size: 18px;
}

.industry_ul {
  display: flex;
  flex-wrap: wrap;

}

.industry_ul li {
  width: 18%;
  padding: 10px;
}

.industry_icon_box {
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  min-height: 150px;
  justify-content: space-around;
  font-size: 15px;
  text-align: center;
}

.industry_icon_box img {
  width: 38px;
}

.industry_icon_box .wp-block-group__inner-container {
  text-align: center;
}

.industry_box_wrap {
  position: absolute;
  content: "";
  background-color: #2d3975e3;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  text-align: center;
  transition: all 0.3s;
  transform: translateY(-152px);
}

.client_slider .client_text {
  min-height: 145px;
}

.c_faq {
  justify-content: space-between;
}

.c_faq .panel_div {
  width: 49%;
}

.industry_outer_box:hover .industry_box_wrap {
  /*    opacity: 1;*/
  transition: all 0.3s;
  transform: translateY(0px);
}

.industry_box_wrap p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 13px;

}

.want_crm_bg {
  background: url(../images/want-crm-bg.png);
  /*          background: url(../images/landing/want-crm-bg.png);*/
  background-size: 110% 110%;
  background-position: -10px;
}

.testimonials_slider .owl-nav button.owl-prev,
.testimonials_slider .owl-nav button.owl-next,
.industry_slider .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  border: 1px solid #737ba3;
  color: #737ba3;
  border-radius: 50%;
  font-size: 21px;
}

.testimonials_slider .owl-nav button.owl-prev:hover,
.testimonials_slider .owl-nav button.owl-next:hover {
  background-color: transparent;
  color: #152366;
  border-color: #152366;
}

.testimonials_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonials_img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.owl-carousel.testimonials_slider .owl-stage {
  height: 100%;
  display: flex;
  margin-top: 50px;
}

.owl-carousel.testimonials_slider .owl-stage .owl-item {
  min-height: 100%;
}

.owl-carousel.testimonials_slider .owl-stage .item {
  min-height: 100%;
}

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

.footer_links_ul li {
  padding: 0px 15px;
  margin: 10px 0px;
  border-left: 2px solid #162466;
  line-height: 12px;
}

.footer_links_ul li:nth-child(1) {
  border: none;
}

.footer_links_ul li a {
  color: #162466;
}

.landing_footer_text {
  border-top: 1px solid #b0b7d9;
  padding: 20px 15px;
  text-align: center;
}

.landing_banner h4 {
  font-size: 28px;
  font-weight: 400;
}

.blue_corner p {
  font-size: 15px;
}

.video_img::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 400px;
  background-color: #f5f6fc;
  right: -24px;
  bottom: -30px;
  z-index: -1;
  border-radius: 10px;
}

.our_work_slider img {
  border-radius: 30px;
}

/*  End khurram's code for landing pages   */

/*Aneeza style for dynamic landing page styling*/
.landing_page_form input,
.landing_page_form select,
.landing_page_form textarea {
  background-color: #f0f3f9 !important;
  border: 0px;
}

.clients_slider img {
  max-height: 65px;
  max-width: 190px;
  border-radius: 0px;
}

.clients_slider .item:hover img {
  filter: drop-shadow(0px 1000px 0 #162466);
  transform: translateY(-1000px);
}

.landing_page_form .btn {
  background-color: #ff3b33 !important;
}

.landing_page_form #wpcf7-f5620-p6145-o1 br {
  display: none;
}

.landing_page_form span {
  margin-bottom: 1rem;
  display: block;
}

.line_heading::after {
  content: "";
  position: absolute;
  width: 35%;
  height: 1px;
  background-image: url(../images/blue-line-half.png);
  background-size: 100%;
  right: 0;
  margin-top: 20px;
}

.line_heading::before {
  content: "";
  position: absolute;
  width: 35%;
  height: 1px;
  background-image: url(../images/blue-line-half.png);
  background-size: 100%;
  margin-right: 10px;
  margin-top: 20px;
  transform: rotate(180deg);
  left: 0;
}

.left_heading::before {
  display: none;
}

.slick-prev,
.slick-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0px !important;
  margin-top: -5px !important;
  transition: all 0.3s;
}

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

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

.slick-prev:hover,
.slick-next:hover {
  background-color: #162466 !important;
  transition: all 0.3s;
}

.slick-prev:hover::before,
.slick-next:hover::before {
  color: #fff !important;
  transition: all 0.3s;
}

.slick-prev:before,
.slick-next:before {
  content: "\f177" !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: lighter;
  font-size: 20px !important;
  color: #162466 !important;
}

.slick-next:before {
  transform: rotate(180deg);
  display: flex;
}

.slick-disabled {
  opacity: 0.7;
}

.landing-page-tabs {
  width: 100%;
}

.landing-page-tabs .wp-block-group__inner-container {
  display: flex !important;
  align-items: center;
  width: 100% !important;
}

.location-panel-heading img {
  border-radius: 0px;
  max-height: 35px;
  width: auto;
  max-width: 30px;
}

.location-panel-heading[aria-expanded="false"] .icon_circle i {
  transform: rotate(-180deg);
}

.industry_verticles_slider .slick-prev {
  left: -50px;
}

.industry_verticles_slider .slick-next {
  right: -50px;
}

.industry_verticles_slider .slick-dots,
.tab-content .slick-dots,
.lp_testimonial_slider .slick-dots,
.clients_slider .slick-dots {
  display: none !important;
}

.call_icon {
  position: absolute;
  right: 17px;
  width: 40px;
  top: 15px;
}

.crm_contact_row .wp-block-group.is-vertical {
  width: 60%;
  align-items: flex-start !important;
}

.lp_testimonial_slider .slick-track {
  padding-top: 50px !important;
}

.lp_testimonial_slider .slick-slide {
  min-height: 315px;
}

.upper-footer-testimonial .slick-prev,
.lp_testimonial_slider .slick-prev,
.work-slider .slick-prev,
.case_studies_slider .slick-prev,
.mobile_screen_slider .slick-prev,
.exceptional_apps_sec .slick-prev {
  top: auto !important;
  bottom: -70px;
  left: 47%;
}

.upper-footer-testimonial .slick-next,
.lp_testimonial_slider .slick-next,
.work-slider .slick-next,
.case_studies_slider .slick-next,
.mobile_screen_slider .slick-next,
.exceptional_apps_sec .slick-next {
  top: auto !important;
  bottom: -70px;
  right: 47%;
}

.mobile_screen_slider_section,
.exceptional_apps_sec {
  padding-bottom: 100px !important;
}

.faq_accordian .location-panel-heading[aria-expanded="true"] i::before {
  content: "\f068";
}

/*End Aneeza style for dynamic landing page styling*/

.profile-img figure img {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  object-fit: cover;
}

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

.tech_row .row.pt-5 {
  padding-top: 0px !important;
}

.v_tabs_row,
.why_crm_row,
.crm_services_row {
  align-items: stretch !important;
  gap: 0px !important;
}

.v_tabs_row img {
  border-radius: 0px;
}

.owl-carousel {
  display: block !important;
}

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

.web_services_row .wp-block-column {
  width: 31% !important;
  max-width: 31% !important;
  flex-basis: 31% !important;
}

.wp-block-column.header-right-content {
  margin-bottom: 40px !important;
}

.modal-body .form_div {
  margin-top: -300px !important;
}

.main_services_banner h1 {
  font-size: 28px;
}

.excel_in_row img {
  border-radius: 0px;
}

.main_services_banner .bg_blue {
  margin-bottom: 40px;
}

.qns_container .wp-block-group__inner-container,
.digital_solutions_row .wp-block-group__inner-container {
  width: 100%;
}

.panel-heading .wp-block-group__inner-container {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.client_logos_row .wp-block-group__inner-container {
  display: flex !important;
  align-items: center;
  width: 100%;
}

.client_logos_row .wp-block-group__inner-container figure {
  width: 50%;
}

.client_logos_row .wp-block-group__inner-container figure:first-child {
  width: calc(100% - 50px);
}

.client_logos_row .wp-block-group__inner-container figure img {
  max-height: 50px;
  width: auto;
  max-width: 170px;
}

.blue_white_bg img {
  border-radius: 0px;
}

/*landing page 2 css*/
.next_level_section,
.exceptional_apps_sec {
  background-image: url("/wp-content/uploads/2025/01/next-level-bg.jpg");
  background-size: cover;
  background-position: center;
}

.apps_img {
  max-height: 470px;
}

.mid_line::before {
  margin-top: 0;
  top: 44%;
}

.tech_table tr td:nth-child(1) {
  background-color: #162466;
  color: #fff;
  font-weight: 600;
  border: 0px;
}

.tech_table img {
  max-height: 35px;
  margin-right: 10px;
  max-width: 60px;
  width: auto;
}

.tech_table tr:nth-child(odd) {
  background-color: #fff;
}

.tech_table td {
  vertical-align: middle;
  color: #162466;
  border-right: 0px;
  border-left: 0px;
  padding: 20px 15px;
}

.steps_row {
  background-color: #f7f9fc;
  padding: 10px 12px 10px 0px;
  margin: 10px 0px;
  min-height: 75px;
  display: flex;
}

.steps_row img {
  max-height: 30px;
  width: auto;
  margin: 0px 3px;
  max-width: 30px;
}

.steps_row .step_count {
  background-color: #ff3b33;
  color: #fff;
  height: 35px;
  width: 35px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.exceptional_apps_slider .owl-item.center {
  margin-top: -50px;
}

.exceptional_apps_slider .owl-stage-outer {
  padding-top: 50px;
}

/*reviews page styling*/
.reviews_banner {
  background-image: url("../images/reviews-banner.jpg");
}

.stars_rating {
  width: 65px;
}

.rating_count {
  width: 30px;
}

.rating_progress {
  width: calc(100% - 90px);
  height: 10px;
}

.rating_progress .progress-bar {
  background-color: #ff3b33;
}

.rating_progress .progress-bar-1 {
  border-radius: 10px;
  background-color: #e74c3c;
  /* Red */
}

.rating_progress .progress-bar-2 {
  border-radius: 10px;
  background-color: #e67e22;
  /* Orange */
}

.rating_progress .progress-bar-3 {
  border-radius: 10px;
  background-color: #f1c40f;
  /* Yellow */
}

.rating_progress .progress-bar-4 {
  border-radius: 10px;
  background-color: #3498db;
  /* Blue */
}

.rating_progress .progress-bar-5 {
  border-radius: 10px;
  background-color: #2ecc71;
  /* Green */
}

.rating {
  width: 120px;
  height: 24px;
  position: relative;
  background-color: gray;
}

.lr_border h3 {
  margin-right: 10px;
}

.rating progress.rating-bg {
  -webkit-appearance: none;
  -moz-appearence: none;
  appearance: none;
  border: none;
  display: inline-block;
  height: 24px;
  width: 100%;
  color: orange;
}

.rating progress.rating-bg::-webkit-progress-value {
  background-color: orange;
}

.rating progress.rating-bg::-moz-progress-bar {
  background-color: orange;
}

.rating svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lr_border {
  border-left: 1px solid lightgray;

}

.lr_border p {
  text-align: right;
}

.lr_border .d-flex {
  justify-content: flex-end;
}

.review_card {
  border: 1px solid lightgray;
  background-color: #fff;
  box-shadow: 0px 11px 6px #e5e5e5;
  border-radius: 8px;
  padding: 40px 20px;
  margin: 20px 0px;
  min-height: 325px;
}

.profile {
  width: 80px;

}

.profile img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 1px solid #ff3b33;
}

.profile_content {
  width: calc(100% - 90px);
}

.form-section .col-md-8 {
  width: 100%;
  max-width: 100%;
  flex: 100%;
}

.form-section br,
#wpcf7-f5620-p6145-o2 br,
#wpcf7-f5620-p6321-o1 br,
#wpcf7-f5620-p6321-o2 br {
  display: none;
}

.mail_link:hover {
  color: #ff3b33 !important;
}

#form-submit,
form input[type="submit"] {
  margin-top: 20px;
}

/* landing3 page css */
.landing3_font {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 18px;
}

.landing3_btn {
  font-size: 22px;
  color: #162466;
  font-weight: bold;
}

.landing3_btn .btn {
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  padding: 0px !important;
}

.landing3_btn .btn i {
  transform: rotate(40deg);
  font-size: 20px;
}

.landing3_banner,
.landing3_top {
  background-image: url(https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/landing-3/landing-3banner.jpg);
  background-size: cover;
}

.landing3_top .navbar-nav .nav-item {
  padding: 0px 20px;
}

.landing3_top .navbar-nav .nav-item.dropdown {
  margin-right: 0px;
}

.landing3_top .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  padding: 20px 0px;
  font-weight: 500;
}

.landing3_top .navbar-nav .nav-item.active .nav-link {
  box-shadow: none;
  color: #ff3b33;
}

.landing3_top_social {
  display: flex;
  height: 100%;
  align-items: center;
}

.landing3_top_social li {
  margin: 0px 15px;
}

.landing3_top_social li img {
  width: 20px;
}

.landing_banner_left {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  top: 45%;
  transform: translateY(-50%);
  margin-left: 0px;
}

.landing_banner_left .social-icons {
  display: flex;
  flex-direction: column;
}

.landing_banner_left .social-icons li a {
  color: #fff;
  margin: 7px 0px;
  display: inline-block;
}

.landing_banner_left .social-icons li a:hover {
  color: #ff3b33;
}

.social-icons li a svg {
  height: 18px;
  width: 14px;
}

.social-icons li a:hover svg path {
  fill: #ff3b33;
}

.landing_banner_left .line {
  width: 2px;
  height: 60px;
  background-color: #fff;
  margin: 15px 0px;
  display: inline-block;
}

.landing_banner_left .social_text {
  transform: rotate(-90deg);
  margin-top: 35px;
  color: #fff;
  letter-spacing: 2px;
}

.landing3_banner label {
  font-weight: 500;
}

.logo_top li {
  margin: 0px 5px;
}

.arrow_ul {
  position: relative;
}

.arrow_ul li {
  margin: 15px 0px;
}

.arrow_ul li span a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  color: #ff3b33;
  margin-top: 5px;
  margin-left: 5px;
}

/*---- engagement model -----*/
.circle_tick {
    text-align: left;
    display: inline-block;
    margin-top: 15px;
}
.circle_tick li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}
.circle_tick li::before {
    position: absolute;
    content: "";
    left: 0px;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.875 11.875C22.875 5.79987 17.9501 0.875 11.875 0.875C5.79987 0.875 0.875 5.79987 0.875 11.875C0.875 17.9501 5.79987 22.875 11.875 22.875C17.9501 22.875 22.875 17.9501 22.875 11.875Z" stroke="%232BEF58" stroke-width="1.75"/><path d="M7.47501 12.425L10.225 15.175L16.275 8.57495" stroke="%232BEF58" stroke-width="1.75"/></svg>');
    background-repeat: repeat;
    background-size: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.best_for{
  padding: 5px;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.best_for p{
  font-size:14px;
  line-height: normal;
}
.heading_btm_line{
  position: relative;
  margin-bottom: 30px !important;
}
.heading_btm_line::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #162466;
  margin-bottom: -10px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
.heading_btm_line_orange{
  position: relative;
  margin-bottom: 30px !important;
}
.heading_btm_line_orange::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 2px;
  background: #ff3b33;
  margin-bottom: -10px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
/*--- engagement model ----*/

.bg_orange_gradient{
background: linear-gradient(to bottom,  #7f1001 15%,#ff5e5e 100%);
}
.bg_blue_gradient{
background: linear-gradient(to bottom,  #101f4c 15%,#494cb2 100%);
}
.opacity_box{
   background-color: rgba(0, 0, 0, 0.35);
  padding: 15px;
  border-radius: 20px;
  margin-top: 15px;
}
.case_study_ul {
  padding-left: 20px;
}
.case_study_ul li{
  font-size: 12px;
  color: #fff;
  list-style-type: disc;
}
.case_study_img{
  width: 90%;
  height: 300px;
  border-radius: 20px;
  border: 4px solid #000;
  overflow: hidden;
  display:inline-block;
  box-shadow: -8px 10px 20px rgba(0, 0, 0, 0.5);
}
.mobile_case{
  width: 105px;
  height: 226px;
  border-radius: 20px;
  border: 2px solid #000;
  box-shadow: -8px 10px 20px rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  bottom:0;
  overflow: hidden;
  background-color: #fff;
  overflow: hidden;
  padding-top: 11px;
}
.mobile_case:after{
  width: 30px;
  height: 8px;
  background-color: #000;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1px;
  border-radius:20px;
}
.mobile_case img{
  width: 100%;
}


.services_offered_bg {
  background-image: url(https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/landing-3/services-offered.png);
  background-size: cover;
  background-position-y: -2px;
}

.slider-counter {
  position: absolute;
  top: 20%;
  right: 0;
  color: #162466;
  font-size: 18px;
}

.services_slider .owl-nav {
  position: absolute;
  right: 0;
  top: 35%;
  display: flex;
  flex-direction: column-reverse;
  margin-right: -50px;
}

.services_slider .owl-nav button i {
  font-size: 26px;
  margin-top: 15px;
  color: #162466;
}

.services_slider .owl-nav button i:hover {
  color: #ff3b33;
}

.services_slider .img_box {
  height: 250px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.services_slider .active-slide .img_box {
  box-shadow: 1px 1px 6px 0px #333;
}

.services_slider .owl-item p {
  text-align: center;
  color: #162466;
  margin-top: 20px;
}

.services_slider .owl-item.active-slide p {
  color: #ff3b33;
}

.services_offered_box {
  position: relative;
  box-shadow: 0px 0px 8px 2px #c8cbd8;
}

.services_offered_box::before,
.services_offered_box::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
}

.services_offered_box::before {
  top: 0;
  right: 0;
  border-top: 2px solid #ff3b33;
  border-left: 2px solid #ff3b33;
}

.services_offered_box::after {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #ff3b33;
  border-right: 2px solid #ff3b33;
}

.services_offered_box:hover::before,
.services_offered_box:hover::after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
}

.offer_top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.services_offered_box .offer_icon {
  min-height: 70px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.transform_business_bg {
  background-image: url(https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/landing-3/transform-your-business-bg.jpg);
  background-size: cover;
}

.custom_slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  width: 24%;
}

.custom_slider .owl-dots .owl-dot span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 3px;
  margin-left: 0px;
  margin-right: 0px;
  background: #ccc;
  border: none;
}

.custom_slider .owl-dots .owl-dot.active span,
.custom_slider .owl-dots .owl-dot:hover span {
  background: #ff3b33;
}

.custom_slider .slick-dots li {
  display: inline-block;
  zoom: 1;
  width: 33%;
  margin: 0px;
}

.case_slider .slick-dots li {
  display: inline-block;
  zoom: 1;
  width: 33%;
  margin: 0px;
}

.case_slider_btn {
  text-align: center;
  padding-top: 60px;
}

.client_slider_btn {
  padding-top: 70px;
  text-align: center;
}

.custom_slider .slick-dots li button::before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 3px;
  margin-left: 0px;
  margin-right: 0px;
  background: #ccc;
  border: none;
  content: "";
}

.case_slider .slick-dots li button::before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 3px;
  margin-left: 0px;
  margin-right: 0px;
  background: #ccc;
  border: none;
  content: "";
}

.custom_slider .slick-dots li.active button::before,
.custom_slider .slick-dots li:hover button::before {
  background: #ff3b33;
}

.case_slider .slick-dots li.active button::before,
.case_slider .slick-dots li:hover button::before {
  background: #ff3b33;
}

.case_slider .img_box {
  height: 250px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 20px 0px 20px 0px;
}

.case_slider .owl-prev,
.case_slider .owl-next {
  position: absolute;
  top: 50%;
}

.case_slider .owl-next {
  right: 0;
  margin-right: -60px !important;
}

.case_slider .owl-prev {
  left: 0;
  margin-left: -60px !important;
}

.btn_blue_border {
  background-color: transparent;
  color: #162466;
  border: 1px solid #162466;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: 500;
}

.btn_blue_border:hover {
  background-color: #162466;
  color: #fff;
}

.work_text {
  min-height: 195px;
}

.work_description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(11, 27, 105, 0.8);
  overflow: hidden;
}

.custom_slider .img_box:hover .work_description {
  height: 100%;
  transition: all 0.5s;
}

.work_description p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 15px;
}

.custom_slider .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom_slider.industry_slider .img_box {
  height: 200px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.industry_slider_text {
  min-height: 100px;
}

.industry_slider_text p {
  display: block;
}

.industry_slider .owl-item:hover .industry_slider_text p {
  display: block;
}

.industry_slider .owl-item:hover .work_description {
  height: 100%;
  transition: all 0.5s;
}

.industry_slider .slick-slide:hover .industry_slider_text p {
  display: block;
}

.industry_slider .slick-slide:hover .work_description {
  height: 100%;
  transition: all 0.5s;
}

.case_slider .owl-item>div {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
}

.case_slider .img_box img {
  width: 100%;
  height: 100%;
}

.case_slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  width: 20%;
}

.case_slider .owl-dots .owl-dot span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 3px;
  margin-left: 0px;
  margin-right: 0px;
  background: #ccc;
  border: none;
}

.case_slider .owl-dots .owl-dot.active span,
.case_slider .owl-dots .owl-dot:hover span {
  background: #ff3b33;
}

.landing3_accordion .panel-heading,
.landing3_accordion p {
  font-weight: 500;
}

.client_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-flex;
  border: 2px solid #ff3b33;
  margin-bottom: 20px;
}

.client_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.key_highlight_bg {
  background-image: url(https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/landing-3/key-highlight-bg.png);
}

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

.key_highlight_ul li {
  padding: 20px 5px;
  text-align: center;
  width: 25%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.key_highlight_ul li::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/landing-3/vertical-line.png);
  background-size: 100% 100%;
}

.key_highlight_ul li:nth-last-child(1)::after {
  display: none;
}

.landing3_faq_accordion {
  background-color: #fff;
}

.landing3_faq_accordion .panel-heading.collapsed {
  font-weight: 500;
  background-color: #fff;
}

.landing3_faq_accordion .panel-heading.collapsed {
  font-weight: 500;
  background-color: #fff;
}

.landing3_faq_accordion .panel-heading {
  background-color: #1e3279;
  color: #fff;
}

.landing3_faq_accordion.panel .collapsed p {
  color: #000;
}

.landing3_faq_accordion.panel p {
  color: #fff;
}

.landing3_faq_accordion.panel .panel-collapse p {
  color: #000;
}

.landing3_faq_accordion .panel-heading.collapsed i {
  color: #1e3279;
  font-size: 24px;
}

.landing3_faq_accordion .panel-heading i {
  color: #fff;
  font-size: 24px;
}

.contact_text_bg {
  background-image: url(https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/landing-3/map-bg.png);
  background-size: 100% 100%;
  height: 100%;
}

.contact_text_bg::before {
  content: "";
  height: 100%;
  position: absolute;
  background-color: #f3f6fa;
  left: 0;
  width: 100%;
  margin-left: calc(-100% + 15px);
  top: 0;
}

.btm_orange {
  background-color: #ff3b33;
  height: 100%;
}

.btm_orange::before {
  content: "";
  height: 100%;
  position: absolute;
  background-color: #ff3b33;
  left: 0;
  width: 100%;
  margin-left: calc(-100% + 15px);
  top: 0;
}

.btm_blue {
  background-color: #162466;
  height: 100%;
}

.btm_blue::before {
  content: "";
  height: 100%;
  position: absolute;
  background-color: #162466;
  right: 0;
  width: 100%;
  margin-right: calc(-100% + 15px);
  top: 0;
}

.heading_left {
  padding-left: 15px;
  border-left: 2px solid #ff3b33;
}

.landing3_footer_ul li {
  margin: 10px 0px;
}

.landing3_footer_ul li {
  color: #363636;
  font-size: 16px;
}

.landing3_footer_ul li a {
  color: #363636;
  font-size: 16px;
}

.landing3_footer_ul li a:hover {
  border-bottom: 2px solid #ff3b33;
}

.landing3_btm_ul {
  display: flex;
}

.landing3_btm_ul li {
  margin: 5px;
}

.landing3_btm_ul li a {
  border-left: 1px solid #363636;
}

.landing3_btm_ul li:nth-of-type(1) a {
  border: none;
}

.landing3_btm_ul li a {
  color: #363636;
  font-size: 16px;
  padding: 0px 10px;
}

.landing3_btm_ul li a:hover {
  color: #ff3b33;
}

/*end landing page 3 css*/

.download_btns img {
  max-height: 60px;
  width: auto;
}

.p-row>.wp-block-group__inner-container {
  display: flex !important;
}

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

.single-services .header-slider {
  padding: 110px 0px !important;
}

.work-slider .slick-prev,
.work-slider .slick-next {
  bottom: -35px !important;
}

.img-thumbnail {
  background-color: transparent;
  border: 0px;
}

.clients_slider .item:hover figure.odd_logo img {
  filter: hue-rotate(45deg) !important;
  transform: translateY(0px) !important;
}

.small_img img {
  max-width: 400px;
}

.line.line.double_line_text>.wp-block-group__inner-container::before {
  margin-top: 40px;
}

.crm_services_row img {
  max-width: 160px;
}

.crm_services_row figure {
  text-align: center;
}

.why_choose p {
  font-size: 22px !important;
}

.process_section>.wp-block-group__inner-container {
  width: 100%;
}

.process_col>.wp-block-group__inner-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.process_section .wp-block-columns .wp-block-column {
  width: 48%;
}

.process_section .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}

.process_section .wp-block-columns .wp-block-column p {
  width: calc(100% - 70px);
}

.process_section .wp-block-columns .wp-block-column p.step_count {
  width: 35px;
}

.process_col>.wp-block-group__inner-container figure {
  width: 35px !important;
}

.steps_row>.wp-block-group__inner-container,
.steps_row>.wp-block-group__inner-container .wp-block-group {
  width: 100%;
}

.exceptional_apps_sec .slick-list {
  padding-top: 50px !important;
}

.mobile-app-img img {
  margin-bottom: -90px !important;
}

.half_line_heading {
  position: relative;

}

.half_line_heading::after,
.half_line_heading::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2025/01/half-blue-line.png);
  height: 30px;
  width: 35%;
  margin-top: 5px;
  background-position: right;
  margin-left: 5px;
}

.half_line_heading::before {
  transform: rotate(180deg);
  left: -9%;
}

.landing3_top header.sticky {
  background-color: #162466;
}

.offered_box_height {
  min-height: 450px;
}

/* Portfolio MQP Landing page */
.mqp_portfolio_banner {
  background-image: url("https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/mqp-portfolio/mqp-bg.png");
  background-size: cover;
  background-position: center;
  min-height: 1000px;
}

.mqp_level_1_video iframe {
  width: 980px !important;
  height: 667px !important;
  border-radius: 15px;
}

.tech_div {
  border-radius: 8px;
  background-image: url("https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/mqp-portfolio/tech-bg.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  gap: 0px;
}

.app_technologies_section {
  background-image: url("https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/mqp-portfolio/app-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 70px 0px;
}

.app_technologies_row span:first-child {
  background-color: #162466;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.app_technologies_row span {
  display: inline-flex;
  width: 10%;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}

.app_technologies_row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.app_technologies_row p:first-child {
  background-color: #162466;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.mqp_features_ul li img {
  max-height: 50px;
}

.app_technologies_row span,
.app_technologies_row p {
  display: inline-flex;
  width: 10%;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}

.app_technologies_row span img {
  width: 70px;
}

.excellence_section {
  background: rgb(226, 229, 245);
  background: linear-gradient(180deg, rgba(226, 229, 245, 1) 0%, rgba(255, 255, 255, 1) 63%, rgba(248, 249, 252, 1) 92%);
}

.sec_py {
  padding-top: var(--sec-padding);
  padding-bottom: var(--sec-padding);
}

.chalange-card {
  box-shadow: 0px 0px 40px #e1e1e1;
  padding: 60px;
  border-radius: 5px;
  height: 100%;
}

.highlights_card p {
  position: relative;
  padding-left: 20px;
  color: #162466;
  font-size: 14px;
  margin: 2px 0px;
}

.highlights_card p::before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  border: 1px solid #ff3b33;
  border-radius: 100%;
  left: 0;
  margin-top: 7px;
}

.highlights_card p span {
  font-weight: bold;
}

.ex_col {
  padding-bottom: 100px !important;
  box-shadow: 0px 0px 15px #e2e5f5;
}

.ex_col .ex_btn_row {
  position: absolute;
  bottom: 25px;
  width: 100%;
}

.mqp_features_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.mqp_features_ul li {
  list-style: none;
  border-radius: 8px;
  box-shadow: 0px 0px 15px #e4e6f5;
  width: 12.2%;
  height: 110px;
  margin: 10px 1%;
  transition: all 0.3s;
}

.mqp_features_ul li a {
  padding: 5px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.mqp_features_ul li:hover {
  transform: translateY(-5px);
  transition: all 0.3s;
}

.mqp_features_ul li p {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  width: 100%;
  line-height: 15px;
}

.app_ss_section {
  background-color: #f2f4ff;
}

.app_ss_section figure img {
  width: 90%;
  margin: 20px auto;
}

.radius_20 {
  border-radius: 20px;
}

.mqp_portfolio_banner .banner_content,
.level3_mqp_banner .banner_content,
.level2_mqp_banner .banner_content {
  max-width: 750px;
  width: 95%;
  margin: auto;
}

.app_ss_section img {
  width: 90%;
  margin: 20px auto;
}

.two_column .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
}

/*start mqp portfolio level2 css */
.level2_mqp_banner {
  background-position: center;
  background-image: url("https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/mqp-level2/mqp-level2-bg.jpg");
}

.mqp_feature_img_box {
  display: flex;
  justify-content: space-between;
  padding-right: 10%;
  margin: 15px 0px !important;
  width: 100%;
}

.feature_icon_div {
  width: 80px;
}

.feature_content {
  width: calc(100% - 80px);

}

.feature_icon_div img {
  height: 70px;
  width: 70px;
  box-shadow: 0px 0px 20px #bbbbbb;
  border-radius: 100%;
}

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

.mqp_portfolio_banner .row::before,
.mqp_portfolio_banner .row::after {
  display: none;
}

.feature_content h4 {
  color: #162466;
  font-size: 20px;
  font-weight: bold;
}

.feature_content p {
  margin-bottom: 0px;
}

.mqp_mobile_img img {
  max-width: 250px;
  margin: auto;
}

.right_boxes_col .mqp_feature_img_box {
  flex-direction: row-reverse;
  text-align: right;
  padding-right: 0px;
  padding-left: 10%;
}

.mqp_mobile_img::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -6px;
  height: 40px;
  width: 90%;
  height: 17px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  filter: blur(4px);
  max-width: 350px;
  margin: auto;
  left: 0;
}

.mqp_mobile_img {
  max-width: 320px;
  margin: auto !important;
}

.download_btns_row img {
  max-height: 50px;
}

.download_btns_row a {
  margin: 10px;
}

.mqp_level2_ss_section img {
  box-shadow: 30px 0px 40px #d3d5e1;
}

.mqp_level2_ss_section img {
  border-radius: 30px;
}

/*start mqp portfolio level3 styling */
.level3_mqp_banner {
  background-image: url("https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/mqp-level3/mqp3-banner-img.jpg") !important;
  min-height: 1000px;
  background-size: cover;
}

.features_left_col,
.features_right_col {
  position: relative;
  min-height: 500px;
}

.features_left_col .mqp_feature_img_box,
.features_right_col .mqp_feature_img_box {
  padding-right: 0px;
  text-align: right;
  width: 300px;
  position: absolute;
}

.features_right_col .mqp_feature_img_box {
  padding-left: 0px;
  text-align: left;
}

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

.features_left_col .feature_content p,
.features_right_col .feature_content p {
  min-height: auto;
}

.features_left_col .mqp_feature_img_box p,
.features_right_col .mqp_feature_img_box p {
  font-size: 12px !important;
  line-height: 15px;
}

.features_left_col .mqp_feature_img_box:nth-child(1) {
  left: 47%;
  margin-top: -18% !important;
}

.features_left_col .mqp_feature_img_box:nth-child(2) {
  left: 5%;
  margin-top: 22% !important;
}

.features_left_col .mqp_feature_img_box:nth-child(3) {
  left: -3%;
  margin-top: 68% !important;
}

.features_left_col .mqp_feature_img_box:nth-child(4) {
  left: 7%;
  bottom: 17% !important;
}

.features_left_col .mqp_feature_img_box:nth-child(5) {
  left: 43%;
  bottom: -7% !important;

}

.features_right_col .mqp_feature_img_box:nth-child(1) {
  left: auto;
  margin-top: -19% !important;
  right: 45% !important;

}

.features_right_col .mqp_feature_img_box:nth-child(2) {
  right: 4%;
  margin-top: 25% !important;
  left: auto;

}

.features_right_col .mqp_feature_img_box:nth-child(3) {
  right: -3%;
  margin-top: 68% !important;
  left: auto;
}

.features_right_col .mqp_feature_img_box:nth-child(4) {
  left: auto;
  bottom: 17% !important;
  right: 3%;
}

.features_right_col .mqp_feature_img_box:nth-child(5) {
  right: 49%;
  bottom: -7% !important;
  left: auto;
}

.features_left_col .mqp_feature_img_box .feature_icon_div,
.features_right_col .mqp_feature_img_box .feature_icon_div {
  display: none;
}

.features_left_col .mqp_feature_img_box .feature_content,
.features_right_col .mqp_feature_img_box .feature_content {
  width: 100%;
}

.large_font {
  font-size: 50px;
  line-height: 60px;
}

.website_ss img {
  border-radius: 8px;
  box-shadow: 0px 0px 10px lightgray;
}

.faq_accordian .landing_accordion .panel-collapse a,
.digital_solutions_row h4 a {
  color: #162466;
  font-weight: 600;
}

.faq_accordian .landing_accordion .collapse a:hover,
.digital_solutions_row h4 a:hover {
  color: #ff3b33;
}

.faq-content .tab-pane .wp-block-columns {
  align-items: center !important;
}

.why_choose_link a:hover {
  color: #ff3b33;
  border-bottom-color: #ff3b33;
}

.mobile_screen_slider .slick-slide,
.lp2-slider .slick-slide {
  padding: 0px 20px !important;
}

.header-slider .slick-dots li.slick-active button::before {
  display: none;
}

.slider-content h1 span {
  margin-top: 20px !important;
  display: block;
}

.advantage_row .about-us-card {
  min-height: 290px;
}

body #download-pdf .gradient_bg {
  background-image: url("https://www.dynamologic.com/wp-content/uploads/2025/01/Women-s-golf-association-of-philadelphia-feature-image-scaled.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  height: 260px !important;
}

body #download-pdf .form_div {
  margin-top: -222px !important;
}

body #download-pdf .form_div form input[type="submit"] {
  width: 100%;
}

body #download-pdf .wpcf7-response-output {
  color: #ff3b33 !important;
  background-color: #fff3f5;
  font-size: 12px;
}

#download-pdf .gradient_bg::after {
  position: absolute;
  content: "";
  background: linear-gradient(45deg, rgba(22, 36, 102, 0.9) 0%, rgba(33, 54, 152, 0.9) 39%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 30px;
}

#download-pdf .gradient_bg .col-md-8 {
  position: relative;
  z-index: 111;
}

#download-pdf input[name="your-email"] {
  margin-top: 28px !important;
  border: 0px;
}

#download-pdf form input[type="submit"] {
  margin-top: 8px;
}

.download_icon {
  position: fixed;
  bottom: 10px;
  left: 20px;
  display: flex;
  align-items: center;
  color: #162466;
  border: 2px solid #162466;
  border-radius: 40px;
  font-size: 12px;
  padding-right: 12px;
  font-weight: bold;
  background-color: #f0f3f9;
  transition: all 0.3s;
  z-index: 11;

}

.download_icon:hover {
  color: #162466 !important;
}

.download_icon span {
  height: 50px;
  width: 50px;
  background-color: #162466;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  border: 2px solid #fff;

  margin-right: 5px;
}

.download_icon:focus,
.download_icon:hover {
  box-shadow: 0px 3px 17px #16246696 !important;
  transition: all 0.3s
}

.download_icon img {
  height: 35px;
}

.text_col {
  position: relative;
  z-index: 111;
}

/* LP-4 css start */
.lp4_header .navigation-bar a.nav-link {
  color: #162466 !important;
}

.bg_crm {
  background-image: url(../images/landing-4/bg-crm.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}

.lp4_text,
.lp4_text p {
  color: #162466;
}

.btn_white {
  background-color: transparent;
  color: #ff3b33 !important;
  border: 2px solid #ff3b33;
}

.btn_white:hover {
  background-color: #fff;
  color: #ff3b33 !important;
  border: 2px solid #ff3b33;
}

.btn_white:hover svg path {
  stroke: #ff3b33 !important;
}

.case_slider .btn_white:hover {
  box-shadow: none;
}

.why_custom_ul li {
  padding-left: 25px;
  position: relative;
  margin: 20px 0px;
}

.why_custom_ul li::before {
  position: absolute;
  content: "\f061";
  font-size: 18px;
  font-family: "Fontawesome";
  color: #ff3b33;
  left: 0px;
}

.bg_transform {
  background-image: url(../images/landing-4/bg-transform.png);
}

.bg_scc {
  background-color: #0e3a51;
}

.bg_reba {
  background-color: #ff3b33;
}

.bg_senegal {
  background-color: #49138b;
}

.work_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 380px;
}

.work_slide p {
  color: #fff;
}

.work_btn {
  border-color: #fff;
  background-color: transparent;
  color: #fff !important;
}

.lp4_slider_arrow {
  position: relative;
  padding: 0px 30px;
}

.owl-carousel.lp4_slider_arrow .owl-nav button.owl-prev,
.owl-carousel.lp4_slider_arrow .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 2px solid #162466;
  border-radius: 50%;
  font-size: 19px;
}

.owl-carousel.lp4_slider_arrow .owl-nav button.owl-prev {
  left: 0;
  margin-left: -15px;
}

.owl-carousel.lp4_slider_arrow .owl-nav button.owl-next {
  right: 0;
  margin-right: -15px;
}

.custom_crm_ul {
  display: flex;
  flex-wrap: wrap;

}

.custom_crm_ul li {
  border: 1px solid #e8e9ec;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.custom_overly {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: all 0.3s;
  background-color: rgba(22, 36, 102, 0.8);
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom_crm_ul li:hover .custom_overly {
  transform: translateY(0);
}

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

.good_crm_ul li {
  text-align: center;
  padding: 10px 5px;
  margin: 15px 0px;
  width: 220px;
  position: relative;
}

p.gray_number {
  font-size: 62px;
  font-weight: bold;
  color: #f3f3f5;
  position: relative;
}

p.gray_number::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff3b33;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -5px;

}

.good_crm_ul li::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  margin-top: 20px;
  left: 0;
  z-index: 1;
}

.good_crm_heading {
  min-height: 50px;
}

.bg_want_crm {
  background-image: url(../images/landing-4/bg-want-crm.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.testimonials_text {
  min-height: 220px;
}

.landing4_accordion .collapsed i {
  transform: rotate(-180deg);
}

.blue_circle {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #162466;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

.landing4_accordion {
  border: 1px solid #d8dbe0;
  border-radius: 0px;
}

.landing4_accordion .panel-heading {
  border-radius: 0px;
  background-color: #f3f6fa;
  padding: 15px;
  box-shadow: none;
  border-bottom: 1px solid #d8dbe0;
}

.bg_connect {
  background-image: url(../images/landing-4/CONNECT.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}

.landing4_footer {
  background-color: #0b174f;
  color: #fff;
}

.landing4_footer p,
.landing4_footer h2,
.landing4_footer ul li a,
.landing4_footer a {
  color: #fff;
}

.landing4_footer ul li a:hover,
.landing4_footer a:hover {
  color: #f04d22;
}

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

.footer_services_ul li {
  width: 50%;
  margin: 5px 0px;
}

.footer_contact_ul li {
  margin: 13px 0px;
}

.footer_btm {
  border-top: 1px solid #23306c;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.landing4_social {
  display: flex;
}

.landing4_social li {
  margin: 0px 10px;
}

.landing4_social li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #0b174f !important;
  background-color: #fff;
  font-size: 22px;
}

.landing4_social li a:hover {
  color: #f04d22 !important;
}

/* lp4 css end */
/* pricing page css */
.pricing_banner {
  background-image: url(../images/pricing/bg-pricing.png);
  background-repeat: no-repeat;
  background-size: 100%cover;
}

.calculate_box {
  border: 1px solid rgb(240, 243, 249);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(41, 67, 191, 0.1);
  padding: 20px;
  text-align: center;
  position: relative;
  height: 100%;
}

.calculate_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f0f3f9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}

.calculate_box::after {
  content: "";
  height: 4px;
  width: 0%;
  background-color: #162466;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  border-radius: 2px;
}

.calculate_box:hover::after {
  width: 100%;
  transition: all 1.5s;
}

.calculate_box:hover .calculate_icon {
  background-color: #162466;
}

.calculate_box:hover .calculate_icon svg {
  filter: brightness(0) invert(1);
}

.calculate_box:hover .calculate_icon {
  transform: rotateY(360deg);
}

.calculate_box:hover a {
  border: 1px dashed;
  font-weight: 600;
}

.calculate_box a:hover {
  border: 1px solid;
  border-radius: 4px;
}

.pricing_accordion {
  border-bottom: 1px solid #d8dbe0;
  border-radius: 0px;
  margin-top: 15px;
  padding-bottom: 10px;
}

.pricing_accordion .collapsed i {
  transform: rotate(-180deg);
}

.panel_heading {
  padding: 15px;
  background-color: #f2f4ff;
  border: 1px solid #d8dbe0;
  ;
  border-radius: 10px;
}

.panel_heading.collapsed {
  padding: 15px;
  background-color: transparent;
  border: 0px;
  border-radius: 0;
}

.bg_pricing_model {
  background: linear-gradient(to bottom, rgba(240, 243, 249, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.box_ul li {
  position: relative;
  margin: 15px 0px;
  padding-left: 30px;
  color: #162466;
}

.box_ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  background-color: #ff3b33;
  top: 0;
  margin-top: 5px;
}

/* Questionnaire */
.border_light_blue {
  border: 1px solid rgb(240, 243, 249);
}

.shadow_light_blue {
  box-shadow: 0px 0px 30px rgba(41, 67, 191, 0.1);
}

.step_bar {
  counter-reset: step;
  width: 100%;
  margin: 15px auto;
  display: flex;
}

.step_bar li {
  text-align: center;
  list-style-type: none;
  color: #ff3b33;
  width: 16.65%;
  position: relative;

}

.step_bar li:before {
  content: "\f111";
  counter-increment: step;
  width: 26px;
  height: 26px;
  border: 1px solid #b7b7c2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  font-weight: normal;
  color: #b7b7c2;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.step_bar li:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #b7b7c2;
  position: absolute;
  left: -50%;
  top: 15px;
  z-index: -1;
}

.step_bar li:first-child:after {
  content: none;
}

.step_bar li.active:before {
  background: #fff;
  color: #ff3b33;
  border-color: #ff3b33;
  box-shadow: 0px 0px 0px 4px #ffc4c1;
  font-weight: 600;
}

.step_bar li.complete:before {
  background: #ff3b33;
  color: white;
  border-color: #ff3b33;
}

.questionnaire_radio [type="radio"]:checked,
.questionnaire_radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.questionnaire_radio [type="radio"]+label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  border: 1px solid #d8dbe0;
  background-color: #f2f4ff;
  padding: 15px 15px 15px 50px;
  width: 100%;
  margin-top: 15px;
  border-radius: 6px;
  color: #162466;
  font-size: 16px;
}

.questionnaire_radio [type="radio"]:checked+label {
  background-color: #e4e6f5;
  font-weight: 600;
}

.questionnaire_radio [type="radio"]:checked+label:before,
.questionnaire_radio [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #d8dbe0;
  border-radius: 100%;
  background: #fff;
}

.questionnaire_radio [type="radio"]:checked+label:after,
.questionnaire_radio [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #162466;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 19px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.questionnaire_radio [type="radio"]:not(:checked)+label:after {
  opacity: 0;

}

.questionnaire_radio [type="radio"]:checked+label:after {
  opacity: 1;

}

.switch {
  position: relative;
  background: #f2f4ff;
  border-radius: 10px;
  border: 1px solid #d8dbe0;
  padding: 12px 10px;
  display: inline-flex;
  align-items: center;
}

.switch-label {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #162466;
  text-align: center;
  cursor: pointer;
  padding: 7px 10px;
}

.switch-input {
  display: none;
}

.switch-input:checked+label {
  color: #FFF;
}

.switch-input:checked+.switch-label {
  color: #FFF;
  transition: 0.15s ease-out;
  transition-property: color, text-shadow;
  background-color: #162466;
  border-radius: 6px;
}


.questionnaire_checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.questionnaire_checkbox label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  border: 1px solid #d8dbe0;
  background-color: #f2f4ff;
  padding: 15px 15px 15px 42px;
  width: 100%;
  margin-top: 15px;
  border-radius: 6px;
  color: #162466;
  font-size: 16px;
}

.questionnaire_checkbox input:checked+label {
  background-color: #e4e6f5;
  font-weight: 600;
}

.questionnaire_checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #d8dbe0;
  padding: 10px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
  left: 0;
  margin-left: 15px;
}

.questionnaire_checkbox input:checked+label:before {
  background-color: #162466;
}

.questionnaire_checkbox input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: 18px;
  margin-left: 23px;
}

.ul_check li {
  position: relative;
  padding: 10px 5px 10px 25px;
  border-bottom: 1px solid #dcdeea;
  color: #162466;
  font-weight: 500;
}

.ul_check li:nth-last-of-type(1) {
  border: none;
}

.ul_check li::before {
  position: absolute;
  content: "\f00c";
  font-size: 15px;
  font-family: "Font Awesome 5 Pro";
  color: #ff3b33;
  left: 0px;
  font-weight: 400;
}

.questionnaire_user_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.questionnaire_user_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.questionnaire_ul li {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.questionnaire_ul li svg {
  width: 30px;
}

.bg_thank_you {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(226, 229, 245, 1) 48%, rgba(226, 229, 245, 1) 72%);
}

.bg_gray_dark {
  background-color: #e5e7f5;
}

.border-0 li {
  border: 0px;
}

.w_auto {
  max-width: none;
  width: auto;
}

.full-width {
  flex: 100% !important;
  max-width: 100% !important;
}

.full-width .desc_box {
  display: flex;
}

/* consultation page */
.consultation-footer-upper {
  background-image: url("../images/consultation/footer-upper-bg.webp");
  padding: 70px 0px 0px 0px;
  margin-top: 100px;
}

.consultation_banner {
  background-image: url("../images/consultation/consultation-bg.jpg");
  background-size: cover;
}

.consultation_wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);

}

.consultation_logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.consultation_logo li {
  margin: 20px 10px;
  width: 120px;
  text-align: center;
}

.consultation_logo li img {
  max-width: 120px;
}

.radio-inline {
  display: inline;
}

.radio-inline-input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.radio-inline-label {
  background-color: #fff;
  color: #363636;
  border-radius: 4px;
  padding: 8px 20px;
  min-width: 100px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}

.radio-inline-input:checked+.radio-inline-label {
  background: #162466;
  color: #fff;
}

/* location page */
.work_tab {
  justify-content: center;
}

.work_tab .nav-link {
  border-radius: 10px;
  background-color: #F3F5F8;
  color: #162466;
  font-size: 18px;
  margin: 10px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
}

.work_tab .nav-link.active {
  background-color: #FF3B33;
  color: #fff;
}

.work_tab .nav-link.active svg path {
  fill: #fff;
  stroke: #fff;
}

.work_tab .nav-link svg {
  height: 34px;
}

.work_tab_content {
  border-radius: 5px;
  box-shadow: 0px 0px 20px 10px #EFF3F973;
  margin-top: 30px;
  padding: 25px;

}

.tab_icon {
  background: rgba(255, 59, 51, 0.2);
  border: 1px solid #FF3B33;
  border-radius: 10px;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.form_icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background: #f7e6e6;
  border-radius: 50%;
  font-size: 26px;
}

.tool_icon_height {
  height: 40px;
}

.tool_icon_height svg {
  max-height: 100%;
}

.web_development_tool .single-t p {
  text-transform: none;
}

.other_Services_ul {
  display: flex;
  margin: 0px -15px;
  flex-wrap: wrap;
  justify-content: center;
}

.other_Services_ul li {
  margin: 15px;
}

.other_Services_ul li a {
  padding: 18px 25px;
  background-color: #fff;
  margin-right: 15px;
  color: #162466;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 0px 15px #f1f1f1;
  display: inline-block;
}

.form_top_bg {
  background-color: #162466a1;
  padding: 1.5rem;
  padding-bottom: 100px;
}

.top_mins {
  margin-top: -100px;
}

/* location2 page */

/* .location2_top .navbar-nav .nav-item {
  padding: 0px 10px 0 12px;
} */

/* .location2_top .navbar-nav .nav-item.dropdown {
  margin-right: 0px;
} */

.location2_top .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  padding: 20px 0px;
  font-weight: 500;
  font-family: Poppins, sans-serif
}

.location2_top .navbar-nav .nav-item.active .nav-link {
  box-shadow: none;
  color: #ff3b33;
}

.location2_top {
  background-image: url(../images/location-2/banner-location2.webp);
  background-size: cover;
  background-position-y: bottom;
  padding-bottom: 100px;
  background-repeat: no-repeat;
}

.color_blue {
  color: #162466 !important;
}

.project_banner_ul {
  display: flex;
  color: #fff;
}

.project_banner_ul li.rl_line {
  position: relative;
}

.project_banner_ul li.rl_line::before {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -25px;
}

.project_banner_ul li.rl_line::after {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 25px;
}

.services2_box {
  padding: 40px 30px;
  background: #FFFFFF;
  border: 1px solid rgba(12, 60, 178, 0.3) !important;
  border-radius: 10px;
}

.services2_box:hover {
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}

.services2_box svg{
max-height:50px}

.icon_box{
width:auto;
height:50px;}

.border_pink {
  border: 1px solid rgba(255, 59, 51, 0.3);
}

.border_pink:hover {
  border: 1px solid #FF3B33;
}

.ul_check_green li {
  margin-top: 20px;
  color: #fff;
  padding-left: 30px;
  position: relative;
}

.ul_check_green-services li {
  margin-top: 20px;
  color: #fff;
  padding-left: 30px;
  position: relative;
}

.ul_check_green li::before {
  position: absolute;
  content: "";
  left: 0px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.875 11.875C22.875 5.79987 17.9501 0.875 11.875 0.875C5.79987 0.875 0.875 5.79987 0.875 11.875C0.875 17.9501 5.79987 22.875 11.875 22.875C17.9501 22.875 22.875 17.9501 22.875 11.875Z" stroke="%232BEF58" stroke-width="1.75"/><path d="M7.47501 12.425L10.225 15.175L16.275 8.57495" stroke="%232BEF58" stroke-width="1.75"/></svg>');
  background-size: 100%;
  background-repeat: no-repeat;
}

.ul_check_green-services li::before {
  position: absolute;
  content: "";
  left: 0px;
  width: 20px;
  height: 20px;
  background: url('https://staging-dynamologic2021.kinsta.cloud/html/services/images/location-2/red-right-tick.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}

.form_icon_big {
  width: 65px;
  height: 65px;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background: #FFF5F5;
  border-radius: 50%;
  font-size: 26px;
}

.services2_box .form_icon_big {
  padding: 12px;
}

.our_work_box {
  background-color: #fff;
  border: 1px solid rgba(12, 60, 178, 0.3);
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.our_work_box:hover {
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}

.our_work_box .img_box {
  height: 260px;
  overflow: hidden;
  position: relative;
}

.our_work_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .45);
  color: #fff;
  align-items: end;
  padding: 15px;
  font-size: 26px;
  display: none;
}

.our_work_box:hover .our_work_overlay {
  display: flex;
}

/* Our Work Slider (carousel) */
.our-work-slider .owl-prev,
.our-work-slider .owl-next {
  margin-top: 0;
}

.our-work-slide {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  border: 1px solid rgba(12, 60, 178, 0.3);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
  min-height: 260px;
}

@media (min-width: 1200px) {
  .our-work-slide {
    height: 480px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .our-work-slide {
    height: 420px;
  }
}

.our-work-slide:hover {
  box-shadow: 0 8px 32px rgba(12, 60, 178, 0.13);
}

.our-work-slide__img {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.our-work-slide__img a {
  display: block;
  height: 100%;
}

.our-work-slide__img img:last-child {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
  display: block;
  transition: transform 0.4s ease;
}

.our-work-slide__img:hover img:last-child {
  transform: scale(1.04);
}

.our-work-slide__img .our_work_overlay {
  display: none;
  align-items: flex-end;
}

.our-work-slide__img:hover .our_work_overlay {
  display: flex;
}

.our-work-slide__content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
}

.our-work-slide__content::-webkit-scrollbar {
  width: 4px;
}

.our-work-slide__content::-webkit-scrollbar-thumb {
  background: rgba(12, 60, 178, 0.2);
  border-radius: 10px;
}

.our-work-slide__content h4 {
  margin-bottom: 12px;
  flex-shrink: 0;
}

.our-work-slide__content p {
  color: #555;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 15px;
}

.our-work-slide__btn {
  align-self: flex-start;
  margin-top: auto;
  padding: 8px 20px;
  font-size: 13px;
  flex-shrink: 0;
}

.our-work-slider.owl-carousel {
  overflow: hidden !important;
  position: relative;
}

.our-work-slide__img {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

/* Position dots below slider */
.our-work-slider.owl-carousel .owl-dots {
  display: block !important;
  margin-top: 25px !important;
  text-align: center !important;
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}

.our-work-slider.owl-carousel .owl-dots .owl-dot {
  outline: none !important;
}

.our-work-slider.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #d1d1d1 !important;
  margin: 0 5px !important;
  transition: all 0.3s ease;
  border-radius: 50%;
  display: inline-block;
}

.our-work-slider.owl-carousel .owl-dots .owl-dot.active span {
  background: #FF3B33 !important;
  width: 30px;
  border-radius: 5px;
}

.our-work-slider.owl-carousel .owl-dots .owl-dot:hover span {
  background: #FF3B3399 !important;
}

.case_studies_btn {
  background-color: #FF3B33 !important;
  color: #fff !important;
  padding: 14px 45px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: 1px;
  transition: all 0.3s ease !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(255, 59, 51, 0.2);
}

.case_studies_btn:hover {
  background-color: #162466 !important;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(22, 36, 102, 0.3);
}

@media (max-width: 767px) {
  .our-work-slider.owl-carousel .owl-dots {
    left: 50%;
    bottom: 15px;
  }

  .our-work-slide__img::after {
    height: 60px;
  }
}

/* Hide old arrows */
.our-work-slider.owl-carousel .owl-nav {
  display: none !important;
}

/* .location2_top .header-container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
} */

.header-container-fluid {
  padding-right: 30px !important;
  padding-left: 30px !important;
}


@media (max-width: 1199px) {
  .header-container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .our-work-slide__content {
    padding: 20px;
  }

  .our-work-slide__content h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .our-work-slide__content p {
    font-size: 13px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .arrow_ul li span a::after{
    font-size: 10px;
  }
  .our-work-slide {
    flex-direction: column;
    min-height: auto;
  }

  .our-work-slide__img,
  .our-work-slide__content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .our-work-slide__img {
    height: 220px;
  }

  .our-work-slide__content {
    padding: 22px 18px;
  }
}

/* Blog Section Styles */
.blog-slider .owl-stage {
  display: flex;
}

.blog-slider .owl-item {
  display: flex;
  height: auto !important;
}

.blog-slider .item {
  display: flex;
  flex: 1;
  width: 100%;
}

.blog_box {
  background-color: #fff;
  border: 1px solid rgba(12, 60, 178, 0.2);
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.blog_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(12, 60, 178, 0.12);
  border-color: rgba(12, 60, 178, 0.4);
}

.blog_img {
  height: 220px;
  overflow: hidden;
}

.blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog_box:hover .blog_img img {
  transform: scale(1.08);
}

.blog_info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog_info p {
  line-height: 1.6;
}

@media (max-width: 767px) {
  .blog_img {
    height: 180px;
  }
}

.hover_orange:hover {
  color: #FF3B33 !important;
  text-decoration: none;
}

.blog_box a:hover {
  text-decoration: none;
}

.current_location {
  font-size: 12px;
  color: #fff;
  border-radius: 30px;
  padding: 6px 10px;
  background-color: #FF3B33;
  font-weight: normal;
  margin-left: 10px;
}

.services2_box.current {
  border-color: #FF3B33;
  background-color: #FFECEC;
}

.work_tab2 .work_tab .nav-link {
  background-color: #fff;
  border: 1px solid rgba(12, 60, 178, 0.3);
}

.work_tab2 .work_tab_content {
  background-color: #fff;
  border: 1px solid rgba(12, 60, 178, 0.3);
}

.work_tab2 .work_tab .nav-link.active {
  background-color: #FF3B33;
  color: #fff;
}

.bg_light_blue {
  background-color: #313C83;
}

@media only screen and (min-width: 1600px) {
  .nepc_banner {
    background-position: top right !important;
    height: 800px;
  }
}

@media only screen and (min-width: 992px) {

  .mobilearrow::before {
    display: none;
  }



}

@media only screen and (min-width: 991px) {
  /* ---------------------- */
  /* - BOOTSTRAP 4 - SOUS-MENU - */

  .location2_top .navbar-nav .nav-item {
    /* padding: 0px 0px 0 0px; */
  }

  .dropdown-submenu {
    width: 400px;
    display: flex;
    align-items: center;
  }

  .dropdown-menu {
    width: 400px;
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 0px;
    box-shadow: 0px -3px 15px #fff;
    left: -130px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 20px;
    min-height: 300px;
  }

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

  .explore-dropdown-submenu-second-half {
    width: 500px !important;
  }

  .explore-dropdown-submenu-first-half {
    width: 250px !important;
  }

  .dropdown-submenu i:hover {
    color: #ff3b33;
  }

  .dropdown-submenu.show span i {
    color: #ff3b33;
  }

  .dropdown-menu li {
    margin: 6px 0px !important;
  }

  .dropdown-menu li:hover i {
    transform: translateX(5px);
    transition: all 0.3s;
  }

  .dropdown-menu li a:hover {
    background-color: transparent;
    color: #ff3b33;
  }

  .dropdown-submenu .dropdown-menu {
    top: 0.5px;
    left: 99%;
    margin-left: .1rem;
    margin-right: .1rem;
    height: auto;
    margin: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px -3px 15px #fff;
    background-color: #f3f5f8;
    margin-top: -1px !important;
    min-height: 100%;
  }

  .dropdown-menu.dropdown-explore {
    left: auto;
    right: 0;
    margin-right: 70px;
  }

  .dropdown-menu.dropdown-explore .main_dropdown_menu {
    width: 400px;
  }

  .dropdown-menu.location_dropdown {
    width: 250px;
  }

  .location_dropdown .dropdown-menu {
    width: 400px;
  }

  .dropdown-menu.dropdown-explore li a {
    white-space: normal;
  }

  .dropdown-menu.dropdown-explore {
    width: 250px;
    min-height: 200px;
  }

}

@media only screen and (max-width: 1400px) {
  .filter_btn {
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 1367px) {

  .filters select {
    padding: 5px 9px;
    font-size: 12px !important;
  }

  .navigation-bar a.nav-link {
    font-size: 12px;
    padding: 10px 10px !important;
  }

  .hidden_text {
    text-indent: 0px;
    font-size: inherit;
    color: #fff !important;
    background-color: transparent !important;
  }

  .large_container {
    width: 98%;
    max-width: 98%;
  }
}

@media only screen and (max-width: 1200px) {
  .landing3_top .navbar-nav .nav-item {
    padding: 0px 8px;
  }

  .landing3_top .navbar-nav {
    margin-left: auto !important;
  }

  .industry_verticles_slider .slick-next,
  .logo_slider .slick-next {
    right: 47%;
    top: auto !important;
    bottom: -50px;
  }

  .industry_verticles_slider .slick-prev,
  .logo_slider .slick-prev {
    left: 47%;
    top: auto !important;
    bottom: -50px;
  }

  .logo_slider .slick-list {
    padding-bottom: 60px !important;
  }

  .container {
    max-width: 95%;
  }

  .work-slider .slick-next {
    top: auto !important;
    bottom: -50px;
    right: 47% !important;
  }

  .work-slider .slick-prev {
    top: auto !important;
    bottom: -50px;
    left: 47% !important;
  }

  .industry_slider_grid {
    padding-bottom: 70px !important;
  }

  .consultation_logo li img,
  .consultation_logo li {
    max-width: 100px;
    margin-right: 0px;
    margin-left: 0px;
  }
  /* .location2_top .navbar-nav .nav-item {
      padding: 0px 6px 0 6px;
  } */
}

@media only screen and (max-width: 1147px) {
  .client_slider .owl-nav {
    margin-top: 28px;
    position: absolute;
    right: 0;
  }

  .work_text {
    min-height: 180px;
  }

  .client_slider .client_text {
    min-height: 180px;
  }

  /*  mqp3 responsive code  */
  .features_left_col .mqp_feature_img_box,
  .features_right_col .mqp_feature_img_box {
    width: 215px;
  }

  .features_left_col,
  .features_right_col {
    min-height: 390px;
  }

  .features_right_col .mqp_feature_img_box:nth-child(1) {
    margin-top: -32% !important;
    right: 71% !important;
  }

  .features_left_col .mqp_feature_img_box:nth-child(1) {
    left: 70%;
    margin-top: -32% !important;
  }

  .features_right_col .mqp_feature_img_box:nth-child(2) {
    right: 32%;
    margin-top: 7% !important;
  }

  .features_right_col .mqp_feature_img_box:nth-child(3) {
    right: 20%;
    margin-top: 57% !important;
  }

  .features_right_col .mqp_feature_img_box:nth-child(4) {
    bottom: 15% !important;
    right: 30%;
  }

  .features_right_col .mqp_feature_img_box:nth-child(5) {
    right: 70%;
    bottom: -10% !important;
  }

  .features_left_col .mqp_feature_img_box:nth-child(2) {
    left: 29%;
    margin-top: 13% !important;
  }

  .features_left_col .mqp_feature_img_box:nth-child(3) {
    left: 21%;
    margin-top: 58% !important;
  }

  .features_left_col .mqp_feature_img_box:nth-child(5) {
    left: 67%;
    bottom: -15% !important;
  }

  .features_left_col .mqp_feature_img_box:nth-child(4) {
    left: 28%;
    bottom: 12% !important;
  }

  .large_font {
    font-size: 32px;
    line-height: 34px;
  }

  .level3_mqp_banner {
    min-height: auto;
  }

  /*  mqp2 responsive code  */
  .mqp_feature_img_box,
  .right_boxes_col .mqp_feature_img_box {
    padding: 0px;
  }

  .challanges-section {
    padding: 0px 20px;
  }

  .crm_services_row .wp-block-columns {
    gap: 0px;
  }

  .custom_crm_bg {
    flex-wrap: wrap !important;
    justify-content: center !important;
    text-align: center;
  }

  .custom_crm_bg .wp-block-group:first-child {
    margin-bottom: 15px;
    width: 100%;
  }

  .custom_crm_bg .wp-block-group:nth-child(2) {
    width: 100%;
    justify-content: center;
  }

  .two_column_row p.font_26 {
    font-size: 20px !important;
  }

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

  }

  .dropdown-menu {
    /* left: auto; */
    right: 0;
    margin-right: 150px;
  }

  .gray-col img {
    height: auto;
    width: 100%;
    max-width: inherit;
  }

  .boxes-container .white-col {
    min-height: 390px;
    padding: 20px 25px;
  }

  .p-btn a {
    font-size: 12px !important;
    padding: 11px 18px !important;
  }

  .about-us-card {
    min-height: 315px;
  }

  .testimonial-row {
    min-height: 325px;
  }

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

  .challanges_row .wp-block-column,
  .single_col_row .wp-block-column,
  .challanges-section .wp-block-column {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .dropdown-item {
    /* text-wrap: auto; */
    font-size: 12px;
    line-height: 14px;
  }

  .explore-dropdown-submenu-second-half a {
    text-wrap: auto;
  }

  .challanges-section {
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: column;
  }

  .p-row {
    min-height: 310px !important;
  }

  .case-studies-section {
    margin-top: 0px;
  }

  .inner-li a i {
    display: none !important;
  }

  span.dropdown-toggle.mobiletarget {
    display: block !important;
  }


  li.inner-li span.dropdown-toggle.drop-down-open {
    width: 25%;
    text-align: right;
  }

  .inner-li a {
    width: 75% !important;
  }

  .inner-li {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }


  span#navbarDropdownMenuLink {
    display: inline-block;
    padding-left: 7px;
  }

  .nav-link.active {
    color: #ff3b33;
  }

  span.anchorcenteralign {
    display: flex;
    align-items: center;
  }

  li.nav-item.dropdown {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  span.anchorcenteralign a.nav-link {
    display: inline;
    padding-right: 0 !important;
  }


  span.anchorcenteralign i {
    margin-left: 20px;
  }

  i.fas.fa-caret-down.mobilearrow {
    color: white;
  }

  li.nav-item.dropdown .dropdown-toggle::after {
    display: none !important;
  }

  .mobilearrow {
    display: block !important;
    padding-left: 0px;
  }

  .php-work-section {
    margin-top: 30px;
  }

  .work-section {
    padding-top: 40px !important;
  }

  .highlight-section {
    margin-top: -150px;
  }

  .highlight-section .container {
    padding-top: 150px;
  }

  .navigation-bar .navbar-nav {
    width: 85%;
  }

  .logo {
    height: 40px;
    width: 150px;
  }

  .hire-btn {
    padding: 7px 20px !important;
    /* font-size: 12px; */
  }

  .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .padding-remove,
  .header-container-fluid nav {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .header-slider .carousel-item {
    min-height: auto;
  }

  .about-us-section,
  .work-section {
    padding: 40px 0px 0px 0px;
  }

  .services-section {
    padding-bottom: 0px;
  }

  .work-section.case-studies-section {
    padding-top: 0px;
  }

  .testimonial-row {
    padding: 50px 10px;
  }

  .testimonial-row .comments {
    width: calc(100% - 120px);
  }

  .case_slider .owl-prev,
  .case_slider .owl-next {
    position: relative;
    top: auto;
  }

  .case_slider .owl-next {
    right: auto;
    margin: 5px !important;
  }

  .case_slider .owl-prev {
    left: auto;
    margin: 5px !important;
  }

  .industry_slider .owl-nav button {
    position: relative;
  }

  .industry_slider .owl-nav button.owl-prev {
    left: auto;
  }

  .industry_slider .owl-nav button.owl-next {
    right: auto;
  }

  .industry_slider .owl-nav {
    position: relative;
    top: auto;
    width: auto;
    display: inherit;
  }

  .case_slider_btn {
    text-align: left;
    padding-top: 15px;
  }

  .case_slider .owl-nav {
    position: absolute;
    right: 0;
  }
}

@media (width: 915px) {
  .mqp_level_1_video iframe {
    margin-left: 0px !important;
  }
}

@media (Width: 810px) {
  .mqp_level_1_video iframe {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 992px) {
  .client_slider_btn {
    padding-top: 20px;
    text-align: left;
  }

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

  .industry_slider .owl-item .industry_slider_text p {
    display: block;
  }

  .hvac-logo img {
    width: 40px;
  }

  .landing3_top .navbar-toggler-icon {
    height: 40px;
    width: 40px;
  }

  .landing3_top .navbar-nav .nav-item .nav-link {
    padding: 10px 0px;
  }

  .landing3_top .d-flex:has(.bg_orange) {
    margin-bottom: 20px;
  }

  .landing3_top .navbar {
    padding: 11px 0px !important;
  }

  .landing3_top .navbar-nav .nav-item {
    padding: 0px 0px;
  }

  .landing3_top .navbar-brand img {
    width: auto !important;
    height: 50px;
  }

  .landing3_top nav button {
    padding: 0px;
  }

  .service_offer_card .p-row {
    min-height: auto !important;
  }

  .right-content {
    padding: 0px !important;
  }

  .boxes-container .white-col {
    min-height: 465px;
  }

  .testimonial-row .profile-img {
    width: 70px;
  }

  .profile-img figure img {
    height: 65px;
    width: 65px;
  }

  .testimonial-row .wp-block-group__inner-container .comments {

    width: calc(100% - 80px);
  }

  .testimonial-row .wp-block-group__inner-container .comments p {
    line-height: 20px;
    font-size: 12px;
  }

  /* mqp3 responsive style   */
  .features_left_col .mqp_feature_img_box,
  .features_right_col .mqp_feature_img_box {
    width: 165px;
  }

  .features_left_col .mqp_feature_img_box p,
  .features_right_col .mqp_feature_img_box p {
    font-size: 9px !important;
    line-height: 12px;
  }

  .features_left_col .mqp_feature_img_box h4,
  .features_right_col .mqp_feature_img_box h4 {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .features_right_col .mqp_feature_img_box:nth-child(1) {
    left: auto;
    margin-top: -22%;
    right: 55%;
  }

  .features_right_col .mqp_feature_img_box:nth-child(2) {
    right: 20%;
    margin-top: 20%;
  }

  .features_right_col .mqp_feature_img_box:nth-child(3) {
    right: 13%;
    margin-top: 61%;
  }

  .features_right_col .mqp_feature_img_box:nth-child(4) {
    bottom: 11%;
    right: 21%;
  }

  .features_right_col .mqp_feature_img_box:nth-child(5) {
    right: 55%;
    bottom: -10%;
  }

  .features_left_col .mqp_feature_img_box:nth-child(1) {
    left: 55%;
    margin-top: -20%;
  }

  .features_left_col .mqp_feature_img_box:nth-child(2) {
    left: 27%;
    margin-top: 19%;
  }

  .features_left_col .mqp_feature_img_box:nth-child(3) {
    left: 16%;
    margin-top: 60%;
  }

  .features_left_col .mqp_feature_img_box:nth-child(5) {
    left: 52%;
    bottom: -11%;
  }

  .features_left_col .mqp_feature_img_box:nth-child(4) {
    left: 22%;
    bottom: 14%;
  }

  /*end mqp3 responsive stylx*/
  .app_technologies_row span,
  .app_technologies_row p {
    padding: 20px 5px;
    font-size: 12px !important;
  }

  .half_line_heading::after,
  .half_line_heading::before {
    margin-top: 0px;
  }

  .half_line_heading::before {
    left: -6%;
  }

  .filter_btn {
    height: 40px;
    padding: 4px 14px;
  }

  h3 {
    font-size: 24px;
  }

  .navigation-bar a.nav-link {
    padding: 10px 0px !important;
  }

  .line.line.double_line_text>.wp-block-group__inner-container::before {
    margin-top: 27px;
  }

  .clients_slider img {
    max-height: 45px;
    max-width: 121px;
  }

  .single-services .header-slider {
    padding: 50px 0px !important;
  }

  .why_choose li h2 {
    font-size: 22px;
  }

  .why_choose li p {
    font-size: 16px !important;
  }

  .why_choose li {
    padding-left: 12px;
  }

  .gray-col {
    min-height: auto;
  }

  .header-right-content h1 {
    font-size: 28px;
  }

  .header-right-content {
    padding: 0px;
  }

  .gray_circle_div figure {
    text-align: center;
  }

  .gray_circle_div figure img {
    max-width: 70%;
  }

  .line_height_45 {
    line-height: 34px;
  }

  .services-heading-2 {
    font-size: 24px !important;
  }

  .reverse_col {
    flex-direction: column-reverse;
    padding: 0px 15px;
  }

  .full_col_air {
    flex-direction: column;
    padding: 0px 15px;
  }

  .header-slider .wp-block-columns .wp-block-column,
  .landing_banner .wp-block-column,
  .crm_services_row>.wp-block-column,
  .circle_col,
  .services_offered_row .wp-block-column,
  .what_we_do_row .wp-block-column,
  .services-banner .wp-block-column,
  .why_php_row .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
  }

  .why_crm_row .wp-block-column,
  .web_services_row .wp-block-column,
  .excel_in_row .wp-block-column,
  .development_service_row .wp-block-column {
    width: 49% !important;
    max-width: 49% !important;
    flex-basis: 49% !important;
  }

  .advantage_row,
  .multiple_ss_row.wp-block-columns,
  .development_service_row,
  .crm_process_row,
  .want_crm_bg,
  .p5-ss-section .wp-block-columns,
  .boxes-container .wp-block-columns {
    flex-wrap: nowrap !important;
  }

  .want_crm_bg .wp-block-group:nth-child(2) {
    width: 40% !important;
  }

  .advantage_row .about-us-card {
    min-height: 365px !important;
    padding-bottom: 20px !important;
  }

  .header-slider .wp-block-columns,
  .why_crm_row,
  .services-banner,
  .why_php_row,
  .services_offered_row,
  .excel_in_row,
  .crm_services_row,
  .landing_banner .wp-block-columns {
    flex-wrap: wrap !important;
  }

  .p-row {
    min-height: auto !important;
  }

  .why_php_row figure img {
    max-width: 400px;
  }

  .about-us-card {
    padding: 20px 13px 40px 13px;
    min-height: auto !important;
  }

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

  .progress-circle {
    margin: auto;
  }

  .why_row,
  .process_row {
    flex-wrap: wrap !important;
  }

  .process_row .wp-block-group__inner-container {
    width: 100%;
  }

  .why_row .wp-block-column,
  .process_row .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
    flex-grow: inherit !important;
  }

  .properties_row .wp-block-column {
    width: 49% !important;
    flex-basis: 50% !important;
    height: 100% !important;
  }

  .explore-more .wp-block-group__inner-container .wp-block-columns .wp-block-column {
    width: 46% !important;
    margin: 10px 0px;

  }

  :where(.wp-block-columns.is-layout-flex) {
    gap: 1em !important;
  }

  .dropdown-menu {
    left: 0px;
    width: 51%;
    margin: 0px;
  }

  .reverse_row_large {
    flex-direction: column-reverse;
  }

  .grouped_li li {
    width: 33%;
  }

  .key-features-section img {
    width: 100%;
  }

  .about-content-img {
    float: none;
    margin-right: 0px;
    text-align: center;
  }

  .about-us-content p {
    float: inherit;
    color: #162466;
  }

  .testimonial-row {
    height: 240px;
  }

  .navigation-bar .navbar-collapse.collapse.show .center-cube {
    display: none;
  }

  .inner-ul {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .php-t-row .single-t {
    width: 18%;
  }

  .container.boxes-container {
    width: 100%;
  }

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

  .side-img {
    margin-left: auto;
  }

  .header-bottom-div,
  .small-container {
    width: 90%;
  }

  .career-header-banner {
    padding: 100px 0px !important;
  }

  .inner-ul {
    display: none;
  }

  .inner-li:hover .dropdown-menu.inner-ul {
    display: block !important;
  }

  .navigation-bar .navbar-nav {
    width: 100%;
  }

  .hire-btn {
    padding: 11px 25px !important;
    margin: 10px 0px 30px 0px;
  }

  .testimonial-slider .owl-nav.disabled {
    display: block !important;
  }

  .slider-content {
    width: 100%;
    max-width: 100%;
  }

  .header-slider .carousel-item img {
    height: auto;
  }

  .header-slider {
    padding: 60px 0px;
  }

  .header-slider .carousel-indicators {
    bottom: -30px;
  }

  .dropdown-menu {
    height: auto;
  }

  .more-projecs-btn {
    margin-top: 15px;
  }

  .work-pills {
    justify-content: center;
  }

  .modal-dialog {
    max-width: 92%;
    margin: 80px auto 40px auto;
  }

  .modal {
    padding-right: 0px !important;
  }

  /* landing page */
  .industry_ul li,
  .industry_ul li:nth-child(5n+4),
  .industry_ul li:nth-child(5n+5) {
    width: auto;
  }

  .logo_slider .owl-nav button.owl-prev,
  .logo_slider .owl-nav button.owl-next {
    position: relative;
    margin-top: 0px;
  }

  .why_choose {
    flex-wrap: wrap;
  }

  .contact_text_bg::before {
    display: none;
  }

  .btm_orange::before {
    display: none;
  }

  .btm_blue::before {
    display: none;
  }

  .key_highlight_ul li h4,
  .key_highlight_ul li h5 {
    font-size: 13px !important;
    line-height: normal !important;
  }

  .landing3_footer_ul {
    margin-bottom: 20px;
  }

  /* landing4 */
  .custom_crm_ul {
    justify-content: center;
  }

  /* landing4 end */
  .landing3_font {
    font-size: 16px;
  }

  h1 {
    font-size: 34px;
  }

  .font_26 {
    font-size: 20px;
  }

  .font_32 {
    font-size: 26px !important;
  }

  .font_36 {
    font-size: 28px;
  }

  .font_42 {
    font-size: 34px !important;
  }

  .project_banner_ul li.rl_line::before {
    margin-left: 0;
  }

  .project_banner_ul li.rl_line::after {
    margin-right: 0;
  }
}

@media (max-width: 781px) {
  .testimonial-row .wp-block-group__inner-container .comments p {
    line-height: 27px;
    font-size: 16px;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: inherit !important;
  }

  figure.px-3 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .wp-block-column:has(> .gray-col) {
    width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {

  .line>.wp-block-group__inner-container::before,
  .line-right {
    margin-top: 15px !important;
  }

  .line-right {
    width: 76%;
  }

  /*  start mqp level2 css  */

  .features_left_col,
  .features_right_col {
    min-height: 290px;
  }

  .feature_content p {
    min-height: auto;
  }

  .level2_mqp_banner {
    background: transparent;
    background-image: url("https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/mqp-level2/mqp-level2-bg.jpg");

    background-size: cover !important;
  }

  /* end mqp level2 css  */
  /*  start mqp responsive css  */
  .mqp_portfolio_banner .banner_content h1,
  .level3_mqp_banner .banner_content h1,
  .level2_mqp_banner .banner_content h1 {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .mqp_level_1_video iframe {
    margin-left: 0px !important;
    width: 600px;
    max-width: 100%;
  }

  .mqp_portfolio_banner {
    background-image: none;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 3%, rgba(22, 36, 102, 0.6) 26%, rgba(248, 249, 252, 1) 92%);
  }

  .level3_mqp_banner {
    background-image: url("https://staging-dynamologic2021.kinsta.cloud/html-design/dl-html/images/mqp-level3/mqp3-banner-img.jpg") !important;
    min-height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .mqp_portfolio_banner .banner_content h1,
  .level2_mqp_banner .banner_content h1,
  .level3_mqp_banner .banner_content h1 {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .mqp_features_ul li {
    width: 18%;
  }

  .app_technologies_row span img {
    width: 40px;
  }

  /*  End mqp responsive css  */
  .industry_verticles_slider .slick-next {
    right: 46.8%;
  }

  .industry_verticles_slider .slick-prev {
    left: 46.8%;
  }

  .why_choose_link,
  .why_choose_link .wp-block-group__inner-container {
    justify-content: center;
  }

  .video_img::after {
    right: 13px;
  }

  .small_img {
    text-align: center;
  }

  .lr_border {
    padding: 0 5%;
  }

  .blue_white_bg {
    background: linear-gradient(to right, #f8fafe 0%, #979fc3 178%);
  }

  .why_choose li {
    border-left: 0px;
    text-align: center;
  }

  .why_choose li:nth-child(1),
  .why_choose li:nth-child(2) {
    border-bottom: 3px solid #ff3b33;
  }

  .modal-body .col-md-6 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .ipad_size_img img {
    max-height: 500px;
    width: auto;
  }

  .advantage_section .wp-block-columns,
  .why_choose {
    flex-wrap: wrap !important;
  }

  .why_choose li {
    width: 35% !important;
    flex-basis: 35% !important;
    max-width: 49% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .advantage_section .wp-block-columns .wp-block-column,
  .header-right-content,
  .wp-container-core-group-is-layout-48 .wp-block-columns,
  .wp-container-core-group-is-layout-48 .wp-block-group__inner-container {
    flex-basis: 100% !important;
    width: 100%;
    max-width: 100%;
  }

  /*    .wp-container-core-group-is-layout-48 .wp-block-column:first-child{
   display: none;
}*/
  .work-section .wp-container-core-group-is-layout-48 .wp-block-column:first-child {
    display: block !important;
  }

  .advantage_section .wp-block-columns .wp-block-column .about-us-card {
    min-height: auto !important;
  }

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

  .header-slider .slick-dots {
    bottom: -20px !important;
  }

  .header-slider figure img {
    max-height: 400px !important;
    width: auto !important;
  }

  .header-slider .wp-block-group__inner-container {
    width: 100%;
  }

  .header-slider figure {
    margin-top: 0px !important;
  }

  .wp-block-columns.benefits_row,
  .crm_services_row .blue_corner .wp-block-columns {
    flex-wrap: nowrap !important;
  }

  .wp-block-columns.benefits_row .wp-block-column.col-lg-9,
  .crm_services_row .blue_corner .wp-block-columns .wp-block-column:nth-child(1) {
    width: 75% !important;
    padding-left: 0px !important;
    flex-basis: 75% !important;
  }

  .wp-block-columns.benefits_row .wp-block-column.col-col-lg-3,
  .crm_services_row .blue_corner .wp-block-columns .wp-block-column:nth-child(2) {
    width: 25% !important;
    flex-basis: 25% !important;
  }

  .header-right-content h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .header-right-content .bg_blue h3 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .quranic-header {
    height: 400px;
  }

  .single-img {
    margin-top: 15px !important;
  }

  .ss_section {
    text-align: center !important;
  }

  .single-portfolio_items .screens-section,
  .single-portfolio_items .screens-section .container {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .screens-section img {
    width: 100%;
  }

  .apps_link a {
    font-size: 14px !important;
  }

  .header-bottom-div h5 {
    line-height: 22px;
    font-size: 15px;
  }

  .p5-ss-section img {
    border-radius: 12px;
  }

  .key-features-section h6,
  .tamer-section h6,
  .wrangler-pages h6 {
    font-size: 16px;
  }

  .form_div {
    margin-top: 20px;
  }

  .sec-col .btn {
    position: relative !important;
    bottom: 0px !important;
  }

  .jobs-content {
    min-height: 130px;
  }

  .large-screen-services-tabs {
    display: none;
  }

  .small-screen-services-tab-section {
    display: block !important;
  }

  .countries-li li {
    width: 24.5%;
  }

  .right-content {
    padding: 0px 10px;
  }

  .right-content .btn {
    margin-top: 10px !important;
  }

  .dropdown-menu.inner-ul-1 {
    min-width: 100% !important;
  }

  .services-header-img {
    margin-top: 0px !important;
  }

  .header-cell,
  .header-cell img {
    margin-top: 20px;
  }

  .circle-text {
    padding-left: 11px !important;
  }

  .circle-text.font_26 {
    padding-top: 15px;
  }

  .circle-heading {
    height: 100px;
    margin-top: 0px;
  }

  .reverse-col {
    flex-direction: column-reverse;
  }

  .small_img {
    text-align: center;
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .lp3_infographic_banner {
    flex-wrap: wrap !important;
  }

  .process_section .wp-block-columns .wp-block-column {
    width: 100%;
  }

  .lp3_infographic_banner .features_left_col .mqp_feature_img_box,
  .lp3_infographic_banner .features_right_col .mqp_feature_img_box {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    margin-top: auto !important;
    width: 100%;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .lp3_infographic_banner .features_right_col .mqp_feature_img_box {
    flex-direction: row-reverse;
  }

  .features_right_col .mqp_feature_img_box .feature_content {
    justify-content: flex-end;
  }

  .features_left_col .mqp_feature_img_box p,
  .features_right_col .mqp_feature_img_box p {
    font-size: 12px !important;
    line-height: 18px;
  }

  .features_left_col .mqp_feature_img_box .feature_icon_div,
  .features_right_col .mqp_feature_img_box .feature_icon_div {
    display: block;
  }

  .features_left_col .mqp_feature_img_box .feature_content,
  .features_right_col .mqp_feature_img_box .feature_content {
    width: calc(100% - 80px);
    align-items: flex-start;
  }

  .features_left_col .mqp_feature_img_box {
    text-align: left;
  }

  .features_right_col .mqp_feature_img_box {
    text-align: right;

  }

  /* ---------------------- */
  /* - BOOTSTRAP 4 - SOUS-MENU - */
  .clients_slider img {
    max-height: 65px;
    max-width: 190px;
  }

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

  .challanges_row {
    flex-direction: column;
  }

  .challanges_row .wp-block-column {
    width: 100% !important;
  }


  .filters .single_filter label {
    height: auto;
    font-size: 12px;
  }

  li {
    font-size: 14px !important;
  }

  .blog-header .header-row {
    flex-direction: column;
  }

  .pms-header .small-container {
    height: auto !important;
  }

  footer h4 {
    margin-bottom: 10px !important;
  }

  .wrangler-pages .card-body,
  .tamer-section .card-body {
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-cell,
  .header-cell img {
    margin-top: 30px;
  }

  .portfolio2-container {
    margin-top: 120px;
  }

  .portfolio2-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .small-container,
  .portfolio2-header .container,
  .planned-section .container,
  .nouvelle-small-container,
  .pms-header .container {
    width: 90%;
  }

  .reverse-row {
    flex-direction: column-reverse;
  }

  .case-studies-slider .owl-nav {
    display: none !important;
  }

  .gradient_bg {
    height: auto;
    padding: 20px 10px !important;
  }

  #autoModal .reverse_row {
    flex-direction: column-reverse;
  }

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

  .full-width .desc_box {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 576px) {
  :root {
    --sec-padding: 30px;
  }

  .pdf_infographic_img {
    position: absolute;
    z-index: 11;
    margin-left: -14px;
  }

  body #download-pdf .form_div {
    margin-top: 0px !important;
  }

  body #download-pdf .gradient_bg {
    height: auto !important;
  }

  .landing3_top .navbar-nav .nav-item a {
    font-size: 12px !important;
  }

  .slick-list .testimonial-row {
    height: 260px !important;
    min-height: 260px !important;
  }

  .testimonial-row .wp-block-group__inner-container .comments p {
    line-height: 18px;
    font-size: 12px !important;
  }

  .process_section :where(.wp-block-columns.is-layout-flex),
  .process_section :where(.is-layout-grid) {
    gap: 0px !important;
  }

  .single-landing footer>.container>.d-flex {
    justify-content: center !important;
    text-align: center;
  }

  /*mqp responsive css*/
  .explore_col {
    align-items: center !important;
  }

  .tech_div {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    align-items: flex-start !important;
  }

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

  .app_technologies_row span,
  .app_technologies_row p {
    width: 100%;
    padding: 7px 5px;
  }

  .download_btns_row img {
    max-height: 35px;
  }

  .download_btns_row {
    justify-content: center !important;
    width: 100%;
  }

  .large_font {
    font-size: 24px;
    margin-bottom: 35px;
    text-align: center;
  }

  .app_technologies_row {
    width: 700px;
  }

  .mqp_level_1_video iframe {
    height: 380px !important;
  }

  .ex_col .ex_btn_row {
    position: relative;
    bottom: auto;
  }

  .ex_col {
    padding-bottom: 50px;
  }

  .tech_div {
    overflow-x: auto;
  }

  .mqp_features_ul li {
    width: 30.5%;
  }

  .app_ss_section img,
  .app_ss_section figure img,
  .app_ss_section figure {
    width: 100%;
  }

  .two_column .w-50 {
    width: 100% !important;
  }

  /*  end mqp responsive css  */
  .lr_border p {
    text-align: left;
  }

  .lr_border .d-flex {
    justify-content: flex-start;
  }

  .filter_btn {
    font-size: 16px;
    height: 35px;
    margin-top: 16px !important;
  }

  .filter_btn i {
    font-size: 15px;
    padding-top: 2px;
  }

  .tech_table tr {
    display: flex;
  }

  .tech_table td {
    display: inline-flex;
    width: 25%;
    align-items: center;
  }

  .tech_table tr:first-child td:nth-child(3) {
    width: 35%;
  }

  .tech_table tr:first-child td:nth-child(4) {
    width: 15%;
  }

  .video_img::after {
    right: 2px;
    width: 100%;
  }

  .tech_table td {
    padding: 9px 6px;
    font-size: 9px;
  }

  .tech_table img {
    max-height: 20px;
    margin-right: 5px;
    max-width: 33px;
    border-radius: 0px;
  }

  .crm_services_row img {
    max-width: 125px;
  }

  .header-slider .carousel-item h1,
  .slider-content h1,
  .slider-content h2,
  .slider-content h3 {
    line-height: 32px;
    font-size: 26px !important;
  }

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

  .review_card {
    min-height: auto;
  }

  .lr_border {
    border-right: 0px;
    border-left: 0px;
    border-top: 1px solid lightgray;
    margin: 0 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    width: 100%;
  }

  .line>.wp-block-group__inner-container::before,
  .line::before,
  .line-right {
    display: none;
  }

  .blue_white_bg img {
    max-height: 46px;
    height: auto;
    max-width: 110px;
  }

  .testimonials_img img {
    max-height: inherit;
  }

  .blue_white_bg .work-slider img {
    max-height: 100%;
    max-width: 100%;
  }

  .why_choose_link a {
    margin: 6px;
    font-size: 14px;
  }

  .why_choose_link {
    justify-content: center;
  }

  .why_choose li {
    width: 48% !important;
    flex-basis: 48% !important;
  }

  .slick-slide .item {
    height: 80px;
    padding: 10px 5px;
  }

  .work-slider .slick-next {
    right: 43% !important;
  }

  .work-slider .slick-prev {
    left: 43% !important;
  }

  .modal-body .form_div {
    margin-top: 20px !important;
  }

  .gradient_bg {
    height: 250px !important;
  }

  .header-right-content .bg_blue h3 {
    font-size: 22px !important;
    line-height: 34px !important;
  }

  .footer-upper-section-row {
    flex-direction: column-reverse;
  }

  .footer-upper-section {
    padding: 40px 0px;
    margin-top: 120px;
  }

  .choices-table thead th,
  .choices-table td {
    padding: 6px !important;
    font-size: 10px !important;
  }

  .advantage_row .about-us-card {
    min-height: auto !important;
  }

  .crm_services_row .blue_corner .wp-block-columns,
  .want_crm_bg,
  .crm_process_row,
  .industry_verticals_section,
  .advantage_row,
  .industry_verticals_section .wp-block-columns,
  .development_service_row {
    flex-wrap: wrap !important;
  }

  .industry_verticals_section .single_industry_col {
    width: 100%;
    margin: 10px 0px;
  }

  .single_industry_col.lines_col {
    margin: 40px 0px;
  }

  .single_industry_col.lines_col::before,
  .single_industry_col.lines_col::after {
    transform: rotate(90deg);
    height: 100%;
    width: 1%;
  }

  .single_industry_col.lines_col p,
  .single_industry_col.lines_col a {
    position: relative;
    z-index: 1111;
  }

  .single_industry_col.lines_col::before {
    background-position: center;
    margin-top: -87px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .single_industry_col.lines_col::after {
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    bottom: -160px;
    width: 1%;
    height: auto;
  }

  .profile-img figure img {
    height: 50px !important;
    width: 50px !important;
  }

  .properties_row {
    flex-wrap: wrap;
  }

  .crm_services_row .blue_corner .wp-block-columns .wp-block-column,
  .why_crm_row .wp-block-column,
  .want_crm_bg .wp-block-group,
  .development_service_row .wp-block-column,
  .excel_in_row .wp-block-column,
  .what_we_do_row .wp-block-column,
  .properties_row .wp-block-column,
  .web_services_row .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .white-col {
    padding: 35px 25px;
    min-height: auto;
  }

  .properties_row .wp-block-column {
    height: auto !important;
  }

  .explore-more .wp-block-group__inner-container .wp-block-columns .wp-block-column {
    width: 48% !important;
  }

  .work-card .wrap .wrap-content h6 {
    font-size: 12px;
  }

  .header-slider .carousel-item h1,
  .slider-content h1,
  .slider-content h2,
  .slider-content h3 {
    line-height: 32px;
    font-size: 26px !important;
  }

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

  .filters input,
  .filters select {
    font-size: 10px !important;
    padding: 3px 8px;
  }

  .filters ::placeholder {
    font-size: 10px !important;
  }

  .single_filter .input-group {
    display: flex;
    flex-wrap: nowrap;
  }

  .filters .select_box::after {
    z-index: 1;
    height: 17px;
    width: 17px;
    border-radius: 4px;
    line-height: 17px;
    font-size: 10px;
    right: 5px;
    top: 27%;
  }

  .filters input,
  .filters select {
    height: 34px;
  }

  .filters input,
  .filters select .filters .single_filter.btns_col {
    width: 100% !important;
  }

  .btns_col .filter_btn {
    width: 50% !important;
  }


  .portfolio3-color-div .services-li {
    padding-left: 20px;
  }

  .portfolio3-color-div .services-li li {
    font-size: 10px !important;
    line-height: 20px !important;
  }

  .portfolio3-color-div .services-li li::before {
    margin-top: 7px;
  }

  .modal .close {
    margin-top: -15px;
    opacity: 1 !important;
    margin-right: -1px;
    box-shadow: 0px 0px 10px #acaaaa;
    z-index: 11111;
  }

  .gradient_bg p {
    font-size: 10px !important;
    line-height: 18px;
  }

  .grouped_li li {
    width: 100%;
  }

  .portfolio-header {
    height: 475px;
    background-position: bottom;
  }

  .nepc_banner {
    background-position: 88% 50%;
  }

  .portfolio3-color-div h4 {
    width: 30px;
    margin: 10px 10px;
  }

  .portfolio3-color-div {
    height: auto;
    padding: 40px 10px;
  }

  .inner-service-heading-2,
  .main_services_banner h1 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .header-slider h1 span,
  .header-slider h2 span,
  .header-slider h3 span {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .mobile-heading-3 {
    font-size: 20px !important;
  }

  .services-heading-2 {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .mobile-service-heading {
    font-size: 22px !important;
  }

  .about-us-card h3 {
    font-size: 18px;
  }

  .footer-heading {
    font-size: 18px !important;
  }

  h2.text-capitalize.heading_h2,
  h2.heading_h2 {
    font-size: 20px !important;
  }

  .heading_h3 {
    font-size: 16px;
    line-height: 20px !important;
  }

  .white-col p {
    font-size: 14px !important;
  }

  .container.boxes-container {
    padding-bottom: 0px !important;
  }

  .gray-col {
    padding: 0px !important;
  }

  .gray-col p {
    font-size: 15px !important;
  }

  .header-slider .carousel-item h1 span {
    font-size: 20px !important;
  }

  .testimonial-slider.owl-carousel .owl-item img {
    height: 60px;
    width: 60px;
  }

  .btn,
  .contact-form input[type="submit"] {
    font-size: 13px;
    padding: 10px 15px !important;
  }

  .location_top_btn .btn {
    font-size: 11px;
    padding: 10px 18px !important;
  }

  .resources-container .blog-content.card-body .btn {
    position: relative !important;
    bottom: -30px;
  }

  .why-d-col a.btn {
    text-align: center;
  }

  .side-img {
    margin-left: auto;
    margin-right: auto;
  }

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

  .tool3-small-desc img {
    width: 100% !important;
  }

  p,
  p.font_18 {
    font-size: 14px !important;
  }

  p.font_12 {
    font-size: 11px !important;
  }

  .work_tab .nav-link {
    font-size: 13px;
  }

  .form_icon {
    width: 45px;
    height: 45px;
  }

  .industry_box_wrap p {
    font-size: 13px !important;
  }

  .tool1-features ul li img {
    margin-right: 5px !important;
  }

  #section1 .tool1 h2 {
    font-size: 16px !important;
    left: 43px !important;
  }

  .soom-tool-detail h2 {
    left: 13px !important;
    font-size: 16px !important;
  }

  #section1 .tool7 h2 {
    top: 42px !important;
  }

  #section2 .tool1 h2 {
    left: 50px !important;
  }

  .mysection2 .right-arrow-img img {
    width: 100% !important;
  }

  .tool8-small-desc .images-class {
    padding-left: 0px !important;
  }

  .tool10 h2 {
    margin-left: 60px !important;
  }

  .tool1-features ul li {
    font-size: 14px !important;
    line-height: 28px !important;

  }

  .about-us-col {
    height: auto !important;
  }

  .overflow-img {
    margin-left: 0px;
  }

  .shadow-box {
    padding: 13px;
  }

  .shadow-box li::before {
    height: 15px;
    width: 15px;
    margin-left: -5px;
    margin-top: -7px;
  }

  .shadow-box .tag {
    padding: 5px;
    font-size: 10px;
  }

  .chalange-card {
    padding: 20px;
  }

  .header-container-fluid {
    position: relative;
  }

  .php-t-row .single-t {
    width: 46%;
  }

  .pms-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px !important;
  }

  .slider-content h3 span,
  .slider-content h2 span {
    font-size: 20px !important;
    line-height: 28px;
  }

  #counter .text,
  #counter span {
    font-size: 20px !important;
  }

  .single-counter img {
    height: 60px;
  }

  .single-counter p {
    padding-top: 0px !important;
    line-height: 15px;
  }

  .testimonial-row .profile-img {
    width: 60px;
  }

  .testimonial-row .comments {
    width: calc(100% - 70px);
  }

  .progress-circle,
  .progress-circle span,
  .value-bar,
  .left-half-clipper {
    height: 14em;
    width: 14em;
  }

  .progress-circle:after {
    width: 13.5em;
    height: 13.5em;
  }

  .progress-circle span img {
    height: 150px !important;
  }

  .progress-circle span {
    line-height: 14em;
  }

  .two {
    left: 93%;
    top: 82px;
  }

  .three {
    left: 84%;
    top: 223px;
  }

  .four {
    left: 40%;
    top: 268px;
  }

  .five {
    left: 1%;
    top: 180px;
  }

  .six {
    left: 7%;
    top: 55px;
  }

  .value-bar.second {

    clip: rect(0, 1.3em, 10em, 0);
    transform: rotate(182deg) !important;
  }

  .progress-circle.p20 .value-bar {
    transform: rotate(117deg);
    clip: rect(0, 1.8em, 10em, 0);
  }

  .value-bar.third {
    transform: rotate(240deg) !important;
  }

  .value-bar.fourth {
    transform: rotate(304deg) !important;
    clip: rect(0, 1.5em, 10em, 0) !important;
  }

  .value-bar.fifth {
    transform: rotate(355deg) !important;
  }

  .value-bar.sixth {
    transform: rotate(420deg) !important;
    clip: rect(0, 1em, 10em, 0) !important;
  }

  .value-bar.seventh {
    transform: rotate(420deg) !important;
    clip: rect(0, 1em, 10em, 0) !important;
    /*display: block;*/
  }

  .dropdown-menu {
    min-width: 10rem;
  }

  .p-row {
    padding: 20px;
    flex-wrap: wrap;
  }

  .p-icon {
    width: 100%;
  }

  .p-icon img {
    max-width: 100px;
  }

  .service_offer_card .wp-block-group__inner-container {
    justify-content: center;
    text-align: center;
  }

  .p-content {
    width: 100%;
  }

  .p-content h3 {
    font-size: 16px;
    margin: 15px 0px;
    color: #162466;
    font-weight: bold;
  }

  .left-cube {
    top: 300px;
    left: 40%;
  }

  .career-header-banner {
    padding: 50px 0px !important;
  }

  h4 {
    font-size: 18px;
  }

  .single-t {
    width: 46%;
    margin-right: auto;
    margin-left: auto;
  }

  .panel-heading {
    font-size: 13px;
    line-height: 25px;
  }

  .circle-text {
    font-size: 18px !important;
    padding-left: 11px !important;
  }

  .circle-text.font_26 {
    padding-top: 15px;
  }

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

  h4.font_30 {
    font-size: 24px !important;
  }

  .shadow-box li {
    width: 46%;
  }

  .countries-li li {
    width: 48%;
  }

  h2 {
    font-size: 28px;
  }

  .location-li li a {
    margin-right: 3px;
    padding: 7px 10px;
    font-size: 13px;
  }

  .location-li li {
    margin: 0px 0px 20px 0px;
  }

  .location-faq .header-link {
    font-size: 14px;
  }

  .panel .content {
    font-size: 13px !important;

  }

  .upper-footer-testimonial .slick-next,
  .lp_testimonial_slider .slick-next,
  .work-slider .slick-next,
  .case_studies_slider .slick-next,
  .mobile_screen_slider .slick-next,
  .exceptional_apps_sec .slick-next {
    right: 43%;
    top: auto;
  }

  .upper-footer-testimonial .slick-prev,
  .lp_testimonial_slider .slick-prev,
  .work-slider .slick-prev,
  .case_studies_slider .slick-prev,
  .mobile_screen_slider .slick-prev,
  .exceptional_apps_sec .slick-prev {
    left: 43%;
    top: auto;
  }

  .footer_links_ul li {
    padding: 0px 5px;
    font-size: 12px !important;
  }

  .footer_links_ul {
    justify-content: center;
    width: 100%;
    margin-top: 15px;
  }

  .industry_verticles_slider .slick-next,
  .logo_slider .slick-next {
    right: 43%;
  }

  .industry_verticles_slider .slick-prev,
  .logo_slider .slick-prev {
    left: 43%;
  }

  h5 {
    font-size: 18px;
  }

  .project_banner_ul li.rl_line::before {
    margin-left: -15px;
  }

  .project_banner_ul li.rl_line::after {
    margin-right: 9px;
  }

  .location2_top {
    background-position-x: -250px;
  }

  .font_32 {
    font-size: 20px !important;
  }
}



.oval,
.p1-li-img,
.p2-li-img,
.p3-li-img,
.p4-li-img,
.p5-li-img,
.p6-li-img {
  display: inline-block;
  background: url('https://staging-dynamologic2021.kinsta.cloud/html/services/images/sprite.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  margin-right: 10px;
}

.oval {
  background-position: -0px -0px;
  width: 69px;
  height: 40px;
}

.p1-li-img {
  background-position: -0px -40px;
  width: 44px;
  height: 35px;
}

.p2-li-img {
  background-position: -0px -75px;
  width: 44px;
  height: 41px;
}

.p3-li-img {
  background-position: -0px -116px;
  width: 44px;
  height: 35px;
}

.p4-li-img {
  background-position: -0px -151px;
  width: 44px;
  height: 35px;
}

.p5-li-img {
  background-position: -0px -186px;
  width: 44px;
  height: 41px;
}

.p6-li-img {
  background-position: -0px -227px;
  width: 44px;
  height: 41px;
}


.ourprocessclass .header-link {
  display: flex;
  align-items: center;
}


.ourprocessclass .header-link>div {
  margin-right: 10px;
}

.mobilearrow {
  display: none;
}

.dropdown-menu {
  top: 96%;
}


.main-menu:hover .dropdown-menu.main-ul {
  display: block !important;
  width: 100%;
}

.dropdown-menu.main-ul>.dropdown-submenu a:hover>ul.dropdown-menu {
  display: block;
}


ul.navbar-nav.mr-auto.mt-2.mt-lg-0.ml-0>li {
  display: inline-flex;
}


span.dropdown-toggle.mobiletarget {
  display: none;
}



.header-bottom.footer-logos {
  display: none;
}

body.page-template.page-template-about-us .header-bottom.footer-logos {
  display: block !important;
}

.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* LP comparison sec */
.comparison_table tr td {
  border-top: dashed 1px #363636;
  padding: 30px;
  align-content: center;
}

.comparison_table tr th,
.comparison_table tr:nth-of-type(1) td {
  border: none;
}

.comparison_table tr td:nth-of-type(1) {
  padding-left: 0px;
}

.comparison_table tr th {
  padding-bottom: 0px;
}

.comparison_table tr:nth-of-type(1) td {
  padding-top: 0px;
}

.comparison_heading_box_dl {
  background: linear-gradient(to bottom, rgba(255, 59, 51, 0.50) 0%, rgba(125, 185, 232, 0) 100%);
  min-height: 100px;
  border-radius: 30px 30px 0px 0px;

}

.comparison_heading_1 {
  padding: 10px 35px !important;
}

.comparison_heading_box {
  background: linear-gradient(to bottom, rgba(22, 36, 102, 0.50) 0%, rgba(22, 36, 102, 0.50) 1%, rgba(125, 185, 232, 0) 100%);
  min-height: 100px;
  border-radius: 30px 30px 0px 0px;

}

.comparison_heading_box_dl .comparison_heading {
  border-radius: 30px;
  border: 2px solid #FF3B33;
  background-color: #fff;
  color: #FF3B33;
  text-align: center;
  padding: 10px 20px;
}

.comparison_heading {
  border-radius: 30px;
  border: 2px solid #162466;
  background-color: #fff;
  color: #162466;
  text-align: center;
  padding: 10px 20px;
  min-height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services_link a:hover {
  /* color: #f04d22 !important; */
}

/* WordPress-style breadcrumb design */
/* WordPress-style breadcrumb design */
.services_breadcrumb {
  z-index: 1;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 10px;
  background: transparent;
  backdrop-filter: blur(6px);
  box-shadow: none;
  /* position: absolute; */
  margin: 10px;
  color: #fff;
}

/* Links */
.services_breadcrumb a {
  color: #fff;
  text-decoration: none;
  transition: all .25s ease;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 500;
}

/* Hover */
.services_breadcrumb a:hover {
  color: #ff4a3d;
}

/* Current page */
.services_breadcrumb .breadcrumb_last {
  color: #ff3b33;
  font-weight: 600;
  margin-left: 15px;
}

/* Underline animation base */
.services_breadcrumb a {
  position: relative;
}

/* Hidden underline */
.services_breadcrumb a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1.5px;
  background: #ff4a3d;
  transition: width .25s ease;
}

/* Hover effect */
.services_breadcrumb a:hover::after {
  width: 100%;
}

.breadcrumb_class1 {
  top: 80px;
  left: 0;
}

.breadcrumb_class2 {
  top: 85px;
  left: 10px;
}

/* Breadcrumb Styles */
/* .breadcrumb {
  font-size: 14px;
  margin-bottom: 1em;
  padding: 0;
  background: none;
  border-radius: 0;
}

.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li:not(:last-child)::after {
  content: '>';
  margin: 0 8px;
  color: #666;
}

.breadcrumb a {
  color: #0073e6;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.breadcrumb .current {
  color: #333;
  font-weight: bold;
} */

/* Mobile responsive */
@media (max-width: 600px) {
  .breadcrumb li:nth-child(2):not(:last-child)::after {
    content: '... >';
    margin: 0 8px;
  }

  .breadcrumb li:not(:first-child):not(:last-child) {
    display: none;
  }
}

/* References section */
.references_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.references_section .references_list_container {
  text-align: left;
}

.references_section .references_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.references_section .references_list li {
  margin-bottom: 12px;
}

.references_section .references_list a {
  color: #ffffff;
  text-decoration: underline;
  word-break: break-word;
}

.references_section .references_list a:hover {
  color: #d7e1ff;
}

.references_section p {
  color: rgba(255, 255, 255, 0.85);
}

.bg_blue {
  background-color: #162466;
}


@media (max-width: 991px) {
  .dropdown-submenu.show .dropdown-menu {
    display: block;
  }

  .nav-item.dropdown {
    margin-right: 0px;
  }

  .dropdown-submenu.show .dropdown-toggle-icon i {
    transform: rotate(180deg);
  }

  .dropdown-submenu i {
    justify-content: center;
  }

  .dropdown-submenu a {
    width: calc(100% - 30px);
    padding: 5px 10px;
  }

  .dropdown-menu p {
    padding: 0px 10px !important;
  }

  .dropdown-submenu {
    position: relative;
  }

  .navbar-nav .dropdown-submenu .dropdown-menu.main_dropdown_menu {
    top: 100%;
    left: 0px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    position: relative;
    background-color: #efefef;
    width: 95% !important;
    padding: 10px 0px;
  }

  .dropdown-submenu p {
    font-size: 13px !important;
    margin-bottom: 5px !important;
  }

  .navbar-nav .dropdown-menu {
    position: relative;
  }

  .dropdown-toggle-icon .fa-long-arrow-alt-right:before {
    content: "\f107";
  }

  .navbar-nav .dropdown-menu.dropdown-explore, .navbar-nav .dropdown-menu.submenu_nav, .navbar-nav .dropdown-menu.location_dropdown {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: auto !important;
  }

  .navbar-nav ul {
    border-radius: 4px !important;
  }

  .location2_top .navbar-nav .nav-item .nav-link {
    padding: 10px 0px !important;
    font-weight: 500;
  }

  .location2_top .navbar-nav {
    margin-top: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .navbar-toggler {
    border: 0px !important;
    padding: 0px !important;
  }

  .navbar-toggler-icon i {
    color: #fff;
    font-size: 24px;
    background-color: #ff3b33;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }

  .hire-btn {
    margin: 10px 0px 30px 0px !important;
    padding: 7px 20px !important;
    border-radius: 50px !important;
    background-color: #ff3b33 !important;
    color: #fff !important;
    font-weight: 600;
  }

  .dropdown-submenu a.dropdown-item, .dropdown-menu li a.dropdown-item, .main_dropdown_menu li a.dropdown-item, .explore-menu li a.dropdown-item {
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: visible !important;
    text-overflow: unset !important;
  }
  
}

@media (max-width: 992px) {
  .custom-breadcrumb-spacing {
    margin-top: 20px !important;
  }

  .services_breadcrumb .breadcrumb_last {
    margin-left: 0px;
  }

  .services_breadcrumb a {
    margin-left: 0px;
  }

  .services_breadcrumb {
    font-size: 10px;
    padding: 5px;
  }
}

/* Reference Highlighting */
#references_section li {
  scroll-margin-top: 100px;
  /* Offset for sticky header */
}

#references_section li:target {
  background-color: #eef6ff;
  /* Light creamy bluish */
  transition: background-color 0.5s ease;
  border-radius: 4px;
  padding: 2px 10px;
  border: 1px dashed #162466;
}

html {
  scroll-behavior: smooth;
}

/* Software Solutions Section Customizations */
.software-solution-card {
  transition: none !important;
}

.software-solution-card:hover {
  box-shadow: none !important;
  border-color: rgba(255, 59, 51, 0.3) !important;
}

.learn-more-link {
  display: inline-block;
  color: #fff !important;
  background-color: #162466;
  font-weight: 600;
  text-decoration: none !important;
  padding: 10px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-size: 14px;
  text-transform: uppercase;
  border: none !important;
  margin-top: 15px;
}

.learn-more-link:hover {
  background-color: #FF3B33;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(255, 59, 51, 0.4);
  transform: translateY(-2px);
}

/* Table Bullets for Breakdown Tables */
.table_bullets {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
  display: inline-block;
}

.table_bullets li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.table_bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #FF3B33;
  font-weight: bold;
}

.breakdown_table td {
  vertical-align: top !important;
  padding: 20px 15px !important;
}

.breakdown_table .weight_bold {
  min-width: 150px;
}


/* responsive issues */
@media only screen and (max-width: 1367px) {
  .location2_top .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}

/* Footer Badges Styles */
.footer-badges {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}

@media (max-width: 991px) {
  .badge-box {
    margin-bottom: 15px;
  }

  .location2_top .navbar-nav .nav-item {
    padding: 0px 0px 0 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .dropdown-menu {
    width: 350px;
    left: -50px;
  }
}

@media screen and (min-width: 1025px) {
.font_2em {
  font-size: 3em;
}
}