@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Oswald:400,500,600,700|Work+Sans:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Oswald:400,500,600,700|Work+Sans:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
@font-face {
  font-family: "Theinhardt-Pan";
  src: url("../fonts/Theinhardt-Pan-Light.otf") format("otf"),
    url("../fonts/Theinhardt-Pan-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Theinhardt-Pan";
  src: url("../fonts/Theinhardt-Pan-Medium.otf") format("otf"),
    url("../fonts/Theinhardt-Pan-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Theinhardt-Pan";
  src: url("../fonts/Theinhardt-Pan-Regular.otf") format("otf"),
    url("../fonts/Theinhardt-Pan-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* chat not working 20/Nov/2019*/
.zsiq_floatmain {
  display: none !important;
}
.element::after {
  display: block;
  content: "";
  clear: both;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  font-family: "Theinhardt-Pan", sans-serif !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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

html {
  scroll-behavior: smooth;
}

p {
  /* font-family: 'Montserrat', sans-serif !important; */
  line-height: 1.88;

  letter-spacing: 0;
  font-weight: 300 !important;
}
/*claribot*/
.new-get {
  position: fixed;
  top: 50%;
  transform: rotate(-90deg);
  left: -20px;
  z-index: 999;
}
.claribot {
  box-shadow: 0 6px 20px rgba(2, 0, 71, 0.5);
  border-radius: 10px;
  padding: 10px;
  width: 150px;
  background-color: #020047;
}
#v-claritbot {
  padding: 0px 0px !important;
  margin: 0px 60px 0px 0px;
  display: inline-block;
}
/*claribot*/

@media (min-width: 320px) and (max-width: 767px) {
  /* p {
    font-size: 12px;
    line-height: 1.5
  } */
}

body {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 16px;
  background-color: #fff;
  line-height: 1.88;
  color: #999;
  font-weight: 400;
}

@media (min-width: 320px) and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

.bg-new-test {
  background: url(../img/h4-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
}

.responsive-width {
  width: 100%;
  height: auto;
}

.Mobile-pad {
  display: block;
}

@media (min-width: 1200px) {
  .Mobile-pad {
    display: block;
  }
}

@media (min-width: 320px) and (max-width: 599px) {
  .Mobile-pad {
    display: none;
  }
}

.pad-5 {
  padding: 5px;
}

.pad-10 {
  padding: 10px;
}

.pad-15 {
  padding: 15px;
}

.pad-20 {
  padding: 20px;
}

.pad-25 {
  padding: 25px;
}

.pad-30 {
  padding: 30px;
}

.pad-35 {
  padding: 35px;
}

.pad-40 {
  padding: 40px;
}

.pad-0 {
  padding: 0px;
}

.pad-hr5 {
  padding: 0px 5px;
}

.pad-hr10 {
  padding: 0px 10px;
}

.pad-hr15 {
  padding: 0px 15px;
}

.pad-hr20 {
  padding: 0px 20px;
}

.pad-hr25 {
  padding: 0px 25px;
}

.pad-hr30 {
  padding: 0px 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pad-hr30 {
    padding: 0px 0px;
  }
}

.pad-hr35 {
  padding: 0px 35px;
}

.pad-hr40 {
  padding: 0px 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pad-hr40 {
    padding: 0px 0px;
  }
}

.pad-vr5 {
  padding: 5px 0px;
}

.pad-vr10 {
  padding: 10px 0px !important;
}

.pad-vr15 {
  padding: 15px 0px;
}

.pad-vr20 {
  padding: 20px 0px;
}

.pad-vr25 {
  padding: 25px 0px;
}

.pad-vr30 {
  padding: 30px 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pad-vr30 {
    padding: 10px 0px !important;
  }
}

.pad-vr35 {
  padding: 35px 0px;
}

.pad-vr40 {
  padding: 40px 0px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pad-vr40 {
    padding: 15px 0px !important;
  }
}

.pad-vr50 {
  padding: 50px 0px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pad-vr50 {
    padding: 10px 0px !important;
  }
}

.pad-tp8pr {
  padding-top: 7% !important;
}

.pad-tp60 {
  padding-top: 60px !important;
}

.mar-zero {
  margin: 0 !important;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }
}

@-moz-keyframes fade-out {
  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }
}

@keyframes fade-out {
  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }
}

@-webkit-keyframes slider-sm {
  0% {
    background-image: url(../img/header-slider/banner-1-sm.jpg);
  }

  33% {
    background-image: url(../img/header-slider/banner-2-sm.jpg);
  }

  66% {
    background-image: url(../img/header-slider/banner-3-sm.jpg);
  }

  100% {
    background-image: url(../img/header-slider/banner-1-sm.jpg);
  }
}

@-moz-keyframes slider-sm {
  0% {
    background-image: url(../img/header-slider/banner-1-sm.jpg);
  }

  33% {
    background-image: url(../img/header-slider/banner-2-sm.jpg);
  }

  66% {
    background-image: url(../img/header-slider/banner-3-sm.jpg);
  }

  100% {
    background-image: url(../img/header-slider/banner-1-sm.jpg);
  }
}

@keyframes slider-sm {
  0% {
    background-image: url(../img/header-slider/banner-1-sm.jpg);
  }

  33% {
    background-image: url(../img/header-slider/banner-2-sm.jpg);
  }

  66% {
    background-image: url(../img/header-slider/banner-3-sm.jpg);
  }

  100% {
    background-image: url(../img/header-slider/banner-1-sm.jpg);
  }
}

@-webkit-keyframes slider-lg {
  0% {
    background-image: url(../img/header-slider/banner-1.jpg);
  }

  33% {
    background-image: url(../img/header-slider/banner-2.jpg);
  }

  66% {
    background-image: url(../img/header-slider/banner-3.jpg);
  }

  100% {
    background-image: url(../img/header-slider/banner-1.jpg);
  }
}

@-moz-keyframes slider-lg {
  0% {
    background-image: url(../img/header-slider/banner-1.jpg);
  }

  33% {
    background-image: url(../img/header-slider/banner-2.jpg);
  }

  66% {
    background-image: url(../img/header-slider/banner-3.jpg);
  }

  100% {
    background-image: url(../img/header-slider/banner-1.jpg);
  }
}

@keyframes slider-lg {
  0% {
    background-image: url(../img/header-slider/banner-1.jpg);
  }

  33% {
    background-image: url(../img/header-slider/banner-2.jpg);
  }

  66% {
    background-image: url(../img/header-slider/banner-3.jpg);
  }

  100% {
    background-image: url(../img/header-slider/banner-1.jpg);
  }
}

#v-gradient {
  background-image: linear-gradient(45deg, #020047 0%, #19175f 100%);
  -webkit-box-shadow: 0 6px 20px rgba(2, 0, 71, 0.5);
  -moz-box-shadow: 0 6px 20px rgba(2, 0, 71, 0.5);
  box-shadow: 0 6px 20px rgba(2, 0, 71, 0.5);
  background-color: #020047;
  color: #fff;
  padding: 8px 22px !important;
  border-radius: 5px;
  text-decoration: none;
}

@media (min-width: 320px) and (max-width: 1024px) {
  #v-gradient {
    font-size: 13px;
    text-align: center;
    padding: 5px 10px !important;
    margin: 5px 60px 0px 0px;
    display: inline-block;
  }
}

.form-bottom {
  margin-bottom: 2rem;
}
.ctl-grad-button {
  background: #fff;
  width: 100% !important;
  border-radius: 7px;
  border: 2px solid #020047;
  color: #020047;
  padding: 8px 20px;
  font-weight: 300;
  cursor: pointer;
}

.ctl-grad-button:hover {
  color: #fff !important;
  background: #020047;
}

.ctl-grad-button:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  display: block;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  /* font-family: "Open Sans", sans-serif; */
  font-weight: 400;
}

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

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

@media (min-width: 320px) and (max-width: 599px) {
  .ctl-container {
    width: 100%;
  }
}

.ctl-container-full {
  width: 100%;
}

