@font-face {
  font-family: Rajdhani-SemiBold;
  font-display: swap;
  src: url(font/Rajdhani-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: Rajdhani-Bold;
  font-display: swap;
  src: url(font/Rajdhani-Bold.ttf) format("truetype");
}

@font-face {
  font-family: Rajdhani-Regular;
  font-display: swap;
  src: url(font/Rajdhani-Regular.ttf) format("truetype");
}

@font-face {
  font-family: PTSans-Regular;
  font-display: swap;
  src: url(font/PTSans-Regular.ttf) format("truetype");
}

.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.webkit-1 {
  -webkit-line-clamp: 1;
}

.webkit-2 {
  -webkit-line-clamp: 2;
}

.webkit-3 {
  -webkit-line-clamp: 3;
}

.webkit-4 {
  -webkit-line-clamp: 4;
}

.webkit-5 {
  -webkit-line-clamp: 5;
}

.webkit-8 {
  -webkit-line-clamp: 8;
}

input,
select,
textarea,
button,
a {
  outline: none !important;
  box-shadow: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0 !important;
  margin: 0 !important;
  color: #003043;
}

img {
  height: auto;
}

.page-content p {
  text-align: justify;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navigation:hover .dropdown-menu.mega-menu li a {
  color: #212529 !important;
}

.navigation .navbar-dark .navbar-nav .nav-link:hover,
.navigation.fixed .navbar-dark .navbar-nav .nav-link:hover,
.card-link:hover {
  color: #00a0df !important;
}

a:hover {
  text-decoration: none !important;
}

.nav-search {
  width: 100px;
  display: block;
}

.top-header {
  height: 30px !important;
  background-color: transparent !important;
  position: fixed;
  top: 0 !important;
  width: 100%;
  z-index: 999;
  transition: height 0.3s ease-in-out;
}

.top-header.bg-blue,
.top-header.hover.bg-blue {
  background-color: #ffffff !important;
}

.top-header.hover {
  background-color: #003043 !important;
}

h1,
.top-header-link a h2 {
  color: #ffffff !important;
  font-size: 14px !important;
  margin: 0 !important;
  font-family: Rajdhani-Regular, sans-serif !important;
  font-weight: 300 !important;
}

.top-header-link a {
  padding: 0 15px !important;
}

.top-header-link a.border-right {
  border-right: 1px solid #fff !important;
}

.top-header.bg-blue h1,
.top-header.bg-blue .top-header-link a h2 {
  color: #003043 !important;
  font-size: 14px !important;
  margin: 0 !important;
  font-family: Rajdhani-Regular, sans-serif !important;
  font-weight: 300 !important;
}

.top-header-link a h2,
.top-header.bg-blue .top-header-link a h2 {
  font-family: Rajdhani-Bold, sans-serif !important;
}

h2,
h3 {
  display: inline !important;
  font-size: unset !important;
  margin: 0 !important;
  font-family: Rajdhani-Bold, sans-serif !important;
}

@media (min-width: 992px) {
  h2,
  h3 {
    font-size: 14px !important;
  }
}

@media (min-width: 1350px) {
  h2,
  h3 {
    font-size: 16px !important;
  }
}

@media (min-width: 1650px) {
  h2,
  h3 {
    font-size: 20px !important;
  }
}

.top-header.bg-blue .top-header-link a:hover h2 {
  color: #00a0e0 !important;
}

.top-header.bg-blue .top-header-link a.border-right {
  border-right: 1px solid #003043 !important;
}

.item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}

.owl-item {
  transition: all 0.3s ease-in-out;
}

.owl-item.active.center {
  transform: scale(1.2) !important;
  z-index: 99;
  box-shadow: 0px 4px 11.57px 1.43px rgb(0 0 0 / 53%);
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  margin-top: 5px !important;
}

.owl-item .owl-desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.owl-item.active.center .owl-desc {
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

body {
  font-family: PTSans-Regular, sans-serif;
  font-size: 15px !important;
}

.navbar {
  height: 90px !important;
  display: flex;
  align-items: center !important;
}

.navbar-nav {
  height: 90px !important;
  display: flex;
  align-items: center !important;
}

.nav-item,
.nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-family: PTSans-Regular;
}

.nav-link {
  padding: 0 40px !important;
}

.navigation {
  position: fixed;
  top: 30px !important;
  transition: top 0.3s ease-in-out;
  width: 100% !important;
  z-index: 998;
  /* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); */
}

.navigation.fixed {
  top: 0 !important;
  transition: top 0.3s ease-in-out;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  background-color: #003043;
}

.navigation:hover {
  background-color: #003043;
}

.hero.with-margin {
  margin-top: 130px !important;
}

.nav-search .nav-link {
  padding: 0 !important;
}

.nav-search .nav-link img {
  width: 21px !important;
}

.navbar-brand img {
  width: 200px !important;
}

.relative {
  position: relative !important;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.6;
}

.uppercase {
  text-transform: uppercase !important;
}

img {
  max-width: 100% !important;
}

.din {
  font-family: Rajdhani-SemiBold !important;
}

.din-bold {
  font-family: Rajdhani-Bold !important;
}

.din-condensed {
  font-family: PTSans-Regular !important;
  font-size: 24px;
}

.hero-caption {
  display: flex !important;
  align-items: center !important;
  justify-content: start !important;
  position: absolute;
  top: 0 !important;
  left: 65px;
  height: 100%;
  padding: 0 !important;
}

.hero-caption.product {
  align-items: flex-end !important;
  z-index: 2;
}

.hero {
  margin-top: 0px !important;
}

.main-title {
  font-size: 52px !important;
  margin-bottom: 20px !important;
}

.main-title.product {
  margin-bottom: 30px !important;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.btn-primary {
  height: 42px !important;
  width: 200px !important;
  border-radius: 0 !important;
  background: transparent;
  transition: all 0.1s ease-out;
  outline: none !important;
  box-shadow: none !important;
  display: flex !important;
  justify-content: center;
  text-transform: uppercase !important;
  font-size: 20px !important;
  align-items: center !important;
  font-family: Rajdhani-SemiBold !important;
  color: #ffffff !important;
  border: 2px solid #00a0e0 !important;
}

.btn.btn-primary.blue {
  background: transparent !important;
  color: #00a0e0 !important;
  border: 2px solid #00a0e0 !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary.all-news {
  background: #00a0e0 !important;
  color: #ffffff !important;
}

.btn.btn-primary.all-news:hover {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #00a0e0 !important;
}

.btn.btn-primary.cta {
  background: #d23e2c !important;
  color: #fff !important;
  border: 2px solid #d23e2c !important;
}

.btn.btn-primary.cta:hover,
.btn.btn-primary.cta:active,
.btn.btn-primary.cta:focus {
  background: #ffffff !important;
  color: #d23e2c !important;
}

.btn.btn-primary.news-link {
  height: 36px !important;
  width: 100px !important;
  font-size: 16px !important;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 6;
}

.btn.btn-contact {
  background: #d23f2c;
  color: #fff !important;
  height: 36px !important;
  width: 150px !important;
  border: 1px solid #d23f2c !important;
}

.btn.btn-contact:hover {
  background: #fff !important;
  color: #d23f2c !important;
}

.about-us-content {
  text-align: center;
  text-align-last: center;
}

.section-title {
  font-size: 30px !important;
  color: #003043 !important;
  width: 100%;
  text-align: center !important;
  margin-bottom: 3rem !important;
  font-family: Rajdhani-Bold;
}

.section-title.text-left {
  text-align: left !important;
  padding-bottom: 10px !important;
  line-height: 1 !important;
}

.section-title.mb-0 {
  margin-bottom: 0 !important;
}

.products {
  background-color: #d8e2e8;
}

.card {
  border-radius: 0 !important;
  border: none !important;
}

.card-title {
  font-size: 20px !important;
}

.card-title {
  color: #003043 !important;
  font-family: Rajdhani-Bold !important;
  text-transform: uppercase !important;
}

.card-link {
  color: #003043 !important;
  font-family: PTSans-Regular, sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

.card-link {
  margin-top: 15px !important;
  display: block;
}

.product-card {
  margin-bottom: 30px !important;
}

.product-card.m-0 {
  margin-bottom: 0 !important;
}

.carousel-control-prev-icon {
  background-image: url(/images/svg/edepro-left-arrow.svg);
}

.carousel-control-next-icon {
  background-image: url(/images/svg/edepro-right-arrow.svg);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 55px;
  height: 55px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10% !important;
}

.hero-content {
  background-color: rgba(255, 255, 255, 0.77);
  max-width: 380px !important;
  padding: 30px 25px !important;
  text-align: justify !important;
  margin-bottom: 30px;
}

.hero-title-caption {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1;
}

.hero-title-caption .main-title {
  margin-bottom: 0 !important;
  line-height: 1;
}

.hr-title {
  height: 2px !important;
  background-color: #00a0e0 !important;
  width: 150px !important;
  margin: 15px auto !important;
}

.hr-title.w-100 {
  height: 2px !important;
  width: 100% !important;
  margin: 15px auto 15px auto !important;
}

.header-hr {
  margin: 0 auto 15px 0 !important;
}

.video_gallery {
  clip-path: polygon(0 0, 100% 0%, 100% 83%, 50% 100%, 0 83%);
  transition: clip-path 0.7s ease-in-out;
}

.news-overlay {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(1, 64, 89, 0.87) 0%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}

.news-post-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  z-index: 5;
  width: calc(100% - 120px);
}

.news-desc {
  font-size: 15px !important;
  line-height: 18px;
}

.news-post {
  max-height: 440px !important;
  overflow: hidden;
}

.news-post.half {
  max-height: 210px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.date {
  color: #ffffff !important;
  position: absolute;
  top: 15px;
  left: 15px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
  font-size: 16px !important;
  background-color: #00a0e0;
}

.navbar-brand img,
.nav-search .nav-link img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

.navbar-brand:hover img {
  transform: scale(0.9);
  transition: transform 0.3s ease-in-out;
}

.nav-search .nav-link:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.section-title.cta-title {
  margin: 0 !important;
  text-align: center !important;
  font-size: 30px !important;
}

.cta-image-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
}

.cta {
  background-color: #ffffff;
  background-size: contain !important;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.social-icon .hover,
.social-icon:hover .no-hover {
  display: none !important;
}

.social-icon:hover .hover {
  display: inline !important;
}

.social-icon:hover {
  border-color: #ffffff !important;
  cursor: pointer;
}

.about-us-content {
  line-height: 1.7 !important;
}

/* 404 */
.page-content-404 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-404 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 70%;
  transform: translate(-50%);
  background-color: #fff;
  opacity: 0.7;
  padding: 15px;
  text-align: center;
}

.content-404 h4 {
  color: #003043;
  font-size: 50px;
  font-family: "Rajdhani-Bold", sans-serif;
  text-transform: uppercase;
}

.content-404 a {
  color: #00a0df;
}

.content-404 a:hover {
  color: #d23e2c;
}

@media (min-width: 1250px) {
  .container {
    max-width: 1200px !important;
    padding: 0 !important;
  }

  .downloads-links {
    position: absolute;
    bottom: -15px !important;
  }

  .downloads-links .row {
    flex-wrap: nowrap;
  }
}

.hero-caption-content-slider {
  position: absolute;
  bottom: 50px;

  z-index: 1;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 32, 43, 0.7);
}

@media (min-width: 992px) {
  .mobile-menu,
  .navbar-expand-lg .navbar-collapse.mobile-menu {
    display: none !important;
  }

  .container-fluid {
    padding: 0 65px !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 40px;
    width: 250px;
    padding: 0 !important;
    border-radius: 0;
    margin: 0 !important;
    background: #d8e2e8 !important;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    top: -1px;
    left: 248px;
  }

  .dropdown-menu li {
    height: 50px !important;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: left;
    position: relative;
  }

  .dropdown-menu li:hover {
    background-color: transparent;
  }

  .dropdown-menu a {
    height: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: start !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100%;
    text-align: left !important;
    color: rgba(0, 0, 0, 0.9);
  }

  .menu-icon {
    width: 10px;
  }

  .submenu-icon {
    position: absolute;
    top: 20px;
    right: 10px;
    transform: rotate(-90deg);
  }

  .dropdown-toggle::after {
    display: none !important;
  }

  .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-menu.mega-menu {
    position: fixed !important;
    width: 100% !important;
    min-height: 60vh !important;
    background: #ffffff !important;
    z-index: 999 !important;
    left: 0 !important;
    top: 120px !important;
    border: 0 !important;
    transition: top 0.3s ease-in-out;
  }

  .navigation.fixed .dropdown-menu.mega-menu {
    top: 90px !important;
    transition: top 0.3s ease-in-out;
  }

  .mega-menu .nav-item {
    border-bottom: 0 !important;
  }

  .mega-menu-nav > .nav-item.dropdown:hover > .nav-link::after {
    position: absolute !important;
    left: 45% !important;
    bottom: -6px !important;
    display: block !important;
    content: "" !important;
    border: solid #ffffff !important;
    background-color: #d8e2d8 !important;
    border-width: 0 1px 1px 0 !important;
    display: inline-block !important;
    padding: 6px !important;
    z-index: 9999 !important;
    -webkit-transform: rotate(-135deg) !important;
    -moz-transform: rotate(-135deg) !important;
    -ms-transform: rotate(-135deg) !important;
    -o-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
  }

  .mega-menu .submenu-icon {
    position: relative !important;
    top: unset !important;
    right: unset !important;
    transform: rotate(-90deg);
    margin-left: 5px;
    width: 12px;
  }

  .dropdown-menu.mega-menu li {
    height: 40px !important;
    line-height: 40px !important;
  }

  .border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  }

  .dropdown-menu.mega-menu li a,
  .navigation:hover .dropdown-menu.mega-menu li a,
  .navigation .dropdown-menu.mega-menu li a {
    font-size: 14px !important;
    padding: 0 !important;
    line-height: 1;
    color: #212529 !important;
  }

  .title-nav.nav-link {
    font-family: Rajdhani-Bold, sans-serif !important;
  }

  .title-nav-link {
    color: #014059;
    font-family: Rajdhani-Bold, sans-serif !important;
    font-size: 15px !important;
  }

  .dropdown-menu.mega-menu li a.title-nav.nav-link,
  .title-nav-link {
    font-size: 18px !important;
  }

  .dropdown-menu.mega-menu li a:hover {
    font-size: 15px !important;
    padding: 0 !important;
    color: #d23e2c !important;
  }

  @media (max-width: 1400px) {
    .dropdown-menu.mega-menu li a,
    .navigation:hover .dropdown-menu.mega-menu li a {
      font-size: 12px !important;
      padding: 0 !important;
      color: #212529 !important;
    }

    .dropdown-menu.mega-menu li a.title-nav.nav-link {
      font-size: 14px !important;
      padding: 0 !important;
      color: #212529 !important;
    }

    .dropdown-menu.mega-menu li a:hover {
      font-size: 12px !important;
      padding: 0 !important;
      color: #d23e2c !important;
    }
  }

  .navigation:hover .dropdown-menu.mega-menu li .title-nav.nav-link {
    color: #014059 !important;
    font-family: Rajdhani-Bold, sans-serif !important;
  }

  .navigation:hover .dropdown-menu.mega-menu li .title-nav.nav-link:hover {
    color: #00a0e0 !important;
  }

  .featured-product-text {
    font-size: 13px !important;
    font-family: PTSans-Regular, sans-serif !important;
  }

  .section-title.text-white {
    color: #ffffff !important;
    padding-right: 15px !important;
    border-right: 1px solid #ffffff;
  }

  .cta-blue-btn {
    margin-left: auto !important;
    position: relative;
    height: 36.5px;
  }
}

