@font-face {
  font-family: "Fahkwang ExtraLight";
  src: url("../fonts/Fahkwang-ExtraLight.woff2") format("woff2"), url("../fonts/Fahkwang-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "HeroicCondensed-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../font/HeroicCondensed-Medium.eot?#iefix") format("embedded-opentype"),
    url("../font/HeroicCondensed-Medium.woff") format("woff"),
    url("../font/HeroicCondensed-Medium.ttf") format("truetype"),
    url("../font/HeroicCondensed-Medium.svg#HeroicCondensed-Medium") format("svg");
}


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

body {
  -webkit-text-size-adjust: 100%;
  color: #a2a2a2;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}

button,
input[type="submit"] {
  transition: 0.25s ease-in-out;
  cursor: pointer;
}

address {
  margin: 0px;
  padding: 0px;
}

iframe {
  border: 0;
}

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

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

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

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {

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

@media (min-width: 768px) and (max-width: 991px) {

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

@media (min-width: 1400px) {

  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  /*@media (max-width: 767.98px) {
        flex-basis: 100%;
    }*/
}
  .offset-sm-x {
    margin:0  25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-x {
    margin:0  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-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

   .offset-sm-x {
    margin:0  25%;
  }


  .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-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  
  .offset-sm-x {
    margin:0  33.333%;
  }

  .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-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 0;
  width: 12px;
  height: 21px;
  border: none !important;
}

.slick-slider .slick-arrow.slick-prev {
  left: -15px;
  background: url("../images/lhs_arrows.png") no-repeat;
}

.slick-slider .slick-arrow.slick-next {
  right: -15px;
  background: url("../images/rhs_arrows.png") no-repeat;
}

.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-loading .slick-slide .slick-list {
  background: #fff slick-image-url("../img/ico/ajax-loader.gif") center center no-repeat;
}

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

/*===================================
=            Slick Theme            =
===================================*/
/* Slider */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url("../images/overlay.png") repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 48px;
}

#cboxTitle {
  position: absolute;
  bottom: 13px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url("../images/loading_background.png") no-repeat center center;
}

#cboxLoadingGraphic {
  background: url("../images/loading.gif") no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/controls.png") no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url("../images/controls.png") no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../images/controls.png") no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #5890bf;
  opacity: 0.65 !important;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#colorbox {
  position: fixed !important;
  z-index: 102;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;

}
@media only screen and (max-width: 767.98px) {
  #colorbox {
   
    max-width: 350px !important;
  
  }
#cboxContent,
#cboxLoadedContent {
  max-width: 350px !important;
 width: 350px !important;

}
}

#colorbox #cboxLoadedContent {
  border: 2px solid #203975;
}

#colorbox #cboxClose {
  position: absolute;
  bottom: 10px;
  right: 4px;
  background: url("../images/controls.png") no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
  border: 3px solid #203975;
  box-sizing: inherit;
  border-radius: 2px;
}

#header {
  background-color: #fff;
  position: relative;
}

@media only screen and (min-width: 992px) {
  #header {
    padding-bottom: 35px;
  }
}

#header .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px;
}

#header .main #logo img {
  max-width: 350px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #header .main #logo img {
    max-width: 250px;
  }
}

@media only screen and (max-width: 767.98px) {
  #header .main #logo img {
    max-width: 200px;
  }
}

#header .main .links {
  line-height: 32px;
  color: #616161;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .main .links .item {
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  #header .main .links .item:nth-of-type(n + 2) {
    display: none;
  }
}

#header .main .links .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
  /* or 100px */
  background-color: #bfbfbf;
}

#header .main .links .item:first-of-type:before {
  display: none;
}

#header .main .links .item .text {
  padding: 10px 15px;
  color: #616161;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
}

@media only screen and (max-width: 767.98px) {
  #header .main .links .item .text {
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  #header .main .links .item .text.phone .number {
    display: none;
  }
}

#header .main .links .item .text:hover {
  color: #203975;
  transition: all ease-in-out 0.5s;
}

#header .main .links .item .dropdown {
  height: 100%;
}

#header .main .links .item .dropdown>.text {
  position: relative;
  padding: 10px 25px 10px 15px;
}

#header .main .links .item .dropdown>.text:after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 5px;
  line-height: 5px;
  font-family: "FontAwesome";
  content: '\f078';
  font-size: 8px;
  font-weight: 900;
  color: #203975;
}

#header .main .links .item .dropdown:hover .dropdwon-wrapper {
  height: auto;
  overflow: hidden;
  visibility: visible;
  transition: all ease-in-out 0.5s;
}

#header .main .links .item .dropdown .dropdwon-wrapper {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 100%);
  background-color: #fff;
  padding: 0px;
  z-index: 5000;
  width: max-content;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
}

#header .main .links .item .dropdown .dropdwon-wrapper ul {
  border: 1px solid #ddd;
}

#header .main .links .item .dropdown .dropdwon-wrapper ul li a {
  padding: 15px 10px;
  transition: all ease-in-out 0.5s;
}

#header .main .links .item .dropdown .dropdwon-wrapper ul li a:hover {
  background-color: #203975;
  color: #fff;
  transition: all ease-in-out 0.5s;
}

#header .navigation {
  background-color: #203975;
  border-radius: 10px;
  transform: translateY(0%);
  z-index: 12;
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #header .navigation {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  #header .navigation {
    display: none !important;
  }
}

#header .navigation ul.level-0 {
  display: flex;
  padding: 1px;
}

#header .navigation ul.level-0 li {
  position: relative;
  border-radius: 10px;
  min-width: 70px;
  text-align: center;
}

#header .navigation ul.level-0 li img {
  height: 12px;
}

#header .navigation ul.level-0 li .text {
  padding: 20px 12px;
  display: block;
  color: #fff;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 0px;
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
}


@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #header .navigation ul.level-0 li .text {
    font-size: 12px;

  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #header .navigation ul.level-0 li .text {
    font-size: 11px;

  }
}


#header .navigation ul.level-0 li .text:first-of-type {
  padding: 15px 12px;
}

#header .navigation ul.level-0 li .text:first-of-type .fa {
  font-size: 21px;
}

#header .navigation ul.level-0 li .text:first-of-type .fa span {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none;
  width: 0;

}

#header .navigation ul.level-0 li ul.level-1 {
  position: absolute;
  bottom: 0px;
  left: 0;
  transform: translate(0%, 100%);
  padding: 0px;
  z-index: 5000;
  width: max-content;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
  border: 1px solid transparent;
  background-color: #f3f3f3;
}

#header .navigation ul.level-0 li ul.level-1 .sub-text {
  padding: 13px 15px;
  display: block;
  color: #203975;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  opacity: 1;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  min-width: 150px;
}

#header .navigation ul.level-0 li ul.level-1 .sub-text.green {
  color: green;
  font-weight: bold;
}
#header .navigation ul.level-0 li ul.level-1 .sub-text:hover {
  background-color: #fff;
  transition: all ease-in-out 0.5s;
}

#header .navigation ul.level-0 li ul.level-1 span {
  position: relative;
  padding-right: 35px !important;
}

#header .navigation ul.level-0 li ul.level-1 span:after {
  font-family: "FontAwesome";
  content: '\f054';
  position: absolute;
  right: 15px;
  font-size: 8px;
  font-weight: 900;
  color: #203975;
}

#header .navigation ul.level-0 li ul.level-1 ul.level-2 {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 0px;
  z-index: 5000;
  width: max-content;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
  border: 1px solid transparent;
  background-color: #f3f3f3;
  transform: translate(100%, 0%);
}

@media only screen and (min-width: 1199px) {

#header .navigation ul.level-0 li ul.level-1 ul.level-2 {
  max-width: 320px;
}

}

#header .navigation ul.level-0 li ul.level-1 ul.level-2 .sub-text {
  padding: 13px 15px;
  display: block;
  color: #203975;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  opacity: 1;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  min-width: 120px;
}

#header .navigation ul.level-0 li ul.level-1 ul.level-2 .sub-text:hover {
  background-color: #fff;
  transition: all ease-in-out 0.5s;
}

#header .navigation ul.level-0 li ul.level-1 li:hover .text {
  color: #203975;
  background-color: #fff;
  transition: all ease-in-out 0.5s;
}

#header .navigation ul.level-0 li ul.level-1 li:hover .menu {
  height: auto;
  overflow: visible;
  visibility: visible;
  border-color: #ddd;
  transition: all ease-in-out 0.5s;
}

#header .navigation ul.level-0 li:hover .text {
  color: #203975;
  background-color: #fff;
  transition: all ease-in-out 0.5s;
}

#header .navigation ul.level-0 li:hover .menu {
  height: auto;
  overflow: visible;
  visibility: visible;
  border-color: #ddd;
  transition: all ease-in-out 0.5s;
}

#header .mobile-menu-trigger {
  line-height: 20px;
  display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #header .mobile-menu-trigger {
    display: block !important;
  }
}

@media only screen and (max-width: 767.98px) {
  #header .mobile-menu-trigger {
    display: block !important;
  }
}

#header .mobile-menu-trigger svg {
  height: auto;
  width: 40px;
  padding: 5px;
  display: block;
  cursor: pointer;
}

#header .mobile-menu-trigger svg path {
  fill: #203975;
}

#header .mobile-menu-trigger svg.icon-close {
  display: none;
}

.body-wrapper #mobile-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #203975;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 999;

}

.body-wrapper #mobile-menu .menu-wrapper ul .arrow {
  position: absolute;
  line-height: 50px;
  font-size: 32px;
  color: #555;
  top: 0;
  z-index: 0;
}

.body-wrapper #mobile-menu .menu-wrapper ul .arrow.left {
  left: 25px;
}

.body-wrapper #mobile-menu .menu-wrapper ul .arrow.right {
  right: 25px;
}

.body-wrapper #mobile-menu .menu-wrapper ul li {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 37.32px;
  text-align: left;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  transition: all ease-in-out 0.5;
}

.body-wrapper #mobile-menu .menu-wrapper ul li .submenu-label,
.body-wrapper #mobile-menu .menu-wrapper ul li a {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  padding: 10px 15px;
}

.body-wrapper #mobile-menu .menu-wrapper ul li .submenu-label:after {
  font-family: "FontAwesome";
  content: '\f061';
  position: absolute;
  right: 15px;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}

.body-wrapper #mobile-menu .menu-wrapper ul li .submenu-label:hover:after {
  color: #203975;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .body-wrapper #mobile-menu .menu-wrapper ul li {
    font-size: 18px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .body-wrapper #mobile-menu .menu-wrapper ul li {
    font-size: 17px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .body-wrapper #mobile-menu .menu-wrapper ul li {
    font-size: 15px;
    line-height: 33px;
  }
}