@media (min-width: 1200px) {
  .ctl-container-full {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 599px) {
  .ctl-container-full {
    width: 100%;
  }
}

.rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row {
  max-width: 100%;
}
.column-one,
.column-two,
.column-three,
.column-four,
.column-five,
.column-six,
.column-seven,
.column-eight,
.column-nine,
.column-ten,
.column-eleven,
.column-twelve {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
}

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

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

@media (min-width: 320px) {
  .column-one {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-offset-one {
    width: 0%;
  }

  .column-two {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-offset-two {
    width: 0%;
  }

  .column-three {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-offset-three {
    width: 0%;
  }

  .column-four {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-offset-four {
    width: 0%;
  }

  .column-five {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-offset-five {
    width: 0%;
  }

  .column-six {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-offset-six {
    width: 0%;
  }

  .column-seven {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-offset-seven {
    width: 0%;
  }

  .column-eight {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-offset-eight {
    width: 0%;
  }

  .column-nine {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-offset-nine {
    width: 0%;
  }

  .column-ten {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-offset-ten {
    width: 0%;
  }

  .column-eleven {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-offset-eleven {
    width: 0%;
  }

  .column-twelve {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-offset-twelve {
    width: 0%;
  }
}

@media (min-width: 768px) {
  .column-one {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .column-two {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .column-three {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-four {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .column-five {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .column-six {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-seven {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .column-eight {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .column-nine {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-ten {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .column-eleven {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .column-twelve {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-offset-one {
    max-width: 8.333333%;
  }

  .column-offset-two {
    max-width: 16.666667%;
  }

  .column-offset-three {
    max-width: 25%;
  }

  .column-offset-four {
    max-width: 33.333333%;
  }

  .column-offset-five {
    max-width: 41.666667%;
  }

  .column-offset-six {
    max-width: 50%;
  }

  .column-offset-seven {
    max-width: 58.333333%;
  }

  .column-offset-eight {
    max-width: 66.666%;
  }

  .column-offset-nine {
    max-width: 75%;
  }

  .column-offset-ten {
    max-width: 83.333333%;
  }

  .column-offset-eleven {
    max-width: 91.666667%;
  }

  .column-offset-twelve {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .column-one {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .column-two {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .column-three {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-four {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .column-five {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .column-six {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-seven {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .column-eight {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .column-nine {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-ten {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .column-eleven {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .column-twelve {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-offset-one {
    max-width: 8.333333%;
  }

  .column-offset-two {
    max-width: 16.666667%;
  }

  .column-offset-three {
    max-width: 25%;
  }

  .column-offset-four {
    max-width: 33.333333%;
  }

  .column-offset-five {
    max-width: 41.666667%;
  }

  .column-offset-six {
    max-width: 50%;
  }

  .column-offset-seven {
    max-width: 58.333333%;
  }

  .column-offset-eight {
    max-width: 66.666%;
  }

  .column-offset-nine {
    max-width: 75%;
  }

  .column-offset-ten {
    max-width: 83.333333%;
  }

  .column-offset-eleven {
    max-width: 91.666667%;
  }

  .column-offset-twelve {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .column-one {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .column-two {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .column-three {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-four {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .column-five {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .column-six {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-seven {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .column-eight {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .column-nine {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-ten {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .column-eleven {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .column-twelve {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .column-offset-one {
    width: 8.333333%;
  }

  .column-offset-two {
    width: 16.666667%;
  }

  .column-offset-three {
    width: 25%;
  }

  .column-offset-four {
    width: 33.333%;
  }

  .column-offset-five {
    width: 41.666667%;
  }

  .column-offset-six {
    width: 50%;
  }

  .column-offset-seven {
    width: 58.333333%;
  }

  .column-offset-eight {
    width: 66.666%;
  }

  .column-offset-nine {
    width: 75%;
  }

  .column-offset-ten {
    width: 83.333333%;
  }

  .column-offset-eleven {
    width: 91.666667%;
  }

  .column-offset-twelve {
    width: 100%;
  }
}

.testimonials .slide {
  background: transparent !important;
  overflow: initial !important;
}

.slidecard {
  margin: 0 auto;
}

.slidecard .carousel-item {
  min-height: 300px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slidecard .carousel-item {
    min-height: 480px !important;
  }
  #ctl-main-footer .ctl-footer-content ul {
    margin-left: 0px !important;
  }
  #ctl-main-footer .ctl-footer-content {
    padding: 0px 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .slidecard .carousel-item {
    min-height: 150px;
  }
}

.slidecard .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}

.slidecard .carousel-caption h3 {
  color: #3d3d3d;
}

.slidecard .carousel-caption p {
  line-height: 30px;
}

.slidecard .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}

.slidecard .carousel-caption .col-sm-9 {
  text-align: left;
}

.slidecard .testimonial-author {
  color: #ffffff;
  text-align: right;
}

.slidecard .testimonial-quote {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  padding: 0 15px;
  text-align: justify;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slidecard .testimonial-quote {
    font-size: 12px;
    line-height: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .slidecard .testimonial-quote {
    font-size: 14px;
    line-height: 25px !important;
  }
}

.slidecard .carousel-control-prev,
.slidecard .carousel-control-next {
  color: #3d3d3d !important;
  opacity: 1 !important;
}

.slidecard .carousel-control-prev {
  left: -110px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slidecard .carousel-control-prev {
    left: -40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .slidecard .carousel-control-prev {
    left: -10px;
    bottom: -100px;
  }
}

.slidecard .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("../img/left-arrow-red.png");
}

.slidecard .carousel-control-next {
  right: -110px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slidecard .carousel-control-next {
    right: -40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .slidecard .carousel-control-next {
    right: -10px;
    bottom: -100px;
  }
}

.slidecard .carousel-control-next .carousel-control-next-icon {
  background-image: url("../img/right-arrow-red.png");
}

#demo .carousel-inner .carousel-item {
  position: relative;
}

#demo .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

#demo .carousel-inner .carousel-item .carousel-caption .ctl-banner-box {
  position: relative;
  padding: 30px 0px;
}

#demo .carousel-inner .carousel-item .carousel-caption .ctl-banner-box h3 {
  color: #fab4c5;
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-animation: fadeOutRight 1s both;
  animation: fadeOutRight 1s both;
  margin: 0 0 20px 0;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  padding: 0;
}

#demo .carousel-inner .carousel-item .carousel-caption .ctl-banner-box h5 {
  margin: 0;
  padding: 0;
  color: #fff;
  -webkit-animation: fadeOutLeft 1s both;
  animation: fadeOutLeft 1s both;
  font-size: 20px;
}

#demo
  .carousel-inner
  .carousel-item
  .carousel-caption
  .ctl-banner-box
  .ctl-banner-card {
  position: absolute;
  top: 0;
  left: 7.5%;
  width: 85%;
  height: 100%;
  border: 10px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  transform: translate(0%, 0%);
  z-index: -1;
}

#demo .carousel-control-next {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  color: #fff;
  z-index: 5;
}

#demo .carousel-control-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  color: #fff;
  z-index: 5;
}
.homepage-hero .cubes {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
  z-index: 17;
  background-size: 2100px !important;
  background-position: right -1400px bottom -542px !important;
  opacity: 0.25;
  pointer-events: none;
}
.homepage-hero .cubes {
  background: transparent
    url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.2%22%20baseProfile%3D%22tiny-ps%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20492%20268%22%20width%3D%22492%22%20height%3D%22268%22%3E%0D%0A%3Cstyle%3E%0D%0A.shp0%20%7B%20fill%3A%20none%3Bstroke%3A%20%23fff%20%7D%20%0D%0A%3C%2Fstyle%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%20216.39L260.12%20233.03L260.12%20266.4L231.25%20249.84L231.25%20216.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%20216.39L260.12%20199.84L288.99%20216.39L260.12%20233.03L231.25%20216.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%20233.03L288.99%20216.39L288.99%20249.84L260.12%20266.4L260.12%20233.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M245.68%20224.71L260.12%20233.03L260.12%20249.75L245.68%20241.48L245.68%20224.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M245.68%20224.71L260.12%20216.48L274.55%20224.71L260.12%20233.03L245.68%20224.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%20233.03L274.55%20224.71L274.55%20241.48L260.12%20249.75L260.12%20233.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%20216.47L317.85%20233.12L317.85%20266.48L288.99%20249.92L288.99%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%20216.47L317.85%20199.92L346.72%20216.47L317.85%20233.12L288.99%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%20233.12L346.72%20216.47L346.72%20249.92L317.85%20266.48L317.85%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M303.42%20224.8L317.85%20233.12L317.85%20249.84L303.42%20241.56L303.42%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M303.42%20224.8L317.85%20216.56L332.29%20224.8L317.85%20233.12L303.42%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%20233.12L332.29%20224.8L332.29%20241.56L317.85%20249.84L317.85%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%20216.47L433.33%20233.12L433.33%20266.48L404.46%20249.92L404.46%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%20216.47L433.33%20199.92L462.2%20216.47L433.33%20233.12L404.46%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%20233.12L462.2%20216.47L462.2%20249.92L433.33%20266.48L433.33%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M418.89%20224.8L433.33%20233.12L433.33%20249.84L418.89%20241.56L418.89%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M418.89%20224.8L433.33%20216.56L447.76%20224.8L433.33%20233.12L418.89%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%20233.12L447.76%20224.8L447.76%20241.56L433.33%20249.84L433.33%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%20216.47L375.59%20233.12L375.59%20266.48L346.72%20249.92L346.72%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%20216.47L375.59%20199.92L404.46%20216.47L375.59%20233.12L346.72%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%20233.12L404.46%20216.47L404.46%20249.92L375.59%20266.48L375.59%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M361.16%20224.8L375.59%20233.12L375.59%20249.84L361.16%20241.56L361.16%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M361.16%20224.8L375.59%20216.56L390.03%20224.8L375.59%20233.12L361.16%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%20233.12L390.03%20224.8L390.03%20241.56L375.59%20249.84L375.59%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M0.3%20216.39L29.17%20233.03L29.17%20266.4L0.3%20249.84L0.3%20216.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M0.3%20216.39L29.17%20199.84L58.04%20216.39L29.17%20233.03L0.3%20216.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%20233.03L58.04%20216.39L58.04%20249.84L29.17%20266.4L29.17%20233.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M14.74%20224.71L29.17%20233.03L29.17%20249.75L14.74%20241.48L14.74%20224.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M14.74%20224.71L29.17%20216.48L43.6%20224.71L29.17%20233.03L14.74%20224.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%20233.03L43.6%20224.71L43.6%20241.48L29.17%20249.75L29.17%20233.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%20216.47L86.91%20233.12L86.91%20266.48L58.04%20249.92L58.04%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%20216.47L86.91%20199.92L115.78%20216.47L86.91%20233.12L58.04%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%20233.12L115.78%20216.47L115.78%20249.92L86.91%20266.48L86.91%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M72.47%20224.8L86.91%20233.12L86.91%20249.84L72.47%20241.56L72.47%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M72.47%20224.8L86.91%20216.56L101.34%20224.8L86.91%20233.12L72.47%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%20233.12L101.34%20224.8L101.34%20241.56L86.91%20249.84L86.91%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%20216.47L202.38%20233.12L202.38%20266.48L173.51%20249.92L173.51%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%20216.47L202.38%20199.92L231.25%20216.47L202.38%20233.12L173.51%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%20233.12L231.25%20216.47L231.25%20249.92L202.38%20266.48L202.38%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M187.95%20224.8L202.38%20233.12L202.38%20249.84L187.95%20241.56L187.95%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M187.95%20224.8L202.38%20216.56L216.82%20224.8L202.38%20233.12L187.95%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%20233.12L216.82%20224.8L216.82%20241.56L202.38%20249.84L202.38%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%20216.47L144.64%20233.12L144.64%20266.48L115.78%20249.92L115.78%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%20216.47L144.64%20199.92L173.51%20216.47L144.64%20233.12L115.78%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%20233.12L173.51%20216.47L173.51%20249.92L144.64%20266.48L144.64%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M130.21%20224.8L144.64%20233.12L144.64%20249.84L130.21%20241.56L130.21%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M130.21%20224.8L144.64%20216.56L159.08%20224.8L144.64%20233.12L130.21%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%20233.12L159.08%20224.8L159.08%20241.56L144.64%20249.84L144.64%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%20166.47L346.72%20183.11L346.72%20216.47L317.85%20199.92L317.85%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%20166.47L346.72%20149.92L375.59%20166.47L346.72%20183.11L317.85%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%20183.11L375.59%20166.47L375.59%20199.92L346.72%20216.47L346.72%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M332.29%20174.79L346.72%20183.11L346.72%20199.83L332.29%20191.56L332.29%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M332.29%20174.79L346.72%20166.56L361.16%20174.79L346.72%20183.11L332.29%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%20183.11L361.16%20174.79L361.16%20191.56L346.72%20199.83L346.72%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%20166.47L288.99%20183.11L288.99%20216.47L260.12%20199.92L260.12%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%20166.47L288.99%20149.92L317.85%20166.47L288.99%20183.11L260.12%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%20183.11L317.85%20166.47L317.85%20199.92L288.99%20216.47L288.99%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M274.55%20174.79L288.99%20183.11L288.99%20199.83L274.55%20191.56L274.55%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M274.55%20174.79L288.99%20166.56L303.42%20174.79L288.99%20183.11L274.55%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%20183.11L303.42%20174.79L303.42%20191.56L288.99%20199.83L288.99%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%20116.39L260.12%20133.03L260.12%20166.39L231.25%20149.83L231.25%20116.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%20116.39L260.12%2099.83L288.99%20116.39L260.12%20133.03L231.25%20116.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%20133.03L288.99%20116.39L288.99%20149.83L260.12%20166.39L260.12%20133.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M245.68%20124.71L260.12%20133.03L260.12%20149.75L245.68%20141.47L245.68%20124.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M245.68%20124.71L260.12%20116.47L274.55%20124.71L260.12%20133.03L245.68%20124.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%20133.03L274.55%20124.71L274.55%20141.47L260.12%20149.75L260.12%20133.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%20116.47L317.85%20133.11L317.85%20166.47L288.99%20149.92L288.99%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%20116.47L317.85%2099.91L346.72%20116.47L317.85%20133.11L288.99%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%20133.11L346.72%20116.47L346.72%20149.92L317.85%20166.47L317.85%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M303.42%20124.79L317.85%20133.11L317.85%20149.83L303.42%20141.55L303.42%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M303.42%20124.79L317.85%20116.55L332.29%20124.79L317.85%20133.11L303.42%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%20133.11L332.29%20124.79L332.29%20141.55L317.85%20149.83L317.85%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%20166.47L462.2%20183.11L462.2%20216.47L433.33%20199.92L433.33%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%20166.47L462.2%20149.92L491.07%20166.47L462.2%20183.11L433.33%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M462.2%20183.11L491.07%20166.47L491.07%20199.92L462.2%20216.47L462.2%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M447.76%20174.79L462.2%20183.11L462.2%20199.83L447.76%20191.56L447.76%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M447.76%20174.79L462.2%20166.56L476.63%20174.79L462.2%20183.11L447.76%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M462.2%20183.11L476.63%20174.79L476.63%20191.56L462.2%20199.83L462.2%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%20166.47L404.46%20183.11L404.46%20216.47L375.59%20199.92L375.59%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%20166.47L404.46%20149.92L433.33%20166.47L404.46%20183.11L375.59%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%20183.11L433.33%20166.47L433.33%20199.92L404.46%20216.47L404.46%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M390.03%20174.79L404.46%20183.11L404.46%20199.83L390.03%20191.56L390.03%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M390.03%20174.79L404.46%20166.56L418.89%20174.79L404.46%20183.11L390.03%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%20183.11L418.89%20174.79L418.89%20191.56L404.46%20199.83L404.46%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%20116.47L433.33%20133.11L433.33%20166.47L404.46%20149.92L404.46%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%20116.47L433.33%2099.91L462.2%20116.47L433.33%20133.11L404.46%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%20133.11L462.2%20116.47L462.2%20149.92L433.33%20166.47L433.33%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M418.89%20124.79L433.33%20133.11L433.33%20149.83L418.89%20141.55L418.89%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M418.89%20124.79L433.33%20116.55L447.76%20124.79L433.33%20133.11L418.89%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%20133.11L447.76%20124.79L447.76%20141.55L433.33%20149.83L433.33%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%20116.47L375.59%20133.11L375.59%20166.47L346.72%20149.92L346.72%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%20116.47L375.59%2099.91L404.46%20116.47L375.59%20133.11L346.72%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%20133.11L404.46%20116.47L404.46%20149.92L375.59%20166.47L375.59%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M361.16%20124.79L375.59%20133.11L375.59%20149.83L361.16%20141.55L361.16%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M361.16%20124.79L375.59%20116.55L390.03%20124.79L375.59%20133.11L361.16%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%20133.11L390.03%20124.79L390.03%20141.55L375.59%20149.83L375.59%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%20166.47L115.78%20183.11L115.78%20216.47L86.91%20199.92L86.91%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%20166.47L115.78%20149.92L144.64%20166.47L115.78%20183.11L86.91%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%20183.11L144.64%20166.47L144.64%20199.92L115.78%20216.47L115.78%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M101.34%20174.79L115.78%20183.11L115.78%20199.83L101.34%20191.56L101.34%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M101.34%20174.79L115.78%20166.56L130.21%20174.79L115.78%20183.11L101.34%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%20183.11L130.21%20174.79L130.21%20191.56L115.78%20199.83L115.78%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%20166.47L58.04%20183.11L58.04%20216.47L29.17%20199.92L29.17%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%20166.47L58.04%20149.92L86.91%20166.47L58.04%20183.11L29.17%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%20183.11L86.91%20166.47L86.91%20199.92L58.04%20216.47L58.04%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M43.6%20174.79L58.04%20183.11L58.04%20199.83L43.6%20191.56L43.6%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M43.6%20174.79L58.04%20166.56L72.47%20174.79L58.04%20183.11L43.6%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%20183.11L72.47%20174.79L72.47%20191.56L58.04%20199.83L58.04%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M0.3%20116.39L29.17%20133.03L29.17%20166.39L0.3%20149.83L0.3%20116.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M0.3%20116.39L29.17%2099.83L58.04%20116.39L29.17%20133.03L0.3%20116.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%20133.03L58.04%20116.39L58.04%20149.83L29.17%20166.39L29.17%20133.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M14.74%20124.71L29.17%20133.03L29.17%20149.75L14.74%20141.47L14.74%20124.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M14.74%20124.71L29.17%20116.47L43.6%20124.71L29.17%20133.03L14.74%20124.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%20133.03L43.6%20124.71L43.6%20141.47L29.17%20149.75L29.17%20133.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%20116.47L86.91%20133.11L86.91%20166.47L58.04%20149.92L58.04%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%20116.47L86.91%2099.91L115.78%20116.47L86.91%20133.11L58.04%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%20133.11L115.78%20116.47L115.78%20149.92L86.91%20166.47L86.91%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M72.47%20124.79L86.91%20133.11L86.91%20149.83L72.47%20141.55L72.47%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M72.47%20124.79L86.91%20116.55L101.34%20124.79L86.91%20133.11L72.47%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%20133.11L101.34%20124.79L101.34%20141.55L86.91%20149.83L86.91%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%20166.47L231.25%20183.11L231.25%20216.47L202.38%20199.92L202.38%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%20166.47L231.25%20149.92L260.12%20166.47L231.25%20183.11L202.38%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%20183.11L260.12%20166.47L260.12%20199.92L231.25%20216.47L231.25%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M216.82%20174.79L231.25%20183.11L231.25%20199.83L216.82%20191.56L216.82%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M216.82%20174.79L231.25%20166.56L245.68%20174.79L231.25%20183.11L216.82%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%20183.11L245.68%20174.79L245.68%20191.56L231.25%20199.83L231.25%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%20166.47L173.51%20183.11L173.51%20216.47L144.64%20199.92L144.64%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%20166.47L173.51%20149.92L202.38%20166.47L173.51%20183.11L144.64%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%20183.11L202.38%20166.47L202.38%20199.92L173.51%20216.47L173.51%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M159.08%20174.79L173.51%20183.11L173.51%20199.83L159.08%20191.56L159.08%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M159.08%20174.79L173.51%20166.56L187.95%20174.79L173.51%20183.11L159.08%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%20183.11L187.95%20174.79L187.95%20191.56L173.51%20199.83L173.51%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%20116.47L202.38%20133.11L202.38%20166.47L173.51%20149.92L173.51%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%20116.47L202.38%2099.91L231.25%20116.47L202.38%20133.11L173.51%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%20133.11L231.25%20116.47L231.25%20149.92L202.38%20166.47L202.38%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M187.95%20124.79L202.38%20133.11L202.38%20149.83L187.95%20141.55L187.95%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M187.95%20124.79L202.38%20116.55L216.82%20124.79L202.38%20133.11L187.95%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%20133.11L216.82%20124.79L216.82%20141.55L202.38%20149.83L202.38%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%20116.47L144.64%20133.11L144.64%20166.47L115.78%20149.92L115.78%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%20116.47L144.64%2099.91L173.51%20116.47L144.64%20133.11L115.78%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%20133.11L173.51%20116.47L173.51%20149.92L144.64%20166.47L144.64%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M130.21%20124.79L144.64%20133.11L144.64%20149.83L130.21%20141.55L130.21%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M130.21%20124.79L144.64%20116.55L159.08%20124.79L144.64%20133.11L130.21%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%20133.11L159.08%20124.79L159.08%20141.55L144.64%20149.83L144.64%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%2066.55L346.72%2083.19L346.72%20116.55L317.85%20100L317.85%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%2066.55L346.72%2050L375.59%2066.55L346.72%2083.19L317.85%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%2083.19L375.59%2066.55L375.59%20100L346.72%20116.55L346.72%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M332.29%2074.87L346.72%2083.19L346.72%2099.91L332.29%2091.64L332.29%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M332.29%2074.87L346.72%2066.64L361.16%2074.87L346.72%2083.19L332.29%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%2083.19L361.16%2074.87L361.16%2091.64L346.72%2099.91L346.72%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%2066.55L288.99%2083.19L288.99%20116.55L260.12%20100L260.12%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%2066.55L288.99%2050L317.85%2066.55L288.99%2083.19L260.12%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%2083.19L317.85%2066.55L317.85%20100L288.99%20116.55L288.99%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M274.55%2074.87L288.99%2083.19L288.99%2099.91L274.55%2091.64L274.55%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M274.55%2074.87L288.99%2066.64L303.42%2074.87L288.99%2083.19L274.55%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%2083.19L303.42%2074.87L303.42%2091.64L288.99%2099.91L288.99%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%2016.47L260.12%2033.11L260.12%2066.47L231.25%2049.91L231.25%2016.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%2016.47L260.12%20-0.09L288.99%2016.47L260.12%2033.11L231.25%2016.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%2033.11L288.99%2016.47L288.99%2049.91L260.12%2066.47L260.12%2033.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M245.68%2024.79L260.12%2033.11L260.12%2049.83L245.68%2041.55L245.68%2024.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M245.68%2024.79L260.12%2016.55L274.55%2024.79L260.12%2033.11L245.68%2024.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%2033.11L274.55%2024.79L274.55%2041.55L260.12%2049.83L260.12%2033.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%2016.55L317.85%2033.19L317.85%2066.55L288.99%2050L288.99%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%2016.55L317.85%20-0.01L346.72%2016.55L317.85%2033.19L288.99%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%2033.19L346.72%2016.55L346.72%2050L317.85%2066.55L317.85%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M303.42%2024.87L317.85%2033.19L317.85%2049.91L303.42%2041.63L303.42%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M303.42%2024.87L317.85%2016.63L332.29%2024.87L317.85%2033.19L303.42%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%2033.19L332.29%2024.87L332.29%2041.63L317.85%2049.91L317.85%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%2066.55L462.2%2083.19L462.2%20116.55L433.33%20100L433.33%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%2066.55L462.2%2050L491.07%2066.55L462.2%2083.19L433.33%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M462.2%2083.19L491.07%2066.55L491.07%20100L462.2%20116.55L462.2%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M447.76%2074.87L462.2%2083.19L462.2%2099.91L447.76%2091.64L447.76%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M447.76%2074.87L462.2%2066.64L476.63%2074.87L462.2%2083.19L447.76%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M462.2%2083.19L476.63%2074.87L476.63%2091.64L462.2%2099.91L462.2%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%2066.55L404.46%2083.19L404.46%20116.55L375.59%20100L375.59%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%2066.55L404.46%2050L433.33%2066.55L404.46%2083.19L375.59%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%2083.19L433.33%2066.55L433.33%20100L404.46%20116.55L404.46%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M390.03%2074.87L404.46%2083.19L404.46%2099.91L390.03%2091.64L390.03%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M390.03%2074.87L404.46%2066.64L418.89%2074.87L404.46%2083.19L390.03%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%2083.19L418.89%2074.87L418.89%2091.64L404.46%2099.91L404.46%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%2016.55L433.33%2033.19L433.33%2066.55L404.46%2050L404.46%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%2016.55L433.33%20-0.01L462.2%2016.55L433.33%2033.19L404.46%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%2033.19L462.2%2016.55L462.2%2050L433.33%2066.55L433.33%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M418.89%2024.87L433.33%2033.19L433.33%2049.91L418.89%2041.63L418.89%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M418.89%2024.87L433.33%2016.63L447.76%2024.87L433.33%2033.19L418.89%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%2033.19L447.76%2024.87L447.76%2041.63L433.33%2049.91L433.33%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%2016.55L375.59%2033.19L375.59%2066.55L346.72%2050L346.72%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%2016.55L375.59%20-0.01L404.46%2016.55L375.59%2033.19L346.72%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%2033.19L404.46%2016.55L404.46%2050L375.59%2066.55L375.59%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M361.16%2024.87L375.59%2033.19L375.59%2049.91L361.16%2041.63L361.16%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M361.16%2024.87L375.59%2016.63L390.03%2024.87L375.59%2033.19L361.16%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%2033.19L390.03%2024.87L390.03%2041.63L375.59%2049.91L375.59%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%2066.55L115.78%2083.19L115.78%20116.55L86.91%20100L86.91%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%2066.55L115.78%2050L144.64%2066.55L115.78%2083.19L86.91%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%2083.19L144.64%2066.55L144.64%20100L115.78%20116.55L115.78%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M101.34%2074.87L115.78%2083.19L115.78%2099.91L101.34%2091.64L101.34%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M101.34%2074.87L115.78%2066.64L130.21%2074.87L115.78%2083.19L101.34%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%2083.19L130.21%2074.87L130.21%2091.64L115.78%2099.91L115.78%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%2066.55L58.04%2083.19L58.04%20116.55L29.17%20100L29.17%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%2066.55L58.04%2050L86.91%2066.55L58.04%2083.19L29.17%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%2083.19L86.91%2066.55L86.91%20100L58.04%20116.55L58.04%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M43.6%2074.87L58.04%2083.19L58.04%2099.91L43.6%2091.64L43.6%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M43.6%2074.87L58.04%2066.64L72.47%2074.87L58.04%2083.19L43.6%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%2083.19L72.47%2074.87L72.47%2091.64L58.04%2099.91L58.04%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%2016.55L86.91%2033.19L86.91%2066.55L58.04%2050L58.04%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%2016.55L86.91%20-0.01L115.78%2016.55L86.91%2033.19L58.04%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%2033.19L115.78%2016.55L115.78%2050L86.91%2066.55L86.91%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M72.47%2024.87L86.91%2033.19L86.91%2049.91L72.47%2041.63L72.47%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M72.47%2024.87L86.91%2016.63L101.34%2024.87L86.91%2033.19L72.47%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%2033.19L101.34%2024.87L101.34%2041.63L86.91%2049.91L86.91%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%2066.55L231.25%2083.19L231.25%20116.55L202.38%20100L202.38%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%2066.55L231.25%2050L260.12%2066.55L231.25%2083.19L202.38%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%2083.19L260.12%2066.55L260.12%20100L231.25%20116.55L231.25%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M216.82%2074.87L231.25%2083.19L231.25%2099.91L216.82%2091.64L216.82%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M216.82%2074.87L231.25%2066.64L245.68%2074.87L231.25%2083.19L216.82%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%2083.19L245.68%2074.87L245.68%2091.64L231.25%2099.91L231.25%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%2066.55L173.51%2083.19L173.51%20116.55L144.64%20100L144.64%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%2066.55L173.51%2050L202.38%2066.55L173.51%2083.19L144.64%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%2083.19L202.38%2066.55L202.38%20100L173.51%20116.55L173.51%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M159.08%2074.87L173.51%2083.19L173.51%2099.91L159.08%2091.64L159.08%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M159.08%2074.87L173.51%2066.64L187.95%2074.87L173.51%2083.19L159.08%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%2083.19L187.95%2074.87L187.95%2091.64L173.51%2099.91L173.51%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%2016.55L202.38%2033.19L202.38%2066.55L173.51%2050L173.51%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%2016.55L202.38%20-0.01L231.25%2016.55L202.38%2033.19L173.51%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%2033.19L231.25%2016.55L231.25%2050L202.38%2066.55L202.38%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M187.95%2024.87L202.38%2033.19L202.38%2049.91L187.95%2041.63L187.95%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M187.95%2024.87L202.38%2016.63L216.82%2024.87L202.38%2033.19L187.95%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%2033.19L216.82%2024.87L216.82%2041.63L202.38%2049.91L202.38%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%2016.55L144.64%2033.19L144.64%2066.55L115.78%2050L115.78%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%2016.55L144.64%20-0.01L173.51%2016.55L144.64%2033.19L115.78%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%2033.19L173.51%2016.55L173.51%2050L144.64%2066.55L144.64%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M130.21%2024.87L144.64%2033.19L144.64%2049.91L130.21%2041.63L130.21%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M130.21%2024.87L144.64%2016.63L159.08%2024.87L144.64%2033.19L130.21%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%2033.19L159.08%2024.87L159.08%2041.63L144.64%2049.91L144.64%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3C%2Fsvg%3E)
    no-repeat right center;
}
.swiper-container {
  width: 100%;
  height: 600px;
  background: #000;
}

.slide {
  display: block;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #000;
  overflow: hidden;
}

.slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.slider-1 {
  background-color: #020047;
}
.slide-image.slider-1 {
  /* background-image: url("../img/header-slider/banner1.png"); */
  background-size: cover;
  background-position: 50% 87%;
}
.slide-image.slider-2 {
  background-image: url("../img/header-slider/bannerseven.png");
  background-size: cover;
  background-position: 50% 87%;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .slide-image {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.slide-title {
  font-size: 4.5vw;
  line-height: 1;
  max-width: 100% !important;
  white-space: normal;
  word-break: break-word;
  display: block;
  color: #fff;
  z-index: 100;
  font-family: "Theinhardt-Pan", sans-serif !important;

  font-weight: normal;
}

.slide-title.slide-title-ai {
  font-size: 3.4vw;
  line-height: 1;
  max-width: 100% !important;
  white-space: normal;
  word-break: break-word;
  display: block;
  color: #fff;
  z-index: 100;
  font-family: "Theinhardt-Pan", sans-serif !important;

  font-weight: normal;
}
@media (min-width: 320px) and (max-width: 445px) {
  /* .slide-title {
    font-size: 12px;
    max-width: none;
    line-height: normal
  }
   .slide-title.slide-title-ai{
      font-size: 12px;
  } */
  .slide-subtitle-ai {
    font-size: 10px !important;
    line-height: 1.4;
    max-width: 100% !important;
    white-space: normal;
    word-break: break-word;
    display: block;
    color: #fff;
    z-index: 100;
    margin-top: 24px;
    font-family: "Theinhardt-Pan", sans-serif !important;
    font-weight: normal;
    opacity: 1;
  }
  .slide-subtitle {
    font-size: 10px !important;
  }
}
@media (min-width: 805px) and (max-width: 1024px) {
  /* .slide-title {
    font-size: 33px;
    max-width: none;
    line-height: normal
  }
   .slide-title.slide-title-ai{
      font-size: 29px;
  } */
  .slide-subtitle-ai {
    font-size: 14px !important;
    line-height: 1.4;
    max-width: 100% !important;
    white-space: normal;
    word-break: break-word;
    display: block;
    color: #fff;
    z-index: 100;
    margin-top: 24px;
    font-family: "Theinhardt-Pan", sans-serif !important;
    font-weight: normal;
    opacity: 1;
  }
  .slide-subtitle {
    font-size: 15px !important;
  }
}

@media (min-width: 320px) and (max-width: 804px) {
  /* .slide-title {
    font-size: 33px;
    max-width: none;
    line-height: normal
  }
   .slide-title.slide-title-ai{
      font-size: 29px;
  } */
  .slide-subtitle-ai {
    font-size: 14px !important;
    line-height: 1.4;
    max-width: 100% !important;
    white-space: normal;
    word-break: break-word;
    display: block;
    color: #fff;
    z-index: 100;
    margin-top: 24px;
    font-family: "Theinhardt-Pan", sans-serif !important;
    font-weight: normal;
    opacity: 1;
  }
  .slide-subtitle {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .homepage-hero .cubes {
    background-size: 640px !important;
    background-position: left 50vw bottom 0px !important;
  }
}
@media only screen and (min-width: 374px) and (max-width: 1024px) {
  .swiper-container {
    height: 350px !important;
  }

  .slide-video {
    width: 400px !important;
    height: 360px !important;
  }
}
@media only screen and (min-width: 319px) and (max-width: 375px) {
  .swiper-container {
    height: 350px !important;
  }

  .slide-video {
    width: 400px !important;
    height: 360px !important;
    margin-left: -41px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
  .slide-image.slider-1 {
    /* background-image: url(../img/header-slider/banner1.png); */
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #020047;
  }
}
.slide-subtitle {
  font-size: 24px;
  line-height: 1.4;
  max-width: 100% !important;
  white-space: normal;
  word-break: break-word;
  display: block;
  color: #fff;
  z-index: 100;
  margin-top: 24px;
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-weight: 300 !important;
  opacity: 1;
  letter-spacing: 0.3px;
}

.slide-subtitle-ai {
  font-size: 24px;
  line-height: 1.4;
  max-width: 100% !important;
  white-space: normal;
  word-break: break-word;
  display: block;
  color: #fff;
  z-index: 100;
  margin-top: 24px;
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-weight: 300 !important;
  opacity: 1;
  letter-spacing: 0.3px;
}

.slide-subtitle b {
  color: #0094ed;
  /* text-shadow: 2px 1px rgba(0, 0, 0, 0.5) */
}

.slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-content.slider-content-ai {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slide-title i.banner_content {
  font-size: 22px;
  text-transform: capitalize;
  color: #eee;
}

.slide-title i.banner_content span {
  text-transform: initial;
}

.slide-title i.banner_content b {
  color: #020047;
  font-size: 24px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .slide-title i.banner_content b {
    font-size: 15px;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .slide-title i.banner_content {
    font-size: 14px;
    text-transform: capitalize;
    color: #eee;
    width: 90%;
    margin: 0 auto;
    display: block;
    line-height: 25px;
    text-align: center;
  }
}

.slideshow {
  position: relative;
}

.slideshow-pagination {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s opacity;
  z-index: 10;
}

.slideshow-pagination-item {
  display: flex;
  align-items: center;
}

.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}

.slideshow-pagination-item:hover,
.slideshow-pagination-item:focus {
  cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}

.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}

.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all 0.3s ease;
  color: #fff;
}

.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.01);
}

.slideshow-navigation-button.prev {
  left: 0;
}

.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Theinhardt-Pan", sans-serif !important;
  padding: 0 0.5rem;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .pagination-number {
    font-size: 20px;
  }
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}

@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}

.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform-origin: 0 0;
}

.bg-seperate {
  background: none;
}

.ctl-left {
  float: left;
}

.ctl-right {
  float: right;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.ctl-text-left {
  text-align: left;
}

.ctl-text-right {
  text-align: right;
}

.ctl-center {
  text-align: center;
}

.align-middle {
  align-items: center;
}

.margin-auto {
  margin: 0 auto;
}

.relative-position {
  position: relative;
}

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

@media (min-width: 320px) and (max-width: 767px) {
  .section-pad {
    padding: 20px 0px 15px;
  }
}

.section-pad-full {
  padding: 80px 0px 80px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .section-pad-full {
    padding: 20px 0px 20px;
  }
}

.section-pad-top {
  padding: 80px 0px 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .section-pad-top {
    padding: 20px 0px 0px;
  }
}

.section-aboutPad-full {
  padding: 40px 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .section-aboutPad-full {
    padding: 15px 0px;
  }
}

.serviceSectionOne {
  padding: 40px 0px 0;
}

.serviceSectionOne .ctl-container .rows .column-twelve .whatWeDo {
  color: #020047;
  text-align: center;
  padding: 15px 0px 30px;
  line-height: 1.7;
  font-size: 18px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .serviceSectionOne .ctl-container .rows .column-twelve .whatWeDo {
    font-size: 12px;
    padding: 15px 0px 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .serviceSectionOne {
    padding: 20px 0px 0;
  }
}

.serviceSectiontwo {
  padding: 60px 0 40px;
}

.serviceSectiontwo p {
  color: #020047;
  line-height: 1.7;
}

.serviceSectiontwo .servicesImages {
  text-align: center;
}

.serviceSectiontwo .servicesImages img {
  width: 350px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .serviceSectiontwo {
    padding: 20px 0px 15px;
  }
}

.ctl_heading {
  width: 100%;
}

.ctl_heading h1 {
  font-size: 35px;
  color: #1f2626;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.ctl_heading h2 {
  font-size: 35px;
  color: #0094ed;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.ctl_heading p {
  color: #020047;
  line-height: 1.7;
  padding: 25px 0px 20px;
  font-size: 16px;
  font-weight: 300 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .ctl_heading p {
    padding: 5px 0px 5px;
    margin: 0;
  }
  .newabout3list li p {
    line-height: 1.5 !important;
    padding: 0 0 10px !important;
    font-size: 12px !important;
    margin: 0;
  }
}

.serviceSideHeading h1 {
  color: #0094ed;
  font-size: 36px;
  margin-bottom: 15px;
  text-align: center;

  font-weight: 300 !important;
}

.serviceSideHeading h1 span {
  color: #0094ed;
}

.serviceSideHeading h2 {
  color: #0094ed;
  font-size: 32px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
}

.serviceSideHeading h2 span {
  color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  .serviceSideHeading h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .serviceSideHeading h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.serviceSideHeading h2 {
  color: #0094ed;
  font-size: 42px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 300 !important;
}

.serviceSideHeading h2 span {
  color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  .serviceSideHeading h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.claritazSub h2 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1.7;
  text-transform: capitalize;
  font-weight: 300 !important;
}

.cubes-fade {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
  z-index: 17;
  background-size: 2100px !important;
  background-position: right -661px top -170px !important;
  opacity: 0.25;
  pointer-events: none;
}
.cubes-fade {
  background: transparent
    url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.2%22%20baseProfile%3D%22tiny-ps%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20492%20268%22%20width%3D%22492%22%20height%3D%22268%22%3E%0D%0A%3Cstyle%3E%0D%0A.shp0%20%7B%20fill%3A%20none%3Bstroke%3A%20%23fff%20%7D%20%0D%0A%3C%2Fstyle%3E%0D%0A%0D%0A%3Cdefs%3E%0D%0A%20%20%20%20%3ClinearGradient%20id%3D%22lgrad%22%20x1%3D%2233%25%22%20y1%3D%22100%25%22%20x2%3D%22100%25%22%20y2%3D%22100%25%22%3E%0D%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22black%22%20%2F%3E%0D%0A%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22white%22%20%2F%3E%0D%0A%20%20%20%20%3C%2FlinearGradient%3E%0D%0A%20%20%20%20%3Cmask%20id%3D%22myMask%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%0D%0A%20%20%20%20%20%20%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23lgrad%29%22%20%2F%3E%0D%0A%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%0A%20%20%3Cg%20mask%3D%22url%28%23myMask%29%22%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%20216.39L260.12%20233.03L260.12%20266.4L231.25%20249.84L231.25%20216.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%20216.39L260.12%20199.84L288.99%20216.39L260.12%20233.03L231.25%20216.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%20233.03L288.99%20216.39L288.99%20249.84L260.12%20266.4L260.12%20233.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M245.68%20224.71L260.12%20233.03L260.12%20249.75L245.68%20241.48L245.68%20224.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M245.68%20224.71L260.12%20216.48L274.55%20224.71L260.12%20233.03L245.68%20224.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%20233.03L274.55%20224.71L274.55%20241.48L260.12%20249.75L260.12%20233.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%20216.47L317.85%20233.12L317.85%20266.48L288.99%20249.92L288.99%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%20216.47L317.85%20199.92L346.72%20216.47L317.85%20233.12L288.99%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%20233.12L346.72%20216.47L346.72%20249.92L317.85%20266.48L317.85%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M303.42%20224.8L317.85%20233.12L317.85%20249.84L303.42%20241.56L303.42%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M303.42%20224.8L317.85%20216.56L332.29%20224.8L317.85%20233.12L303.42%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%20233.12L332.29%20224.8L332.29%20241.56L317.85%20249.84L317.85%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%20216.47L433.33%20233.12L433.33%20266.48L404.46%20249.92L404.46%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%20216.47L433.33%20199.92L462.2%20216.47L433.33%20233.12L404.46%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%20233.12L462.2%20216.47L462.2%20249.92L433.33%20266.48L433.33%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M418.89%20224.8L433.33%20233.12L433.33%20249.84L418.89%20241.56L418.89%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M418.89%20224.8L433.33%20216.56L447.76%20224.8L433.33%20233.12L418.89%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%20233.12L447.76%20224.8L447.76%20241.56L433.33%20249.84L433.33%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%20216.47L375.59%20233.12L375.59%20266.48L346.72%20249.92L346.72%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%20216.47L375.59%20199.92L404.46%20216.47L375.59%20233.12L346.72%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%20233.12L404.46%20216.47L404.46%20249.92L375.59%20266.48L375.59%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M361.16%20224.8L375.59%20233.12L375.59%20249.84L361.16%20241.56L361.16%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M361.16%20224.8L375.59%20216.56L390.03%20224.8L375.59%20233.12L361.16%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%20233.12L390.03%20224.8L390.03%20241.56L375.59%20249.84L375.59%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M0.3%20216.39L29.17%20233.03L29.17%20266.4L0.3%20249.84L0.3%20216.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M0.3%20216.39L29.17%20199.84L58.04%20216.39L29.17%20233.03L0.3%20216.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%20233.03L58.04%20216.39L58.04%20249.84L29.17%20266.4L29.17%20233.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M14.74%20224.71L29.17%20233.03L29.17%20249.75L14.74%20241.48L14.74%20224.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M14.74%20224.71L29.17%20216.48L43.6%20224.71L29.17%20233.03L14.74%20224.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%20233.03L43.6%20224.71L43.6%20241.48L29.17%20249.75L29.17%20233.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%20216.47L86.91%20233.12L86.91%20266.48L58.04%20249.92L58.04%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%20216.47L86.91%20199.92L115.78%20216.47L86.91%20233.12L58.04%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%20233.12L115.78%20216.47L115.78%20249.92L86.91%20266.48L86.91%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M72.47%20224.8L86.91%20233.12L86.91%20249.84L72.47%20241.56L72.47%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M72.47%20224.8L86.91%20216.56L101.34%20224.8L86.91%20233.12L72.47%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%20233.12L101.34%20224.8L101.34%20241.56L86.91%20249.84L86.91%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%20216.47L202.38%20233.12L202.38%20266.48L173.51%20249.92L173.51%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%20216.47L202.38%20199.92L231.25%20216.47L202.38%20233.12L173.51%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%20233.12L231.25%20216.47L231.25%20249.92L202.38%20266.48L202.38%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M187.95%20224.8L202.38%20233.12L202.38%20249.84L187.95%20241.56L187.95%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M187.95%20224.8L202.38%20216.56L216.82%20224.8L202.38%20233.12L187.95%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%20233.12L216.82%20224.8L216.82%20241.56L202.38%20249.84L202.38%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%20216.47L144.64%20233.12L144.64%20266.48L115.78%20249.92L115.78%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%20216.47L144.64%20199.92L173.51%20216.47L144.64%20233.12L115.78%20216.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%20233.12L173.51%20216.47L173.51%20249.92L144.64%20266.48L144.64%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M130.21%20224.8L144.64%20233.12L144.64%20249.84L130.21%20241.56L130.21%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M130.21%20224.8L144.64%20216.56L159.08%20224.8L144.64%20233.12L130.21%20224.8Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%20233.12L159.08%20224.8L159.08%20241.56L144.64%20249.84L144.64%20233.12Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%20166.47L346.72%20183.11L346.72%20216.47L317.85%20199.92L317.85%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%20166.47L346.72%20149.92L375.59%20166.47L346.72%20183.11L317.85%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%20183.11L375.59%20166.47L375.59%20199.92L346.72%20216.47L346.72%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M332.29%20174.79L346.72%20183.11L346.72%20199.83L332.29%20191.56L332.29%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M332.29%20174.79L346.72%20166.56L361.16%20174.79L346.72%20183.11L332.29%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%20183.11L361.16%20174.79L361.16%20191.56L346.72%20199.83L346.72%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%20166.47L288.99%20183.11L288.99%20216.47L260.12%20199.92L260.12%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%20166.47L288.99%20149.92L317.85%20166.47L288.99%20183.11L260.12%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%20183.11L317.85%20166.47L317.85%20199.92L288.99%20216.47L288.99%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M274.55%20174.79L288.99%20183.11L288.99%20199.83L274.55%20191.56L274.55%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M274.55%20174.79L288.99%20166.56L303.42%20174.79L288.99%20183.11L274.55%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%20183.11L303.42%20174.79L303.42%20191.56L288.99%20199.83L288.99%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%20116.39L260.12%20133.03L260.12%20166.39L231.25%20149.83L231.25%20116.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%20116.39L260.12%2099.83L288.99%20116.39L260.12%20133.03L231.25%20116.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%20133.03L288.99%20116.39L288.99%20149.83L260.12%20166.39L260.12%20133.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M245.68%20124.71L260.12%20133.03L260.12%20149.75L245.68%20141.47L245.68%20124.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M245.68%20124.71L260.12%20116.47L274.55%20124.71L260.12%20133.03L245.68%20124.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%20133.03L274.55%20124.71L274.55%20141.47L260.12%20149.75L260.12%20133.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%20116.47L317.85%20133.11L317.85%20166.47L288.99%20149.92L288.99%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%20116.47L317.85%2099.91L346.72%20116.47L317.85%20133.11L288.99%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%20133.11L346.72%20116.47L346.72%20149.92L317.85%20166.47L317.85%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M303.42%20124.79L317.85%20133.11L317.85%20149.83L303.42%20141.55L303.42%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M303.42%20124.79L317.85%20116.55L332.29%20124.79L317.85%20133.11L303.42%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%20133.11L332.29%20124.79L332.29%20141.55L317.85%20149.83L317.85%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%20166.47L462.2%20183.11L462.2%20216.47L433.33%20199.92L433.33%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%20166.47L462.2%20149.92L491.07%20166.47L462.2%20183.11L433.33%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M462.2%20183.11L491.07%20166.47L491.07%20199.92L462.2%20216.47L462.2%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M447.76%20174.79L462.2%20183.11L462.2%20199.83L447.76%20191.56L447.76%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M447.76%20174.79L462.2%20166.56L476.63%20174.79L462.2%20183.11L447.76%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M462.2%20183.11L476.63%20174.79L476.63%20191.56L462.2%20199.83L462.2%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%20166.47L404.46%20183.11L404.46%20216.47L375.59%20199.92L375.59%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%20166.47L404.46%20149.92L433.33%20166.47L404.46%20183.11L375.59%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%20183.11L433.33%20166.47L433.33%20199.92L404.46%20216.47L404.46%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M390.03%20174.79L404.46%20183.11L404.46%20199.83L390.03%20191.56L390.03%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M390.03%20174.79L404.46%20166.56L418.89%20174.79L404.46%20183.11L390.03%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%20183.11L418.89%20174.79L418.89%20191.56L404.46%20199.83L404.46%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%20116.47L433.33%20133.11L433.33%20166.47L404.46%20149.92L404.46%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%20116.47L433.33%2099.91L462.2%20116.47L433.33%20133.11L404.46%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%20133.11L462.2%20116.47L462.2%20149.92L433.33%20166.47L433.33%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M418.89%20124.79L433.33%20133.11L433.33%20149.83L418.89%20141.55L418.89%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M418.89%20124.79L433.33%20116.55L447.76%20124.79L433.33%20133.11L418.89%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%20133.11L447.76%20124.79L447.76%20141.55L433.33%20149.83L433.33%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%20116.47L375.59%20133.11L375.59%20166.47L346.72%20149.92L346.72%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%20116.47L375.59%2099.91L404.46%20116.47L375.59%20133.11L346.72%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%20133.11L404.46%20116.47L404.46%20149.92L375.59%20166.47L375.59%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M361.16%20124.79L375.59%20133.11L375.59%20149.83L361.16%20141.55L361.16%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M361.16%20124.79L375.59%20116.55L390.03%20124.79L375.59%20133.11L361.16%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%20133.11L390.03%20124.79L390.03%20141.55L375.59%20149.83L375.59%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%20166.47L115.78%20183.11L115.78%20216.47L86.91%20199.92L86.91%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%20166.47L115.78%20149.92L144.64%20166.47L115.78%20183.11L86.91%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%20183.11L144.64%20166.47L144.64%20199.92L115.78%20216.47L115.78%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M101.34%20174.79L115.78%20183.11L115.78%20199.83L101.34%20191.56L101.34%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M101.34%20174.79L115.78%20166.56L130.21%20174.79L115.78%20183.11L101.34%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%20183.11L130.21%20174.79L130.21%20191.56L115.78%20199.83L115.78%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%20166.47L58.04%20183.11L58.04%20216.47L29.17%20199.92L29.17%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%20166.47L58.04%20149.92L86.91%20166.47L58.04%20183.11L29.17%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%20183.11L86.91%20166.47L86.91%20199.92L58.04%20216.47L58.04%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M43.6%20174.79L58.04%20183.11L58.04%20199.83L43.6%20191.56L43.6%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M43.6%20174.79L58.04%20166.56L72.47%20174.79L58.04%20183.11L43.6%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%20183.11L72.47%20174.79L72.47%20191.56L58.04%20199.83L58.04%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M0.3%20116.39L29.17%20133.03L29.17%20166.39L0.3%20149.83L0.3%20116.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M0.3%20116.39L29.17%2099.83L58.04%20116.39L29.17%20133.03L0.3%20116.39Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%20133.03L58.04%20116.39L58.04%20149.83L29.17%20166.39L29.17%20133.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M14.74%20124.71L29.17%20133.03L29.17%20149.75L14.74%20141.47L14.74%20124.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M14.74%20124.71L29.17%20116.47L43.6%20124.71L29.17%20133.03L14.74%20124.71Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%20133.03L43.6%20124.71L43.6%20141.47L29.17%20149.75L29.17%20133.03Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%20116.47L86.91%20133.11L86.91%20166.47L58.04%20149.92L58.04%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%20116.47L86.91%2099.91L115.78%20116.47L86.91%20133.11L58.04%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%20133.11L115.78%20116.47L115.78%20149.92L86.91%20166.47L86.91%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M72.47%20124.79L86.91%20133.11L86.91%20149.83L72.47%20141.55L72.47%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M72.47%20124.79L86.91%20116.55L101.34%20124.79L86.91%20133.11L72.47%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%20133.11L101.34%20124.79L101.34%20141.55L86.91%20149.83L86.91%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%20166.47L231.25%20183.11L231.25%20216.47L202.38%20199.92L202.38%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%20166.47L231.25%20149.92L260.12%20166.47L231.25%20183.11L202.38%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%20183.11L260.12%20166.47L260.12%20199.92L231.25%20216.47L231.25%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M216.82%20174.79L231.25%20183.11L231.25%20199.83L216.82%20191.56L216.82%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M216.82%20174.79L231.25%20166.56L245.68%20174.79L231.25%20183.11L216.82%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%20183.11L245.68%20174.79L245.68%20191.56L231.25%20199.83L231.25%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%20166.47L173.51%20183.11L173.51%20216.47L144.64%20199.92L144.64%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%20166.47L173.51%20149.92L202.38%20166.47L173.51%20183.11L144.64%20166.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%20183.11L202.38%20166.47L202.38%20199.92L173.51%20216.47L173.51%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M159.08%20174.79L173.51%20183.11L173.51%20199.83L159.08%20191.56L159.08%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M159.08%20174.79L173.51%20166.56L187.95%20174.79L173.51%20183.11L159.08%20174.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%20183.11L187.95%20174.79L187.95%20191.56L173.51%20199.83L173.51%20183.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%20116.47L202.38%20133.11L202.38%20166.47L173.51%20149.92L173.51%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%20116.47L202.38%2099.91L231.25%20116.47L202.38%20133.11L173.51%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%20133.11L231.25%20116.47L231.25%20149.92L202.38%20166.47L202.38%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M187.95%20124.79L202.38%20133.11L202.38%20149.83L187.95%20141.55L187.95%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M187.95%20124.79L202.38%20116.55L216.82%20124.79L202.38%20133.11L187.95%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%20133.11L216.82%20124.79L216.82%20141.55L202.38%20149.83L202.38%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%20116.47L144.64%20133.11L144.64%20166.47L115.78%20149.92L115.78%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%20116.47L144.64%2099.91L173.51%20116.47L144.64%20133.11L115.78%20116.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%20133.11L173.51%20116.47L173.51%20149.92L144.64%20166.47L144.64%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M130.21%20124.79L144.64%20133.11L144.64%20149.83L130.21%20141.55L130.21%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M130.21%20124.79L144.64%20116.55L159.08%20124.79L144.64%20133.11L130.21%20124.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%20133.11L159.08%20124.79L159.08%20141.55L144.64%20149.83L144.64%20133.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%2066.55L346.72%2083.19L346.72%20116.55L317.85%20100L317.85%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%2066.55L346.72%2050L375.59%2066.55L346.72%2083.19L317.85%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%2083.19L375.59%2066.55L375.59%20100L346.72%20116.55L346.72%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M332.29%2074.87L346.72%2083.19L346.72%2099.91L332.29%2091.64L332.29%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M332.29%2074.87L346.72%2066.64L361.16%2074.87L346.72%2083.19L332.29%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%2083.19L361.16%2074.87L361.16%2091.64L346.72%2099.91L346.72%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%2066.55L288.99%2083.19L288.99%20116.55L260.12%20100L260.12%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%2066.55L288.99%2050L317.85%2066.55L288.99%2083.19L260.12%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%2083.19L317.85%2066.55L317.85%20100L288.99%20116.55L288.99%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M274.55%2074.87L288.99%2083.19L288.99%2099.91L274.55%2091.64L274.55%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M274.55%2074.87L288.99%2066.64L303.42%2074.87L288.99%2083.19L274.55%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%2083.19L303.42%2074.87L303.42%2091.64L288.99%2099.91L288.99%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%2016.47L260.12%2033.11L260.12%2066.47L231.25%2049.91L231.25%2016.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%2016.47L260.12%20-0.09L288.99%2016.47L260.12%2033.11L231.25%2016.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%2033.11L288.99%2016.47L288.99%2049.91L260.12%2066.47L260.12%2033.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M245.68%2024.79L260.12%2033.11L260.12%2049.83L245.68%2041.55L245.68%2024.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M245.68%2024.79L260.12%2016.55L274.55%2024.79L260.12%2033.11L245.68%2024.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M260.12%2033.11L274.55%2024.79L274.55%2041.55L260.12%2049.83L260.12%2033.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%2016.55L317.85%2033.19L317.85%2066.55L288.99%2050L288.99%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M288.99%2016.55L317.85%20-0.01L346.72%2016.55L317.85%2033.19L288.99%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%2033.19L346.72%2016.55L346.72%2050L317.85%2066.55L317.85%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M303.42%2024.87L317.85%2033.19L317.85%2049.91L303.42%2041.63L303.42%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M303.42%2024.87L317.85%2016.63L332.29%2024.87L317.85%2033.19L303.42%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M317.85%2033.19L332.29%2024.87L332.29%2041.63L317.85%2049.91L317.85%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%2066.55L462.2%2083.19L462.2%20116.55L433.33%20100L433.33%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%2066.55L462.2%2050L491.07%2066.55L462.2%2083.19L433.33%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M462.2%2083.19L491.07%2066.55L491.07%20100L462.2%20116.55L462.2%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M447.76%2074.87L462.2%2083.19L462.2%2099.91L447.76%2091.64L447.76%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M447.76%2074.87L462.2%2066.64L476.63%2074.87L462.2%2083.19L447.76%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M462.2%2083.19L476.63%2074.87L476.63%2091.64L462.2%2099.91L462.2%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%2066.55L404.46%2083.19L404.46%20116.55L375.59%20100L375.59%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%2066.55L404.46%2050L433.33%2066.55L404.46%2083.19L375.59%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%2083.19L433.33%2066.55L433.33%20100L404.46%20116.55L404.46%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M390.03%2074.87L404.46%2083.19L404.46%2099.91L390.03%2091.64L390.03%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M390.03%2074.87L404.46%2066.64L418.89%2074.87L404.46%2083.19L390.03%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%2083.19L418.89%2074.87L418.89%2091.64L404.46%2099.91L404.46%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%2016.55L433.33%2033.19L433.33%2066.55L404.46%2050L404.46%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M404.46%2016.55L433.33%20-0.01L462.2%2016.55L433.33%2033.19L404.46%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%2033.19L462.2%2016.55L462.2%2050L433.33%2066.55L433.33%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M418.89%2024.87L433.33%2033.19L433.33%2049.91L418.89%2041.63L418.89%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M418.89%2024.87L433.33%2016.63L447.76%2024.87L433.33%2033.19L418.89%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M433.33%2033.19L447.76%2024.87L447.76%2041.63L433.33%2049.91L433.33%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%2016.55L375.59%2033.19L375.59%2066.55L346.72%2050L346.72%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M346.72%2016.55L375.59%20-0.01L404.46%2016.55L375.59%2033.19L346.72%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%2033.19L404.46%2016.55L404.46%2050L375.59%2066.55L375.59%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M361.16%2024.87L375.59%2033.19L375.59%2049.91L361.16%2041.63L361.16%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M361.16%2024.87L375.59%2016.63L390.03%2024.87L375.59%2033.19L361.16%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M375.59%2033.19L390.03%2024.87L390.03%2041.63L375.59%2049.91L375.59%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%2066.55L115.78%2083.19L115.78%20116.55L86.91%20100L86.91%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%2066.55L115.78%2050L144.64%2066.55L115.78%2083.19L86.91%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%2083.19L144.64%2066.55L144.64%20100L115.78%20116.55L115.78%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M101.34%2074.87L115.78%2083.19L115.78%2099.91L101.34%2091.64L101.34%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M101.34%2074.87L115.78%2066.64L130.21%2074.87L115.78%2083.19L101.34%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%2083.19L130.21%2074.87L130.21%2091.64L115.78%2099.91L115.78%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%2066.55L58.04%2083.19L58.04%20116.55L29.17%20100L29.17%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%2066.55L58.04%2050L86.91%2066.55L58.04%2083.19L29.17%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%2083.19L86.91%2066.55L86.91%20100L58.04%20116.55L58.04%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M43.6%2074.87L58.04%2083.19L58.04%2099.91L43.6%2091.64L43.6%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M43.6%2074.87L58.04%2066.64L72.47%2074.87L58.04%2083.19L43.6%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%2083.19L72.47%2074.87L72.47%2091.64L58.04%2099.91L58.04%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M0.3%2016.47L29.17%2033.11L29.17%2066.47L0.3%2049.91L0.3%2016.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M0.3%2016.47L29.17%20-0.09L58.04%2016.47L29.17%2033.11L0.3%2016.47Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%2033.11L58.04%2016.47L58.04%2049.91L29.17%2066.47L29.17%2033.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M14.74%2024.79L29.17%2033.11L29.17%2049.83L14.74%2041.55L14.74%2024.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M14.74%2024.79L29.17%2016.55L43.6%2024.79L29.17%2033.11L14.74%2024.79Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M29.17%2033.11L43.6%2024.79L43.6%2041.55L29.17%2049.83L29.17%2033.11Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%2016.55L86.91%2033.19L86.91%2066.55L58.04%2050L58.04%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M58.04%2016.55L86.91%20-0.01L115.78%2016.55L86.91%2033.19L58.04%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%2033.19L115.78%2016.55L115.78%2050L86.91%2066.55L86.91%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M72.47%2024.87L86.91%2033.19L86.91%2049.91L72.47%2041.63L72.47%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M72.47%2024.87L86.91%2016.63L101.34%2024.87L86.91%2033.19L72.47%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M86.91%2033.19L101.34%2024.87L101.34%2041.63L86.91%2049.91L86.91%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%2066.55L231.25%2083.19L231.25%20116.55L202.38%20100L202.38%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%2066.55L231.25%2050L260.12%2066.55L231.25%2083.19L202.38%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%2083.19L260.12%2066.55L260.12%20100L231.25%20116.55L231.25%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M216.82%2074.87L231.25%2083.19L231.25%2099.91L216.82%2091.64L216.82%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M216.82%2074.87L231.25%2066.64L245.68%2074.87L231.25%2083.19L216.82%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M231.25%2083.19L245.68%2074.87L245.68%2091.64L231.25%2099.91L231.25%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%2066.55L173.51%2083.19L173.51%20116.55L144.64%20100L144.64%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%2066.55L173.51%2050L202.38%2066.55L173.51%2083.19L144.64%2066.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%2083.19L202.38%2066.55L202.38%20100L173.51%20116.55L173.51%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M159.08%2074.87L173.51%2083.19L173.51%2099.91L159.08%2091.64L159.08%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M159.08%2074.87L173.51%2066.64L187.95%2074.87L173.51%2083.19L159.08%2074.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%2083.19L187.95%2074.87L187.95%2091.64L173.51%2099.91L173.51%2083.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%2016.55L202.38%2033.19L202.38%2066.55L173.51%2050L173.51%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M173.51%2016.55L202.38%20-0.01L231.25%2016.55L202.38%2033.19L173.51%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%2033.19L231.25%2016.55L231.25%2050L202.38%2066.55L202.38%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M187.95%2024.87L202.38%2033.19L202.38%2049.91L187.95%2041.63L187.95%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M187.95%2024.87L202.38%2016.63L216.82%2024.87L202.38%2033.19L187.95%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M202.38%2033.19L216.82%2024.87L216.82%2041.63L202.38%2049.91L202.38%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%2016.55L144.64%2033.19L144.64%2066.55L115.78%2050L115.78%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M115.78%2016.55L144.64%20-0.01L173.51%2016.55L144.64%2033.19L115.78%2016.55Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%2033.19L173.51%2016.55L173.51%2050L144.64%2066.55L144.64%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M130.21%2024.87L144.64%2033.19L144.64%2049.91L130.21%2041.63L130.21%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M130.21%2024.87L144.64%2016.63L159.08%2024.87L144.64%2033.19L130.21%2024.87Z%22%20%2F%3E%0D%0A%3Cpath%20class%3D%22shp0%22%20d%3D%22M144.64%2033.19L159.08%2024.87L159.08%2041.63L144.64%2049.91L144.64%2033.19Z%22%20%2F%3E%0D%0A%0D%0A%3C%2Fg%3E%0D%0A%0D%0A%3C%2Fsvg%3E)
    no-repeat right center;
}

.claritazSub h2 span {
  color: #020047;
}
@media (min-width: 1650px) and (max-width: 2560px) {
  .responsive {
    width: 90% !important;
    height: 100%;
  }
  .col-two {
    max-width: 25% !important;
  }
  .col-ten {
    max-width: 75% !important;
  }
  .aboutDetailspage
    .ctl-container
    .ctl-Aboutwhite
    .column-four
    .abt-ctl-images
    .about-image-box {
    position: absolute;
    top: 8%;
    left: -4%;
    background: url(../img/about/about-bg.png);
    background-size: 100%;
    opacity: 0.4;
    background-color: rgba(48, 64, 93, 0.2);
    height: 96%;
    width: 69% !important;
    z-index: -1;
    border-radius: 10px;
  }
  .aboutDetailspage
    .ctl-container
    .ctl-Aboutwhite
    .column-four
    .abt-ctl-images {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important ;
    border-radius: 3px;
  }
  .position,
  .abt-ctl-images strong {
    box-shadow: 5px 5px 5px rgb(0 0 0 / 5%) !important;
    width: 70%;
  }
  .member {
    height: 410px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .claritazSub h2 {
    font-size: 18px;
  }
  .aboutDetailspage
    .ctl-container
    .ctl-Aboutwhite
    .column-eight
    .aboutContent
    p {
    margin: 0px;
  }
  .aboutDetailspage .ctl-container .ctl-Aboutwhite .column-eight .aboutContent {
    padding: 0px !important;
  }
  .aboutDetailspage
    .ctl-container
    .ctl-Aboutwhite
    .column-four
    .abt-ctl-images
    .about-image-box-right {
    right: -1% !important;
  }
  .aboutDetailspage
    .ctl-container
    .ctl-Aboutwhite
    .column-four
    .abt-ctl-images
    .about-image-box {
    left: -1% !important;
  }
}

.claritazSub h4 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 22px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  color: #0094ed;
  margin-top: 25px;
  line-height: 1.7;
}

@media (min-width: 320px) and (max-width: 767px) {
  .claritazSub h4 {
    font-size: 17px;
  }
}

.font-color-white {
  color: #fff !important;
}

.font-color-white .mobileappcontent p {
  color: #fff;
}

.mainDivider {
  background: #0094ed;
  width: 100px;
  height: 3px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.mainDivider .sub-divider {
  background: #fff;
  border: 2px solid #30405d;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  top: -3px;
  left: 45%;
  position: absolute;
}

.responsive {
  width: 100%;
  height: 100%;
}

.hgt-20 {
  height: 30px;
}

.hgt-60 {
  height: 60px;
}

.hgt-15 {
  height: 15px;
}

.hgt-10 {
  height: 10px;
}

.error {
  display: block;
  color: #ff0000;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 20px 0px 0px;
}

input.error {
  border-bottom: 1px solid #ff0000 !important;
  transition: all 0.02s ease-in-out;
}

select.error {
  border-bottom: 1px solid #ff0000 !important;
  transition: all 0.02s ease-in-out;
}

textarea.error {
  border-bottom: 1px solid #ff0000 !important;
  transition: all 0.02s ease-in-out;
}

.file-upload {
  display: block;
  text-align: center;

  font-size: 12px;
}
.label-align {
  margin-left: 15px;
}
.termsCheck input error {
  display: block;
  color: blue;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0px 0px 0px;
}

.file-upload .file-select {
  display: block;
  border: 2px solid rgba(2, 0, 71, 0.5);
  color: #020047;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #ffffff;
  position: relative;
}

.file-upload .file-select .file-select-button {
  background: rgba(2, 0, 71, 0.5);
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  height: 36px;
  line-height: 40px;
}

.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.file-upload .file-select:hover {
  border-color: #020047;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
  background: #020047;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid rgba(228, 28, 56, 0.5);
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.ol-scroll-top {
  background-color: #020047;
  color: #fff;
  border-radius: 5px;
  bottom: 85px;
  font-size: 20px;
  height: 55px;
  line-height: 60px;
  position: fixed;
  right: -150px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 55px;
  z-index: 999;
}
.framework-txt {
  color: #020047;
  font-size: 20px;
  font-weight: 400;
  /* margin-bottom: 10px; */
}
.ol-scroll-top i {
  color: #fff;
}

.ol-scroll-top-show {
  right: 15px;
}

.ol-scroll-top:hover,
.ol-scroll-top:focus {
  color: #fff;
}

.sk-cube-grid {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #020047;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.sk-wave {
  background-color: #fff;
  height: 100%;
  margin: 0 auto;
  opacity: 1;
  position: fixed;
  text-align: center;
  top: 0;
  transition: height 1.5s ease 0.3s, opacity 1.2s ease 0.5s;
  width: 100%;
  z-index: 99999;
}

.sk-wave.cloak {
  height: 0;
  opacity: 0;
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube2 {
  width: 15px;
  height: 15px;
  position: absolute;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
  background-color: #e51d38;
  text-align: center;
  display: block;
  margin-top: 25%;
  left: 50%;
}

.cube1 {
  width: 15px;
  height: 15px;
  position: absolute;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
  background-color: #30405d;
  text-align: center;
  display: block;
  margin-top: 25%;
  left: 50%;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  text-align: center;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
      scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
      scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.mob-hidden {
  display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mob-hidden {
    display: none;
  }
}

.desk-hidden {
  display: block;
}

@media (min-width: 768px) and (max-width: 1920px) {
  .desk-hidden {
    display: none;
  }
}

#getAquote {
  padding: 0;
}

#getAquote .modal-content .ctl-career-header {
  background: #020047;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  padding: 15px 20px 10px;
  width: 100%;
  text-align: center;
  border: none;
}

#getAquote .modal-content .ctl-career-header .modal-title {
  margin: 0 auto;
  width: 100%;
}

#getAquote .modal-content .ctl-career-header .modal-title h3 {
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
}

#getAquote .modal-content form .rows span i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #9a99aa;
  padding: 8px 11px;
  z-index: 1;
  font-size: 14px;
}

#getAquote .modal-content form .rows .appicantName {
  position: relative;
  width: 100%;
  background: #ebeef1;
  display: block;
  border-radius: 30px;
  margin-bottom: 20px;
}

#getAquote .modal-content form .rows .appicantName input {
  width: 100%;
  margin: 15px 0 0;
  border: none;
  padding: 0px 0px 10px 48px;
  position: relative;
  font-size: 14px;
  background: transparent;
}

#getAquote .modal-content form .rows .appicantName input:focus {
  outline: none;
  border-bottom: none;
  transition: all 0.02s ease-in-out;
}

#getAquote .modal-content form .rows .appicantName input[type="number"] {
  appearance: none;
}

#getAquote .modal-content form .rows .appicantName input.error {
  border: none !important;
}

#getAquote .modal-content form .rows .appicantName label#quote_name-error {
  position: absolute;
  bottom: -25px;
}

#getAquote .modal-content form .rows .emailId {
  position: relative;
  width: 100%;
  background: #ebeef1;
  display: block;
  border-radius: 30px;
  margin-bottom: 20px;
}

#getAquote .modal-content form .rows .emailId input {
  width: 100%;
  margin: 15px 0 0;
  border: none;
  padding: 0px 0px 10px 48px;
  position: relative;
  font-size: 14px;
  background: transparent;
}

#getAquote .modal-content form .rows .emailId input:focus {
  outline: none;
  border-bottom: none;
  transition: all 0.02s ease-in-out;
}

#getAquote .modal-content form .rows .emailId input.error {
  border: none !important;
}

#getAquote .modal-content form .rows .emailId label#quote_email-error {
  position: absolute;
  bottom: -25px;
}

#getAquote .modal-content form .rows .callNumber {
  position: relative;
  width: 100%;
  background: #ebeef1;
  display: block;
  border-radius: 30px;
  margin-bottom: 20px;
}

#getAquote .modal-content form .rows .callNumber input {
  width: 100%;
  margin: 15px 0 0;
  border: none;
  padding: 0px 0px 10px 48px;
  position: relative;
  font-size: 14px;
  background: transparent;
}

#getAquote .modal-content form .rows .callNumber input:focus {
  outline: none;
  border-bottom: none;
  transition: all 0.02s ease-in-out;
}

#getAquote .modal-content form .rows .callNumber input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

#getAquote .modal-content form .rows .positionJob {
  position: relative;
  width: 100%;
  background: #ebeef1;
  display: block;
  border-radius: 30px;
  margin-bottom: 20px;
}

#getAquote .modal-content form .rows .positionJob select {
  width: 100%;
  margin: 15px 0 0;
  border: none;
  padding: 0px 0px 10px 48px;
  position: relative;
  font-size: 14px;
  background: transparent;
}

#getAquote .modal-content form .rows .positionJob select:focus {
  outline: none;
  border-bottom: none;
  transition: all 0.02s ease-in-out;
}

#getAquote .modal-content form .rows .commentText {
  position: relative;
  width: 100% !important;
  background: #ebeef1;
  display: block;
  border-radius: 30px;
  margin-bottom: 20px;
}

#getAquote .modal-content form .rows .commentText textarea {
  width: 100% !important;
  margin: 15px 0 0;
  border: none;
  padding: 0px 0px 10px 48px;
  position: relative;
  font-size: 14px;
  background: transparent;
}

#getAquote .modal-content form .rows .commentText textarea:focus {
  width: 100% !important;
  outline: none;
  border-bottom: none;
  transition: all 0.02s ease-in-out;
}

#getAquote .modal-content form .rows .commentText textarea.error {
  border: none !important;
}

#getAquote .modal-content form .rows .commentText label#quote_message-error {
  position: absolute;
  bottom: -25px;
}

#getAquote .modal-content form .rows .file-upload {
  width: 100%;
  margin-bottom: 20px;
}

#getAquote .modal-content form #contactSubmit {
  background: linear-gradient(to right, #020047, rgba(228, 28, 56, 0.8));
  color: #fff;
  border: none;
  padding: 8px 40px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.ctl-sendMessage {
  color: #202020 !important;
  text-decoration: none;
  border: 2px solid #202020 !important;
  background: transparent !important;
  width: auto !important;
  margin: 0 auto;
  padding: 12px 30px !important;
  cursor: pointer;
  transition: all 0.5s ease-in 0s;
}

.ctl-sendMessage:hover {
  border: 2px solid #020047 !important;
  color: #fff !important;
  background-color: #020047 !important;
  text-decoration: none;
}

span.ctl-text-bold {
  color: #020047;
}

.positionJob {
  background: #ebeef1;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.positionJob select {
  width: 100%;
  background-color: #ebeef1;
  color: #777;
  font-size: inherit;
  padding: 0.5em;
  padding-right: 2.5em;
  border: 0;
  margin: 0;
  border-radius: 50px;
  text-indent: 0.01px;
  text-overflow: "";
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

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

.positionJob select:focus {
  outline: none;
  border-bottom: none;
  transition: all 0.02s ease-in-out;
}

.positionJob select[disabled] {
  color: rgba(0, 0, 0, 0.25);
}

.positionJob::after {
  content: "\25bc";
  height: 1em;
  font-size: 0.625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -0.5em;
}

.positionJob::before {
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 20px 20px 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.positionJob::after {
  color: rgba(0, 0, 0, 0.6);
}

.positionJob::after {
  position: absolute;
  pointer-events: none;
}

.positionJob::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.playservice {
  color: #0094ed;
  font-weight: 600;
}

.playservice:hover {
  color: #30405d;
  text-decoration: none;
}

.privacypolicy_class p {
  display: block;
  width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  appearance: none;
}

input[type="number"]::-moz-inner-spin-button,
input[type="number"]::-moz-outer-spin-button {
  appearance: none;
}

.rc-anchor {
  display: none !important;
}

.grecaptcha-badge {
  display: none;
}

nav {
  padding: 0px 0px;
}

nav.ctl-navbar {
  overflow: hidden;
}

nav ul {
  float: left;
}

nav ul:nth-child(1) {
  border-right: 1px solid rgba(153, 153, 153, 0.2);
}

nav ul li {
  float: left;
  padding: 10px 15px;
}

nav ul li a {
  text-decoration: none;
  color: #000;
}

nav ul li a.ctl-grad-button {
  background-color: #0094ed;
  color: #fff;
  padding: 8px 22px;
  border-radius: 30px;
  cursor: pointer;
}

nav ul li a.active {
  /* border-bottom: 2px solid #0094ed !important;
  color: #0094ed !important */
}

nav ul li.dropdown {
  position: relative;
}

nav ul li.dropdown:hover .dropdown-menu {
  display: block !important;
}

nav ul li.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 178px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  top: 99%;
  z-index: 1;
  padding: 15px 0px;
}

nav ul li.dropdown .dropdown-menu ul li {
  padding: 0px 16px !important;
  display: block;
}

nav ul li.dropdown .dropdown-menu ul li a {
  text-decoration: none;
  color: #020047 !important;
}

nav ul li.dropdown .dropdown-menu ul li.dropdown {
  position: relative;
}

nav ul li.dropdown .dropdown-menu ul li.dropdown:hover a {
  transition: all 0.5s ease-in-out 0s;
}

nav ul li.dropdown .dropdown-menu ul li.dropdown:hover a i {
  transform: rotate(-90deg);
  transition: all 0.5s ease-in-out 0s;
}

nav ul li.dropdown .dropdown-menu ul li.dropdown:hover .dropdown-submenu {
  display: block !important;
  transition: all 0.5s ease-in-out 0s;
}

nav ul li.dropdown .dropdown-menu ul li.dropdown .dropdown-submenu {
  display: none;
  position: absolute;
  background-color: #020047;
  min-width: 280px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 176px;
  z-index: 1;
  transition: all 0.4s ease-in-out 0s;
}

nav ul li.dropdown .dropdown-menu ul li.dropdown .dropdown-submenu ul li {
  padding: 0px 16px !important;
  display: block;
}

nav ul li.dropdown .dropdown-menu ul li.dropdown .dropdown-submenu ul li a {
  text-decoration: none;
  color: #fff !important;
}

nav ul li.dropdown .dropdown-menu.service-menu {
  width: 272px;
}

nav ul li.dropdown .dropdown-menu.whatwedo-menu {
  min-width: 275px;
}

header {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

header .ctl-sub-header {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  padding: 5px 0;
  background-color: #020047;
}

header .ctl-sub-header .subheader-container {
  margin: auto;
  text-align: center;
  width: 90%;
}

@media (min-width: 320px) and (max-width: 1024px) {
  header .ctl-sub-header .subheader-container {
    width: 100%;
  }
}

header .ctl-sub-header .subheader-container .ctl-left li {
  float: left;
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
}

header .ctl-sub-header .subheader-container .ctl-left li:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

header .ctl-sub-header .subheader-container .ctl-left li a {
  color: #fff;
  text-decoration: none;
}

header .ctl-sub-header .subheader-container .ctl-left li a:hover {
  text-decoration: none;
}

header .ctl-sub-header .subheader-container .ctl-left li a span {
  line-height: 0;
  vertical-align: middle;
  padding-right: 5px;
}

header .ctl-sub-header .subheader-container .ctl-left li a span i {
  color: #fff;
  font-size: 15px;
}

header .ctl-sub-header .subheader-container .ctl-right li {
  float: right;
  padding: 5px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

header .ctl-sub-header .subheader-container .ctl-right li:nth-child(1) {
  border-right: none;
}

header .ctl-sub-header .subheader-container .ctl-right li span {
  line-height: 0;
  vertical-align: middle;
  padding-right: 5px;
}

header .ctl-sub-header .subheader-container .ctl-right li span a i {
  color: #fff;
  font-size: 17px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  header .ctl-sub-header {
    display: none !important;
  }
}

header .ctl-main-header {
  width: 100%;
}

header .ctl-main-header #navbar {
  background: #020047;
  color: #0d1a26;
  /* line-height: 60px */
}

@media (min-width: 320px) and (max-width: 1024px) {
  header .ctl-main-header #navbar {
    padding: 0px 0px 0px;
  }
}

header .ctl-main-header #navbar .nav-wrapper {
  margin: auto;
  text-align: center;
  width: 93%;
}

@media (min-width: 320px) and (max-width: 1024px) {
  header .ctl-main-header #navbar .nav-wrapper {
    width: 100%;
  }
}

header .ctl-main-header #navbar .nav-wrapper .logo {
  float: left;
  /* margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px; */
}

header .ctl-main-header #navbar .nav-wrapper ul {
  float: right;
  list-style: none;
  margin-top: 15px;
  text-align: right;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
}

@media (min-width: 320px) and (max-width: 1024px) {
  header .ctl-main-header #navbar .nav-wrapper ul {
    display: none;
  }
}

header .ctl-main-header #navbar .nav-wrapper ul li {
  /* display: inline-block */
  position: relative;

  display: flex;
  align-items: center;
}

header .ctl-main-header #navbar .nav-wrapper ul li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  letter-spacing: 0px;
  margin: 0 8px;
  padding: 4px 4px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  font-weight: 400;
}

header .ctl-main-header #navbar .nav-wrapper ul li a:hover {
  color: #0094ed !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

header .ctl-main-header #navbar .nav-wrapper ul li a:hover:before {
  /* background: #0d1a26;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) */
}

header .ctl-main-header #navbar .nav-wrapper ul li a:hover:after {
  /* background: transparent;
  width: 100% */
}

header .ctl-main-header #navbar .nav-wrapper ul li a::after,
header .ctl-main-header #navbar .nav-wrapper ul li a::before {
  /* content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -1px; */
  /* background: #020047 */
}

header .ctl-main-header #navbar .nav-wrapper ul li a::before {
  left: 0;
  transition: 0.5s;
}

header .ctl-main-header #navbar .nav-wrapper ul li a:after {
  /* background: #020047; */
  right: 0;
}

header .ctl-main-header #navbar .nav-wrapper ul li a.ctl-grad-button {
  color: #fff;
  line-height: 30px;
  margin-top: 12px;
  border: none;
  padding: 5px 22px !important;
  cursor: pointer;
}

header
  .ctl-main-header
  #navbar
  .nav-wrapper
  ul
  li:last-child:not(:only-child)
  a::after,
header
  .ctl-main-header
  #navbar
  .nav-wrapper
  ul
  li:last-child:not(:only-child)
  a::before {
  display: none;
}

header .ctl-main-header #navbar .nav-wrapper ul li .dropdown-menu ul li {
  line-height: 20px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  header .ctl-main-header .menuIcon {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 15px;
    top: 20px;
    height: 27px;
    width: 27px;
    z-index: 12;
  }

  header .ctl-main-header .menuIcon .icon-bars {
    background: #020047;
    position: absolute;
    left: 4px;
    top: 45%;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  header .ctl-main-header .menuIcon .icon-bars::before {
    background: #020047;
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  header .ctl-main-header .menuIcon .icon-bars::after {
    margin-top: 0px;
    background: #020047;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  header .ctl-main-header .menuIcon .icon-bars.overlay {
    background: #617281;
    background: #b7c7d3;
    width: 20px;
    animation: middleBar 3s infinite 0.5s;
    -webkit-animation: middleBar 3s infinite 0.5s;
  }

  header .ctl-main-header .menuIcon .icon-bars.overlay::before {
    background: #617281;
    background: #b7c7d3;
    width: 10px;
    animation: topBar 3s infinite 0.2s;
    -webkit-animation: topBar 3s infinite 0s;
  }

  header .ctl-main-header .menuIcon .icon-bars.overlay::after {
    background: #617281;
    background: #b7c7d3;
    width: 15px;
    animation: bottomBar 3s infinite 1s;
    -webkit-animation: bottomBar 3s infinite 1s;
  }

  header .ctl-main-header .menuIcon.toggle {
    background: #fff;
    border-radius: 4px;
  }

  header .ctl-main-header .menuIcon.toggle .icon-bars {
    top: 7px;
    transform: translate3d(0, 5px, 0) rotate(135deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  header .ctl-main-header .menuIcon.toggle .icon-bars::before {
    top: 0;
    transition-delay: 0.1s;
    opacity: 0;
  }

  header .ctl-main-header .menuIcon.toggle .icon-bars::after {
    top: 10px;
    transform: translate3d(0, -10px, 0) rotate(-270deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  header .ctl-main-header .menuIcon.toggle .icon-bars.overlay {
    width: 20px;
    opacity: 0;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
}

header .ctl-main-header .overlay-menu {
  background: #020047;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-100%);
  width: 100vw;
  height: 100vh;
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  z-index: 5;
}

header .ctl-main-header .overlay-menu ul,
header .ctl-main-header .overlay-menu li {
  display: block;
  position: relative;
}

header .ctl-main-header .overlay-menu ul li a {
  display: block;
  font-size: 14px;
  color: #fff;
  letter-spacing: 4px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

header .ctl-main-header .overlay-menu ul li a:hover,
header .ctl-main-header .overlay-menu ul li a:active {
  color: #fff;
  /* -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; */
  text-decoration: none;
}

header .ctl-main-header .overlay-menu ul li a.mobile-menu-accordian {
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
}

header .ctl-main-header .overlay-menu ul li a.mobile-menu-accordian.active {
  background: #0094ed;
}

header .ctl-main-header .overlay-menu ul li .panel {
  padding: 0 18px;
  display: none;
  background-color: #0c239c;
  overflow: hidden;
  width: 100%;
}

header .ctl-main-header .overlay-menu ul li .panel ul li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding: 2px 0px;
}

header .ctl-main-header .overlay-menu ul li .panel ul li a {
  font-size: 11px;
}

header .ctl-main-header .overlay-menu ul li .panel ul li:hover a {
  color: #16181b;
}

header #ctlMainHeader-sticky-wrapper {
  z-index: 1024 !important;
  background-color: #fff;
}

header #ctlMainHeader {
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
  top: 0; /* At the top */
  z-index: 99;
  padding: 20px 0;

  overflow: visible;
  height: 130px;
}
header #ctlMainHeader {
  z-index: 1024 !important;
  background-color: #020047;
  -webkit-box-shadow: 0 9px 20px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 9px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0 9px 20px rgba(0, 0, 0, 0.04);
  overflow: visible;
}
#logo {
  width: 226px;
}

.img-re {
  width: 162px !important;
  padding: 10px 0px;
}

.shrink {
  padding: 0px 0 !important;
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%) !important;
  height: 80px !important;
}

@keyframes middleBar {
  0% {
    width: 0px;
  }

  50% {
    width: 20px;
  }

  100% {
    width: 0px;
  }
}

@-webkit-keyframes middleBar {
  0% {
    width: 0px;
  }

  50% {
    width: 20px;
  }

  100% {
    width: 0px;
  }
}

@keyframes topBar {
  0% {
    width: 0px;
  }

  50% {
    width: 10px;
  }

  100% {
    width: 0px;
  }
}

@-webkit-keyframes topBar {
  0% {
    width: 0px;
  }

  50% {
    width: 10px;
  }

  100% {
    width: 0px;
  }
}

@keyframes bottomBar {
  0% {
    width: 0px;
  }

  50% {
    width: 15px;
  }

  100% {
    width: 0px;
  }
}

@-webkit-keyframes bottomBar {
  0% {
    width: 0px;
  }

  50% {
    width: 15px;
  }

  100% {
    width: 0px;
  }
}

.ctl-headersection {
  background-position: center;
  background-size: cover;
}

.ctl-headersection .ctl-headerInnersection {
  padding: 40px 0;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .ctl-headersection .ctl-headerInnersection {
    padding: 15px 0;
  }
}

.ctl-headersection .ctl-headerInnersection h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 300 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .ctl-headersection .ctl-headerInnersection h2 {
    font-size: 15px;
  }
}

.ctl-headersection .ctl-headerInnersection h3 {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px 0px 0px;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 767px) {
  .ctl-headersection .ctl-headerInnersection h3 {
    font-size: 12px;
  }
}

.ctl-headersection .ctl-headerInnersection h3 a.active {
  color: #ffffff;
  text-decoration: none;
  padding: 0px 5px 0px 0px;
}

.ctl-headersection .ctl-headerInnersection h3 span {
  color: #fff;
}

.ctl-headersection .ctl-headerInnersection h3 span.divider {
  padding: 0px 5px 0px 0px;
}

.ctl-headersection-about {
  background: url(../img/inner-header/Company.jpg) !important;

  position: relative;
}

.ctl-headersection-ai {
  background: url(../img/inner-header/AI.jpg) !important;

  position: relative;
}

.ctl-headersection-gallery {
  background: url(../img/inner-header/Gallery.jpg) !important;
  position: relative;
}

.ctl-headersection-careers {
  background: url(../img/inner-header/Careers.jpg) !important;

  position: relative;
}

.ctl-headersection-mobile {
  background: url(../img/inner-header/Mobile_Application.jpg) !important;

  position: relative;
}

.ctl-headersection-seo {
  position: relative;
}

.ctl-headersection-web-applications {
  background: url(../img/inner-header/web_applications_development_Services.jpg) !important;

  position: relative;
}

.ctl-headersection-websitedesign {
  background: url(../img/inner-header/Website_Design.jpg) !important;
  position: relative;
}

.ctl-headersection-contact {
  background: url(../img/inner-header/Contact.jpg) !important;
  position: relative;
}

.ctl-headersection-blog {
  background: url(../img/inner-header/Blog.jpg) !important;
  position: relative;
}

.ctl-headersection-ourworks {
  background: url(../img/inner-header/Our_Works.jpg) !important;
  position: relative;
}

.ctl-headersection-testing {
  background: url(../img/inner-header/Testing.jpg) !important;
  position: relative;
}

.ctl-headersection-microsoft {
  background: url(../img/inner-header/Microsoft_Development.jpg) !important;
  position: relative;
}

.ctl-headersection-infra {
  background: url(../img/inner-header/infra.jpg) !important;
  position: relative;
}

.shake-btn {
  position: relative;
  animation-name: shake;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  cursor: pointer;
}

.shake-btn:hover {
  animation-name: shakeAnim;
}

@keyframes shakeAnim {
  0% {
    top: 0;
  }

  1% {
    top: -3px;
  }

  2% {
    top: 5px;
  }

  3% {
    top: -8px;
  }

  4% {
    top: 8px;
  }

  5% {
    top: -5px;
  }

  6% {
    top: 3px;
  }

  7% {
    top: 0;
  }
}

@keyframes shake {
  0% {
    top: 0;
  }

  1% {
    top: -3px;
  }

  2% {
    top: 5px;
  }

  3% {
    top: -8px;
  }

  4% {
    top: 8px;
  }

  5% {
    top: -5px;
  }

  6% {
    top: 3px;
  }

  7% {
    top: 0;
  }
}

#ctl_home_about {
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
  background-blend-mode: multiply;
}

#ctl_home_about .ctl_home_aboutCard {
  width: 85%;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

#ctl_home_about .ctl_home_aboutCard .ctl_home_card_white {
  background-color: #fff;
  min-height: 370px;
  -webkit-box-shadow: 0 4px 27px rgba(23, 30, 67, 0.15);
  -moz-box-shadow: 0 4px 27px rgba(23, 30, 67, 0.15);
  box-shadow: 0 4px 27px rgba(23, 30, 67, 0.15);
  padding: 25px 20px;
  height: 345px;
}

#ctl_home_about .ctl_home_aboutCard .ctl_home_card_white .ctl-home-about-icon {
  padding: 0px 0px 20px 0;
}

#ctl_home_about
  .ctl_home_aboutCard
  .ctl_home_card_white
  .ctl-home-about-icon
  i {
  font-size: 40px;
  color: #0094ed;
}

#ctl_home_about .ctl_home_aboutCard .ctl_home_card_white h2 {
  font-size: 20px;
  color: #0094ed;
  font-weight: 400;
  padding: 0px 0px 15px 0px;
  text-transform: capitalize;
  font-weight: 300 !important;
}

#ctl_home_about .ctl_home_aboutCard .ctl_home_card_white p {
  line-height: 28px;
  color: #020047;
  font-size: 16px;
  font-weight: 300 !important;
}

#ctl_home_about .ctl_home_aboutCard .ctl_home_card_voilet {
  color: #fff;
  background: linear-gradient(
      to bottom,
      rgba(0, 148, 237, 0.6) 0%,
      rgba(0, 148, 237, 0.85) 100%
    ),
    url(../img/about/about2.png);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 25px 20px 31px;
  margin-top: -20px;
  border-radius: 4px;
  min-height: 410px;
}

#ctl_home_about .ctl_home_aboutCard .ctl_home_card_voilet .ctl-home-about-icon {
  padding: 0px 0px 20px 0;
}

#ctl_home_about
  .ctl_home_aboutCard
  .ctl_home_card_voilet
  .ctl-home-about-icon
  i {
  font-size: 40px;
}

#ctl_home_about .ctl_home_aboutCard .ctl_home_card_voilet h2 {
  font-size: 20px;
  padding: 0px 0px 15px 0px;
  font-weight: 600;
  text-transform: capitalize;
}