.link-btn-icon {
  width: 22px !important;
  height: 22px !important;
  margin-right: 5px;
}

.cta-blue-bg {
  background-color: transparent !important;
  margin-top: -90px;
}

.cta-blue-bg .news-link {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
}

.bg-light {
  background-color: #ebebeb !important;
}

.navbar-brand {
  max-width: 200px;
}

.anchor-links {
  background-color: #ebebeb;
}

.link a,
.link span {
  color: #00a0e0 !important;
}

.social-link {
  display: flex;
}

/* Potpis */
.footer-bottom {
  margin: 0 !important;
  padding: 5px 0 !important;
  color: #ffffff !important;
  background-color: #003043 !important;
  border-top: 5px solid #00a0e0;
}

.footer-bottom .container {
  margin: 0 auto !important;
}

.copyright p a:hover {
  opacity: 0.8;
}

.design-copy {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}

.flexFooter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
}

.flexFooter img {
  width: 40px;
}

.copy-right {
  display: flex;
  align-items: center;
}

h6,
.flexFooter,
.flexFooter p,
.footer-bottom a {
  color: #ffffff !important;
  margin: 0 !important;
  font-size: 14px;
  font-weight: 300;
}

.footer-seo {
  background-color: #a7b5bc;
}

.footer-seo-links {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  color: #ffffff;
  line-height: 2;
}

