.navigation-links-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links-navlink {
  text-decoration: none;
}
.navigation-links-navlink1 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-navlink2 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-navlink3 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}








@media(max-width: 767px) {
  .navigation-links-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-navlink1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.navbar-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.navbar-container {
  flex: 0 0 auto;
  width: 131px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.navbar-image {
  width: 120px;
  height: auto;
  object-fit: cover;
}
.navbar-nav {
  display: flex;
}
.navbar-container1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: center;
}
.navbar-icon {
  width: 24px;
  height: 24px;
}
.navbar-icon02 {
  width: 24px;
  height: 24px;
}
.navbar-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navbar-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.navbar-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.navbar-image1 {
  width: 106px;
}
.navbar-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navbar-social-media {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.navbar-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.navbar-container3 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.navbar-icon08 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.navbar-icon08:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.navbar-icon12 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.navbar-icon12:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.navbar-icon16 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.navbar-icon16:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.navbar-icon18 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.navbar-icon18:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
@media(max-width: 767px) {
  .navbar-nav {
    display: none;
  }
  .navbar-container1 {
    display: none;
  }
}
@media(max-width: 479px) {
  .navbar-nav {
    display: none;
  }
}

.slide-slide {
  align-items: stretch;
  flex-direction: row;
  background-size: cover;
  justify-content: center;
  background-image: url('https://play.teleporthq.io/static/svg/default-img.svg');
  background-position: center;
}
.slide-max-width {
  height: 574px;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}
.slide-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
  padding-right: 0px;
  flex-direction: column;
  justify-content: space-between;
}
.slide-container {
  width: 200px;
  height: 363px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.slide-image-container {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.slide-slider-controls {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-end;
}
.slide-go-left {
  flex: 0 0 auto;
  width: 100%;
  height: 108px;
  display: flex;
  max-width: 108px;
  max-height: 108px;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.slide-go-left:hover {
  cursor: pointer;
  background-color: rgba(229, 229, 229, 0.2);
}
.slide-icon {
  fill: var(--dl-color-grays-white100);
  width: 42px;
  height: 42px;
}
.slide-go-right {
  flex: 0 0 auto;
  width: 100%;
  height: 108px;
  display: flex;
  max-width: 108px;
  max-height: 108px;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.slide-go-right:hover {
  cursor: pointer;
  background-color: rgba(229, 229, 229, 0.2);
}
.slide-icon2 {
  fill: var(--dl-color-grays-white100);
  width: 42px;
  height: 42px;
}
.slide-root-class-name {
  background-size: cover;
  background-image: url("public/banner/banner-3-200h.webp");
}
.slide-root-class-name1 {
  background-size: cover;
  background-image: url("public/banner/banner-2-200h.jpg");
}
.slide-root-class-name2 {
  background-color: var(--dl-color-backgrounds-purple);
}
.slide-root-class-name3 {
  background-color: var(--dl-color-backgrounds-green);
}
.slide-root-class-name4 {
  background-color: var(--dl-color-backgrounds-purple);
}
.slide-root-class-name5 {
  background-color: var(--dl-color-backgrounds-green);
}
.slide-root-class-name6 {
  background-color: var(--dl-color-backgrounds-purple);
}
.slide-root-class-name7 {
  background-color: var(--dl-color-backgrounds-green);
}
.slide-root-class-name10 {
  background-color: var(--dl-color-backgrounds-purple);
}
.slide-root-class-name11 {
  background-color: var(--dl-color-backgrounds-green);
}
.slide-root-class-name12 {
  background-color: var(--dl-color-backgrounds-purple);
}
.slide-root-class-name13 {
  background-color: var(--dl-color-backgrounds-green);
}
.slide-root-class-name14 {
  background-color: var(--dl-color-backgrounds-purple);
}
.slide-root-class-name15 {
  background-color: var(--dl-color-backgrounds-green);
}
.slide-root-class-name16 {
  background-size: cover;
  background-image: url("public/banner/banner-1-200h.jpg");
}
.slide-root-class-name17 {
  background-size: cover;
  background-image: url("public/banner/banner-2-200h.jpg");
}
.slide-root-class-name20 {
  background-size: cover;
  background-image: 511c85c6-670a-471a-9f8b-be4c4689960b;
}
.slide-root-class-name21 {
  background-color: var(--dl-color-backgrounds-purple);
}
.slide-root-class-name22 {
  background-color: var(--dl-color-backgrounds-green);
}
.slide-root-class-name23 {
  background-size: cover;
  background-image: url("public/banner/banner-3-200h.webp");
  background-position: bottom;
}
.slide-root-class-name26 {
  background-size: cover;
  background-image: url("public/banner/banner-4-200h.webp");
  background-repeat: no-repeat;
  background-position: bottom;
}
@media(max-width: 991px) {
  .slide-wrapper {
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 767px) {
  .slide-max-width {
    flex-direction: column;
  }
  .slide-wrapper {
    width: 100%;
    padding-right: 0px;
  }
}
@media(max-width: 479px) {
  .slide-max-width {
    height: var(--dl-size-size-xxlarge);
  }
  .slide-go-left {
    height: 75px;
    max-width: 75px;
    max-height: 75px;
  }
  .slide-go-right {
    height: 75px;
    max-width: 75px;
    max-height: 75px;
  }
}

.service-preview-card {
  flex: 0 0 auto;
  width: 25%;
  display: flex;
  max-width: 285px;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
.service-preview-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-twounits);
}
.service-preview-text {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.service-preview-root-class-name {
  width: auto;
}
.service-preview-root-class-name1 {
  width: 100%;
}
.service-preview-root-class-name2 {
  width: auto;
}
.service-preview-root-class-name3 {
  width: auto;
}
@media(max-width: 767px) {
  .service-preview-card {
    width: 50%;
  }
}
@media(max-width: 479px) {
  .service-preview-card {
    width: 100%;
  }
}

.footer-footer {
  padding-top: var(--dl-space-space-fourunits);
  border-color: rgba(33, 33, 33, 0.1);
  border-width: 1px;
  padding-bottom: var(--dl-space-space-fourunits);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.footer-max-width {
  justify-content: space-between;
}
.footer-container {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-image {
  width: 141px;
  object-fit: cover;
}
.footer-text {
  color: var(--dl-color-grays-gray100);
  max-width: 350px;
  margin-bottom: 60px;
}
.footer-social-media {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-text1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.footer-container1 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-icon {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.footer-icon:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.footer-icon04 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.footer-icon04:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.footer-icon08 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.footer-icon08:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.footer-icon10 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.footer-icon10:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.footer-links {
  flex: 0 0 auto;
  width: 40%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-container2 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-text2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-threeunits);
}
.footer-navlink {
  text-decoration: none;
}
.footer-navlink1 {
  text-decoration: none;
}
.footer-navlink2 {
  text-decoration: none;
}
.footer-navlink3 {
  text-decoration: none;
}
.footer-container3 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-text3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-threeunits);
}
.footer-link {
  text-decoration: none;
}
@media(max-width: 991px) {
  .footer-max-width {
    flex-direction: column-reverse;
  }
  .footer-container {
    width: 100%;
  }
  .footer-links {
    width: 100%;
    margin-bottom: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 479px) {
  .footer-links {
    flex-wrap: wrap;
  }
  .footer-container2 {
    width: 100%;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .footer-text2 {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .footer-container3 {
    width: 100%;
  }
  .footer-text3 {
    margin-bottom: var(--dl-space-space-twounits);
  }
}

.copyright-copyright {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
}
.copyright-max-width {
  align-items: stretch;
}
.copyright-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.copyright-container1 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.copyright-container2 {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.copyright-link {
  margin-left: var(--dl-space-space-unit);
}
@media(max-width: 991px) {
  .copyright-max-width {
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .copyright-container {
    flex-direction: column;
  }
  .copyright-container2 {
    flex-direction: row;
  }
}

.services-container {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-backgrounds-gray);
}
.services-main {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.services-main-slider {
  flex: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
.services-slider {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  transition: 0.5s;
  align-items: stretch;
  flex-direction: row;
}
.services-max-width {
  align-items: stretch;
}
.services-content-container {
  flex: 1;
  display: flex;
  min-width: 50%;
  align-items: flex-start;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: center;
}
.services-text {
  font-size: 42px;
  font-style: normal;
  text-align: left;
  font-family: Lexend;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0px;
  text-transform: none;
  text-decoration: none;
}
.services-text02 {
  color: var(--dl-color-backgrounds-primary);
}
.services-image-container {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.services-cards-container {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
}
.services-section-two {
  background-color: var(--dl-color-grays-white100);
}
.services-max-width1 {
  flex-direction: row;
  justify-content: flex-start;
}
.services-content-container1 {
  flex: 1;
  display: flex;
  max-width: auto;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.services-text04 {
  color: var(--dl-color-grays-gray100);
  font-size: 16px;
  font-style: normal;
  font-family: Lexend;
  font-weight: 300;
  line-height: 1.75;
  text-transform: none;
  text-decoration: none;
}
.services-section-six {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-size: cover;
  background-image: linear-gradient(135deg, rgb(133, 134, 99) 1.00%,rgba(19, 80, 88, 0.69) 100.00%),url("public/bitumen-bg-1500w.jpg");
  background-position: center;
}
.services-max-width2 {
  align-self: center;
  align-items: stretch;
  justify-content: center;
}
.services-container1 {
  flex: 0 0 auto;
  width: 90%;
  display: flex;
  align-self: center;
  padding-top: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  justify-content: center;
}
.services-text12 {
  color: var(--dl-color-grays-white80);
  margin-bottom: var(--dl-space-space-threeunits);
}
.services-text13 {
  color: var(--dl-color-grays-white100);
  font-size: 24px;
  line-height: 1.5;
}
@media(max-width: 991px) {
  .services-max-width {
    flex-direction: column;
  }
  .services-content-container {
    margin-bottom: 42px;
    padding-right: 0px;
  }
  .services-image-container {
    align-items: center;
    justify-content: center;
  }
  .services-cards-container {
    align-self: flex-start;
  }
  .services-content-container1 {
    margin-bottom: 42px;
    padding-right: 0px;
  }
  .services-max-width2 {
    flex-direction: column;
  }
}
@media(max-width: 767px) {
  .services-text {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .services-cards-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .services-max-width1 {
    flex-direction: column;
  }
  .services-content-container1 {
    max-width: 100%;
  }
}
@media(max-width: 479px) {
  .services-content-container {
    margin-bottom: 22px;
  }
  .services-text {
    font-size: 24px;
    font-style: normal;
    font-family: Lexend;
    font-weight: 600;
    line-height: 1.3;
    text-transform: none;
    text-decoration: none;
  }
  .services-text02 {
    color: var(--dl-color-backgrounds-primary);
  }
  .services-cards-container {
    justify-content: center;
  }
}