#ctl_home_about .ctl_home_aboutCard .ctl_home_card_voilet p {
  line-height: 1.7;
  font-size: 16px;
}

#ctl_home_about .ctl_home_aboutCard .ctl_home_card_voilet .about-link-btn {
  color: #ffffff !important;
  text-decoration: none;
  border: 2px solid #ffffff !important;
  background: transparent !important;
  width: auto !important;
  margin: 0 auto;
  padding: 6px 20px;
  transition: all 0.5s ease-in 0s;
}

#ctl_home_about
  .ctl_home_aboutCard
  .ctl_home_card_voilet
  .about-link-btn:hover {
  border: 2px solid #020047 !important;
  color: #fff !important;
  background-color: #020047 !important;
  text-decoration: none;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
  transform: scale(1.5);
}

#ctl_home_service {
  background-color: #f1f1f1;
}

#ctl_home_service .homeserviceImagepad {
  padding: 25px 0px 0px 0px;
}

#ctl_home_service .homeserviceImagepad .ctl-home_service-image {
  position: relative;
  display: block;
  height: 100%;
  transition: all 0.2s ease-in-out 0s;
}

#ctl_home_service
  .homeserviceImagepad
  .ctl-home_service-image
  .service_one_image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

#ctl_home_service
  .homeserviceImagepad
  .ctl-home_service-image
  .service_one_image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: transparent;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, transparent),
    color-stop(100%, rgba(0, 0, 0, 0.9))
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