@media only screen and (max-width: 991.98px) {
  .body-wrapper #mobile-menu .menu-wrapper ul li {
    font-size: 13px;
    line-height: 28px;
  }
}

.body-wrapper #mobile-menu .menu-wrapper ul li:hover {
  background: #fff;
  color: #203975;
  transition: all ease-in-out 0.5;
}

.body-wrapper #mobile-menu .menu-wrapper ul li .menu-sub {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  background: #203975;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  border-left: 1px solid rgba(255, 255, 255, 0.21);
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 2;
  max-width: 400px;
}

.body-wrapper #mobile-menu .menu-wrapper ul li .menu-sub li {
  overflow: hidden;
}

.body-wrapper #mobile-menu .menu-wrapper ul li .menu-sub .menu-sub-title>.submenu-label {
  padding-left: 45px;
}

.body-wrapper #mobile-menu .menu-wrapper ul li .menu-sub .menu-sub-title>.submenu-label:after {
  content: '\f060';
  left: 15px;
  right: unset;
}

.body-wrapper #mobile-menu .menu-wrapper ul li .menu-sub .menu-sub-title>.submenu-label:hover:after {
  color: #203975;
}

.body-wrapper #mobile-menu .menu-wrapper ul li .submenu-toggle {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.body-wrapper #mobile-menu .menu-wrapper ul li .submenu-toggle.active~.menu-sub,
.body-wrapper #mobile-menu .menu-wrapper ul li .submenu-toggle:checked~.menu-sub {
  width: 100%;
  visibility: visible;
  z-index: 1;
  transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
}

.body-wrapper #mobile-menu .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 36px;
  color: #fff;
  text-decoration: none;
}

.body-wrapper #content-wrapper {
  transition: margin-left 0.5s;
}

#main-content {
  background: #fff 0% 0% no-repeat padding-box;
  padding: 10px 2% 25px;
  width: 95%;
  max-width: 95%;
  margin: auto;
  transform: translateY(-40px);
  position: relative;
}

@media (min-width: 576px) {
  #main-content {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  #main-content {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  #main-content {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  #main-content {
    max-width: 1170px;
  }
}

@media (min-width: 1300px) {
  #main-content {
    max-width: 1286px;
  }
}

@media only screen and (max-width: 767.98px) {
  #main-content {
    transform: translateY(-10px);
    padding-top: 20px;
  }
}

#main-content:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  transform: translateY(-80%);
  z-index: -1;
}

@media only screen and (max-width: 767.98px) {
  #main-content:after {
    display: none;
  }
}

#main-content .iframe-container {
  position: relative;
  margin: 0;
  width: 10em;
  display: inline-block;
  width: 100%;
  padding: 0 0 60%;
}

#main-content .iframe-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#main-content .page-title {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 36px;
  text-align: left;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  text-transform: capitalize;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #main-content .page-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #main-content .page-title {
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #main-content .page-title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  #main-content .page-title {
    font-size: 15px;
    line-height: 20px;
  }
}

#main-content.career .page-title {
  text-transform: uppercase;
  color: #203975;
  width: 100%;
  margin: 0 0 20px 0;
  font-family: "HeroicCondensed-Medium";
  font-size: 25px;
  font-weight: 400;
}


#main-content .default-wrapper img {
  width: 100%;
  margin: 0px auto 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #main-content .default-wrapper img {
    margin: 0px auto 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  #main-content .default-wrapper img {
    margin: 0px auto 20px;
  }
}

#main-content .default-wrapper h1,
#main-content .default-wrapper h2,
#main-content .default-wrapper h3,
#main-content .default-wrapper h4,
#main-content .default-wrapper h5,
#main-content .default-wrapper h6 {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 600;
  color: #383838;
}

#main-content .default-wrapper .pdf {
  text-align: center;
  margin: 35px auto;
}

#main-content .default-wrapper .profile {
  width: 100%;
}

#main-content .default-wrapper .profile img {
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 183px;
}

#main-content .default-wrapper .signature {
  color: #666666;
  margin: 45px 0px;
}

#main-content .default-wrapper .signature h3 {
  margin-bottom: 5px;
}

#main-content .default-wrapper .signature p {
  margin: 0px !important;
}

#main-content .default-wrapper p:first-of-type {
  margin-top: 0px !important;
}

#main-content .default-wrapper p,
#main-content .default-wrapper ol,
#main-content .default-wrapper ul {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #484848;
  opacity: 1;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.16px;
}

#main-content.career .default-wrapper p {
  font-size: 12px !important;
  line-height: 22px !important;
}

#main-content .default-wrapper p li,
#main-content .default-wrapper p a,
#main-content .default-wrapper ol li,
#main-content .default-wrapper ol a,
#main-content .default-wrapper ul li,
#main-content .default-wrapper ul a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-decoration: none;
  opacity: 1;
}

#main-content .default-wrapper p a,
#main-content .default-wrapper ol a,
#main-content .default-wrapper ul a {
  text-decoration: underline;
  color: #203975;
}

#main-content .default-wrapper p a:hover,
#main-content .default-wrapper ol a:hover,
#main-content .default-wrapper ul a:hover {
  text-decoration: none;
  color: #203975;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  #main-content .default-wrapper p,
  #main-content .default-wrapper ol,
  #main-content .default-wrapper ul {
    font-size: 13px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767.98px) {

  #main-content .default-wrapper p,
  #main-content .default-wrapper ol,
  #main-content .default-wrapper ul {
    font-size: 13px;
    line-height: 22px;
  }
}

#main-content .default-wrapper .download-pdf {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  gap: 15px;
  margin: 20px 0px;
  padding: 10px 0px;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #main-content .default-wrapper .download-pdf {
    margin: 25px 0px;
    padding: 23px 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #main-content .default-wrapper .download-pdf {
    margin: 20px 0px;
    padding: 23px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #main-content .default-wrapper .download-pdf {
    margin: 15px 0px;
    padding: 18px 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  #main-content .default-wrapper .download-pdf {
    margin: 10px 0px;
    padding: 13px 11px;
  }
}

#main-content .default-wrapper .download-pdf:hover {
  text-decoration: none;
}

#main-content .default-wrapper .download-pdf:hover .pdf-title {
  color: #203975;
}

#main-content .default-wrapper .download-pdf img {
  width: 22px;
  margin: 0px;
}

#main-content .default-wrapper .download-pdf .pdf-title {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  text-align: left;
  color: #000;
  opacity: 1;
  display: block;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

#main-content .default-wrapper .download-pdf .pdf-title:hover {
  text-decoration: none;
  color: #203975;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #main-content .default-wrapper .download-pdf .pdf-title {
    font-size: 15px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #main-content .default-wrapper .download-pdf .pdf-title {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #main-content .default-wrapper .download-pdf .pdf-title {
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  #main-content .default-wrapper .download-pdf .pdf-title {
    font-size: 12px;
    line-height: 18px;
  }
}

#main-content .rhs {
  max-width: 270px;
  margin-left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #main-content .rhs {
    margin: 0 auto 0 0;
  }
}

@media only screen and (max-width: 767.98px) {
  #main-content .rhs {
    margin: 0 auto 0 0;
    width: 100%;
    max-width: 100%;
  }
}

#main-content .rhs .links-box {
  margin: auto;
}

#main-content .rhs .links-box .top {
  height: 10px;
  width: 100%;
  background: url(../images/rhs_menu_top_bottom.gif) no-repeat 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

#main-content .rhs .links-box .bottom {
  height: 38px;
  width: 100%;
  background: url(../images/rhs_menu_top_bottom.gif) no-repeat 0 -4px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#main-content .rhs .links-box .body {
  padding: 0px 20px;
  background-color: #203975;
}

#main-content .rhs .links-box .body h2 {
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  font-family: "Arial", Helvetica, sans-serif;
  margin: 0px 0 10px 0px;
  border-bottom: 1px solid #5890bf;
}

#main-content .rhs .links-box .body ul {
  list-style-type: none;
}

#main-content .rhs .links-box .body ul li {
  margin: 0;
  list-style-image: none;
  list-style-type: none;
  list-style-type: none;
  padding: 0 0 0 15px;
  background: url(../images/sublink_arrow.gif) no-repeat left 10px;
}

#main-content .rhs .links-box .body ul li a {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 31px;
  text-align: left;
  color: #fff;
  opacity: 1;
  display: block;
  letter-spacing: 0.16px;
  text-decoration: none;
}

#main-content .rhs .links-box .body ul li a:hover {
  color: #5890bf;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #main-content .rhs .links-box .body ul li a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #main-content .rhs .links-box .body ul li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #main-content .rhs .links-box .body ul li a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767.98px) {
  #main-content .rhs .links-box .body ul li a {
    font-size: 12px;
  }
}

.about-wrapper {
  display: flex !important;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about-wrapper {
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .about-wrapper {
    margin-bottom: 30px;
    gap: 30px;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) {
  .about-wrapper.expansion-projects {
    flex-direction: row-reverse;
  }
}

.about-wrapper.expansion-projects .image-holder {
  width: calc(220px);
  max-width: 220px;
  margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about-wrapper.expansion-projects .image-holder {
    width: 100%;
    order: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .about-wrapper.expansion-projects .image-holder {
    width: 100%;
    order: 2;
  }
}

.about-wrapper.expansion-projects .image-holder img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
  border: none;
}

.about-wrapper:nth-child(odd) .image-holder {
  order: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about-wrapper:nth-child(odd) .image-holder {
    order: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .about-wrapper:nth-child(odd) .image-holder {
    order: 2;
  }
}

.about-wrapper .image-holder {
  width: calc(220px);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about-wrapper .image-holder {
    width: 100%;
    order: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .about-wrapper .image-holder {
    width: 100%;
    order: 2;
  }
}

.about-wrapper .image-holder img {
  width: 100%;
  object-fit: cover;
  border: 3px solid #dddddd;
  height:auto;
}

.about-wrapper .content-block {
  width: calc(100% - 250px);
  align-self: center;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about-wrapper .content-block {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .about-wrapper .content-block {
    width: 100%;
  }
}

#footer {
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  padding: 3px 0 0 0;
  background: url(../images/footer_top_shadow.png) repeat-x 0 0;
  background-color: #fff;
  margin: auto;
}

#footer #latestnews {
  background-color: #fff;
}

#footer #latestnews .latestnews-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  line-height: 45px;
}

#footer #latestnews .latestnews-wrapper .newstitle {
  width: 100px;
  padding: 0 10px 0 0;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 45px;
  text-align: left;
  letter-spacing: 0px;
  color: #203975;
  opacity: 1;
}

#footer #latestnews .latestnews-wrapper .newstic {
  width: calc(100% - 155px);
  overflow: hidden;
  height: 100%;
}

