@charset "UTF-8";
:root {
  --font-outfit: "Open Sans", sans-serif;
  --font-heading: "Open Sans", sans-serif;
  /* Font Family */
  --global--font-primary: var(--font-outfit,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen-Sans,
      Ubuntu,
      Cantarell,
      "Helvetica Neue",
      sans-serif);
  --global--font-secondary: var(--font-heading,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen-Sans,
      Ubuntu,
      Cantarell,
      "Helvetica Neue",
      sans-serif);
  --global--color-primary: #2C3A90;
  --global--color-secondary: #000;
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-red: #ff0100;
  --global--color-grey: #a8a8a8;
  --global--color-border: #bfbfbf;
  --global--border-form: #b2b2b2;
  --global--color-base-text: #404040;
  --global--color-text-alt: var(--global--color-secondary);
  --global--color-fade-text: #797979;
  --global--color-fade-white: #efefef;
  --global--color-icon: #696969;
  --tw-wrap-sm: 520px;
  --tw-wrap-md: 715px;
  --tw-wrap-lg: 940px;
  --tw-wrap-xl: 1140px;
  --tw-wrap-xxl: 1280px;
  --tw-wrap-xxxl: 1550px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.clinic .slick-dots {
  bottom: 40px;
}

.slick-dots {
  position: absolute;
  bottom: 70px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 9;
  width: 100%;
}
@media (max-width: 1199px) {
  .slick-dots {
    display: none !important;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 0 15px 0 0;
  padding: 0px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
.slick-dots li button {
  display: none !important;
  background: transparent;
  border-radius: 50%;
  display: inline-block;
  height: 3px;
  width: 45px;
  padding: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  border: solid 1px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background: #2C3A90;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  display: none !important;
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots li.slick-active {
  background: #fff;
  position: relative;
}
.slick-dots li.slick-active:after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: 22px;
  height: 22px;
  border: solid 1px #fff;
  border-radius: 50%;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px !important;
  width: 40px !important;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 45%;
  background: transparent !important;
  border-radius: 0px !important;
  padding: 0;
  z-index: 9;
  outline: none;
  font-size: 0 !important;
  border: solid 1px #2C3A90 !important;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: black !important;
}
@media (max-width: 1366px) {
  .slick-prev,
  .slick-next {
    top: 42%;
  }
}
@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    top: 20%;
  }
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    top: 16%;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover,
.slick-next:hover {
  color: #2C3A90;
}

.slick-prev {
  left: -50px;
  z-index: 9;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-right: solid 2px #2C3A90 !important;
  border-top: solid 2px #2C3A90 !important;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  left: 40%;
  top: 35%;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-prev:hover:before {
  border-right: solid 2px #fff !important;
  border-top: solid 2px #fff !important;
}

.slick-next {
  right: -50px;
  z-index: 9;
}
[dir=rtl] .slick-next {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-right: solid 2px #2C3A90 !important;
  border-top: solid 2px #2C3A90 !important;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 30%;
  top: 35%;
}
[dir=rtl] .slick-next:before {
  content: "←";
}
.slick-next:hover:before {
  border-right: solid 2px #fff !important;
  border-top: solid 2px #fff !important;
}

#horizontalTab {
  position: relative;
  z-index: 2;
}

.resp-tabs-list {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resp-tabs-list li {
  display: inline-block;
  margin: 0 0 15px !important;
  padding: 0;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  list-style: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif !important;
  position: relative;
}
.resp-tabs-list li figure {
  width: 60%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .resp-tabs-list li figure {
    width: 100%;
    margin: 0 auto !important;
  }
}
@media (max-width: 767px) {
  .resp-tabs-list li figure {
    display: none !important;
  }
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-active {
  position: relative;
}
.resp-tab-active:after {
  content: "";
  position: absolute;
  width: 52px;
  height: 100%;
  right: -40px;
  top: 0px;
  background: url(assets/images/ar.png) no-repeat #fff;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 1680px) {
  .resp-tab-active:after {
    right: -40px;
  }
}
@media (max-width: 1199px) {
  .resp-tab-active:after {
    display: none;
  }
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: calc(40% - 50px);
  display: flex;
  flex-direction: column;
  background: #2C3A90;
  margin: 0 50px 0 0 !important;
  padding: 0 !important;
}
@media (max-width: 1199px) {
  .resp-vtabs ul.resp-tabs-list {
    padding: 20px !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 !important;
  }
}
@media (max-width: 1023px) {
  .resp-vtabs ul.resp-tabs-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .resp-vtabs ul.resp-tabs-list {
    margin-bottom: 15px !important;
  }
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  margin: 0;
  cursor: pointer;
  float: none;
  width: 100%;
}
@media (max-width: 1199px) {
  .resp-vtabs .resp-tabs-list li {
    width: 40%;
    margin: 5px !important;
    background-color: #fff;
    border-radius: 0 !important;
  }
}
@media (max-width: 767px) {
  .resp-vtabs .resp-tabs-list li {
    display: none;
  }
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 60%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
@media (max-width: 1199px) {
  .resp-vtabs .resp-tabs-container {
    width: 100%;
    margin-bottom: 30px;
  }
}

.resp-vtabs .resp-tab-content {
  border: solid 1px #DBDBDB;
  border-radius: 0 15px 15px 0;
}
@media (max-width: 1199px) {
  .resp-vtabs .resp-tab-content {
    border-radius: 0 !important;
    padding: 15px;
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .resp-vtabs .resp-tab-content {
    margin: 20px 0;
  }
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1199px) {
  .resp-vtabs li.resp-tab-active {
    border-radius: 0 !important;
  }
}

.resp-arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 30px;
  line-height: 1;
  position: absolute;
  right: 10px;
  transform-origin: center center;
  transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  top: 30%;
  width: 30px;
}
.resp-arrow:before {
  border-right: 1px solid var(--global--color-black);
  border-top: 1px solid var(--global--color-black);
  content: "";
  height: 10px;
  width: 10px;
}

h2.resp-tab-active span.resp-arrow {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 40%;
}

/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block;
}

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

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    margin-top: 10px;
    position: relative;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    padding: 15px;
    border: solid 3px #2C3A90;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  h2.resp-accordion figure {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  h2.resp-tab-active {
    background-color: #fff;
    border: solid 3px #000;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: both;
    margin: 50px 0 0;
  }
  .resp-accordion-closed {
    display: none !important;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
  margin: 0 !important;
}

.fancybox-active {
  height: auto;
}

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

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

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

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.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: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.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;
  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;
  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--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  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;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-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-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  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;
  user-select: none;
  width: 100% !important;
}

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

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

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

.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 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  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;
}

.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--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

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

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.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;
}

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

.fancybox-caption {
  background: linear-gradient(0deg, 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%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(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;
}

.fancybox-loading {
  animation: a 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: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.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: translateZ(0);
}

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

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

.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: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

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

.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: scaleX(1) translateZ(0);
}

.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: translateZ(0) scale(1);
}

@media (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: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.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;
}

