:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}



.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbar {
  z-index: 9999;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
}

.navbar-container {
  z-index: 5;
  width: 100%;
  height: 80px;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
}

.container-regular {
  width: 100%;
  height: 80px;
  max-width: none;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  height: 80px;
  background-color: #0a0a0a;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 25px;
  padding: 5px 10px;
  font-size: 22px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffdb1d;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 3px;
  font-size: 16px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  height: 80px;
  background-color: rgba(255, 219, 29, 0);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.button-primary {
  height: 80px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  align-items: center;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  height: 40px;
  margin: 20px 50px;
}

.body {
  font-family: rustica, sans-serif;
}

.link-block {
  height: 80px;
  background-color: #ffdb1d;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-block:hover {
  background-color: #fff;
}

.text-block {
  color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
  margin-right: 120px;
  padding-top: 6px;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.image-2 {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.text-block-2 {
  color: #fff;
  font-size: 22px;
}

.list-item {
  padding-top: 6px;
}

.list-item-2 {
  padding-top: 6px;
  display: none;
}

.list-item-3, .list-item-4 {
  padding-top: 6px;
}

.list-item-5 {
  padding-top: 6px;
  display: none;
}

.main-sec {
  z-index: 999;
  width: 100%;
  height: 100vh;
  max-height: 999px;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
  position: relative;
}

.main-first {
  width: auto;
  background-color: rgba(112, 79, 79, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/27012024-_MG_054s7.jpg');
  background-position: 0 0, 16%;
  background-size: auto, cover;
  flex: 1;
}

.main-second {
  width: 300px;
  background-image: url('../images/653d08b68641a-p-2000.jpg');
  background-position: 50%;
  background-size: cover;
}

.main-third {
  width: 301px;
  background-image: url('../images/653d08b68642a.jpg');
  background-position: 41%;
  background-size: cover;
}

.info-sec {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background-image: url('../images/653d08b68643a.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 40px;
}

.info-div {
  width: 100%;
  height: auto;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, .7);
  padding: 40px;
}

.info-title {
  z-index: 999;
  width: 100%;
  height: auto;
  min-height: auto;
  background-image: url('../images/6543a.jpg');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 0 #0a0a0a;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading {
  color: #0a0a0a;
  flex: 1;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.info-cont {
  width: auto;
  height: auto;
  flex-wrap: nowrap;
  display: flex;
}

.cont-left {
  width: 45%;
  height: auto;
  border: 0 solid #000;
  border-right-width: 2px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding-top: 40px;
  padding-right: 40px;
  display: flex;
}

.cont-right {
  width: 55%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
  padding-left: 0;
  display: flex;
}

.text-block-3 {
  color: #0a0a0a;
}

.text-block-4 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.image-4 {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: 100% 0%;
  margin-top: 30px;
}

.cont-right-top {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  padding-bottom: 30px;
  padding-left: 40px;
  display: flex;
}

.cont-right-bottom {
  border-top: 2px solid #0a0a0a;
  justify-content: space-between;
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
}

.heading-2 {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 54px;
}

.cont-right-bottom-left {
  align-items: flex-end;
  display: flex;
}

.cont-right-bottom-right {
  color: #0a0a0a;
  align-items: flex-end;
  padding-left: 20px;
  font-size: 18px;
  display: flex;
}

.text-block-5 {
  color: #0a0a0a;
  margin-bottom: -5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-6 {
  color: #0a0a0a;
  text-align: right;
  margin-bottom: -5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.work-sec {
  z-index: 999;
  background-color: #0a0a0a;
  padding: 80px 40px;
  display: none;
  position: relative;
}

.tabs-menu {
  flex-direction: column;
  display: flex;
}

.heading-copy {
  color: #0a0a0a;
  flex: 1;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.heading-copy._3 {
  color: #fff;
}

.tab-link-tab-1 {
  background-color: rgba(221, 221, 221, 0);
  border-top: 2px solid #fff;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-color: rgba(255, 255, 255, 0);
}

.text-block-7 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 36px;
  font-size: 48px;
  font-weight: 300;
  line-height: 54px;
}

.tab-link-tab-2 {
  background-color: rgba(255, 255, 255, 0);
  border-top: 2px solid #fff;
  padding: 0;
}

.tab-link-tab-2.w--current {
  background-color: rgba(255, 255, 255, 0);
}

.tab-link-tab-3 {
  background-color: rgba(255, 255, 255, 0);
  border-top: 2px solid #fff;
  padding: 0;
}

.tab-link-tab-3.w--current {
  background-color: rgba(255, 255, 255, 0);
}

.tab-link-tab-4 {
  background-color: rgba(255, 255, 255, 0);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0;
}

.tab-link-tab-4.w--current {
  background-color: rgba(255, 255, 255, 0);
}

.work-mini-img {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.work-1, .work-2 {
  cursor: default;
  border-top: 2px solid #fff;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.work-3 {
  border-top: 2px solid #fff;
  justify-content: space-between;
  text-decoration: none;
  display: none;
}

.work-4 {
  cursor: default;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.img-hover-1 {
  width: 450px;
  height: 325px;
  background-image: url('../images/15.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: -100px;
  display: none;
  position: absolute;
  left: 50%;
  right: auto;
}

.img-hover-2 {
  width: 450px;
  height: 325px;
  background-image: url('../images/653d08b68641a.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: -100px;
  display: none;
  position: absolute;
  left: 30%;
  right: auto;
}

.img-hover-3 {
  width: 450px;
  height: 325px;
  background-image: url('../images/653d08b68641a.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: -100px;
  display: none;
  position: absolute;
  left: 40%;
  right: auto;
}

.img-hover-4 {
  width: 450px;
  height: 325px;
  background-image: url('../images/653d08b68641a.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: -100px;
  display: none;
  position: absolute;
  left: 30%;
  right: auto;
}

.corousel-sec {
  width: 100%;
  height: 300px;
  background-color: #ffdb1d;
  padding: 40px;
}

.footer-sec {
  justify-content: space-between;
  padding: 80px 40px 40px;
  display: flex;
}

.carousel-div {
  width: auto;
  height: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
  display: flex;
}

.img-carrousel {
  width: 350px;
  height: 100%;
  background-image: url('../images/653d08b68643a.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-logo {
  width: 100%;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  width: 100%;
  padding: 0;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  width: 2200px;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-slider-img {
  width: 200px;
}

.carousel-container {
  display: flex;
  overflow: hidden;
}

.div-container {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  display: flex;
  position: relative;
  right: 0;
}

.div-img {
  width: 350px;
  height: 100%;
  background-color: rgba(255, 219, 29, 0);
  margin-right: 40px;
}

.div-img-2 {
  width: 350px;
  height: 100%;
  background-color: rgba(255, 219, 29, 0);
  background-image: url('../images/653d08b68643a.jpg');
  background-position: 50%;
  background-size: cover;
  margin-right: 40px;
}

.footer-left {
  width: 35%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-mid {
  width: 30%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-right {
  width: 35%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.footer-phone, .footer-email {
  text-decoration: none;
}

.link {
  color: #0a0a0a;
  font-weight: 500;
}

.text-block-8 {
  color: #0a0a0a;
  margin-bottom: -3px;
  font-size: 13px;
}

.text-block-9 {
  color: #0a0a0a;
  margin-bottom: -30px;
  font-size: 12px;
  font-weight: 500;
}

.heading-3 {
  color: #fff;
  margin: 250px 20px 0 40px;
  font-size: 60px;
  font-weight: 500;
  line-height: 74px;
  display: none;
}

.main-mob {
  display: none;
}

.image-9 {
  transform: rotate(0);
}

.img-mob-work-3, .img-mob-work-4, .img-mob-work-2, .img-mob-work-1 {
  display: none;
}

.tab-link-tab-1-2 {
  width: 100%;
  background-color: rgba(200, 200, 200, 0);
  justify-content: space-between;
  padding: 0;
  display: flex;
  transform: rotate(0);
}

.tab-link-tab-1-2.w--current {
  background-color: rgba(200, 200, 200, 0);
}

.tab-pane-tab-1 {
  width: 500px;
}

.tabs-content {
  display: flex;
}

.tabs {
  display: block;
}

.top-services-sec {
  width: 100%;
  height: 25vh;
  background-image: linear-gradient(rgba(141, 115, 0, .4), rgba(141, 115, 0, .4)), url('../images/653d08b68641a.jpg');
  background-position: 0 0, 5%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .4);
  margin: 0 20px;
  font-weight: 600;
}

.body-2 {
  font-family: rustica, sans-serif;
}

.main-services-sec {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.services-left {
  width: 40%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 0;
}

.services-right {
  flex: 1;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-10 {
  color: #0a0a0a;
  text-align: right;
  margin-top: -6px;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.heading-5 {
  color: #0a0a0a;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.heading-6 {
  color: #0a0a0a;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.text-block-11 {
  color: #0a0a0a;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.section-footer {
  width: 100%;
  height: 21px;
  color: #ffdb1d;
  background-color: #0a0a0a;
  margin-top: 0;
  margin-bottom: -21px;
  padding-top: 2px;
}

.text-block-12 {
  color: #ffdb1d;
  text-align: center;
  margin-top: 0;
}

.contact-sec {
  width: 100%;
  height: auto;
  min-height: auto;
  flex-direction: row;
  padding: 80px 40px;
  display: flex;
}

.field-label-2 {
  color: #0a0a0a;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.paragraph-6-2 {
  width: 80%;
  color: #071031;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.submit-button {
  color: #fff;
  background-color: #0a0a0a;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px 60px 8px;
  font-size: 17px;
  transition: color .2s, background-color .2s;
}

.submit-button:hover {
  color: #0a0a0a;
  background-color: #ffdb1d;
}

.error-message, .form {
  border-radius: 4px;
}

.text-field {
  color: #0a0a0a;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 18px;
  font-size: 16px;
}

.select-field {
  color: #0a0a0a;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 18px;
  padding-top: 4px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.checkbox-label {
  margin-bottom: 0;
  padding-top: 2px;
  font-weight: 400;
}

.div-contact {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-form {
  width: 100%;
  padding-left: 40px;
}

.textarea {
  color: #0a0a0a;
  border-radius: 4px;
  margin-bottom: 18px;
  font-size: 16px;
}

.success-message {
  border-radius: 4px;
}

.checkbox-field {
  flex-direction: row;
  align-items: center;
  display: block;
}

.div-servi-o-page-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-block {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.heading-7 {
  color: #071031;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 30px;
}

.bold-text {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.top-about-sec, .top-contact-sec {
  width: 100%;
  height: 25vh;
  background-image: linear-gradient(rgba(141, 115, 0, .4), rgba(141, 115, 0, .4)), url('../images/27012024-_MG_054s7.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.contact-left {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-right {
  flex: 1;
  display: none;
}

.heading-8 {
  color: #0a0a0a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.main-about-sec {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.about-left {
  width: 40%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 0;
}

.about-right {
  flex: 1;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-10 {
  width: 100%;
  height: 500px;
  max-width: none;
}

.div-img-about {
  width: 100%;
  height: 450px;
  background-image: url('../images/65baeb708a3a427659c7fe2e_Upscales.ai_1706747680715.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 40px;
}

.top {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.top-work-sec {
  width: 100%;
  height: 25vh;
  background-image: linear-gradient(rgba(141, 115, 0, .4), rgba(141, 115, 0, .4)), url('../images/653d08b68643a.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.main-work-sec {
  width: 100%;
  min-height: 60vh;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.work-left {
  width: 40%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 0;
}

.work-right {
  flex: 1;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-img-work {
  width: 100%;
  height: 450px;
  background-image: url('../images/653d08b68643a.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 20px;
}

.top-policy-sec {
  width: 100%;
  height: 25vh;
  background-image: linear-gradient(rgba(141, 115, 0, .4), rgba(141, 115, 0, .4)), url('../images/27012024-_MG_054s7.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.main-policy-sec {
  width: 100%;
  min-height: 60vh;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.policies-left {
  width: 40%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 0;
}

.policy-right {
  flex: 1;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.link-2 {
  color: #0a0a0a;
}

.footer-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: none;
}

.footer-adress {
  text-decoration: none;
}

.text-block-13, .text-block-14, .text-block-15 {
  color: #0a0a0a;
  font-size: 13px;
  line-height: 18px;
}

.text-block-16 {
  color: #0a0a0a;
  margin-bottom: -30px;
  font-size: 12px;
  font-weight: 500;
  display: none;
}

.info-title-ll {
  z-index: 999;
  width: 100%;
  height: auto;
  min-height: auto;
  border-bottom: 0 #0a0a0a;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.img-carr {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .container-regular, .navbar-brand, .nav-menu-wrapper {
    background-color: #0a0a0a;
  }

  .nav-menu {
    background-color: #0a0a0a;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    width: 100px;
    height: 80px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: none;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #ffdb1d;
  }

  .text-block {
    margin-left: 15px;
    margin-right: 60px;
  }

  .list-item {
    margin-left: 50px;
  }

  .image-3 {
    padding: 26px 20px;
  }

  .main-second {
    display: none;
  }

  .main-third {
    width: 231px;
  }

  .cont-right {
    width: 50%;
  }

  .image-4 {
    height: 250px;
  }

  .cont-right-bottom {
    flex-direction: column;
  }

  .heading-2 {
    font-size: 38px;
    line-height: 44px;
  }

  .cont-right-bottom-right {
    padding-top: 20px;
    padding-left: 0;
  }

  .text-block-5 {
    margin-bottom: 0;
  }

  .text-block-6 {
    text-align: left;
  }

  .text-block-7 {
    font-size: 38px;
    line-height: 44px;
  }

  .img-hover-1, .img-hover-2, .img-hover-3, .img-hover-4 {
    width: 400px;
    height: 300px;
  }

  .section-logo {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .main-mob {
    display: none;
  }

  .heading-4 {
    font-size: 36px;
    line-height: 40px;
  }

  .services-left {
    width: 40%;
  }

  .text-block-10 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-5, .heading-6 {
    font-size: 40px;
  }

  .submit-button {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-form {
    width: 100%;
  }

  .top-about-sec, .top-contact-sec {
    height: 20vh;
  }

  .contact-left {
    width: 100%;
    flex: 0 auto;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 26px;
  }

  .about-left {
    width: 40%;
  }

  .div-img-about {
    height: 350px;
  }

  .top {
    z-index: 1;
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .work-left {
    width: 40%;
  }

  .div-img-work {
    height: 350px;
    margin-bottom: 20px;
  }

  .policies-left {
    width: 40%;
  }

  .text-block-16 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-wrapper {
    justify-content: space-between;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
  }

  .nav-menu {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link {
    height: 60px;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    width: 100%;
    margin-top: 0;
  }

  .nav-button-wrapper {
    height: 60px;
  }

  .menu-button {
    width: 100px;
    height: 80px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #ffdb1d;
  }

  .image {
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-block {
    width: 100%;
    height: 60px;
    justify-content: center;
  }

  .text-block {
    margin-left: 15px;
  }

  .image-2 {
    width: 30px;
    height: 30px;
  }

  .list-item {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }

  .list-item-2, .list-item-3 {
    width: 100%;
    padding-top: 0;
  }

  .icon {
    width: 100px;
    height: 80px;
    color: #0a0a0a;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    display: flex;
  }

  .image-3 {
    max-width: none;
    padding: 26px 20px;
  }

  .main-sec {
    flex-direction: column;
    justify-content: flex-start;
  }

  .main-first {
    width: 100%;
    height: 80vh;
    flex: 0 auto;
  }

  .main-third {
    width: 100%;
    height: 20vh;
    display: none;
  }

  .info-cont {
    flex-direction: column;
  }

  .cont-left {
    width: 100%;
    border-bottom-width: 2px;
    border-right-style: none;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .cont-right {
    width: 100%;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .cont-right-top, .cont-right-bottom {
    padding-left: 0;
  }

  .text-block-5, .text-block-6 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-7 {
    line-height: 44px;
  }

  .footer-sec {
    flex-direction: column;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .footer-left {
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-mid {
    width: 100%;
    order: 0;
    margin-bottom: 40px;
  }

  .footer-right {
    width: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
    margin-bottom: 0;
  }

  .footer-contact {
    align-items: center;
    margin-top: 40px;
  }

  .text-block-9 {
    margin-bottom: 0;
    display: none;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-3 {
    margin-top: 200px;
    font-size: 50px;
    line-height: 60px;
  }

  .main-mob {
    width: 100%;
    height: 20vh;
    justify-content: space-between;
    display: flex;
  }

  .mob-left {
    width: 50%;
    background-image: url('../images/653d08b68641a-p-1080.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .mob-right {
    width: 50%;
    background-image: url('../images/653d08b68642a.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .image-5 {
    width: 140px;
  }

  .img-mob-work-3 {
    width: 40px;
    height: 40px;
    background-image: url('../images/textil.jpg');
    background-position: 50%;
    background-size: cover;
    margin-right: 15px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .img-mob-work-4 {
    width: 60px;
    height: 60px;
    background-image: url('../images/653d08b68643a.jpg');
    background-position: 50%;
    background-size: cover;
    margin-right: 15px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .img-mob-work-2 {
    width: 60px;
    height: 60px;
    background-image: url('../images/653d08b68642a.jpg');
    background-position: 50%;
    background-size: cover;
    margin-right: 15px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .img-mob-work-1 {
    width: 60px;
    height: 60px;
    background-image: url('../images/15.jpg');
    background-position: 50%;
    background-size: cover;
    margin-right: 15px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-4 {
    font-size: 34px;
    line-height: 44px;
  }

  .main-services-sec {
    flex-direction: column;
  }

  .services-left {
    width: 100%;
    padding-right: 40px;
  }

  .text-block-10 {
    text-align: center;
  }

  .text-block-11 {
    font-size: 16px;
    line-height: 22px;
  }

  .section-footer {
    margin-top: 80px;
  }

  .contact-sec {
    flex-direction: column;
  }

  .field-label-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph-6-2 {
    margin-top: 30px;
  }

  .submit-button {
    width: 100%;
  }

  .select-field {
    line-height: 16px;
  }

  .div-form {
    padding-left: 0;
  }

  .heading-7 {
    text-align: center;
  }

  .contact-left {
    width: 100%;
  }

  .contact-right {
    order: -1;
    margin-bottom: 40px;
  }

  .main-about-sec {
    flex-direction: column;
  }

  .about-left {
    width: 100%;
    padding-right: 40px;
  }

  .main-work-sec {
    flex-direction: column;
  }

  .work-left {
    width: 100%;
    padding-right: 40px;
  }

  .div-img-work {
    margin-bottom: 0;
  }

  .main-policy-sec {
    flex-direction: column;
    margin-bottom: 0;
  }

  .policies-left {
    width: 100%;
    padding-right: 40px;
    display: none;
  }

  .text-block-13, .text-block-14, .text-block-15 {
    text-align: center;
  }

  .text-block-16 {
    margin-bottom: 0;
    display: block;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
    img {
    height: auto;
}
  .navbar, .navbar-container, .container-regular {
    height: 70px;
  }

  .navbar-wrapper {
    height: 70px;
    justify-content: space-between;
  }

  .navbar-brand {
    height: 70px;
  }

  .nav-menu-wrapper {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-link {
    font-size: 20px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    width: 70px;
    height: 70px;
  }

  .menu-button.w--open {
    background-color: #ffdb1d;
  }

  .image {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
  }

  .link-block {
    height: 60px;
  }

  .text-block {
    margin-right: 25px;
    padding-top: 4px;
    font-size: 20px;
  }

  .image-2 {
    width: 25px;
  }

  .image-3 {
    width: 70px;
    padding: 26px 15px;
  }

  .info-div {
    margin: 20px;
    padding: 20px;
  }

  .info-title {
    padding: 0;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .cont-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cont-right {
    padding-top: 20px;
  }

  .image-4 {
    height: 200px;
  }

  .cont-right-top {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-bottom: 20px;
  }

  .cont-right-bottom {
    padding-top: 20px;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 40px;
  }

  .work-sec {
    padding: 40px 20px;
  }

  .heading-copy._3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-7 {
    margin-top: 30px;
    margin-bottom: 26px;
    margin-right: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  .corousel-sec {
    padding: 20px;
  }

  .footer-sec {
    padding: 40px 20px 20px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

  .div-img, .div-img-2 {
    margin-right: 20px;
  }

  .footer-left {
    margin-bottom: 40px;
  }

  .text-block-9 {
    margin-bottom: 0;
  }

  .heading-3 {
    margin-left: 20px;
  }

  .image-5 {
    width: 140px;
  }

  .image-6, .image-7, .image-8, .image-9 {
    width: 25px;
  }

  .img-mob-work-3, .img-mob-work-4, .img-mob-work-2, .img-mob-work-1 {
    min-height: 40px;
    min-width: 40px;
  }

  .top-services-sec {
    height: 20vh;
    margin-top: 70px;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 38px;
  }

  .main-services-sec {
    margin-bottom: 40px;
  }

  .services-left {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-right {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5, .heading-6 {
    margin-top: 20px;
  }

  .section-footer {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .contact-sec {
    padding: 40px 20px;
  }

  .paragraph-6-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .submit-button {
    width: 100%;
  }

  .form-block {
    margin-top: 0;
    padding: 20px;
  }

  .heading-7 {
    font-size: 32px;
    line-height: 38px;
  }

  .top-about-sec, .top-contact-sec {
    height: 20vh;
    margin-top: 70px;
  }

  .heading-8 {
    font-size: 18px;
    line-height: 22px;
  }

  .main-about-sec {
    margin-bottom: 40px;
  }

  .about-left {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-right {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-img-about {
    height: 300px;
  }

  .top-work-sec {
    height: 20vh;
    margin-top: 70px;
  }

  .main-work-sec {
    margin-bottom: 40px;
  }

  .work-left {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-right {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-img-work {
    height: 300px;
    margin-bottom: 0;
  }

  .top-policy-sec {
    height: 20vh;
    margin-top: 70px;
  }

  .main-policy-sec {
    margin-bottom: 20px;
  }

  .policies-left {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .policy-right {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-16 {
    margin-bottom: 0;
  }

  .info-title-ll {
    padding: 0;
  }
}