#footer #latestnews .latestnews-wrapper .newstic .footer-latest-news li a {
  position: relative;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 45px;
  transition: all ease-in-out 0.5s;
  text-decoration: none;
  letter-spacing: 0px;
  color: #383838;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#footer #latestnews .latestnews-wrapper .newstic .footer-latest-news li a:hover {
  transition: all ease-in-out 0.5s;
  color: #203975;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #footer #latestnews .latestnews-wrapper .newstic .footer-latest-news li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #footer #latestnews .latestnews-wrapper .newstic .footer-latest-news li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #footer #latestnews .latestnews-wrapper .newstic .footer-latest-news li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767.98px) {
  #footer #latestnews .latestnews-wrapper .newstic .footer-latest-news li a {
    font-size: 14px;
  }
}

#footer #latestnews .latestnews-wrapper .slick-arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-left: 1px solid #dedede;
  padding: 0px 0 0px 10px;
  height: 28px;
}

#footer #latestnews .latestnews-wrapper .slick-arrows div {
  font-size: 16px;
  color: #dedede;
  cursor: pointer;
}

#footer #sitemap {
  background-color: #203975;
}

#footer #sitemap .container {
  position: relative;
}

#footer #sitemap .container .toggle-footer-accordion {
  width: 95px;
  height: 26px;
  position: absolute;
  right: 0;
  bottom: -13px;
  z-index: 9;
  cursor: pointer;
}

@media only screen and (max-width: 767.98px) {
  #footer #sitemap .container .toggle-footer-accordion {
    right: 15px;
  }
}

#footer #sitemap .container .toggle-footer-accordion.maxmin {
  background: url(../images/min_max_button.png) no-repeat 0 0;
}

#footer #sitemap .container .toggle-footer-accordion.minmax {
  background: url(../images/min_max_button.png) no-repeat 0 -26px;
}

#footer #sitemap .container #footer-accordion {
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer #sitemap .container #footer-accordion .subsection {
  margin-bottom: 7px;
}

#footer #sitemap .container #footer-accordion .subsection h3 {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
}

#footer #sitemap .container #footer-accordion .subsection h3 a {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #footer #sitemap .container #footer-accordion .subsection h3 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #footer #sitemap .container #footer-accordion .subsection h3 {
    font-size: 13px;
    line-height: 35px;
    margin: 30px 0px;
  }
}


@media only screen and (max-width: 991.98px) {
  #footer #sitemap .container #footer-accordion .subsection h3 {
    font-size: 12px;
    line-height: 24px;
    padding: 10px 0px;
    border-bottom: 0.5px solid #fff;
  }
}

#footer #sitemap .container #footer-accordion .subsection h3.ui-accordion-header:after {
  font-family: "FontAwesome";
  content: '\f067';
  position: absolute;
  right: 15px;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}

#footer #sitemap .container #footer-accordion .subsection h3.ui-accordion-header.ui-state-active:after {
  content: '\f068';
}

#footer #sitemap .container #footer-accordion .subsection h3.ui-accordion-header:focus {
  outline: none;
}

#footer #sitemap .container #footer-accordion .subsection h3.ui-accordion-header:hover {
  cursor: pointer;
}

#footer #sitemap .container #footer-accordion .subsection .menu-block-wrapper ul {
  margin-bottom: 10px;
}

#footer #sitemap .container #footer-accordion .subsection .menu-block-wrapper ul li {
  margin-bottom: 2px;
}

#footer #sitemap .container #footer-accordion .subsection .menu-block-wrapper ul li a {
  display: inline-block;
  position: relative;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 20px;
  transition: all ease-in-out 0.5s;
  text-decoration: none;
  letter-spacing: 0px;
  color: #96bee4;
  font-weight: 700;
}

#footer #sitemap .container #footer-accordion .subsection .menu-block-wrapper ul li a:hover {
  transition: all ease-in-out 0.5s;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  #footer #sitemap .container #footer-accordion .subsection .menu-block-wrapper ul li a {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  #footer #sitemap .container #footer-accordion .subsection .menu-block-wrapper ul li a {
    font-size: 12px;
    line-height: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

#footer #bottom {
  padding: 10px 0 0 0;
  border-top: 5px solid #203975;
  position: relative;
}

#footer #bottom #infocontainer .container {
  padding: 15px;
}

#footer #bottom #infocontainer .container .block-title {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 37.32px;
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: 0px;
  color: #203975;
  opacity: 1;
  text-transform: uppercase;
}

#footer #bottom #infocontainer .container .block-title.center{
  margin: 14px 0 0;

}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #footer #bottom #infocontainer .container .block-title {
    font-size: 14px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #footer #bottom #infocontainer .container .block-title {
    font-size: 13px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #footer #bottom #infocontainer .container .block-title {
    font-size: 13px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  #footer #bottom #infocontainer .container .block-title {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  #footer #bottom #infocontainer .container .contacts {
    margin-bottom: 30px;
  }
}

#footer #bottom #infocontainer .container .contacts .contact {
  padding: 12px 0 0 0;
  margin: 12px 0 0 0;
  background: url(../images/footer_contact_border_light.gif) repeat-x top left;
}

#footer #bottom #infocontainer .container .contacts .contact:first-of-type {
  background: none;
  padding: 0;
  margin: 0;
}

#footer #bottom #infocontainer .container .contacts .contact strong {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  letter-spacing: 0px;
  color: #616161;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #footer #bottom #infocontainer .container .contacts .contact strong {
    font-size: 18px;
    line-height: 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #footer #bottom #infocontainer .container .contacts .contact strong {
    font-size: 17px;
    line-height: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #footer #bottom #infocontainer .container .contacts .contact strong {
    font-size: 16px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 767.98px) {
  #footer #bottom #infocontainer .container .contacts .contact strong {
    font-size: 16px;
    line-height: 21px;
  }
}

#footer #bottom #infocontainer .container .contacts .contact a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

#footer #bottom #infocontainer .container .contacts .contact p,
#footer #bottom #infocontainer .container .contacts .contact a,
#footer #bottom #infocontainer .container .contacts .contact span {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #383838;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {

  #footer #bottom #infocontainer .container .contacts .contact p,
  #footer #bottom #infocontainer .container .contacts .contact a,
  #footer #bottom #infocontainer .container .contacts .contact span {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  #footer #bottom #infocontainer .container .contacts .contact p,
  #footer #bottom #infocontainer .container .contacts .contact a,
  #footer #bottom #infocontainer .container .contacts .contact span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767.98px) {

  #footer #bottom #infocontainer .container .contacts .contact p,
  #footer #bottom #infocontainer .container .contacts .contact a,
  #footer #bottom #infocontainer .container .contacts .contact span {
    font-size: 13px;
  }
}

#footer #bottom #infocontainer .container .contacts img {
  width: 100%;
  max-width: 239px !important;
}

#footer #bottom #infocontainer .container .contacts .sep {
  padding: 20px 0;
  background: url(../images/footer_contact_border_dark.gif) repeat-x left center;
}

#footer #bottom #infocontainer .container .certlogos-wrapper {
  width: 243px;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {

  #footer #bottom #infocontainer .container .certlogos-wrapper {
   
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  #footer #bottom #infocontainer .container .certlogos-wrapper {
    width: 100%;
  }
}

#footer #bottom #infocontainer .container .certlogos-wrapper .certlogos {
  border: 1px solid #dedede;
}

#footer #bottom #infocontainer .container .certlogos-wrapper .certlogos img{
 width: 185px !important;
    height: 100px !important;
    margin: auto;
    display: block;
    object-fit: contain;
}

#footer #bottom #infocontainer .container .certlogos-wrapper .certlogos .slick-slider .slick-arrow {
  top: -39px !important;
  transform: translateY(0%) !important;
}

#footer #bottom #infocontainer .container .certlogos-wrapper .certlogos .slick-slider .slick-arrow.slick-prev {
  right: 20px !important;
  left: unset !important;
}

#footer #bottom #infocontainer .container .certlogos-wrapper .certlogos .slick-slider .slick-arrow.slick-next {
  right: 0px !important;
  left: unset !important;
}

@media only screen and (max-width: 767.98px) {
  #footer #bottom #infocontainer .container .footermap {
    margin-bottom: 30px;
  }
}

#footer #bottom #infocontainer .container .footermap img {
  max-width: 100%;
}

#footer #bottom #footerlogos .container {
  border-top: 1px solid #dedede;
  padding: 15px;
}

#footer #bottom #footerlogos .container .logos-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991.98px) {

  #footer #bottom #footerlogos .container .logos-wrapper {
      justify-content: start;
  }
  
}

#footer #bottom #footerlogos .container .logos-wrapper .region-footer-logos {
  width: calc(100% - 115px);
  height: 100%;
}

#footer #bottom #footerlogos .container .logos-wrapper .region-footer-logos.right {
  width: 130px;
}

#footer #bottom #footerlogos .container .logos-wrapper .region-footer-logos.slider-logo {
  max-width: 450px;
}




#footer #bottom #footerlogos .container .logos-wrapper .slick-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3/2;
  padding: 0 5px;
}

#footer #bottom #footerlogos .container .logos-wrapper .slick-slide a img{ 
  height: auto;
}

#footer #bottom #footerlogos .container h2 {
  width: 100px;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #footer #bottom #footerlogos .container h2 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #footer #bottom #footerlogos .container h2 {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #footer #bottom #footerlogos .container h2 {
    font-size: 13px;
    width: 135px;

  }
}

@media only screen and (max-width: 767.98px) {
  #footer #bottom #footerlogos .container h2 {
    font-size: 12px;
  }
}

#footer #bottom #bottomnav .container {
  border-top: 1px solid #dedede;
  padding: 25px 15px;
}

#footer #bottom #bottomnav .container .copy {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 991.98px) {
  #footer #bottom #bottomnav .container .copy {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
  }
}

#footer #bottom #bottomnav .container .copy .rights {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #383838;
}

@media only screen and (max-width: 767.98px) {
  #footer #bottom #bottomnav .container .copy .rights {
    text-align: center;
    margin: 17px auto 5px;
  }
}

#footer #bottom #bottomnav .container .copy .footer-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#footer #bottom #bottomnav .container .copy .footer-menu li {
  border-left: 1px solid #979797;
}

@media only screen and (max-width: 991.98px) {
  #footer #bottom #bottomnav .container .copy .footer-menu li:first-of-type {
    border: none;
  }
}

#footer #bottom #bottomnav .container .copy .footer-menu li a {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #203975;
  padding: 0px 7px;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}

#footer #bottom #bottomnav .container .copy .footer-menu li a:hover {
  color: #383838;
  transition: all ease-in-out 0.5s;
}

