.animate__animated {
  animation-duration: 3s; 
}
.home-block {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-navbar-block {
  top: 0px;
  width: 100%;
  display: flex;
  z-index: 100;
  position: absolute;
  max-width: 1250px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-navbar {
  top: 0px;
  left: 0px;
  width: 50%;
  display: flex;
  position: absolute;
  max-width: var(--dl-size-size-maxcontent);
  align-self: flex-start;
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.home-navlink {
  display: contents;
}
.home-image {
  width: 160px;
  object-fit: cover;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.home-links-block {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-end;
}
.home-link {
  color: var(--dl-color-gray-white);
  transition: 0.3s;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.home-link:hover {
  color: var(--dl-color-primary-orange-custom);
}
.home-link1 {
  color: var(--dl-color-gray-white);
  transition: 0.3s;
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.home-link1:hover {
  color: var(--dl-color-primary-orange-custom);
}
.home-link2 {
  color: var(--dl-color-gray-white);
  transition: 0.3s;
  text-decoration: none;
}
.home-link2:hover {
  color: var(--dl-color-primary-orange-custom);
}
.home-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
.home-icon {
  width: 36px;
  height: 36px;
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-tripleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.home-block01 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.home-navlink1 {
  display: contents;
}
.home-image01 {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
.home-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-icon2 {
  width: 24px;
  height: 24px;
}
.home-links-block1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-link3 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link4 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link5 {
  text-decoration: none;
}
.home-hero-block {
  width: 100%;
  max-height: 660px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-image: linear-gradient(90deg, #192937 0%, #233647 100%);;
}
.home-hero {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  max-width: 1250px;
  align-items: center;
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  justify-content: space-between;
}
.home-hero-text-block {
  width: 45%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-heading {
  color: var(--dl-color-gray-white);
  margin-bottom: var(--dl-space-space-fiveunits);
}
.home-text {
  line-height: 1.22;
}
.home-text02 {
  line-height: 1.22;
}
.home-text03 {
  color: var(--dl-color-primary-orange-custom);
  line-height: 1.22;
}
.home-link6 {
  box-shadow: 0px 0px 20px 0px rgba(227, 136, 0, 0.45);
  text-decoration: none;
}
.home-block02 {
  width: 50%;
  height: 100%;
  display: flex;
}
.home-about-block {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
  background-image: linear-gradient(90deg, #1D3142 0%, #314B62 100%);;
}
.home-block03 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  position: relative;
  max-width: 1250px;
  align-items: flex-start;
  flex-direction: column;
}
.home-text04 {
  color: var(--dl-color-gray-white);
  z-index: 99;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.home-image02 {
  top: 80px;
  left: 0px;
  width: 250px;
  z-index: 95;
  position: absolute;
  object-fit: cover;
}
.home-block04 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.home-block05 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-block06 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.home-text05 {
  color: var(--dl-color-gray-900);
  width: 48%;
}
.home-text06 {
  color: var(--dl-color-gray-900);
  width: 48%;
}
.home-image03 {
  top: 0px;
  left: 0px;
  width: 200px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
.home-services-block {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
  background-image: linear-gradient(90deg, #192937 0%, #233647 100%);;
}
.home-block07 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  max-width: 1250px;
  align-items: flex-start;
  flex-direction: column;
}
.home-image04 {
  width: 100%;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.home-block08 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.home-block09 {
  flex: 0 0 auto;
  width: 35%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
}
.home-image05 {
  width: 50px;
  object-fit: cover;
  margin-right: var(--dl-space-space-tripleunit);
}
.home-text10 {
  color: var(--dl-color-gray-white);
}
.home-block10 {
  flex: 0 0 auto;
  width: 65%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text11 {
  color: var(--dl-color-gray-900);
}
.home-block11 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.home-block12 {
  flex: 0 0 auto;
  width: 35%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
}
.home-image06 {
  width: 50px;
  object-fit: cover;
  margin-right: var(--dl-space-space-tripleunit);
}
.home-text12 {
  color: var(--dl-color-gray-white);
}
.home-block13 {
  flex: 0 0 auto;
  width: 65%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text13 {
  color: var(--dl-color-gray-900);
}
.home-block14 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.home-block15 {
  flex: 0 0 auto;
  width: 35%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
}
.home-image07 {
  width: 50px;
  object-fit: cover;
  margin-right: var(--dl-space-space-tripleunit);
}
.home-text14 {
  color: var(--dl-color-gray-white);
}
.home-block16 {
  flex: 0 0 auto;
  width: 65%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text15 {
  color: var(--dl-color-gray-900);
}
.home-block17 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.home-block18 {
  flex: 0 0 auto;
  width: 35%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
}
.home-image08 {
  width: 50px;
  object-fit: cover;
  margin-right: var(--dl-space-space-tripleunit);
}
.home-text16 {
  color: var(--dl-color-gray-white);
}
.home-block19 {
  flex: 0 0 auto;
  width: 65%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text17 {
  color: var(--dl-color-gray-900);
}
.home-contact-block {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
  background-image: linear-gradient(90deg, #1D3142 0%, #314B62 100%);
  display: none;
}
.home-block20 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  max-width: 1250px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.home-block21 {
  width: 50%;
  max-width: 540px;
}
.home-block22 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.home-image09 {
  top: 55px;
  left: -20px;
  width: 250px;
  margin: auto;
  z-index: 95;
  position: absolute;
  object-fit: cover;
}
.home-text18 {
  color: var(--dl-color-gray-white);
  z-index: 99;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-fiveunits);
  letter-spacing: 2;
}
.home-text19 {
  color: var(--dl-color-gray-900);
  margin-bottom: var(--dl-space-space-fiveunits);
}
.home-image10 {
  top: 0px;
  left: 0px;
  width: 200px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
.home-footer-block {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(90deg, #1D3142 0%, #314B62 100%);;
}
.home-footer {
  width: 100%;
  display: flex;
  max-width: 1250px;
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.home-image11 {
  width: 160px;
  object-fit: cover;
}
.home-block23 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-navlink2 {
  color: var(--dl-color-gray-900);
  margin-right: var(--dl-space-space-fiveunits);
  text-decoration: none;
  font-family: 'Montserrat';
}
.home-navlink3 {
  color: var(--dl-color-gray-900);
  text-decoration: none;
  font-family: 'Montserrat';
}
@media(max-width: 1600px) {
  .home-block {
    background-image: linear-gradient(90deg, #192937 0%, #233647 100%);;
  }
  .home-navbar-block {
    position: static;
    max-width: 100%;
    background-image: linear-gradient(90deg, #1D3142 0%, #314B62 100%);;
  }
  .home-navbar {
    left: 0px;
    width: 100%;
    position: static;
    max-width: 1250px;
    align-self: center;
    justify-content: space-between;
  }
  .home-hero-block {
    align-self: center;
  }
  .home-hero {
    justify-content: space-between;
  }
  .home-block02 {
    background-size: cover;
  }
}
@media(max-width: 991px) {
  .home-navbar-block {
    position: static;
    background-image: linear-gradient(90deg, #192937 0%, #233647 100%);;
  }
  .home-navbar {
    width: 100%;
    position: static;
    margin-bottom: var(--dl-space-space-fiveunits);
    background-image: linear-gradient(90deg, #1D3142 0%, #314B62 100%);;
  }
  .home-hero-block {
    height: auto;
  }
  .home-hero {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-hero-text-block {
    width: 100%;
    align-items: center;
    margin-bottom: var(--dl-space-space-fourunits);
  }
  .home-heading {
    width: 100%;
    text-align: center;
  }
  .home-block02 {
    width: 100%;
    height: 100%;
    display: none;
    background-size: cover;
  }
  .home-block06 {
    flex-direction: column;
  }
  .home-text05 {
    width: 100%;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-text06 {
    width: 100%;
  }
  .home-block08 {
    flex-direction: column;
  }
  .home-block09 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-block10 {
    width: auto;
  }
  .home-block11 {
    flex-direction: column;
  }
  .home-block12 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-block13 {
    width: 100%;
  }
  .home-block14 {
    flex-direction: column;
  }
  .home-block15 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-block16 {
    width: 100%;
  }
  .home-block17 {
    flex-direction: column;
  }
  .home-block18 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-block19 {
    width: 100%;
  }
  .home-block20 {
    flex-direction: column;
  }
  .home-block21 {
    width: 100%;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-block22 {
    width: 100%;
  }
}
@media(max-width: 767px) {
  .home-navbar {
    position: relative;
  }
  .home-links-block {
    display: none;
  }
  .home-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    margin-left: var(--dl-space-space-tripleunit);
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-primary-orange-custom);
  }
  .home-icon {
    fill: var(--dl-color-gray-white);
  }
  .home-mobile-menu {
    background-color: var(--dl-color-primary-blue-custom);
  }
  .home-block01 {
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-image01 {
    width: 160px;
  }
  .home-icon2 {
    fill: var(--dl-color-primary-orange-custom);
    width: 45px;
    height: 45px;
  }
  .home-link3 {
    color: var(--dl-color-gray-white);
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-link4 {
    color: var(--dl-color-gray-white);
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-link5 {
    color: var(--dl-color-gray-white);
  }
}
@media(max-width: 479px) {
  .home-burger-menu {
    margin-left: var(--dl-space-space-doubleunit);
  }
  .home-hero-text-block {
    width: 100%;
  }
  .home-heading {
    font-size: 2rem;
  }
  .home-about-block {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .home-text04 {
    font-size: 2rem;
  }
  .home-image02 {
    top: 60px;
  }
  .home-services-block {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .home-block09 {
    flex-direction: column;
  }
  .home-image05 {
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-block12 {
    flex-direction: column;
  }
  .home-image06 {
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-block15 {
    flex-direction: column;
  }
  .home-image07 {
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-block18 {
    flex-direction: column;
  }
  .home-image08 {
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-contact-block {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .home-image09 {
    top: 60px;
    left: -150px;
    margin: auto;
  }
  .home-footer {
    flex-direction: column;
  }
  .home-image11 {
    margin-bottom: var(--dl-space-space-fiveunits);
  }
}