.seo-title {
  color: #ffffff !important;
  margin-bottom: 0px;
  font-family: Rajdhani-Bold, sans-serif !important;
  font-size: 18px !important;
}

.seo-title.blue {
  color: #014059 !important;
  margin-bottom: 0px;
  font-family: Rajdhani-Bold, sans-serif !important;
}

.seo-link {
  color: #ffffff !important;
}

.seo-link:hover {
  color: #00a0e0 !important;
}

.social-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center !important;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7.5px;
  border: 2px solid #00a0e0;
  border-radius: 50%;
  margin-right: 10px !important;
}

@media (max-width: 1420px) {
  .nav-link {
    padding: 0 20px !important;
  }

  .navbar-expand-lg .navbar-nav .nav-item > .dropdown-menu {
    left: 20px;
  }
}

@media (max-width: 1180px) {
  .nav-link {
    padding: 0 5px !important;
  }

  .navbar-expand-lg .navbar-nav .nav-item > .dropdown-menu {
    left: 0;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 200px;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    left: 199px !important;
  }
}

@media (max-width: 992px) {
  .flexFooter,
  .copy-right,
  .design-copy {
    flex-direction: column;
    justify-content: center;
  }

  .dropdown h2,
  .dropdownContent a,
  .dropdownContent ul a {
    height: 50px;
    line-height: 50px;
  }

  .dropdown h2,
  .dropdownContent .cd-divider,
  .dropdownContent a,
  .dropdownContent ul a {
    padding: 0 20px;
  }

  .dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    color: #3f3f3f;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: height 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: height 0.5s 0s, visibility 0s 0.5s;
    transition: height 0.5s 0s, visibility 0s 0.5s;
    overflow: hidden;
    transition: height 0.5s 0s, visibility 0.5s 0s;
    visibility: hidden;
  }

  .dropdown h2 {
    position: relative;
    z-index: 1;
    color: #585a70;
    background-color: #fff;
    border-bottom: 1px solid #242643;
  }

  .dropdown .close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: #3f3f3f;
  }

  .dropdown .close::after,
  .dropdown .close::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #3f3f3f;
  }

  .dropdown .close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }

  .dropdown .close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }

  .dropdown.dropdownActive {
    visibility: visible;
    -webkit-transition: height 0.5s 0s, visibility 0.5s 0s;
    -moz-transition: height 0.5s 0s, visibility 0.5s 0s;
    transition: height 0.5s 0s, visibility 0.5s 0s;
    overflow: unset;
    height: 100vh;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
  }

  .dropdownContent,
  .dropdownContent ul {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: 95%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
    background: #fff;
    z-index: 99999;
    height: 100vh;
    transition: all 0.3s ease-in-out !important;
    list-style: none !important;
  }

  header.fixed .dropdownContent,
  header.fixed .dropdownContent ul {
    top: 70px;
    transition: all 0.3s ease-in-out !important;
  }

  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out, -webkit-transform 0.5s;
    -moz-transition: max-height 0.3s ease-in-out, -moz-transform 0.5s;
    transition: max-height 0.3s ease-in-out, transform 0.5s;
  }

  .navbar-collapse .dropdownContent,
  .navbar-collapse .dropdownContent ul {
    max-height: 0 !important;
    -webkit-transition: max-height 0.3s ease-in-out, -webkit-transform 0.5s;
    -moz-transition: max-height 0.3s ease-in-out, -moz-transform 0.5s;
    transition: max-height 0.3s ease-in-out, transform 0.5s;
  }

  .navbar-collapse.show .dropdownContent,
  .navbar-collapse.show .dropdownContent ul {
    max-height: 100vh !important;
    -webkit-transition: max-height 0.3s ease-in-out, -webkit-transform 0.5s;
    -moz-transition: max-height 0.3s ease-in-out, -moz-transform 0.5s;
    transition: max-height 0.3s ease-in-out, transform 0.5s;
  }

  .dropdownContent a,
  .dropdownContent ul a {
    display: block;
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0.8;
    text-decoration: none;
    outline: 0;
    display: flex;
    align-items: center;
  }

  .borderBottomUnset {
    border-bottom: unset !important;
  }

  .zakazivanjeServisa {
    padding: 40px 0 20px;
  }

  .find-more h2 {
    padding: 40px 0;
  }

  #contact {
    margin: 50px 0;
  }

  .dropdownContent li:first-of-type > a,
  .dropdownContent ul li:first-of-type > a {
    border-top-width: 0;
  }

  .dropdownContent li:last-of-type > a,
  .dropdownContent ul li:last-of-type > a {
    border-bottom-width: 1px;
  }

  .dropdownContent .cd-divider,
  .dropdownContent ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #003043;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase;
  }

  .dropdownContent .cd-divider + li > a,
  .dropdownContent ul .cd-divider + li > a {
    border-top-width: 0;
  }

  .dropdownContent .cd-divider,
  .dropdownContent .cd-search,
  .dropdownContent a,
  .dropdownContent ul .cd-divider,
  .dropdownContent ul .cd-search,
  .dropdownContent ul a {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.5s, -moz-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
  }

  .dropdownContent ul.isHidden,
  .dropdownContent.isHidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .dropdownContent ul.isHidden > .cd-divider,
  .dropdownContent ul.isHidden > li > .cd-search,
  .dropdownContent ul.isHidden > li > a,
  .dropdownContent ul.moveOut > .cd-divider,
  .dropdownContent ul.moveOut > li > .cd-search,
  .dropdownContent ul.moveOut > li > a,
  .dropdownContent.isHidden > .cd-divider,
  .dropdownContent.isHidden > li > .cd-search,
  .dropdownContent.isHidden > li > a,
  .dropdownContent.moveOut > .cd-divider,
  .dropdownContent.moveOut > li > .cd-search,
  .dropdownContent.moveOut > li > a {
    opacity: 0;
  }

  .dropdownContent ul.moveOut > .cd-divider,
  .dropdownContent ul.moveOut > li > .cd-search,
  .dropdownContent ul.moveOut > li > a,
  .dropdownContent.moveOut > .cd-divider,
  .dropdownContent.moveOut > li > .cd-search,
  .dropdownContent.moveOut > li > a {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .dropdownActive .dropdownContent,
  .dropdownActive .dropdownContent ul {
    -webkit-overflow-scrolling: touch;
  }

  .dropdownContent .see-all a {
    color: #3f8654;
  }

  .dropdownContent .dropdown-icons .dropdownItem h3,
  .dropdownContent .dropdownGallery .dropdownItem h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dropdownContent .dropdownGallery img {
    display: block;
    width: 100%;
    left: 20px;
  }

  .dropdownContent .dropdown-icons .dropdownItem {
    padding-left: 75px;
    position: relative;
  }

  .dropdownContent .dropdown-icons .dropdownItem p {
    color: #111433;
    font-size: 1.3rem;
    display: none;
  }

  .dropdownContent .dropdown-icons .dropdownItem::before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
  }

  .vehicles {
    height: unset !important;
    display: flex !important;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    padding: 10px !important;
  }

  @-webkit-keyframes cd-fade-in {
    0% {
      opacity: 0;
      visibility: visible;
    }

    100% {
      opacity: 1;
      visibility: visible;
    }
  }

  @-moz-keyframes cd-fade-in {
    0% {
      opacity: 0;
      visibility: visible;
    }

    100% {
      opacity: 1;
      visibility: visible;
    }
  }

  @keyframes cd-fade-in {
    0% {
      opacity: 0;
      visibility: visible;
    }

    100% {
      opacity: 1;
      visibility: visible;
    }
  }

  @-webkit-keyframes cd-fade-out {
    0% {
      opacity: 1;
      visibility: visible;
    }

    100% {
      opacity: 0;
      visibility: visible;
    }
  }

  @-moz-keyframes cd-fade-out {
    0% {
      opacity: 1;
      visibility: visible;
    }

    100% {
      opacity: 0;
      visibility: visible;
    }
  }

  @keyframes cd-fade-out {
    0% {
      opacity: 1;
      visibility: visible;
    }

    100% {
      opacity: 0;
      visibility: visible;
    }
  }

  .cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #3f3f3f;
    border: none;
    border-radius: 0;
  }

  .goBack a,
  .hasChildren > a {
    position: relative;
  }

  .goBack a::after,
  .goBack a::before,
  .hasChildren > a::after,
  .hasChildren > a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #212529;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .goBack a::before,
  .hasChildren > a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .goBack a::after,
  .hasChildren > a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hasChildren > a {
    padding-right: 40px;
  }

  .hasChildren > a::after,
  .hasChildren > a::before {
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
  }

  .dropdownContent .goBack a {
    padding-left: 40px;
  }

  .dropdownContent .goBack a::after,
  .dropdownContent .goBack a::before {
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }

  .cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
  }

  .no-js .dropdownWrapper:hover .dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .no-js .dropdownWrapper .close {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse.mobile-menu {
    display: block !important;
    position: absolute !important;
  }

  .titillium h2 {
    font-size: 20px !important;
    margin-bottom: 0 !important;
  }

  ul.dropdownContent {
    margin-top: 23px !important;
  }

  ul.dropdownGallery {
    margin-top: 23px !important;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 73px !important;
  }

  .navbar-expand-lg .navbar-collapse {
    height: 50px !important;
  }

  section.navigation.adress-visible .dropdownContent,
  section.navigation.adress-visible .dropdownContent ul {
    top: 162px;
    transition: top 0.3s ease-in-out;
  }

  section.navigation.adress-visible {
    top: 113px;
    transition: top 0.3s ease-in-out;
  }

  section.navigation.adress-visible.fixed {
    top: -10px;
    transition: top 0.3s ease-in-out;
  }

  section.navigation.fixed .dropdownContent,
  section.navigation.fixed .dropdownContent ul,
  section.navigation.fixed.adress-visible .dropdownContent,
  section.navigation.fixed.adress-visible .dropdownContent ul {
    top: 46px;
    transition: top 0.3s ease-in-out;
  }

  .collapse.navbar-collapse.desktop-menu {
    display: none !important;
  }

  .navbar-light .navbar-toggler {
    padding: 0 !important;
    border: 0 !important;
  }

  .navbar {
    padding: 0 15px !important;
  }

  .top-header-mobile {
    display: none !important;
  }

  .top-header-h1-mobile {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }

  .hero-caption {
    left: 0;
    width: 100%;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }

  .main-title {
    font-size: 35px !important;
  }

  .hero-caption .btn.btn-primary {
    margin: 0 auto !important;
  }

  .news-post {
    margin-bottom: 20px !important;
  }

  .row.margin-bottom-20 {
    margin-bottom: 0 !important;
  }

  .cta-content {
    flex-direction: column !important;
    justify-content: center !important;
  }

  .section-title.cta-title,
  .cta-subtitle.text-left {
    text-align: center !important;
    font-size: 20px !important;
  }

  .navbar {
    height: 70px !important;
  }

  .dropdownContent h2,
  .dropdownContent h3 {
    font-family: Rajdhani-Regular !important;
  }

  .navbar-brand {
    width: 150px !important;
  }

  .video_gallery,
  .video_gallery_1 {
    min-height: 500px;
    background-color: #000;
    object-fit: cover;
  }

  .navbar-dark .navbar-toggler {
    padding: 0 !important;
    border: 0 !important;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url(/images/svg/edepro-menu.svg);
  }

  .navigation.fixed .navbar-dark .navbar-toggler-icon,
  .navigation:hover .navbar-dark .navbar-toggler-icon {
    background-image: url(/images/svg/edepro-menu.svg);
  }
}