#ctl_home_service
  .homeserviceImagepad
  .ctl-home_service-image
  .service_one_image
  img {
  display: block;
  width: 100%;
  height: 100%;
}

#ctl_home_service .homeserviceImagepad .ctl-home_service-image h2 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

#ctl_home_service .homeserviceImagepad .ctl-home_service-image .ctl_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 999;
  transition: all 0.5s ease-in-out 0s;
  background-color: rgb(0 148 237 / 60%);
}

#ctl_home_service
  .homeserviceImagepad
  .ctl-home_service-image
  .ctl_overlay
  .icon {
  color: white;
  position: absolute;
  top: 35%;
  left: 35%;
  transform: translate(-26%, -30%);
  -ms-transform: translate(-26%, -30%);
  text-align: center;
}

#ctl_home_service
  .homeserviceImagepad
  .ctl-home_service-image
  .ctl_overlay
  .icon
  h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 300 !important;
  text-align: center;
}

#ctl_home_service
  .homeserviceImagepad
  .ctl-home_service-image
  .ctl_overlay
  .icon
  p {
  margin-bottom: 20px;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  font-size: 18px;
  text-align: center;
}

#ctl_home_service
  .homeserviceImagepad
  .ctl-home_service-image
  .ctl_overlay
  .icon
  a.homeservice_view {
  background-color: #020047;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 25px;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

#ctl_home_service
  .homeserviceImagepad
  .ctl-home_service-image:hover
  .ctl_overlay {
  opacity: 1;
  z-index: 2;
}
#ctl_home_service .homeserviceImagepad .ctl-home_service-image:hover h2 {
  opacity: 0;
}
#ctl_home_chooseus {
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
  background-blend-mode: multiply;
}

#ctl_home_chooseus .home-choose-section {
  padding: 30px 20px;
  display: flex;
  align-items: center;
}

#ctl_home_chooseus .home-choose-section .choose-section-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-box-shadow: 0 6px 20px rgb(2 0 71 / 50%);
  -moz-box-shadow: 0 6px 20px rgba(2, 0, 71, 0.5);
  box-shadow: 0 6px 20px rgb(2 0 71 / 50%);
  float: left;
}

#ctl_home_chooseus .home-choose-section .choose-section-icon img {
  width: 35px;
  height: auto;
  margin: 0 auto;
}

#ctl_home_chooseus .home-choose-section .choose-section-icon i {
  color: #0094ed;
  font-size: 35px;
  margin: 0 auto;
  text-align: center;
}

#ctl_home_chooseus .home-choose-section .choose-section-icon:hover {
  background: #0094ed;
}

#ctl_home_chooseus .home-choose-section .choose-section-icon:hover i {
  color: #fff;
}

#ctl_home_chooseus .home-choose-section .choose-section-content {
  width: 80%;
  float: left;
}

#ctl_home_chooseus .home-choose-section .choose-section-content h2 {
  font-size: 18px;
  padding: 20px 15px 0px;
  color: #0094ed;
  font-weight: 300;
  text-transform: capitalize;
}

#ctl_home_chooseus .home-choose-section .choose-section-content p {
  color: #020047;
  font-size: 15px;
  padding: 0px 15px 15px;
  font-weight: 300 !important;
}

#ctl_home_chooseus .why_choose-client img {
  width: 100%;
}

#ctl-home-infra {
  background: #fff;
}

#ctl-home-infra .abt-ctl-images {
  padding: 10px 10px;
  position: relative;
  box-sizing: content-box;
}

#ctl-home-infra .abt-ctl-images img {
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

#ctl-home-infra .abt-ctl-images .about-image-box {
  position: absolute;
  top: 8%;
  left: -4%;
  background: url(../img/about/about-bg.png);
  background-size: 100%;
  opacity: 0.4;
  background-color: rgba(48, 64, 93, 0.2);
  height: 96%;
  width: 94%;
  z-index: -1;
  border-radius: 10px;
}

#ctl-home-infra .home-infra-details {
  padding: 15px;
}

#ctl-home-infra .home-infra-details h3 {
  color: #1f0808;
  font-size: 26px;
  line-height: 1.7;
  text-transform: capitalize;
}

#ctl-home-infra .home-infra-details p {
  color: #020047;
  padding: 5px 0 15px;
  line-height: 1.7;
  text-align: justify;
  font-weight: 300 !important;
}

#ctl-home-infra .home-infra-details .infra-items {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

#ctl-home-infra .home-infra-details .infra-items li {
  padding: 5px 5px 5px 30px;
  position: relative;
  font-weight: 600;
  color: #30405d;
  line-height: 1.7;
}

#ctl-home-infra .home-infra-details .infra-items li:before {
  content: "\f14a";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 600;
  font-style: normal;
  text-decoration: inherit;
  color: #020047;
  font-size: 16px;
  padding-right: 0.5em;
  position: absolute;
  top: 7px;
  left: 5px;
}

#ctl-home-infra .home-infra-details .infra-link {
  position: absolute;
  text-align: center;
  display: block;
  left: 40%;
}

#ctl-home-infra .home-infra-details .infra-link .infra-link-btn {
  color: #202020;
  text-decoration: none;
  border: 2px solid #202020;
  padding: 6px 20px;
  transition: all 0.5s ease-in 0s;
}

#ctl-home-infra .home-infra-details .infra-link .infra-link-btn:hover {
  border: 2px solid #020047;
  color: #fff;
  background-color: #020047;
}

#ctl_home_AI {
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
  background-blend-mode: multiply;
}

#ctl_home_AI .ctl-home_AI-content {
  padding: 20px 0;
}

#ctl_home_AI .ctl-home_AI-content p {
  color: #666;
  line-height: 1.7;
  letter-spacing: 0.2px;
  text-align: justify;
}

#ctl_home_AI .ai-customized-secondary,
#ctl_home_AI .ai-customized-primary {
  text-align: center;
  height: 450px;
  padding: 100px 60px 150px;
  color: #fff;
}

#ctl_home_AI .ai-customized-secondary h2,
#ctl_home_AI .ai-customized-primary h2 {
  font-size: 42px;
  display: block !important;
  width: 100%;
  text-transform: capitalize;
  padding: 0px 0px 20px;
  font-weight: 300 !important;
}

#ctl_home_AI .ai-customized-secondary p,
#ctl_home_AI .ai-customized-primary p {
  display: block;
  width: 100%;
  font-weight: 300 !important;
  font-size: 18px;
  line-height: 1.2;
}
.ctl_home_card_voilet h2 {
  color: #ffffff !important;
}

#ctl_home_AI .ai-customized-secondary {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url(../img/chatBot.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #30405d;
  background-blend-mode: multiply;
}

#ctl_home_AI .ai-customized-primary {
  background-color: #0c239c;
  background-image: url("../img/work-area-bg-2.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
  background-blend-mode: multiply;
}

#ctl_home_AI .ai-browse-btn {
  position: absolute;
  bottom: 10%;
  text-align: center;
  display: block;
  left: 40%;
}

#ctl_home_AI .ai-browse-btn .ai-more-btn {
  background: #ffffff;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  height: 40px;
  width: 150px;
  border: 2px solid #fff;
  text-align: center;
  color: #020047;
  cursor: pointer;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.4);
}

#ctl_home_AI .ai-browse-btn .ai-more-btn:hover {
  background: #020047;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: scale(1.1);
  text-decoration: none;
  color: #ffffff;
}

#ctl_home_AI .ai-browse-btn-red {
  position: absolute;
  bottom: 10%;
  text-align: center;
  display: block;
  left: 40%;
}

#ctl_home_AI .ai-browse-btn-red .ai-more-btn {
  background: #020047;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  height: 40px;
  width: 150px;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.4);
  font-weight: 300 !important;
}

#ctl_home_AI .ai-browse-btn-red .ai-more-btn:hover {
  background: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: scale(1.1);
  text-decoration: none;
  color: #020047;
}

#ctl_bottom_divider {
  background-image: url("../img/parallax-call-to-3.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: transparent;
}

#ctl_bottom_divider h3 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 20px;
  /* text-shadow: 2px 2px 4px #000000; */
  text-align: justify;
  font-weight: 300 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_bottom_divider h3 {
    font-size: 14px;
  }
}

#ctl_bottom_divider h3 span {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_bottom_divider h3 span {
    font-size: 16px;
  }
}

#ctl_bottom_divider h5 {
  color: #fff;
  line-height: 1.7;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_bottom_divider h5 {
    font-size: 13px;
    text-align: center;
  }
}

#ctl_bottom_divider .ctl-divider-button {
  background: #fff;
  color: #020047;
  padding: 15px 40px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4);
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

#ctl_bottom_divider .ctl-divider-button:hover {
  text-decoration: none;
  background: #020047;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_bottom_divider .ctl-divider-button {
    font-size: 13px;
    padding: 8px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #ctl_bottom_divider .ctl-divider-button {
    font-size: 0.7rem;
  }
}

#ctl_first_divider {
  background-image: url("../img/parallax-call-to-2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}

#ctl_first_divider h3 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 20px;
  font-weight: 300 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_first_divider h3 {
    font-size: 14px;
  }
}

#ctl_first_divider h3 span {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_first_divider h3 span {
    font-size: 16px;
  }
}

#ctl_first_divider h5 {
  color: #fff;
  line-height: 1.7;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_first_divider h5 {
    font-size: 13px;
    text-align: center;
  }
}

#ctl_first_divider .ctl-divider-button {
  background: #fff;
  color: #0094ed;
  padding: 15px 40px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

#ctl_first_divider .ctl-divider-button:hover {
  text-decoration: none;
  background: #020047;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_first_divider .ctl-divider-button {
    font-size: 13px;
    padding: 8px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #ctl_first_divider .ctl-divider-button {
    font-size: 0.7rem;
  }
}

#ctl_second_divider {
  background-image: url("../img/parallax.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: #141e31;
}

#ctl_second_divider h2 {
  color: #fff;
  margin-bottom: 15px;
}

#ctl_home_contact {
  background: #fff;
}

#ctl_home_contact .ctl-contact-gray {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 18px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(2, 0, 71, 0.25);
  -moz-box-shadow: 0 5px 15px rgba(2, 0, 71, 0.25);
  box-shadow: 0 5px 15px rgba(2, 0, 71, 0.25);
}

#ctl_home_contact .ctl-contact-gray h2 {
  color: #020047;
  font-size: 19px;
  font-weight: bold;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_home_contact .ctl-contact-gray h2 {
    font-size: 15px;
  }
}

#ctl_home_contact .ctl-contact-gray span {
  text-align: center;
}

#ctl_home_contact .ctl-contact-gray span img {
  width: 20px;
}

#ctl_home_contact .ctl-contact-gray span i {
  font-size: 15px;
  color: #020047;
}

#ctl_home_contact .ctl-contact-gray p {
  font-size: 16px;
  margin-bottom: 5px;
  color: #020047;
  line-height: 1.25;
  font-weight: 300 !important;
}

#ctl_home_contact .ctl-contact-gray ul li {
  font-size: 16px;
  padding: 0 0 0 15px;
  background: transparent url(../img/navbullet-black.png) no-repeat 1px 7px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_home_contact .ctl-contact-gray p {
    font-size: 12px;
  }
  header #ctlMainHeader {
    height: 80px;
  }
}

#ctl_home_contact .ctl-contact-gray a {
  color: #0094ed;
  word-break: break-all;
  font-weight: 300 !important;
}

#ctl_home_contact .ctl-contact-gray a:hover {
  color: #30405d;
  text-decoration: none;
}

#ctl_home_contact .ctl-home-contact-form {
  padding: 20px 30px;
}

#ctl_home_contact .ctl-home-contact-form input {
  border: none;
  background-color: rgba(2, 0, 71, 0.1);
  width: 95%;
  margin-bottom: 20px;
  padding: 1.55em 2em;
  border: none;
  color: #646464;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.spacing {
  margin-left: 30px;
}
#ctl_home_contact .ctl-home-contact-form select {
  border: none;
  background-color: rgba(2, 0, 71, 0.1);
  width: 95%;
  margin-bottom: 20px;
  padding: 1.55em 2em;
  border: none;
  color: #646464;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
#ctl_home_contact .ctl-home-contact-form select option {
  font-size: 14px;
  line-height: 2.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
}