#footer #bottom #bottomnav .container .powered {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 23.32px;
  text-align: right;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #footer #bottom #bottomnav .container .powered {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #footer #bottom #bottomnav .container .powered {
    font-size: 12px;
    position: unset;
    right: unset;
    top: unset;
    transform: unset;
    text-align: center;
  }
}

@media only screen and (max-width: 767.98px) {
  #footer #bottom #bottomnav .container .powered {
    font-size: 12px;
    color: #000 !important;
    text-align: center;
    margin-top: 5px;
    position: unset;
    right: unset;
    top: unset;
    transform: unset;
  }

  #footer #bottom #bottomnav .container .powered .st0 {
    fill: #203975;
  }

  #footer #bottom #bottomnav .container .powered .st1 {
    fill: #203975;
  }
}

#footer #bottom #bottomnav .container .powered a {
  color: inherit;
}

#footer #bottom #bottomnav .container .powered a:focus {
  text-decoration: none;
}

#footer #bottom #bottomnav .container .powered span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  color: #383838;
  font-size: 11px;
  line-height: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #footer #bottom #bottomnav .container .powered span {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #footer #bottom #bottomnav .container .powered span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767.98px) {
  #footer #bottom #bottomnav .container .powered span {
    font-size: 13px;
    color: #000 !important;
  }
}

#footer #bottom #bottomnav .container .powered svg {
  display: inline-block;
  width: 40px !important;
}

.phicon {
  display: block;
  width: 30px;
  height: 25px;
  background: url(../images/contact_details_icons.gif) no-repeat 0 -28px;
}

.faxicon {
  height: 25px;
  width: 30px;
  background: url(../images/contact_details_icons.gif) no-repeat 0 -54px;
}

.siteicon {
  width: 30px;
  height: 25px;
  background: url(../images/contact_details_icons.gif) no-repeat 0 1px;
}

.emailicon {
  height: 15px;
  width: 30px;
  display: block;
  height: 18px;
  background: url(../images/contact_details_icons.gif) no-repeat 0 -85px;
}

.call {
  height: 20px;
  width: 30px;
  line-height: 20px;
  background: url(../images/top_call_icon.png) no-repeat 0 0;
  color: #203975;
}

#page-header .container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 100% !important;
}

#page-header .container-fluid img {
  width: 100%;
}

.homeSlider-wrapper .container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 100% !important;
}

