@media only screen and (max-width: 767px) {
  .blog-md.blog-post .dlab-pfost-media, .blog-md.blog-post .dlab-post-info {
    padding-left: 15px;
  }
}
@media (min-width: 767px) {
  .row.image-right .dlab-post-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .row.image-right .dlab-post-info {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.blog-md .dlab-post-info {
  border: none;
  padding-left: 15px;
}

.pictograms {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.richtext img {
  padding: 10px;
}
.richtext img.right {
  float: right;
  padding-right: 0;
}
.richtext img.left {
  float: left;
  padding-left: 0;
}

.custom-label-wrap {
  left: 10px;
  top: 10px;
  position: absolute;
  z-index: 10;
}
.custom-label-wrap.list-page {
  left: 20px;
}
.custom-label-wrap div {
  background-color: #FF6600;
  border-radius: 10px;
  color: white;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 2px 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.custom-download-box {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.documents-wrapper div {
  margin-bottom: 10px;
}

.active-item,
.primary-color {
  color: var(--color-primary) !important;
}

.box-shadow-no {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: -120px;
  width: 35%;
}

.search-item-wrap {
  padding: 10px;
}
.search-item-wrap .item {
  border-radius: 5px;
  margin: 5px;
}
.search-item-wrap .submit-button {
  margin: 10px;
}

.products-search-box {
  border: 1px solid var(--color-primary);
  padding: 30px;
}

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

.form-sended {
  display: none;
  text-align: center;
}
.form-sended h3 {
  color: var(--color-secondry);
}

.help-block.with-errors ul {
  list-style-type: none;
}
.help-block.with-errors ul li {
  color: var(--color-primary);
}

.error-color {
  color: var(--color-primary);
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#resultSearchWrapper {
  background-color: white;
  position: absolute;
  z-index: 10;
  left: 310px;
  -webkit-box-shadow: 5px 15px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 5px 15px 20px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 990px) {
  #resultSearchWrapper {
    position: relative;
  }
}
@media (max-width: 1199px) {
  #resultSearchWrapper {
    left: 200px;
  }
}
#resultSearchWrapper a {
  color: black;
}

#productSearch {
  border: none;
  border-bottom: 1px solid;
  border-color: var(--color-primary);
}

.sub-menu li ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.custom-strong {
  font-weight: 700;
}

.endevel-made-by a:hover {
  text-decoration: none;
  color: white !important;
}

.custom-fa-angle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.custom-fa-angle-right:before {
  content: "\f105";
  color: black;
}
.custom-fa-angle-right::before {
  content: "\f105";
  color: black;
}

.custom-icon-sm {
  width: 80px !important;
}

.img-icon {
  max-width: none !important;
  height: 80px !important;
  width: 80px !important;
}

.reference-text {
  text-shadow: 0 0 10px black;
  position: absolute;
  bottom: 20px;
  left: 30px;
}
@media (max-width: 510px) {
  .reference-text {
    font-size: 10px;
  }
}

.list-reference a {
  color: #6f6f6f;
}
.list-reference a :hover {
  color: #eb3426;
}

@media (max-width: 591px) {
  h4 {
    font-size: 20px;
  }
}
.on-tablet {
  display: none;
}

@media (max-width: 991px) {
  .not-on-tablet {
    display: none;
  }

  .on-tablet {
    display: block;
  }
}
.pagination li:first-child a {
  border-radius: 5px 0px 0px 5px;
}

.pagination li:last-child a {
  border-radius: 0px 5px 5px 0px;
}

.pag-radius:last-child {
  border-radius: 0px 5px 5px 0px;
}

.reference-img {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

a .reference-img:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
}

.custom-page {
  padding-bottom: 0px !important;
}

.fixed .main-bar {
  left: 0;
  -webkit-box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.1);
}

.custom-header {
  margin-top: 10px;
}

.custom-h1 {
  margin-bottom: 10px !important;
}

.footer-top p {
  color: #787878;
}

.footer-top a {
  color: #212529;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.footer-top a:hover {
  color: #eb3426;
}

.background {
  background-color: #f7f9fb !important;
}

.background-w {
  background-color: white !important;
}

.custom-btn {
  bottom: 15px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.icon-block-img {
  width: 310px !important;
  height: 205px !important;
}

.hp-mh {
  min-height: 700px;
}

@media (max-width: 991px) {
  .hp-mh {
    min-height: unset;
  }

  .hero-content {
    margin-top: 1.5rem;
    padding-bottom: 50px;
  }

  .col-txt {
    text-align: center !important;
  }

  .hp-img {
    display: none;
  }

  .title {
    margin-bottom: 1.5rem !important;
  }

  .content-block {
    text-align: center !important;
  }
}
.hp-btn {
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: solid white 1px;
  border-radius: 24px;
}

.hp-btn:hover {
  color: black;
  background-color: white;
}

.c-w {
  color: white;
}

.hp-img {
  width: 700px !important;
}

.menu-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-icon {
  width: 60px;
  height: 60px;
}

.menu-l1 {
  font-weight: 700;
  padding: 0 !important;
  border: unset !important;
  font-size: 1.3rem !important;
}

.menu-l2 {
  border: unset !important;
}

.link-l2 {
  padding: 0 !important;
  background-color: unset !important;
}

.header-nav .nav > li .mega-menu > li:after {
  content: unset;
}

.header-nav .nav > li:hover > .mega-menu {
  padding-left: 25px;
  padding-bottom: 25px;
}

.menu-cat-icon {
  float: left;
  margin-right: 9px;
  height: 200%;
}

.mega-menu a {
  webkit-transition: unset !important;
  -webkit-transition: unset !important;
  transition: unset !important;
}

.menu-l1:hover {
  color: #eb3426 !important;
}

.react-parallax {
  position: relative;
}

.bgimage {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-filter: none;
          filter: none;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-second-img {
  margin-bottom: -6rem;
}
@media (min-width: 992px) {
  .header-second-img {
    margin-bottom: -12rem;
  }
}
@media (min-width: 1200px) {
  .header-second-img {
    margin-bottom: -9rem;
  }
}

.home-carousel .carousel-title {
  top: 0;
  left: 0;
  min-width: 100vw;
  padding-left: 2rem;
  padding-right: 2rem;
}
.home-carousel .carousel-title .title {
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.5607843137);
  margin: 0 !important;
  font-size: clamp(0.5rem, 4vw + 0.5rem, 3rem);
}
.home-carousel .slide {
  height: 100%;
}
.home-carousel .slide .carousel-inner {
  height: 100%;
}
.home-carousel .slide .carousel-inner .carousel-item {
  height: 100%;
}
.home-carousel .slide img {
  height: 100%;
}

.review-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.about-ser-carousel .owl-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.about-ser-carousel .owl-item p {
  line-height: 22px;
}
.about-ser-carousel .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-ser-carousel .owl-stage-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.images-wrapper {
  gap: 2rem;
}

.header-title-text {
  font-size: clamp(2rem, 5vw, 4rem) !important;
  font-weight: 600 !important;
  line-height: clamp(2rem, 6vw, 5rem) !important;
}

.dlab-post-media {
  background: none !important;
}