#ctl_home_contact .ctl-home-contact-form input[type="text"] {
  padding: 1.55em 2em;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-family: "Theinhardt-Pan", sans-serif !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#ctl_home_contact .ctl-home-contact-form input[type="text"]:focus {
  border-bottom: 1px solid #020047;
  background: rgba(2, 0, 71, 0.1);
}

#ctl_home_contact .ctl-home-contact-form input[type="email"] {
  padding: 1.55em 2em;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-family: "Theinhardt-Pan", sans-serif !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#ctl_home_contact .ctl-home-contact-form input[type="email"]:focus {
  border-bottom: 1px solid #020047;
  background: rgba(2, 0, 71, 0.1);
}

#ctl_home_contact .ctl-home-contact-form input::placeholder {
  font-size: 12px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_home_contact .ctl-home-contact-form input {
    width: 100%;
  }
}

#ctl_home_contact .ctl-home-contact-form textarea {
  background-color: rgba(2, 0, 71, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  box-sizing: border-box;
  font-family: "Theinhardt-Pan", sans-serif !important;
  width: 100% !important;
  margin-bottom: 20px !important;
  padding: 1.55em 2em;
  border: none;
  color: #646464 !important;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

#ctl_home_contact .ctl-home-contact-form textarea:focus {
  border-bottom: 1px solid #020047;
  background: #fff8fb;
}

#ctl_home_contact .ctl-home-contact-form textarea::placeholder {
  font-size: 12px !important;
}

#ctl_home_contact .ctl-home-contact-form textarea,
#ctl_home_contact .ctl-home-contact-form input {
  color: #202020;
  font-weight: 600;
}

#ctl_home_contact .ctl-home-contact-form textarea:focus,
#ctl_home_contact .ctl-home-contact-form input:focus {
  outline: none;
}

#ctl_home_contact .ctl-home-contact-form textarea::-webkit-input-placeholder,
#ctl_home_contact .ctl-home-contact-form input::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
  font-weight: 400;
}

#ctl_home_contact .ctl-home-contact-form textarea::-moz-placeholder,
#ctl_home_contact .ctl-home-contact-form input::-moz-placeholder {
  color: #999;
  font-size: 15px;
  font-weight: 400;
}

#ctl_home_contact .ctl-home-contact-form textarea:-ms-input-placeholder,
#ctl_home_contact .ctl-home-contact-form input:-ms-input-placeholder {
  color: #999;
  font-size: 15px;
  font-weight: 400;
}

#ctl_home_contact .ctl-home-contact-form textarea:-moz-placeholder,
#ctl_home_contact .ctl-home-contact-form input:-moz-placeholder {
  color: #999;
  font-size: 15px;
  font-weight: 400;
}

#ctl_home_contact .ctl-home-contact-form .ctl-grad-smtbutton {
  color: #202020;
  text-decoration: none;
  border: 2px solid #202020;
  padding: 6px 20px;
  transition: all 0.5s ease-in 0s;
}

#ctl_home_contact .ctl-home-contact-form .ctl-grad-smtbutton:hover {
  border: 2px solid #020047;
  color: #fff;
  background-color: #020047;
}

.testimonials {
  background: url(../img/testimonial.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials h2 {
  color: #fff;
}

.callout-text {
  text-align: center;
  max-width: 1140px;
  margin: 20px auto;
}

.testimonial-carousel {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;
  position: relative;
  padding: 20px 0px;
  display: flex;
}

.testimonial-carousel .icon-container {
  position: relative;
  padding: 0 5px;
  max-width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

@media (min-width: 768px) {
  .testimonial-carousel .icon-container {
    max-width: 50px;
    padding: 0 10px;
  }
}

.testimonial-carousel .icon-container span.lnr {
  color: #dadada;
  font-size: 1.6em;
  cursor: pointer;
  transition: color 0.3s linear;
}

@media (min-width: 768px) {
  .testimonial-carousel .icon-container span.lnr {
    font-size: 2.6em;
  }
}

.testimonial-carousel .icon-container span.lnr:hover {
  color: #fff;
}

.testimonial-carousel p {
  font-size: 12px;
}

@media (min-width: 768px) {
  .testimonial-carousel p {
    font-size: 20px;
    font-style: italic;
    line-height: 34px;
    letter-spacing: 0.2px;
    padding: 0 5%;
  }
}

.testimonial-items {
  position: relative;
  flex: 1;
  overflow: hidden;
  color: #fff;
}

.testimonial-item {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-item p.testimonial-author {
  font-weight: bold;
  text-align: right;
}

.testimonial-item.first {
  left: 0;
}

.testimonial-item.second {
  left: 100%;
}

.testimonial-item.third {
  left: 200%;
}

.lnr-arrow-left-circle:before {
  content: "\f359";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 600;
  font-style: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 28px;
  padding-right: 0.5em;
  position: absolute;
  left: -10px;
  opacity: 1;
}

.lnr-arrow-right-circle:before {
  content: "\f35a";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 600;
  font-style: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 28px;
  padding-right: 0.5em;
  position: absolute;
  right: -10px;
  opacity: 1;
}

#ctl-main-footer {
  background: #020047;
  color: #fff;
  padding: 30px 0 0 0;
}

#ctl-main-footer .ctl-footer-content {
  padding: 0px 20px;
}

#ctl-main-footer .ctl-footer-content h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-main-footer .ctl-footer-content h2 {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #ctl-main-footer .ctl-footer-content h2 {
    font-size: 14px;
  }
}

#ctl-main-footer .ctl-footer-content .footer-header-bar {
  width: 100%;
  /* height: 1px;
  background-color: #ffffff */
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}

#ctl-main-footer .ctl-footer-content ul {
  /* list-style-image: url("../img/footer-link_icon.png"); */
  margin-left: 20px;
  padding: 10px 5px;
}

#ctl-main-footer .ctl-footer-content ul li {
  padding: 0px 0;
  font-size: 16px;
  color: #cccccc;
  list-style-type: none;
}
.anchor {
  position: absolute;
  top: -105px;
  left: 0;
}
#ctl-main-footer .ctl-footer-content ul li a {
  text-decoration: none;
  color: #cccccc;
  font-size: 16px;
}

#ctl-main-footer .ctl-footer-content ul li a:hover {
  color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-main-footer .ctl-footer-content ul li a {
    font-size: 16px;
  }
  #ctl-main-footer .ctl-footer-content img {
    margin: 35px auto !important;
    display: block;
  }
  #ctl-main-footer .ctl-footer-content ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-top: 1px solid #fff;
    padding: 22px 0 17px;
  }
  .ctl-text-left {
    text-align: center !important;
  }
  .ctl-text-right {
    text-align: center;
    margin: 10px 0px;
  }
  .footer em {
    text-align: left;
    text-indent: -9999px;
    display: block;
    height: 0;
    overflow: hidden;
  }
  #ctl_home_contact .ctl-home-contact-form select {
    width: 100%;
  }
  #ctl_home_AI .ai-customized-primary h2,
  #ctl_home_AI .ai-customized-secondary h2 {
    font-size: 25px;
  }
  #ctl_home_AI .ai-customized-secondary p,
  #ctl_home_AI .ai-customized-primary p {
    font-size: 15px;
  }
  #ctl_home_service
    .homeserviceImagepad
    .ctl-home_service-image
    .ctl_overlay
    .icon
    h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500 !important;
  }
  #ctl_home_service
    .homeserviceImagepad
    .ctl-home_service-image
    .ctl_overlay
    .icon
    p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #ctl-main-footer .ctl-footer-content ul li a {
    font-size: 16px;
  }
}

#ctl-main-footer .ctl-footer-content ul.social-footer {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

#ctl-main-footer .ctl-footer-content ul.social-footer li {
  display: inline-block;
}

#ctl-main-footer .ctl-footer-content ul.social-footer li span a i {
  font-size: 30px;
  margin: 5px 10px 5px 0;
}

#ctl-main-footer .ctl-footer-content img {
  margin: 35px 0 0;
}

#ctl-main-footer .ctl-footer-content p {
  color: #ccc;
  line-height: 1.7;
  margin-bottom: 10px;
  font-size: 15px;
  text-align: justify;
  padding-top: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-main-footer .ctl-footer-content p {
    font-size: 12px;
  }
}

#ctl-main-footer .ctl-footer-content .ctl-cf {
  zoom: 1;
}

#ctl-main-footer .ctl-footer-content .ctl-cf:before,
#ctl-main-footer .ctl-footer-content .ctl-cf:after {
  content: "";
  display: table;
}

#ctl-main-footer .ctl-footer-content .ctl-cf:after {
  clear: both;
}

#ctl-main-footer .ctl-footer-content .ctl-form-wrapper {
  width: 85%;
  padding: 5px;
  margin: 20px 0px;
  background: #fff;
  border-radius: 30px;
}

#ctl-main-footer .ctl-footer-content .ctl-form-wrapper input {
  width: 82%;
  height: 20px;
  padding: 7px 5px;
  float: left;
  font: bold 15px "lucida sans", "trebuchet MS", "Tahoma";
  border: 0;
  background: #fff;
  border-radius: 30px 0 0 30px;
}

#ctl-main-footer .ctl-footer-content .ctl-form-wrapper input:focus {
  outline: 0;
  background: #fff;
}

#ctl-main-footer .ctl-footer-content .ctl-form-wrapper button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 35px;
  width: 50px;
  background: #020047;
  border-radius: 0 30px 30px 0;
}

#ctl-main-footer .ctl-footer-content .ctl-form-wrapper button:hover {
  background: #020047;
}

#ctl-main-footer .ctl-footer-content .ctl-form-wrapper button:active,
#ctl-main-footer .ctl-footer-content .ctl-form-wrapper button:focus {
  background: #020047;
  outline: 0;
}

#ctl-main-footer .ctl-footer-content .ctl-form-wrapper button:hover:before {
  border-right-color: #020047;
}

#ctl-main-footer .ctl-footer-content .ctl-form-wrapper button:active:before,
#ctl-main-footer .ctl-footer-content .ctl-form-wrapper button:focus::before {
  border-right-color: #020047;
}

#ctl-main-footer
  .ctl-footer-content
  .ctl-form-wrapper
  button
  ::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#ctl-main-footer .ctl-footer-content .ctl-form-wrapper button img {
  margin: 0;
}

#footer_getQuote {
  background: #0094ed;
  color: #fff;
  display: inline-block;
  margin: 15px 0px;
  border: transparent;
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
}

#footer_getQuote:hover {
  background: #fff;
  color: #020047 !important;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

#bottom-footer {
  background-color: #020047;
  padding: 15px 20px;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}

#bottom-footer p {
  color: #c1c1c1;
  font-size: 16px;
  margin: 0;
}

#bottom-footer ul {
  list-style: none;
  margin: 0;
}

#bottom-footer ul li {
  display: inline-block;
}

#bottom-footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 8px;
}
.position {
  display: block;
  color: #0094ed;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 0px;
  padding: 16px 16px 0px;
  background-color: #ffffff;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
}
.abt-ctl-images strong {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 17px;
  padding: 0px 16px 8px;
  background-color: #ffffff;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
}
#bottom-footer ul li a:hover {
  color: #fff;
}
.footer li {
  display: grid;
  grid-template-columns: 108px auto;
  margin: 0 0 9px;
  line-height: 1.4;
}
.toast__container {
  display: table-cell;
  vertical-align: middle;
}

.toast__cell {
  display: inline-block;
}

.add-margin {
  margin-top: 20px;
}

.toast__svg {
  fill: #fff;
}

.toast {
  text-align: left;
  padding: 21px 0;
  background-color: #fff;
  border-radius: 4px;
  max-width: 500px;
  top: 0px;
  position: relative;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
}

.toast:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.toast__icon {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  padding: 7px;
  border-radius: 50%;
  display: inline-block;
}

.toast__type {
  color: #3e3e3e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.toast__message {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  color: #878787;
}

.toast__content {
  padding-left: 70px;
  padding-right: 60px;
}

.toast__close {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 14px;
  cursor: pointer;
  height: 14px;
  fill: #878787;
  transform: translateY(-50%);
}

.toast--green .toast__icon {
  background-color: #2bde3f;
}

.toast--green:before {
  background-color: #2bde3f;
}

.toast--blue .toast__icon {
  background-color: #1d72f3;
}

.toast--blue:before {
  background-color: #1d72f3;
}

.toast--yellow .toast__icon {
  background-color: #ffc007;
}

.toast--yellow:before {
  background-color: #ffc007;
}

hr.divider {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.counter-area {
  background: url(../img/ctl-clients-count.png) no-repeat center/cover;
  background-attachment: fixed;
  position: relative;
  text-align: center;
  z-index: 1;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.counter-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: -1;
}

.single-counter-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

.single-counter-box h2 {
  margin: 25px 0 10px;
  color: #ffffff;
  font-weight: 500;
}

.single-counter-box h2 span::after {
  content: "+";
}

.single-counter-box p {
  font-size: 16px;
  line-height: normal;
  color: #fff;
}

.single-counter-box:hover i::before {
  background: transparent;
  border: 2px solid #30405d;
  box-shadow: none;
  color: #020047;
}

.bg-seperate-white {
  background: #fff;
}

@font-face {
  font-family: "Lucida Sans";
  font-display: auto;
  src: url(fonts/lucidacalligraphyitalic.ttf);
}

.aboutDetailspage .ctl-AboutList {
  padding: 80px 0px 0px;
}

.aboutDetailspage .ctl-AboutList .ctl-container .rows .ctlAbout_Quotes {
  width: 100%;
}

.aboutDetailspage .ctl-AboutList .ctl-container .rows .ctlAbout_Quotes h1,
.aboutDetailspage .ctl-AboutList .ctl-container .rows .ctlAbout_Quotes h2 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  color: #020047;
  font-size: 24px;
  text-align: center;
  font-weight: 300;
}

.aboutDetailspage .ctl-container .ctl-Aboutwhite .column-eight .aboutContent {
  padding: 0px 30px;
}

.aboutDetailspage
  .ctl-container
  .ctl-Aboutwhite
  .column-eight
  .aboutContent
  h2 {
  color: #000;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.aboutDetailspage
  .ctl-container
  .ctl-Aboutwhite
  .column-eight
  .aboutContent
  .divider {
  background-color: #020047;
  height: 3px;
  width: 85px;
  margin-bottom: 20px;
}

.aboutDetailspage .ctl-container .ctl-Aboutwhite .column-eight .aboutContent p {
  color: #020047;
  line-height: 1.88;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: justify;
  letter-spacing: -0.17px;
  font-weight: normal !important;
}

.aboutDetailspage
  .ctl-container
  .ctl-Aboutwhite
  .column-eight
  .aboutContent
  ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

.aboutDetailspage
  .ctl-container
  .ctl-Aboutwhite
  .column-eight
  .aboutContent
  ul
  li {
  padding: 5px 5px 5px 30px;
  position: relative;
  font-weight: 600;
  color: #30405d;
  line-height: 1.7;
}

.aboutDetailspage
  .ctl-container
  .ctl-Aboutwhite
  .column-eight
  .aboutContent
  ul
  li
  strong {
  font-weight: 600;
  color: #202020;
}

.aboutDetailspage
  .ctl-container
  .ctl-Aboutwhite
  .column-eight
  .aboutContent
  ul
  li:before {
  content: "\f14a";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 600;
  font-style: normal;
  text-decoration: inherit;
  color: #020047;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  top: 7px;
  left: 5px;
}

.aboutDetailspage .ctl-container .ctl-Aboutwhite .column-four .abt-ctl-images {
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.aboutDetailspage .ctl-container .ctl-Aboutwhite .column-four .abt-ctl-images {
  -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
  box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
  border-radius: 3px;
}

.aboutDetailspage
  .ctl-container
  .ctl-Aboutwhite
  .column-four
  .abt-ctl-images
  .about-image-box {
  position: absolute;
  top: 8%;
  left: -4%;
  background: url(../img/about/about-bg.png);
  background-size: 100%;
  opacity: 0.4;
  background-color: rgba(48, 64, 93, 0.2);
  height: 96%;
  width: 94%;
  z-index: -1;
  border-radius: 10px;
}

.aboutDetailspage
  .ctl-container
  .ctl-Aboutwhite
  .column-four
  .abt-ctl-images
  .about-image-box-right {
  position: absolute;
  top: 8%;
  right: -4%;
  background: url(../img/about/about-bg.png);
  background-size: 100%;
  opacity: 0.4;
  background-color: rgba(48, 64, 93, 0.5);
  height: 96%;
  width: 94%;
  z-index: -1;
  border-radius: 10px;
}

.aboutDetailspage
  .ctl-container
  .ctl-Aboutwhite
  .column-four
  .abt-ctl-images
  .about-image-box-right
  h2 {
  color: #000;
  text-align: center;
  text-transform: capitalize;
}

.aboutDetailspage .ctlPartners .ctl-container .rows .column-three .partnerimg {
  padding: 20px 10px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .aboutDetailspage
    .ctlPartners
    .ctl-container
    .rows
    .column-three
    .partnerimg
    img {
    width: 80%;
  }
}

.aboutDetailspage .ctlPartners .ctl-container .rows .br-top {
  border-top: none !important;
}

.aboutDetailspage .ctlPartners .ctl-container .rows .br-right {
  border-right: none !important;
}

.aboutDetailspage .ctlPartners .ctl-container .rows .br-left {
  border-left: none !important;
}

.aboutDetailspage .ctlPartners .ctl-container .rows .br-down {
  border-bottom: none !important;
}

.aboutDetailspage .ctlPartners .ctl-container .rows .br-full {
  border: 1px solid #ccc;
}

.aboutDetailspage .ctlPartners .ctl-container .rows ul {
  width: 100%;
}

.aboutDetailspage .ctlPartners .ctl-container .rows ul li {
  display: inline-block;
  width: 24%;
  padding: 15px;
}

.column-four .abt-ctl-images {
  padding: 10px 15px;
  position: relative;
  box-sizing: content-box;
}

.column-four .abt-ctl-images img {
  /* -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px */
}

.column-four .abt-ctl-images .about-management h2 {
  position: absolute;
  bottom: 0;
  left: 15px;
  z-index: 100;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}

.column-four .abt-ctl-images .about-image-box {
  position: absolute;
  top: 8%;
  left: -4%;
  background: url(../img/about/about-bg.png);
  background-size: 100%;
  opacity: 0.4;
  background-color: rgba(48, 64, 93, 0.2);
  height: 96%;
  width: 94%;
  z-index: -1;
  border-radius: 10px;
}

.column-four .abt-ctl-images .about-image-box-right {
  position: absolute;
  top: 8%;
  right: -4%;
  background: url(../img/about/about-bg.png);
  background-size: 100%;
  opacity: 0.4;
  background-color: rgba(48, 64, 93, 0.5);
  height: 96%;
  width: 94%;
  z-index: -1;
  border-radius: 10px;
}

.column-four .abt-ctl-images .about-image-box-right h2 {
  color: #000;
  text-align: center;
  text-transform: capitalize;
}

.case-study-title {
  padding: 20px 0px 20px 0px;
}

.case-study-title h2 {
  font-size: 26px;
  font-weight: 400;
  color: #0094ed;
  text-transform: capitalize;
}

.case-study-title h2 span {
  color: #0094ed;
}

.case-study-client {
  padding: 20px 0px 20px 0px;
}

.case-study-client h2 {
  color: #0094ed;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
  text-align: right;
  text-transform: capitalize;
}

.case-study-client p {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  margin: 0;
  color: #333;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #eee;
}

.case-study-heading {
  padding: 10px 15px 10px 10px;
  /* background: linear-gradient(to right, rgba(48, 64, 92, 0.25) 0%, rgba(48, 64, 92, 0.15) 50%, rgba(48, 64, 92, 0.25) 100%); */
  background: #bfdef2;
  margin: 0px 10px 20px;
  box-shadow: 0px 5px 27px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}

.case-study-heading .icon-android span {
  color: #020047;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.9px;
}

.case-study-heading .icon-advantage {
  padding-left: 10px;
}

.case-study-heading .icon-advantage h3 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 4px;
}

.case-study-heading .icon-advantage h3 span {
  color: #020047;
}

@media (min-width: 320px) and (max-width: 767px) {
  .case-study-heading .icon-advantage h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
}

.case-study-heading .icon-advantage p {
  color: #020047;
  line-height: 1.7;
  margin: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .case-study-heading {
    margin: 0px 10px 10px;
  }
}

#careersContent .aboutContent {
  padding: 20px 15px 0;
}

#careersContent .aboutContent p {
  color: #020047;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 15px;
}

#careersContent .aboutContent ul {
  margin: 20px 0 0px 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

#careersContent .aboutContent ul li {
  padding: 5px 5px 5px 30px;
  position: relative;
  font-weight: 400;
  color: #020047;
  line-height: 1.7;
}

#careersContent .aboutContent ul li strong {
  font-weight: 400;
  color: #020047;
}

#careersContent .aboutContent ul li:before {
  content: "\f14a";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 600;
  font-style: normal;
  text-decoration: inherit;
  color: #020047;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  top: 7px;
  left: 5px;
}

.currentOpen {
  background-color: #020047;
  padding: 40px 0;
}

.currentOpen .ctl-container .rows .column-six .titleCareers h1,
.currentOpen .ctl-container .rows .column-six .titleCareers h2 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 767px) {
  .currentOpen .ctl-container .rows .column-six .titleCareers h1,
  .currentOpen .ctl-container .rows .column-six .titleCareers h2 {
    font-size: 18px;
  }
}

.applyFooter {
  /* padding: 5px 20px 15px;
  text-align: right; */
}

.applyFooter .apply_btn .applyJob {
  background: transparent;
  color: #020047;
  border: 2px solid #020047;
  padding: 10px 43px;
  font-size: 15px;
  display: inline-block;
  transition: all 0.5s ease-in-out 0s;
  font-weight: 600;
  outline: none;
  border-radius: 0px;
  cursor: pointer;
}

.applyFooter .apply_btn .applyJob:hover {
  background: #020047;
  color: #fff;
}

.jobs-opening {
  padding: 40px 0;
}

.jobs-opening .ctl-container .rows .column-six .jobcard {
  background: #fff;
  margin: 0 15px;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.02);
}

.jobs-opening .ctl-container .rows .column-six .jobcard .jobtitle {
  padding: 15px 10px 15px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
}

.jobs-opening .ctl-container .rows .column-six .jobcard .jobtitle h3 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #0094ed;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
}

.jobs-opening .ctl-container .rows .column-six .jobcard .jobtitle h3 span {
  font-weight: 400;
  color: #0094ed;
  font-size: 16px;
  padding: 0px 10px;
}

.carrer-heading {
  color: #0094ed;
}

.carrer-title {
  color: #0094ed;
  border-bottom: 2px solid #020047;
  padding: 0 0 20px;
  margin: 0 0 25px;
  width: 75%;
}

.carrer-title-one {
  color: #0094ed;
  border-bottom: 2px solid #020047;
  border-top: 1px solid #020047;
  padding: 25px 0 20px;
  margin: 90px 0 25px;
  width: 75%;
}

.job-head {
  padding: 0 40px 0 0;
  margin-top: 90px;
}

.type {
  font-size: 20px;
  color: #0094ed;
  margin: 25px 0 18px;
}

.description {
  list-style-type: disc !important;
  margin-left: 16px;
  margin-top: 15px;
  padding-bottom: 10px;
}

.content.description {
  color: black; /* Set text color to black */
}

.content.description li {
  list-style-type: none; /* Remove default bullet */
  padding-left: 0.3em; /* Add padding to align text properly */
  position: relative; /* Create a relative position for pseudo element */
}

.content.description li::before {
  content: "";
  color: red; /* Set bullet color to red */
  position: absolute; /* Set absolute position for bullet */
  left: -1em; /* Adjust the position of the bullet */
  width: 6px;
  top: 6.7px;
  height: 7px;
  background: #0094ed;
  border-radius: 7px;
}

.apply-heading {
  color: #0094ed;
  border-bottom: 2px solid #020047;
  padding: 0 0 20px;
  margin: 0 0 18px;
}

.apply-style {
  width: 80%;
}

.label-text {
  margin-bottom: 5px;
  color: #0094ed;
}

.name-detail {
  display: block;
  width: 100%;
  background: #f1f1f1;
  border: 0;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
}

.textarea-detail {
  display: block;
  width: 100%;
  background: #f1f1f1;
  border: 0;
  max-width: 100%;
  min-width: 100%;
  min-height: 113px;
  padding: 6px 12px;
  font-size: 14px;
}

.label-check {
  margin-left: 15px;
  margin-top: 3rem;
}

.apply-rule {
  border-bottom: 3px solid #020047;
  padding-top: 2em;
  width: 100px;
}

.sub-text {
  font-weight: 500;
  text-decoration: underline;
  margin-top: 60px;
  color: #020047;
}

.main-txt {
  color: #020047;
}

.appicantName {
  position: relative;
  width: 100%;
  background: #ebeef1;
  display: block;
  border-radius: 30px;
  margin-bottom: 20px;
}

.appicantName input {
  width: 100%;
  margin: 15px 0 0;
  border: none;
  padding: 0px 0px 10px 18px;
  position: relative;
  font-size: 14px;
  background: transparent;
}

@media (min-width: 320px) and (max-width: 767px) {
  .jobs-opening .ctl-container .rows .column-six .jobcard .jobtitle h3 span {
    font-size: 13px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .jobs-opening .ctl-container .rows .column-six .jobcard .jobtitle h3 {
    font-size: 15px;
  }
}

.jobs-opening .ctl-container .rows .column-six .jobcard .jobLocation {
  padding: 10px 15px;
  color: #020047;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px dotted #ccc;
}

.jobs-opening .ctl-container .rows .column-six .jobcard .jobLocation i {
  color: #999;
  padding-right: 5px;
}

.jobs-opening .ctl-container .rows .column-six .jobcard .jobDescription {
  padding: 20px;
}

.jobs-opening .ctl-container .rows .column-six .jobcard .jobDescription h4 {
  color: #020047;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .jobs-opening .ctl-container .rows .column-six .jobcard .jobDescription h4 {
    font-size: 14px;
  }
}

.jobs-opening .ctl-container .rows .column-six .jobcard .jobDescription p {
  margin-bottom: 15px;
  color: #020047;
  border-bottom: 1px dotted rgba(48, 64, 93, 0.2);
  padding-bottom: 15px;
}

.jobs-opening .ctl-container .rows .column-six .jobcard .jobDescription p i {
  color: #020047;
  font-size: 12px;
  padding-right: 10px;
  padding-left: 5px;
}

.jobs-opening .ctl-container .rows .column-six .jobcard .jobDescription ul {
  margin: 0 0 0px 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

.jobs-opening .ctl-container .rows .column-six .jobcard .jobDescription ul li {
  padding: 5px 5px 5px 30px;
  position: relative;
  font-weight: 400;
  color: #020047;
  line-height: 1.7;
}

.jobs-opening
  .ctl-container
  .rows
  .column-six
  .jobcard
  .jobDescription
  ul
  li
  strong {
  font-weight: 400;
  color: #020047;
}

.jobs-opening
  .ctl-container
  .rows
  .column-six
  .jobcard
  .jobDescription
  ul
  li:before {
  content: " ";
  /* font-family: 'Font Awesome\ 5 Free';
  font-weight: 400;
  font-style: normal; */
  text-decoration: inherit;
  color: #0094ed;
  font-size: 13px;
  padding-right: 0.5em;
  position: absolute;
  top: 11px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  .jobs-opening
    .ctl-container
    .rows
    .column-six
    .jobcard
    .jobDescription
    ul
    li:before {
    font-size: 12px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .jobs-opening
    .ctl-container
    .rows
    .column-six
    .jobcard
    .jobDescription
    ul
    li {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .jobs-opening .ctl-container .rows .column-six .jobcard {
    padding: 20px 0;
  }
}

#ex1 {
  padding: 0;
}

#ex1 .modal-content .ctl-career-header {
  background: #020047;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  padding: 15px 20px 10px;
  width: 100%;
  text-align: center;
  border: none;
}

#ex1 .modal-content .ctl-career-header .modal-title {
  margin: 0 auto;
  width: 100%;
}

#ex1 .modal-content .ctl-career-header .modal-title h3 {
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
}

#ex1 .modal-content form .rows span i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #9a99aa;
  padding: 8px 11px;
  z-index: 1;
  font-size: 14px;
}

#ex1 .modal-content form .rows .appicantName {
  position: relative;
  width: 100%;
  background: #ebeef1;
  display: block;
  border-radius: 30px;
  margin-bottom: 20px;
}

