@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #33363b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-bg);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

@font-face {
  font-family: "cix-icon";
  src: url("../font/cix-icon.eot?24864996");
  src: url("../font/cix-icon.eot?24864996#iefix") format("embedded-opentype"), url("../font/cix-icon.woff2?24864996") format("woff2"), url("../font/cix-icon.woff?24864996") format("woff"), url("../font/cix-icon.ttf?24864996") format("truetype"), url("../font/cix-icon.svg?24864996#cix-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before,
[class^=icons-]::after, [class*=" icons-"]:after {
  font-family: "cix-icon", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-callcenter:before {
  content: "\e800";
} /* '' */
.icon-talep:before {
  content: "\e801";
} /* '' */
.icon-search:before {
  content: "\e802";
} /* '' */
.icon-ablem:before {
  content: "\e803";
} /* '' */
.icon-cancel:before {
  content: "\e804";
} /* '' */
.icon-down:before {
  content: "\e805";
} /* '' */
.icon-left:before {
  content: "\e806";
} /* '' */
.icon-right:before {
  content: "\e807";
} /* '' */
.icon-up:before {
  content: "\e808";
} /* '' */
.icon-left-open-mini:before {
  content: "\e809";
} /* '' */
.icon-right-open-mini:before {
  content: "\e80a";
} /* '' */
.icon-circle-right:before {
  content: "\e80b";
} /* '' */
.icon-circle-left:before {
  content: "\e80c";
} /* '' */
.icon-twitter:before {
  content: "\e80d";
} /* '' */
.icon-sera:before {
  content: "\e80e";
} /* '' */
.icon-sicak:before {
  content: "\e80f";
} /* '' */
.icon-soguk:before {
  content: "\e810";
} /* '' */
.icon-location:before {
  content: "\e811";
} /* '' */
.icon-phone:before {
  content: "\e812";
} /* '' */
.icon-mail:before {
  content: "\e813";
} /* '' */
.icon-ok-circle:before {
  content: "\e814";
} /* '' */
.icon-down-open:before {
  content: "\f004";
} /* '' */
.icon-up-open:before {
  content: "\f005";
} /* '' */
.icon-right-open:before {
  content: "\f006";
} /* '' */
.icon-left-open:before {
  content: "\f007";
} /* '' */
.icon-menu:before {
  content: "\f0c9";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-facebook:before {
  content: "\f30c";
} /* '' */
.icon-linkedin:before {
  content: "\f318";
} /* '' */
.cc-window {
  background-color: var(--windowBg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: var(--windowPadding, 25px 15px);
  z-index: 99999;
  border: var(--windowBorder, 0);
  overflow: auto;
  -webkit-filter: drop-shadow(0px 1px 3px rgba(60, 64, 67, 0.3));
          filter: drop-shadow(0px 1px 3px rgba(60, 64, 67, 0.3));
}

.cc-window *,
.cc-modal-window * {
  font-family: var(--fontFamily, "Inter", sans-serif, Arial, sans-serif);
}

.cc-window.cc-content-right {
  text-align: right;
}

.cc-window.cc-content-left {
  text-align: left;
}

.cc-window.cc-content-center {
  text-align: center;
}

/* Position */
.cc-window.cc-pos-top,
.cc-window.cc-pos-top-left,
.cc-window.cc-pos-top-right,
.cc-window.cc-pos-bottom,
.cc-window.cc-pos-bottom-left,
.cc-window.cc-pos-bottom-right,
.cc-window.cc-pos-bottom-center,
.cc-window.cc-pos-top-center,
#cc-btn-dismiss {
  position: fixed;
}

.cc-window.cc-pos-top {
  --windowMarginTop: 0;
  top: var(--windowMarginTop);
  left: 0;
  width: 100%;
}

.cc-window.cc-pos-top-center {
  top: var(--windowMarginTop, 24px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.cc-window.cc-pos-top-left,
.cc-window.cc-pos-top-right,
.cc-window.cc-pos-bottom-left,
.cc-window.cc-pos-bottom-right,
.cc-window.cc-pos-bottom-center,
.cc-window.cc-pos-top-center {
  border-radius: var(--windowRadius, 10px);
  width: var(--windowWidth, 500px);
}

.cc-window.cc-pos-top-left,
.cc-window.cc-pos-top-right,
#cc-btn-dismiss.cc-pos-top-right,
#cc-btn-dismiss.cc-pos-top-left {
  top: var(--windowMarginTop, 24px);
}

.cc-window.cc-pos-top-left,
#cc-btn-dismiss.cc-pos-top-left {
  left: var(--windowMarginLeft, 24px);
}

.cc-window.cc-pos-top-right,
#cc-btn-dismiss.cc-pos-top-right {
  right: var(--windowMarginRight, 24px);
}

.cc-window.cc-pos-bottom {
  --windowMarginBottom: 0;
  bottom: var(--windowMarginBottom, 24px);
  left: 0;
  width: 100%;
}

.cc-window.cc-pos-bottom-center {
  bottom: var(--windowMarginBottom, 24px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.cc-window.cc-pos-bottom-left,
.cc-window.cc-pos-bottom-right,
#cc-btn-dismiss.cc-pos-bottom-left,
#cc-btn-dismiss.cc-pos-bottom-right {
  bottom: var(--windowMarginBottom, 24px);
}

.cc-window.cc-pos-bottom-left,
#cc-btn-dismiss.cc-pos-bottom-left {
  left: var(--windowMarginLeft, 24px);
}

.cc-window.cc-pos-bottom-right,
#cc-btn-dismiss.cc-pos-bottom-right {
  right: var(--windowMarginRight, 24px);
}

/* Content */
.cc-window .cc-window-title {
  font-size: var(--titleFontSize, 14px);
  font-weight: var(--titleFontWeight, 600);
  color: var(--titleTextColor, #001D35);
  padding: var(--titlePadding, 24px 24px 0 24px);
  margin-bottom: 1rem;
  display: none;
}

.cc-window .cc-window-message {
  padding: var(--messagePadding, 0px 0px 10px 0px);
  line-height: var(--messageLineHeight, 1.2rem);
}

.cc-window .cc-window-message,
.cc-window .cc-window-message a,
.cc-window .cc-window-message p {
  font-size: var(--messageFontSize, 12px);
  font-weight: var(--messageFontWeight, 400);
  color: var(--messageTextColor, #FFFFFF);
  line-height: var(--messageLineHeight, 1.2rem);
}

.cc-window .cc-window-message p {
  padding: 0 0 0.5rem 0;
}

.cc-window .cc-window-message a,
.cc-window .cc-window-message a:hover,
.cc-window .cc-window-message a:visited {
  color: var(--messageLinkColor, #FFFFFF);
  -webkit-text-decoration: var(--messageLinkDecoration, underline);
          text-decoration: var(--messageLinkDecoration, underline);
  font-weight: var(--messageLinkFontWeight, 600);
}

/* Settings */
#cc-window-settings .cc-window-settings-header {
  margin-bottom: 2rem;
}

#cc-window-settings .cc-window-settings-footer {
  margin-top: 2rem;
}

#cc-window-settings .cc-window-settings-cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 2px solid var(--settingsSeparatorColor, #eee);
  gap: 3rem;
  padding: 16px 0;
}

#cc-window-settings .cc-window-settings-cookie .cc-window-settings-cookie-content {
  width: 100%;
}

#cc-window-settings .cc-window-settings-cookie .cc-window-settings-cookie-title {
  font-size: var(--settingsTitleSize, 14px);
  font-weight: var(--settingsTitleWidth, 600);
  margin-bottom: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#cc-window-settings .cc-window-settings-cookie .cc-window-settings-cookie-title-dropdown {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

#cc-window-settings .cc-window-settings-cookie .cc-window-settings-cookie-desc {
  width: 100%;
}