.video_gallery_1 {
  max-height: 600px;
  background-color: #000;
  object-fit: cover;
}

.img-holder {
  overflow: hidden !important;
}

.img-holder .blog-img {
  transition: clip-path 0.3s ease-in-out !important;
  clip-path: polygon(0 0, 100% 0%, 100% 83%, 50% 100%, 0 83%);
  transform: scale(1) !important;
}

.img-holder:hover .blog-img {
  transition: clip-path 0.3s ease-in-out !important;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 100%, 0 100%);
  transform: scale(1) !important;
}

.img-holder {
  overflow: hidden !important;
}

.img-holder .product-image {
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}

.img-holder:hover .product-image {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.2);
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.large-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto !important;
  border-radius: 50%;
  background-color: #003043 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px !important;
}

p.section-title {
  font-size: 20px !important;
  font-weight: 600;
  font-family: PTSans-Regular !important;
}

.large-icon img {
  width: 30px !important;
  height: 30px !important;
}

.video-desc .section-title {
  margin-bottom: 0 !important;
}

.card-title-link {
  width: 100% !important;
  display: block;
  text-align: center;
  color: #003043 !important;
}

.card-title-link:hover {
  color: #00a0e0 !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.bg-blue {
  background-color: #003043;
}

.bg-trans {
  background-color: transparent !important;
}