#ex1 .modal-content form .rows .appicantName input {
  width: 100%;
  margin: 15px 0 0;
  border: none;
  padding: 0px 0px 10px 18px;
  position: relative;
  font-size: 14px;
  background: transparent;
}

#ex1 .modal-content form .rows .appicantName input:focus {
  outline: none;
  border-bottom: none;
  transition: all 0.02s ease-in-out;
}

#ex1 .modal-content form .rows .appicantName input.error {
  border: none !important;
}

#ex1 .modal-content form .rows .appicantName label#name-error {
  position: absolute;
  bottom: -25px;
}

#ex1 .modal-content form .rows .emailId {
  position: relative;
  width: 100%;
  background: #ebeef1;
  display: block;
  border-radius: 30px;
  margin-bottom: 20px;
}

#ex1 .modal-content form .rows .emailId input {
  width: 100%;
  margin: 15px 0 0;
  border: none;
  padding: 0px 0px 10px 18px;
  position: relative;
  font-size: 14px;
  background: transparent;
}

#ex1 .modal-content form .rows .emailId input:focus {
  outline: none;
  border-bottom: none;
  transition: all 0.02s ease-in-out;
}

#ex1 .modal-content form .rows .emailId input.error {
  border: none !important;
}

#ex1 .modal-content form .rows .emailId label#email-error {
  position: absolute;
  bottom: -25px;
}

#ex1 .modal-content form .rows .callNumber {
  position: relative;
  width: 100%;
  background: #ebeef1;
  display: block;
  border-radius: 30px;
  margin-bottom: 20px;
}

#ex1 .modal-content form .rows .callNumber input {
  width: 100%;
  margin: 15px 0 0;
  border: none;
  padding: 0px 0px 10px 18px;
  position: relative;
  font-size: 14px;
  background: transparent;
}

#ex1 .modal-content form .rows .callNumber input:focus {
  outline: none;
  border-bottom: none;
  transition: all 0.02s ease-in-out;
}

#ex1 .modal-content form .rows .positionJob {
  position: relative;
  width: 100%;
  background: #ebeef1;
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
  margin-bottom: 20px;
}

#ex1 .modal-content form .rows .positionJob select {
  padding: 14px 0px 10px 48px;
}

#ex1 .modal-content form .rows .positionJob select::-ms-expand {
  display: none;
}

#ex1 .modal-content form .rows .positionJob select:focus {
  outline: none;
  border-bottom: none;
  transition: all 0.02s ease-in-out;
}

#ex1 .modal-content form .rows .positionJob select[disabled] {
  color: rgba(0, 0, 0, 0.25);
}

#ex1 .modal-content form .rows .commentText {
  position: relative;
  width: 100% !important;
  background: #ebeef1;
  display: block;
  border-radius: 30px;
  margin-bottom: 20px;
}

#ex1 .modal-content form .rows .commentText textarea {
  width: 100%;
  margin: 15px 0 0;
  border: none;
  padding: 0px 0px 10px 48px;
  position: relative;
  font-size: 14px;
  background: transparent;
}

#ex1 .modal-content form .rows .commentText textarea:focus {
  outline: none;
  border-bottom: none;
  transition: all 0.02s ease-in-out;
}

#ex1 .modal-content form .rows .commentText textarea.error {
  border: none !important;
}

#ex1 .modal-content form .rows .commentText label#message-error {
  position: absolute;
  bottom: -25px;
}

#ex1 .modal-content form .rows .file-upload {
  width: 100%;
  margin-bottom: 20px;
}

#ex1 .modal-content form #contactSubmit {
  background: linear-gradient(to right, #020047, rgba(228, 28, 56, 0.8));
  color: #fff;
  border: none;
  padding: 8px 40px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.serviceSection {
  background-color: #fff;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-twelve
  .serviceSideHeading
  h1,
.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-twelve
  .serviceSideHeading
  h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-twelve
  .serviceSideHeading
  .divider {
  width: 80px;
  height: 3px;
  background-color: #020047;
  margin: 0px auto;
}

.serviceSection .ctl-container .serviceTabs .rows .column-twelve .whatWeDo {
  padding: 10px 0 30px;
  font-size: 16px;
  color: #000;
  line-height: 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .serviceSection .ctl-container .serviceTabs .rows .column-twelve .whatWeDo {
    font-size: 12px;
  }
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-three
  .serviceSideHeading
  h1,
.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-three
  .serviceSideHeading
  h2 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-three
  .serviceSideHeading
  .divider {
  width: 90px;
  height: 3px;
  background-color: #020047;
  margin: 0px 0px 15px;
}

.serviceSection .ctl-container .serviceTabs .rows .column-three .tab {
  overflow: hidden;
  background-color: #fff;
  width: 95%;
  color: #30405d;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.serviceSection .ctl-container .serviceTabs .rows .column-three .tab button {
  display: block;
  background-color: inherit;
  color: #30405d;
  padding: 15px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  border-bottom: 1px dotted rgba(48, 64, 93, 0.2);
}

.serviceSection .ctl-container .serviceTabs .rows .column-three .tab button i {
  padding-right: 10px;
  display: none;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-three
  .tab
  button:hover {
  background-color: #ddd;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-three
  .tab
  button.active {
  background-color: #30405d;
  color: #fff;
}

.serviceSection .ctl-container .serviceTabs .rows .column-nine .tabcontent {
  padding: 6px 15px;
  border-top: none;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .bannerImage {
  height: 400px;
  width: 100%;
  padding-bottom: 20px;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection {
  padding: 10px 0;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  h2 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 0px 0px 10px;
  text-transform: capitalize;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  p {
  padding-bottom: 10px;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  h5 {
  color: #30405d;
  font-size: 16px;
  font-weight: 600;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  ul {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  ul
  li {
  list-style: square;
  font-size: 16px;
  font-weight: 600;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  .rows
  .column-four
  h4 {
  color: #666;
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  .rows
  .column-four
  h4
  i {
  color: #fff;
  margin-right: 10px;
  background: #30405d;
  padding: 8px 5px 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 5px;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  .rows
  .column-div
  .cardService {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin: 0px 10px 0px 0px;
  text-align: center;
  padding: 15px 10px;
  background: #ffffff;
  border-radius: 5px;
  min-height: 200px;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  .rows
  .column-div
  .cardService
  h3
  i {
  color: #fff;
  background: #30405d;
  padding: 15px 20px;
  border-radius: 50%;
  font-size: 40px;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  .rows
  .column-div
  .cardService
  h3
  i.fa-cubes {
  padding: 15px 17px;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  .rows
  .column-div
  .cardService
  h3
  i.fa-cogs {
  padding: 19px 17px;
  font-size: 33px;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  .rows
  .column-div
  .cardService
  h3
  i.fa-sync-alt {
  padding: 15px 15px;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  .rows
  .column-div
  .cardService
  h3
  i.fa-sitemap {
  padding: 16px 14px;
  font-size: 32px;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  .rows
  .column-div
  .cardService
  h3
  i.fa-chart-line,
.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  .rows
  .column-div
  .cardService
  h3
  i.fa-grin-stars {
  padding: 15px 17px;
  font-size: 33px;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  .rows
  .column-div
  .cardService
  h3
  i.fa-mobile-alt {
  padding: 15px 22px;
  font-size: 33px;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  .rows
  .column-div
  .cardService
  h2 {
  color: #30405d;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 0px 10px;
  margin: 0;
  text-transform: capitalize;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  .rows
  .column-div
  .cardService
  .centerDivider {
  height: 3px;
  width: 60px;
  background-color: #020047;
  margin: 0 auto;
}

.serviceSection
  .ctl-container
  .serviceTabs
  .rows
  .column-nine
  .tabcontent
  .serviceSection
  .serviceInnerSection
  .rows
  .column-div
  .cardService
  p {
  padding: 10px 0px 5px;
}

.serviceLinks {
  margin: 15px 0px 0px;
}

.serviceLinks ul {
  padding: 0 0px 14px;
  margin: 0;
  list-style: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .serviceLinks ul {
    padding: 0 0px 0px;
  }
}

.serviceLinks ul li {
  display: inline-block;
}

.serviceLinks ul li .serviceLinkBtn {
  color: #020047;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #020047;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 8px 30px;
  margin: 5px 5px;
  font-weight: 300;
}

@media (min-width: 320px) and (max-width: 767px) {
  .serviceLinks ul li .serviceLinkBtn {
    border: 1px solid #020047;
    padding: 4px 10px;
    font-size: 13px;
  }
}

.serviceLinks ul li .serviceLinkBtn:hover {
  background: #020047;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(218, 123, 123, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(218, 123, 123, 0.2);
  box-shadow: 0 5px 20px rgba(218, 123, 123, 0.2);
}

.serviceLinks ul li .serviceLinkBtn.active-servicelink {
  background: #020047;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(218, 123, 123, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(218, 123, 123, 0.2);
  box-shadow: 0 5px 20px rgba(218, 123, 123, 0.2);
}

.serviceLinks-topheader {
  margin: 20px 0px 20px;
}

.serviceLinks-topheader ul {
  padding: 0 0px 14px;
  margin: 0;
  list-style: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .serviceLinks-topheader ul {
    padding: 0 0px 0px;
  }
}

.serviceLinks-topheader ul li {
  display: inline-block;
}

.serviceLinks-topheader ul li .serviceLinkBtn {
  color: #020047;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #020047;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 8px 30px;
  margin: 5px 5px;
  font-weight: normal;
}

@media (min-width: 320px) and (max-width: 767px) {
  .serviceLinks-topheader ul li .serviceLinkBtn {
    border: 1px solid #020047;
    padding: 4px 10px;
    font-size: 13px;
  }
}

.serviceLinks-topheader ul li .serviceLinkBtn:hover {
  background: #020047;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(218, 123, 123, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(218, 123, 123, 0.2);
  box-shadow: 0 5px 20px rgba(218, 123, 123, 0.2);
}

.serviceLinks-topheader ul li .serviceLinkBtn.active-servicelink {
  background: #020047;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(218, 123, 123, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(218, 123, 123, 0.2);
  box-shadow: 0 5px 20px rgba(218, 123, 123, 0.2);
}

#card-container {
  position: relative;
  padding: 10px;
  width: 100%;
  height: 100%;
  z-index: 1;
  float: left;
  perspective: 1000px;
  text-align: center;
}

#card-container #card {
  width: 100%;
  height: 100%;
  background: #30405d;
  transform-style: preserve-3d;
  text-align: center;
  transition: all 0.8s linear;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

#card-container #card:hover {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
}

#card-container #card .face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  text-align: center;
  top: 0;
  left: 0px;
  right: 1px;
  display: block;
  bottom: 1px;
}

#card-container #card .front {
  background: #30405d;
  border-radius: 6px;
}

#card-container #card .front img {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}

#card-container #card .front .font-artist {
  display: block;
  font-size: 14px;
  font-weight: 600 !important;
  padding: 15px 0px 15px;
  color: #fff;
  margin: 0;
}

#card-container #card .back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
}

#card-container #card .back h1,
#card-container #card .back h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700 !important;
}

#card-container #card .back h1,
#card-container #card .back h2 {
  font-size: 18px;
  padding-top: 10px;
  color: #0094ed;
}

#card-container #card .back p {
  font-size: 0.5em;
}

#card-container #card .back p.artist {
  font-size: 12px;
  color: #020047;
  line-height: 22px;
}

#card-container #card .back p.date {
  font-size: 12px;
}

.bg-seperate-ai {
  background: #ebf1f9;
}

.AIservicesection {
  background-image: url("../img/work-area-bg-2.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
  background-blend-mode: multiply;
}

.AIservicesection .aicontent {
  padding: 0px 20px;
}

.AIservicesection .aicontent p {
  font-weight: 500;
  font-size: 17px;
  text-align: justify;
  letter-spacing: 0.2px;
  color: #020047;
}

@media (min-width: 320px) and (max-width: 767px) {
  .AIservicesection .aicontent p {
    font-size: 13px;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .AIservicesection .aicontent p {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .AIservicesection .aicontent {
    padding: 0px 5px;
  }
}

.ai-benefits-card {
  padding: 20px 15px;
}

.ai-benefits-card img {
  width: 40%;
  margin: 0 auto;
}

.benefits_ai {
  margin-left: 0px;
  margin-right: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.benefits_ai li {
  padding: 5px 5px 25px 30px;
  position: relative;
  font-weight: 400;
  color: #020047;
  border: 1px dashed #ccc;
  background: #fff;
  margin: 10px 0;
  line-height: 1.7;
}

@media (min-width: 320px) and (max-width: 767px) {
  .benefits_ai li {
    padding: 10px;
    font-size: 13px;
    margin: 5px 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .benefits_ai {
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.bg-red-right {
  background: #020047;
  padding: 40px 60px;
  background: url(../img/AI/bg-ai-right.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.bg-red-left {
  background: #020047;
  padding: 40px 60px;
  background: url(../img/AI/bg-ai-left.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.dividerchatbot {
  text-align: center;
  min-height: 500px;
  padding: 25px 20px;
  width: 100%;
}

.dividerchatbot img {
  width: 85%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .dividerchatbot {
    min-height: auto;
  }
}

.bg-ai-transform {
  padding: 20px 40px;
}
.bg-ai-transform1 {
  padding: 20px 40px;
}

.bg-ai-transform h1,
.bg-ai-transform h2 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 27px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.bg-ai-transform h1 span,
.bg-ai-transform h2 span {
  color: #0094ed;
}

.bg-ai-transform p {
  text-align: justify;
  color: #020047;
}
.bg-ai-transform1 h1,
.bg-ai-transform1 h2 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 27px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.bg-ai-transform1 h1 span,
.bg-ai-transform1 h2 span {
  color: #0094ed;
}

.bg-ai-transform1 p {
  text-align: justify;
  color: #020047;
}
.ai-customized-primary-2,
.ai-customized-blank {
  text-align: center;
  min-height: 478px;
  padding: 80px 60px 80px;
  color: #fff;
}

.ai-customized-primary-2 h2,
.ai-customized-blank h2 {
  font-size: 25px;
  display: block !important;
  width: 100%;
  font-family: "Theinhardt-Pan", sans-serif !important;
  padding: 0px 0px 20px;
  text-transform: capitalize;
  color: #ffffff;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #logo {
    width: 110px !important;
  }
  header #ctlMainHeader,
  .shrink {
    padding: 20px !important;
  }
  .img-re {
    padding: 0px !important;
  }
  header #ctlMainHeader {
    height: 80px;
  }
  .swiper-container,
  .ctl-headersection {
    margin: 80px 0 0 0 !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .ai-customized-primary-2 h2,
  .ai-customized-blank h2 {
    font-size: 18px;
    padding: 0px 0px 10px;
    margin: 0;
  }
}

.ai-customized-primary-2 p,
.ai-customized-blank p {
  display: block;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .ai-customized-primary-2,
  .ai-customized-blank {
    min-height: auto;
    padding: 10px 10px;
  }
}

.ai-customized-secondary-2 {
  text-align: center;
  min-height: 380px;
  padding: 80px 60px 80px;
  color: #fff;
}

.ai-customized-secondary-2 h2 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 25px;
  display: block !important;
  width: 100%;
  padding: 0px 0px 20px;
  text-transform: capitalize;
  color: #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .ai-customized-secondary-2 h2 {
    padding: 0px 0px 5px;
    font-size: 16px;
  }
}

.ai-customized-secondary-2 p {
  display: block;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .ai-customized-secondary-2 {
    min-height: auto;
    padding: 20px 10px;
  }
}

.ai-customized-secondary-2 {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #30405d;
  background-blend-mode: multiply;
}

.ai-customized-blank {
  background: #fff;
}

.ai-customized-blank h2 {
  color: #0094ed;
  font-family: "Theinhardt-Pan", sans-serif !important;
  text-transform: capitalize;
}

.ai-customized-blank p {
  color: #020047;
}

.ai-customized-primary-2 {
  background-color: #0c239c;
  background-image: url("../img/work-area-bg-2.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
  background-blend-mode: multiply;
}

.features-ai-service {
  padding: 40px 0px;
}

.features-ai-service img {
  width: 30%;
  height: auto;
  margin: 0 auto;
}

.features-ai-service h3 {
  font-size: 25px;
  color: #0094ed;
  padding: 20px 0;
  font-family: "Theinhardt-Pan", sans-serif !important;
  text-transform: capitalize;
  font-weight: 300 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .features-ai-service h3 {
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 5px;
  }
}

.features-ai-service p {
  color: #020047;
  text-align: justify;
  padding: 0px 25px 0px;
}

#ctl_first_divider-ai {
  background-image: url("../img/AI/chatbot-quote.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: transparent;
}

#ctl_first_divider-ai h3 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 20px;
}

#ctl_first_divider-ai h3 span {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_first_divider-ai h3 span {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_first_divider-ai h3 {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.5;
    text-align: center;
  }
}

#ctl_first_divider-ai .ctl-divider-button {
  background: #fff;
  color: #020047;
  padding: 15px 40px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4);
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.5s ease 0s;
}

#ctl_first_divider-ai .ctl-divider-button:hover {
  text-decoration: none;
  background: #020047;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_first_divider-ai .ctl-divider-button {
    font-size: 14px;
    padding: 8px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #ctl_first_divider-ai .ctl-divider-button {
    font-size: 0.7rem;
  }
}

.claritaz-advantage-bot {
  margin-left: 0px;
  margin-right: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.claritaz-advantage-bot li {
  padding: 5px 5px 25px 30px;
  position: relative;
  font-weight: 300 !important;
  color: #020047;
  margin: 10px 0;
  line-height: 1.7;
}

.claritaz-advantage-bot li strong {
  font-weight: 700;
  color: #30405d;
}

.claritaz-advantage-bot li::before {
  content: "\f14a";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 600;
  font-style: normal;
  text-decoration: inherit;
  color: #020047;
  font-size: 19px;
  padding-right: 0.5em;
  position: absolute;
  top: 7px;
  left: 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .claritaz-advantage-bot li::before {
    font-size: 13px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .claritaz-advantage-bot li {
    font-size: 13px;
    padding: 5px 5px 5px 30px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .claritaz-advantage-bot {
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.bg_lightdark {
  background-color: #f2f4f5;
}

.bg_white {
  background-color: #fff;
}

.google-cloudlist {
  background: snow url(../img/cloud/build_back.svg) no-repeat center bottom;
  background-blend-mode: multiply;
}

.benefitswpf {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.7;
  text-transform: capitalize;
  color: #0094ed;
}

#Android-mobileapp,
#ios-mobileapp,
#hybrid-mobileapp,
#reactnative-mobileapp {
  width: 100%;
}
.footer li a.mailto {
  color: #0094ed !important;
}
.footer li a.mailto:hover {
  color: #ffffff !important;
}
#ctl_first_divider-mobile {
  background-image: url("../img/mobile/call2action-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 60px 15px;
}

#ctl_first_divider-mobile h3 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_first_divider-mobile h3 {
    font-size: 13px;
    margin-bottom: 8px;
  }
}

#ctl_first_divider-mobile h1,
#ctl_first_divider-mobile h2 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_first_divider-mobile h1,
  #ctl_first_divider-mobile h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

#ctl_first_divider-mobile .ctl-divider-button {
  background: #fff;
  color: #020047;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

#ctl_first_divider-mobile .ctl-divider-button:hover {
  text-decoration: none;
  background: #020047;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_first_divider-mobile .ctl-divider-button {
    padding: 7px 25px;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #ctl_first_divider-mobile .ctl-divider-button {
    font-size: 0.7rem;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_first_divider-mobile {
    padding: 20px 15px;
  }
}

.appsecondary-divider {
  background: #0094ed;
}

.appsecondary-divider .mobileappHeading h2 {
  color: #fff;
  text-transform: capitalize;
}

.appsecondary-divider .mobileappcontent p {
  color: #f2f2f2;
}

.appsecondary-divider .mobileappcontent .appmorebtn a {
  color: #fff;
  border: 1px solid #fff;
}

.appsecondary-divider .mobileappcontent .appmorebtn a:hover {
  background: #020047;
  color: #fff;
  text-decoration: none;
  border: 1px solid #020047;
  -webkit-box-shadow: 0 5px 27px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 27px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.1);
}

.process-android {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.androidProcess {
  background-image: url("../img/mobile/process-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}

.androidProcess .top {
  padding-right: 20px;
  background: #261f41;
  text-align: right;
}

.androidProcess a {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  text-decoration: none;
  line-height: 42px;
}

.androidProcess h1,
.androidProcess h2 {
  padding: 0px 0 30px;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 767px) {
  .androidProcess h1,
  .androidProcess h2 {
    padding: 0px 0 5px;
    font-size: 18px;
  }
}

.androidProcess p {
  margin: 0 0 20px;
  line-height: 1.5;
  color: #020047;
}

.androidProcess .main {
  margin: 0 auto;
  background: #0094ed;
  min-width: 320px;
  max-width: 100%;
}

.androidProcess .content {
  background: #fff;
  color: #373737;
  min-height: 320px;
}

.androidProcess .content > div {
  display: none;
  padding: 20px 25px 5px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .androidProcess .content > div {
    padding: 10px 10px 5px;
  }
}

.androidProcess input {
  display: none;
}

.androidProcess label {
  display: inline-block;
  color: #ffffff;
  padding: 15px 25px;
  font-weight: 300;
  text-align: center;
  margin: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .androidProcess label {
    display: block;
    padding: 10px 10px;
    font-size: 13px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  }
}

.androidProcess label:hover {
  color: #fff;
  cursor: pointer;
}

.androidProcess input:checked + label {
  background: #020047;
  color: #fff;
  border: none;
}

.androidProcess #tab1:checked ~ .content #content1,
.androidProcess #tab2:checked ~ .content #content2,
.androidProcess #tab3:checked ~ .content #content3,
.androidProcess #tab4:checked ~ .content #content4,
.androidProcess #tab5:checked ~ .content #content5,
.androidProcess #tab6:checked ~ .content #content6,
.androidProcess #tab7:checked ~ .content #content7 {
  display: block;
}

.androidProcess .tab_andriod h3 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  margin: 15px 0 25px;
  padding: 0px 0px 15px;
  font-size: 24px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  .androidProcess .tab_andriod h3 {
    margin: 5px 0 0px;
    padding: 0px 0px 15px;
    font-size: 15px;
  }
}

.androidProcess .tab_andriod p {
  color: #020047;
  text-align: justify;
  line-height: 1.7;
}

@media screen and (max-width: 400px) {
  .androidProcess label {
    padding: 15px 10px;
  }
}

.android-advantage h2 {
  font-size: 24px;
  color: #0094ed;
  text-transform: capitalize;
  line-height: 38px;
  width: 80%;
  font-weight: 400;
}

@media (min-width: 320px) and (max-width: 767px) {
  .android-advantage h2 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 25px;
    width: 100%;
  }
}

.android-advantage ul li .icon-android {
  position: relative;
  width: 50px;
  height: 28.87px;
  margin: 14.43px 0;
  color: #020047;
  float: left;
  font-size: 22px;
  margin-right: 10px;
  line-height: 25px;
  text-align: center;
}

.android-advantage ul li .icon-android::before {
  bottom: 100%;
  border-bottom: 14.43px solid #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .android-advantage ul li .icon-android {
    width: 24px;
    height: 23px;
    margin: 5px 0;
    font-size: 14px;
    margin-right: 6px;
  }
}

.android-advantage ul li .icon-advantage {
  padding: 15px 0;
  letter-spacing: 0;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 2px;
  line-height: 1.5;
  color: #020047;
  font-family: "Theinhardt-Pan", sans-serif !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .android-advantage ul li .icon-advantage {
    padding: 6px 0;
    font-size: 13px;
    color: #2f3f5d;
    font-weight: 300 !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .android-advantage ul li {
    display: inline-block;
    width: 100%;
  }
}

#ctl-divider-hybriddevelopment {
  background: url("../img/site-image19.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  background-color: rgba(48, 64, 93, 0.95);
  background-blend-mode: multiply;
  width: 100%;
  padding: 50px 0;
  color: #fff;
}

#ctl-divider-hybriddevelopment .mobileappcontent p {
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-divider-hybriddevelopment {
    padding: 20px 0;
  }
}

#ctl-hybrd-service {
  padding: 60px 0;
}

#ctl-hybrd-service .mobileappHeading {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}

#ctl-hybrd-service .mobileappHeading h2 {
  margin-bottom: 25px;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-hybrd-service .mobileappHeading h2 {
    margin-bottom: 5px;
  }
}

#ctl-hybrd-service .mobileappHeading p {
  text-align: center;
}

#ctl-hybrd-service .services-wordpress {
  text-align: center;
  background: #fff;
  box-shadow: 0px 5px 27px rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin: 0px 15px;
  min-height: 490px;
  border-radius: 8px;
}

#ctl-hybrd-service .services-wordpress img {
  width: 100px;
  height: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-hybrd-service .services-wordpress img {
    width: 50px;
    height: 50px;
  }
}

#ctl-hybrd-service .services-wordpress h3 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 22px;
  margin-top: 15px;
  text-transform: capitalize;
  color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-hybrd-service .services-wordpress h3 {
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 10px;
  }
}

#ctl-hybrd-service .services-wordpress p {
  padding: 0px 10px;
  text-align: justify;
  color: #020047;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-hybrd-service .services-wordpress {
    min-height: auto;
    margin: 0 0 10px;
    -webkit-box-shadow: 0 5px 27px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 5px 27px rgba(0, 0, 0, 0.04);
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.04);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-hybrd-service {
    padding: 20px 0;
  }
}

.iosTechnologylogo {
  text-align: center;
}

.iosTechnologylogo h2 {
  font-size: 18px;
  color: #494949;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
}

.iosTechnologylogo ul li {
  display: inline-block;
  text-align: center;
}

.iosTechnologylogo ul li img {
  width: 150px;
  height: auto;
}

.mobileappHeading {
  text-align: center;
  margin-bottom: 35px;
}

.mobileappHeading h1,
.mobileappHeading h2 {
  font-size: 25px;
  line-height: 54px;
  font-weight: 300 !important;

  font-family: "Theinhardt-Pan", sans-serif !important;
}

.mobileappHeading h1 span,
.mobileappHeading h2 span {
  color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mobileappHeading h1,
  .mobileappHeading h2 {
    font-size: 22px;
  }
}

.mobileappHeading .phonegap_content {
  text-align: justify;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mobileappHeading {
    margin-bottom: 18px;
  }
}

.mobileappcontent p {
  text-align: justify;
  color: #020047;
  font-size: 16px;
  font-weight: 300 !important;
}

.mobileappcontent .appmorebtn {
  display: block;
  text-align: center;
  padding: 40px 0px;
  width: 100%;
}

.mobileappcontent .appmorebtn a {
  color: #494949;
  background: transparent;
  border: 1px solid #494949;
  text-align: center;
  margin: 0 auto;
  padding: 8px 35px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  transition: all 0.5s ease 0s;
}

.mobileappcontent .appmorebtn a:hover {
  background: #020047;
  color: #fff;
  text-decoration: none;
  border: 1px solid #020047;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mobileappcontent .appmorebtn a {
    font-size: 13px;
    padding: 5px 25px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .mobileappcontent .appmorebtn {
    padding: 10px 0px;
  }
}

.mobile_sector {
  padding: 15px;
  border: 1px dashed #ccc;
  margin: 0px 0px 15px 15px;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}

.mobile_sector h3 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 20px;
  color: #0094ed;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mobile_sector h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.mobile_sector p {
  padding: 0px 0px 5px;
  text-align: justify;
  color: #020047;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mobile_sector p {
    margin: 0px 0px 0px 0px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .mobile_sector {
    margin: 0px 0px 10px 0px;
    box-shadow: none;
  }
  .content-right {
    margin-left: 0px !important;
  }
}

.content-right {
  margin-left: 65px;
}
.mobile_sector-functional h3 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 20px;
  color: #0094ed;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mobile_sector-functional h3 {
    font-size: 16px;
  }
}

.mobile_sector-functional p {
  padding: 0px 0px 5px;
  text-align: justify;
  color: #020047;
}

.bg-digital-marketing {
  background-color: #e1f1ff;
}

.testing_list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

.testing_list li {
  padding: 5px 5px 5px 30px;
  position: relative;
  font-weight: 300 !important;
  color: #020047;
  font-size: 16px;
  line-height: 1.7;
}

.testing_list li::before {
  content: " ";
  /* font-family: 'Font Awesome\ 5 Free';
  font-weight: 400;
  font-style: normal; */
  text-decoration: inherit;
  color: #020047;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  top: 13px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  .testing_list li::before {
    font-size: 13px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .testing_list li {
    font-size: 13px;
    line-height: 1.5;
  }
}

#ctl_secondary_divider {
  background-image: url("../img/first-divider.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: #30405d;
}

#ctl_secondary_divider h3 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 22px;
  text-transform: capitalize;
}

#ctl_secondary_divider h3 span {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_secondary_divider h3 span {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_secondary_divider h3 {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.5;
    text-align: center;
  }
}