#cc-window-settings .cc-window-settings-cookie .cc-window-settings-cookie-desc * {
  font-size: var(--settingsFontSize, 14px);
}

#cc-window-settings .cc-window-settings-cookie .cc-window-settings-cookie-desc p {
  margin-bottom: 0.5rem;
}

/* Buttons */
.cc-window .cc-window-buttons,
.cc-modal-window .cc-window-settings-buttons {
  text-align: var(--buttonsAlign, center);
  padding: var(--buttonsPadding, 10px 10px);
}

.cc-window .cc-window-buttons button,
.cc-modal-window .cc-window-settings-buttons button {
  display: initial !important;
  font-size: var(--btnFontSize, 12px);
  font-weight: var(--btnFontWeight, 600);
  line-height: 1;
  margin: var(--btnMargin, 10px 2px 0 2px);
  padding: var(--btnPadding, 12px 12px 8px);
  border-radius: var(--btnRadius, 5px);
  cursor: pointer;
  outline: none;
  letter-spacing: 0;
}

.cc-window .cc-window-buttons button.cc-btn-accept {
  background-color: var(--btnAcceptBg, #000);
  color: var(--btnAcceptTextColor, #FFFFFF);
  border: var(--btnAcceptBorder, 0);
}

.cc-window .cc-window-buttons button.cc-btn-accept:hover {
  background-color: var(--btnAcceptBgHover, #f6f6f6);
  color: var(--btnAcceptTextColorHover, #333);
}

.cc-window .cc-window-buttons button.cc-btn-reject {
  background-color: var(--btnRejectBg, #FFFFFF);
  color: var(--btnRejectTextColor, #333);
  border: var(--btnRejectBorder, 0);
}

.cc-window .cc-window-buttons button.cc-btn-reject:hover {
  background-color: var(--btnRejectBgHover, #f6f6f6);
  color: var(--btnRejectTextColorHover, #333);
}

.cc-window .cc-window-buttons button.cc-btn-info {
  background-color: var(--btnInfoBg, #000);
  color: var(--btnInfoTextColor, #FFFFFF);
  border: var(--btnInfoBorder, 0);
}

.cc-window .cc-window-buttons button.cc-btn-info:hover {
  background-color: var(--btnInfoBgHover, #f6f6f6);
  color: var(--btnInfoTextColorHover, #333);
}

.cc-window .cc-window-buttons button.cc-btn-settings {
  background-color: var(--btnSettingsBg, #9E9E9E);
  color: var(--btnSettingsTextColor, #ffffff);
  border: var(--btnSettingsBorder, 0);
}

.cc-window .cc-window-buttons button.cc-btn-settings:hover {
  background-color: var(--btnSettingsBgHover, #f6f6f6);
  color: var(--btnSettingsTextColorHover, #333);
}

.cc-window-settings-buttons button.cc-btn-settings-select {
  background-color: var(--btnSettingsSelectBg, transparent);
  color: var(--btnSettingsSelectTextColor, #424242);
  border: var(--btnSettingsSelectBorder, 0);
}

.cc-window-settings-buttons button.cc-btn-settings-select:hover {
  background-color: var(--btnSettingsSelectBgHover, #E0E0E0);
}

.cc-window-settings-buttons button.cc-btn-settings-accept {
  background-color: var(--btnSettingsAcceptBg);
  color: var(--btnSettingsAcceptTextColor, #ffffff);
  border: var(--btnSettingsAcceptBorder, 0);
}

.cc-window-settings-buttons button.cc-btn-settings-accept:hover {
  background-color: var(--btnSettingsAcceptBgHover, #1B5E20);
}

#cc-btn-dismiss {
  font-family: var(--fontFamily, "Open Sans", Arial, sans-serif);
  background-color: var(--btnDismissBg, #ddd);
  color: var(--btnDismissTextColor, #000);
  border: var(--btnDismissBorder, 0);
  font-size: var(--btnDismissFontSize, 12px);
  font-weight: var(--btnDismissFontWeight, 400);
  margin: 2rem 0.3rem 0 0.3rem;
  padding: var(--btnDismissPadding, 10px 12px);
  border-radius: var(--btnDismissRadius, 24px);
  cursor: pointer;
  outline: none;
  z-index: 99999;
  -webkit-filter: drop-shadow(0px 1px 3px rgba(60, 64, 67, 0.2));
          filter: drop-shadow(0px 1px 3px rgba(60, 64, 67, 0.2));
  opacity: 0.4;
}

#cc-btn-dismiss:hover {
  opacity: 1;
}

/* Modal https://www.w3schools.com/howto/howto_css_modals.asp */
/* The Modal (background) */
.cc-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.cc-modal-window {
  background-color: var(--popupBg, #fff);
  color: var(--popupTextColor, #333);
  margin: 10vh auto; /* 15% from the top and centered */
  border: var(--windowBorder, 0);
  -webkit-filter: drop-shadow(0px 1px 3px rgba(60, 64, 67, 0.3));
          filter: drop-shadow(0px 1px 3px rgba(60, 64, 67, 0.3));
  /*width: 80%;*/
  width: var(--popupWidth, 600px);
  border-radius: var(--popupRadius, 24px);
  padding: var(--windowPadding, 24px);
}

.cc-modal-content {
  color: var(--popupTextColor, #001D35);
  padding: var(--titlePadding, 0 24px 24px 24px);
  font-size: var(--messageFontSize, 12px);
  font-weight: var(--messageFontWeight, 400);
  line-height: var(--messageLineHeight, 1.2rem);
  margin-top: 24px;
  margin-bottom: 24px;
}

.cc-modal-window .cc-modal-content h2 {
  font-size: var(--titleFontSize, 16px);
  font-weight: var(--titleFontWeight, 600);
  color: var(--titleTextColor, #001D35);
  margin-bottom: 1rem;
}

.cc-modal-window .cc-modal-content p {
  padding: 0 0 0.5rem 0;
  font-size: var(--messageFontSize, 14px);
  line-height: var(--messageLineHeight, 1.2rem);
}

/* Switch https://www.w3schools.com/howto/howto_css_switch.asp */
.cc-modal-window .cc-modal-content .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 26px;
}

.cc-modal-window .cc-modal-content .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cc-modal-window .cc-modal-content .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C62828;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cc-modal-window .cc-modal-content .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cc-modal-window .cc-modal-content input:checked + .slider {
  background-color: #1b5e20;
}

.cc-modal-window .cc-modal-content input:disabled + .slider {
  background-color: #ccc;
}

.cc-modal-window .cc-modal-content input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}

.cc-modal-window .cc-modal-content .slider.round {
  border-radius: 34px;
}

.cc-modal-window .cc-modal-content .slider.round:before {
  border-radius: 50%;
}

/* The Close Button */
.cc-modal-close {
  color: var(--btnCloseColor, #aaa);
  padding: 0 12px 12px 0;
  text-align: right;
  font-size: 22px;
  font-weight: bold;
}

.cc-modal-close:hover,
.cc-modal-close:focus {
  color: var(--btnCloseColorHover, #000);
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .cc-window.cc-pos-top-left,
  .cc-window.cc-pos-top-right,
  .cc-window.cc-pos-bottom-left,
  .cc-window.cc-pos-bottom-right,
  .cc-window.cc-pos-bottom-center,
  .cc-window.cc-pos-top-center {
    width: 100%;
    min-width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
  }
  .cc-window.cc-pos-top-left,
  .cc-window.cc-pos-top-right,
  .cc-window.cc-pos-top-center {
    top: 0;
    --windowMarginTop: 0;
  }
  .cc-window.cc-pos-bottom-left,
  .cc-window.cc-pos-bottom-right,
  .cc-window.cc-pos-bottom-center {
    bottom: 0;
    --windowMarginBottom: 0;
  }
  .cc-modal-window {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
  }
}
/* Animations */
@-webkit-keyframes cc-window-animation-in-top {
  from {
    top: -80vh;
    visibility: visible;
  }
  to {
    top: var(--windowMarginTop, 24px);
    visibility: visible;
  }
}
@keyframes cc-window-animation-in-top {
  from {
    top: -80vh;
    visibility: visible;
  }
  to {
    top: var(--windowMarginTop, 24px);
    visibility: visible;
  }
}
@-webkit-keyframes cc-window-animation-out-top {
  from {
    top: var(--windowMarginTop, 24px);
  }
  to {
    top: -120vh;
  }
}
@keyframes cc-window-animation-out-top {
  from {
    top: var(--windowMarginTop, 24px);
  }
  to {
    top: -120vh;
  }
}
@-webkit-keyframes cc-window-animation-in-bottom {
  from {
    bottom: -80vh;
    visibility: visible;
  }
  to {
    bottom: var(--windowMarginBottom, 24px);
    visibility: visible;
  }
}
@keyframes cc-window-animation-in-bottom {
  from {
    bottom: -80vh;
    visibility: visible;
  }
  to {
    bottom: var(--windowMarginBottom, 24px);
    visibility: visible;
  }
}
@-webkit-keyframes cc-window-animation-out-bottom {
  from {
    bottom: var(--windowMarginBottom, 24px);
  }
  to {
    bottom: -120vh;
  }
}
@keyframes cc-window-animation-out-bottom {
  from {
    bottom: var(--windowMarginBottom, 24px);
  }
  to {
    bottom: -120vh;
  }
}
.cc-window.cc-animation-in.cc-pos-top,
.cc-window.cc-animation-in.cc-pos-top-left,
.cc-window.cc-animation-in.cc-pos-top-right,
.cc-window.cc-animation-in.cc-pos-top-center {
  -webkit-animation-name: cc-window-animation-in-top;
          animation-name: cc-window-animation-in-top;
  visibility: hidden;
  -webkit-animation-duration: var(--animationDuration, 1s);
          animation-duration: var(--animationDuration, 1s);
  -webkit-animation-delay: var(--animationDelay, 0.1s);
          animation-delay: var(--animationDelay, 0.1s);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.cc-window.cc-animation-out.cc-pos-top,
.cc-window.cc-animation-out.cc-pos-top-left,
.cc-window.cc-animation-out.cc-pos-top-right,
.cc-window.cc-animation-out.cc-pos-top-center {
  -webkit-animation-name: cc-window-animation-out-top;
          animation-name: cc-window-animation-out-top;
  -webkit-animation-duration: var(--animationDuration, 1s);
          animation-duration: var(--animationDuration, 1s);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.cc-window.cc-animation-in.cc-pos-bottom,
.cc-window.cc-animation-in.cc-pos-bottom-left,
.cc-window.cc-animation-in.cc-pos-bottom-right,
.cc-window.cc-animation-in.cc-pos-bottom-center {
  -webkit-animation-name: cc-window-animation-in-bottom;
          animation-name: cc-window-animation-in-bottom;
  visibility: hidden;
  -webkit-animation-duration: var(--animationDuration, 1s);
          animation-duration: var(--animationDuration, 1s);
  -webkit-animation-delay: var(--animationDelay, 0.1s);
          animation-delay: var(--animationDelay, 0.1s);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.cc-window.cc-animation-out.cc-pos-bottom,
.cc-window.cc-animation-out.cc-pos-bottom-left,
.cc-window.cc-animation-out.cc-pos-bottom-right,
.cc-window.cc-animation-out.cc-pos-bottom-center {
  -webkit-animation-name: cc-window-animation-out-bottom;
          animation-name: cc-window-animation-out-bottom;
  -webkit-animation-duration: var(--animationDuration, 1s);
          animation-duration: var(--animationDuration, 1s);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #ff1919;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #e5e5e5;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #e5e5e5;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff1919;
}

:root {
  --bs-primary: #ff1919;
  --body-bg:#FFF;
  --module-bg:#f8f9fc;
  --module-shadow-bg:102, 102, 102;
  --module-button-text:#b5b9bb;
  --module-button-nav:#c6c7ca;
  --sustainability-bg:94, 97, 108;
  --project-text:#757575;
  --project-dots:#e5e5e5;
  --footer-bg:#a7a9ac;
  --breadcrumb-tx:#b5b9bb;
  --left-menu-color:#b5b9bb;
  --slider-mask:76, 76, 76;
  --pageheader-mask:0, 38, 78;
  --solutions-bg:#f6f7f9;
  --windowBg: var(--bs-primary);
  --btnSettingsAcceptBg: var(--bs-primary);
  --bs-menu-width: 21.75rem;
  --bs-menu-width-xl: 18rem;
  --bs-menu-margin: 50px;
  --bs-menu-radius: 20px;
}
@media (max-width: 991.98px) {
  :root {
    --bs-menu-margin: 30px;
    --bs-menu-radius: 12px;
  }
}

html {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  background-color: var(--body-bg);
  height: 100%;
}

@media (min-width: 1400px) {
  .container {
    max-width: 86vw !important;
  }
}
@media (max-width: 1599.98px) {
  .container {
    max-width: 94vw !important;
  }
}
@media (max-width: 1399.98px) {
  .container {
    max-width: 100vw !important;
  }
}
header {
  padding: 25px 0px !important;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
.sticky header {
  padding: 10px 0px !important;
  -webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  -ms-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  -o-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
}
.mobile header {
  background-color: #FFFFFF;
  padding: 15px 0px !important;
  -webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  -ms-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  -o-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
}
.mobile header.sticky {
  padding: 15px 0px !important;
}
header .logo {
  margin-top: 4px;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
@media (max-width: 575.98px) {
  header .logo {
    width: 180px !important;
  }
}
.sticky header .logo {
  margin-top: 10px;
}
.mobile header .logo {
  margin: 0 !important;
}
header .navbar-collapse {
  padding-left: 80px;
}
@media (max-width: 1599.98px) {
  header .navbar-collapse {
    padding-left: 50px;
  }
}
@media (max-width: 1399.98px) {
  header .navbar-collapse {
    padding-left: 0px;
  }
}
.mobile header .navbar-collapse {
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
  padding-top: 10px;
}
header .navbar-collapse .topRow .iotportal {
  padding: 2px 25px;
  background-color: #FFFFFF;
  border-radius: 5px;
  color: #000;
  font-size: 0.8125rem;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
header .navbar-collapse .topRow .iotportal i {
  color: #ff1919;
  font-size: 1.125rem;
  line-height: 1.1;
  margin-right: 12px;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
.sticky header .navbar-collapse .topRow .iotportal, .mobile header .navbar-collapse .topRow .iotportal {
  background-color: #ff1919;
  color: #FFFFFF;
}
.sticky header .navbar-collapse .topRow .iotportal i, .mobile header .navbar-collapse .topRow .iotportal i {
  color: #FFFFFF;
}
header .navbar-collapse .topRow .iotportal:hover {
  background-color: #58595b;
  color: #FFFFFF;
}
header .navbar-collapse .topRow .iotportal:hover i {
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  header .navbar-collapse .bottomRow .navbar-nav {
    padding-top: 20px;
  }
}
header .navbar-collapse .bottomRow .navbar-nav .nav-link {
  font-size: 0.9375rem;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}
header .navbar-collapse .bottomRow .navbar-nav .nav-link:hover {
  opacity: 0.5;
}
.sticky header .navbar-collapse .bottomRow .navbar-nav .nav-link, .mobile header .navbar-collapse .bottomRow .navbar-nav .nav-link {
  color: #33363b;
}
.sticky header .navbar-collapse .bottomRow .navbar-nav .nav-link:hover, .mobile header .navbar-collapse .bottomRow .navbar-nav .nav-link:hover {
  color: #ff1919;
}
@media (max-width: 1599.98px) {
  header .navbar-collapse .bottomRow .navbar-nav .nav-link {
    font-size: 0.875rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199.98px) {
  header .navbar-collapse .bottomRow .navbar-nav .nav-link {
    font-size: 0.75rem;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 991.98px) {
  header .navbar-collapse .bottomRow .navbar-nav .nav-link {
    font-size: 1rem !important;
    padding: 15px 0;
    border-top: 1px solid rgba(51, 54, 59, 0.2);
  }
}
header .navbar-collapse .bottomRow .navbar-nav .dropdown-item {
  width: 350px;
  font-size: 0.875rem;
}
header .navbar-collapse .bottomRow .navbar-nav .dropdown-item:active {
  background-color: #F5F5F5;
}
header .navbar-collapse .bottomRow .navbar-nav .dropdown-item:hover {
  color: #ff1919;
}
.mobile header .navbar-collapse .bottomRow .navbar-nav.mini-nav {
  margin: 0;
  padding: 0px;
  border-top: 1px solid rgba(51, 54, 59, 0.2);
}
header .navbar-collapse .bottomRow .navbar-nav.mini-nav .nav-item .nav-link {
  font-size: 1rem;
}
.mobile header .navbar-collapse .bottomRow .navbar-nav.mini-nav .nav-item .nav-link {
  border: 0;
}
header .navbar-collapse .bottomRow .navbar-nav.mini-nav .nav-item .nav-link:hover {
  color: #ff1919;
}
header .navbar-collapse .bottomRow .navbar-nav.mini-nav .nav-item .nav-link i {
  margin-right: 5px;
  font-size: 1rem;
}
@media (max-width: 1199.98px) {
  header .navbar-collapse .bottomRow .navbar-nav.mini-nav .nav-item {
    font-size: 0.75rem;
  }
}
header .navbar-collapse .bottomRow .navbar-nav.mini-nav .dropdown-item {
  width: 160px;
  font-size: 0.8125rem;
}
header .navbar-collapse .bottomRow .navbar-nav .nav-item.has-megamenu {
  position: static !important;
}
.mobile header .navbar-collapse .bottomRow .navbar-nav .nav-item.has-megamenu {
  position: relative !important;
}
header .navbar-collapse .bottomRow .navbar-nav .nav-item.has-megamenu .dropdown-menu {
  position: absolute !important;
  top: 90%;
  left: 50%;
  right: 0;
  max-width: 1270px;
  width: 100%;
  border: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 15px 40px;
}
header .navbar-collapse .bottomRow .navbar-nav .nav-item.has-megamenu .dropdown-menu .menu-item {
  max-width: 92px;
}
header .navbar-collapse .bottomRow .navbar-nav .nav-item.has-megamenu .dropdown-menu .menu-item img {
  width: 100%;
  height: auto;
}
header .navbar-collapse .bottomRow .navbar-nav .nav-item.has-megamenu .dropdown-menu .menu-item span {
  font-size: 0.625rem;
  text-align: center;
}
header .navbar-collapse .bottomRow .navbar-nav .nav-item.has-megamenu .dropdown-menu .menu-item:hover {
  opacity: 0.6;
}
.mobile header .navbar-collapse .bottomRow .navbar-nav .nav-item.has-megamenu .dropdown-menu {
  position: relative !important;
  padding: 0 0 20px 0;
}
.mobile header .navbar-collapse .bottomRow .navbar-nav .nav-item.has-megamenu .dropdown-menu .menu-item {
  width: 18% !important;
}
@media (max-width: 575.98px) {
  .mobile header .navbar-collapse .bottomRow .navbar-nav .nav-item.has-megamenu .dropdown-menu .menu-item {
    width: 30% !important;
  }
}
header .navbar-collapse .bottomRow .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  -ms-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  -o-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  border: 0;
}
.mobile header .navbar-collapse .bottomRow .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0 0 20px 0;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease, , ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease, ;
}
.search-overlay.active {
  opacity: 1;
  visibility: visible;
}
.search-overlay .close-search {
  position: absolute;
  top: 32px;
  right: 32px;
  color: #FFFFFF;
  font-size: 2rem;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, , ;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  transition: color 0.3s ease, ;
}
.search-overlay .close-search:hover {
  color: #ff1919;
}
.search-overlay .search-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 32px;
}
.search-overlay .search-content .search-form {
  width: 100%;
  max-width: 600px;
  position: relative;
}
.search-overlay .search-content .search-form input {
  width: 100%;
  padding: 16px;
  background: none;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease, , ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease, ;
}
.search-overlay .search-content .search-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-overlay .search-content .search-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-overlay .search-content .search-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-overlay .search-content .search-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-overlay .search-content .search-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-overlay .search-content .search-form input:focus {
  outline: none;
  border-bottom-color: #ff1919;
}
.search-overlay .search-content .search-form button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 1.5rem;
  -webkit-transition: color 0.3s ease, , ;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  transition: color 0.3s ease, ;
}
.search-overlay .search-content .search-form button:hover {
  color: #ff1919;
}

footer {
  background-color: var(--footer-bg);
  overflow: hidden;
}
footer .topRow {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .topRow .social-icons a {
  color: #FFFFFF;
  margin: 0px 40px;
  font-size: 0.875rem;
  position: relative;
}
footer .topRow .social-icons a i.icon-twitter {
  font-size: 0.75rem;
}
footer .topRow .social-icons a::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  width: 1px;
  height: 14px;
  background-color: #FFFFFF;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .topRow .social-icons a:first-child {
  margin-left: 0px;
}
footer .topRow .social-icons a:last-child {
  margin-right: 0px;
}
footer .topRow .social-icons a:last-child::after {
  display: none;
}
footer .topRow .social-icons a:hover {
  color: #ff1919;
}
footer .contentRow {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  padding-bottom: 50px;
}
footer .contentRow .address .address-content {
  font-size: 0.75rem;
  color: #FFFFFF;
}
footer .contentRow .address .address-content a {
  color: #FFFFFF;
}
footer .contentRow .address .address-content a:hover {
  color: #ff1919;
}
footer .contentRow .ktlogo {
  display: inline-block;
  width: auto;
  margin-top: -10px;
}
footer .contentRow .menu .menu-items a {
  font-size: 0.75rem;
  color: #FFFFFF;
  line-height: 2;
  padding: 0.375rem 0;
}
footer .contentRow .menu .menu-items a:hover {
  color: #ff1919;
}
footer .contentRow .ebulten .form-label {
  width: 16%;
  font-size: 0.75rem;
  color: #FFFFFF;
  margin-top: 6px;
}
@media (max-width: 575.98px) {
  footer .contentRow .ebulten .form-label {
    width: 100%;
  }
}
footer .contentRow .ebulten .form-element {
  width: 84%;
}
@media (max-width: 575.98px) {
  footer .contentRow .ebulten .form-element {
    width: 100%;
  }
}
footer .contentRow .ebulten .form-element .form-content {
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
footer .contentRow .ebulten .form-element .form-content .form-control {
  width: calc(100% - 100px);
  border-color: transparent;
  font-size: 0.75rem;
  background-color: transparent;
  color: #FFFFFF;
}
footer .contentRow .ebulten .form-element .form-content .form-control::-webkit-input-placeholder {
  color: #FFFFFF;
}
footer .contentRow .ebulten .form-element .form-content .form-control::-moz-placeholder {
  color: #FFFFFF;
}
footer .contentRow .ebulten .form-element .form-content .form-control:-ms-input-placeholder {
  color: #FFFFFF;
}
footer .contentRow .ebulten .form-element .form-content .form-control::-ms-input-placeholder {
  color: #FFFFFF;
}
footer .contentRow .ebulten .form-element .form-content .form-control::placeholder {
  color: #FFFFFF;
}
footer .contentRow .ebulten .form-element .form-content .form-control::-webkit-input-placeholder {
  color: #FFFFFF;
}
footer .contentRow .ebulten .form-element .form-content .form-control:-ms-input-placeholder {
  color: #FFFFFF;
}
footer .contentRow .ebulten .form-element .form-content .form-control::-ms-input-placeholder {
  color: #FFFFFF;
}
footer .contentRow .ebulten .form-element .form-content .btn {
  width: 99px;
  border-color: transparent;
  font-size: 0.75rem;
  color: #FFFFFF;
}
footer .contentRow .ebulten .form-element .form-content .btn:hover {
  opacity: 0.6;
}
footer .contentRow .ebulten .form-element .form-check {
  margin-top: 5px;
}
footer .contentRow .ebulten .form-element .form-check .form-check-input {
  background-color: transparent;
}
footer .contentRow .ebulten .form-element .form-check label {
  font-size: 0.6875rem;
  color: #FFFFFF;
}
footer .bottomRow .menu {
  margin: 0px 20px;
}
footer .bottomRow .menu .item {
  font-size: 0.75rem;
  margin: 0px 10px;
  position: relative;
  color: #FFFFFF;
}
footer .bottomRow .menu .item::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 1px;
  height: 14px;
  background-color: #FFFFFF;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .bottomRow .menu .item:first-child {
  margin-left: 0px;
}
footer .bottomRow .menu .item:last-child {
  margin-right: 0px;
}
footer .bottomRow .menu .item:last-child::after {
  display: none;
}
@media (max-width: 575.98px) {
  footer .bottomRow .menu .item {
    margin: 0;
    padding: 5px 10px;
  }
  footer .bottomRow .menu .item::after {
    display: none;
  }
}
footer .bottomRow .menu a.item {
  color: #FFFFFF;
}
footer .bottomRow .menu a.item:hover {
  color: #ff1919;
}
footer .bottomRow .diversEffect {
  display: inline-block;
  width: 96px;
  height: 23px;
  display: block;
  background-image: url(../svg/diverseffect.svg);
  background-size: 96px 25px;
  background-repeat: no-repeat;
  text-indent: 9999px;
  margin: 0px 20px;
  opacity: 0.4;
}
footer .bottomRow .diversEffect:hover {
  opacity: 1;
}

.swal2-confirm.custom-primary {
  background-color: #ff1919;
  color: #FFFFFF;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}
.swal2-confirm.custom-primary:hover {
  background-color: #e50000;
}

.floating-buttons {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 575.98px) {
  .floating-buttons {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: #ff1919;
    padding: 0;
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
}
.floating-buttons .floating-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff1919;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 160px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transform: translateX(110px);
  transform: translateX(110px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.floating-buttons .floating-btn:first-child {
  border-radius: 10px 0 0 0;
}
.floating-buttons .floating-btn:last-child {
  border-bottom: none;
  border-radius: 0 0 0 10px;
}
@media (max-width: 575.98px) {
  .floating-buttons .floating-btn:last-child {
    border-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .floating-buttons .floating-btn {
    width: auto;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    padding: 8px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .floating-buttons .floating-btn:last-child {
    border-right: none;
  }
}
.floating-buttons .floating-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  font-size: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.floating-buttons .floating-btn .text {
  padding-left: 10px;
  font-size: 0.8125rem;
  opacity: 1;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .floating-buttons .floating-btn .text {
    padding-left: 8px;
    font-size: 0.75rem;
  }
}
.floating-buttons .floating-btn:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background: #e50000;
  border-radius: 10px 0 0 10px !important;
}
@media (max-width: 575.98px) {
  .floating-buttons .floating-btn:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.floating-buttons .floating-btn.form-btn {
  background: #ff1919;
}
.floating-buttons .floating-btn.form-btn:hover {
  background: #e50000;
}
.floating-buttons .floating-btn.contact-btn {
  background: #33363b;
}
.floating-buttons .floating-btn.contact-btn:hover {
  background: #1b1d20;
}

#serviceFormModal .modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
}
@media (max-width: 575.98px) {
  #serviceFormModal .modal-dialog {
    max-width: 94%;
  }
}
#serviceFormModal .modal-content {
  background-color: #FFFFFF;
  border-radius: 1rem;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: none;
  overflow: hidden;
}
#serviceFormModal .modal-header {
  background-color: #F5F5F5;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid white;
}
#serviceFormModal .modal-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #33363b;
}
#serviceFormModal .btn-close {
  background-size: 1em;
  padding: 0.5rem;
}
#serviceFormModal .modal-body {
  padding: 1.5rem;
}
#serviceFormModal .modal-body input,
#serviceFormModal .modal-body textarea,
#serviceFormModal .modal-body select {
  border-radius: 10px;
  padding: 0.75rem;
  font-size: 0.875rem;
}
#serviceFormModal .modal-body textarea {
  resize: vertical;
}
#serviceFormModal .modal-body .form-check {
  display: block;
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 1rem;
}
#serviceFormModal .modal-body .form-check .form-check-input {
  position: absolute;
  top: 0.15rem;
  left: 0;
  margin: 0;
}
#serviceFormModal .modal-body .form-check .form-check-label {
  display: block;
  font-size: 0.875rem;
  color: #33363b;
}
#serviceFormModal .modal-body .form-check .invalid-feedback {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #ff1919;
}
#serviceFormModal .modal-body .btn-primary {
  padding: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  background-color: #ff1919;
  color: #FFFFFF;
  border: none;
}
#serviceFormModal .modal-body .btn-primary:hover {
  background-color: red;
}

.breadcrumb .breadcrumb-item {
  font-size: 0.75rem;
  color: #000;
}
.breadcrumb .breadcrumb-item::before {
  color: var(--breadcrumb-tx) !important;
}
.breadcrumb .breadcrumb-item a {
  color: var(--breadcrumb-tx);
}
.breadcrumb .breadcrumb-item a:hover {
  color: #ff1919;
}

.left-menu-button {
  font-weight: 700;
  background-color: #ff1919;
  border-color: #ff1919;
  color: #FFFFFF;
}
.left-menu-button i {
  margin-right: 6px;
}

.left-menu {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .left-menu {
    background-color: #FFFFFF;
    padding: 1rem;
    border: 1px solid var(--cborder-bg);
    border-radius: 5px;
    margin: 0;
  }
}
.left-menu .title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #33363b;
  padding-bottom: 0.625rem;
  margin-bottom: 1.5625rem;
  position: relative;
}
.left-menu .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #ff1919;
}
@media (max-width: 767.98px) {
  .left-menu .title {
    display: none;
  }
}
.left-menu ul li a.nav-link {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--left-menu-color);
  padding: 5px 0;
}
.left-menu ul li a.nav-link.active {
  background-color: transparent;
  color: #33363b;
  font-weight: 700;
}
.left-menu ul li a.nav-link:hover {
  color: #ff1919;
}

.toggle-icon {
  -webkit-transition: transform 0.3s ease, , ;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, ;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.text-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin-bottom: 30px;
}
.text-content h1 small {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  display: inline-block;
}
.text-content h1 small span {
  color: #ff1919;
  font-weight: 700;
}
.text-content h1.big {
  font-size: 2.5rem;
}
.text-content h1.big small {
  font-size: 1.25rem;
}
.text-content h1.borderline {
  font-size: 1.5rem;
  color: #58595b;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff1919;
}
@media (max-width: 767.98px) {
  .text-content h1 {
    font-size: 1.875rem;
  }
  .text-content h1 br {
    display: none;
  }
  .text-content h1 small {
    font-size: 1rem;
  }
  .text-content h1.big {
    font-size: 2.5rem;
  }
  .text-content h1.big small {
    font-size: 1.25rem;
  }
}
.text-content h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ff1919;
}
.text-content h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #33363b;
  margin-bottom: 1.25rem;
}
.text-content p {
  font-size: 1rem;
  font-weight: 400;
  color: #33363b;
  line-height: 1.8;
  margin-bottom: 1.5625rem;
}
@media (max-width: 767.98px) {
  .text-content p {
    font-size: 0.875rem;
    margin-bottom: 1.125rem;
  }
}
.text-content ul > li {
  font-size: 1rem;
  font-weight: 400;
  color: #33363b;
  line-height: 1.8;
  margin: 0.625rem 0;
}
@media (max-width: 767.98px) {
  .text-content ul > li {
    font-size: 0.875rem;
  }
}
.text-content .card {
  border-radius: var(--bs-card-border-radius);
  overflow: hidden;
}
.text-content .card a {
  overflow: hidden;
}
.text-content .card a .card-img-top {
  -webkit-transition: 300ms, , ;
  -webkit-transition: 300ms;
  transition: 300ms;
  transition: 300ms, ;
}
.text-content .card a:hover .card-img-top {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.text-content .card:hover {
  -webkit-box-shadow: 0 0 20px black;
          box-shadow: 0 0 20px black;
}
.text-content .card:hover .card-body p {
  color: #ff1919;
}
.module-detail .text-content h2, .page-tabs .text-content h2, .solutions-detail .text-content h2 {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #33363b;
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  .module-detail .text-content h2, .page-tabs .text-content h2, .solutions-detail .text-content h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.module-detail .text-content p, .page-tabs .text-content p, .solutions-detail .text-content p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #58595b;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.module-detail .text-content p.spot, .page-tabs .text-content p.spot, .solutions-detail .text-content p.spot {
  font-size: 1rem;
  color: #33363b;
}
@media (max-width: 767.98px) {
  .module-detail .text-content p, .page-tabs .text-content p, .solutions-detail .text-content p {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
  }
}
.module-detail .text-content ul, .page-tabs .text-content ul, .solutions-detail .text-content ul {
  padding: 0;
  margin: 0 0 0.9375rem;
}
.module-detail .text-content ul li, .page-tabs .text-content ul li, .solutions-detail .text-content ul li {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #58595b;
  line-height: 1.8;
  margin: 0.625rem 0;
}
@media (max-width: 767.98px) {
  .module-detail .text-content ul li, .page-tabs .text-content ul li, .solutions-detail .text-content ul li {
    font-size: 0.8125rem;
    margin: 0.5rem 0;
  }
}

.pageSlider {
  position: relative;
}
.pageSlider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 10px;
  z-index: 1;
}
.pageSlider .owl-nav button {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 1 !important;
  margin: 0 !important;
  background-color: transparent !important;
}
.pageSlider .owl-nav button.owl-prev {
  left: -40px;
}
.pageSlider .owl-nav button.owl-prev i {
  margin-left: -1px;
}
.pageSlider .owl-nav button.owl-next {
  right: -40px;
}
.pageSlider .owl-nav button.disabled {
  opacity: 0.1;
  pointer-events: none;
}
.pageSlider .owl-nav button i {
  font-size: 20px;
  color: var(--module-button-nav);
}
.pageSlider .owl-nav button:hover i {
  color: #ff1919;
}

.page-header {
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 40px;
  padding: 0px 12px;
}
@media (max-width: 767.98px) {
  .page-header {
    margin-bottom: 20px;
  }
}
.page-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(var(--pageheader-mask), 0.4);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
.page-header .container {
  min-height: 310px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .page-header .container {
    min-height: 280px;
  }
}
@media (max-width: 767.98px) {
  .page-header .container {
    min-height: 220px;
  }
}
.page-header .container h1 {
  font-size: 2.0625rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
.page-header .container h1 small {
  font-size: 1.25rem;
  font-weight: 400;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .page-header .container h1 {
    font-size: 1.5625rem;
  }
  .page-header .container h1 small {
    font-size: 1rem;
  }
}
.page-header.moduleDetail {
  border-bottom: 25px solid #ff1919;
}
.page-header.moduleDetail .container {
  max-width: 1236px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
  padding: 15px 0;
}
.page-header.moduleDetail .container h1 {
  font-size: 1.875rem;
  font-weight: 500;
}

.map-container iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 991.98px) {
  .map-container iframe {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .map-container iframe {
    height: 280px;
  }
}

.page-solutions {
  background-color: var(--solutions-bg);
  border-radius: 8px;
  overflow: hidden;
}
.page-solutions .image {
  width: 100%;
  height: 100%;
}
.page-solutions .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-solutions .text {
  padding: 20px 80px 20px 30px;
  text-align: end;
}
@media (max-width: 991.98px) {
  .page-solutions .text {
    padding: 20px;
    text-align: start;
  }
}
.page-solutions .text img {
  display: inline-block;
  width: 100%;
  max-width: 100px;
  margin-bottom: 20px;
}
.page-solutions .text h2 {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .page-solutions .text h2 {
    font-size: 1.125rem;
  }
}
.page-solutions .text p {
  font-size: 0.875rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .page-solutions .text p {
    font-size: 0.8125rem;
  }
}
.page-solutions .text a {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}
.page-solutions.flex-row-reverse .text {
  padding-left: 80px;
  padding-right: 30px;
  text-align: start;
}
@media (max-width: 991.98px) {
  .page-solutions.flex-row-reverse .text {
    padding: 20px;
  }
}

.solutions-detail .icons .icontext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 3px 0;
}
.solutions-detail .icons .icontext i {
  font-size: 3.125rem;
  line-height: 1;
  color: #58595b;
}
.solutions-detail .icons .icontext i::before {
  width: auto;
  min-width: 2.5rem;
}
.solutions-detail .icons .icontext p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #58595b;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: center;
}

.page-module .item {
  width: 100%;
  height: 100%;
  background-color: var(--module-bg);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding: 20px 30px;
}
.page-module .item a {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page-module .item a img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: all 0.5s ease, , ;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: all 0.5s ease, ;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.page-module .item a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.page-module .item h3 {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #58595b;
  text-align: center;
}
.page-module .item a {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.page-module .item a.link {
  font-size: 0.75rem;
  font-weight: 500;
  color: #000;
}
.page-module .item a.link i {
  color: #ff1919;
}
.page-module .item a.link:hover {
  color: #ff1919;
}

.module-detail .image {
  width: 100%;
  height: auto;
  background-color: var(--module-bg);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.module-detail .image a {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.module-detail .image a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: all 0.5s ease, , ;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: all 0.5s ease, ;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.module-detail .image a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-detail .icons .icontext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 3px 0;
}
.module-detail .icons .icontext i {
  font-size: 2.5rem;
  line-height: 1;
  color: #ff1919;
}
.module-detail .icons .icontext i::before {
  width: auto;
  min-width: 2.5rem;
}
.module-detail .icons .icontext p {
  font-size: 0.75rem;
  font-weight: 400;
  color: #58595b;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.page-tabs {
  margin-top: 55px;
}
.page-tabs .nav {
  border-bottom: 1px solid var(--project-dots);
  padding-bottom: 2px;
}
@media (max-width: 575.98px) {
  .page-tabs .nav .nav-item {
    width: 100%;
  }
}
.page-tabs .nav .nav-link {
  font-weight: 500;
  color: #999999;
  border-radius: 0;
  padding: 0.3125rem;
}
@media (max-width: 575.98px) {
  .page-tabs .nav .nav-link {
    font-size: 0.8125rem;
  }
}
.page-tabs .nav .nav-link b {
  font-weight: 500;
  color: #ff1919;
}
.page-tabs .nav .nav-link.active {
  color: #FFFFFF;
  background-color: #ff1919;
}
.page-tabs .nav .nav-link.active b {
  color: #FFFFFF;
}
.page-tabs .tab-content .tab-pane {
  padding: 20px 0;
}

.page-technical {
  margin-top: 30px;
}
.page-technical table {
  --bs-table-striped-bg: #FFF;
  --bs-table-bg: #f1f1f1;
  font-size: 0.875rem;
}
@media (max-width: 575.98px) {
  .page-technical table {
    font-size: 0.8125rem;
  }
}
.page-technical table tr th, .page-technical table tr td {
  padding: 0.3125rem 1.25rem;
  color: #58595b;
  border-color: #FFFFFF;
  border-left: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
}
.page-technical table tr th:first-child, .page-technical table tr td:first-child {
  border-left: 0;
}
.page-technical table tr th:last-child, .page-technical table tr td:last-child {
  border-right: 0;
}
@media (max-width: 575.98px) {
  .page-technical table tr th, .page-technical table tr td {
    padding: 0.3125rem 0.625rem;
  }
}
.page-technical table thead th {
  color: #FFFFFF;
  background-color: #ff1919;
}

.page-othermodule {
  margin-top: 30px;
}
.page-othermodule h2 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #33363b;
  padding-bottom: 15px;
  margin-bottom: 0;
  position: relative;
}
.page-othermodule h2::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #ff1919;
}
@media (max-width: 575.98px) {
  .page-othermodule h2 {
    font-size: 1.125rem;
  }
}
.page-othermodule .custom-nav {
  width: auto;
}
.page-othermodule .custom-nav button {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 1 !important;
  margin: 0 !important;
  background-color: transparent !important;
  padding: 5px;
}
.page-othermodule .custom-nav button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.page-othermodule .custom-nav button i {
  font-size: 20px;
  color: var(--module-button-nav);
}
.page-othermodule .custom-nav button:hover i {
  color: #ff1919;
}
.page-othermodule .otherModuleSlider .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-othermodule .otherModuleSlider .owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-othermodule .otherModuleSlider .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: var(--module-bg);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.page-othermodule .otherModuleSlider .item a {
  padding: 2px;
  position: relative;
  z-index: 1;
}
.page-othermodule .otherModuleSlider .item a .image {
  background-color: #FFFFFF;
}
.page-othermodule .otherModuleSlider .item a .image img {
  width: 100%;
  height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.page-othermodule .otherModuleSlider .item a .content {
  padding: 20px 30px;
}
.page-othermodule .otherModuleSlider .item a .content h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #ff1919;
}
.page-othermodule .otherModuleSlider .item a .content p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #33363b;
  font-style: italic;
}

.page-othersolutions {
  margin-top: 30px;
}
.page-othersolutions h2 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #33363b;
  padding-bottom: 15px;
  margin-bottom: 0;
  position: relative;
}
.page-othersolutions h2::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #ff1919;
}
@media (max-width: 575.98px) {
  .page-othersolutions h2 {
    font-size: 1.125rem;
  }
}
.page-othersolutions .custom-nav {
  width: auto;
}
.page-othersolutions .custom-nav button {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 1 !important;
  margin: 0 !important;
  background-color: transparent !important;
  padding: 5px;
}
.page-othersolutions .custom-nav button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.page-othersolutions .custom-nav button i {
  font-size: 20px;
  color: var(--module-button-nav);
}
.page-othersolutions .custom-nav button:hover i {
  color: #ff1919;
}
.page-othersolutions .otherSolutionSlider .item {
  width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.page-othersolutions .otherSolutionSlider .item a {
  padding: 0px;
  position: relative;
}
.page-othersolutions .otherSolutionSlider .item a img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease, , ;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: all 0.5s ease, ;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
@media (max-width: 767.98px) {
  .page-othersolutions .otherSolutionSlider .item a img {
    height: 280px;
  }
}
.page-othersolutions .otherSolutionSlider .item a h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  z-index: 4;
  text-align: center;
  -webkit-transition: all 0.5s ease, , ;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: all 0.5s ease, ;
}
@media (max-width: 767.98px) {
  .page-othersolutions .otherSolutionSlider .item a h3 {
    font-size: 1rem;
  }
}
.page-othersolutions .otherSolutionSlider .item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(var(--module-shadow-bg), 0.4);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
.page-othersolutions .otherSolutionSlider .item a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.page-othersolutions .otherSolutionSlider .item a:hover h3 {
  -webkit-transform: translate(-50%, -50%) scale3d(1.3, 1.3, 1.3);
  transform: translate(-50%, -50%) scale3d(1.3, 1.3, 1.3);
}
.page-othersolutions .otherSolutionSlider .item a:hover::before {
  background: rgba(var(--module-shadow-bg), 0.2);
}

.page-othernews {
  margin-top: 30px;
}
.page-othernews h2 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #33363b;
  padding-bottom: 15px;
  margin-bottom: 0;
  position: relative;
}
.page-othernews h2::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #ff1919;
}
@media (max-width: 575.98px) {
  .page-othernews h2 {
    font-size: 1.125rem;
  }
}
.page-othernews .custom-nav {
  width: auto;
}
.page-othernews .custom-nav button {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 1 !important;
  margin: 0 !important;
  background-color: transparent !important;
  padding: 5px;
}
.page-othernews .custom-nav button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.page-othernews .custom-nav button i {
  font-size: 20px;
  color: var(--module-button-nav);
}
.page-othernews .custom-nav button:hover i {
  color: #ff1919;
}
.page-othernews .otherNewsSlider .item {
  width: 100%;
  gap: 25px;
}
.page-othernews .otherNewsSlider .item .image {
  overflow: hidden;
  border-radius: 8px;
}
.page-othernews .otherNewsSlider .item .image img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease, , ;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: all 0.5s ease, ;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
@media (max-width: 767.98px) {
  .page-othernews .otherNewsSlider .item .image img {
    height: 280px;
  }
}
.page-othernews .otherNewsSlider .item .text {
  gap: 20px;
}
.page-othernews .otherNewsSlider .item .text h3 {
  width: 100%;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #33363b;
}
@media (max-width: 767.98px) {
  .page-othernews .otherNewsSlider .item .text h3 {
    font-size: 1rem;
  }
}
.page-othernews .otherNewsSlider .item .text a {
  display: inline-block;
  width: auto;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #ff1919;
  padding-bottom: 2px;
  border-bottom: 1px solid #ff1919;
}
@media (max-width: 991.98px) {
  .page-othernews .otherNewsSlider .item .text a {
    font-size: 0.8125rem;
  }
}
.page-othernews .otherNewsSlider .item .text a:hover {
  color: #33363b;
  border-color: #33363b;
}
.page-othernews .otherNewsSlider .item:hover .image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.contact-info {
  height: 100%;
}
.contact-info h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff1919;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .contact-info h2 {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.contact-info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.contact-info .info-item i {
  font-size: 1.875rem;
  color: #ff1919;
  line-height: 1;
}
.contact-info .info-item .info-content h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #33363b;
}
@media (max-width: 767.98px) {
  .contact-info .info-item .info-content h3 {
    font-size: 0.875rem;
  }
}
.contact-info .info-item .info-content p {
  margin: 0;
  color: rgba(51, 54, 59, 0.7);
}
.contact-info .info-item .info-content p a {
  color: rgba(51, 54, 59, 0.7);
}
.contact-info .info-item .info-content p a:hover {
  color: #ff1919;
}

.contact-form {
  height: 100%;
}
.contact-form h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff1919;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .contact-form h2 {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.contact-form .form-label {
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .contact-form .form-label {
    font-size: 0.875rem;
  }
}
.contact-form .form-control, .contact-form .form-select {
  border-radius: 10px;
  line-height: 2.5;
  font-size: 0.875rem;
}
.contact-form .form-control:focus, .contact-form .form-select:focus {
  border-color: #ff1919;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 25, 25, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 25, 25, 0.25);
}
.contact-form .form-check {
  margin-top: 10px;
}
.contact-form .form-check .form-check-input:checked {
  background-color: #ff1919;
  border-color: #ff1919;
}
.contact-form .form-check .form-check-input:focus {
  border-color: #ff1919;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 25, 25, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 25, 25, 0.25);
}
.contact-form .form-check .form-check-label {
  font-size: 14px;
}
.contact-form .form-check .form-check-label a {
  color: #33363b;
  text-decoration: underline;
}
.contact-form .form-check .form-check-label a:hover {
  color: #ff1919;
  text-decoration: none;
}
.contact-form .btn-primary {
  background-color: #ff1919;
  border-color: #ff1919;
  padding: 12px 30px;
  font-weight: 700;
  margin-top: 10px;
}
.contact-form .btn-primary:hover {
  background-color: #33363b;
  border-color: #33363b;
}

@media (max-width: 991px) {
  .contact-info {
    margin-bottom: 30px;
  }
}
.news-list .card {
  overflow: hidden;
  -webkit-transition: transform 0.3s ease, , ;
  -webkit-transition: box-shadow 0.3s ease, , ;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, ;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  border: none;
  border-radius: 0.5rem;
}
.news-list .card .card-img-top {
  overflow: hidden;
}
.news-list .card .card-img-top img {
  width: 100%;
  -webkit-transition: 300ms, , ;
  -webkit-transition: 300ms;
  transition: 300ms;
  transition: 300ms, ;
  -o-object-fit: cover;
     object-fit: cover;
  height: 220px;
}
.news-list .card .card-date {
  font-size: 0.875rem;
  color: rgba(51, 54, 59, 0.5);
  font-weight: 400;
  margin-bottom: 10px;
}
.news-list .card .card-title {
  font-size: 1rem;
  color: #33363b;
  font-weight: 700;
}
.news-list .card .card-title:hover {
  color: #ff1919;
}
.news-list .card .card-text {
  font-size: 0.875rem;
  color: #33363b;
}
.news-list .card .btn {
  padding: 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: #ff1919;
  border: 0;
}
.news-list .card .btn:hover, .news-list .card .btn:active {
  color: #33363b;
}
.news-list .card:hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.news-list .card:hover .card-img-top img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.page_projectlist .card {
  overflow: hidden;
  -webkit-transition: transform 0.3s ease, , ;
  -webkit-transition: box-shadow 0.3s ease, , ;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, ;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  border: none;
  border-radius: 0.5rem;
}
.page_projectlist .card .card-img-top {
  overflow: hidden;
}
.page_projectlist .card .card-img-top img {
  width: 100%;
  -webkit-transition: 300ms, , ;
  -webkit-transition: 300ms;
  transition: 300ms;
  transition: 300ms, ;
  -o-object-fit: cover;
     object-fit: cover;
  height: 220px;
}
.page_projectlist .card .card-date {
  font-size: 0.875rem;
  color: rgba(51, 54, 59, 0.5);
  font-weight: 400;
  margin-bottom: 10px;
}
.page_projectlist .card .card-title {
  font-size: 1rem;
  color: #33363b;
  font-weight: 700;
}
.page_projectlist .card .card-title:hover {
  color: #ff1919;
}
.page_projectlist .card .card-text {
  font-size: 0.875rem;
  color: #33363b;
}
.page_projectlist .card .btn {
  padding: 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: #ff1919;
  border: 0;
}
.page_projectlist .card .btn:hover, .page_projectlist .card .btn:active {
  color: #33363b;
}
.page_projectlist .card:hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.page_projectlist .card:hover .card-img-top img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.pagination li a {
  font-size: 0.875rem;
  color: #33363b;
}
.pagination li a:hover {
  color: #ff1919;
}
.pagination li.active a {
  background-color: #ff1919;
  border-color: #ff1919;
}

.search-results-section .results-summary {
  margin-bottom: 30px;
}
.search-results-section .results-summary h1 {
  font-size: 24px;
  color: #33363b;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .search-results-section .results-summary h1 {
    font-size: 20px;
  }
}
.search-results-section .results-summary p {
  color: rgba(51, 54, 59, 0.7);
  margin: 0;
}
.search-results-section .search-results .result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(51, 54, 59, 0.1);
}
.search-results-section .search-results .result-item:hover {
  -webkit-box-shadow: 0 5px 15px rgba(51, 54, 59, 0.1);
          box-shadow: 0 5px 15px rgba(51, 54, 59, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.search-results-section .search-results .result-item .result-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 25px;
  background: rgba(51, 54, 59, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  font-size: 20px;
  color: #ff1919;
}
.search-results-section .search-results .result-item .result-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-results-section .search-results .result-item .result-content .result-type {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 15px;
  background: rgba(51, 54, 59, 0.05);
  color: #33363b;
  font-size: 12px;
  margin-bottom: 10px;
}
.search-results-section .search-results .result-item .result-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.search-results-section .search-results .result-item .result-content h3 a {
  color: #33363b;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.search-results-section .search-results .result-item .result-content h3 a:hover {
  color: #ff1919;
}
.search-results-section .search-results .result-item .result-content p {
  color: #33363b;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .search-results-section .result-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-results-section .result-item .result-icon {
    margin: 0 0 15px 0;
  }
}

.error-content h1 {
  font-size: 5.625rem;
  font-weight: 800;
  color: #ff1919;
}
.error-content .custom-btn {
  background-color: #ff1919;
  color: #FFFFFF;
}
.error-content .custom-btn:hover {
  background-color: #33363b;
}

.page-style-active header .collapse .topRow .iotportal {
  background-color: #ff1919;
  color: #FFFFFF;
}
.page-style-active header .collapse .topRow .iotportal i {
  color: #FFFFFF;
}
.page-style-active header .collapse .bottomRow .navbar-nav .nav-link {
  color: #33363b;
}
.page-style-active header .collapse .bottomRow .navbar-nav .nav-link:hover {
  color: #ff1919;
}

main {
  padding-top: 120px;
  padding-bottom: 90px;
}
.sticky main {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  main {
    padding-top: 85px;
    overflow: hidden;
  }
  .sticky main {
    padding-top: 85px;
  }
}
@media (min-width: 1920px) {
  main .container {
    max-width: 1650px !important;
  }
}
main .container.customPage {
  max-width: 1260px !important;
  padding-top: 20px;
}