p .contact-link {
  font-weight: 300 !important;
  text-transform: unset !important;
  color: #212529 !important;
}

p .contact-link:hover,
.top-header-link a:hover h2 {
  color: #00a0df !important;
}

.nav-search img {
  transform: scale(1) !important;
  transition: transform 0.3s ease-in-out;
}

.nav-search:hover img {
  transform: scale(1.1) !important;
  transition: transform 0.3s ease-in-out;
}

.owl-title {
  font-family: Rajdhani-Bold;
  text-transform: uppercase;
  font-size: 20px !important;
}

.owl-desc ul li,
.owl-desc ul li span {
  color: #fff !important;
  background-color: transparent !important;
  list-style: disc !important;
  list-style-position: inside !important;
}

.owl-desc ul {
  padding: 0 !important;
  margin: 0 !important;
}

.dropdown-menu a.btn.btn-primary {
  justify-content: center !important;
}

.customNextBtn {
  width: 45px;
  position: absolute;
  right: -145px;
  cursor: pointer;
  z-index: 5;
  top: 40px;
  padding: 10px;
  background: transparent;
  height: 45px;
}

.customPrevBtn {
  width: 45px;
  position: absolute;
  left: -45px;
  cursor: pointer;
  z-index: 5;
  top: 40px;
  padding: 10px;
  background: transparent;
  height: 45px;
}

