@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
  background-color: #2f3335;
  font-family: "Bebas Neue", cursive;
  color: #ffffff;
  overflow-x: hidden;
  line-height: 1;
}
body .blue-text {
  color: #288acc;
}
body .blue-background {
  background-color: #288acc;
}
body .container-background {
  background-color: rgba(24, 24, 24, 0.6);
}
body .custom-border {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
body .no-padding {
  padding: 0;
}
body .header-wrapper {
  background: white;
  background: linear-gradient(90deg, white 20%, #2a8bcd 100%);
}
body .header-wrapper .logo-container {
  z-index: 2;
}
body .header-wrapper .logo-wrapper {
  width: 280px;
}
@media all and (max-width: 768px) {
  body .header-wrapper .logo-wrapper {
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  body .header-wrapper .logo-wrapper img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  body .header-wrapper .logo-wrapper {
    width: 200px;
    margin-top: 10px;
  }
}
body .header-wrapper .logo-wrapper a {
  text-align: left;
  display: block;
}
body .header-wrapper .text-container {
  z-index: 1;
}
body .header-wrapper .header-text {
  position: relative;
  font-size: 39px;
  text-transform: uppercase;
  line-height: 1;
  color: #000000;
  padding-top: 40px;
  padding-right: 15px;
}
body .header-wrapper .header-text .horizontal-line {
  width: 1045px;
  height: 5px;
  display: block;
  background-color: #1c42a0;
  position: absolute;
  right: 0;
  top: 82px;
}
@media all and (max-width: 768px) {
  body .header-wrapper .header-text .horizontal-line {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  body .header-wrapper .header-text .horizontal-line {
    top: 75px;
    width: 765px;
  }
}
body .header-wrapper .header-text-custom {
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 33px;
  padding-right: 30px;
}
body .header-wrapper .header-text-custom .horizontal-line {
  width: 1045px;
  height: 5px;
  display: block;
  background-color: #1c42a0;
  position: absolute;
  right: 0;
  top: 82px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  body .header-wrapper .header-text-custom .horizontal-line {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  body .header-wrapper .header-text-custom .horizontal-line {
    top: 75px;
    width: 765px;
  }
}
body .header-wrapper .header-text-custom .header-heading-big {
  position: relative;
  z-index: 2;
  font-size: 80px;
  line-height: 0.7;
  display: block;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.7);
}
body .header-wrapper .header-text-custom .header-heading-small {
  position: relative;
  z-index: 2;
  font-size: 50px;
  line-height: 0.7;
  display: block;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.7);
}
body .background-img {
  background: url(../img/ltb-background.jpg) no-repeat center center fixed;
  width: 100%;
  height: 1000px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
body .text-under-header {
  background-color: #278acc;
  font-size: 41px;
  font-weight: 400;
}
body .video {
  box-shadow: -2px -66px 38px -23px rgba(17, 18, 19, 0.85) inset;
}
body .small-text {
  background: #4a4c51;
  background: linear-gradient(90deg, #4a4c51 0%, #3b607c 20%, #2889cb 100%);
  font-size: 20px;
  font-family: sans-serif, cursive;
  letter-spacing: 2px;
}
body .header-black-line {
  padding: 12px 0;
}
@media all and (max-width: 768px) {
  body .navigation-menu {
    display: none;
  }
}
body .navigation-menu .nav-ul {
  display: flex;
  justify-content: flex-end;
}
body .navigation-menu .nav-ul .nav-item {
  cursor: pointer;
  background-color: #2f3335;
  list-style-type: none;
  margin: 0 10px;
}
body .navigation-menu .nav-ul .nav-item:last-child {
  margin: 0 0 0 10px;
}
body .navigation-menu .nav-ul .nav-item a {
  padding: 0 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  text-transform: uppercase;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  body .navigation-menu .nav-ul .nav-item a {
    padding: 0 30px;
  }
}
body .navigation-menu .nav-ul .nav-item:hover {
  background: linear-gradient(90deg, #2889cb 30%, #2f3437 100%);
}
body .navigation-menu .nav-ul .nav-item.active {
  background: linear-gradient(90deg, #2889cb 30%, #2f3437 100%);
}
body .mobile-navbar {
  display: none;
}
@media all and (max-width: 768px) {
  body .mobile-navbar {
    display: block;
  }
}
body .navbarMobileExternalContent .nav-ul {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 1024px) {
  body .navbarMobileExternalContent .nav-ul {
    display: block;
    padding-left: 0;
    text-align: center;
  }
}
body .navbarMobileExternalContent .nav-ul .nav-item {
  cursor: pointer;
  background-color: #2f3335;
  list-style-type: none;
  margin: 0 10px;
}
@media all and (max-width: 768px) {
  body .navbarMobileExternalContent .nav-ul .nav-item {
    margin: 10px 10px;
  }
}
body .navbarMobileExternalContent .nav-ul .nav-item:last-child {
  margin: 0 0 0 10px;
}
@media all and (max-width: 768px) {
  body .navbarMobileExternalContent .nav-ul .nav-item:last-child {
    margin: 10px 10px;
  }
}
body .navbarMobileExternalContent .nav-ul .nav-item a {
  display: block;
  padding: 5px 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  text-transform: uppercase;
}
body .navbarMobileExternalContent .nav-ul .nav-item:hover {
  background: linear-gradient(90deg, #2889cb 30%, #2f3437 100%);
}
body .navbarMobileExternalContent .nav-ul .nav-item.active {
  background: linear-gradient(90deg, #2889cb 30%, #2f3437 100%);
}
body .video .video-wrapper {
  height: 1000px;
}
@media all and (max-width: 768px) {
  body .video .video-wrapper {
    height: 500px;
  }
}
@media all and (max-width: 768px) {
  body .activities-wrapper {
    padding: 0;
  }
}
body .activities-wrapper .activity {
  background-color: #288acc;
  text-decoration: none;
  color: #ffffff;
  height: 400px;
  font-size: 33px;
  font-weight: 400;
}
body footer {
  box-shadow: 0px 0px 13px 10px rgba(17, 18, 19, 0.85);
  font-size: 33px;
}
body footer .telephone-link {
  color: #ffffff;
  text-decoration: none;
}

.custom-background {
  background-color: #222425;
}

.progress-bar-overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(45, 51, 54, 0.9);
  z-index: 2;
}

.progress-custom {
  border-radius: 5px;
  position: relative;
  padding: 0 5px;
  width: 280px;
}
.progress-custom .progress-logo img {
  width: 100%;
}
.progress-custom .progress-background {
  background-color: #ffffff;
  border-radius: 5px;
}
.progress-custom .progress-background .progress-value {
  border-radius: 5px;
  animation: load 2s normal forwards;
  background: #288acc;
  height: 30px;
  width: 0;
}
.progress-custom .progress-background .progress-value .progress-value-text {
  margin-left: 95px;
  font-size: 30px;
  color: #000000;
  opacity: 0.5;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.provided-services .services {
  padding-left: 30px;
  background-color: #278acc;
  font-size: 33px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
}
.provided-services .services .services-image {
  padding-right: 30px;
}
@media all and (max-width: 768px) {
  .provided-services .services .services-image {
    padding-right: 5px;
  }
}
.provided-services .service-description-wrapper {
  background-color: #181818;
}
.provided-services .service-description-wrapper .vertical-line {
  border-left: 5px solid;
  height: 1490px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
  z-index: 1;
  border-image-slice: 1;
  border-image-source: linear-gradient(0deg, #288acb 0%, rgba(40, 138, 203, 0) 100%);
}
@media all and (max-width: 1024px) {
  .provided-services .service-description-wrapper .vertical-line {
    display: none;
  }
}
.provided-services .service-description-wrapper .service-description {
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
  padding: 26px 106px;
}
@media all and (max-width: 768px) {
  .provided-services .service-description-wrapper .service-description {
    padding: 10px 32px;
  }
}
.provided-services .service-description-wrapper .service-perks {
  font-size: 27px;
  font-weight: 400;
  color: #288acc;
  padding-left: 106px;
  padding-right: 10px;
}
@media all and (max-width: 768px) {
  .provided-services .service-description-wrapper .service-perks {
    padding-left: 5px;
  }
}
.provided-services .service-description-wrapper .service-perks-ul {
  font-size: 20px;
  color: #ffffff;
  padding-left: 106px;
  margin-right: 106px;
  list-style-type: none;
}
@media all and (max-width: 768px) {
  .provided-services .service-description-wrapper .service-perks-ul {
    padding-left: 32px;
    margin-right: 32px;
  }
}
.provided-services .service-description-wrapper .service-perks-ul li {
  padding-bottom: 15px;
}
.provided-services .service-description-wrapper .service-perks-ul li:before {
  content: "•";
  color: #288acc;
  display: inline-block;
  width: 10px;
}
.provided-services .horizontal-line-light-blue {
  background-color: #278acc;
  padding: 20px 0;
}

.available-materials .materials-description-wrapper {
  background-color: #181818;
}
.available-materials .materials-description-wrapper .materials {
  background: #222425;
  color: #ffffff;
  font-weight: 400;
  background-image: linear-gradient(270deg, #288acb 0%, rgba(40, 138, 203, 0) 100%);
}
.available-materials .materials-description-wrapper .materials .materials-heading {
  font-size: 43px;
}
.available-materials .materials-description-wrapper .material-item {
  font-size: 38px;
  color: #ffffff;
  background-color: #288acc;
}
@media all and (max-width: 768px) {
  .available-materials .materials-description-wrapper .material-item {
    margin: 10px;
  }
}

#carouselExampleIndicators {
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding-top: 20px;
}
#carouselExampleIndicators .carousel-gallery {
  height: 700px;
}
@media all and (max-width: 768px) {
  #carouselExampleIndicators .carousel-gallery {
    height: auto;
  }
}
#carouselExampleIndicators .custom-control-prev {
  left: -140px;
}
@media all and (max-width: 768px) {
  #carouselExampleIndicators .custom-control-prev {
    left: -43px;
  }
  #carouselExampleIndicators .custom-control-prev img {
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  #carouselExampleIndicators .custom-control-prev {
    left: -72px;
  }
}
#carouselExampleIndicators .custom-control-next {
  right: -140px;
}
@media all and (max-width: 768px) {
  #carouselExampleIndicators .custom-control-next {
    right: -43px;
  }
  #carouselExampleIndicators .custom-control-next img {
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  #carouselExampleIndicators .custom-control-next {
    right: -72px;
  }
}

.ourwork {
  color: #288acc;
  font-size: 126px;
}

.serving-industries .industries-description-wrapper .industries {
  background: #222425;
  color: #ffffff;
  font-weight: 400;
  background-image: linear-gradient(270deg, #288acb 0%, rgba(40, 138, 203, 0) 100%);
}
.serving-industries .industries-description-wrapper .industries .industries-heading {
  font-size: 40px;
}
.serving-industries .industries-description-wrapper .industry-item {
  font-size: 40px;
  color: #ffffff;
  background-color: #288acc;
}
@media all and (max-width: 768px) {
  .serving-industries .industries-description-wrapper .industry-item {
    margin: 10px;
  }
}

.custom-padding-top {
  padding-top: 120px;
}

.custom-padding-bottom {
  padding-bottom: 145px;
}

.top-border {
  border-top: 4px solid #288acc;
}

.bottom-border {
  border-bottom: 4px solid #288acc;
}

.info-heading {
  color: #ffffff;
  font-size: 44px;
}

.larger-text {
  font-size: 57px;
}

.info-text {
  font-size: 37px;
}

.custom-padding-left {
  padding-left: 75px;
}
@media all and (max-width: 768px) {
  .custom-padding-left {
    padding-left: 0;
  }
}

.text-wrapper {
  background-color: rgba(24, 24, 24, 0.6);
  padding: 45px;
}
@media all and (max-width: 768px) {
  .text-wrapper {
    padding: 10px;
  }
}

.large-text {
  font-size: 45px;
}

.black-text {
  color: #2b3c4c;
}

.custom-padding-bottom-iso {
  padding-bottom: 90px;
}

.contacts-text {
  font-size: 26px;
}
.contacts-text .contact-links {
  color: #ffffff;
  text-decoration: none;
}

.gradient-line {
  width: 309px;
  height: 6px;
  display: block;
  background-image: linear-gradient(270deg, #288acb 0%, rgba(40, 138, 203, 0) 100%);
  position: absolute;
  right: 0;
  top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .gradient-line {
    right: 390px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .gradient-line {
    width: 220px;
  }
}

.gradient-line-hours {
  width: 390px;
  height: 6px;
  display: block;
  background-image: linear-gradient(270deg, #288acb 0%, rgba(40, 138, 203, 0) 100%);
  position: absolute;
  right: 20px;
  top: 45px;
}
@media all and (max-width: 768px) {
  .gradient-line-hours {
    right: -8px;
    top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .gradient-line-hours {
    width: 360px;
    right: 335px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .gradient-line-hours {
    width: 273px;
    top: 40px;
  }
}

.message-success {
  display: none;
  background: #288acc;
  color: #ffffff;
  font-size: 25px;
}

.message-error {
  display: none;
  background: #842029;
  color: #ffffff;
  font-size: 25px;
}

form .btn_send {
  font-size: 40px;
  border: unset;
  color: #ffffff;
  padding: 0 40px;
  border-radius: 2px;
  background-image: linear-gradient(180deg, #288acb 0%, rgba(40, 138, 203, 0) 100%);
}
form .btn_send:hover {
  color: #ffffff;
  background: linear-gradient(90deg, #2889cb 30%, #2f3437 100%);
}

.container-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.roller {
  height: 45px;
  border: 5px solid #288acc;
  border-radius: 10px;
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  background-image: linear-gradient(to bottom, #57C0EE, #9DDCE1);
  animation: roller 3s;
}

@keyframes roller {
  100% {
    top: 100vh;
  }
}
.container-paint {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, #57C0EE, #9DDCE1);
  z-index: 3;
  animation: paint 3s;
}

@keyframes paint {
  100% {
    top: 100vh;
  }
}

/*# sourceMappingURL=style.css.map */