.software-paragraph {
  text-align: justify;
  color: #020047;
  line-height: 1.7;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 767px) {
  /* .software-paragraph {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px
  } */
  .serviceLinks {
    margin: 20px 0px 20px !important;
  }
}
.servicesAWSImages {
  padding: 40px 60px;
  background: url(../img/services/aws-bg-2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.servicesNewImages {
  padding: 40px 60px;
  background: url(../img/services/service-bg-2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.servicessecondImages {
  padding: 40px 60px;
  background: url(../img/services/dark_bg-service.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.servicesNewcontent {
  padding: 10px 0px;
}

.servicesNewcontent p {
  text-align: justify;
  color: #020047;
}

.servicesNewcontent h1,
.servicesNewcontent h2 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 36px;
  /* letter-spacing: 1px; */
  margin-bottom: 24px;
  text-transform: capitalize;
  color: #0094ed;
  font-weight: 300 !important;
}

.servicesNewcontent h1 span,
.servicesNewcontent h2 span {
  color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  .servicesNewcontent h1,
  .servicesNewcontent h2 {
    font-size: 17px;
    margin-bottom: 2px;
  }
}

.servicesNewcontent .moreTestingbtn a {
  color: #494949;
  background: transparent;
  border: 1px solid #494949;
  text-align: center;
  margin: 0 auto;
  padding: 8px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.5s ease 0s;
}

.servicesNewcontent .moreTestingbtn a:hover {
  background: #020047;
  color: #fff;
  text-decoration: none;
  border: 1px solid #020047;
}

@media (min-width: 320px) and (max-width: 767px) {
  .servicesNewcontent .moreTestingbtn a {
    font-size: 12px;
    padding: 5px 20px;
  }
}

.servicesNewcontent ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

.servicesNewcontent ul li {
  padding: 5px 5px 5px 30px;
  position: relative;
  font-weight: 300 !important;
  color: #020047;
  font-size: 16px;
  line-height: 1.7;
}

.servicesNewcontent ul li::before {
  content: " ";
  text-decoration: inherit;
  color: #020047;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  top: 13px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  .servicesNewcontent ul li::before {
    font-size: 13px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .servicesNewcontent ul li {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .servicesNewcontent {
    padding: 10px 0px;
  }
}

.portfolio-testing ul li .icon-android {
  position: relative;
  width: 35px;
  height: 28.87px;
  margin: 11px 0;
  color: #0094ed;
  float: left;
  font-size: 15px;
  margin-right: 8px;
  line-height: 25px;
  text-align: center;
}

.portfolio-testing ul li .icon-android::before {
  bottom: 100%;
  border-bottom: 14.43px solid #ffffff;
}

.portfolio-testing ul li .icon-android span {
  color: #0094ed;
  font-weight: 400;
  font-size: 25px;
  line-height: 33px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .portfolio-testing ul li .icon-android span {
    font-size: 15px;
  }
}

.portfolio-testing ul li .icon-android .lamp-icon {
  width: 40px;
  height: auto;
}

@media (min-width: 320px) and (max-width: 767px) {
  .portfolio-testing ul li .icon-android {
    width: 30px;
    height: 22px;
    margin: 0px 0 0;
    font-size: 13px;
  }
}

.portfolio-testing ul li .icon-advantage {
  padding: 13px 0;
  letter-spacing: 0;
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 2px;
  line-height: 1.5;
  color: #020047;
  font-family: "Theinhardt-Pan", sans-serif !important;
}

.portfolio-testing ul li .icon-advantage h3 {
  color: #0094ed;
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 767px) {
  .portfolio-testing ul li .icon-advantage h3 {
    font-size: 15px;
    margin-bottom: 10px;
    padding-top: 3px;
  }
}

.portfolio-testing ul li .icon-advantage p {
  color: #020047;
  text-align: justify;
}

@media (min-width: 320px) and (max-width: 767px) {
  .portfolio-testing ul li .icon-advantage {
    padding: 0px 0;
    font-size: 14px;
    font-weight: 300;
  }
}

#ctl-third-divider-testing {
  width: 100%;
  text-align: center;
  padding: 75px 0px;
  /* background: url("../img/services/site-image19.jpg") repeat-y center -200px; */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: #020047;
}

#ctl-third-divider-testing h2 {
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 300 !important;
}

#ctl-third-divider-testing p {
  color: #fff;
}

#ctl-third-divider-testing ul li .icon-advantage {
  color: #fff;
  text-align: left;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-third-divider-testing {
    padding: 20px 0px;
  }
}

#ctl-four-divider-testing {
  width: 100%;
  padding: 75px 0px;
  background: url("../img/services/site-image20.png") repeat-y center -200px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #30405d;
}

#ctl-four-divider-testing h2 {
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
}

#ctl-four-divider-testing p {
  color: #fff;
}

#ctl-four-divider-testing ul li .icon-advantage {
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-four-divider-testing ul li {
    padding: 5px 0px;
    line-height: 1.7px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-four-divider-testing {
    padding: 20px 15px;
  }
}

.ctltestingtools .ctl-container .rows .column-three .partnerimg {
  padding: 20px 10px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ctltestingtools .ctl-container .rows .column-three .partnerimg img {
    width: 80%;
  }
}

.ctltestingtools .ctl-container .rows .br-top {
  border-top: none !important;
}

.ctltestingtools .ctl-container .rows .br-right {
  border-right: none !important;
}

.ctltestingtools .ctl-container .rows .br-left {
  border-left: none !important;
}

.ctltestingtools .ctl-container .rows .br-down {
  border-bottom: none !important;
}

.ctltestingtools .ctl-container .rows .br-full {
  border: 1px solid #ccc;
}

@media (min-width: 320px) and (max-width: 767px) {
  .ctltestingtools .ctl-container .rows .br-full {
    border: none;
  }
}

.ctltestingtools .ctl-container .rows ul {
  width: 100%;
}

.ctltestingtools .ctl-container .rows ul li {
  display: inline-block;
  width: 24%;
  padding: 15px;
}

.mobile-test-left {
  width: 100%;
  min-height: 590px;
  background: url(../img/services/site-image24.jpg) no-repeat right top;
  background-size: cover;
}

#ctl-divider-ngdevelopment {
  width: 100%;
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  /* background: linear-gradient(90deg, rgba(0,68,204,1) 0%, rgba(0,159,255,1) 50%, rgba(0,68,204,1) 100%); */
  background-color: #0c239c;
}

#ctl-divider-ngdevelopment h2 {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 300 !important;
}

#ctl-divider-ngdevelopment p {
  color: #fff;
}

#ctl-divider-ngdevelopment ul li .icon-advantage {
  color: #fff;
}

#ctl-divider-ngdevelopment .moreTestingbtn a {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 auto;
  padding: 8px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.5s ease 0s;
}

#ctl-divider-ngdevelopment .moreTestingbtn a:hover {
  background: #020047;
  color: #fff;
  text-decoration: none;
  border: 1px solid #020047;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-divider-ngdevelopment .moreTestingbtn a {
    font-size: 12px;
    padding: 5px 20px;
  }
}

.mobile_sector-angular {
  padding: 15px;
  margin: 0px 0px 15px 15px;
  min-height: 400px;
  background: #fff;
  text-align: center;
  border: 1px dashed #ccc;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mobile_sector-angular {
    min-height: auto;
    margin: 0px 0px 15px 0px;
  }
}

.mobile_sector-angular h3 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 20px;
  color: #0094ed;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  margin-top: 10px;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mobile_sector-angular h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 15px;
  }
}

.mobile_sector-angular p {
  padding: 0px 0px 0px;
  text-align: justify;
  color: #020047;
}

.mobile_sector-angular_red h3 {
  color: #0094ed;
  text-transform: capitalize;
}

#ctl_angular_divider {
  background-image: url("../img/parallax-call-to-2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: #141e31;
}

#ctl_angular_divider h3 {
  color: #fff;
  line-height: 1.5;
  font-size: 24px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_angular_divider h3 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
}

#ctl_angular_divider h3 span {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 35px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_angular_divider h3 span {
    font-size: 16px;
  }
}

#ctl_angular_divider h5 {
  color: #fff;
  line-height: 1.7;
}

#ctl_angular_divider .ctl-divider-button {
  background: #fff;
  color: #020047;
  padding: 15px 40px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4);
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

#ctl_angular_divider .ctl-divider-button:hover {
  text-decoration: none;
  background: #020047;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl_angular_divider .ctl-divider-button {
    font-size: 13px;
    padding: 8px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #ctl_angular_divider .ctl-divider-button {
    font-size: 0.7rem;
  }
}

#ctl-three-divider-section .three-divider-image-1 {
  background-position: right top;
  background-image: url("../img/webdevelop/site-img-02-6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 540px;
}

#ctl-three-divider-section .three-divider-image-4 {
  background-position: center top;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.9) 100%
    ),
    url("../img/webdevelop/site-img59.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 380px;
}

#ctl-three-divider-section .three-divider-image-4 h3 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 30px;
  text-align: center;
  margin: 80px 0px 20px;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-three-divider-section .three-divider-image-4 h3 {
    margin: 0px 0px 10px;
    font-size: 18px;
  }
}

#ctl-three-divider-section .three-divider-image-4 p {
  color: #ccc;
  padding: 15px 35px 25px;
  text-align: justify;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-three-divider-section .three-divider-image-4 {
    padding: 15px;
    min-height: auto;
  }
}

#ctl-three-divider-section .three-divider-section-2 {
  background-color: #0094ed;
  padding: 30px;
}

#ctl-three-divider-section .three-divider-section-2 h3 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 25px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  margin-top: 15px;
  text-align: center;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-three-divider-section .three-divider-section-2 h3 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 5px;
  }
}

#ctl-three-divider-section .three-divider-section-2 p {
  padding: 0px 0px 10px;
  text-align: justify;
  color: #eee;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-three-divider-section .three-divider-section-2 p {
    margin: 0;
  }
  .bg-graphic-design {
    background: none !important;
  }
}

#ctl-three-divider-section .three-divider-section-2 ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

#ctl-three-divider-section .three-divider-section-2 ul li {
  padding: 5px 5px 10px 30px;
  position: relative;
  font-weight: 300 !important;
  color: #fff;
  line-height: 1.8;
  font-size: 16px;
}

#ctl-three-divider-section .three-divider-section-2 ul li::before {
  content: "\f00c";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 600;
  font-style: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  top: 7px;
  left: 5px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-three-divider-section .three-divider-section-2 ul li::before {
    font-size: 13px;
  }
}

#ctl-three-divider-section .three-divider-section-2 ul li:last-child {
  padding: 5px 5px 0px 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-three-divider-section .three-divider-section-2 ul li {
    padding: 5px 5px 5px 30px;
    font-size: 13px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-three-divider-section .three-divider-section-2 ul {
    margin: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-three-divider-section .three-divider-section-2 {
    font-size: 12px;
  }
}

#ctl-three-divider-section .three-divider-section-3 {
  background-color: #020047;
  padding: 20px;
}

#ctl-three-divider-section .three-divider-section-3 h3 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  margin-top: 35px;
  text-align: center;
  text-transform: capitalize;
}

#ctl-three-divider-section .three-divider-section-3 h3 span {
  color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-three-divider-section .three-divider-section-3 h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

#ctl-three-divider-section .three-divider-section-3 p {
  padding: 0px 0px 0px;
  text-align: center;
  color: #ccc;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-three-divider-section .three-divider-section-3 {
    padding: 15px;
  }
}

.apiversion-divider ul li {
  padding: 30px 50px 30px 30px;
}

.apiversion-divider ul li .icon-android {
  position: relative;
  width: 50px;
  height: 28.87px;
  margin: 14.43px 0;
  color: #e51d38;
  float: left;
  margin-right: 8px;
  line-height: 25px;
  text-align: center;
}

.apiversion-divider ul li .icon-android::before {
  bottom: 100%;
  border-bottom: 14.43px solid #ffffff;
}

.apiversion-divider ul li .icon-android span {
  color: #ffffff;
  font-weight: 400;
  font-size: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .apiversion-divider ul li .icon-android span {
    font-size: 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .apiversion-divider ul li .icon-android {
    width: 45px;
    height: 25px;
  }
}

.apiversion-divider ul li .icon-advantage {
  padding: 15px 0;
  letter-spacing: 0;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 2px;
  line-height: 1.5;
  color: #494949;
  font-family: "Theinhardt-Pan", sans-serif !important;
}

.apiversion-divider ul li .icon-advantage h3 {
  color: #fff;
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 767px) {
  .apiversion-divider ul li .icon-advantage h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.apiversion-divider ul li .icon-advantage p {
  color: #5a5a5a;
  text-align: justify;
}

@media (min-width: 320px) and (max-width: 767px) {
  .apiversion-divider ul li .icon-advantage {
    padding: 15px 0px 0px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .apiversion-divider ul li {
    padding: 0px;
  }
}

.apiversion-divider-1 ul li {
  padding: 30px 30px 30px 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .apiversion-divider-1 ul li {
    padding: 0px 0px;
  }
}

.fullstack-tabmenu .bg-white {
  background-color: #fff;
  border: 2px solid #30405d;
  border-radius: 5px;
  min-height: 400px;
}

.fullstack-tabmenu .nav-tabs--vertical {
  border-bottom: none;
  border-right: 1px solid #ddd;
  display: flex;
  flex-flow: column nowrap;
  background-color: #fff;
  height: 100%;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.fullstack-tabmenu .nav-tabs--left {
  margin: 0 15px 0 0;
}

.fullstack-tabmenu .nav-tabs--left .nav-item + .nav-item {
  height: 25%;
}

.fullstack-tabmenu .nav-tabs--left .nav-item {
  height: 25%;
  margin-bottom: 0;
  border-bottom: 1px solid #30405d;
}

.fullstack-tabmenu .nav-tabs--left .nav-item a {
  color: #30405d;
  height: 100%;
  display: grid;
  align-items: center;
  text-align: center;
}

.fullstack-tabmenu .nav-tabs--left .nav-link {
  transition: border-color 0.125s ease-in;
  white-space: nowrap;
}

.fullstack-tabmenu .nav-tabs--left .nav-link:hover {
  background-color: #f7f7f7;
  border-color: transparent;
}

.fullstack-tabmenu .nav-tabs--left .nav-link.active {
  border-radius: 0;
  border-color: #30405d;
  margin-right: -1px;
  background-color: #30405d;
  position: relative;
  height: 100%;
  text-align: center;
  align-items: center;
  color: #fff;
  display: grid;
}

.fullstack-tabmenu .nav-tabs--left .nav-link.active:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #30405d;
}

.fullstack-tabmenu .nav-tabs--left .nav-link.active:hover {
  background-color: #30405d;
  border-color: #30405d;
}

.fullstack-tabmenu .tab-content {
  padding: 40px;
}

.fullstack-tabmenu .tab-content .tab-pane p {
  text-align: justify;
  color: #5a5a5a;
}

.fullstack-tabmenu .tab-content .tab-pane ul li {
  text-align: center;
  display: inline-block;
}

.fullstack-tabmenu .tab-content .tab-pane ul li img {
  width: 150px;
  height: auto;
}

.FUllstackProcess .top {
  padding-right: 20px;
  background: #261f41;
  text-align: right;
}

.FUllstackProcess a {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  text-decoration: none;
  line-height: 42px;
}

.FUllstackProcess h1,
.FUllstackProcess h2 {
  padding: 0px 0 30px;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 767px) {
  .FUllstackProcess h1,
  .FUllstackProcess h2 {
    padding: 0px 0 5px;
    font-size: 18px;
  }
}

.FUllstackProcess p {
  margin: 0 0 20px;
  line-height: 1.5;
}

.FUllstackProcess .main {
  margin: 0 auto;
  background: #0094ed;
  min-width: 320px;
  max-width: 100%;
}

.FUllstackProcess .content {
  background: #fff;
  color: #373737;
}

.FUllstackProcess .content > div {
  display: none;
  padding: 20px 25px 5px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .FUllstackProcess .content > div {
    padding: 10px 10px 5px;
  }
}

.FUllstackProcess input {
  display: none;
}

.FUllstackProcess label {
  display: inline-block;
  color: #ffffff;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .FUllstackProcess label {
    display: block;
    padding: 10px 10px;
    font-size: 13px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  }
  .bg-ai-transform {
    padding: 20px 0px !important;
  }
  .bg-ai-transform1 {
    padding: 20px 20px !important;
  }
}

.FUllstackProcess label:hover {
  color: #fff;
  cursor: pointer;
}

.FUllstackProcess input:checked + label {
  background: #020047;
  color: #fff;
  border: none;
}

.FUllstackProcess #tab1:checked ~ .content #content1,
.FUllstackProcess #tab2:checked ~ .content #content2,
.FUllstackProcess #tab3:checked ~ .content #content3,
.FUllstackProcess #tab4:checked ~ .content #content4,
.FUllstackProcess #tab5:checked ~ .content #content5,
.FUllstackProcess #tab6:checked ~ .content #content6,
.FUllstackProcess #tab7:checked ~ .content #content7 {
  display: block;
}

.FUllstackProcess .tab_andriod ul li {
  display: inline-block;
}

.FUllstackProcess .tab_andriod ul li img {
  width: 150px;
  height: auto;
}

@media screen and (max-width: 400px) {
  .FUllstackProcess label {
    padding: 15px 10px;
  }
}

.ctl-php-keypoints li {
  padding: 5px 5px 15px 40px;
  position: relative;
  font-weight: 300 !important;
  color: #fff;
  line-height: 1.88;
  text-align: left;
}

.ctl-php-keypoints li::before {
  content: "\f00c";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 600;
  font-style: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 14px;
  padding-right: 0.5em;
  position: absolute;
  top: 7px;
  left: 5px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .ctl-php-keypoints li::before {
    font-size: 12px;
  }
}

.ctl-php-keypoints li:last-child {
  padding: 5px 5px 0px 35px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .ctl-php-keypoints li {
    font-size: 16px;
    padding: 5px 5px 5px 40px;
  }
}

#ctl-divider-cmsdevelopment {
  width: 100%;
  background: url("../img/webdevelop/bg-image35.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(48, 64, 93, 0.95);
}

#ctl-divider-cmsdevelopment h2 {
  color: #fff;
  margin-bottom: 15px;
}

#ctl-divider-cmsdevelopment p {
  color: #fff;
}

#ctl-divider-cmsdevelopment ul li .icon-advantage {
  color: #fff;
}

.mobile_sector-cms {
  padding: 15px;
  margin: 0px 0px 15px 0px;
  text-align: center;
}

.mobile_sector-cms h3 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-transform: capitalize;
}

.mobile_sector-cms p {
  padding: 0px 0px 0px;
  text-align: center;
  color: #ccc;
}

.mobile_sector-cms-1 {
  background-color: #020047;
}

.mobile_sector-cms-2 {
  background-color: #0c239c;
}

.mobile_sector-cms-3 {
  background-color: #020047;
}

.mobile_sector-cms-4 {
  background-color: #0c239c;
}

.bg-eee {
  background: #eeeeee;
}

.bg-bottom {
  background: url("../img/webdevelop/bg-image03.jpg");
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.ctl-joomla-spl {
  padding: 20px 20px 20px 10px;
  border: 1px dashed #ccc;
  margin: 0px 10px 20px;
}

.ctl-joomla-spl .icon-android span {
  color: #020047;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.9px;
}

.ctl-joomla-spl .icon-advantage {
  padding-left: 10px;
}

.ctl-joomla-spl .icon-advantage h3 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 4px;

  color: #0094ed;
  font-weight: 300 !important;
}

.ctl-joomla-spl .icon-advantage h3 span {
  color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  .ctl-joomla-spl .icon-advantage h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
}

.ctl-joomla-spl .icon-advantage p {
  color: #020047;
  line-height: 1.7;
  margin: 0;
  text-align: justify;
}

@media (min-width: 320px) and (max-width: 767px) {
  .ctl-joomla-spl {
    margin: 0px;
  }
}

.margin-minus-wordpress {
  margin-top: -50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .margin-minus-wordpress {
    margin-top: 0px;
  }
}

#ctl-wordpress-service .worpress-heading-banner {
  background: url("../img/webdevelop/bg-image22.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  text-align: center;
  padding: 60px 0;
  background-color: rgba(48, 64, 93, 0.75);
  background-blend-mode: multiply;
}

#ctl-wordpress-service .worpress-heading-banner h2 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 45px;
  margin-top: 4px;
  color: #fff;
  text-transform: capitalize;
}

#ctl-wordpress-service .worpress-heading-banner h2 span {
  color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-wordpress-service .worpress-heading-banner h2 {
    margin-bottom: 0px;
    font-size: 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-wordpress-service .worpress-heading-banner {
    padding: 15px 0;
  }
}

#ctl-wordpress-service .services-wordpress {
  text-align: center;
  background: #fff;
  box-shadow: 0px 5px 27px rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin: 0px 15px;
  min-height: 490px;
}

#ctl-wordpress-service .services-wordpress img {
  width: 100px;
  height: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-wordpress-service .services-wordpress img {
    width: 50px;
    height: 50px;
  }
}

#ctl-wordpress-service .services-wordpress h3 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 22px;
  margin-top: 15px;
  text-transform: capitalize;
  color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-wordpress-service .services-wordpress h3 {
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 10px;
    color: #020047;
  }
}

#ctl-wordpress-service .services-wordpress p {
  padding: 0px 10px;
  text-align: justify;
  color: #020047;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-wordpress-service .services-wordpress {
    min-height: auto;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-wordpress-service .services-wordpress {
    margin: 10px 0px 0px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-wordpress-service {
    padding: 15px 0;
  }
}

.wordpress-list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

.wordpress-list li {
  padding: 5px 5px 5px 30px;
  position: relative;
  font-weight: 300 !important;
  color: #020047;
  line-height: 1.7;
}

.wordpress-list li:before {
  content: " ";
  text-decoration: inherit;
  color: #020047;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  top: 13px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wordpress-list li:before {
    top: 5px;
    font-size: 13px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .wordpress-list li {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .wordpress-list {
    margin: 0 0 10px 0;
  }
  .member {
    height: auto !important;
    margin: 15px 0;
  }
}

.shophify-list li {
  padding: 5px 5px 0px 25px;
  position: relative;
  font-weight: 300;
  color: #020047;
  line-height: 1.8;
  text-align: left;
}

.shophify-list li::before {
  content: " ";
  text-decoration: inherit;
  color: #020047;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  top: 13px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #0094ed;
}
.member {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
  height: 380px;
  margin: 20px 0px;
}
.team-space {
  margin: 0 15px;
}
.member img {
  display: block;
  width: 100%;
}
.contacts {
  display: flex;
  position: relative;
  padding: 18px 0 0 0;
}
.member .positions {
  display: block !important;
  color: #0094ed;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 2px;
}
.member > div {
  padding: 16px 16px 8px;
}
.member strong {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 17px;
}
.contacts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #000;
}
.contacts a svg {
  height: 28px;
  width: auto;
}
.member .contacts a {
  display: block;
  margin: 0 8px 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .shophify-list li::before {
    font-size: 13px;
  }
}

.shophify-list li:last-child {
  padding: 5px 5px 0px 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .shophify-list li {
    padding: 5px 5px 5px 30px;
    font-size: 13px;
  }
}

.bg-graphic-design {
  background: url("../img/site-image20.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

#ctl-design-service {
  padding: 60px 0;
  background: #eee;
}

#ctl-design-service .mobileappHeading {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}

#ctl-design-service .mobileappHeading h2 {
  margin-bottom: 25px;
  color: #0094ed;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-design-service .mobileappHeading h2 {
    margin-bottom: 15px;
  }
}

#ctl-design-service .mobileappHeading p {
  text-align: center;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-design-service .mobileappHeading {
    padding: 0px 15px !important;
    width: 100%;
  }
}

#ctl-design-service .services-wordpress {
  text-align: center;
  background: #fff;
  box-shadow: 0px 5px 27px rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin: 0px 15px;
  min-height: 442px;
  border-radius: 8px;
}

#ctl-design-service .services-wordpress img {
  width: 100px;
  height: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-design-service .services-wordpress img {
    width: 80px;
    height: auto;
  }
}

#ctl-design-service .services-wordpress h3 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 22px;
  margin-top: 15px;
  text-transform: capitalize;
  color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-design-service .services-wordpress h3 {
    font-size: 18px;
  }
}

#ctl-design-service .services-wordpress p {
  padding: 0px 10px;
  text-align: justify;
  color: #020047;
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-design-service .services-wordpress {
    padding: 5px;
    margin: 0px 0px 10px;
    min-height: auto;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #ctl-design-service {
    padding: 20px 0px !important;
  }
}

.services-logodesign {
  text-align: center;
  background: #fff;
  box-shadow: 0px 5px 27px rgba(0, 0, 0, 0.12);
  padding: 15px;
  margin: 0px 8px 15px;
  min-height: auto;
}

.services-logodesign img {
  width: 100px;
  height: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-logodesign img {
    width: 50px;
    height: 50px;
  }
}

.services-logodesign h3 {
  font-family: "Theinhardt-Pan", sans-serif !important;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 22px;
  margin-top: 15px;
  text-transform: capitalize;
  color: #0094ed;
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-logodesign h3 {
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 10px;
  }
}