.custom-buttons {
  position: absolute;
  width: calc(100% - 130px);
  margin: auto;
  margin-top: 0;
  top: 40%;
}

.btn-outline-secondary {
  color: #003043;
  background-color: #fff;
  border-color: #003043;
}

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #003043;
  border-color: #003043;
}

.line-height {
  line-height: 1 !important;
}

.hero.margin-top {
  margin-top: 100px !important;
}

@media (max-width: 991px) {
  .hero.margin-top {
    margin-top: 90px !important;
  }

  .customNextBtn {
    width: 45px;
    position: absolute;
    right: -74px;
    cursor: pointer;
    z-index: 5;
    top: -1px;
    padding: 10px;
    background: #ffffff;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .customPrevBtn {
    width: 45px;
    position: absolute;
    left: 26px;
    cursor: pointer;
    z-index: 5;
    top: -1px;
    padding: 10px;
    background: #ffffff;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-buttons {
    position: absolute;
    width: calc(100% - 130px);
    margin: auto;
    margin-top: 0;
    top: 40px;
  }

  .custom-buttons-2 {
    top: 40%;
  }

  .owl-item.active.center {
    transform: scale(0.9) !important;
    transition: all 0.3s ease-in-out;
  }

  .owl-carousel .owl-stage-outer {
    padding: 0 0 40px !important;
  }

  .cta-blue-bg .container-fluid {
    flex-direction: column;
  }

  .cta-image-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px !important;
  }

  .cta-blue-bg {
    margin-top: 0;
    margin-bottom: -50px;
  }
}

.owl-carousel.product .owl-stage-outer {
  padding: 50px 0 15px !important;
}

.top-header.fixed {
  z-index: 9 !important;
  height: 0 !important;
  overflow: hidden;
}

.owl-desc p {
  font-size: 16px !important;
  line-height: 18px !important;
  text-align: left !important;
}

.dropdown-lang {
  position: absolute;
  background: #fff;
  display: none;
  top: 100%;
}

.dropdown-lang-toggle:hover .dropdown-lang {
  display: block !important;
}

.modal-content {
  border-radius: 0 !important;
}

.modal-title,
.close {
  /* color: #ffffff !important; */
  color: #003043;
  opacity: 1;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0 !important;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 17.5px;
}

.modal-header {
  background-color: #003043;
  border-radius: 0 !important;
  border: 0 !important;
}

/* .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
} */
.link-text {
  font-family: PTSans-Regular, sans-serif;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #003043 !important;
  width: 150px;
  text-align: center;
  text-transform: uppercase !important;
}

.link-text:hover {
  color: #00a0df !important;
}

.modal {
  background: rgba(0, 32, 43, 0.9);
}

.modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.form-group.search {
  max-width: 750px !important;
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 80px;
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
}

.modal-body {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-control.search {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 300;
}

.form-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #999 !important;
  font-size: 21px;
  cursor: text;
  transition: all 0.15s ease-in-out 0s;
  margin: 0 !important;
}

.form-control:focus ~ .form-label,
.form-control:valid ~ .form-label {
  font-size: 17px;
  left: 0;
  bottom: 60px;
  color: #999 !important;
  font-size: 0.8em;
  color: inherit;
  cursor: pointer;
}

.plus,
.minus {
  width: 20px !important;
  position: absolute;
  bottom: 20px;
  right: 15px;
}

.btn.btn-link {
  width: 100%;
  height: 100%;
  height: 58px;
  padding: 0 15px !important;
  background: transparent !important;
  border-radius: 0;
  text-align: left;
  text-transform: uppercase;
  color: #003043;
  text-decoration: none !important;
  position: relative;
  font-family: Rajdhani-SemiBold, sans-serif !important;
}

.btn.btn-outline-secondary {
  height: 36px !important;
  width: 150px !important;
  border-radius: 0 !important;
  color: #003043;
}

.btn.btn-link.collapsed,
.collapse.show .card-body {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.btn.btn-link.collapsed .minus,
.btn.btn-link .plus {
  display: none !important;
}

.btn.btn-link.collapsed .plus,
.btn.btn-link .minus {
  display: block !important;
}

.card-header {
  border-bottom: 0 !important;
  background-color: transparent !important;
  position: relative;
  padding: 0 !important;
}

.card-body {
  max-height: 200px;
  overflow-y: scroll;
}

.search-filter-list {
  list-style: none !important;
  padding: 0 !important;
}

.search-filter-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.search-filter-list li label {
  margin: 0 !important;
  display: flex;
  font-family: Rajdhani-SemiBold, sans-serif !important;
}

.search-filter-list li input[type="checkbox"] {
  position: absolute;
  left: 0;
  opacity: 0;
}

.filter__facet-name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
}

.checkicon {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.checkicon.checked,
input[type="checkbox"]:checked + label .checkicon.unchecked {
  display: none;
}

input[type="checkbox"]:checked + label .checkicon.checked {
  display: block;
}

.filter-block {
  color: #003043 !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.filter-block:hover {
  background-color: #ebebeb;
}

.filter-block h5 {
  font-family: Rajdhani-Bold !important;
}

.card-body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.card-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-color: #fff !important;
}

/* Handle */
.card-body::-webkit-scrollbar-thumb {
  background: #003043;
  border-radius: 0;
}

/* Handle on hover */
.card-body::-webkit-scrollbar-thumb:hover {
  background: #003043;
}

.btn.btn-primary.btn-filters {
  background: #ffffff !important;
  border-color: #003043 !important;
  color: #003043 !important;
  width: 100% !important;
  height: 55px !important;
}

.btn.btn-primary.btn-filters:hover {
  background: #003043 !important;
  border-color: #003043 !important;
  color: #ffffff !important;
  width: 100% !important;
}

.filters-search {
  height: 55px !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #003043 !important;
}

.btn.btn-primary.btn-filters.btn-filters-search {
  width: 55px !important;
}

.margin-minus {
  margin-top: -7px !important;
}