.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;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  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;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  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 {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  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: 0.5;
}

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

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.tw-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  top: 0;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .modal-close-wrapper {
  background-color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tw-modal-wrapper .tw-modal-container {
  background-color: var(--global--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  padding: 25px;
  position: relative;
  z-index: 3;
}
.tw-modal-wrapper .tw-modal-close-button {
  background-color: var(--global--color-primary);
  border: 0 !important;
  border-top-right-radius: 6px;
  color: var(--global--color-white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 300;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
}
.tw-modal-wrapper .tw-modal-close-button:hover {
  background-color: var(--global--color-secondary);
}
.tw-modal-wrapper .tw-modal-header {
  color: var(--global--color-secondary);
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.tw-modal-wrapper .tw-modal-body {
  margin-top: 15px;
  padding-top: 10px;
}
.tw-modal-wrapper.fullwidthPopup {
  padding: 0;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  background-color: transparent;
  box-shadow: none;
}
.tw-modal-wrapper.fullwidthPopup .image_col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tw-modal-wrapper.fullwidthPopup .form_col {
  background-color: var(--global--color-primary);
  padding: 20px;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: var(--global--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  background-color: var(--global--color-black);
}
@media (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col,
  .tw-modal-wrapper.fullwidthPopup .form_col {
    flex: 0 0 50%;
    height: 100%;
    width: 50%;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {
    background-color: var(--global--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    color: var(--global--color-white);
    content: "Close";
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    text-transform: uppercase;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:hover:before {
    color: var(--global--color-primary);
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
  }
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  max-width: 600px;
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  max-width: 900px;
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 600px;
  width: 600px;
}
@media (max-width: 767px) {
  .tw-modal-wrapper.modal-md .tw-modal-container {
    width: 100%;
    max-width: 100%;
  }
}
.tw-modal-wrapper.showed {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
@media (min-width: 768px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 40px 40px 0px 40px;
  }
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
  }
  .tw-modal-wrapper .tw-modal-header {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
  .tw-modal-wrapper .tw-modal-body {
    margin-top: 12px;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.tw-modal-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .heading_wrapper {
  flex-flow: column wrap;
}
.tw-modal-wrapper.showed {
  display: flex;
}

.tw-modal-container form {
  margin: 20px 0 0 0;
}
.tw-modal-container ::-webkit-input-placeholder {
  color: #67686b !important;
  opacity: 1;
  font-size: 18px !important;
}
@media (max-width: 1600px) {
  .tw-modal-container ::-webkit-input-placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .tw-modal-container ::-webkit-input-placeholder {
    font-size: 13px;
  }
}
.tw-modal-container :-moz-placeholder {
  color: #67686b !important;
  opacity: 1;
  font-size: 18px !important;
}
@media (max-width: 1600px) {
  .tw-modal-container :-moz-placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .tw-modal-container :-moz-placeholder {
    font-size: 13px;
  }
}
.tw-modal-container ::-moz-placeholder {
  color: #67686b !important;
  opacity: 1;
  font-size: 18px !important;
}
@media (max-width: 1600px) {
  .tw-modal-container ::-moz-placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .tw-modal-container ::-moz-placeholder {
    font-size: 13px;
  }
}
.tw-modal-container :-ms-input-placeholder {
  color: #67686b !important;
  opacity: 1;
  font-size: 18px !important;
}
@media (max-width: 1600px) {
  .tw-modal-container :-ms-input-placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .tw-modal-container :-ms-input-placeholder {
    font-size: 13px;
  }
}
.tw-modal-container label, .tw-modal-container .frm_ajax_loading {
  display: none !important;
}
.tw-modal-container input,
.tw-modal-container textarea {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid 2px #afb1b7 !important;
  padding: 15px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 18px;
  box-shadow: none !important;
}
@media (max-width: 1600px) {
  .tw-modal-container input,
  .tw-modal-container textarea {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tw-modal-container input,
  .tw-modal-container textarea {
    font-size: 14px;
  }
}
.tw-modal-container input:focus,
.tw-modal-container textarea:focus {
  box-shadow: none !important;
}
.tw-modal-container textarea {
  height: 70px !important;
  resize: none;
}
.tw-modal-container .frm_submit {
  text-align: right;
}
.tw-modal-container .frm_submit input[type=submit] {
  background: #2C3A90 !important;
  height: 60px !important;
  width: 170px !important;
  border: none !important;
  color: #fff !important;
  font-size: 22px !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  font-family: "Roboto", sans-serif;
}
.tw-modal-container .frm_submit input[type=submit]:hover {
  background-color: #000 !important;
}
@media (max-width: 1199px) {
  .tw-modal-container .frm_submit input[type=submit] {
    height: 50px !important;
    width: 150px !important;
    font-size: 16px !important;
    margin-right: 0;
  }
}

.elementor-widget-button .elementor-button-wrapper .elementor-button,
.elementor-widget-button .elementor-button-wrapper a {
  display: inline-flex !important;
  justify-content: center;
  align-items: center !important;
  background-color: var(--global--color-secondary);
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  height: 36px;
  padding: 0 10px !important;
  position: relative;
  font-family: "Open Sans", sans-serif;
  border: none !important;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper,
.elementor-widget-button .elementor-button-wrapper a .elementor-button-content-wrapper {
  align-items: center !important;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button svg,
.elementor-widget-button .elementor-button-wrapper a svg {
  fill: var(--global--color-primary);
  height: 18px;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button i,
.elementor-widget-button .elementor-button-wrapper a i {
  display: none;
  line-height: 0;
  margin-left: -28px;
  margin-top: 5px;
  opacity: 0;
  padding-left: 10px;
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button > *,
.elementor-widget-button .elementor-button-wrapper a > * {
  position: relative;
  z-index: 3;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:hover i,
.elementor-widget-button .elementor-button-wrapper a:hover i {
  opacity: 1;
  margin-left: 0;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:focus, .elementor-widget-button .elementor-button-wrapper .elementor-button:visited,
.elementor-widget-button .elementor-button-wrapper a:focus,
.elementor-widget-button .elementor-button-wrapper a:visited {
  color: var(--global--color-white);
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:hover,
.elementor-widget-button .elementor-button-wrapper a:hover {
  background-color: #2C3A90 !important;
  color: #fff !important;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:not(:last-child),
.elementor-widget-button .elementor-button-wrapper a:not(:last-child) {
  margin-right: 15px;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button i,
.elementor-widget-button .elementor-button-wrapper a i {
  display: none !important;
}
@media (min-width: 320px) {
  .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 50px;
  }
}
@media (min-width: 1600px) {
  .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 65px;
  }
}
@media (min-width: 1850px) {
  .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a {
    margin-top: 5px;
  }
  .elementor-widget-button .elementor-button-wrapper .elementor-button:not(:last-child),
  .elementor-widget-button .elementor-button-wrapper a:not(:last-child) {
    margin-right: 7px;
  }
}
.elementor-widget-button.no-after .elementor-button,
.elementor-widget-button.no-after a {
  color: var(--global--color-primary) !important;
}
.elementor-widget-button.no-after .elementor-button svg,
.elementor-widget-button.no-after a svg {
  fill: var(--global--color-primary);
}
.elementor-widget-button.no-after .elementor-button:hover,
.elementor-widget-button.no-after a:hover {
  color: var(--global--color-secondary) !important;
}
.elementor-widget-button.no-after .elementor-button:hover svg,
.elementor-widget-button.no-after a:hover svg {
  fill: var(--global--color-secondary);
}
.elementor-widget-button.no-after .elementor-button:after,
.elementor-widget-button.no-after a:after {
  display: none !important;
}

@media (min-width: 320px) {
  .icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button,
  .icon-show.elementor-widget-button .elementor-button-wrapper a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1200px) {
  .icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button,
  .icon-show.elementor-widget-button .elementor-button-wrapper a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button,
  .icon-show.elementor-widget-button .elementor-button-wrapper a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1850px) {
  .icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button,
  .icon-show.elementor-widget-button .elementor-button-wrapper a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon,
.icon-show.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon {
  margin-left: 20px !important;
}
.icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon i,
.icon-show.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon i {
  display: block !important;
  opacity: 1;
  width: 20px;
  height: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon i,
  .icon-show.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon i {
    width: 13px;
    height: 15px;
  }
}
.icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon i:before,
.icon-show.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon i:before {
  position: absolute;
  left: 0;
  top: 7px;
}
.icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button:hover .elementor-button-icon,
.icon-show.elementor-widget-button .elementor-button-wrapper a:hover .elementor-button-icon {
  margin-left: 0px !important;
}

.icon-btn .elementor-button-wrapper .elementor-button,
.icon-btn .elementor-button-wrapper a {
  padding-left: 20px !important;
  padding-right: 10px !important;
}
@media (min-width: 1200px) {
  .icon-btn .elementor-button-wrapper .elementor-button,
  .icon-btn .elementor-button-wrapper a {
    padding-left: 25px !important;
    padding-right: 7px !important;
  }
}
@media (min-width: 1600px) {
  .icon-btn .elementor-button-wrapper .elementor-button,
  .icon-btn .elementor-button-wrapper a {
    padding-left: 30px !important;
    padding-right: 7px !important;
  }
}
@media (min-width: 1850px) {
  .icon-btn .elementor-button-wrapper .elementor-button,
  .icon-btn .elementor-button-wrapper a {
    padding-right: 7px !important;
  }
}
.icon-btn .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper,
.icon-btn .elementor-button-wrapper a .elementor-button-content-wrapper {
  align-items: center;
}
.icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon,
.icon-btn .elementor-button-wrapper a .elementor-button-icon {
  background: #fcd373;
  border-radius: 5px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
@media (max-width: 1680px) {
  .icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon,
  .icon-btn .elementor-button-wrapper a .elementor-button-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1599px) {
  .icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon,
  .icon-btn .elementor-button-wrapper a .elementor-button-icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon,
  .icon-btn .elementor-button-wrapper a .elementor-button-icon {
    width: 25px;
    height: 25px;
  }
}
.icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon svg,
.icon-btn .elementor-button-wrapper a .elementor-button-icon svg {
  height: 20px;
  width: 20px;
}
@media (max-width: 1599px) {
  .icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon svg,
  .icon-btn .elementor-button-wrapper a .elementor-button-icon svg {
    width: 15px;
    height: 15px;
  }
}

.btn-sm .elementor-button-wrapper .elementor-button,
.btn-sm .elementor-button-wrapper a {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  height: 36px;
}
@media (min-width: 768px) {
  .btn-sm .elementor-button-wrapper .elementor-button,
  .btn-sm .elementor-button-wrapper a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 36px;
  }
}
@media (min-width: 1200px) {
  .btn-sm .elementor-button-wrapper .elementor-button,
  .btn-sm .elementor-button-wrapper a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 34px;
  }
}
@media (min-width: 1600px) {
  .btn-sm .elementor-button-wrapper .elementor-button,
  .btn-sm .elementor-button-wrapper a {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 45px;
  }
}
@media (min-width: 1850px) {
  .btn-sm .elementor-button-wrapper .elementor-button,
  .btn-sm .elementor-button-wrapper a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .btn-sm .elementor-button-wrapper .elementor-button i,
  .btn-sm .elementor-button-wrapper a i {
    margin-top: 1px !important;
  }
}

.btn-md .elementor-button-wrapper .elementor-button,
.btn-md .elementor-button-wrapper a {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 1200px) {
  .btn-md .elementor-button-wrapper .elementor-button,
  .btn-md .elementor-button-wrapper a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .btn-md .elementor-button-wrapper .elementor-button,
  .btn-md .elementor-button-wrapper a {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .btn-md .elementor-button-wrapper .elementor-button,
  .btn-md .elementor-button-wrapper a {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}

.btn-lg .elementor-button-wrapper .elementor-button,
.btn-lg .elementor-button-wrapper a {
  font-size: 16px !important;
  font-size: 1rem !important;
  height: 38px;
}
@media (min-width: 768px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 42px;
  }
}
@media (min-width: 1600px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    height: 52px;
  }
}
@media (min-width: 1850px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    height: 58px;
  }
}

.btn-xl .elementor-button-wrapper .elementor-button,
.btn-xl .elementor-button-wrapper a {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  height: 42px;
}
@media (min-width: 768px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    height: 54px;
  }
}
@media (min-width: 1200px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    height: 50px;
  }
}
@media (min-width: 1600px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 30px !important;
    font-size: 1.875rem !important;
    height: 70px;
  }
}
@media (min-width: 1850px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 32px !important;
    font-size: 2rem !important;
    height: 80px;
  }
}

.btn-primary .elementor-button-wrapper .elementor-button,
.btn-primary .elementor-button-wrapper a {
  background-color: var(--global--color-primary) !important;
  color: var(--global--color-white) !important;
}
.btn-primary .elementor-button-wrapper .elementor-button:hover,
.btn-primary .elementor-button-wrapper a:hover {
  background-color: var(--global--color-secondary) !important;
}

.btn-secondary .elementor-button-wrapper .elementor-button,
.btn-secondary .elementor-button-wrapper a {
  background-color: var(--global--color-secondary) !important;
  color: var(--global--color-white) !important;
}
.btn-secondary .elementor-button-wrapper .elementor-button:hover,
.btn-secondary .elementor-button-wrapper a:hover {
  background-color: var(--global--color-black) !important;
  color: var(--global--color-primary) !important;
}

.btn-white .elementor-button-wrapper .elementor-button,
.btn-white .elementor-button-wrapper .btn,
.btn-white .elementor-button-wrapper .btnsNew,
.btn-white .elementor-widget-button .elementor-button-wrapper a,
.elementor-widget-button .btn-white .elementor-button-wrapper a,
.btn-white .elementor-button-wrapper a {
  color: var(--global--color-black) !important;
  background-color: var(--global--color-white) !important;
  border: none !important;
}
.btn-white .elementor-button-wrapper .elementor-button:hover,
.btn-white .elementor-button-wrapper .btn:hover,
.btn-white .elementor-button-wrapper .btnsNew:hover,
.btn-white .elementor-button-wrapper a:hover {
  background-color: var(--global--color-primary) !important;
  color: var(--global--color-white) !important;
}

.btn-text-white .elementor-button-wrapper .elementor-button,
.btn-text-white .elementor-button-wrapper a {
  color: var(--global--color-white) !important;
}
.btn-text-white .elementor-button-wrapper .elementor-button:hover,
.btn-text-white .elementor-button-wrapper a:hover {
  color: var(--global--color-primary) !important;
}

.no-style .elementor-button-wrapper .elementor-button,
.no-style .elementor-button-wrapper a {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--global--color-secondary) !important;
  font-weight: 500 !important;
  height: auto !important;
  padding: 0 !important;
}
.no-style .elementor-button-wrapper .elementor-button svg,
.no-style .elementor-button-wrapper a svg {
  fill: var(--global--color-primary);
  height: 16px;
}
.no-style .elementor-button-wrapper .elementor-button i,
.no-style .elementor-button-wrapper a i {
  margin-left: 0;
  margin-top: 3px;
  opacity: 1;
  padding-left: 10px;
}
.no-style .elementor-button-wrapper .elementor-button:hover,
.no-style .elementor-button-wrapper a:hover {
  background-color: transparent !important;
  color: var(--global--color-primary) !important;
}
.no-style .elementor-button-wrapper .elementor-button:hover i,
.no-style .elementor-button-wrapper a:hover i {
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .no-style .elementor-button-wrapper .elementor-button svg,
  .no-style .elementor-button-wrapper a svg {
    height: 18px;
  }
}
@media (min-width: 1600px) {
  .no-style .elementor-button-wrapper .elementor-button svg,
  .no-style .elementor-button-wrapper a svg {
    height: 22px;
  }
}
.no-style.btn-text-primary .elementor-button-wrapper .elementor-button,
.no-style.btn-text-primary .elementor-button-wrapper a {
  color: var(--global--color-primary) !important;
}
.no-style.btn-text-primary .elementor-button-wrapper .elementor-button svg,
.no-style.btn-text-primary .elementor-button-wrapper a svg {
  fill: var(--global--color-primary);
}
.no-style.btn-text-primary .elementor-button-wrapper .elementor-button:hover,
.no-style.btn-text-primary .elementor-button-wrapper a:hover {
  color: var(--global--color-secondary) !important;
}
.no-style.btn-text-primary .elementor-button-wrapper .elementor-button:hover svg,
.no-style.btn-text-primary .elementor-button-wrapper a:hover svg {
  fill: var(--global--color-secondary);
}
.no-style.btn-text-white .elementor-button-wrapper .elementor-button,
.no-style.btn-text-white .elementor-button-wrapper a {
  color: var(--global--color-white) !important;
}
.no-style.btn-text-white .elementor-button-wrapper .elementor-button svg,
.no-style.btn-text-white .elementor-button-wrapper a svg {
  fill: var(--global--color-white);
}
.no-style.btn-text-white .elementor-button-wrapper .elementor-button:hover,
.no-style.btn-text-white .elementor-button-wrapper a:hover {
  color: var(--global--color-secondary) !important;
}
.no-style.btn-text-white .elementor-button-wrapper .elementor-button:hover svg,
.no-style.btn-text-white .elementor-button-wrapper a:hover svg {
  fill: var(--global--color-secondary);
}
.no-style.btn-hover-white .elementor-button-wrapper .elementor-button:hover,
.no-style.btn-hover-white .elementor-button-wrapper a:hover {
  color: var(--global--color-white) !important;
}
.no-style.btn-hover-white .elementor-button-wrapper .elementor-button:hover svg,
.no-style.btn-hover-white .elementor-button-wrapper a:hover svg {
  fill: var(--global--color-white);
}
.no-style.text-xs .elementor-button-wrapper .elementor-button,
.no-style.text-xs .elementor-button-wrapper a {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}
.no-style.text-xs .elementor-button-wrapper .elementor-button svg,
.no-style.text-xs .elementor-button-wrapper a svg {
  height: 15px;
}
@media (min-width: 1200px) {
  .no-style.text-xs .elementor-button-wrapper .elementor-button,
  .no-style.text-xs .elementor-button-wrapper a {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .no-style.text-xs .elementor-button-wrapper .elementor-button svg,
  .no-style.text-xs .elementor-button-wrapper a svg {
    height: 17px;
  }
}
@media (min-width: 1600px) {
  .no-style.text-xs .elementor-button-wrapper .elementor-button,
  .no-style.text-xs .elementor-button-wrapper a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .no-style.text-xs .elementor-button-wrapper .elementor-button svg,
  .no-style.text-xs .elementor-button-wrapper a svg {
    height: 19px;
  }
}

/* Progress bar */
.progress-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #f0f0f0;
  z-index: 9999;
}

.progress-bar {
  height: 100%;
  background-color: #2C3A90;
  transition: all 0.3s ease;
}

/* progress circle */
.progress-circle-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .progress-circle-container {
    display: none !important;
  }
}

.progress-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2C3A90;
}
@media (max-width: 1366px) {
  .progress-circle {
    width: 50px;
    height: 50px;
  }
}

.progress-circle-bar {
  fill: none;
  stroke: black;
  stroke-width: 5;
  stroke-dasharray: 283;
  stroke-dashoffset: 0;
  transform-origin: center;
  transition: stroke-dashoffset 0.3s ease;
}

.progress-background {
  fill: transparent;
  stroke: #ededed;
  stroke-width: 5;
  stroke-dasharray: none;
}

.scroll-to-top {
  position: absolute;
  height: 85%;
  width: 85%;
  background-color: #2C3A90;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}

.scroll-to-top svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: white;
  transition: all 0.1s ease;
}

@font-face {
  font-family: "The Seasons";
  src: url("assets/fonts/TheSeasonsBold.eot");
  src: url("assets/fonts/TheSeasonsBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TheSeasonsBold.woff2") format("woff2"), url("assets/fonts/TheSeasonsBold.woff") format("woff"), url("assets/fonts/TheSeasonsBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "The Seasons";
  src: url("assets/fonts/TheSeasonsLight.eot");
  src: url("assets/fonts/TheSeasonsLight.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TheSeasonsLight.woff2") format("woff2"), url("assets/fonts/TheSeasonsLight.woff") format("woff"), url("assets/fonts/TheSeasonsLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "The Seasons";
  src: url("assets/fonts/TheSeasonsRegular.eot");
  src: url("assets/fonts/TheSeasonsRegular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TheSeasonsRegular.woff2") format("woff2"), url("assets/fonts/TheSeasonsRegular.woff") format("woff"), url("assets/fonts/TheSeasonsRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-BoldItalic.eot");
  src: url("assets/fonts/HKGrotesk-BoldItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-BoldItalic.woff2") format("woff2"), url("assets/fonts/HKGrotesk-BoldItalic.woff") format("woff"), url("assets/fonts/HKGrotesk-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-Bold.eot");
  src: url("assets/fonts/HKGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-Bold.woff2") format("woff2"), url("assets/fonts/HKGrotesk-Bold.woff") format("woff"), url("assets/fonts/HKGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-Black.eot");
  src: url("assets/fonts/HKGrotesk-Black.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-Black.woff2") format("woff2"), url("assets/fonts/HKGrotesk-Black.woff") format("woff"), url("assets/fonts/HKGrotesk-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-Italic.eot");
  src: url("assets/fonts/HKGrotesk-Italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-Italic.woff2") format("woff2"), url("assets/fonts/HKGrotesk-Italic.woff") format("woff"), url("assets/fonts/HKGrotesk-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-ExtraBold.eot");
  src: url("assets/fonts/HKGrotesk-ExtraBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-ExtraBold.woff2") format("woff2"), url("assets/fonts/HKGrotesk-ExtraBold.woff") format("woff"), url("assets/fonts/HKGrotesk-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-Light.eot");
  src: url("assets/fonts/HKGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-Light.woff2") format("woff2"), url("assets/fonts/HKGrotesk-Light.woff") format("woff"), url("assets/fonts/HKGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-Regular.eot");
  src: url("assets/fonts/HKGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-Regular.woff2") format("woff2"), url("assets/fonts/HKGrotesk-Regular.woff") format("woff"), url("assets/fonts/HKGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-LightItalic.eot");
  src: url("assets/fonts/HKGrotesk-LightItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-LightItalic.woff2") format("woff2"), url("assets/fonts/HKGrotesk-LightItalic.woff") format("woff"), url("assets/fonts/HKGrotesk-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-MediumItalic.eot");
  src: url("assets/fonts/HKGrotesk-MediumItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-MediumItalic.woff2") format("woff2"), url("assets/fonts/HKGrotesk-MediumItalic.woff") format("woff"), url("assets/fonts/HKGrotesk-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-Medium.eot");
  src: url("assets/fonts/HKGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-Medium.woff2") format("woff2"), url("assets/fonts/HKGrotesk-Medium.woff") format("woff"), url("assets/fonts/HKGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-SemiBoldItalic.eot");
  src: url("assets/fonts/HKGrotesk-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-SemiBoldItalic.woff2") format("woff2"), url("assets/fonts/HKGrotesk-SemiBoldItalic.woff") format("woff"), url("assets/fonts/HKGrotesk-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-SemiBold.eot");
  src: url("assets/fonts/HKGrotesk-SemiBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-SemiBold.woff2") format("woff2"), url("assets/fonts/HKGrotesk-SemiBold.woff") format("woff"), url("assets/fonts/HKGrotesk-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* =====     Forms     ===== */
input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
input:focus {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}

form {
  *zoom: 1;
}
form:after, form:before {
  content: "";
  display: block;
}
form:after {
  clear: both;
}

.fs-form_elements {
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  .fs-form_elements {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-form_elements {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-form_elements {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

::-webkit-input-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  ::-webkit-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  ::-webkit-input-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  ::-webkit-input-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

:-moz-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  :-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  :-moz-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  :-moz-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

::-moz-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  ::-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  ::-moz-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  ::-moz-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

:-ms-input-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  :-ms-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  :-ms-input-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  :-ms-input-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

label {
  line-height: 1;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  label {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  label {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  label {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

.form-elements,
textarea,
select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: var(--global--color-box-bg);
  border: 1px solid var(--global--color-border) !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  outline: none !important;
  outline-offset: 0;
  padding: 0 15px !important;
  text-transform: none;
  width: 100%;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  .form-elements,
  textarea,
  select {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .form-elements,
  textarea,
  select {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .form-elements,
  textarea,
  select {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

.form-elements,
select {
  height: 46px;
}
@media (min-width: 768px) {
  .form-elements,
  select {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .form-elements,
  select {
    height: 38px;
  }
}
@media (min-width: 1600px) {
  .form-elements,
  select {
    height: 54px;
  }
}
@media (min-width: 1850px) {
  .form-elements,
  select {
    height: 58px;
  }
}

textarea {
  height: 100px;
  padding-bottom: 5px !important;
  padding-top: 10px !important;
  resize: none;
}
@media (min-width: 768px) {
  textarea {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  textarea {
    height: 90px;
  }
}
@media (min-width: 1600px) {
  textarea {
    height: 115px;
  }
}
@media (min-width: 1850px) {
  textarea {
    height: 130px;
  }
}

select {
  background-image: url(assets/images/dropdown-arrow.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  outline: none;
  /* &:invalid {
    color: #9d9d9d;
  }
  [disabled] {
    color: #9d9d9d;
  } */
}
select option {
  color: var(--global--color-secondary);
  text-transform: none;
}
select:focus, select:active {
  outline: none;
}
@media (min-width: 1600px) {
  select {
    background-size: 18px 9px;
  }
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-color: #3a6596;
  display: block;
  color: #fff;
}

.input-holder {
  position: relative;
  width: 100%;
}
.input-holder.error input,
.input-holder.error textarea {
  border-color: var(--global--color-red);
}
.input-holder .error {
  background-color: var(--global--color-red);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--global--color-white);
  display: inline-block;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  left: 0;
  padding: 2px 3px;
  position: absolute;
  top: -20px;
}
@media (min-width: 1600px) {
  .input-holder .error {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.input-holder .error:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--global--color-red);
  bottom: -5px;
  content: "";
  left: 10px;
  position: absolute;
}
.input-holder:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .input-holder:not(:last-child) {
    margin-bottom: 15px;
  }
}

.modal-dialog {
  max-width: 700px;
}

.modal-body {
  padding: 30px;
}

/* == Radio buttons == */
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio input[type=radio] + label {
  color: var(--global--color-black);
  cursor: pointer;
}
.custom-radio input[type=radio] + label i {
  background-color: var(--global--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid var(--global--color-secondary);
  display: inline-block;
  height: 16px;
  margin: -5px 7px 0 0;
  position: relative;
  vertical-align: middle;
  width: 16px;
}
.custom-radio input[type=radio] + label i:before {
  background-color: var(--global--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  display: block;
  height: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  width: 70%;
}
.custom-radio input[type=radio]:checked + label {
  color: var(--global--color-primary);
}
.custom-radio input[type=radio]:checked + label i {
  border-color: var(--global--color-primary);
}
.custom-radio input[type=radio]:checked + label i:before {
  background-color: var(--global--color-primary);
  height: 62%;
  width: 62%;
}
.custom-radio input[type=radio]:checked + label span {
  color: var(--global--color-primary);
}
.custom-radio input[type=radio]:disabled, .custom-radio input[type=radio]:disabled + label {
  cursor: not-allowed;
  opacity: 0.6;
  text-decoration: line-through;
}
@media (max-width: 1199px) {
  .custom-radio input[type=radio] + label i {
    height: 12px;
    width: 12px;
  }
}

.form_white ::-webkit-input-placeholder {
  color: var(--global--color-white);
}
.form_white :-moz-placeholder {
  color: var(--global--color-white);
}
.form_white ::-moz-placeholder {
  color: var(--global--color-white);
}
.form_white :-ms-input-placeholder {
  color: var(--global--color-white);
}
.form_white .form-elements,
.form_white textarea,
.form_white select {
  border-bottom-color: var(--global--color-white);
  color: var(--global--color-white);
}
.form_white select {
  background-image: url(assets/images/dropdown-arrow-white.png);
}

.popUp_form .form-elements,
.popUp_form textarea {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.tw-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  display: none !important;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  top: 0;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .modal-close-wrapper {
  background-color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tw-modal-wrapper .tw-modal-container {
  background-color: var(--global--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  padding: 25px;
  position: relative;
  z-index: 3;
}
.tw-modal-wrapper .tw-modal-close-button {
  background-color: #000;
  border: 0 !important;
  border-top-right-radius: 6px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 300;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
}
.tw-modal-wrapper .tw-modal-close-button:hover {
  color: #fff;
  opacity: 0.8;
}
.tw-modal-wrapper .tw-modal-header {
  color: #000;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.tw-modal-wrapper .tw-modal-body {
  margin-top: 15px;
  padding-top: 10px;
}
.tw-modal-wrapper.fullwidthPopup {
  padding: 0;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  background-color: transparent;
  box-shadow: none;
}
.tw-modal-wrapper.fullwidthPopup .image_col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tw-modal-wrapper.fullwidthPopup .form_col {
  background-color: var(--global--color-primary);
  padding: 20px;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: var(--global--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  background-color: var(--global--color-black);
}
@media (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col,
  .tw-modal-wrapper.fullwidthPopup .form_col {
    flex: 0 0 50%;
    height: 100%;
    width: 50%;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {
    background-color: var(--global--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    color: var(--global--color-white);
    content: "Close";
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    text-transform: uppercase;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:hover:before {
    color: var(--global--color-primary);
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
  }
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  width: 800px !important;
}
@media (max-width: 1023px) {
  .tw-modal-wrapper.fullwidthPopup .tw-modal-container {
    width: 100% !important;
  }
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  max-width: 900px;
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 800px;
}
.tw-modal-wrapper.showed {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  display: block !important;
}
@media (min-width: 320px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 20px;
  }
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
  }
  .tw-modal-wrapper .tw-modal-close-button:hover {
    background-color: #000 !important;
  }
  .tw-modal-wrapper .tw-modal-header {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .tw-modal-wrapper .tw-modal-body {
    margin-top: 12px;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 40px 40px 10px 40px;
  }
  .tw-modal-wrapper .tw-modal-header {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1600px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}

.tw-modal-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .heading_wrapper {
  flex-flow: column wrap;
}
.tw-modal-wrapper.showed {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.tw-modal-wrapper .input-holder input {
  border-bottom: solid 2px #E57D25;
  padding: 15px 0 15px 0;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 0px !important;
}
@media (max-width: 1440px) {
  .tw-modal-wrapper .input-holder input {
    padding: 15px 0 12px;
  }
}
.tw-modal-wrapper .input-holder textarea {
  border-bottom: solid 2px #E57D25 !important;
  padding: 45px 0 15px 0 !important;
  width: 100%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  height: 90px;
}
.tw-modal-wrapper .input-holder .sel {
  position: relative;
}
.tw-modal-wrapper .input-holder .sel select {
  width: 100%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid 2px #E57D25 !important;
  border-radius: 0 !important;
  padding: 13px 0 !important;
  color: #687b81 !important;
  height: auto !important;
}
@media (max-width: 1199px) {
  .tw-modal-wrapper .input-holder .sel select {
    padding: 11px 0 !important;
  }
}
.tw-modal-wrapper .input-holder .sel select option {
  color: #2C3A90 !important;
  opacity: 1 !important;
}
.tw-modal-wrapper .input-holder .sel:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(135deg);
}

.modal-dialog {
  background: transparent !important;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 100% !important;
  }
}

.tw-modal-container {
  width: 700px !important;
}
@media (max-width: 767px) {
  .tw-modal-container {
    width: 100% !important;
  }
}
.tw-modal-container form {
  margin: 20px 0 0;
}
.tw-modal-container form .input-holder {
  margin-bottom: 10px;
}
.tw-modal-container .submit-wrap {
  text-align: right;
  width: 100%;
}
.tw-modal-container .submit-wrap .btn {
  margin-top: 15px !important;
}
@media (min-width: 320px) {
  .tw-modal-container .submit-wrap .btn {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .tw-modal-container .submit-wrap .btn {
    height: 50px !important;
  }
}
.tw-modal-container .submit-wrap button[type=submit] {
  height: 50px !important;
  padding: 0 25px;
}
@media (max-width: 1199px) {
  .tw-modal-container .submit-wrap button[type=submit] {
    height: 45px;
  }
}
.tw-modal-container .submit-wrap button[type=submit]:hover {
  background: #000;
}
.tw-modal-container .half-width {
  width: 48%;
}
@media (max-width: 767px) {
  .tw-modal-container .half-width {
    width: 100%;
  }
}
.tw-modal-container .full-width {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tw-modal-container .full-width {
    flex-wrap: wrap;
  }
}
.tw-modal-container .full-width:after, .tw-modal-container .full-width:before {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--global--color-heading) !important;
  display: block;
  font-weight: 500 !important;
  line-height: 1.2;
  margin: 0 0 10px !important;
  padding: 0;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif !important;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: inherit !important;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  background-color: transparent;
  color: var(--global--color-primary);
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--global--color-secondary);
}
h1 + p, h1 + ul, h1 + ol, h1 + blockquote,
h2 + p,
h2 + ul,
h2 + ol,
h2 + blockquote,
h3 + p,
h3 + ul,
h3 + ol,
h3 + blockquote,
h4 + p,
h4 + ul,
h4 + ol,
h4 + blockquote,
h5 + p,
h5 + ul,
h5 + ol,
h5 + blockquote,
h6 + p,
h6 + ul,
h6 + ol,
h6 + blockquote {
  margin-bottom: 0;
  margin-top: 5px;
}
@media (min-width: 1600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 15px;
  }
  h1 + p, h1 + ul, h1 + ol, h1 + blockquote,
  h2 + p,
  h2 + ul,
  h2 + ol,
  h2 + blockquote,
  h3 + p,
  h3 + ul,
  h3 + ol,
  h3 + blockquote,
  h4 + p,
  h4 + ul,
  h4 + ol,
  h4 + blockquote,
  h5 + p,
  h5 + ul,
  h5 + ol,
  h5 + blockquote,
  h6 + p,
  h6 + ul,
  h6 + ol,
  h6 + blockquote {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.titleSize-70 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media (min-width: 768px) {
  .titleSize-70 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-70 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-70 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-70 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}

.titleSize-65 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media (min-width: 768px) {
  .titleSize-65 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-65 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-65 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-65 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}

.titleSize-60 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media (min-width: 768px) {
  .titleSize-60 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1300px) {
  .titleSize-60 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-60 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-60 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-60 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}

.titleSize-52 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media (min-width: 768px) {
  .titleSize-52 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-52 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-52 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-52 {
    font-size: 52px !important;
    font-size: 3.25rem !important;
  }
}

.titleSize-40 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 320px) {
  .titleSize-40 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 768px) {
  .titleSize-40 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-40 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-40 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-40 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}

.titleSize-32 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 320px) {
  .titleSize-32 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 768px) {
  .titleSize-32 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-32 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-32 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.titleSize-27 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
@media (min-width: 320px) {
  .titleSize-27 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-27 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-27 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-27 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}

.titleSize-25 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
@media (min-width: 320px) {
  .titleSize-25 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-25 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-25 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-25 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}

h1,
.h1 {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
@media (min-width: 1600px) {
  h1,
  .h1 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1850px) {
  h1,
  .h1 {
    font-size: 53px !important;
    font-size: 3.3125rem !important;
  }
}

h2,
.h2 {
  font-weight: 600 !important;
  color: #0B0F23 !important;
  text-transform: uppercase !important;
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 39px !important;
    font-size: 2.4375rem !important;
  }
}
@media (min-width: 1850px) {
  h2,
  .h2 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}

h3,
.h3 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1850px) {
  h3,
  .h3 {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}

h4,
.h4 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  h4,
  .h4 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1850px) {
  h4,
  .h4 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}

h5,
.h5 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1600px) {
  h5,
  .h5 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1850px) {
  h5,
  .h5 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}

h6,
.h6 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1600px) {
  h6,
  .h6 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1850px) {
  h6,
  .h6 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}

.center {
  text-align: center !important;
}
.center h1,
.center h2,
.center h3,
.center h4,
.center h5,
.center h6,
.center p {
  text-align: center !important;
}

.text-pink {
  color: #d7a3a1 !important;
}
.text-pink h1,
.text-pink h2,
.text-pink h3,
.text-pink h4,
.text-pink h5,
.text-pink h6,
.text-pink p {
  color: #d7a3a1 !important;
}

.fs-16 {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
}
.fs-16 p,
.fs-16 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-16 {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-16 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

.fs-21 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-21 p,
.fs-21 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-21 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-21 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-21 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}

.fs-22 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-22 p,
.fs-22 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-22 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-22 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-22 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}

.fs-24 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
.fs-24 p,
.fs-24 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-24 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-24 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}

.fs-25 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-25 p,
.fs-25 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-25 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-25 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-25 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}

.fs-27 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-27 p,
.fs-27 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-27 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-27 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-27 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}

.fs-30 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-30 p,
.fs-30 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-30 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-30 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-30 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}

.fs-32 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-32 p,
.fs-32 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-32 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-32 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-32 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.fs-35 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-35 h1, .fs-35 h2, .fs-35 h3,
.fs-35 p,
.fs-35 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-35 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-35 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-35 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-35 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}

.fs-36 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
.fs-36 p,
.fs-36 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-36 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-36 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-36 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}

.fs-40 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-40 h1, .fs-40 h2, .fs-40 h3,
.fs-40 p,
.fs-40 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-40 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-40 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-40 {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-40 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}

.fs-45 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.fs-45 h1, .fs-45 h2, .fs-45 h3,
.fs-45 p,
.fs-45 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-45 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-45 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-45 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-45 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}

.fs-50 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.fs-50 h1, .fs-50 h2, .fs-50 h3,
.fs-50 p,
.fs-50 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-50 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-50 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-50 {
    font-size: 44px !important;
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-50 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}

.fs-55 {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
.fs-55 p,
.fs-55 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-55 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-55 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-55 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-55 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}

.fs-57 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
.fs-57 p,
.fs-57 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-57 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-57 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-57 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-57 {
    font-size: 57px !important;
    font-size: 3.5625rem !important;
  }
}

.fs-59 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.fs-59 p,
.fs-59 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-59 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-59 {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-59 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-59 {
    font-size: 59px !important;
    font-size: 3.6875rem !important;
  }
}

.fs-60 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
.fs-60 p,
.fs-60 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-60 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-60 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-60 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-60 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}

.fs-64 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
.fs-64 p,
.fs-64 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-64 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-64 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-64 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-64 {
    font-size: 64px !important;
    font-size: 4rem !important;
  }
}

.fs-67 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
.fs-67 p,
.fs-67 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-67 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-67 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-67 {
    font-size: 62px !important;
    font-size: 3.875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-67 {
    font-size: 67px !important;
    font-size: 4.1875rem !important;
  }
}

.fs-140 {
  font-size: 40px !important;
  font-size: 2.5rem !important;
  line-height: 60px;
}
.fs-140 p,
.fs-140 li {
  font-size: inherit !important;
}
@media (min-width: 767px) {
  .fs-140 {
    line-height: 70px;
  }
}
@media (min-width: 1200px) {
  .fs-140 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
    line-height: 1;
  }
}
@media (min-width: 1366px) {
  .fs-140 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .fs-140 {
    font-size: 100px !important;
    font-size: 6.25rem !important;
  }
}
@media (min-width: 1680px) {
  .fs-140 {
    font-size: 140px !important;
    font-size: 8.75rem !important;
  }
}

.fw-100 {
  font-weight: 100 !important;
}
.fw-100 h1, .fw-100 h2, .fw-100 h3, .fw-100 h4,
.fw-100 p,
.fw-100 li {
  font-weight: inherit !important;
}

.fw-200 {
  font-weight: 200 !important;
}
.fw-200 h1, .fw-200 h2, .fw-200 h3, .fw-200 h4,
.fw-200 p,
.fw-200 li {
  font-weight: inherit !important;
}

.fw-300 {
  font-weight: 300 !important;
}
.fw-300 h1, .fw-300 h2, .fw-300 h3, .fw-300 h4,
.fw-300 p,
.fw-300 li {
  font-weight: inherit !important;
}

.fw-400 {
  font-weight: 400 !important;
}
.fw-400 h1, .fw-400 h2, .fw-400 h3, .fw-400 h4,
.fw-400 p,
.fw-400 li {
  font-weight: inherit !important;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-500 h1, .fw-500 h2, .fw-500 h3, .fw-500 h4,
.fw-500 p,
.fw-500 li {
  font-weight: inherit !important;
}

.fw-600 {
  font-weight: 600 !important;
}
.fw-600 h1, .fw-600 h2, .fw-600 h3, .fw-600 h4,
.fw-600 p,
.fw-600 li {
  font-weight: inherit !important;
}

.fw-700 {
  font-weight: 700 !important;
}
.fw-700 h1, .fw-700 h2, .fw-700 h3, .fw-700 h4,
.fw-700 p,
.fw-700 li {
  font-weight: inherit !important;
}

.fw-800 {
  font-weight: 800 !important;
}
.fw-800 h1, .fw-800 h2, .fw-800 h3, .fw-800 h4,
.fw-800 p,
.fw-800 li {
  font-weight: inherit !important;
}

.fw-900 {
  font-weight: 900 !important;
}
.fw-900 h1, .fw-900 h2, .fw-900 h3, .fw-900 h4,
.fw-900 p,
.fw-900 li {
  font-weight: inherit !important;
}

.lh-1_1 {
  line-height: 1.1 !important;
}
.lh-1_1 p,
.lh-1_1 li {
  line-height: inherit;
}

.tt-up {
  text-transform: uppercase;
}

.tt-cap {
  text-transform: capitalize;
}

.tt-none {
  text-transform: none !important;
}

.project_header {
  padding: 15px 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
  transition: all ease 0.3s;
  background: #2C3A90;
  top: 0;
  left: 0;
}
@media (max-width: 1680px) {
  .project_header {
    padding: 7px 0;
  }
}
@media (max-width: 767px) {
  .project_header {
    padding: 10px 0 5px;
  }
}
.project_header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.project_header .logo {
  margin-right: auto;
  width: 264px !important;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1599px) {
  .project_header .logo {
    width: 180px !important;
  }
}
@media (max-width: 1199px) {
  .project_header .logo {
    width: 190px !important;
  }
}
@media (max-width: 767px) {
  .project_header .logo {
    width: 180px !important;
  }
}
@media (max-width: 767px) {
  .project_header .logo {
    text-align: center;
    margin: 0 auto;
  }
}
.project_header .logo figure {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .project_header .logo figure {
    text-align: center;
  }
}
.project_header .logo figure img {
  transition: all ease 0.3s;
}
@media (max-width: 1680px) {
  .project_header .logo figure img {
    width: 80% !important;
  }
}
@media (max-width: 1366px) {
  .project_header .logo figure img {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .project_header .logo figure img {
    width: 90% !important;
  }
}
.project_header .call_bx {
  transition: all ease 0.3s;
  padding: 0 0 0 20px;
  border-radius: 10px;
  margin: 0 0 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1599px) {
  .project_header .call_bx {
    padding: 5px;
  }
}
@media (max-width: 1023px) {
  .project_header .call_bx {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .project_header .call_bx {
    margin: 0px;
  }
}
.project_header .call_bx .ico {
  width: 40px;
  height: 40px;
  transition: all ease 0.3s;
  background-color: #6477BE;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 1680px) {
  .project_header .call_bx .ico {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1599px) {
  .project_header .call_bx .ico {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
}
@media (max-width: 1023px) {
  .project_header .call_bx .ico {
    width: 35px;
    height: 35px;
    margin-right: 0px;
  }
}
.project_header .call_bx .ico svg {
  transition: all ease 0.3s;
  width: 20px;
  height: 20px;
  fill: #fff;
}
@media (max-width: 1680px) {
  .project_header .call_bx .ico svg {
    width: 20px;
    height: 20px;
  }
}
.project_header .call_bx span {
  display: block;
  color: #fff;
  line-height: 1.3;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .project_header .call_bx span {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .project_header .call_bx span {
    font-size: 14px;
  }
}
.project_header .call_bx .txt {
  color: #fff;
}
@media (max-width: 1023px) {
  .project_header .call_bx .txt {
    display: none;
  }
}
.project_header .call_bx .num {
  color: #fff;
  transition: all ease 0.3s;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 1680px) {
  .project_header .call_bx .num {
    font-size: 26px;
  }
}
@media (max-width: 1599px) {
  .project_header .call_bx .num {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .project_header .call_bx .num {
    font-size: 23px;
  }
}
.project_header .hd-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.project_header.slim {
  transition: all ease 0.3s;
  border-bottom: solid 1px #ededed;
}
@media (max-width: 1850px) {
  .project_header.slim {
    padding: 5px 0;
  }
}
.project_header.slim .logo {
  transition: all ease 0.3s;
  width: 180px !important;
}
.project_header.slim .logo img {
  transition: all ease 0.3s;
}
.project_header.slim .call_bx {
  transition: all ease 0.3s;
}
.project_header.slim .call_bx .ico {
  width: 35px;
  height: 35px;
  transition: all ease 0.3s;
}
@media (max-width: 1599px) {
  .project_header.slim .call_bx .ico {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .project_header.slim .call_bx .ico {
    margin-right: 0px;
  }
}
.project_header.slim .call_bx .ico svg {
  width: 20px;
  height: 20px;
  transition: all ease 0.3s;
}
@media (max-width: 1599px) {
  .project_header.slim .call_bx .ico svg {
    width: 15px;
    height: 15px;
  }
}
.project_header.slim .call_bx .num {
  font-size: 24px;
}
@media (max-width: 1599px) {
  .project_header.slim .call_bx .num {
    font-size: 22px;
  }
}
.project_header.slim .call_bx span {
  font-size: 12px;
}
@media (min-width: 1850px) {
  .project_header.slim .main-menu ul li a {
    font-size: 17px !important;
  }
}

.project_banner-wp {
  position: relative;
}
.project_banner-wp .logo-wrap {
  position: absolute;
  left: 10%;
  bottom: 50px;
  margin: 0;
  z-index: 2;
}
@media (max-width: 1599px) {
  .project_banner-wp .logo-wrap {
    padding: 7px 20px;
  }
}
@media (max-width: 1199px) {
  .project_banner-wp .logo-wrap {
    bottom: 10px;
    left: 10px;
    transform: none;
  }
}
.project_banner-wp .logo-wrap a {
  position: relative;
  margin: 0 70px 0 0;
}
.project_banner-wp .logo-wrap a:after {
  position: absolute;
  content: "";
  right: -40px;
  width: 1px;
  height: 70px;
  top: 20px;
  background: #C5C3C1;
}
.project_banner-wp .logo-wrap a:last-child:after {
  display: none;
}

@media (min-width: 320px) {
  .project_banner {
    height: 80vh;
  }
}
@media (min-width: 768px) {
  .project_banner {
    height: 60vh;
  }
}
@media (min-width: 1200px) {
  .project_banner {
    height: 95vh;
  }
}
@media (min-width: 1680px) {
  .project_banner {
    height: 97vh;
  }
}
.project_banner .banner-sld {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 320px) {
  .project_banner .banner-sld {
    height: 80vh;
  }
}
@media (min-width: 768px) {
  .project_banner .banner-sld {
    height: 60vh;
  }
}
@media (min-width: 1200px) {
  .project_banner .banner-sld {
    height: 95vh;
    background-position: top center !important;
  }
}
@media (min-width: 1680px) {
  .project_banner .banner-sld {
    height: 97vh;
  }
}
.project_banner .container {
  height: 100%;
}
.project_banner .wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
}
@media (max-width: 1199px) {
  .project_banner .wrap {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .project_banner .wrap {
    margin-top: 20px;
  }
}
.project_banner .banner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .project_banner .banner-wrap {
    justify-content: center;
  }
}
.project_banner .banner-wrap .maintxt {
  color: #fff;
  font-size: 70px !important;
  font-size: 4.375rem !important;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 1680px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
@media (max-width: 1600px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (max-width: 1470px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (max-width: 1366px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (max-width: 1199px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (max-width: 767px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
    margin-bottom: 7px;
  }
}
.project_banner .banner-wrap .maintxt span.block {
  display: block;
  color: #fff;
}
@media (max-width: 1199px) {
  .project_banner .banner-wrap .maintxt span.block {
    display: block;
  }
}
@media (max-width: 767px) {
  .project_banner .banner-wrap .maintxt span.block {
    display: inline;
  }
}
.project_banner .banner-wrap .maintxt span {
  color: #000;
}
.project_banner .banner-wrap .subtxt {
  color: #fff;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1680px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1600px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1199px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    margin-bottom: 10px;
  }
}
.project_banner .banner-wrap .banner-btn {
  height: 90px;
  font-size: 24px !important;
  border-radius: 10px;
}
@media (max-width: 1600px) {
  .project_banner .banner-wrap .banner-btn {
    height: 60px;
    font-size: 18px !important;
  }
}
@media (max-width: 1470px) {
  .project_banner .banner-wrap .banner-btn {
    height: 55px;
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .project_banner .banner-wrap .banner-btn {
    height: 40px;
    font-size: 13px !important;
  }
}

.inner-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center right;
  height: 500px;
  position: relative;
}
@media (max-width: 1600px) {
  .inner-banner {
    height: 450px;
  }
}
@media (max-width: 1470px) {
  .inner-banner {
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .inner-banner {
    height: 300px;
  }
}
.inner-banner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.inner-banner .container {
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: end;
}
.inner-banner .banner-wrap {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .inner-banner .banner-wrap {
    padding-bottom: 50px;
  }
}
.inner-banner .banner-wrap .ban-wp {
  text-align: center;
}
.inner-banner .banner-wrap .ban-wp .maintxt {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  font-size: 55px !important;
  font-size: 3.4375rem !important;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .inner-banner .banner-wrap .ban-wp .maintxt {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (max-width: 1470px) {
  .inner-banner .banner-wrap .ban-wp .maintxt {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (max-width: 1199px) {
  .inner-banner .banner-wrap .ban-wp .maintxt {
    font-size: 30px !important;
    font-size: 1.875rem !important;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .inner-banner .banner-wrap .ban-wp .maintxt {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.inner-banner .banner-wrap .ban-wp .maintxt span {
  color: #fff;
}
.inner-banner .banner-wrap .ban-wp .subtxt {
  color: #fff;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 500;
  line-height: 1.3;
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 1680px) {
  .inner-banner .banner-wrap .ban-wp .subtxt {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1600px) {
  .inner-banner .banner-wrap .ban-wp .subtxt {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 1199px) {
  .inner-banner .banner-wrap .ban-wp .subtxt {
    margin: 10px 0;
  }
}
.inner-banner .banner-wrap .ban-wp .btn {
  cursor: pointer;
}

.no-banner .inner-banner {
  height: 200px;
}
@media (max-width: 1199px) {
  .no-banner .inner-banner {
    height: 140px;
  }
}

.news-letter-wrap {
  background-color: #eaecf4;
  padding: 70px 0 0;
}
@media (max-width: 1199px) {
  .news-letter-wrap {
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .news-letter-wrap {
    padding: 20px 0;
  }
}
.news-letter-wrap .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px 80px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: url(assets/images/news.jpg) no-repeat;
  background-size: cover;
  background-position: 100%;
  margin-bottom: -100px !important;
}
@media (max-width: 1680px) {
  .news-letter-wrap .container {
    padding: 40px !important;
  }
}
@media (max-width: 1199px) {
  .news-letter-wrap .container {
    flex-wrap: wrap;
    padding: 20px !important;
  }
}
@media (max-width: 767px) {
  .news-letter-wrap .container {
    margin-bottom: 0 !important;
  }
}
.news-letter-wrap .container:after, .news-letter-wrap .container::before {
  display: none;
}
.news-letter-wrap .container .left_bx {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .news-letter-wrap .container .left_bx {
    width: 100%;
    justify-self: center;
    align-items: center;
    margin-bottom: 10px;
  }
}
.news-letter-wrap .container .left_bx .icon {
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .news-letter-wrap .container .left_bx .icon {
    margin-right: 10px;
  }
}
.news-letter-wrap .container .left_bx .icon svg {
  width: 100px;
  height: 100px;
}
@media (max-width: 1680px) {
  .news-letter-wrap .container .left_bx .icon svg {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1199px) {
  .news-letter-wrap .container .left_bx .icon svg {
    width: 50px;
    height: 50px;
  }
}
.news-letter-wrap .container .left_bx .tle {
  font-size: 50px;
  color: #000;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1680px) {
  .news-letter-wrap .container .left_bx .tle {
    font-size: 45px;
  }
}
@media (max-width: 1599px) {
  .news-letter-wrap .container .left_bx .tle {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .news-letter-wrap .container .left_bx .tle {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .news-letter-wrap .container .left_bx .tle {
    font-size: 25px;
  }
}
.news-letter-wrap .container .left_bx .tle span {
  font-size: 20px;
  display: block;
}
@media (max-width: 1680px) {
  .news-letter-wrap .container .left_bx .tle span {
    font-size: 18px;
  }
}
@media (max-width: 1599px) {
  .news-letter-wrap .container .left_bx .tle span {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .news-letter-wrap .container .left_bx .tle span {
    font-size: 14px;
  }
}
.news-letter-wrap .container .right_bx {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 55%;
}
@media (max-width: 1199px) {
  .news-letter-wrap .container .right_bx {
    width: 100%;
    justify-self: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .news-letter-wrap .container .right_bx {
    flex-flow: wrap;
  }
}
.news-letter-wrap .container .right_bx form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .news-letter-wrap .container .right_bx form {
    width: 100%;
    justify-self: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .news-letter-wrap .container .right_bx form {
    flex-flow: wrap;
  }
}
.news-letter-wrap .container .right_bx form .input-holder {
  width: 80%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .news-letter-wrap .container .right_bx form .input-holder {
    width: 100%;
    margin-right: 0px;
  }
}
.news-letter-wrap .container .right_bx form .input-holder input {
  width: 100%;
  height: 60px;
  border: solid 1px #000;
  font-size: 16px;
  padding: 0 20px;
  background-color: #f9faff;
}
@media (max-width: 1680px) {
  .news-letter-wrap .container .right_bx form .input-holder input {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .news-letter-wrap .container .right_bx form .input-holder input {
    height: 40px;
  }
}
.news-letter-wrap .container .right_bx form .input-holder.submit {
  width: 25%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .news-letter-wrap .container .right_bx form .input-holder.submit {
    width: 50%;
    margin-top: 5px;
  }
}
.news-letter-wrap .container .right_bx form .input-holder.submit input[type=submit] {
  background: #2C3A90;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
}
.news-letter-wrap .container .right_bx form .input-holder.submit input[type=submit]:hover {
  background-color: #000 !important;
}

#main-footer {
  display: none;
}

.project_footer {
  padding: 100px 0 20px;
  background-position: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: #1d1d1d;
  width: 100%;
  clear: both;
}
@media (max-width: 1599px) {
  .project_footer {
    padding: 80px 0 20px;
  }
}
@media (max-width: 1199px) {
  .project_footer {
    flex-flow: wrap !important;
    height: auto;
    padding: 60px 0 20px;
  }
}
@media (max-width: 767px) {
  .project_footer {
    padding: 30px 0 20px;
  }
}
.project_footer .container {
  display: flex;
  justify-content: space-between;
}
.project_footer .container:after, .project_footer .container:before {
  display: none !important;
}
@media (max-width: 1199px) {
  .project_footer .container {
    flex-wrap: wrap;
  }
}
.project_footer .footer_logo {
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .project_footer .footer_logo {
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 0 0 10px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .project_footer .footer_logo {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .project_footer .footer_logo {
    flex-flow: wrap;
    width: 180px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1680px) {
  .project_footer .footer_logo img {
    max-width: 55% !important;
  }
}
@media (max-width: 1199px) {
  .project_footer .footer_logo img {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .project_footer .footer_logo img {
    max-width: 70% !important;
  }
}
.project_footer .ft_icon_bx {
  display: flex;
  flex-direction: column;
}
.project_footer .icon_bx {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  border-bottom: solid 1px #6f6f6f;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .project_footer .icon_bx {
    margin-right: 50px;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .project_footer .icon_bx {
    margin-right: 0px;
  }
}
.project_footer .icon_bx .inner {
  display: flex;
  flex-direction: row;
  align-items: start;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .project_footer .icon_bx .inner {
    align-items: start;
  }
}
.project_footer .icon_bx .ic svg {
  height: 25px;
  width: 25px;
  fill: #fff;
  margin-right: 10px;
}
.project_footer .icon_bx .ic svg:hover {
  opacity: 1;
}
.project_footer .icon_bx .ic svg.ph {
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
}
.project_footer .icon_bx .ic svg.hr {
  margin-bottom: -10px;
}
@media (max-width: 1199px) {
  .project_footer .icon_bx .ic svg.fax {
    margin-bottom: -7px;
  }
}
.project_footer .icon_bx .txt {
  font-size: 16px;
  color: #fff;
}
.project_footer .icon_bx .txt span,
.project_footer .icon_bx .txt a {
  font-size: 20px;
  color: #fff;
  cursor: default;
}
@media (max-width: 1680px) {
  .project_footer .icon_bx .txt span,
  .project_footer .icon_bx .txt a {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .project_footer .icon_bx .txt span,
  .project_footer .icon_bx .txt a {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .project_footer .icon_bx .txt span,
  .project_footer .icon_bx .txt a {
    font-size: 14px;
  }
}
.project_footer .icon_bx .txt span:hover,
.project_footer .icon_bx .txt a:hover {
  color: #fff;
}
.project_footer .icon_bx .txt p,
.project_footer .icon_bx .txt span.block {
  color: #fff;
  font-weight: 300 !important;
  font-size: 16px;
}
@media (max-width: 1599px) {
  .project_footer .icon_bx .txt p,
  .project_footer .icon_bx .txt span.block {
    font-size: 14px;
  }
}
.project_footer .icon_bx:last-child {
  border-bottom: none;
}
.project_footer .icon_bx:last-child .txt p,
.project_footer .icon_bx:last-child .txt span.block {
  font-weight: 200 !important;
  margin-top: 5px;
  line-height: 1.8;
  color: #bbbbbb;
}
@media (max-width: 1199px) {
  .project_footer .icon_bx:last-child .txt p span {
    display: block;
  }
}
.project_footer .g-map {
  width: 100%;
  height: 350px;
}
@media (max-width: 1199px) {
  .project_footer .g-map {
    height: 300px;
  }
}
.project_footer .sc-wrap {
  display: flex;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .project_footer .sc-wrap {
    margin: 20px 0 10px;
  }
}
.project_footer .sc-wrap .tle {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.3;
  color: #b7b7b7;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .project_footer .sc-wrap .tle {
    font-size: 14px;
  }
}
.project_footer .sc-wrap a {
  line-height: 1;
}
.project_footer .sc-wrap a svg {
  height: 20px;
  width: 20px;
  fill: #b7b7b7;
  margin-right: 20px;
  opacity: 0.6;
}
@media (max-width: 1680px) {
  .project_footer .sc-wrap a svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1199px) {
  .project_footer .sc-wrap a svg {
    width: 15px;
    height: 15px;
  }
}
.project_footer .sc-wrap a svg:hover {
  opacity: 1;
}
.project_footer .ftr-clm1 {
  flex: 0 0 28%;
  max-width: 28%;
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm1 {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-bottom: 15px;
    flex-flow: wrap;
  }
}
@media (max-width: 1023px) {
  .project_footer .ftr-clm1 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .project_footer .ftr-clm1:after, .project_footer .ftr-clm1:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm1 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-bottom: 0;
    flex-flow: wrap;
    flex-direction: row;
  }
}
.project_footer .ftr-clm2 {
  flex: 0 0 12%;
  max-width: 12%;
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm2 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm2 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.project_footer .ftr-clm3 {
  flex: 0 0 45%;
  max-width: 45%;
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 1023px) {
  .project_footer .ftr-clm3 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm3 .ftr-menu ul li ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.project_footer .ftr-clm4 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm4 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm4 .ftr-menu ul li ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.project_footer .ftr-clm5 {
  flex: 0 0 23%;
  max-width: 23%;
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm5 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.project_footer .ftr-menu {
  margin: 0;
}
@media (max-width: 767px) {
  .project_footer .ftr-menu {
    width: 100%;
  }
}
.project_footer .ftr-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .project_footer .ftr-menu ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.project_footer .ftr-menu ul li {
  padding: 10px 0;
}
.project_footer .ftr-menu ul li.no-link a {
  cursor: default;
}
.project_footer .ftr-menu ul li:first-child a, .project_footer .ftr-menu ul li.bold a {
  font-family: "Open Sans", sans-serif;
  font-weight: 500 !important;
}
.project_footer .ftr-menu ul li:first-child ul li a, .project_footer .ftr-menu ul li.bold ul li a {
  font-weight: 200 !important;
}
.project_footer .ftr-menu ul li ul {
  margin-top: 10px !important;
}
.project_footer .ftr-menu ul li ul li a {
  color: #bbbbbb;
}
.project_footer .ftr-menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 200 !important;
}
@media (max-width: 1680px) {
  .project_footer .ftr-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  .project_footer .ftr-menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .project_footer .ftr-menu ul li a {
    font-size: 14px;
  }
}
.project_footer .ftr-menu ul li a:hover {
  color: #2C3A90 !important;
}
.project_footer .ftr-menu ul li a ul li a {
  color: #bbbbbb;
}
.project_footer .ftr-menu ul li.current-menu-item a, .project_footer .ftr-menu ul li.current-menu-ancestor a, .project_footer .ftr-menu ul li.current-page-ancestor a, .project_footer .ftr-menu ul li.current-product-ancestor a {
  color: #fff;
  font-weight: 700 !important;
}
.project_footer .ftr-menu ul li.current-menu-item ul li a, .project_footer .ftr-menu ul li.current-menu-ancestor ul li a, .project_footer .ftr-menu ul li.current-page-ancestor ul li a, .project_footer .ftr-menu ul li.current-product-ancestor ul li a {
  color: #bbbbbb;
  font-weight: 400;
}
.project_footer .ftr-menu ul li.current-menu-item ul li.current-menu-item a, .project_footer .ftr-menu ul li.current-menu-ancestor ul li.current-menu-item a, .project_footer .ftr-menu ul li.current-page-ancestor ul li.current-menu-item a, .project_footer .ftr-menu ul li.current-product-ancestor ul li.current-menu-item a {
  color: #fff;
  font-weight: 700 !important;
}

.copy {
  border-top: solid 1px #6f6f6f;
  margin: 30px 0 0;
  width: 100%;
  padding: 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.copy:after, .copy:before {
  display: none;
}
@media (max-width: 1199px) {
  .copy {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .copy {
    margin: 10px 0 0;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 15px;
  }
}
.copy p {
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400;
}
@media (max-width: 1599px) {
  .copy p {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .copy p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .copy p {
    text-align: center;
  }
}

.curP {
  cursor: pointer;
}

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

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

.d-ff-column {
  flex-flow: column;
}

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

.m-t-auto {
  margin-top: auto;
}

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

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

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

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

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

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

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

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

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

.jc-center {
  justify-content: center;
}

.no-wrap {
  flex-wrap: nowrap;
}

.align-center {
  justify-content: center;
}

.grecaptcha-badge {
  display: none !important;
}

@media (max-width: 1199px) {
  .center-ipad h1, .center-ipad h2, .center-ipad h3, .center-ipad h4, .center-ipad h5, .center-ipad h6, .center-ipad p, .center-ipad .elementor-widget-heading .elementor-heading-title {
    text-align: center !important;
  }
}

.center {
  justify-content: center;
  text-align: center;
}
.center .btn {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.cmn-space {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .cmn-space {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .cmn-space {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}
@media (min-width: 1680px) {
  .cmn-space {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}

.bottom-space {
  padding-bottom: 20px !important;
}
@media (min-width: 768px) {
  .bottom-space {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .bottom-space {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1600px) {
  .bottom-space {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1680px) {
  .bottom-space {
    padding-bottom: 70px !important;
  }
}

.top-space {
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .top-space {
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .top-space {
    padding-top: 45px !important;
  }
}
@media (min-width: 1600px) {
  .top-space {
    padding-top: 50px !important;
  }
}
@media (min-width: 1680px) {
  .top-space {
    padding-top: 70px !important;
  }
}

.cmn-space_sm {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
@media (min-width: 768px) {
  .cmn-space_sm {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space_sm {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}

.cmn-space_smTop {
  padding-top: 15px !important;
}
@media (min-width: 768px) {
  .cmn-space_smTop {
    padding-top: 20px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space_smTop {
    padding-top: 30px !important;
  }
}

.clear {
  clear: both;
  display: block;
}

.inline-block {
  display: inline-block !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .m-b-20 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1600px) {
  .m-b-20 {
    margin-bottom: 20px !important;
  }
}

.m-b-30 {
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .m-b-30 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1600px) {
  .m-b-30 {
    margin-bottom: 30px !important;
  }
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-20 {
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .m-t-20 {
    margin-top: 15px !important;
  }
}
@media (min-width: 1200px) {
  .m-t-20 {
    margin-top: 20px !important;
  }
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-20 {
  padding-bottom: 10px !important;
}
@media (min-width: 768px) {
  .p-b-20 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1600px) {
  .p-b-20 {
    padding-bottom: 20px !important;
  }
}

.p-b-30 {
  padding-bottom: 10px !important;
}
@media (min-width: 768px) {
  .p-b-30 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1600px) {
  .p-b-30 {
    padding-bottom: 30px !important;
  }
}

.p-b-70 {
  padding-bottom: 25px !important;
}
@media (min-width: 768px) {
  .p-b-70 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .p-b-70 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1680px) {
  .p-b-70 {
    padding-bottom: 70px !important;
  }
}

.p-b-60 {
  padding-bottom: 25px !important;
}
@media (min-width: 768px) {
  .p-b-60 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1200px) {
  .p-b-60 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1680px) {
  .p-b-60 {
    padding-bottom: 60px !important;
  }
}

.p-t-60 {
  padding-top: 25px !important;
}
@media (min-width: 768px) {
  .p-t-60 {
    padding-top: 25px !important;
  }
}
@media (min-width: 1200px) {
  .p-t-60 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1680px) {
  .p-t-60 {
    padding-top: 60px !important;
  }
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

@media (min-width: 1200px) {
  .p-l-50 {
    padding-left: 30px !important;
  }
  .p-r-50 {
    padding-right: 30px !important;
  }
}
@media (min-width: 1600px) {
  .p-l-50 {
    padding-left: 50px !important;
  }
  .p-r-50 {
    padding-right: 50px !important;
  }
}
.p-r-0 {
  padding-right: 0 !important;
}

.no-border {
  border: 0 !important;
}

@media (min-width: 1200px) {
  .e-child.xl-pl-50 {
    padding-left: 35px !important;
  }
  .e-child.xl-pr-50 {
    padding-right: 35px !important;
  }
  .e-child.xl-pl-80 {
    padding-left: 45px !important;
  }
  .e-child.xl-pr-80 {
    padding-right: 45px !important;
  }
}
@media (min-width: 1600px) {
  .e-child.xl-pl-50 {
    padding-left: 50px !important;
  }
  .e-child.xl-pr-50 {
    padding-right: 50px !important;
  }
  .e-child.xl-pl-80 {
    padding-left: 80px !important;
  }
  .e-child.xl-pr-80 {
    padding-right: 80px !important;
  }
}

#content_wrapper {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.fit-height {
  height: 100% !important;
}

.elementor-widget-image img {
  max-width: 100% !important;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.block {
  display: block;
}
@media (max-width: 1199px) {
  .block {
    display: inline;
  }
}

.common-ul ul {
  margin: 0;
  padding: 0;
}
.common-ul ul li {
  padding: 5px 0 5px 35px;
  position: relative;
  display: block;
  color: #0B0F23 !important;
}
.common-ul ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 19px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='19' viewBox='0 0 23 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_60)'%3E%3Cpath d='M23 1.73334C23 2.14616 22.8526 2.52949 22.5577 2.82436L8.99359 18.1577C8.40385 18.7474 7.43077 18.7474 6.84103 18.1577L0.442308 11.759C-0.147436 11.1692 -0.147436 10.1962 0.442308 9.60641C1.03205 9.01667 2.00513 9.01667 2.59487 9.60641L7.51923 14.5308C7.72564 14.7372 8.07949 14.7372 8.2859 14.5308L20.3756 0.6718C20.9654 0.0820563 21.9385 0.0820563 22.5282 0.6718C22.8231 0.937184 23 1.32052 23 1.73334Z' fill='%230B0F23' fill-opacity='0.95'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_60'%3E%3Crect width='23' height='18.4' fill='white' transform='translate(0 0.199951)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1600px) {
  .common-ul ul li:before {
    width: 15px;
    height: 13px;
  }
}
.common-ul ul li a {
  color: #0B0F23 !important;
}
.common-ul ul li a:hover {
  color: #2C3A90 !important;
}

@media (max-width: 1199px) {
  .elementor-container {
    flex-flow: wrap !important;
  }
}
@media (max-width: 1199px) {
  .elementor-container .left {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .elementor-container .right {
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .e-con-inner .left {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .e-con-inner .right {
    width: 100% !important;
  }
}

.tt h1, .tt .h1, .tt h2, .tt .h2, .tt h3, .tt .h3, .tt h4, .tt .h4, .tt .h5, .tt h5, .tt .h6, .tt h6, .tt p {
  text-transform: uppercase !important;
}

.left .elementor-widget-image {
  text-align: left;
}
@media (max-width: 1199px) {
  .left .elementor-widget-image {
    text-align: left;
  }
}
@media (max-width: 1600px) {
  .left .elementor-widget-image .elementor-widget-container {
    width: 90% !important;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .left .elementor-widget-image .elementor-widget-container {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .left .elementor-widget-image .elementor-widget-container {
    width: 100% !important;
  }
}

.right .elementor-widget-image {
  text-align: right;
}
@media (max-width: 1199px) {
  .right .elementor-widget-image {
    text-align: center;
  }
}
@media (max-width: 1600px) {
  .right .elementor-widget-image .elementor-widget-container {
    width: 90% !important;
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  .right .elementor-widget-image .elementor-widget-container {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .right .elementor-widget-image .elementor-widget-container {
    width: 100% !important;
  }
}

.moretext {
  display: none;
}

.moreless-button {
  color: #000;
  font-family: "Open Sans", sans-serif !important;
}

@media (max-width: 1199px) {
  .ipad-100 .elementor-container {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1199px) {
  .ipad-100 .elementor-container .elementor-column {
    width: 100% !important;
  }
}

.wd-60 {
  width: 60% !important;
}
@media (max-width: 1199px) {
  .wd-60 {
    width: 100% !important;
  }
}

.wd-40 {
  width: 40% !important;
}
@media (max-width: 1199px) {
  .wd-40 {
    width: 100% !important;
  }
}

.wd-55 {
  width: 55% !important;
}
@media (max-width: 1199px) {
  .wd-55 {
    width: 100% !important;
  }
}

.wd-45 {
  width: 45% !important;
}
@media (max-width: 1199px) {
  .wd-45 {
    width: 100% !important;
  }
}

.wd-55 {
  width: 55% !important;
}
@media (max-width: 1199px) {
  .wd-55 {
    width: 100% !important;
  }
}

.wd-57 {
  width: 57% !important;
}
@media (max-width: 1199px) {
  .wd-57 {
    width: 100% !important;
  }
}

.wd-43 {
  width: 43% !important;
}
@media (max-width: 1199px) {
  .wd-43 {
    width: 100% !important;
  }
}

.sub-menu-toggle {
  display: none !important;
}

@keyframes slide-up {
  0% {
    margin-bottom: -5px;
  }
  100% {
    margin-bottom: 0;
  }
}
@keyframes slide_Top {
  0% {
    margin-top: -10px;
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    margin-top: 0;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes slide_Left {
  0% {
    margin-left: -10px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes zoom_left {
  0% {
    margin-left: -10px;
    transform: scale(0.2, 0.2);
    -ms-transform: scale(0.2, 0.2);
    -o-transform: scale(0.2, 0.2);
    -webkit-transform: scale(0.2, 0.2);
    opacity: 0;
  }
  100% {
    margin-left: 0;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
.mob_trigger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: var(--global--color-primary) !important;
  cursor: pointer;
  flex-flow: column;
  flex: 0 0 50px;
  height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  width: 50px !important;
  border-radius: 3px !important;
  display: flex !important;
  border: none !important;
}
@media (max-width: 767px) {
  .mob_trigger {
    height: 35px;
    flex: 0 0 45px;
    width: 35px !important;
  }
}
.mob_trigger span {
  background-color: var(--global--color-white);
  height: 3px !important;
  width: 24px !important;
}
.mob_trigger span:not(:last-child) {
  margin-bottom: 3px;
}
@media (min-width: 1200px) {
  .mob_trigger {
    display: none !important;
  }
}

.main-menu {
  color: var(--global--color-white);
}
.main-menu .hidden-subchilds ul,
.main-menu .hidden-subchilds i {
  display: none !important;
}
.main-menu ul li a {
  color: var(--global--color-white);
  font-weight: 400;
  line-height: 1;
}
.main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-ancestor a, .main-menu ul li.current-page-ancestor a, .main-menu ul li.current-product-ancestor a {
  font-weight: 500;
}
.main-menu ul li.current-menu-item li a, .main-menu ul li.current-menu-ancestor li a, .main-menu ul li.current-page-ancestor li a, .main-menu ul li.current-product-ancestor li a {
  font-weight: 400;
}
@media (min-width: 1200px) {
  .main-menu .remove-hover a::before, .main-menu .remove-hover a::after {
    content: none !important;
  }
  .main-menu ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .main-menu ul li {
    position: relative;
    padding-top: 7px;
  }
  .main-menu ul li a {
    align-items: center;
    color: var(--global--color-white);
    font-size: 12px;
    display: inline-flex;
    height: 26px;
    padding: 0 0 8px;
    position: relative;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
  }
  .main-menu ul li a:hover {
    color: var(--global--color-black);
  }
  .main-menu ul li a:before, .main-menu ul li a:after {
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    display: none;
  }
  .main-menu ul li a:before {
    background-color: var(--global--color-white);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 3px;
    left: 0;
    transform-origin: left;
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    width: 70%;
  }
  .main-menu ul li a:after {
    background-color: var(--global--color-white);
    height: 3px;
    right: 100%;
    width: 15%;
  }
  .main-menu ul li ul li a:before, .main-menu ul li ul li a:after {
    display: none !important;
  }
  .main-menu ul li:hover a {
    color: #a7b0ff;
  }
  .main-menu ul li:hover a:before {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  .main-menu ul li:hover a:after {
    opacity: 1;
    right: 0;
  }
  .main-menu ul li:hover li a {
    color: var(--global--color-secondary);
  }
  .main-menu ul li:hover li a:before {
    opacity: 0;
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
  }
  .main-menu ul li:hover li a:after {
    background-color: var(--global--color-secondary);
    opacity: 0;
    right: 100%;
  }
  .main-menu ul li:hover li:hover a {
    color: var(--global--color-primary);
  }
  .main-menu ul li:hover li:hover ul li a {
    color: var(--global--color-secondary);
  }
  .main-menu ul li:hover li:hover ul li:hover a {
    color: var(--global--color-black);
  }
  .main-menu ul li ul {
    background-color: var(--global--color-white);
    display: none;
    left: -50px;
    position: absolute;
    top: 40px;
    width: 230px;
    z-index: 9;
    *zoom: 1;
  }
  .main-menu ul li ul:after, .main-menu ul li ul:before {
    content: "";
    display: block;
  }
  .main-menu ul li ul:after {
    clear: both;
  }
  .main-menu ul li ul a {
    color: var(--global--color-secondary);
    font-size: 14px !important;
    font-size: 0.875rem !important;
    font-weight: 400;
    height: auto !important;
    line-height: 1.5;
    overflow: hidden;
    padding: 7px 15px;
    position: relative;
    width: 100%;
  }
  .main-menu ul li ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: solid 1px #ffeddd;
  }
  .main-menu ul li ul li ul {
    top: 0 !important;
  }
  .main-menu ul li:hover ul {
    animation: slide_Top 0.2s ease-in-out forwards;
    transform-origin: top center;
    display: flex;
    flex-direction: column;
  }
  .main-menu ul li:hover li ul {
    display: none;
    left: 100%;
    top: 0;
  }
  .main-menu ul li:hover li:hover ul {
    animation: zoom_left 0.2s ease-in-out forwards;
    display: block;
    transform-origin: top left;
  }
  .main-menu ul li:hover li:hover ul li ul {
    display: none;
  }
  .main-menu ul li:hover li:hover ul li:hover ul {
    display: block;
  }
  .main-menu ul li.submenu {
    padding-right: 16px;
  }
  .main-menu ul li.submenu i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding-left: 2px;
    position: absolute;
    right: 0;
    top: 7px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .main-menu ul li.submenu i:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    content: "";
    display: inline-block;
    height: 6px;
    position: relative;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -2px;
    width: 6px;
  }
  .main-menu ul li.submenu li {
    padding-right: 0;
  }
  .main-menu ul li.submenu li a {
    padding-right: 20px;
  }
  .main-menu ul li.submenu li.submenu i {
    background-color: transparent !important;
    height: 31px;
    padding-right: 15px;
    top: 0 !important;
  }
  .main-menu ul li.submenu li.submenu i:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .main-menu ul li:first-child {
    padding-left: 0;
  }
  .main-menu ul li:last-child ul, .main-menu ul li:nth-last-child(2) ul {
    left: auto;
    right: 0;
    transform: none !important;
  }
  .main-menu ul li:last-child ul ul, .main-menu ul li:nth-last-child(2) ul ul {
    border-left-width: 3px;
    border-right-width: 1px;
    right: -360px;
    width: 360px;
    top: -1px;
  }
  .main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-ancestor a, .main-menu ul li.current-page-ancestor a, .main-menu ul li.current-product-ancestor a {
    font-weight: 600;
  }
  .main-menu ul li.current-menu-item a:before, .main-menu ul li.current-menu-ancestor a:before, .main-menu ul li.current-page-ancestor a:before, .main-menu ul li.current-product-ancestor a:before {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  .main-menu ul li.current-menu-item a:after, .main-menu ul li.current-menu-ancestor a:after, .main-menu ul li.current-page-ancestor a:after, .main-menu ul li.current-product-ancestor a:after {
    opacity: 1;
    right: 0;
  }
  .main-menu ul li.current_page_parent li.current_page_item a, .main-menu ul li.current_page_parent li.current_page_parent a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_parent a {
    font-weight: 600;
  }
  .main-menu ul li.current_page_parent li.current_page_item a:before, .main-menu ul li.current_page_parent li.current_page_parent a:before, .main-menu ul li.current_page_ancestor li.current_page_item a:before, .main-menu ul li.current_page_ancestor li.current_page_parent a:before {
    opacity: 0;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  .main-menu ul li.current_page_parent li.current_page_item a:after, .main-menu ul li.current_page_parent li.current_page_parent a:after, .main-menu ul li.current_page_ancestor li.current_page_item a:after, .main-menu ul li.current_page_ancestor li.current_page_parent a:after {
    opacity: 0;
    right: 0;
  }
  .main-menu ul li.current_page_parent li.current_page_item li a, .main-menu ul li.current_page_parent li.current_page_parent li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_parent li a {
    font-weight: 400;
    color: #000;
  }
  .main-menu ul li.current_page_parent li.current_page_item li a:before, .main-menu ul li.current_page_parent li.current_page_parent li a:before, .main-menu ul li.current_page_ancestor li.current_page_item li a:before, .main-menu ul li.current_page_ancestor li.current_page_parent li a:before {
    opacity: 0;
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
  }
  .main-menu ul li.current_page_parent li.current_page_item li a:after, .main-menu ul li.current_page_parent li.current_page_parent li a:after, .main-menu ul li.current_page_ancestor li.current_page_item li a:after, .main-menu ul li.current_page_ancestor li.current_page_parent li a:after {
    opacity: 0;
    right: 100%;
  }
  .main-menu ul li.current_page_parent li.current_page_item li.current_page_item a:before, .main-menu ul li.current_page_parent li.current_page_parent li.current_page_item a:before, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a:before, .main-menu ul li.current_page_ancestor li.current_page_parent li.current_page_item a:before {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  .main-menu ul li.current_page_parent li.current_page_item li.current_page_item a:after, .main-menu ul li.current_page_parent li.current_page_parent li.current_page_item a:after, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a:after, .main-menu ul li.current_page_ancestor li.current_page_parent li.current_page_item a:after {
    opacity: 1;
    right: 0;
  }
  .main-menu > ul {
    align-items: center;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-menu > ul > * {
    align-items: center;
    display: inline-flex;
    height: 40px;
    margin-left: 18px;
    margin-right: 18px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .main-menu .slice_child > ul {
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.1882352941);
    background-color: var(--global--color-white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    left: -50%;
    transform: translateX(-50%) !important;
    overflow: hidden;
    padding: 20px 30px 30px;
    width: auto;
  }
  .main-menu .slice_child > ul .strip_menu_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    height: 84px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .main-menu .slice_child > ul .strip_menu_item:before {
    background-color: #2863b5;
    background-image: var(--menuBg);
    background-repeat: no-repeat;
    background-position: bottom right;
    content: "";
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .main-menu .slice_child > ul .strip_menu_item .btn_menu-sm {
    background-color: transparent !important;
    border: 1px solid var(--global--color-white);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: var(--global--color-white);
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 300;
    height: 34px;
    min-width: 114px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu .slice_child > ul .strip_menu_item .btn_menu-sm:hover {
    background-color: var(--global--color-secondary) !important;
  }
  .main-menu .slice_child > ul .strip_menu_item .menu_wraps {
    justify-content: space-between;
    line-height: 1;
  }
  .main-menu .slice_child > ul .strip_menu_item .menu_wraps > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu .slice_child > ul .strip_menu_item strong {
    clear: both;
    display: block;
    font-weight: 600;
  }
  .main-menu .slice_child > ul .strip_menu_item small {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 300;
  }
  .main-menu .slice_child li {
    white-space: nowrap !important;
  }
  .main-menu .slice_child li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
  }
  .main-menu .slice_child .wrap_li:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
  }
  .main-menu .slice_child .wrap_li:not(:last-child):before {
    background: rgb(209, 234, 246);
    background: linear-gradient(0deg, rgba(209, 234, 246, 0) 0%, rgb(209, 234, 246) 20%, rgb(209, 234, 246) 80%, rgba(209, 234, 246, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1eaf6", endColorstr="#d1eaf6", GradientType=1);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
  .main-menu .slice_child.styled_menu-item > ul {
    padding-bottom: 100px;
  }
  .main-menu .slice_child.columns_three > ul {
    left: -250%;
  }
  .main-menu .slice_child.columns_two .wrap_li:nth-last-child(2) {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .main-menu .slice_child.columns_two .wrap_li:nth-last-child(2):before {
    display: none;
  }
  .main-menu .slice_child.columns_three .wrap_li:nth-last-child(1), .main-menu .slice_child.columns_four .wrap_li:nth-last-child(1) {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .main-menu .slice_child.columns_three .wrap_li:nth-last-child(1):before, .main-menu .slice_child.columns_four .wrap_li:nth-last-child(1):before {
    display: none;
  }
}
@media (min-width: 1300px) {
  .main-menu ul li a {
    font-size: 14px;
  }
  .main-menu ul li ul {
    left: 0;
  }
  .main-menu ul li ul a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .main-menu ul li.submenu i {
    height: 32px;
    top: 5px;
  }
  .main-menu ul li.submenu i:before {
    height: 8px;
    width: 8px;
  }
  .main-menu ul li.submenu li.submenu i {
    height: 44px;
  }
  .main-menu ul li a {
    font-size: 17px;
    height: 32px;
  }
  .main-menu ul li ul {
    top: 40px;
    width: 260px;
  }
  .main-menu ul li ul a {
    font-size: 15px;
    padding: 10px 15px;
  }
  .main-menu > ul {
    margin-left: -25px;
    margin-right: -25px;
  }
  .main-menu > ul > * {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 1850px) {
  .main-menu ul li.submenu i {
    top: 5px;
  }
  .main-menu ul li a {
    font-size: 22px;
  }
  .main-menu ul li ul {
    top: 40px;
    width: 320px;
  }
  .main-menu ul li ul a {
    font-size: 16px;
  }
  .main-menu > ul {
    margin-left: -30px;
    margin-right: -30px;
  }
  .main-menu > ul > * {
    margin-left: 30px;
    margin-right: 30px;
  }
  .main-menu .slice_child > ul {
    left: -150%;
    padding: 20px 30px 30px;
  }
  .main-menu .slice_child > ul .strip_menu_item {
    height: 84px;
  }
  .main-menu .slice_child > ul .strip_menu_item .btn_menu-sm {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 34px;
    min-width: 173px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu .slice_child > ul .strip_menu_item .menu_wraps > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu .slice_child > ul .strip_menu_item small {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .main-menu .slice_child .wrap_li:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
  }
  .main-menu .slice_child.styled_menu-item > ul {
    padding-bottom: 100px;
  }
}

@media (max-width: 1199px) {
  .project_header .top_menu {
    display: none !important;
  }
  .main-menu {
    background-color: var(--global--color-white);
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    height: 100%;
    position: fixed;
    left: -280px;
    text-align: left;
    top: 0;
    transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    width: 280px;
    z-index: 1005;
    overflow-y: auto;
  }
  .main-menu .sm_logo {
    background-color: var(--global--color-secondary);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 150px;
    line-height: 1;
    padding: 20px 10px;
    position: relative;
  }
  .main-menu .sm_logo .project_logo svg {
    height: 80px;
    width: auto;
  }
  .main-menu .sm_logo .close_menu {
    background-color: var(--global--color-primary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 32px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    width: 32px;
    z-index: 3;
  }
  .main-menu .sm_logo .close_menu svg {
    fill: var(--global--color-white);
    height: 12px;
  }
  .main-menu #menu-primary-menu {
    height: calc(100% - 122px);
    overflow-y: auto;
    position: relative;
  }
  .main-menu ul + ul {
    padding-top: 0;
  }
  .main-menu ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-left: 0 !important;
  }
  .main-menu ul li {
    border-bottom: 1px solid rgba(44, 58, 144, 0.2);
    line-height: 0;
    position: relative;
    text-align: left;
  }
  .main-menu ul li a {
    color: var(--global--color-secondary);
    display: inline-block;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    font-weight: 400;
    padding: 15px 50px 15px 15px;
    width: 100%;
  }
  .main-menu ul li i {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 11px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    width: 24px;
  }
  .main-menu ul li i:before, .main-menu ul li i:after {
    background-color: var(--global--color-secondary);
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .main-menu ul li i:before {
    height: 10px;
    width: 1px;
  }
  .main-menu ul li i:after {
    height: 1px;
    width: 10px;
  }
  .main-menu ul li li a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    opacity: 0.8;
  }
  .main-menu ul li.opened i:before {
    display: none;
  }
  .main-menu ul li ul {
    display: none;
  }
  .main-menu ul li.current-menu-item a, .main-menu ul li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor a {
    font-weight: 400;
    opacity: 1;
  }
  .main-menu ul li.current-menu-item li a, .main-menu ul li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li a {
    color: var(--global--color-secondary);
    font-weight: 400;
    opacity: 0.8;
  }
  .main-menu ul li.current-menu-item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor a {
    font-weight: 400;
    opacity: 1;
  }
  .main-menu ul li.current-menu-item li.current_page_item li a, .main-menu ul li.current-menu-item li.current_page_ancestor li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li.current_page_item li a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li a {
    color: var(--global--color-secondary);
    font-weight: 400;
    opacity: 0.8;
  }
  .main-menu ul li.current-menu-item li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li.current_page_item a {
    color: var(--global--color-primary);
    font-weight: 400;
    opacity: 1;
  }
  .main-menu ul .strip_menu_item {
    background-color: var(--global--color-primary);
  }
  .main-menu ul .strip_menu_item .menu_wraps {
    justify-content: flex-start;
    width: 100%;
  }
  .main-menu ul .strip_menu_item .btn-wrap {
    width: 100%;
  }
  .main-menu ul .strip_menu_item .text-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
  }
  .main-menu ul .strip_menu_item .btn_menu-sm {
    background-color: transparent !important;
    border: 1px solid var(--global--color-white);
    color: var(--global--color-white);
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 36px;
    margin-top: 10px;
    width: 100%;
  }
  .open .main-menu {
    left: 0px;
  }
  .open .main-menu .sm_logo .close_menu {
    opacity: 1;
    right: -16px;
  }
  .open .mob_trigger:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .mob_trigger:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .open .mob_trigger .bar {
    opacity: 0;
    transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
  }
  .open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
  }
}
[class*=footer_menu-] li {
  padding-bottom: 6px;
  padding-top: 6px;
}
[class*=footer_menu-] a {
  color: var(--global--color-white);
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 200;
  padding-bottom: 7px;
  position: relative;
}
[class*=footer_menu-] a:before, [class*=footer_menu-] a:after {
  bottom: 0;
  content: "";
  opacity: 0;
  position: absolute;
  transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
[class*=footer_menu-] a:before {
  background-color: var(--global--color-primary);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 3px;
  left: 0;
  transform-origin: left;
  transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  width: calc(100% - 8px);
}
[class*=footer_menu-] a:after {
  background-color: var(--global--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 3px;
  right: 100%;
  width: 3px;
}
[class*=footer_menu-] a:hover {
  color: var(--global--color-primary);
}
[class*=footer_menu-] a:hover:before {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
[class*=footer_menu-] a:hover:after {
  opacity: 1;
  right: 0;
}
[class*=footer_menu-] li.current_page_item a {
  color: var(--global--color-primary);
}
[class*=footer_menu-] li.current_page_item a:before {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
[class*=footer_menu-] li.current_page_item a:after {
  opacity: 1;
  right: 0;
}
[class*=footer_menu-] li.current_page_item li a {
  color: var(--global--color-white);
}
[class*=footer_menu-] li.current_page_item li a:before {
  opacity: 0;
  transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
[class*=footer_menu-] li.current_page_item li a:after {
  opacity: 0;
  right: 100%;
}
[class*=footer_menu-] li.current_page_item li a:hover {
  color: var(--global--color-primary);
}
[class*=footer_menu-] li.current_page_item li a:hover:before {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
[class*=footer_menu-] li.current_page_item li a:hover:after {
  opacity: 1;
  right: 0;
}

@media (min-width: 768px) {
  .footer_menu-secondary > ul {
    display: flex;
  }
  .footer_menu-secondary > ul > li > a {
    font-weight: 500;
  }
  .footer_menu-secondary > ul > li:first-child {
    flex: 0 0 34%;
    width: 34%;
  }
  .footer_menu-secondary > ul > li:nth-child(2) {
    flex: 0 0 66%;
    width: 66%;
  }
  .footer_menu-secondary > ul > li:nth-child(2) ul {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
}
@media (min-width: 768px) {
  [class*=footer_menu-] a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1200px) {
  [class*=footer_menu-] a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  [class*=footer_menu-] a {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (max-width: 767px) {
  .footer_menu-main ul {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
  .footer_menu-secondary li ul {
    display: none;
  }
  .footer_menu-secondary li.submenu {
    position: relative;
  }
  .footer_menu-secondary li.submenu i {
    background-color: var(--global--color-primary);
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
  }
  .footer_menu-secondary li.submenu i:before, .footer_menu-secondary li.submenu i:after {
    background-color: var(--global--color-white);
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .footer_menu-secondary li.submenu i:before {
    height: 1px;
    width: 10px;
  }
  .footer_menu-secondary li.submenu i:after {
    height: 10px;
    width: 1px;
  }
  .footer_menu-secondary li.submenu.opened i:after {
    display: none;
  }
}
.breadcrumb-container {
  padding-bottom: 15px;
  padding-top: 15px;
}

.breadcrumb-ut {
  margin: 30px 0 30px 0px;
  position: relative;
  z-index: 2;
}
.breadcrumb-ut ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
}
.breadcrumb-ut ul li {
  align-items: center;
  display: inline-flex;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  margin: 3px;
  color: #2C3A90;
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding: 0 20px 0 0;
  line-height: 1;
}
.breadcrumb-ut ul li a {
  align-items: center;
  color: var(--global--color-black);
  display: inline-flex;
  flex-wrap: nowrap;
  font-weight: 400;
}
.breadcrumb-ut ul li a:hover {
  color: var(--global--color-primary);
}
.breadcrumb-ut ul li:after {
  content: "";
  height: 15px;
  width: 1px;
  background: #ddd;
  position: absolute;
  right: 7px;
  top: 0px;
}
.breadcrumb-ut ul li:last-child:after {
  display: none;
}

.site_pagination,
.navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}
.site_pagination ol,
.site_pagination .wp-paginate,
.navigation ol,
.navigation .wp-paginate {
  align-items: center;
  display: inline-flex;
  padding-left: 0 !important;
  display: flex;
  justify-content: flex-end;
}
.site_pagination ol li,
.site_pagination .wp-paginate li,
.navigation ol li,
.navigation .wp-paginate li {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.site_pagination ol li .page,
.site_pagination ol li .next,
.site_pagination ol li .prev,
.site_pagination .wp-paginate li .page,
.site_pagination .wp-paginate li .next,
.site_pagination .wp-paginate li .prev,
.navigation ol li .page,
.navigation ol li .next,
.navigation ol li .prev,
.navigation .wp-paginate li .page,
.navigation .wp-paginate li .next,
.navigation .wp-paginate li .prev {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  display: inline-flex;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 300;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: auto;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.site_pagination ol li .page,
.site_pagination .wp-paginate li .page,
.navigation ol li .page,
.navigation .wp-paginate li .page {
  color: var(--global--color-black);
}
.site_pagination ol li .page:hover,
.site_pagination .wp-paginate li .page:hover,
.navigation ol li .page:hover,
.navigation .wp-paginate li .page:hover {
  color: var(--global--color-primary);
}
.site_pagination ol li .next,
.site_pagination ol li .prev,
.site_pagination .wp-paginate li .next,
.site_pagination .wp-paginate li .prev,
.navigation ol li .next,
.navigation ol li .prev,
.navigation .wp-paginate li .next,
.navigation .wp-paginate li .prev {
  border: 1px solid var(--global--color-primary);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--global--color-secondary);
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}
.site_pagination ol li .next:hover,
.site_pagination ol li .prev:hover,
.site_pagination .wp-paginate li .next:hover,
.site_pagination .wp-paginate li .prev:hover,
.navigation ol li .next:hover,
.navigation ol li .prev:hover,
.navigation .wp-paginate li .next:hover,
.navigation .wp-paginate li .prev:hover {
  border-color: var(--global--color-secondary);
  color: var(--global--color-secondary);
}
.site_pagination ol li .current,
.site_pagination .wp-paginate li .current,
.navigation ol li .current,
.navigation .wp-paginate li .current {
  position: relative;
  background-color: #2C3A90 !important;
  padding: 5px 15px !important;
  color: #fff !important;
}
.site_pagination ol li .current:before,
.site_pagination .wp-paginate li .current:before,
.navigation ol li .current:before,
.navigation .wp-paginate li .current:before {
  background-color: var(--global--color-primary);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.site_pagination ol li .current:hover,
.site_pagination .wp-paginate li .current:hover,
.navigation ol li .current:hover,
.navigation .wp-paginate li .current:hover {
  color: var(--global--color-black);
}
@media (min-width: 1600px) {
  .site_pagination,
  .navigation {
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .site_pagination ol li .page,
  .site_pagination .wp-paginate li .page,
  .navigation ol li .page,
  .navigation .wp-paginate li .page {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
  .site_pagination ol li .next,
  .site_pagination ol li .prev,
  .site_pagination .wp-paginate li .next,
  .site_pagination .wp-paginate li .prev,
  .navigation ol li .next,
  .navigation ol li .prev,
  .navigation .wp-paginate li .next,
  .navigation .wp-paginate li .prev {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}

.main-menu .sub-menu .current-menu-item a {
  color: #2C3A90 !important;
}

@media (max-width: 1199px) {
  .main-menu ul {
    padding-bottom: 50px;
  }
  .main-menu ul li ul {
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .site-map-wrap {
    margin: 200px 0 100px !important;
  }
}

.sitemap {
  display: block;
}
.sitemap .sub-arrow {
  display: none !important;
}

#menu-navigation-1 {
  display: inline-block !important;
  width: auto !important;
  margin-left: 50px;
}
#menu-navigation-1 li {
  display: block !important;
  position: relative;
  padding-left: 20px;
}
#menu-navigation-1 li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #2C3A90;
  border-radius: 50%;
}
#menu-navigation-1 li a {
  display: block !important;
  color: #000 !important;
  font-size: 18px;
  padding: 7px 0 7px 15px !important;
  width: auto !important;
}
#menu-navigation-1 li a:after {
  display: none !important;
}
#menu-navigation-1 li a:hover {
  color: #000 !important;
}
#menu-navigation-1 li a:hover:after {
  display: none !important;
}
#menu-navigation-1 li ul.sub-menu {
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  margin-left: 15px;
  visibility: visible !important;
  box-shadow: none !important;
  opacity: 1 !important;
  border: none !important;
  padding: 0 !important;
}
#menu-navigation-1 li ul.sub-menu li {
  padding-left: 20px;
}
#menu-navigation-1 li ul.sub-menu li::before {
  top: 15px;
}
#menu-navigation-1 li ul.sub-menu li a {
  font-size: 16px !important;
}
#menu-navigation-1 li ul.sub-menu li a:hover {
  background: transparent !important;
}

.sorry {
  margin: 200px 0;
}
.sorry h1,
.sorry h2 {
  font-family: "Open Sans", sans-serif !important;
  color: #2C3A90 !important;
}
@media (min-width: 320px) {
  .sorry h1,
  .sorry h2 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .sorry h1,
  .sorry h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .sorry h1,
  .sorry h2 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .sorry p span {
    display: block;
  }
}

.container.sorry:before {
  display: none !important;
}

.thank-wrap {
  text-align: center;
  padding: 100px 0;
}
.thank-wrap p {
  margin: 0 0 20px !important;
  font-size: 18px !important;
}
.thank-wrap p a:hover {
  color: #000;
}
.thank-wrap .titleSize-70 h1.elementor-heading-title, .thank-wrap .titleSize-70 h1.elementor-heading-title {
  font-size: 27px !important;
}
@media (min-width: 768px) {
  .thank-wrap .titleSize-70 h1.elementor-heading-title, .thank-wrap .titleSize-70 h1.elementor-heading-title {
    font-size: 35px !important;
  }
}
@media (min-width: 1200px) {
  .thank-wrap .titleSize-70 h1.elementor-heading-title, .thank-wrap .titleSize-70 h1.elementor-heading-title {
    font-size: 45px !important;
  }
}
@media (min-width: 1600px) {
  .thank-wrap .titleSize-70 h1.elementor-heading-title, .thank-wrap .titleSize-70 h1.elementor-heading-title {
    font-size: 50px !important;
  }
}
@media (min-width: 1850px) {
  .thank-wrap .titleSize-70 h1.elementor-heading-title, .thank-wrap .titleSize-70 h1.elementor-heading-title {
    font-size: 70px !important;
  }
}

@media only screen and (max-width: 980px) {
  .site-map-wrap .et_pb_menu .et_pb_menu__menu {
    display: block !important;
  }
  .site-map-wrap .et_pb_menu__wrap {
    justify-content: start;
  }
  .mobile_nav {
    display: none !important;
  }
  #menu-navigation-1 {
    display: block !important;
    position: relative;
  }
  #menu-navigation-1 nav ul {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  #menu-navigation-1 nav ul li {
    display: inline-block;
    margin-right: 15px;
  }
}
.second-fold {
  background: #f7f7f7;
}
@media (max-width: 1023px) {
  .second-fold {
    padding: 15px 0 !important;
  }
}
.second-fold .et_pb_text_inner, .second-fold p {
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .second-fold .et_pb_text_inner, .second-fold p {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .second-fold .et_pb_text_inner, .second-fold p {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  .second-fold .et_pb_text_inner, .second-fold p {
    font-size: 18px !important;
    line-height: 1.6;
  }
}
.second-fold .et_pb_text_inner a:hover, .second-fold p a:hover {
  color: #000 !important;
}
@media (max-width: 1023px) {
  .second-fold .bx-wrap {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.second-fold .bx {
  background: #fff !important;
  padding: 25px !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.second-fold .bx .et_pb_module {
  margin-bottom: 0 !important;
}
.second-fold .bx .et_pb_module h3.et_pb_module_heading {
  font-size: 27px !important;
  margin-bottom: 20px !important;
  position: relative;
}
@media (max-width: 1680px) {
  .second-fold .bx .et_pb_module h3.et_pb_module_heading {
    font-size: 23px !important;
  }
}
@media (max-width: 1470px) {
  .second-fold .bx .et_pb_module h3.et_pb_module_heading {
    font-size: 18px !important;
  }
}
.second-fold .bx .et_pb_module h3.et_pb_module_heading:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  background: #2C3A90;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.second-fold .bx.et_pb_column_1_3 {
  position: relative;
  width: calc(33.33333% - 20px) !important;
  margin-right: 20px !important;
}
@media (max-width: 1023px) {
  .second-fold .bx.et_pb_column_1_3 {
    width: 100% !important;
  }
}
.second-fold .bx.et_pb_column_1_3:last-child {
  margin-right: 0 !important;
}
.second-fold .bx.et_pb_column_1_3::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 5px;
  background: #2C3A90;
  bottom: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 5px 5px 0 0;
}
.second-fold.white {
  background: #fff !important;
}
.second-fold.white .bx {
  background: #f7f7f7 !important;
}

/* ===========================
          Faq
=========================== */
.faq-home-wrap {
  padding: 50px 80px;
}
@media (max-width: 1199px) {
  .faq-home-wrap {
    padding: 30px 0;
  }
}
.faq-home-wrap.faq-page {
  padding: 50px 0px;
}

.faq_accordion {
  margin: 20px 0 0;
}
.faq_accordion ul {
  padding-left: 0 !important;
}
.faq_accordion li {
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 2px solid #d9d9d9;
  margin: 0 !important;
}
.faq_accordion li.faq-last {
  border-bottom: none !important;
}
.faq_accordion li.faq-last .title {
  border-bottom: none !important;
}
.faq_accordion .expand {
  cursor: pointer;
  height: 25px;
  line-height: 1;
  margin: 2px 0 0 auto !important;
  padding: 0 !important;
  position: relative;
  width: 25px;
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .faq_accordion .expand {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .faq_accordion .expand {
    margin-top: 10px !important;
  }
}
.faq_accordion .expand:before {
  border-top: solid 2px #B3B3B3;
  border-right: solid 2px #B3B3B3;
  content: "";
  transform: rotate(45deg);
  position: absolute;
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
.faq_accordion .expand:before {
  height: 18px;
  width: 18px;
}
@media (max-width: 1199px) {
  .faq_accordion .expand:before {
    width: 10px;
    height: 10px;
  }
}
.faq_accordion .title {
  background-color: var(--global--color-white);
  color: #181818;
  cursor: pointer;
  display: flex;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  font-weight: 600 !important;
  line-height: 1.3;
  position: relative;
  text-transform: none !important;
}
.faq_accordion .title > * {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 10px;
  text-transform: inherit !important;
}
.faq_accordion .faq_content {
  background-color: transparent;
  color: var(--global-color-black);
  font-weight: 300;
  padding: 0;
}
.faq_accordion .faq_content p,
.faq_accordion .faq_content li {
  color: inherit;
  font-family: inherit;
  font-weight: 300;
}
.faq_accordion .faq_content p a,
.faq_accordion .faq_content li a {
  color: var(--global-color-primary);
  text-decoration: underline;
}
.faq_accordion .faq_content p a:hover,
.faq_accordion .faq_content li a:hover {
  color: var(--global-color-secondary);
  text-decoration: none;
}
.faq_accordion li {
  position: relative;
}
.faq_accordion li .faq_content {
  display: none;
}
.faq_accordion li.opened .title {
  color: #181818;
}
.faq_accordion li.opened .expand:after {
  display: none !important;
}
.faq_accordion li.opened .expand:before {
  transform: rotate(135deg);
}
.faq_accordion li:not(:last-child) {
  margin-bottom: 7px;
}
@media (min-width: 320px) {
  .faq_accordion .title {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .faq_accordion .title:hover {
    color: #2C3A90 !important;
  }
  .faq_accordion .faq_content {
    font-size: 16px !important;
    font-size: 1rem !important;
    padding: 12px 25px 12px 0;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .faq_accordion .title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .faq_accordion .faq_content {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1300px) {
  .faq_accordion .title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .faq_accordion > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .faq_accordion .title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .faq_accordion .faq_content {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  .faq_accordion .title {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
  .faq_accordion .faq_content {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

#back-to-top {
  cursor: pointer;
  align-items: center;
  background-color: var(--global--color-primary);
  border: 1px solid var(--global--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20px;
  display: inline-flex;
  font-size: 0;
  flex-direction: column;
  justify-content: center;
  height: 35px;
  width: 35px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  font-weight: 200 !important;
  z-index: 99;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: none !important;
}
@media (max-width: 1600px) {
  #back-to-top {
    width: 30px;
    height: 30px;
  }
}
#back-to-top svg {
  fill: var(--global--color-white);
  height: 12px;
}
#back-to-top:focus {
  outline: none !important;
}
#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  display: block !important;
}
@media (max-width: 1199px) {
  #back-to-top.visible {
    display: none !important;
  }
}
#back-to-top:hover {
  background-color: var(--global--color-secondary);
  text-decoration: none;
}
@media (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

.back-btn {
  align-items: center;
  background-color: var(--global--color-primary);
  border: 1px solid var(--global--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20%;
  color: var(--global--color-white) !important;
  display: inline-flex;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 300;
  height: 32px;
  margin: -42px 0 0;
  opacity: 0;
  padding: 0 10px;
  position: fixed;
  right: -20px;
  text-transform: uppercase;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  width: auto;
  z-index: 99;
}
.back-btn:hover {
  background-color: var(--global--color-secondary);
}
.back-btn.back-open {
  opacity: 1;
  right: 0;
}
.back-btn:focus {
  outline: none !important;
}
@media (max-width: 1199px) {
  .back-btn {
    display: none !important;
  }
}

body.home .et_pb_row {
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 576px) {
  body.home .et_pb_row {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  body.home .et_pb_row {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  body.home .et_pb_row {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  body.home .et_pb_row {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1600px) {
  body.home .et_pb_row {
    max-width: var(--tw-wrap-xxl) !important;
  }
}
@media (min-width: 1680px) {
  body.home .et_pb_row {
    max-width: var(--tw-wrap-xxxl) !important;
  }
}

.footer-form-wrap .et_pb_row, .common-wrap .et_pb_row {
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 576px) {
  .footer-form-wrap .et_pb_row, .common-wrap .et_pb_row {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .footer-form-wrap .et_pb_row, .common-wrap .et_pb_row {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .footer-form-wrap .et_pb_row, .common-wrap .et_pb_row {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  .footer-form-wrap .et_pb_row, .common-wrap .et_pb_row {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1600px) {
  .footer-form-wrap .et_pb_row, .common-wrap .et_pb_row {
    max-width: var(--tw-wrap-xxl) !important;
  }
}
@media (min-width: 1680px) {
  .footer-form-wrap .et_pb_row, .common-wrap .et_pb_row {
    max-width: var(--tw-wrap-xxxl) !important;
  }
}

body.home .full-width .et_pb_row {
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 576px) {
  body.home .full-width .et_pb_row {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  body.home .full-width .et_pb_row {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  body.home .full-width .et_pb_row {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  body.home .full-width .et_pb_row {
    max-width: 100% !important;
  }
}
@media (min-width: 1600px) {
  body.home .full-width .et_pb_row {
    max-width: 100% !important;
  }
}
@media (min-width: 1680px) {
  body.home .full-width .et_pb_row {
    max-width: 100% !important;
  }
}

.container,
.bottom-form-wrapper.e-con > .e-con-inner,
.bottom-form-wrapper.elementor-section-boxed > .elementor-container {
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  margin: 0 auto !important;
  width: 100% !important;
}
@media (min-width: 576px) {
  .container,
  .bottom-form-wrapper.e-con > .e-con-inner,
  .bottom-form-wrapper.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .container,
  .bottom-form-wrapper.e-con > .e-con-inner,
  .bottom-form-wrapper.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .container,
  .bottom-form-wrapper.e-con > .e-con-inner,
  .bottom-form-wrapper.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .bottom-form-wrapper.e-con > .e-con-inner,
  .bottom-form-wrapper.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1600px) {
  .container,
  .bottom-form-wrapper.e-con > .e-con-inner,
  .bottom-form-wrapper.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xxl) !important;
  }
}
@media (min-width: 1680px) {
  .container,
  .bottom-form-wrapper.e-con > .e-con-inner,
  .bottom-form-wrapper.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xxxl) !important;
  }
}

.flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .flex_box {
    flex-flow: wrap !important;
  }
}
@media (max-width: 1199px) {
  .flex_box .et_pb_column {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media (max-width: 1199px) {
  .flex_box .et_pb_column .et_pb_image_0 {
    text-align: center !important;
  }
}
@media (max-width: 1199px) {
  .flex_box .et_pb_column_0 {
    order: 2 !important;
  }
}
@media (max-width: 1199px) {
  .flex_box .et_pb_column_1 {
    order: 1 !important;
    margin-bottom: 20px !important;
  }
}

.btn-white .elementor-button-wrapper .elementor-button,
.btn-white .elementor-button-wrapper a {
  color: var(--global--color-black) !important;
  background-color: var(--global--color-white) !important;
  border: none !important;
}
.btn-white .elementor-button-wrapper .elementor-button:hover,
.btn-white .elementor-button-wrapper a:hover {
  background-color: var(--global--color-primary) !important;
  color: var(--global--color-white) !important;
}

.btnsNew, .elementor-widget-button .elementor-button-wrapper .elementor-button,
.elementor-widget-button .elementor-button-wrapper a,
.btn {
  background: #2C3A90;
  color: #fff;
  border-radius: 3px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  text-transform: uppercase;
}
@media (min-width: 320px) {
  .btnsNew, .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a,
  .btn {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    height: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 1200px) {
  .btnsNew, .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a,
  .btn {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 50px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1600px) {
  .btnsNew, .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a,
  .btn {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 60px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1850px) {
  .btnsNew, .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a,
  .btn {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    height: 65px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.btnsNew:active, .elementor-widget-button .elementor-button-wrapper .elementor-button:active,
.elementor-widget-button .elementor-button-wrapper a:active, .btnsNew:focus, .elementor-widget-button .elementor-button-wrapper .elementor-button:focus,
.elementor-widget-button .elementor-button-wrapper a:focus, .btnsNew:hover, .elementor-widget-button .elementor-button-wrapper .elementor-button:hover,
.elementor-widget-button .elementor-button-wrapper a:hover, .btnsNew:visited, .elementor-widget-button .elementor-button-wrapper .elementor-button:visited,
.elementor-widget-button .elementor-button-wrapper a:visited,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited {
  box-shadow: none;
  outline: none;
}
.btnsNew .ico, .elementor-widget-button .elementor-button-wrapper .elementor-button .ico,
.elementor-widget-button .elementor-button-wrapper a .ico,
.btn .ico {
  transition: all ease 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
.btnsNew .ico svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .ico svg,
.elementor-widget-button .elementor-button-wrapper a .ico svg,
.btn .ico svg {
  transition: all ease 0.3s;
  width: 35px;
  height: 35px;
}
@media (max-width: 1680px) {
  .btnsNew .ico svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .ico svg,
  .elementor-widget-button .elementor-button-wrapper a .ico svg,
  .btn .ico svg {
    width: 20px;
    height: 20px;
  }
}
.btnsNew .ico.sm svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .ico.sm svg,
.elementor-widget-button .elementor-button-wrapper a .ico.sm svg,
.btn .ico.sm svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 1680px) {
  .btnsNew .ico.sm svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .ico.sm svg,
  .elementor-widget-button .elementor-button-wrapper a .ico.sm svg,
  .btn .ico.sm svg {
    width: 20px;
    height: 20px;
  }
}
.btnsNew:hover, .elementor-widget-button .elementor-button-wrapper .elementor-button:hover,
.elementor-widget-button .elementor-button-wrapper a:hover,
.btn:hover {
  background-color: #000;
  color: #fff;
}
.btnsNew.border, .elementor-widget-button .elementor-button-wrapper .border.elementor-button,
.elementor-widget-button .elementor-button-wrapper a.border,
.btn.border {
  border: solid 1px #2C3A90;
  background-color: transparent !important;
  color: #2C3A90 !important;
}
.btnsNew.border:hover, .elementor-widget-button .elementor-button-wrapper .border.elementor-button:hover,
.elementor-widget-button .elementor-button-wrapper a.border:hover,
.btn.border:hover {
  background-color: #000 !important;
  color: #fff !important;
}
@media (min-width: 320px) {
  .btnsNew.small, .elementor-widget-button .elementor-button-wrapper .small.elementor-button,
  .elementor-widget-button .elementor-button-wrapper a.small,
  .btn.small {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 1200px) {
  .btnsNew.small, .elementor-widget-button .elementor-button-wrapper .small.elementor-button,
  .elementor-widget-button .elementor-button-wrapper a.small,
  .btn.small {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 35px;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (min-width: 1600px) {
  .btnsNew.small, .elementor-widget-button .elementor-button-wrapper .small.elementor-button,
  .elementor-widget-button .elementor-button-wrapper a.small,
  .btn.small {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 45px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1850px) {
  .btnsNew.small, .elementor-widget-button .elementor-button-wrapper .small.elementor-button,
  .elementor-widget-button .elementor-button-wrapper a.small,
  .btn.small {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 45px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.btnsNew.btn-white, .elementor-widget-button .elementor-button-wrapper .btn-white.elementor-button,
.elementor-widget-button .elementor-button-wrapper a.btn-white,
.btn.btn-white {
  background: #fff !important;
  color: #000 !important;
  text-decoration: none !important;
}
.btnsNew.btn-white:hover, .elementor-widget-button .elementor-button-wrapper .btn-white.elementor-button:hover,
.elementor-widget-button .elementor-button-wrapper a.btn-white:hover,
.btn.btn-white:hover {
  background: #000 !important;
  color: #fff !important;
}

body.home #main-content {
  padding-top: 0px !important;
}

body.our-inner-banner #main-content {
  padding-top: 0px !important;
}

#main-content {
  padding-top: 30px !important;
}
@media (max-width: 1199px) {
  #main-content {
    padding-top: 35px !important;
  }
}
@media (max-width: 767px) {
  #main-content {
    padding-top: 28px !important;
  }
}

@media (max-width: 1023px) {
  .top_bx_wrap_service {
    padding: 20px 0 20px !important;
  }
}
@media (max-width: 1023px) {
  .top_bx_wrap_service .et_pb_row {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.top_bx_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .top_bx_wrap {
    flex-wrap: wrap;
  }
}
.top_bx_wrap .img_bx {
  width: 40% !important;
  margin-right: 0 !important;
}
@media (max-width: 1199px) {
  .top_bx_wrap .img_bx {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .top_bx_wrap .img_bx .et_pb_image {
    margin: 0 auto 25px !important;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .top_bx_wrap .img_bx .et_pb_image {
    margin: 0 auto 10px !important;
  }
}
@media (max-width: 1199px) {
  .top_bx_wrap .img_bx.right .et_pb_image {
    margin: 30px auto 0 !important;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .top_bx_wrap .img_bx.right .et_pb_image {
    margin: 10px auto 0 !important;
  }
}
.top_bx_wrap .txt_bx {
  width: 60% !important;
  padding: 0 0 0 80px !important;
}
@media (max-width: 1199px) {
  .top_bx_wrap .txt_bx {
    width: 100% !important;
    padding: 0 !important;
  }
}
.top_bx_wrap .txt_bx.left {
  padding: 0 80px 0 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1199px) {
  .top_bx_wrap .txt_bx.left {
    padding: 0 !important;
  }
}
.top_bx_wrap .txt_bx .titleSize-40 h2 {
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 320px) {
  .top_bx_wrap .txt_bx .titleSize-40 h2 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 768px) {
  .top_bx_wrap .txt_bx .titleSize-40 h2 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1200px) {
  .top_bx_wrap .txt_bx .titleSize-40 h2 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .top_bx_wrap .txt_bx .titleSize-40 h2 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1850px) {
  .top_bx_wrap .txt_bx .titleSize-40 h2 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
.top_bx_wrap .txt_bx p {
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .top_bx_wrap .txt_bx p {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .top_bx_wrap .txt_bx p {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  .top_bx_wrap .txt_bx p {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.top_bx_wrap .txt_bx p a:hover {
  color: #000 !important;
}

.btn-wrap {
  display: flex;
}
.btn-wrap .btn + .btn {
  margin-left: 30px !important;
}

@media (max-width: 1199px) {
  .et_pb_row_0.et_pb_row.top-bx-tle-row {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 1023px) {
  .et_pb_row_0.et_pb_row.top-bx-tle-row {
    padding-top: 0px !important;
  }
}
.et_pb_row_0.et_pb_row.top-bx-tle-row p {
  width: 80% !important;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .et_pb_row_0.et_pb_row.top-bx-tle-row p {
    width: 100% !important;
  }
}

.residential-service {
  margin: 0 -10px;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .residential-service {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .residential-service {
    padding: 0px 0;
  }
}

.ser-bx {
  margin: 0 10px;
}
.ser-bx figure {
  position: relative;
}
.ser-bx figure:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
}
.ser-bx figure figcaption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  z-index: 3;
  color: #fff;
}
@media (max-width: 1600px) {
  .ser-bx figure figcaption {
    font-size: 15px;
  }
}
.ser-bx .txt_bx {
  background: #fff;
  padding: 30px;
  border-right: solid 1px #2C3A90;
  border-left: solid 1px #2C3A90;
  border-bottom: solid 1px #2C3A90;
}
@media (max-width: 1600px) {
  .ser-bx .txt_bx {
    padding: 15px;
  }
}
.ser-bx .txt_bx p {
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 14px !important;
  min-height: 80px;
}
@media (min-width: 320px) {
  .ser-bx .txt_bx p {
    min-height: 0px;
  }
}
@media (min-width: 768px) {
  .ser-bx .txt_bx p {
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .ser-bx .txt_bx p {
    font-size: 14px !important;
    min-height: 80px;
  }
}
@media (min-width: 1600px) {
  .ser-bx .txt_bx p {
    font-size: 15px !important;
    min-height: 80px;
  }
}
@media (min-width: 1850px) {
  .ser-bx .txt_bx p {
    font-size: 18px !important;
    min-height: 90px;
  }
}

@media (max-width: 1199px) {
  .gallery-hd.et_pb_section {
    padding: 50px 0 25px !important;
  }
}

body.home div.pp_pic_holder, body.home .pp_overlay {
  display: none !important;
}

.pro-main {
  float: left;
  width: 100%;
  height: 825px;
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .pro-main {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
}
.pro-main .pro_bx {
  margin: 7px;
}
.pro-main .pro_bx a {
  width: 100%;
  height: 100%;
}
.pro-main .pro_bx a img {
  width: 100% !important;
  height: 100% !important;
}
.pro-main .pro_bx.pro1 {
  float: left;
  width: 25%;
  height: 250px;
}
@media (max-width: 1199px) {
  .pro-main .pro_bx.pro1 {
    width: 35%;
    height: 210px;
  }
}
@media (max-width: 767px) {
  .pro-main .pro_bx.pro1 {
    width: auto;
    height: auto;
  }
}
.pro-main .pro_bx.pro1 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-main .pro_bx.pro2 {
  float: left;
  width: 49%;
  height: 250px;
}
@media (max-width: 1680px) {
  .pro-main .pro_bx.pro2 {
    width: 48%;
  }
}
@media (max-width: 1366px) {
  .pro-main .pro_bx.pro2 {
    width: 47%;
  }
}
@media (max-width: 1199px) {
  .pro-main .pro_bx.pro2 {
    width: 61%;
    height: 210px;
  }
}
@media (max-width: 767px) {
  .pro-main .pro_bx.pro2 {
    width: auto;
    height: auto;
  }
}
.pro-main .pro_bx.pro2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-main .pro_bx.pro3 {
  float: right;
  width: 23%;
  height: 520px;
  margin: 5px 20px 5px 0;
}
@media (max-width: 1366px) {
  .pro-main .pro_bx.pro3 {
    width: 23.7%;
  }
}
@media (max-width: 1199px) {
  .pro-main .pro_bx.pro3 {
    width: 45%;
    height: 520px;
    margin: 5px 7px 5px 0;
  }
}
@media (max-width: 767px) {
  .pro-main .pro_bx.pro3 {
    width: auto;
    height: auto;
  }
}
.pro-main .pro_bx.pro3 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-main .pro_bx.pro4 {
  float: left;
  width: 49%;
  height: 515px;
}
@media (max-width: 1199px) {
  .pro-main .pro_bx.pro4 {
    width: 50%;
    height: 510px;
  }
}
@media (max-width: 767px) {
  .pro-main .pro_bx.pro4 {
    width: auto;
    height: auto;
  }
}
.pro-main .pro_bx.pro4 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-main .pro_bx.pro5 {
  float: left;
  width: 25%;
  height: 250px;
}
@media (max-width: 1680px) {
  .pro-main .pro_bx.pro5 {
    width: 24%;
  }
}
@media (max-width: 1366px) {
  .pro-main .pro_bx.pro5 {
    width: 23%;
  }
}
@media (max-width: 1199px) {
  .pro-main .pro_bx.pro5 {
    width: 40%;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .pro-main .pro_bx.pro5 {
    width: auto;
    height: auto;
  }
}
.pro-main .pro_bx.pro5 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-main .pro_bx.pro6 {
  float: left;
  width: 25%;
  height: 250px;
}
@media (max-width: 1680px) {
  .pro-main .pro_bx.pro6 {
    width: 24%;
  }
}
@media (max-width: 1366px) {
  .pro-main .pro_bx.pro6 {
    width: 23%;
  }
}
@media (max-width: 1199px) {
  .pro-main .pro_bx.pro6 {
    width: 50%;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .pro-main .pro_bx.pro6 {
    width: auto;
    height: auto;
  }
}
.pro-main .pro_bx.pro6 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-main .pro_bx.pro7 {
  float: right;
  width: 23%;
  height: 250px;
  margin: 5px 20px 5px 0;
}
@media (max-width: 1366px) {
  .pro-main .pro_bx.pro7 {
    width: 23.7%;
  }
}
@media (max-width: 1199px) {
  .pro-main .pro_bx.pro7 {
    width: 50%;
    height: 250px;
    margin: 5px 10px 20px 7px;
  }
}
@media (max-width: 767px) {
  .pro-main .pro_bx.pro7 {
    width: auto;
    height: auto;
  }
}
.pro-main .pro_bx.pro7 img {
  -o-object-fit: cover;
     object-fit: cover;
}

.google-review-wrap {
  padding: 100px 0 !important;
}
@media (max-width: 1470px) {
  .google-review-wrap {
    padding: 70px 0 !important;
  }
}
@media (max-width: 1199px) {
  .google-review-wrap {
    padding: 40px 0 !important;
  }
}
@media (max-width: 767px) {
  .google-review-wrap {
    padding: 30px 0 !important;
  }
}

.more-less {
  display: inline-block;
  color: #000;
  opacity: 0.4;
  font-weight: 400 !important;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .more-less {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .more-less {
    font-size: 14px;
  }
}
.more-less:hover {
  color: #2C3A90 !important;
}

.review_bx .wid-20 {
  width: 20% !important;
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .review_bx .wid-20 {
    width: 100% !important;
    margin-bottom: 20px !important;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .review_bx .wid-20 .et_pb_image {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .review_bx .wid-20 .et_pb_image .et_pb_image_wrap {
    margin: 0 auto;
    text-align: center;
  }
}
.review_bx .wid-20 .btn {
  margin-top: 15px;
  background-color: #4285f4 !important;
  border-radius: 4px;
  height: 60px;
  width: 90%;
  font-size: 20px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media (max-width: 1600px) {
  .review_bx .wid-20 .btn {
    height: 50px;
    font-size: 16px !important;
    width: 100%;
  }
}
@media (max-width: 1470px) {
  .review_bx .wid-20 .btn {
    font-size: 14px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 1199px) {
  .review_bx .wid-20 .btn {
    width: auto;
  }
}
.review_bx .wid-20 .btn:hover {
  background-color: #000 !important;
}
.review_bx .wid-20 .btn img {
  margin-left: 20px;
}
.review_bx .wid-70 {
  width: 70% !important;
  margin-left: 100px;
}
@media (max-width: 1199px) {
  .review_bx .wid-70 {
    width: 100% !important;
    margin-left: 0px;
  }
}
.review_bx .rv-tl {
  font-size: 28px;
  color: #575759;
  margin-bottom: 0 !important;
}
@media (max-width: 1600px) {
  .review_bx .rv-tl {
    font-size: 22px;
  }
}
@media (max-width: 1470px) {
  .review_bx .rv-tl {
    font-size: 20px;
  }
}

.rvw-slider .slick-next,
.rvw-slider .slick-prev {
  border: none !important;
}
.rvw-slider .slick-next:hover,
.rvw-slider .slick-prev:hover {
  background: transparent !important;
}
.rvw-slider .slick-next:before {
  content: "";
  width: 15px;
  height: 15px;
  border-right: solid 2px #a4a5ab !important;
  border-top: solid 2px #a4a5ab !important;
  left: 40%;
  top: 35%;
}
.rvw-slider .slick-next:hover:before {
  border-right: solid 2px #000 !important;
  border-top: solid 2px #000 !important;
}
.rvw-slider .slick-prev:before {
  content: "";
  width: 15px;
  height: 15px;
  border-right: solid 2px #a4a5ab !important;
  border-top: solid 2px #a4a5ab !important;
  left: 40%;
  top: 35%;
}
.rvw-slider .slick-prev:hover:before {
  border-right: solid 2px #000 !important;
  border-top: solid 2px #000 !important;
}
.rvw-slider .review {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0 10px;
  min-height: 382px;
}
@media (max-width: 1600px) {
  .rvw-slider .review {
    padding: 15px;
    margin: 0 7px;
    min-height: 300px;
  }
}
@media (max-width: 1199px) {
  .rvw-slider .review {
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .rvw-slider .review {
    min-height: auto;
  }
}
.rvw-slider .review a {
  color: #777777;
}
.rvw-slider .review p {
  font-weight: 200 !important;
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .rvw-slider .review p {
    font-size: 14px;
  }
}
.rvw-slider .review .tle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
.rvw-slider .review .tle:after, .rvw-slider .review .tle:before {
  display: none;
}
.rvw-slider .review .tle .hd {
  display: flex;
}
.rvw-slider .review .tle .hd p {
  font-size: 20px !important;
  margin: 0 !important;
  font-weight: 400 !important;
}
@media (max-width: 1600px) {
  .rvw-slider .review .tle .hd p {
    font-size: 17px !important;
  }
}
@media (max-width: 1470px) {
  .rvw-slider .review .tle .hd p {
    font-size: 14px !important;
  }
}
.rvw-slider .review .tle .hd p span {
  display: block;
  color: #777777;
  font-size: 15px;
}
@media (max-width: 1600px) {
  .rvw-slider .review .tle .hd p span {
    font-size: 14px;
  }
}
.rvw-slider .review .tle .hd .letter {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 22px;
  margin: 0 15px 0 0;
  overflow: hidden;
}
.rvw-slider .review .tle .hd .letter.green {
  background: #019aaf;
}
.rvw-slider .review .tle .hd .letter.pink {
  background: #bb14a0;
}

@media (max-width: 1199px) {
  .faq-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.faq-wrapper .wid-55 {
  width: 56% !important;
  margin: 0 !important;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .faq-wrapper .wid-55 {
    width: 100% !important;
    padding-right: 0px;
    order: 2;
  }
}
.faq-wrapper .wid-45 {
  width: 40% !important;
  margin: 0 0 0 50px !important;
}
@media (max-width: 1600px) {
  .faq-wrapper .wid-45 {
    margin: 0 0 0 40px !important;
  }
}
@media (max-width: 1199px) {
  .faq-wrapper .wid-45 {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    order: 1;
  }
}
@media (max-width: 1199px) {
  .faq-wrapper .wid-45 .et_pb_image {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .faq-wrapper .wid-45 .et_pb_image .et_pb_image_wrap {
    margin: 0 auto;
    text-align: center;
  }
}

.req-wrap {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1023px) {
  .req-wrap {
    flex-flow: wrap;
  }
}
.req-wrap .img_bx {
  width: 40%;
}
@media (max-width: 1023px) {
  .req-wrap .img_bx {
    width: 100% !important;
  }
}
.req-wrap .txt_bx {
  width: 60%;
  padding: 70px 0 0 100px;
}
@media (max-width: 1600px) {
  .req-wrap .txt_bx {
    padding: 50px 0 0 70px;
  }
}
@media (max-width: 1199px) {
  .req-wrap .txt_bx {
    padding: 45px 0 0 40px;
  }
}
@media (max-width: 1023px) {
  .req-wrap .txt_bx {
    width: 100% !important;
    padding: 20px !important;
  }
}
.req-wrap .txt_bx .et_pb_code_inner h2 {
  font-weight: 700 !important;
}
@media (min-width: 320px) {
  .req-wrap .txt_bx .et_pb_code_inner h2 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 768px) {
  .req-wrap .txt_bx .et_pb_code_inner h2 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .req-wrap .txt_bx .et_pb_code_inner h2 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .req-wrap .txt_bx .et_pb_code_inner h2 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1850px) {
  .req-wrap .txt_bx .et_pb_code_inner h2 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
.req-wrap .txt_bx .et_pb_code_inner .h3 {
  font-family: "Roboto", sans-serif;
}
.req-wrap .txt_bx .et_pb_code_inner .btn {
  font-weight: 600 !important;
  margin-top: 20px !important;
}

.location-wrap {
  padding: 0px !important;
}
.location-wrap .et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.location-wrap .text_bx {
  padding-left: 6% !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 1600px) {
  .location-wrap .text_bx {
    padding-left: 4% !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (max-width: 1023px) {
  .location-wrap .text_bx {
    padding: 20px !important;
  }
}
.ic_bx {
  display: flex;
  border-bottom: solid 2px #7c83b9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ic_bx .ic {
  margin-right: 15px;
}
.ic_bx .ic svg {
  width: 28px;
  height: 37px;
}
@media (max-width: 1600px) {
  .ic_bx .ic svg {
    width: 20px;
    height: 29px;
  }
}
.ic_bx .bold {
  color: #2C3A90;
  font-weight: 600 !important;
}

.footer-form-wrap {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 1600px) {
  .footer-form-wrap {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 320px) {
  .footer-form-wrap .et_pb_row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.footer-form-wrap .text_bx {
  color: #fff;
  text-align: center;
  padding: 100px 60px !important;
}
@media (max-width: 1600px) {
  .footer-form-wrap .text_bx {
    padding: 80px 40px !important;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .text_bx {
    width: 100% !important;
    padding: 30px !important;
  }
}
.footer-form-wrap .text_bx .et_pb_text_inner {
  text-align: center;
}
.footer-form-wrap .text_bx .et_pb_text_inner h2 {
  color: #fff !important;
}
.footer-form-wrap .text_bx .et_pb_text_inner h2 span {
  display: block;
}
@media (max-width: 1199px) {
  .footer-form-wrap .text_bx .et_pb_text_inner h2 span {
    display: inline;
  }
}
.footer-form-wrap .text_bx .et_pb_text_inner .top {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 1599px) {
  .footer-form-wrap .text_bx .et_pb_text_inner .top {
    font-size: 14px !important;
  }
}
.footer-form-wrap .text_bx .et_pb_text_inner .top span {
  font-size: 20px !important;
  display: block;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .footer-form-wrap .text_bx .et_pb_text_inner .top span {
    font-size: 18px;
  }
}
.footer-form-wrap .text_bx .et_pb_text_inner .top a {
  font-weight: 700;
  text-decoration: none;
  font-size: 20px !important;
  color: #fff;
  text-decoration: none !important;
  cursor: default;
}
@media (max-width: 1199px) {
  .footer-form-wrap .text_bx .et_pb_text_inner .top a {
    font-size: 18px;
  }
}
.footer-form-wrap .text_bx .et_pb_text_inner .note_bx {
  padding: 40px;
  background: #2b3584;
  text-align: left;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .footer-form-wrap .text_bx .et_pb_text_inner .note_bx {
    padding: 20px;
  }
}
.footer-form-wrap .text_bx .et_pb_text_inner .note_bx p {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 1600px) {
  .footer-form-wrap .text_bx .et_pb_text_inner .note_bx p {
    font-size: 16px;
  }
}
@media (max-width: 1470px) {
  .footer-form-wrap .text_bx .et_pb_text_inner .note_bx p {
    font-size: 14px;
  }
}
.footer-form-wrap .text_bx .et_pb_text_inner .note_bx p span {
  font-weight: 100;
  line-height: 1.6;
  font-size: 16px !important;
}
@media (max-width: 1599px) {
  .footer-form-wrap .text_bx .et_pb_text_inner .note_bx p span {
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .form_bx {
    width: 100% !important;
    padding: 30px !important;
  }
}
@media (max-width: 767px) {
  .footer-form-wrap .form_bx {
    padding: 15px !important;
  }
}
@media (min-width: 1850px) {
  .footer-form-wrap .form_bx h2.et_pb_module_heading {
    font-size: 48px !important;
  }
}
@media (max-width: 767px) {
  .footer-form-wrap .form_bx h2.et_pb_module_heading {
    font-size: 21px !important;
  }
}
.footer-form-wrap .form_bx ::-webkit-input-placeholder {
  color: #67686b !important;
  opacity: 1;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .footer-form-wrap .form_bx ::-webkit-input-placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .form_bx ::-webkit-input-placeholder {
    font-size: 13px;
  }
}
.footer-form-wrap .form_bx :-moz-placeholder {
  color: #67686b !important;
  opacity: 1;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .footer-form-wrap .form_bx :-moz-placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .form_bx :-moz-placeholder {
    font-size: 13px;
  }
}
.footer-form-wrap .form_bx ::-moz-placeholder {
  color: #67686b !important;
  opacity: 1;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .footer-form-wrap .form_bx ::-moz-placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .form_bx ::-moz-placeholder {
    font-size: 13px;
  }
}
.footer-form-wrap .form_bx :-ms-input-placeholder {
  color: #67686b !important;
  opacity: 1;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .footer-form-wrap .form_bx :-ms-input-placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .form_bx :-ms-input-placeholder {
    font-size: 13px;
  }
}
.footer-form-wrap .form_bx label, .footer-form-wrap .form_bx .frm_ajax_loading {
  display: none !important;
}
.footer-form-wrap .form_bx input,
.footer-form-wrap .form_bx textarea {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid 2px #afb1b7 !important;
  padding: 15px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .footer-form-wrap .form_bx input,
  .footer-form-wrap .form_bx textarea {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer-form-wrap .form_bx input,
  .footer-form-wrap .form_bx textarea {
    font-size: 14px;
  }
}
.footer-form-wrap .form_bx input:focus,
.footer-form-wrap .form_bx textarea:focus {
  box-shadow: none !important;
}
.footer-form-wrap .form_bx textarea {
  height: 100px;
  resize: none !important;
}
.footer-form-wrap .form_bx .frm_submit {
  text-align: right;
}
.footer-form-wrap .form_bx .frm_submit input[type=submit] {
  background: #2C3A90 !important;
  height: 60px !important;
  width: 170px !important;
  border: none !important;
  color: #fff !important;
  font-size: 22px !important;
  text-transform: uppercase;
  margin-right: -20px;
  border-radius: 5px !important;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1199px) {
  .footer-form-wrap .form_bx .frm_submit input[type=submit] {
    margin-right: 0;
  }
}
.footer-form-wrap .form_bx .frm_submit input[type=submit]:hover {
  background-color: #000 !important;
}
.footer-form-wrap .form_bx .form-field {
  margin-bottom: 15px !important;
}

h1.fs-30 {
  font-size: 30px !important;
}

h3.fs-23 {
  font-size: 22px !important;
}

h2.fs-26 {
  font-size: 26px !important;
}

.ul-fontsize h4 {
  font-size: 18px !important;
  text-transform: none !important;
}

.call_box_bot h2 {
  font-size: 26px !important;
  text-transform: none !important;
}

body:not(.home) h1,
body:not(.home) .h1 {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 768px) {
  body:not(.home) h1,
  body:not(.home) .h1 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1200px) {
  body:not(.home) h1,
  body:not(.home) .h1 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  body:not(.home) h1,
  body:not(.home) .h1 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1850px) {
  body:not(.home) h1,
  body:not(.home) .h1 {
    font-size: 47px !important;
    font-size: 2.9375rem !important;
  }
}
body:not(.home) h2,
body:not(.home) .h2 {
  font-weight: 600 !important;
  color: #0B0F23 !important;
  text-transform: uppercase !important;
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media (min-width: 768px) {
  body:not(.home) h2,
  body:not(.home) .h2 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1200px) {
  body:not(.home) h2,
  body:not(.home) .h2 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1600px) {
  body:not(.home) h2,
  body:not(.home) .h2 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1850px) {
  body:not(.home) h2,
  body:not(.home) .h2 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}/*# sourceMappingURL=header-footer.css.map */