.services-logodesign p {
  padding: 0px 10px;
  text-align: justify;
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-logodesign {
    min-height: auto;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-logodesign {
    margin: 10px 0px 0px;
  }
}

.ctl-blogList .ctl-container .rows .column-eight .ctl-blogCard {
  padding: 15px 10px 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #999;
}

.ctl-blogList .ctl-container .rows .column-eight .ctl-blogCard h1,
.ctl-blogList .ctl-container .rows .column-eight .ctl-blogCard h2 {
  line-height: 0;
}

.ctl-blogList .ctl-container .rows .column-eight .ctl-blogCard h1 a,
.ctl-blogList .ctl-container .rows .column-eight .ctl-blogCard h2 a {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 8px;
  text-decoration: none;
  font-weight: 700;
  color: #202020;
  word-wrap: break-word;
  transition: color 0.2s ease;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-eight
  .ctl-blogCard
  .heading-divider {
  height: 3px;
  width: 100px;
  background-color: #020047;
  margin: 15px 0px 15px;
}

.ctl-blogList .ctl-container .rows .column-eight .ctl-blogCard .blogImage {
  width: 100%;
  height: 350px;
}

.ctl-blogList .ctl-container .rows .column-eight .ctl-blogCard ul {
  list-style: none;
  margin: 18px 0 10px 0;
}

.ctl-blogList .ctl-container .rows .column-eight .ctl-blogCard ul li {
  display: inline-block;
  color: #202020;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding-bottom: 15px;
}

.ctl-blogList .ctl-container .rows .column-eight .ctl-blogCard ul li span {
  color: #999;
}

.ctl-blogList .ctl-container .rows .column-eight .ctl-blogCard ul li:after {
  content: "\2022";
  margin: 0 12px;
  font-size: 25px;
  transform: translateY(5px);
  color: #d0d0d0;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-eight
  .ctl-blogCard
  ul
  li:last-child:after {
  content: "";
}

.ctl-blogList .ctl-container .rows .column-eight .ctl-blogCard .description {
  font-size: 15px;
  line-height: 25px;
  color: #656565;
  padding: 10px 0px 15px;
}

.ctl-blogList .ctl-container .rows .column-eight .ctl-blogCard #v-gradient {
  font-size: 15px;
  float: right;
  background-image: none;
  box-shadow: none;
  background-color: #fff;
  color: #202020;
  padding: 8px 22px !important;
  border-radius: 0px;
  text-decoration: none;
  border: 2px solid #202020;
}

.ctl-blogList .ctl-container .rows .column-four .ctl-blogTiTle {
  padding: 10px;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .blogSideTitle
  h1,
.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .blogSideTitle
  h2 {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .blogSideTitle
  .divider-block {
  position: relative;
  height: 3px;
  background: #ccc;
  width: 100%;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .blogSideTitle
  .divider-block
  .divider {
  background: #020047;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 3px;
}

.ctl-blogList .ctl-container .rows .column-four .ctl-blogTiTle .ctl-blogCard {
  padding: 15px 10px 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.ctl-blogList .ctl-container .rows .column-four .ctl-blogTiTle .ctl-blogCard h1,
.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .ctl-blogCard
  h2 {
  line-height: 0;
  margin-bottom: 0;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .ctl-blogCard
  h1
  a,
.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .ctl-blogCard
  h2
  a {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 8px;
  text-decoration: none;
  font-weight: 700;
  color: #202020;
  word-wrap: break-word;
  transition: color 0.2s ease;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .ctl-blogCard
  .blogImage {
  width: 100%;
  height: 200px;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .ctl-blogCard
  ul {
  list-style: none;
  margin: 5px 0 0px 0;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .ctl-blogCard
  ul
  li {
  display: inline-block;
  color: #202020;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding-bottom: 15px;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .ctl-blogCard
  ul
  li
  span {
  color: #999;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .ctl-blogCard
  ul
  li:after {
  content: "\2022";
  margin: 0 8px;
  font-size: 25px;
  transform: translateY(5px);
  color: #d0d0d0;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .ctl-blogCard
  ul
  li:last-child:after {
  content: "";
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .ctl-blogCard
  p.description {
  font-size: 14px;
  line-height: 22px;
  color: #656565;
  padding: 10px 0px 15px;
}

.ctl-blogList .ctl-container .rows .column-four .ctl-blogTiTle .recentPost {
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .recentPost
  .rows {
  padding: 10px 0;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .recentPost
  .rows
  .column-nine
  h2 {
  line-height: 0;
  margin-bottom: 0;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .recentPost
  .rows
  .column-nine
  h2
  a {
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 700;
  color: #ffffff;
  word-wrap: break-word;
  transition: color 0.2s ease;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .recentPost
  .rows
  .column-nine
  .dateBlog {
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin: 5px 0px 0px;
}

.ctl-blogList .ctl-container .rows .column-four .ctl-blogTiTle .blogCategories {
  list-style: none;
}

.ctl-blogList
  .ctl-container
  .rows
  .column-four
  .ctl-blogTiTle
  .blogCategories
  li {
  color: #30405d;
  font-weight: 600;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}

.ctl-headersection {
  background: url(../img/header-slider/submenu.png);
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  margin: 125px 0 0 0;
}

.ctl-headersection .ctl-headerInnersection h3 span {
  color: #ffffff;
}

.detailBlog {
  border-bottom: none !important;
}

.detailBlog blockquote {
  border-color: #020047;
  background-color: #f9f9f9;
  padding: 13px 20px 15px 19px;
  border-left: 4px solid #020047;
  margin: 20px 0;
}

.detailBlog blockquote p {
  font-family: "Theinhardt-Pan", sans-serif !important;
  font-size: 18px !important;
  position: relative;
  line-height: 32px !important;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #505050;
  letter-spacing: 0.2px;
  padding-left: 22px;
}

.detailBlog blockquote p::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/quote.png);
  width: 30px;
  height: 20px;
  background-size: cover !important;
  background-repeat: no-repeat;
  top: 0px;
  left: -7px;
}

.detailBlog p {
  line-height: 25px;
  font-size: 15px;
  color: #656565;
  margin: 0 0 15px;
}

.detailBlog h3 {
  margin: 0 0 20px 0;
  color: #202020;
  font-size: 22px;
  font-weight: 700;
}

.detailBlog .post-tags {
  list-style: none;
}

.detailBlog .post-tags li {
  color: #9c3939 !important;
  display: inline-block;
  font-size: 14px !important;
  padding: 0px 0px 0px 0px;
  font-weight: 500;
}

.detailBlog .post-tags li::after {
  content: "" !important;
}

.detailBlog .post-tags li a {
  font-size: 13px !important;
  line-height: 13px !important;
  font-weight: 500 !important;
  color: #404040 !important;
  border: 1px solid #ededed !important;
  padding: 5px 10px !important;
  text-decoration: none !important;
}

.detailBlog .post-tags li a:hover {
  background: #020047;
  color: #fff !important;
  border: 1px solid #020047;
}

.detailBlog .post-share {
  background-color: #f6f6f6;
  padding: 18px 20px;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}

.detailBlog .post-share p {
  color: #505050;
  font-weight: 500;
  line-height: normal;
  float: left;
  margin-bottom: 0;
}

.detailBlog .post-share ul {
  margin: 0 !important;
  padding: 0;
  float: right;
  transform: translateY(-1px);
}

.detailBlog .post-share ul li {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
}

.detailBlog .post-share ul li a {
  padding: 0 5px;
  color: #202020;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.detailBlog .post-share ul li a i {
  font-size: 16px;
  color: #6b6c6d;
  vertical-align: middle;
}

.detailBlog .post-share ul li::after {
  content: "" !important;
  margin: 0 !important;
}

.detailBlog .vc_clearfix:before {
  content: " ";
  display: table;
}

.detailBlog .vc_clearfix:after {
  clear: both;
}

#ctl_home_work {
  background: #fff;
}

#ctl_home_work .home_our-work .filter-container {
  text-align: left;
  padding: 20px;
}

#ctl_home_work .home_our-work .filter-container ul.filter {
  text-align: center;
}

#ctl_home_work .home_our-work .filter-container ul.filter li {
  padding: 15px 7px 0px 0px;
  margin: 0;
  display: inline-block;
}

#ctl_home_work .home_our-work .filter-container ul.filter li a {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  text-decoration: none;
  padding: 7px 20px;
  border-radius: 5px;
  background: #0094ed;
}

#ctl_home_work .home_our-work .filter-container ul.filter li a:hover,
#ctl_home_work .home_our-work .filter-container ul.filter li a:focus {
  text-decoration: none;
  background-image: linear-gradient(45deg, #020047 0%, #19175f 100%);
  color: #fff;
  outline: none;
}

#ctl_home_work .home_our-work .filter-container ul.filter li.active a {
  background-image: linear-gradient(45deg, #020047 0%, #19175f 100%);
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 20px rgb(2 0 71 / 50%);
  -moz-box-shadow: 0 6px 20px rgba(2, 0, 71, 0.5);
  box-shadow: 0 6px 20px rgb(2 0 71 / 50%);
}

#ctl_home_work .home_our-work .filter-container ul.filter li span {
  color: #ddd;
  font-size: 20px;
  display: inline-block;
  margin: 0 5px;
}

#ctl_home_work .home_our-work .portfolio-section figure {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 15px rgba(2, 0, 71, 0.5);
  -moz-box-shadow: 0 4px 15px rgba(2, 0, 71, 0.5);
  box-shadow: 0 4px 15px rgba(2, 0, 71, 0.5);
}

#ctl_home_work .home_our-work .portfolio-section figure .overlay-background {
  background-color: rgba(0, 0, 0, 0.4);
}

#ctl_home_work .home_our-work .portfolio-section figure img {
  width: 100%;
  height: auto;
}

#ctl_home_work .home_our-work .portfolio-section figure .overlay-background {
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

#ctl_home_work
  .home_our-work
  .portfolio-section
  figure
  .overlay-background
  .inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(2, 0, 71, 0.9);
}

#ctl_home_work .home_our-work .portfolio-section figure .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#ctl_home_work
  .home_our-work
  .portfolio-section
  figure
  .overlay
  .inner-overlay {
  display: table;
  width: 100%;
  height: 100%;
}

#ctl_home_work
  .home_our-work
  .portfolio-section
  figure
  .overlay
  .inner-overlay
  .inner-overlay-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 20px 40px;
}

#ctl_home_work
  .home_our-work
  .portfolio-section
  figure
  .overlay
  .inner-overlay
  .inner-overlay-content.with-icons {
  text-align: center;
}

#ctl_home_work
  .home_our-work
  .portfolio-section
  figure
  .overlay
  .inner-overlay
  .inner-overlay-content.with-icons
  a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  font-size: 20px;
  background: #020047;
  border: 1px solid #020047;
  color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

#ctl_home_work .home_our-work .portfolio-section figure:hover .overlay {
  opacity: 1;
  visibility: visible;
}

#ctl_home_work
  .home_our-work
  .portfolio-section
  figure:hover
  .overlay-background {
  opacity: 0.8;
  visibility: visible;
}

#ctl_home_work .home_our-work .portfolio-section .article-title {
  text-align: center;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0 30px 0;
  font-weight: 400;
}

#ctl_home_work .home_our-work .portfolio-section .article-title a {
  color: #020047;
  text-decoration: none;
  font-weight: normal;
  cursor: default;
}

#ctl_home_work
  .home_our-work
  .portfolio-section
  .article-title
  .categoryPortfolio {
  font-size: 13px;
  color: #020047;
  font-weight: 600;
}

#ctl_home_work .home_our-work .portfolio-section .isotopeSelector article {
  padding: 10px;
}

#ctl_home_work .home_our-work .portfolio-section .isotopeSelector img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#ctl_home_work .home_our-work .portfolio-section .isotopeSelector:hover img {
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#ctl_home_work .home_our-work .portfolio-section .isotopeSelector figure {
  overflow: hidden;
}

#ctl_home_work .home_our-work .portfolio-section .more-portfolio-home {
  text-align: center;
  margin-bottom: 60px;
}

#ctl_home_work .home_our-work .portfolio-section .more-portfolio-home a {
  text-decoration: none;
  color: #999;
  border: 2px solid #ccc;
  padding: 5px 25px;
}

#ctl_home_work .home_our-work .portfolio-section .more-portfolio-home a:hover {
  background-color: #020047;
  color: #fff;
  border: 2px solid #020047;
}

.serviceSideHeading {
  text-align: center;
}

.serviceSideHeading h3 {
  color: #5a5a5a;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.mainContact .ctl_contact-heading {
  text-align: left;
}

.mainContact .ctl_contact-heading .serviceSideHeading {
  padding: 0px 20px;
  text-align: left !important;
}

.mainContact .ctl_contact-heading .serviceSideHeading h1,
.mainContact .ctl_contact-heading .serviceSideHeading h2 {
  text-align: left !important;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 1rem !important;
  text-transform: capitalize;
}

.mainContact .ctl_contact-heading .serviceSideHeading p {
  text-align: left !important;
  color: #020047;
  line-height: 28px !important;
  margin-bottom: 1.5rem !important;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mainContact .ctl_contact-heading .serviceSideHeading p {
    line-height: 25px !important;
    margin-bottom: 1rem !important;
  }
}

.mainContact .ctl_contact-heading .serviceSideHeading .contact-divider {
  width: 80px;
  height: 3px;
  background: #020047;
  margin-bottom: 1.5rem !important;
}

.mainContact .ctl-home-contact-form {
  padding: 20px !important;
}

.mainContact .ctl-home-contact-form .form-background {
  padding: 0px 20px;
  border-radius: 4px;
}

.mainContact
  .ctl-home-contact-form
  .form-background
  form
  .rows
  .column-six
  input {
  background-color: #fff2f7;
  width: 95% !important;
  margin-bottom: 20px !important;
  padding: 1.55em 2em;
  border: none !important;
  color: #646464 !important;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.mainContact
  .ctl-home-contact-form
  .form-background
  form
  .rows
  .column-six
  input[type="email"] {
  padding: 0 10px;
  width: 95% !important;
}

.mainContact
  .ctl-home-contact-form
  .form-background
  form
  .rows
  .column-six
  input[type="email"]:focus {
  border-bottom: 1px solid #020047 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mainContact
    .ctl-home-contact-form
    .form-background
    form
    .rows
    .column-six
    input[type="email"] {
    width: 100% !important;
  }
}
/* @media (min-width: 890px) and (max-width: 1275px) {

  .slide-title, .slide-title.slide-title-ai{font-size:34px !important;}
} */

.mainContact
  .ctl-home-contact-form
  .form-background
  form
  .rows
  .column-six
  input::placeholder {
  font-size: 12px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mainContact
    .ctl-home-contact-form
    .form-background
    form
    .rows
    .column-six
    input {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
}

.mainContact
  .ctl-home-contact-form
  .form-background
  form
  .rows
  .column-six
  input.error {
  border: 1px solid rgba(255, 0, 0, 0.9) !important;
}

.mainContact
  .ctl-home-contact-form
  .form-background
  form
  .rows
  .column-twelve
  textarea {
  background-color: #fff2f7;
  width: 100% !important;
  margin-bottom: 20px !important;
  padding: 1.55em 2em;
  border: none !important;
  color: #646464 !important;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.mainContact
  .ctl-home-contact-form
  .form-background
  form
  .rows
  .column-twelve
  textarea::placeholder {
  font-size: 12px !important;
}

.mainContact
  .ctl-home-contact-form
  .form-background
  form
  .rows
  .column-twelve
  textarea.error {
  border: 1px solid rgba(255, 0, 0, 0.9) !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mainContact .ctl-home-contact-form .form-background {
    padding: 15px 10px;
    margin-bottom: 15px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .mainContact .ctl-home-contact-form {
    padding: 0px !important;
  }
}

#map {
  height: 400px;
  width: 100%;
  background-color: grey;
}

.mob-contact-icon {
  max-width: 10%;
  float: left;
}

.mob-contact-content {
  max-width: 90%;
  float: left;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../portfolio/assets/images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../portfolio/assets/images/fancybox_loading.gif") center
    center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../portfolio/assets/images/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../portfolio/assets/images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
  color: #0094ed;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../portfolio/assets/images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url("../portfolio/assets/images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}

[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}

[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos="zoom-in"] {
  transform: scale(0.6);
}

[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos="zoom-out"] {
  transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}

[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

.swiper-container {
  margin: 127px auto 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 0;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*!
 * Font Awesome Free 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: a 2s infinite linear;
}

.fa-pulse {
  animation: a 1s infinite steps(8);
}

@keyframes a {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.woff) format("woff"),
    url(../webfonts/fa-brands-400.ttf) format("truetype"),
    url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.woff) format("woff"),
    url(../webfonts/fa-regular-400.ttf) format("truetype"),
    url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.woff) format("woff"),
    url(../webfonts/fa-solid-900.ttf) format("truetype"),
    url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}

.fa,
.fas {
  font-weight: 900;
}

/* @font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-display: auto;
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_c5H3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_c5H3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_c5H3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_c5H3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local("Montserrat Black"), local("Montserrat-Black"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_epG3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local("Montserrat Black"), local("Montserrat-Black"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_epG3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local("Montserrat Black"), local("Montserrat-Black"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_epG3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local("Montserrat Black"), local("Montserrat-Black"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_epG3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-display: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local("Montserrat Black"), local("Montserrat-Black"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-display: auto;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752HT8Ghe4.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-display: auto;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-display: auto;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-display: auto;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752GT8G.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-display: auto;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: local("Oswald Medium"), local("Oswald-Medium"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-6hwTvs9CE5Q.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-display: auto;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: local("Oswald Medium"), local("Oswald-Medium"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-6hwTtc9CE5Q.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-display: auto;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: local("Oswald Medium"), local("Oswald-Medium"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-6hwTtM9CE5Q.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-display: auto;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: local("Oswald Medium"), local("Oswald-Medium"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-6hwTus9C.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-display: auto;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: local("Oswald SemiBold"), local("Oswald-SemiBold"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-xhsTvs9CE5Q.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-display: auto;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: local("Oswald SemiBold"), local("Oswald-SemiBold"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-xhsTtc9CE5Q.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-display: auto;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: local("Oswald SemiBold"), local("Oswald-SemiBold"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-xhsTtM9CE5Q.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-display: auto;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: local("Oswald SemiBold"), local("Oswald-SemiBold"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-xhsTus9C.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-display: auto;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local("Oswald Bold"), local("Oswald-Bold"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-ohoTvs9CE5Q.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local("Oswald Bold"), local("Oswald-Bold"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-ohoTtc9CE5Q.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local("Oswald Bold"), local("Oswald-Bold"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-ohoTtM9CE5Q.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local("Oswald Bold"), local("Oswald-Bold"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-ohoTus9C.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
} */

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace */
}

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

html {
  font-family: "Theinhardt-Pan", sans-serif !important;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #020047;
  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: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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: monospace, monospace; */
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

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

[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: 0.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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 300 !important;
  line-height: 1.2;
  color: inherit;
}

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

.h2,
h2 {
  font-size: 2rem;
  color: #0094ed;
}

.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, 0.1);
}

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

.mark,
mark {
  padding: 0.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: 0.5rem;
}

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px; */
  /* margin-left: -15px; */
  width: 100%;
  margin-right: 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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
  -webkit-box-ordinal-group: 13;
  -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -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%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

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

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

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

.table .table {
  background-color: #fff;
}

.table-sm td,
.table-sm th {
  padding: 0.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-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

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

.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-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-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-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-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-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-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-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, 0.075);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

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

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

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}

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

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

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

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

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

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

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

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

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

.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 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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

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

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

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

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

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

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.input-group-lg
  > .input-group-append
  > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg
  > .input-group-prepend
  > .form-control-plaintext.input-group-text,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.input-group-sm
  > .input-group-append
  > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm
  > .input-group-prepend
  > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.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: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.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: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

.form-row {
  display: -webkit-box;
  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: 0.3rem;
  margin-left: -1.25rem;
}

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

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

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

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

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

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

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}

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

.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control: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 {
  background-color: #71dd8a;
}

.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 {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 ~ .custom-file-label::before,
.was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}

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

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control: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 {
  background-color: #efa2a9;
}

.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 {
  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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::before,
.was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -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 .input-group {
    width: auto;
  }

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

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

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

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

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}

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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

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

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

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

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

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

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

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

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

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

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

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

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

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

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

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

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

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

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

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

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

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

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

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

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

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

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

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

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

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

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

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

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

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

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

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

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

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

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

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

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

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

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

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

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

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

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

.dropdown,
.dropup {
  position: relative;
}

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

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

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

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

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

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

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

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

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

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

.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;
  background-color: transparent;
}

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

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

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

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

.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: 0.5625rem;
  padding-left: 0.5625rem;
}

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

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

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

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

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

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

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

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

.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 {
  margin-left: -1px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

.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: -webkit-inline-box;
  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;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-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 {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 {
  background-color: #007bff;
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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, 0.5);
}

.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%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 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(128, 189, 255, 0.5);
}

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

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

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

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

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

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

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

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

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

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

.nav {
  display: -webkit-box;
  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: 0.5rem 1rem;
}

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

.nav-link.disabled {
  color: #6c757d;
}

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

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

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

.nav-tabs .nav-link: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: 0.25rem;
}

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

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

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

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

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

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

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

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

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

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

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

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

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

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

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

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

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

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

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

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

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

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

.navbar-light .navbar-nav .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, 0.9);
}

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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, 0.5);
}

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

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 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, 0.5);
}

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

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

.navbar-dark .navbar-nav .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, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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, 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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, 0.125);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
    -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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.page-item.active .page-link {
  z-index: 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: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

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

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

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

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

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

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

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

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

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

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

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

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

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

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

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

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

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

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

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

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

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

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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 {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

.list-group-flush:last-child .list-group-item:last-child {
  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: #ffffff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

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

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

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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, 0.2); */
  border-radius: 0.3rem;
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.rows .file-upload {
  width: 98% !important;
  padding-left: 1rem;
}
#ex1 .modal-content form .rows .appicantName .error input {
  width: 100%;
  margin: 15px 0 0;
  height: 35px;
  border: none;
  padding: 0px 0px 10px 18px;
  position: relative;
  font-size: 14px;
  background: transparent;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }

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

  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

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

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.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: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

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

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

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

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.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 0.4rem 0.4rem;
  border-bottom-color: #000;
}

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

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

.popover .arrow::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: 0.5rem;
}

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

.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

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

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

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

.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

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

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

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

.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  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: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

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

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

.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

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

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

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or
  (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@supports (-webkit-transform-style: preserve-3d) or
  (transform-style: preserve-3d) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@supports (-webkit-transform-style: preserve-3d) or
  (transform-style: preserve-3d) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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;charset=utf8,%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: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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 {
  border-radius: 0.25rem !important;
}

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

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

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

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

.rounded-circle {
  border-radius: 50% !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

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

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

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -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;
}

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

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

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

.justify-content-between {
  -webkit-box-pack: justify !important;
  -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 {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }

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

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

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

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

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

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

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

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }

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

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

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

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

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

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

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

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }

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

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

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

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

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

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

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

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }

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

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

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

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

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

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

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

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -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;
  }
}

.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;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-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-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !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: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.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 #999;
    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 #ddd !important;
  }
}

/* @font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal
} */

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  position: relative;
  z-index: 1;
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  /* font-family: "flexslider-icon"; */
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.5);
  }
}

@keyframes slideFromTop {
  0% {
    top: 0%;
  }

  100% {
    top: 50%;
  }
}

@keyframes slideToTop {
  0% {
    top: 50%;
  }

  100% {
    top: 0%;
  }
}

@keyframes slideFromBottom {
  0% {
    top: 70%;
  }

  100% {
    top: 50%;
  }
}

@keyframes slideToBottom {
  0% {
    top: 50%;
  }

  100% {
    top: 70%;
  }
}

.showSweetAlert {
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation="none"] {
  animation: none;
}

.showSweetAlert[data-animation="slide-from-top"] {
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation="slide-from-bottom"] {
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert {
  animation: hideSweetAlert 0.3s;
}

.hideSweetAlert[data-animation="none"] {
  animation: none;
}

.hideSweetAlert[data-animation="slide-from-top"] {
  animation: slideToTop 0.3s;
}

.hideSweetAlert[data-animation="slide-from-bottom"] {
  animation: slideToBottom 0.3s;
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.animateXMark {
  animation: animateXMark 0.5s;
}

@keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }

  100% {
    border-color: #f8bb86;
  }
}

.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}

@keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }

  100% {
    background-color: #f8bb86;
  }
}

.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1040;
}

.sweet-alert {
  background-color: #ffffff;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}

@media all and (max-width: 767px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

.sweet-alert .form-group {
  display: none;
}

.sweet-alert .form-group .sa-input-error {
  display: none;
}

.sweet-alert.show-input .form-group {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -9px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #d43f3a;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #d9534f;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #eea236;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f0ad4e;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f0ad4e;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #46b8da;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #5bc0de;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #5bc0de;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #4cae4c;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #ffffff;
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #ffffff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

.sweet-alert .btn-default:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(204, 204, 204, 0.6);
}

.sweet-alert .btn-success:focus {
  border-color: #4cae4c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(76, 174, 76, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(76, 174, 76, 0.6);
}

.sweet-alert .btn-info:focus {
  border-color: #46b8da;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(70, 184, 218, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(70, 184, 218, 0.6);
}

.sweet-alert .btn-danger:focus {
  border-color: #d43f3a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(212, 63, 58, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(212, 63, 58, 0.6);
}

.sweet-alert .btn-warning:focus {
  border-color: #eea236;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(238, 162, 54, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(238, 162, 54, 0.6);
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

/*!
   * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
   * Copyright 2015 Daniel Cardoso <@DanielCardoso>
   * Licensed under MIT
   */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  90% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  90% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  90% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  90% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}

.btn-primary {
  background-color: #30405d !important;
  border-color: #30405d !important;
}

/* new about us - home page (26/1/2020 changes) */
.newCtlaboutlist {
  margin: 0 10px 20px;
  padding: 10px;
  border: 1px dashed #ccc;
  text-align: center;
  min-height: 160px;
}

.newCtlaboutlist p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #5a5a5a;
}
.newCtlaboutlist.newCtlaboutbottom {
  min-height: 120px;
}

.homeaboutnew-link {
  padding: 20px;
  text-align: center;
  width: 100%;
}

.homeabout-link-btn {
  display: inline-block;
  background: #e42038;
  border: 2px solid #e41f38;
  padding: 5px 20px;
  color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.09);
}

.newabout3list li p {
  line-height: 1.5 !important;
  padding: 0 0 10px !important;
  font-size: 16px;
  margin: 0;
}

.index3aboutList {
  padding: 0;
  margin: 0;
}
.index3aboutList li {
  font-family: "Font Awesome 5 Brands";
  position: relative;
  padding: 10px 10px 10px 58px;
  background: #fff;
  margin: 0 22px 15px 0;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}
.index3aboutList li:nth-child(odd):before {
  content: "\f7c6";
  position: absolute;
  font-size: 17px;
  top: 15px;
  left: 15px;
  color: rgba(48, 64, 93, 0.8);
  background-color: rgba(48, 64, 93, 0.09);
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 3px 0 0;
  border-radius: 50%;
}
.index3aboutList li:nth-child(even):before {
  content: "\f7c6";
  position: absolute;
  font-size: 17px;
  top: 15px;
  left: 15px;
  color: rgba(229, 32, 56, 0.8);
  background: rgba(229, 32, 56, 0.09);
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 3px 0 0;
  border-radius: 50%;
}
.index3aboutList li p {
  font-size: 15px;
  padding: 0;
  margin: 0;
}

.ctl-headerInnersection.aboutinnerBannerNew p {
  color: #dcdcdc;
  width: 85%;
  font-size: 17px;
}
.ctl-headerInnersection.aboutinnerBannerNew1 p {
  color: #dcdcdc;
  width: 85%;
  font-size: 17px;
}

.ctl-headerInnersection.aboutinnerBannerNew h2 {
  font-size: 25px;
  padding: 40px 0 18px 0;
  text-transform: capitalize !important;
  font-weight: 300 !important;
}
.ctl-headerInnersection.aboutinnerBannerNew1 h2 {
  font-size: 25px;
  padding: 40px 0 18px 0;
  text-transform: capitalize !important;
  font-weight: 300 !important;
}

.ctl-headerInnersection.aboutinnerBannerNew {
  padding-bottom: 68px;
  text-align: left !important;
}
.ctl-headerInnersection.aboutinnerBannerNew1 {
  padding-bottom: 68px;
  text-align: left !important;
}

.ctl-headerInnersection.aboutinnerBannerNew .loading,
.ctl-headerInnersection.aboutinnerBannerNew .loading:after,
.ctl-headerInnersection.aboutinnerBannerNew .loading:before {
  width: 20px;
  height: 20px;
  /* border-radius: 50%; */
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  box-sizing: border-box;
  transform: rotate(45deg);
  border-right-color: #fff;
}

.ctl-headerInnersection.aboutinnerBannerNew .loading {
  position: relative;
  margin: 0 0 0 30px;
  margin-bottom: 10px;
}

.ctl-headerInnersection.aboutinnerBannerNew .loading:after,
.ctl-headerInnersection.aboutinnerBannerNew .loading:before {
  position: absolute;
  content: "";
  display: block;
  /* top: -60px; */
  transform: rotate(0deg);
  /* left: -40px; */
}

.ctl-headerInnersection.aboutinnerBannerNew .loading:after {
  left: -23px;
  top: 13px;
  transform: rotate(0deg);
}

.ctl-headerInnersection.aboutinnerBannerNew .loading:before {
  left: 13px;
  top: -23px;
}
/* .servicescontentnew {
  background-color: #fff;
  transition: background 1s;
  border-radius: 30px;
  box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
 height:365px;
}
.witr_sstyle_9 {
  position: relative;
  z-index: 1;
  padding: 42px 50px 50px;
  box-shadow: 0px 5px 20px 0px #dddddd3b;
  transition: .5s;
}
.witr_sstyle_9:before {
    background: #e5edf5;
    position: absolute;
    left: -10px;
    top: 0;
    width: 80px;
    height: 80px;
    content: "";
    z-index: -1;
    border-radius: 0 0 80px;
    transition: .5s;
}
.service_top_text {
  display: block;
}
 .em-service-icon.tfnone {
  float: none;
  margin: 0;
}
.em-service-icon i {
  width: 68px;
  display: inline-block;
  height: 68px;
  line-height: 68px;
  box-shadow: 0px 0px 30px 0px rgb(148 146 245 / 20%);
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  color:#0094ED;
}
 .em-service-inner, .em-service-title {
  overflow: hidden;
}
.em-service-title h3 {
  margin: 10px 0 15px;
  padding: 0;
  -webkit-transition: .5s;
  transition: .5s;
  font-size:25px;
  color:#0094ED;
}
.em-service-desc p {
  -webkit-transition: .5s;
  transition: .5s;
}
.service-padding {
  padding: 33px 10px 20px 20px;
  margin:0px 10px;
}
.witr_sstyle_9:hover:before {
  width: 100% !important;
  height: 365px !important;
  border-radius: 0;
  background: #0c5bde;
  padding:0px !important;
  margin:0px !important;
}
 .all_color_service:hover i {
  color: #020047;
  background-color: #fff;
}
.witr_sstyle_9:hover h3, .witr_sstyle_9:hover p, .witr_sstyle_9:hover a {
  color: #fff;
}
.witr_sstyle_9:hover .em-service-icon i {
  color: #020047;
  background: #fff;
} */