.section-title.bottom-less {
  margin-bottom: 1rem !important;
}

.contact-map-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-map-info h3 {
  color: #003043 !important;
  font-size: 16px !important;
  margin-bottom: 5px !important;
}

.contact-map-info p {
  color: #003043;
  font-size: 12px !important;
  margin-bottom: 5px;
}

.contact-map-info a {
  color: #d23f2c !important;
  font-size: 12px !important;
  margin-bottom: 5px !important;
}

.contact-card {
  background: #fff;
  border: 1px solid;
  padding: 10px;
  padding-left: 60px;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  min-height: 180px;
}

.contact-card:hover {
  background: #003043;
}

.contact-card:hover * {
  color: #fff !important;
}

.corner-icon {
  width: 40px;
  height: 40px;
  display: flex;
  padding: 13px;
  justify-content: center;
  align-items: center;
  background-color: #ebebeb;
  position: absolute;
  top: 5px;
  left: 5px;
}

.contact-title {
  font-family: PTSans-Regular, sans-serif !important;
  font-size: 15px !important;
  display: block;
  width: 100%;
}

.contact-card-content .contact-title {
  font-family: Rajdhani-bold, sans-serif !important;
  font-size: 18px !important;
  display: block;
  width: 100%;
}

.modal-form {
  border: 1px solid #003043 !important;
  border-radius: 0 !important;
}

.modal-form-content {
  z-index: 1090;
  overflow-y: scroll;
}

.modal-form-content .modal-content {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}

.about-page-nav-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: fixed;
  top: 135px !important;
  width: 100%;
  z-index: 1;
  max-width: 100%;
  background-color: #d8e2e8;
  left: 0;
  height: 68px;
  transition: top 0.3s ease-in-out, max-width 0.3s ease-in-out,
    position 0.3s ease-in-out;
}

.about-page-nav-wrapper.fixed {
  position: fixed;
  top: 89px !important;
  left: 0 !important;
  max-width: unset !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-in-out, max-width 0.3s ease-in-out,
    position 0.3s ease-in-out, height 0.3s ease-in-out;
}

.about-page-nav {
  height: 60px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  padding: 0 !important;
  width: 100%;
  max-width: 1200px;
}

.section-link,
.triger-section-link {
  color: #003043 !important;
  font-family: Rajdhani-Bold !important;
  border-bottom: 2px solid #d8e2e8 !important;
  font-size: 20px !important;
}

.section-link:hover {
  border-bottom: 2px solid #00a0e0 !important;
}

.dark-section-title {
  margin-bottom: 0 !important;
}

.about-hr {
  margin-top: 0rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 3px solid #00a0df;
  width: 75px;
  margin-left: 0;
}

.card-title.text-white {
  color: #fff !important;
}

.downloads-title {
  font-size: 18px;
}

.downloads-links a {
  color: #000 !important;
}

.downloads-links a:hover {
  color: #00a0e0 !important;
}

.after-line,
.before-line {
  position: relative;
  margin-top: 5px;
  width: 100%;
  text-align: center;
  max-width: 320px;
}

.after-line:nth-of-type(3) {
  border-bottom: 1px solid;
}

.bg-dark {
  background-color: #d8e2e8 !important;
}

.after-line::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 20px;
  left: 50%;
  margin-left: -0.5px;
  bottom: -1px;
  background-color: #000000;
}

.before-line::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 20px;
  left: 50%;
  margin-left: -0.5px;
  top: -5px;
  background-color: #000000;
}

.bg-gray {
  background-color: #ebebeb;
}

.link-mobile {
  display: none !important;
}

.hero.relative.about {
  margin-top: 150px !important;
}

.hero-map {
  margin-top: 120px !important;
}

@media (max-width: 991px) {
  .hero-map {
    margin-top: 100px !important;
  }

  .modal-dialog {
    width: unset !important;
  }

  .product-card.m-0 {
    margin-bottom: 30px !important;
  }

  .col-md-4:nth-of-type(3) .product-card.m-0 {
    margin-bottom: 0px !important;
  }

  .about-hr {
    margin-top: 1rem !important;
  }

  .blog-date {
    color: #d23e2c;
    position: relative !important;
    font-size: 20px;
    display: block;
    bottom: unset;
    right: unset !important;
    width: 100% !important;
    margin-bottom: 15px;
    text-align: center !important;
  }

  .link-mobile {
    display: block !important;
  }

  .triger-section-link {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #003043;
    height: 55px;
    padding: 15px;
    font-family: Rajdhani-Regular;
  }

  .btn.btn-outline-secondary {
    width: 100px !important;
  }

  .section-link {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #fff;
    display: block;
  }

  .about-page-nav-wrapper {
    left: 0;
    height: unset;
  }

  .about-page-nav-wrapper {
    left: 0;
    height: 100vh !important;
    transition: height 0.3s ease-in-out;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    overflow: hidden;
  }

  .about-page-nav-wrapper.fixed {
    top: 70px !important;
  }

  .about-page-nav-wrapper.unvisible {
    left: 0;
    height: 55px !important;
    transition: height 0.3s ease-in-out;
  }

  .about-page-link {
    width: 100%;
  }

  .about-page-nav {
    height: unset;
    flex-direction: column;
  }

  .tabIcon {
    position: absolute;
    right: 15px;
    width: 25px;
    top: 15px;
    pointer-events: none;
  }

  .hero.relative.about {
    margin-top: 100px !important;
  }

  .cta-blue-desc {
    margin-bottom: 15px;
    margin-top: 5px;
  }

  .cta-blue-bg .container-fluid {
    flex-direction: column !important;
  }

  .content-404 {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.hero-teaser {
  max-width: 100%;
}

.carousel-indicators {
  position: relative !important;
  margin-top: 15px;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  border: 3px solid #d23e2c !important;
  cursor: pointer;
  background-color: transparent !important;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1 !important;
  transition: opacity 0.6s ease;
}

.carousel-indicators li.active {
  background-color: #d23e2c !important;
}

.ellipsis1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  margin-bottom: 15px;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  margin-bottom: 15px;
}

.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  margin-bottom: 0 !important;
  min-height: 120px;
}

.ellipsis4 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin-bottom: 0;
}

.ellipsis4 p,
.ellipsis p {
  margin: 0 !important;
}