.slick-initialized .slick-slide {







  position: relative;
}
.homeSlider-wrapper .container-fluid a{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.homeSlider-wrapper .container-fluid picture {
  width: 100%;
}

.homeSlider-wrapper .container-fluid picture img {
  width: 100%;
}

.homeSlider-wrapper .container-fluid .slick-arrow {
  display: block;
  width: 56px;
  height: 57px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  /* z-index: 99; */
  z-index: 1;

}

.homeSlider-wrapper .container-fluid .slick-arrow.slick-next {
  background-image: url(../images/banner_arrows.png);
  background-position: -56px 0;
  right: 15px !important;
}

.homeSlider-wrapper .container-fluid .slick-arrow.slick-prev {
  background-image: url(../images/banner_arrows.png);
  left: 15px !important;
}

.homeSlider-wrapper .container-fluid .slick-dots {
  position: absolute;
  left: 0;
  bottom: 120px;
  padding: 15px;
  display: flex;
  justify-content: start;
  gap: 5px;
}

.homeSlider-wrapper .container-fluid .slick-dots li {
  padding: 0px !important;
}

.homeSlider-wrapper .container-fluid .slick-dots li.slick-active button {
  background-color: #fff;
  opacity: 1;
  transition: all ease-in-out 0.54;
}

.homeSlider-wrapper .container-fluid .slick-dots li button {
  display: block;
  height: 13px;
  width: 13px;
  background-color: #383838;
  font-size: 0;
  border-radius: 50%;
  border: none;
  opacity: 0.7;
  padding: 0px !important;
  margin: 0px !important;
  transition: all ease-in-out 0.54;
}

.homeContent {
  transform: translateY(-100px);
  margin: auto;
}

/* @media only screen and (min-width: 992px) {
    .homeContent {
      max-height: 300px; } } */
.homeContent .tabs-wrapper {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 35px;
  border: 1px solid #fff;
}

.homeContent .tabs-wrapper .tabs {
  border-radius: 10px;
}

.homeContent .tabs-wrapper .tabs .tabs__nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background-color: var(--color-accent-x-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none !important;
}

.homeContent .tabs-wrapper .tabs .tabs__nav .tabs__btn {
  position: relative;
  padding: 1rem 1.25rem;
  flex-grow: 1;
  cursor: pointer;
  transition: opacity 0.3s;
  border: none !important;
  outline: none !important;
  border-radius: 10px;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #383838;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .homeContent .tabs-wrapper .tabs .tabs__nav .tabs__btn {
    font-size: 13px;
    padding: 1rem 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .homeContent .tabs-wrapper .tabs .tabs__nav .tabs__btn {
    font-size: 13px;
    padding: 0.8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .homeContent .tabs-wrapper .tabs .tabs__nav .tabs__btn {
    padding: 0.65rem;
    font-size: 11px;
  }
}

.homeContent .tabs-wrapper .tabs .tabs__nav .tabs__btn:not(.is-active) {
  opacity: 0.6;
}

.homeContent .tabs-wrapper .tabs .tabs__nav .tabs__btn:not(.is-active):hover {
  opacity: 1;
}

.homeContent .tabs-wrapper .tabs .tabs__nav .tabs__btn.is-active {
  color: #203975;
  background-color: #fff;
  transform: translateY(-15px);
}

.homeContent .tabs-wrapper .tabs__pane {
  padding: 0rem;
  overflow: hidden;
  height: 0;
}

.homeContent .tabs-wrapper .tabs__pane .wrapper {
  padding: 2rem 1.25rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .homeContent .tabs-wrapper .tabs__pane .wrapper {
    padding: 1.85rem 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .homeContent .tabs-wrapper .tabs__pane .wrapper {
    padding: 1.55rem 1.25rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .homeContent .tabs-wrapper .tabs__pane .wrapper {
    padding: 1.15rem 1.25rem;
  }
}

.homeContent .tabs-wrapper .tabs__pane.is-visible {
  height: auto;
}

.homeContent .rhs-wrapper .video-wrapper {
  padding: 18px;
  background-color: #fff;
  border-radius: 10px;
}

.homeContent .rhs-wrapper .video-wrapper .video-image {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.homeContent .rhs-wrapper .video-wrapper .video-image img {
  width: 100%;
  display: block;
}

.homeContent .rhs-wrapper .social-wrapper {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}

.homeContent .rhs-wrapper .social-wrapper a {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 45px;
  color: #203975;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}

.homeContent .rhs-wrapper .social-wrapper a:hover {
  background-color: #203975;
  color: #fff;
  transition: all ease-in-out 0.5s;
}

.homeContent .rhs-wrapper .social-wrapper a:last-of-type {
  border-left: 1px solid #dfdfdf;
}

.homeContent p {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #484848;
  opacity: 1;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.16px;
}

.homeContent p li,
.homeContent p a {
  font-family: inherit;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: #000;
  opacity: 1;
}

.homeContent p a:hover {
  text-decoration: none;
  color: #203975;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .homeContent p {
    font-size: 13px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767.98px) {
  .homeContent p {
    font-size: 13px;
    line-height: 22px;
  }
}

.homeContent .expansion-slider .expansion-slide-wrapper {
  padding: 2rem 1.25rem;
}

.homeContent .expansion-slider .expansion-slide-wrapper .expansion-single {
  display: block;
  text-decoration: none;
  width: 100%;
  margin-bottom:30px;
}

.homeContent .expansion-slider .expansion-slide-wrapper .expansion-single h2 {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .homeContent .expansion-slider .expansion-slide-wrapper .expansion-single h2 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .homeContent .expansion-slider .expansion-slide-wrapper .expansion-single h2 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .homeContent .expansion-slider .expansion-slide-wrapper .expansion-single h2 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767.98px) {
  .homeContent .expansion-slider .expansion-slide-wrapper .expansion-single h2 {
    font-size: 12px;
  }
}

.homeContent .expansion-slider .expansion-slide-wrapper .expansion-single .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0px !important;
  width: 100%;
  margin-top: 15px;
}

@media only screen and (max-width: 767.98px) {
  .homeContent .expansion-slider .expansion-slide-wrapper .expansion-single .wrapper {
    flex-direction: column;
  }
}

.homeContent .expansion-slider .expansion-slide-wrapper .expansion-single .wrapper .image-wrapper {
  display: block;
  overflow: hidden;
  width: 150px;
}

.homeContent .expansion-slider .expansion-slide-wrapper .expansion-single .wrapper .image-wrapper img {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.95s;
  margin: 0px !important;
  display: block;
  padding: 0px !important;
}

.homeContent .expansion-slider .expansion-slide-wrapper .expansion-single .wrapper .content-wrapper {
  width: calc(100% - 180px);
}

@media only screen and (max-width: 767.98px) {
  .homeContent .expansion-slider .expansion-slide-wrapper .expansion-single .wrapper .content-wrapper {
    width: calc(100% - 0px);
  }
}

.homeContent .expansion-slider .expansion-slide-wrapper .expansion-single .wrapper .content-wrapper p {
  margin-top: 0 !important;
}

.homeContent .expansion-slider .expansion-slide-wrapper .expansion-single .wrapper .content-wrapper a {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0px;
  color: #203975;
  opacity: 1;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .homeContent .expansion-slider .expansion-slide-wrapper .expansion-single .wrapper .content-wrapper a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .homeContent .expansion-slider .expansion-slide-wrapper .expansion-single .wrapper .content-wrapper a {
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .homeContent .expansion-slider .expansion-slide-wrapper .expansion-single .wrapper .content-wrapper a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767.98px) {
  .homeContent .expansion-slider .expansion-slide-wrapper .expansion-single .wrapper .content-wrapper a {
    font-size: 10px;
  }
}

.homeContent .products-slider .products-slider-wrapper {
  padding: 2rem 1.25rem;
  /* the parent */
}

.homeContent .products-slider .products-slider-wrapper .slick-slide {
  margin: 0 7px;
}

@media only screen and (max-width: 767.98px) {
  .homeContent .products-slider .products-slider-wrapper .slick-slide {
    margin: 0 3px;
  }
}

.homeContent .products-slider .products-slider-wrapper .slick-list {
  margin: 0 -7px;
}

@media only screen and (max-width: 767.98px) {
  .homeContent .products-slider .products-slider-wrapper .slick-list {
    margin: 0 -3px;
  }
}

.homeContent .products-slider .products-slider-wrapper .nomrg {
  width: 100%;
}

.homeContent .products-slider .products-slider-wrapper .nomrg a {
  display: block;
  text-decoration: none;
}

.homeContent .products-slider .products-slider-wrapper .nomrg a:hover img {
  transform: scale(1.2);
  transition: all ease-in-out 0.95s;
}

.homeContent .products-slider .products-slider-wrapper .nomrg a h2 {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  text-decoration: none;
}

.homeContent .products-slider .products-slider-wrapper .nomrg a h2.item1{
  color:green;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .homeContent .products-slider .products-slider-wrapper .nomrg a h2 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .homeContent .products-slider .products-slider-wrapper .nomrg a h2 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .homeContent .products-slider .products-slider-wrapper .nomrg a h2 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767.98px) {
  .homeContent .products-slider .products-slider-wrapper .nomrg a h2 {
    font-size: 12px;
  }
}

.homeContent .products-slider .products-slider-wrapper .nomrg a .image-wrapper {
  display: block;
  margin: 10px auto 20px;
  overflow: hidden;
}

.homeContent .products-slider .products-slider-wrapper .nomrg a .image-wrapper img {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.95s;
  margin: 0px !important;
  display: block;
  padding: 0px !important;
}

.homeContent .products-slider .products-slider-wrapper .nomrg a span {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0px;
  color: #203975;
  opacity: 1;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .homeContent .products-slider .products-slider-wrapper .nomrg a span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .homeContent .products-slider .products-slider-wrapper .nomrg a span {
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .homeContent .products-slider .products-slider-wrapper .nomrg a span {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767.98px) {
  .homeContent .products-slider .products-slider-wrapper .nomrg a span {
    font-size: 10px;
  }
}

.homeContent .arrows-container {
  background-color: #f3f3f3;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-top: 15px;
  gap: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.homeContent .arrows-container .slick-arrow {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  z-index: 99;
  border: none !important;
  background-size: contain;
}

.homeContent .arrows-container .slick-arrow.slick-next {
  background-image: url(../images/banner_arrows_right.png);
  order: 3;
}

.homeContent .arrows-container .slick-arrow.slick-prev {
  background-image: url(../images/banner_arrows_left.png);
  order: 1;
}

.homeContent .arrows-container .slick-dots {
  padding: 15px;
  display: flex;
  justify-content: start;
  gap: 10px;
  order: 2;
  width: auto;
}

.homeContent .arrows-container .slick-dots li {
  padding: 0px !important;
}

.homeContent .arrows-container .slick-dots li.slick-active button {
  background-color: #fff;
  opacity: 1;
  transition: all ease-in-out 0.54;
}

.homeContent .arrows-container .slick-dots li button {
  display: block;
  height: 13px;
  width: 13px;
  background-color: #383838;
  font-size: 0;
  border-radius: 50%;
  border: none !important;
  opacity: 0.7;
  padding: 0px !important;
  margin: 0px !important;
  transition: all ease-in-out 0.54;
}

.post-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: top;
  gap: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .post-content-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .post-content-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}

.post-content-wrapper .back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  width: max-content;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.post-content-wrapper .back-btn span {
  position: relative;
  width: 13px;
  height: 14px;
  margin-right: 7px;
  overflow: hidden;
  object-fit: cover;
}

.post-content-wrapper .back-btn span i {
  max-width: 25px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all ease-in-out 0.5s;
}

.post-content-wrapper .back-btn span i:first-of-type {
  transform: translate(200%, -50%);
}

.post-content-wrapper .back-btn span i:last-of-type {
  transform: translate(-50%, -50%);
}

.post-content-wrapper .back-btn:hover i {
  transition: all ease-in-out 0.5s;
}

.post-content-wrapper .back-btn:hover i:first-of-type {
  transform: translate(-50%, -50%);
}

.post-content-wrapper .back-btn:hover i:last-of-type {
  transform: translate(-250%, -50%);
}

.post-content-wrapper .date {
  letter-spacing: 0.48px;
  color: #203975;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  font-family: "Arial", Helvetica, sans-serif;
  margin-bottom: 30px;
  opacity: 1;
  text-align: left;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .post-content-wrapper .date {
    font-size: 14px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .post-content-wrapper .date {
    font-size: 14px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .post-content-wrapper .date {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767.98px) {
  .post-content-wrapper .date {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 28px;
  }
}

.post-content-wrapper .post-title {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 38px;
  line-height: 47px;
  text-align: left;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  text-transform: capitalize;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .post-content-wrapper .post-title {
    font-size: 35px;
    line-height: 44px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .post-content-wrapper .post-title {
    max-width: 75%;
    font-size: 30px;
    line-height: 39px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .post-content-wrapper .post-title {
    font-size: 25px;
    line-height: 34px;
    max-width: 85%;
  }
}

@media only screen and (max-width: 767.98px) {
  .post-content-wrapper .post-title {
    max-width: 95%;
    font-size: 22px;
    line-height: 30px;
  }
}

.post-content-wrapper .post-content {
  margin-top: 50px;
}

.post-content-wrapper .post-content img {
  width: 100%;
  margin: 0px auto 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .post-content-wrapper .post-content img {
    margin: 0px auto 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .post-content-wrapper .post-content img {
    margin: 0px auto 20px;
  }
}

.post-content-wrapper .post-content h1,
.post-content-wrapper .post-content h2,
.post-content-wrapper .post-content h3,
.post-content-wrapper .post-content h4,
.post-content-wrapper .post-content h5,
.post-content-wrapper .post-content h6 {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 600;
  color: #383838;
}

.post-content-wrapper .post-content p,
.post-content-wrapper .post-content div,
.post-content-wrapper .post-content ul {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #484848;
  opacity: 1;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.16px;
}

.post-content-wrapper .post-content p li,
.post-content-wrapper .post-content p a,
.post-content-wrapper .post-content div li,
.post-content-wrapper .post-content div a,
.post-content-wrapper .post-content ul li,
.post-content-wrapper .post-content ul a {
  font-family: inherit;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: #000;
  opacity: 1;
}

.post-content-wrapper .post-content p a:hover,
.post-content-wrapper .post-content div a:hover,
.post-content-wrapper .post-content ul a:hover {
  text-decoration: none;
  color: #203975;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  .post-content-wrapper .post-content p,
  .post-content-wrapper .post-content div,
  .post-content-wrapper .post-content ul {
    font-size: 13px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767.98px) {

  .post-content-wrapper .post-content p,
  .post-content-wrapper .post-content div,
  .post-content-wrapper .post-content ul {
    font-size: 13px;
    line-height: 22px;
  }
}

.post-content-wrapper .post-content .download-pdf {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  gap: 15px;
  margin: 20px 0px;
  padding: 10px 0px;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .post-content-wrapper .post-content .download-pdf {
    margin: 25px 0px;
    padding: 23px 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .post-content-wrapper .post-content .download-pdf {
    margin: 20px 0px;
    padding: 23px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .post-content-wrapper .post-content .download-pdf {
    margin: 15px 0px;
    padding: 18px 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .post-content-wrapper .post-content .download-pdf {
    margin: 10px 0px;
    padding: 13px 11px;
  }
}

.post-content-wrapper .post-content .download-pdf:hover {
  text-decoration: none;
}

.post-content-wrapper .post-content .download-pdf:hover .pdf-title {
  color: #203975;
}

.post-content-wrapper .post-content .download-pdf img {
  width: 22px;
  margin: 0px;
}

.post-content-wrapper .post-content .download-pdf .pdf-title {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  text-align: left;
  color: #000;
  opacity: 1;
  display: block;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.post-content-wrapper .post-content .download-pdf .pdf-title:hover {
  text-decoration: none;
  color: #203975;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .post-content-wrapper .post-content .download-pdf .pdf-title {
    font-size: 15px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .post-content-wrapper .post-content .download-pdf .pdf-title {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .post-content-wrapper .post-content .download-pdf .pdf-title {
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .post-content-wrapper .post-content .download-pdf .pdf-title {
    font-size: 12px;
    line-height: 18px;
  }
}

.news-wrapper .single-news {
  margin-bottom: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .news-wrapper .single-news {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .news-wrapper .single-news {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .news-wrapper .single-news {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .news-wrapper .single-news {
    margin-bottom: 25px;
  }
}

.news-wrapper .single-news a {
  display: block;
  text-decoration: none;
}

.news-wrapper .single-news a:hover .title,
.news-wrapper .single-news a:hover .read-more {
  color: #5890bf;
}

.news-wrapper .single-news a img {
  width: 310px;
  max-width: 100%;
  height: 210px;
  object-fit: contain;
  margin: 0px auto 20px;
}

.news-wrapper .single-news a .date {
  letter-spacing: 0.48px;
  color: #203975;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  font-family: "Arial", Helvetica, sans-serif;
  margin-bottom: 10px;
  opacity: 1;
  text-align: left;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .news-wrapper .single-news a .date {
    font-size: 14px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .news-wrapper .single-news a .date {
    font-size: 14px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .news-wrapper .single-news a .date {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767.98px) {
  .news-wrapper .single-news a .date {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 28px;
  }
}

.news-wrapper .single-news a .title {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .news-wrapper .single-news a .title {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .news-wrapper .single-news a .title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .news-wrapper .single-news a .title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .news-wrapper .single-news a .title {
    font-size: 16px;
    line-height: 20px;
  }
}

.news-wrapper .single-news a .read-more,
.news-wrapper .single-news a .excerpt {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #484848;
  opacity: 1;
  margin-bottom: 30px;
  display: block;
  letter-spacing: 0.16px;
  color: #484848;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {

  .news-wrapper .single-news a .read-more,
  .news-wrapper .single-news a .excerpt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {

  .news-wrapper .single-news a .read-more,
  .news-wrapper .single-news a .excerpt {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  .news-wrapper .single-news a .read-more,
  .news-wrapper .single-news a .excerpt {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767.98px) {

  .news-wrapper .single-news a .read-more,
  .news-wrapper .single-news a .excerpt {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
  }
}

.news-wrapper .single-news a .read-more {
  color: #203975;
  font-weight: bold;
}

.red-pdf {
  margin-top: 20px;
  padding-left: 48px;
  list-style: none;
  outline: none;
  background-image: url(../images/pdf_icon.png);
  display: inline-block;
  min-height: 48px;
  color: #203975;
  line-height: 48px;
  background-position: 0px 0px;
  background-repeat: no-repeat no-repeat;
  line-height: 48px !important;
  text-decoration: none !important;
}

.videos-wrapper .single-video {
  margin-bottom: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .videos-wrapper .single-video {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .videos-wrapper .single-video {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .videos-wrapper .single-video {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767.98px) {
  .videos-wrapper .single-video {
    margin-bottom: 25px;
  }
}

.videos-wrapper .single-video .video-title {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0px;
  color: #616161;
  opacity: 1;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .videos-wrapper .single-video .video-title {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .videos-wrapper .single-video .video-title {
    font-size: 15px;
    line-height: 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .videos-wrapper .single-video .video-title {
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 767.98px) {
  .videos-wrapper .single-video .video-title {
    font-size: 13px;
    line-height: 16px;
  }
}


.form-wrapper {
  max-width: 750px;
}

.form-wrapper .row {
  margin-bottom: 25px;
}

.form-wrapper .row.mb-0 {
  margin-bottom: 0px;
}

.form-wrapper .row label {
  position: relative;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 2px;
  transition: all ease-in-out 0.5s;
  text-decoration: none;
  letter-spacing: 0px;
  color: #383838;
  display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .form-wrapper .row label {
    font-size: 14px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .form-wrapper .row label {
    font-size: 14px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .form-wrapper .row label {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767.98px) {
  .form-wrapper .row label {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 5px;
  }
}

.form-wrapper .row label .form-required {
  color: red;
}

.form-wrapper .row .form-item label {
  display: inline-block;
}

.form-wrapper .row textarea,
.form-wrapper .row input[type='text'],
.form-wrapper .row input[type='email'] {
  border: 1px solid #cccccc;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 13px;
  margin: 0;
  padding: 6px 8px 9px 8px;
  color: #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
  box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
  width: 100%;
}

.contact-details .contact-box {
  margin-bottom: 15px;
}

.contact-details .contact-box .block-title {
  text-transform: uppercase;
  background-color: #203975;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
  position: relative;
  padding-left: 45px;
}

@media only screen and (max-width: 767.98px) {
  .contact-details .contact-box .block-title {
    font-size: 14px;
  }
}

.contact-details .contact-box .block-title.ui-accordion-header:after {
  font-family: "FontAwesome";
  content: '\f067';
  position: absolute;
  left: 15px;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}

.contact-details .contact-box .block-title.ui-accordion-header.ui-state-active:after {
  content: '\f068';
}

.contact-details .contact-box .block-title.ui-accordion-header:focus {
  outline: none;
}

.contact-details .contact-box .block-title.ui-accordion-header:hover {
  cursor: pointer;
}

.contact-details .contact-box .contact-box-wrapper {
  margin-top: 25px;
}

.contact-details .contact-box .contact-box-wrapper .office-info {
  margin-bottom: 35px;
}

.contact-details .contact-box .contact-box-wrapper .office-info .title {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  color: #203975;
  opacity: 1;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767.98px) {
  .contact-details .contact-box .contact-box-wrapper .office-info .title {
    font-size: 14px;
  }
}

.contact-details .contact-box .contact-box-wrapper .office-info .address {
  display: block;
  position: relative;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 2px;
  transition: all ease-in-out 0.5s;
  text-decoration: none;
  letter-spacing: 0px;
  color: #383838;
}

.contact-details .contact-box .contact-box-wrapper .office-info .address:hover {
  color: #203975;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .contact-details .contact-box .contact-box-wrapper .office-info .address {
    font-size: 14px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .contact-details .contact-box .contact-box-wrapper .office-info .address {
    font-size: 14px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .contact-details .contact-box .contact-box-wrapper .office-info .address {
    font-size: 14px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact-details .contact-box .contact-box-wrapper .office-info .address {
    font-size: 14px;
    line-height: 23px;
  }
}

.contact-details .contact-box .contact-box-wrapper .office-info .contacts {
  margin: 25px 0;
}

.contact-details .contact-box .contact-box-wrapper .office-info .contacts li {
  margin-bottom: 10px;
}

.contact-details .contact-box .contact-box-wrapper .office-info .contacts li img {
  margin: 0px 0 15px auto;
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .contact-details .contact-box .contact-box-wrapper .office-info .contacts li img {
    margin: 0px auto 15px 0;
  }
}

.contact-details .contact-box .contact-box-wrapper .office-info .contacts li a,
.contact-details .contact-box .contact-box-wrapper .office-info .contacts li span {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #383838;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.contact-details .contact-box .contact-box-wrapper .office-info .contacts li a.map,
.contact-details .contact-box .contact-box-wrapper .office-info .contacts li span.map {
  color: #203975;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {

  .contact-details .contact-box .contact-box-wrapper .office-info .contacts li a,
  .contact-details .contact-box .contact-box-wrapper .office-info .contacts li span {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  .contact-details .contact-box .contact-box-wrapper .office-info .contacts li a,
  .contact-details .contact-box .contact-box-wrapper .office-info .contacts li span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767.98px) {

  .contact-details .contact-box .contact-box-wrapper .office-info .contacts li a,
  .contact-details .contact-box .contact-box-wrapper .office-info .contacts li span {
    font-size: 13px;
  }
}

.contact-details .contact-box .contact-box-wrapper .office-info .contacts li a:hover {
  color: #203975;
}

.directors-wrapper .single-director {
  width: 100%;
  padding: 12px;
  font-size: 12px;
  display: block;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 767.98px) {
  .directors-wrapper .single-director {
    padding: 9px;
  }
}

.directors-wrapper .single-director .profile {
  width: 100%;
}

.directors-wrapper .single-director .profile img {
  width: 100%;
  height: auto;
}

.directors-wrapper .single-director h5 {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;

  text-align: left;
  margin: 13px 0px;
  letter-spacing: 0px;
  color: #203975;
  opacity: 1;
}

@media only screen and (max-width: 767.98px) {
  .directors-wrapper .single-director h5 {
    font-size: 13px;
    line-height: 17px;
    min-height: 34px;

  }
}

.directors-wrapper .single-director .position {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #383838;
  opacity: 1;
  margin: 0px;
}

.directors-wrapper .single-director .position.bold {
  font-weight: 700;
  color: #666;
  text-transform: none;
}

@media only screen and (max-width: 767.98px) {
  .directors-wrapper .single-director .position {
    font-size: 11px;
    line-height: 18px;
  }
}

.project-wrapper .project-title {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 0px;
  color: #203975;
  opacity: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.project-wrapper .project-title.bold {
  font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .project-wrapper .project-title {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .project-wrapper .project-title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .project-wrapper .project-title {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .project-wrapper .project-title {
    font-size: 14px;
    line-height: 18px;
  }
}

.project-wrapper .content .table-wrapper {
  overflow-x: auto;
}

.project-wrapper .content .table-wrapper .table {
  border: 1px solid #203975;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 12px;
  border-collapse: separate;
  min-width: 100%;
  margin: 0;
}

.project-wrapper .content .table-wrapper .table tr:first-of-type th {
  background-color: #203975;
  color: #fff;
}

.project-wrapper .content .table-wrapper .table .hlight {
  background-color: #ddd;
  font-weight: 700;
  text-align: -webkit-center;
  vertical-align: middle;
}

.project-wrapper .content .table-wrapper .table th {
  border: none;
  padding: 5px 0;
  text-align: center;
}

.project-wrapper .content .table-wrapper .table td {
  height: 30px;
  font-size: 10px;
}

.project-wrapper .content .table-wrapper .table td .title {
  font-size: 12px;
}

.project-wrapper .content .table-wrapper .note {
  margin: 15px 0;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  text-align: left;
  color: #999;
  opacity: 1;
  margin-bottom: 10px;
  display: block;
}

.project-text ,
.project-wrapper .content .table-wrapper ul li,
.project-wrapper .content .table-wrapper p {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #484848;
  opacity: 1;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.16px;
}

.project-wrapper .content .table-wrapper ul li a,
.project-wrapper .content .table-wrapper p a {
  font-family: inherit;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  color: #000;
  opacity: 1;
}

.project-wrapper .content .table-wrapper ul li a.instguide,
.project-wrapper .content .table-wrapper p a.instguide {
  background: url(../images/pdf_icon.png) no-repeat 0 0;
  display: inline-block;
  padding: 0 0 0 48px;
  height: 48px;
  line-height: 48px;
  color: #203975;
  margin: 25px 0 0 0;
}

.project-wrapper .content .table-wrapper ul li a:hover,
.project-wrapper .content .table-wrapper p a:hover {
  text-decoration: none;
  color: #203975;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  .project-wrapper .content .table-wrapper ul li,
  .project-wrapper .content .table-wrapper p {
    font-size: 13px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767.98px) {

  .project-wrapper .content .table-wrapper ul li,
  .project-wrapper .content .table-wrapper p {
    font-size: 13px;
    line-height: 22px;
  }
}

.project-wrapper .content .table-wrapper h4 {
  font-weight: bold;
  color: #203975;
  margin-top: 55px;
  font-family: "Arial", Helvetica, sans-serif;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .project-wrapper .content .table-wrapper h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .project-wrapper .content .table-wrapper h4 {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .project-wrapper .content .table-wrapper h4 {
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 767.98px) {
  .project-wrapper .content .table-wrapper h4 {
    font-size: 12px;
    line-height: 18px;
  }
}

.project-wrapper .content .table-wrapper ul {
  margin: 25px 0px;
}

.project-wrapper .content .table-wrapper ul li {
  padding-left: 20px;
  list-style: none;
  outline: none;
  /* height: 25px; */
  line-height: 25px;
  background-image: url("../images/content_list_arrow.gif");
background-position: 0 6px;
  background-repeat: no-repeat no-repeat;
}

.project-wrapper .content .table-wrapper .download-pdf-custom {
  display: block;
  margin: 45px auto;
  text-align: center;
}

.project-wrapper .content .table-wrapper .download-pdf-custom a {
  color: #203975;
  font-family: "Arial", Helvetica, sans-serif;
  display: block;
  width: max-content;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  font-size: 14px;
  line-height: 24px;
  padding-left: 48px;
  position: relative;
  font-weight: 400;
}

.project-wrapper .content .table-wrapper .download-pdf-custom a::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  content: '';
  background-image: url("../images/pdf_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .project-wrapper .content .table-wrapper .download-pdf-custom a {
    font-size: 13px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767.98px) {
  .project-wrapper .content .table-wrapper .download-pdf-custom a {
    font-size: 13px;
    line-height: 22px;
  }
}

.project-wrapper .content .table-wrapper .download-pdf-custom a:hover {
  color: #5890bf;
  transition: all ease-in-out 0.5s;
}

.project-wrapper .content .table-wrapper .download-link-custom {
  display: block;
  margin: 45px auto;
  text-align: center;
}

.project-wrapper .content .table-wrapper .download-link-custom a {
  color: #fff;
  background: #203975;
  margin: auto;
  padding: 10px 25px;
  font-family: "Arial", Helvetica, sans-serif;
  display: block;
  width: max-content;
  font-weight: bold;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .project-wrapper .content .table-wrapper .download-link-custom a {
    font-size: 13px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767.98px) {
  .project-wrapper .content .table-wrapper .download-link-custom a {
    font-size: 13px;
    line-height: 22px;
  }
}

.project-wrapper .content .table-wrapper .download-link-custom a:hover {
  background: #5890bf;
  color: #fff;
  transition: all ease-in-out 0.5s;
}

.project-wrapper .project-rhs {
  max-width: 200px;
  margin-left: auto;
}

@media only screen and (max-width: 767.98px) {
  .project-wrapper .project-rhs {
    max-width: 1100%;
  }
}

.project-wrapper .project-rhs h6 {
  font-weight: bold;
  color: #203975;
  font-family: "Arial", Helvetica, sans-serif;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .project-wrapper .project-rhs h6 {
    font-size: 15px;
    line-height: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .project-wrapper .project-rhs h6 {
    font-size: 14px;
    line-height: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .project-wrapper .project-rhs h6 {
    font-size: 13px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .project-wrapper .project-rhs h6 {
    font-size: 12px;
    line-height: 15px;
  }
}

.project-wrapper .project-rhs .pdf {
  border-bottom: 1px solid #ddd;
}

.project-wrapper .project-rhs .pdf a {
  display: block;
  margin: 15px auto;
}

.project-wrapper .project-rhs p {
  margin: 15px 0;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 11px;
  line-height: 22px;
  text-align: left;
  color: #999;
  opacity: 1;
  margin-bottom: 10px;
  display: block;
}

.project-wrapper .project-rhs p a {
  color: #203975;
}

.project-wrapper .project-rhs .project-image {
  margin-bottom: 55px;
}

.project-wrapper .project-rhs .project-image a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.project-wrapper .project-rhs .project-image a img {
  width: 100%;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
  .project-wrapper .project-rhs .project-image a img {
    width: 100%;
    height: auto;
  }
}

.project-wrapper .project-rhs .project-image a .magnify {
  margin: 15px 0;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #203975;
  opacity: 1;
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
}

.project-wrapper .project-rhs .project-image a .magnify::after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../images/magnify.gif) no-repeat 0 0;
}

#products-lisiting .product-card {
  display: block;
  margin-bottom: 30px;
}

#products-lisiting .product-card .product__thumbnail {
  height: 180px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
}

#products-lisiting .product-card .product__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#products-lisiting .product-card .product__title {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0px;
  color: #203975;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #products-lisiting .product-card .product__title {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #products-lisiting .product-card .product__title {
    font-size: 15px;
    line-height: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #products-lisiting .product-card .product__title {
    font-size: 14px;
    line-height: 17px;
  }
}

@media only screen and (max-width: 767.98px) {
  #products-lisiting .product-card .product__title {
    font-size: 13px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  #projects-accordion {
    margin-bottom: 50px;
    margin-left: 0;
  }
}

#projects-accordion .title.ui-accordion-header {
  position: relative;
}

#projects-accordion .title.ui-accordion-header:after {
  font-family: "FontAwesome";
  content: '\f067';
  position: absolute;
  left: 12px;
  font-size: 11px;
  font-weight: 400;
  color: #333;
    border: 1px solid #333;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;

}

#projects-accordion .title.ui-accordion-header.ui-state-active:after {
  content: '\f068';

  border-color: white;
}

#projects-accordion .title.ui-accordion-header:focus {
  outline: none;
}

#projects-accordion .title.ui-accordion-header:hover {
  cursor: pointer;
}

#projects-accordion .title.level-0 {
  color: #333;
  margin: 0 0 5px 0;
  font-weight: 700;
  background-color: #dddddd;
  font-family: "Arial", Helvetica, sans-serif;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  cursor: pointer;

  font-size: 12px;
  line-height: 16px;
  padding: 6px 10px 8px 40px;
}

#projects-accordion .title.level-0.green{
  color: green;
  font-weight: bold;
}

#projects-accordion .title.level-0.ui-state-active {
  background-color: #203975;
  color: #fff;
}

#projects-accordion .title.level-0.green.ui-state-active{
  background-color: green;
    color: #fff;

}



#projects-accordion .title.level-0.ui-state-active:after {
  color: #fff;
}

#projects-accordion .title.level-1{
  padding-left: 20px;
  list-style: none;
  outline: none;
  background-image: url("../images/content_list_arrow.gif");
  background-position: 0% 50%;
  background-repeat: no-repeat no-repeat;
  display: block;
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 5px 0;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
#projects-accordion .title.level-1.ui-state-active{
    color: #203975;
}

#projects-accordion .title.level-1:after {
  display: none;
}

#projects-accordion .title.level-1 a {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

#projects-accordion .menu.level-1 {
  margin-left: 25px;
}

#projects-accordion .menu.level-1 li {
  border-bottom: 1px solid #dddddd;
}

#projects-accordion .menu li {
  padding-left: 20px;
  list-style: none;
  outline: none;
  background-image: url("../images/subchild_arrow.png");
  background-position: 5px -23px;
  background-repeat: no-repeat no-repeat;
  display: block;
  padding: 0 0 0 17px;
  margin-bottom: 5px;
}
#projects-accordion .menu li:hover,
#projects-accordion .menu li.active{
  background-position: 5px 0px;
  background-color: #203975;
}

#projects-accordion .menu li:hover a,
#projects-accordion .menu li.active a{
color: white !important;
}



#projects-accordion .menu li a {
  font-size: 12px;
  line-height: 25px;
  margin: 0;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

/* #projects-accordion .menu.level-1 li a {
  font-size: 11px;
  font-weight: 400;
  background-image: url(../images/subchild_arrow.png);
  background-position: 5px -23px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #DDDDDD;

} */

#projects-accordion .title.level-1 a.text {
  font-size: 11px;
  font-weight: 400;
}

#projects-accordion .menu li a:hover {
  color: #203975;
}

.press-list {
  flex-direction: column;
  display: flex;
  gap: 25px;
}

@media only screen and (max-width: 767.98px) {
  .press-list {
    margin-bottom: 50px;
  }
}

.press-list .press-item .press-item-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}

.press-list .press-item .press-item-wrapper .text-content .title {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0px;
  color: #203975;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .press-list .press-item .press-item-wrapper .text-content .title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .press-list .press-item .press-item-wrapper .text-content .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .press-list .press-item .press-item-wrapper .text-content .title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .press-list .press-item .press-item-wrapper .text-content .title {
    font-size: 14px;
    line-height: 20px;
  }
}

.press-list .press-item .press-item-wrapper .text-content .date {
  letter-spacing: 0.48px;
  color: #203975;
  font-weight: 300;
  font-size: 12px;
  line-height: 25px;
  text-align: left;
  font-family: "Arial", Helvetica, sans-serif;
  opacity: 1;
  text-align: left;
}

.press-list .press-item .press-item-wrapper .text-content .download {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  color: #203975;
  opacity: 1;
  display: block;
  letter-spacing: 0.16px;
}

@media only screen and (max-width: 991.98px) {
  .press-list .press-item .press-item-wrapper .text-content .download {
    font-size: 12px;
    line-height: 18px;
  }
}

.press-list .press-item .press-item-wrapper .text-content:hover .title {
  color: #5890bf;
  transition: all ease-in-out 0.5s;
}

.press-list .press-item .press-item-wrapper .text-content:hover .download {
  color: #5890bf;
  transition: all ease-in-out 0.5s;
}

.activities-list {
  flex-direction: column;
  display: flex;
  gap: 15px;
}

@media only screen and (max-width: 767.98px) {
  .activities-list {
    margin-bottom: 50px;
  }
}

.activities-list .activity-item .activity-item-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
}

.activities-list .activity-item .activity-item-wrapper .text-content .title {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0px;
  color: #203975;
  opacity: 1;
}

@media only screen and (max-width: 991.98px) {
  .activities-list .activity-item .activity-item-wrapper .text-content .title {
    font-size: 12px;
    line-height: 20px;
  }
}

.activities-list .activity-item .activity-item-wrapper .text-content .date {
  letter-spacing: 0.48px;
  color: #203975;
  font-weight: 300;
  font-size: 12px;
  line-height: 25px;
  text-align: left;
  font-family: "Arial", Helvetica, sans-serif;
  opacity: 1;
  text-align: left;
}

.activities-list .activity-item .activity-item-wrapper .text-content:hover .title {
  color: #5890bf;
  transition: all ease-in-out 0.5s;
}

.activities-list .activity-item .activity-item-wrapper .text-content:hover .download {
  color: #5890bf;
  transition: all ease-in-out 0.5s;
}

.careers-wrapper .single-career {
  display: block;
}

.careers-wrapper .single-career img {
  height: 150px;
  margin-bottom: 15px;
  object-fit: cover;
}

.careers-wrapper .single-career .title {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0px;
  color: #203975;
  opacity: 1;
}

@media only screen and (max-width: 991.98px) {
  .careers-wrapper .single-career .title {
    font-size: 12px;
    line-height: 20px;
  }
}

.body-wrapper {
  overflow: hidden;
  width: 1160PX;
  max-width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .body-wrapper {
    max-width: 95%;
  }
}

@media only screen and (max-width: 767.98px) {
  .body-wrapper {
    max-width: 100%;
  }
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #383838;
  background: url(../images/bg_pattern.png);
}


.homepage-title {
  opacity: 0;
  visibility: hidden;
  height: 0;

}


.gallery-wrapper .image-wrapper {
  width: 100%;
  margin-bottom: 15px;
  border: 2px solid #ddd;
  display: block;
}

.gallery-wrapper .image-wrapper img {
  width: 100%;
  display: block;
  margin: 0;
}


.gallery-wrapper .gallery-name a {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  margin: 13px 0px;
  letter-spacing: 0px;
  display: block;
  color: #203975;
  opacity: 1;
}

.gallery-wrapper .gallery-description {

  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0px;
  color: #383838;
  opacity: 1;
  margin: 0px;
}

#main-content .container {
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 0% !important;
  padding-left: 0% !important;

}




.footermap {
  position: relative;
  display: block;
  width: 422px;
  height: 217px;
  max-width: 100%;
}

@media (max-width: 992px) {

  .footermap {
  
    margin: 90px auto;
    
  }

}
.footermap div {
  position: relative;
  height: 217px;
  width: 422px;

}

@media (max-width:430px) {

  .footermap div {
    position: relative;
    height: auto;
    width: 300px;
  
  }

}


#aToolTip {
  position: absolute;
  display: none;
  z-index: 50000;
}

#aToolTip .aToolTipContent {
  position: relative;
  margin: 0;
  padding: 0;
}

.defaultTheme {
  border: 2px solid #444;
  background: #FFF;
  width: 315px;
  color: #666;
  margin: 0;
  padding: 6px 12px;
  -moz-border-radius: 12px 12px 12px 0;
  -webkit-border-radius: 12px 12px 12px 0;
  -khtml-border-radius: 12px 12px 12px 0;
  border-radius: 12px 12px 12px 0;
  -moz-box-shadow: 2px 2px 5px #111; /* for Firefox 3.5+ */
  -webkit-box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
  box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
}

.defaultTheme #aToolTipCloseBtn {
  display: block;
  height: 18px;
  width: 18px;
  background: url(../images/closeBtn.png) no-repeat;
  text-indent: -9999px;
  outline: none;
  position: absolute;
  top: -20px;
  right: -30px;
  margin: 2px;
  padding: 4px;
}

.bh {
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  left: 248px;
  top: 79px;
}

.aus {
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  right: 28px;
  bottom: 39px;
}

.uk {
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  left: 184px;
  top: 43px;
}

.ca {
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  left: 105px;
  top: 65px;
}



.mz {
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  left: 226px;
  top: 135px;
}



.tk {
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  left: 227px;
  top: 62px;
}

.ka {
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  left: 232px;
  top: 111px;
}

.ma {
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  left: 310px;
  top: 110px;
}

.sa {
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  left: 239px;
  top: 85px;
}
.ko {
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  right: 69px;
  top: 66px;
}


@media (max-width:430px) {
  .uk {
    left: 129px;
    top: 27px;
  }
  .ca {
    left: 75px;
    top: 45px;
  }

  .mz{
    left: 160px;
    top: 96px;
  }
  .tk {

    left: 160px;
    top: 43px;
  }

  .sa {
    left: 168px;
    top: 66px;
}

.bh {
  left: 176px;
    top: 52px;
}
.ma {
  left: 218px;
  top: 73px;
}


}

.contactip .address {
  display: inline-block;
  margin: 0 0 10px 0;
}

.contactip .address span {
  display: block;
  float: left;
  width: 25px;
  height: 26px;
  background: url(../images/contact_details_icons.gif) no-repeat 0 -112px;
  margin: 0 5px 20px 0;
}

.contactip .tel {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 30px;
  background: url(../images/contact_details_icons.gif) no-repeat 0 -28px;
  margin: 0 0 10px 0;
}

.contactip .fax {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 30px;
  background: url(../images/contact_details_icons.gif) no-repeat 0 -54px;
  margin: 0 0 10px 0;
}

.contactip .email {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 0 0 30px;
  background: url(../images/contact_details_icons.gif) no-repeat 0 -85px;
  margin: 0 0 10px 0;
}

.contactip .web {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 30px;
  background: url(../images/contact_details_icons.gif) no-repeat 0 1px;
  margin: 0 0 10px 0;
}

.contactip .map {
  display: inline-block;
  height: 29px;
  line-height: 29px;
  padding: 0 0 0 30px;
  background: url(../images/contact_details_icons.gif) no-repeat 0 -144px;
  margin: 0 0 10px 0;
}

.contactip .officetitle {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  margin: 10px 0 0 0;
  letter-spacing: 0px;
  color: #203975;
  opacity: 1;
  text-transform: uppercase;
}
.srch  {
  position: relative;
}

@media only screen and (max-width: 767.98px){
  .srch  {
    margin-right: 10px;
  }

}
.srch .search {
  width: 26px;
  height: 20px;
  margin: 0px 0 0 6px;
  display: block;
}
.srch .search.colapsd {
  background: url(../images/search_icon_top.gif) no-repeat 0 0;
}

.srch .search.expnd {
  background: url(../images/search_icon_top.gif) no-repeat 0 -46px;
}


.srch form {
  position: absolute;
  display: none;
  top: 24px;
  right: -10px;
  width: 410px;
  height: 47px;

  padding: 14px 5px 5px 5px;
  background: url(../images/top_search_bg.png) no-repeat;
  z-index: 5;
}
@media only screen and (max-width: 500px){
  .srch form {
   width: 80vw;
   background-size: 100% 46px;
   padding: 15px 5px 0px 5px;

  }

}
.srch .searchfld {
  font-size: 13px;
  font-style: italic;
  line-height: 15px;
  height: 15px;
  margin: 5px;
  width: 370px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
}

.form-item-search-block-form label {
  display: none;

}

.form-item-search-block-form {
  margin: 0;
  text-indent: 5px;
}
.srch  .quick-search .content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 24px;

}
.srch .btn {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/top_search_btn.gif) no-repeat;
  float: right;
  cursor: pointer;
}

.srch  .search-input {
  width: 370px;
  font-size: 13px;
  font-style: italic;
 height: 24px;
 border: none !important;
 line-height: 8px;
  color: #666;
  margin: 0 !important;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;

}

div#edit-actions--2 {
  height: 24px;
    line-height: 24px;
}


div#edit-actions--2 input {

  width: 25px;

}

.srch .quick-search .content label {
  display:none;
}

.bcrumb {
  width: 100%;
  padding: 5px;
 background-color: #F3F3F3;
border-radius: 5px;
  margin: 0  0;
  font-size: 11px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: start;
  transform: translateY(-40px);

}

.breadcrumb {
  padding: 11px 10px;
  margin: 0 !important;
}




.bcrumb .current {
  color: #333;
}

.bcrumb span.nolink, .bcrumb a {
  padding-right: 15px;
  display: block;
  margin-right: 10px;
  color: #666;
  position: relative;
}


.bcrumb span.nolink:after, .bcrumb a:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 5px;
  line-height: 5px;
  font-family: "FontAwesome";
  content: '\f054';
  font-size: 8px;
  font-weight: 900;
  color: #666;
}



.search-results a {
  color: #203975;
  font-size: 16px;
  font-weight: 600;


}
.search-results .search-snippet-info {
  padding-left: 1em;
}


.search-results p {
  margin: 0 0 10px 0;
  font-size: 13px;

}


.footermap .link-map{
  font-size: 0 !important;
}


#sitemap-page .subsection  {
margin-bottom: 50px ;
}

#sitemap-page .subsection .block-title {
  color: #203975;
    font-size: 24px;
    font-weight: bold;
}

#sitemap-page .subsection  .menu-block-wrapper .menu {
  margin: 15px 15px 0 15px;

}

#sitemap-page .subsection  .menu-block-wrapper .menu a {
  color: #203975;
line-height: 2;

}

img.lazy {
  opacity: 0;
}
img:not(.initial) {
  transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}





.homeContent .reports-slider .reports-slider-wrapper {
  padding: 2rem 1.25rem;
  /* the parent */
}

.homeContent .reports-slider .reports-slider-wrapper .slick-slide {
  margin: 0 7px;
}

@media only screen and (max-width: 767.98px) {
  .homeContent .reports-slider .reports-slider-wrapper .slick-slide {
    margin: 0 3px;
  }
}

.homeContent .reports-slider .reports-slider-wrapper .slick-list {
  margin: 0 -7px;
}

@media only screen and (max-width: 767.98px) {
  .homeContent .reports-slider .reports-slider-wrapper .slick-list {
    margin: 0 -3px;
  }
}

.homeContent .reports-slider .reports-slider-wrapper .nomrg {
  width: 100%;
}

.homeContent .reports-slider .reports-slider-wrapper .nomrg a {
  display: block;
  text-decoration: none;
}

.homeContent .reports-slider .reports-slider-wrapper .nomrg a:hover img {
  transform: scale(1.2);
  transition: all ease-in-out 0.95s;
}

.homeContent .reports-slider .reports-slider-wrapper .nomrg a h2 {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .homeContent .reports-slider .reports-slider-wrapper .nomrg a h2 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .homeContent .reports-slider .reports-slider-wrapper .nomrg a h2 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .homeContent .reports-slider .reports-slider-wrapper .nomrg a h2 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767.98px) {
  .homeContent .reports-slider .reports-slider-wrapper .nomrg a h2 {
    font-size: 12px;
  }
}

.homeContent .reports-slider .reports-slider-wrapper .nomrg a .image-wrapper {
  display: block;
  margin: 10px auto 20px;
  overflow: hidden;
}

.homeContent .reports-slider .reports-slider-wrapper .nomrg a .image-wrapper img {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.95s;
  margin: 0px !important;
  display: block;
  padding: 0px !important;
}

.homeContent .reports-slider .reports-slider-wrapper .nomrg a span {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0px;
  color: #203975;
  opacity: 1;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .homeContent .reports-slider .reports-slider-wrapper .nomrg a span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .homeContent .reports-slider .reports-slider-wrapper .nomrg a span {
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .homeContent .reports-slider .reports-slider-wrapper .nomrg a span {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767.98px) {
  .homeContent .reports-slider .reports-slider-wrapper .nomrg a span {
    font-size: 10px;
  }
}





        #popup{
            display:none; 
            position:fixed;
            left:50%; 
            top:50%; 
            transform: translate(-50%,-50%);
            /* width:100%; 
            height:100%;  */
            /* background:rgba(0,0,0,0.1);  */
            z-index:999;

        }

        .popup-wrapper {
            width: 100%;
            height: 100%;
            display: flex;
          /* justify-content: end;
            align-items: end; */
            /* padding: 20px; */
        }

        
 
  #popUp-card {
    position: relative;
    background:#ffffff;
        width: 290px;
            border: 1px solid #dedede;
                box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  }
  #popUp-card-close {
    position: absolute;
    right: 17px;
    top: 17px;
    cursor: pointer;
    background-color: #404040;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; }
    @media (max-width: 768px) {
      #popUp-card-close {
        right: 11px;
        top: 11px;
        z-index: 99; } }
    #popUp-card-close svg {
      width: 30%;
      display: block;
      height: auto; }


    #popUp-card-content div[class^='col-'] {
      padding: 0; }
      #popUp-card-content div[class^='col-'] .image-box-item {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 !important;
        object-fit: cover; }
        @media (max-width: 768px) {
          #popUp-card-content div[class^='col-'] .image-box-item {
            max-width: 100%;
            height: auto; } }
      #popUp-card-content div[class^='col-'] .content-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        justify-content: center;
        padding: 20px 15px; }
        @media (max-width: 768px) {
          #popUp-card-content div[class^='col-'] .content-wrapper {
            gap: 15px;
            align-items: center; } }
        #popUp-card-content div[class^='col-'] .content-wrapper .title {
          display: block;
          transition: all ease-in-out 0.5s;
          text-align: center;
          font: normal normal normal 20px/1.2 Arial,Helvetica,sans-serif;
          letter-spacing: 0px;
          color: #000;
          text-transform: capitalize;
          opacity: 1; }
        
        #popUp-card-content div[class^='col-'] .content-wrapper .paragraph {
          font: normal normal 400 13px/1.5 "Arial";
          letter-spacing: 0px;
          text-align: center;
          color: #484848;
         }
        
        #popUp-card-content div[class^='col-'] .content-wrapper .links-wrapper .btn-link {
          background-color: #203975;
    background-image: none;
    border: 1px solid #203975;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    margin-bottom: 0;
    padding: 6px 12px;
    text-decoration:none;
    text-align: center;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}