.blog-link {
  color: #014059 !important;
  font-size: 22px;
}

.blog-link:hover {
  color: #00a0e0 !important;
}

.blog-date {
  color: #d23e2c;
  position: absolute;
  right: 0;
}

.lang {
  font-size: 14px !important;
  font-family: Rajdhani-Regular !important;
}

.lightDin {
  font-family: Rajdhani-Regular !important;
}

.ExtralightDin {
  font-family: PTSans-Regular !important;
}

.dropdown-menu.mega-menu li.heightUnset {
  height: unset !important;
}

.subSubMenu li .nav-link {
  text-transform: none !important;
}

.dropdown-menu.mega-menu .subSubMenu li {
  height: 30px !important;
  line-height: 30px !important;
}

a .hover,
a:hover .no-hover {
  display: none !important;
}

a:hover .hover {
  display: inline !important;
}

.pdfDropdown {
  position: absolute;
  left: 0;
  top: 38px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.pdfDropdown.visible {
  max-height: 160px !important;
  transition: max-height 0.3s ease-in-out;
}

.news-link.pdf {
  transition: all 0.3s ease-out !important;
  display: block !important;
  padding: 5px !important;
  width: 190px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: Rajdhani-SemiBold !important;
  border: 2px solid #00a0e0;
  background: #00a0e0;
  color: #ffffff !important;
  position: relative !important;
}

.news-link.pdf:hover {
  background: #ffffff !important;
  color: #003043 !important;
}

/* dropify */
.dropify-wrapper .dropify-message p {
  font-size: 40px;
}

.dropify-wrapper {
  height: 135px !important;
  font-family: PTSans-Regular, sans-serif !important;
}

.btn.btn-outline-secondary.pdf-button {
  width: 190px !important;
  font-family: Rajdhani-Bold, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 14px;
  padding: 0;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

b,
strong {
  font-family: Rajdhani-Bold, sans-serif !important;
}

/* modal job pop up */
.modalJobPopUp .modal-dialog {
  width: auto;
  max-width: 50%;
  height: auto;
}

.modalJobPopUp .modal-footer {
  justify-content: flex-start !important;
}

.modalJobPopUp .modal-body {
  display: unset;
  min-height: unset;
}

/* carousel controls */
.carousel-controls {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.carousel-control-prev-2,
.carousel-control-next-2 {
  cursor: pointer;
  position: relative;
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* owl carousel */
.owl-carousel-2 .owl-item.active.center {
  transform: unset !important;
  z-index: 99;
  box-shadow: unset !important;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  margin-top: unset !important;
}

.owl-carousel-2 .item-content {
  background-color: unset !important;
}

.customNextBtn2,
.customPrevBtn2 {
  top: 0 !important;
}

.gradient-overlay {
  background: linear-gradient(
    0deg,
    rgba(0, 32, 43, 1) 0%,
    rgba(0, 0, 0, 0) 135px,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gradient-overlay.product {
  background: linear-gradient(
    0deg,
    rgba(0, 32, 43, 1) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}

@media (max-width: 991px) {
  .dropify-wrapper .dropify-message p {
    font-size: 25px !important;
  }

  .mobile-order-1 {
    order: 1 !important;
    margin-bottom: 30px !important;
  }

  .mobile-order-2 {
    order: 2 !important;
  }

  .owl-carousel-2 .item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .main-title-career {
    margin: 3rem 0 0 !important;
    padding-left: 15px;
  }

  .hero-title-caption .section-title {
    color: #fff !important;
  }

  .content tr {
    flex-direction: column;
  }

  .content td {
    width: 100% !important;
  }

  .content td p {
    text-align: justify !important;
  }

  .main-title {
    font-size: 25px !important;
  }

  .din-condensed {
    font-size: 16px !important;
  }

  .hero-caption-content .btn.btn-primary.blue,
  .alert .btn.btn-primary.blue {
    background-color: #00a0e0 !important;
    color: #ffffff !important;
    margin: auto !important;
  }
  .alert {
    text-align: center !important;
  }
}

.main-title.mb-0 {
  margin-bottom: 0 !important;
}

.cta-subtitle-name {
  font-weight: bold;
  color: #003043;
  font-size: 20px;
  line-height: 30px;
  font-family: PTSans-Regular, sans-serif;
}

.cta-subtitle-position {
  font-weight: 400;
  color: #003043;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-family: PTSans-Regular, sans-serif;
}

.back-link {
  color: #00a0e0 !important;
  display: flex !important;
  align-items: center;
}

.back-link:hover {
  color: #003043 !important;
}

.content td {
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0;
}

.content table,
.content tr {
  border: 0 !important;
  display: flex;
}

iframe {
  border: 0 !important;
}

.page-content.blue,
.page-content.blue .card {
  background-color: #d8e2e8 !important;
}

.back-arrow {
  width: 30px;
  margin-right: 10px;
}

.news-cta-hero {
  transition: all 0.3s ease-out !important;
  display: block !important;
  padding: 5px !important;
  width: 190px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: Rajdhani-SemiBold !important;
  border: 2px solid #00a0e0;
  background: #00a0e0;
  color: #ffffff !important;
  position: relative !important;
}

@media (min-width: 992px) {
  tr td:nth-of-type(1) {
    padding-right: 15px;
  }

  tr td:nth-of-type(2) {
    padding-left: 15px;
  }
}

.blank-content {
  background-color: #ffffff;
  height: 100px !important;
  width: 100% !important;
}

.page-content b,
.page-content strong {
  font-family: PTSans-Regular, sans-serif !important;
}

.content a {
  color: #00a0e0 !important;
  transition: all 0.2s ease-in-out;
}

.content a:hover {
  color: #003043 !important;
  transition: all 0.2s ease-in-out;
}

.large-li::marker {
  font-size: 20px !important;
  font-family: PTSans-Regular, sans-serif !important;
  font-weight: 800 !important;
}

.content-p p:first-child {
  font-size: 20px !important;
}

.btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.alert-danger {
  color: white !important;
  background-color: #d23e2c !important;
  /* border-color: #f5c6cb; */
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0 !important;
  position: fixed;
  z-index: 1111111111111;
  width: 100%;
  bottom: 0;
}
.alert-danger .btn {
  position: relative !important;
  right: unset !important;
  bottom: unset !important;
}
