:root {
  --deep-sky-blue: #373228;
  --steel-mit-blue: #008acd;
  --dark-slate-grey: #055172b3;
  --deep-sky-blue-2: #06a1e4;
  --whatsapp-colour: #25d366;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #818181;
  font-family: Raleway;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Panton;
  font-size: 16px;
  font-weight: 300;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
}

.header {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link {
  color: #515151;
  text-transform: uppercase;
  border-top: 3px solid #0000;
  padding: 25px;
  font-size: 13px;
  font-weight: 600;
}

.nav-link:hover {
  border-top-color: #0aceff;
}

.nav-link.w--current {
  color: #414141;
  border-top-color: #ff6000;
}

.nav-link.scroll {
  color: #fff;
  padding: 20px;
}

.top-header {
  background-color: #fff;
  border-top: 3px solid #ff6000;
  padding-bottom: 50px;
}

.nav-menu {
  float: none;
  text-align: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.nav-menu.tablet {
  display: block;
}

.container {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-info {
  border-bottom: 1px solid #ebebeb;
}

.social-line {
  text-align: center;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  width: 40px;
  height: 40px;
  margin-left: -1px;
  padding-top: 7px;
  display: inline-block;
}

.social {
  opacity: .6;
  transition: all .5s;
}

.social:hover {
  opacity: 1;
}

.slider {
  z-index: 2;
  background-color: #f6f6f6;
  justify-content: space-around;
  align-items: flex-start;
  height: 500px;
  display: block;
}

.hide {
  display: block;
}

.arrow {
  color: #06a1e4;
  background-color: #0000;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  margin-left: 21px;
  padding-top: 22px;
  padding-right: 6px;
  font-size: 25px;
  transition: all .5s;
}

.arrow:hover {
  color: var(--deep-sky-blue);
  background-color: #0000;
}

.arrow._2 {
  color: #06a1e4;
  background-color: #0000;
  margin-left: -11px;
  margin-right: 21px;
  padding-left: 4px;
}

.arrow._2:hover {
  color: var(--deep-sky-blue);
}

.slide_1 {
  z-index: 2;
  background-image: linear-gradient(#0aceffb3, #0000), url('../images/sld1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 178px;
  position: static;
}

.container-top {
  text-align: center;
}

.section-service {
  color: #000;
  background-image: url('../images/bkg-logo.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.row-services {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.row-services._2 {
  margin-top: 50px;
}

.row-services.mobile {
  display: none;
}

.circle-services {
  background-color: #fff;
  border: 10px solid #008acd;
  border-radius: 25px;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  display: block;
}

.serv-tittle {
  color: #008acd;
  text-transform: uppercase;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.section-portfolio {
  border: 0px none var(--steel-mit-blue);
  background-image: url('../images/4k-colorfull-background.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 180px;
  display: block;
}

.section-portfolio.mobile {
  display: none;
}

.line {
  background-color: #023868;
  border: 1px solid #06a1e4;
  width: 50%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: 33px;
}

.line.about {
  color: #b69d5f;
  background-color: #b69d5f;
  border-color: #b69d5f;
  width: 100%;
  margin-right: 0;
}

.first-tittle {
  z-index: 1;
  color: #000;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #06a1e4;
  border-radius: 2px;
  padding: 10px 15px;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.first-tittle.about {
  color: #135188;
  background-color: #f6f6f6;
  border-width: 2px;
  border-color: #135188;
  font-size: 17px;
}

.container-portfolio {
  text-align: center;
  margin-bottom: 30px;
}

.portfolio-wrapper {
  border: 0px none var(--steel-mit-blue);
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 0;
  margin-top: -2px;
  padding-top: 15px;
  padding-bottom: 13px;
  box-shadow: 0 2px #f6f6f6;
}

.sub-tittle {
  color: #b5b5b5;
  font-size: 13px;
}

.portfolio-tittle {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 500;
  line-height: 10px;
}

.column-portfolio {
  padding-left: 10px;
  padding-right: 10px;
}

.portfolio-overlay {
  text-align: center;
  background-color: #008acdb3;
  width: 220px;
  height: 101%;
  padding-top: 70px;
  display: block;
  position: absolute;
}

.hover-ico {
  background-color: #0000007d;
  border-radius: 60px;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  transition: all .5s;
  display: block;
}

.hover-ico:hover {
  background-color: #000;
  transform: rotate(360deg);
}

.features-sec {
  overflow-wrap: normal;
  background-color: #f3f3f300;
  height: 500px;
  padding-top: 0;
}

.features-sec._2 {
  border-right-style: solid;
  border-right-width: 2px;
  border-radius: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.button-one {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-transform: uppercase;
  background-color: #37322800;
  border: 2px solid #b69d5f;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .5s;
  display: flex;
}

.button-one:hover {
  background-color: #b69d5f;
  border-color: #b69d5f;
}

.button-one.hero {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.button-one.hero:hover {
  border-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  opacity: 1;
}

.button-one.sld {
  margin-top: 20px;
}

.button-one.git {
  padding: 0;
}

.button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.text-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 12px;
  font-family: Panton;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-button.hero {
  color: #fff;
  background-color: #fff0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: .9vw;
  font-weight: 600;
}

.column_about {
  text-align: left;
  padding-top: 45px;
}

.column_about.down {
  padding-top: 55px;
}

.column_about.l2 {
  text-align: right;
}

.div_features {
  margin-top: 30px;
}

.circle-features {
  float: left;
  text-align: center;
  border: 1px solid #0aceff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding-top: 14px;
}

.list {
  margin-bottom: 20px;
}

.butto-team {
  margin-top: 30px;
}

.col-clients {
  text-align: center;
  border: 1px solid #e1e1e1;
  margin-top: -1px;
  margin-left: -1px;
}

.fun-section {
  background-color: #0aceff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.row-fun {
  text-align: center;
}

.number-fun {
  color: #fff;
  margin-bottom: 29px;
  font-size: 60px;
  font-weight: 600;
}

.name-fun {
  color: #ffffffb8;
  letter-spacing: 0;
  font-weight: 400;
}

.col-fun {
  color: #fff;
  border-left-style: none;
  border-left-width: 4px;
  border-right: 3px solid #fff;
  height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.col-fun.no_line {
  border-right-style: none;
}

.testimonials-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.testi_wrapper {
  background-color: #f6f6f6;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.test-circle {
  float: left;
  background-image: url('../images/client1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 90px;
  margin-right: 20px;
}

.test-circle._2 {
  background-image: url('../images/cleint3.jpg');
}

.name-testi {
  margin-top: 20px;
  margin-bottom: 13px;
  font-weight: 600;
}

.position {
  color: #0aceff;
  font-weight: 400;
}

.testi {
  color: #b8b8b8;
  font-style: italic;
  font-weight: 300;
}

.arrow_down {
  float: right;
  border-top: 25px solid #f6f6f6;
  border-left: 0 solid #0000;
  border-right: 34px solid #0000;
  width: 0;
  height: 0;
  position: relative;
  right: 60px;
}

.row-testi {
  margin-top: 20px;
}

.container-work {
  margin-top: 30px;
  margin-bottom: 100px;
}

.footer {
  letter-spacing: 1.5px;
  background-color: #373228;
  border-top: 10px #2e2e2e;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section {
  z-index: 1;
  background-color: #b69d5f;
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
}

.hero-text {
  z-index: 2;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2.2vw;
  font-weight: 300;
  display: inline-block;
  position: relative;
}

.buton-hero {
  float: none;
  text-align: right;
  margin-top: 0;
  position: relative;
}

.bottom-footer {
  background-color: #524b3e;
  padding-top: 25px;
  padding-bottom: 25px;
}

.logo-footer {
  width: 150px;
  margin-bottom: 25px;
  display: block;
}

.lighter {
  color: #8c8989;
  text-shadow: 1px 1px #0000004d;
  font-style: italic;
}

.lighter._2 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
}

.fotter {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #424242f0;
  margin-top: 17px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.colum-footer {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-footer {
  color: #fff;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.column-footer {
  text-align: right;
}

.nav-footer {
  color: #fff;
  border-right: 1px solid #615d5d;
  padding: 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: all .5s;
}

.nav-footer:hover {
  color: #fff;
}

.nav-footer.no-line {
  border-right-style: none;
  padding-right: 0;
}

.row-info {
  margin-top: 0;
}

.info {
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.info.add {
  margin-left: 0;
  font-weight: 500;
}

.list-info {
  padding-bottom: 10px;
}

.list-info.add {
  padding-bottom: 2px;
}

.email {
  color: #ffffffbd;
  text-decoration: none;
  transition: all .5s;
  display: inline;
}

.email:hover {
  color: #0aceff;
}

.ico-info {
  opacity: .52;
}

.text-field {
  color: #fff;
  background-color: #383838;
  border: 1px solid #424242f0;
  font-size: 13px;
  font-style: italic;
}

.text-field:focus {
  background-color: #333;
  border-color: #0aceff;
}

.text-area {
  color: #fff;
  background-color: #383838;
  border: 1px solid #424242f0;
  padding-bottom: 30px;
  font-size: 13px;
  font-style: italic;
}

.text-area:focus {
  background-color: #333;
  border-color: #0aceff;
}

.submit {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #008acd;
  border-radius: 2px;
  margin-top: 5px;
  padding: 13px 15px;
  font-size: 12px;
  font-weight: 500;
  transition: all .5s;
}

.submit:hover {
  color: #fff;
  background-color: #5fc5f6;
}

.success {
  color: #fff;
  text-align: center;
  background-color: #0aceff;
  border-radius: 4px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-style: italic;
  font-weight: 300;
}

.error {
  color: #fff;
  text-align: center;
  background-color: #ff5757;
  border-radius: 4px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-style: italic;
  font-weight: 300;
}

.header-scroll {
  z-index: 1001;
  background-color: #222224cc;
  width: 100%;
  display: none;
  position: fixed;
}

.brand-scroll {
  padding-top: 7px;
}

.go-top {
  float: right;
  opacity: .3;
  text-align: center;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 20px;
  padding-top: 2px;
  text-decoration: none;
  transition: all .5s;
}

.go-top:hover {
  opacity: 1;
}

.work-section {
  background-color: #f6f6f6;
  border-top: 1px solid #ebebeb;
  padding-top: 80px;
  padding-bottom: 80px;
}

.row-works {
  margin-top: 20px;
}

.section-team {
  background-color: #f6f6f6;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 50px;
}

.section-team.remove_line {
  border-top-style: none;
}

.section-team.remove_line._2 {
  border-bottom-style: none;
}

.section-team.remove_line.w {
  background-color: #fff;
}

.staf-column {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.service-section {
  background-color: #f6f6f6;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 80px;
  padding-bottom: 80px;
}

.procces-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.row-process {
  margin-top: 30px;
}

.process-wrapper {
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.name-procces {
  color: #414141;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 600;
}

.name-procces.white {
  margin-top: 0;
  margin-bottom: 10px;
}

.process-overlay {
  opacity: 0;
  background-color: #0aceff;
  width: 100%;
  height: 100%;
  padding: 50px 10px;
  transition: all .5s;
  display: block;
  position: absolute;
}

.process-overlay:hover {
  opacity: 1;
}

.div-space {
  margin-top: 50px;
  margin-bottom: 50px;
}

.white {
  color: #ffffffe6;
}

.name_team {
  color: #414141;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 300;
}

.column-name {
  padding-top: 40px;
}

.team-position {
  color: #fff;
  text-transform: capitalize;
  background-color: #0aceff;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 13px;
  display: inline-block;
}

.social-team {
  text-align: center;
  background-color: #bfbfbf;
  width: 35px;
  height: 35px;
  margin-right: 3px;
  padding-top: 5px;
  transition: all .5s;
}

.social-team:hover {
  background-color: #0aceff;
}

.div-team {
  margin-top: 20px;
}

._404-section {
  background-color: #f6f6f6;
  border-top: 1px solid #ebebeb;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-404 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.circle-404 {
  border: 7px solid #ebebeb;
  border-radius: 200px;
  width: 400px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 105px;
  display: block;
}

._404 {
  color: #e1e1e1;
  margin-bottom: 66px;
  font-size: 120px;
  font-weight: 600;
}

._404-text {
  color: #b3b3b3;
  margin-bottom: 28px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.price-block {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.circle-price {
  text-align: center;
  background-color: #0aceff;
  border: 7px solid #f6f6f6;
  border-radius: 100px;
  width: 140px;
  height: 140px;
  margin: -72px auto 20px;
  padding-top: 35px;
  display: block;
}

.container-price {
  margin-top: 120px;
}

.price-text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 600;
}

.month-text {
  color: #ffffffb8;
}

.tittle-price {
  color: #414141;
  letter-spacing: 2px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.list-price {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-price {
  margin-top: 10px;
}

.nav-mobile {
  background-color: #fff;
}

.slide_2 {
  background-image: linear-gradient(to bottom, var(--dark-slate-grey) 37%, transparent), url('../images/businessman.jpg');
  background-position: 0 0, 50% 22%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 178px;
}

.column_slider {
  text-align: center;
}

.column_slider.text {
  padding-top: 26px;
}

.row-slider {
  margin-top: 26px;
}

.pslider {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 1px #135188;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 70px;
}

.pslider.wt {
  color: #fff;
}

.slider_subtext {
  color: #ff6000;
  margin-bottom: 20px;
  font-family: Panton;
  font-size: 16px;
  font-weight: 600;
}

.logo {
  margin-top: -15px;
  margin-bottom: -15px;
  padding-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image {
  margin-left: 253px;
  padding-top: 10px;
  font-family: Raleway;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sticky-nav {
  z-index: 3;
  background-color: #fff0;
  padding: 0 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-nav:hover {
  color: #fff;
}

.nav-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center start;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 220px;
}

.nav-link-2 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  color: var(--deep-sky-blue-2);
  text-decoration: none;
}

.container-405 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 0;
  display: block;
}

.paragraph {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 1px #135188;
  padding: 10px 101px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 45px;
  transform: translate(0);
}

.paragraph.wt {
  color: #fff;
}

.main-button {
  color: #fff;
  background-color: #135188;
  border-radius: 8px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.main-button:hover {
  color: #fff;
  background-color: #008acd;
}

.main-title {
  color: #135188;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
}

.main-title.wt {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.main-title.wt.sml {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
}

.paragraph-2 {
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.paragraph-3, .paragraph-4, .column, .paragraph-5 {
  font-family: Raleway;
}

.image-2 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

.column-2 {
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.strength-1 {
  z-index: 0;
  float: left;
  object-fit: fill;
  background-color: #d8caa9;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  padding-bottom: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.strength-1.mobile {
  display: none;
}

.strength-2 {
  float: right;
  -webkit-text-stroke-color: white;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 30px 50px 60px;
  display: flex;
}

.strength-2.mobile {
  display: block;
}

.paragraph-6 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.paragraph-7 {
  color: #000;
  font-family: Raleway;
}

.nav-link-3 {
  color: #0006;
  margin-top: 17px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  transition: color .5s;
}

.nav-link-3:hover, .nav-link-3.w--current {
  color: #000;
}

.nav-link-3._2 {
  color: #f5f5f580;
  font-weight: 300;
}

.nav-link-3._2:hover {
  color: #f5f5f5;
}

.logo-container {
  background-image: url('../images/SlikwayLogoWt.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 220px;
  height: 62px;
}

.logo-container:hover {
  opacity: .7;
}

.logo-container.w--current {
  width: 180px;
  height: 62px;
}

.visibar {
  background-color: #0000;
  height: 90px;
  padding-top: 25px;
  padding-left: 40px;
  display: none;
  position: absolute;
}

.color-nav-link {
  color: #000;
  background-color: #0000;
  border: 1px solid #2b63c9;
  border-radius: 2px;
  margin-top: 9px;
  margin-left: 10px;
  padding: 8px 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  transition: background-color .5s, color .5s, border .5s;
}

.color-nav-link:hover {
  background-color: #36d87d;
  border-color: #36d87d;
}

.color-nav-link.w--current {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.color-nav-link.contact-button-top {
  background-color: #0000;
  border-color: #3b90d3;
  border-radius: 4px;
}

.color-nav-link.contact-button-top:hover {
  background-color: #36d87d;
  border-color: #2b63c9;
}

.color-nav-link.contact-button-top._2 {
  border-color: #f5f5f5;
}

.link {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 75px;
  padding-right: 75px;
  font-size: 35px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #54aeda;
}

.link.back {
  font-size: 16px;
}

.link.portfolio {
  padding-left: 60px;
  padding-right: 60px;
  font-size: 14px;
}

.container-406 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.back-tool {
  margin-top: 35px;
  margin-bottom: 35px;
}

.list-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.splitter {
  height: 290px;
}

.paragraph-8 {
  color: #000;
  margin-top: 0;
  margin-bottom: 140px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 18px;
  line-height: 30px;
}

.rareearth {
  background-color: var(--deep-sky-blue-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 80%;
  height: 80%;
  margin-top: 4px;
}

.heading {
  color: #000;
  font-size: 30px;
  font-weight: 500;
}

.paragraph-9 {
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-2 {
  color: #000;
  background-color: #0aceffd9;
  margin-top: 10px;
  padding: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.paragraph-10 {
  color: #000;
  background-color: #0aceffd9;
  padding: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.unbotton {
  color: #373228;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 2px 0 0 7px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.unbotton:hover {
  color: #373228;
  background-color: #0000;
}

.video {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 560px;
  display: flex;
}

.background-video {
  background-color: #008acd00;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.section {
  background-image: url('../images/HomeVideoBKGLogo.png');
  background-position: 50%;
  background-size: cover;
  height: 800px;
}

.bold-text-2 {
  color: #009de1;
  margin-left: -4px;
  font-weight: 400;
}

.latam-icon:hover {
  opacity: .45;
}

.europe-icon:hover {
  opacity: .46;
}

.column-15 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

._3ok-1 {
  background-color: #0000;
}

.italic-text {
  font-size: 16px;
}

.column-13 {
  padding: 20px;
}

.bold-text {
  color: #009de1;
  font-size: 35px;
}

.main-btobet-data {
  color: #00364f;
  border-bottom: 1.4px solid #009fe3;
  padding-top: 18px;
  padding-bottom: 13px;
  padding-left: 20px;
  font-size: 23px;
  font-weight: 300;
  line-height: 22px;
}

.main-btobet-data.no {
  border-bottom-style: none;
}

.slider-2 {
  background-color: #0000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 60%;
  padding-top: 30px;
  display: block;
  overflow: visible;
}

.slide {
  background-color: #0000;
  height: 100%;
  position: relative;
  top: 0;
}

.mask-2 {
  width: 100%;
  height: 100%;
}

.left-arrow-2, .right-arrow-2 {
  width: 10px;
  height: 10px;
}

.paragraph-11 {
  text-align: center;
  text-shadow: 2px 2px 6px #135188;
  margin-bottom: 0;
  padding: 40px 140px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  position: static;
}

.paragraph-12 {
  text-align: center;
  text-shadow: 3px 3px 3px #135188;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.container-407 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.image-4, .image-5, .image-6 {
  display: inline-block;
}

.about {
  color: #135188;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  position: static;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.field-label, .field-label-2 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.submit-button {
  font-family: Montserrat, sans-serif;
}

.formield {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #666;
  border: 1px #000;
  border-radius: 7px;
  outline: 0 #333;
}

.heading-5 {
  color: #054355;
}

.success-text-2 {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.field-2 {
  color: #ecebeb;
  background-color: #424242;
  border: 2px #ededed;
  border-radius: 7px;
  height: 55px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  transition: border .5s;
}

.field-2:hover {
  background-color: #4c4b4b;
  border-color: #636363;
}

.field-2:focus {
  background-color: #666;
  border-color: #5bc793;
}

.field-2.area {
  color: #ecebeb;
  height: 150px;
  margin-bottom: 10px;
  padding-top: 12px;
}

.contact-form-2 {
  margin-bottom: 40px;
}

.error-bg-2 {
  text-align: center;
  border-radius: 2px;
  margin-top: 0;
  padding-top: 14px;
}

.error-text {
  color: #f50202;
  letter-spacing: 1px;
  font-size: 15px;
}

.submit-button-2 {
  text-transform: uppercase;
  background-color: #3d424a;
  border-radius: 7px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .5s;
  display: block;
}

.submit-button-2:hover {
  background-color: #20b36c;
}

.submit-button-2:active {
  background-color: #5bc793;
}

.success-bg-2 {
  text-align: center;
  background-color: #18ce76;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 25px 5px 5px;
}

.list-item, .list-item-2, .list-item-3 {
  list-style-type: none;
}

.about-overview-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #f2f2f2;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 24px;
  display: flex;
}

.medium-uppercase-xs {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

.medium-uppercase-xs.second-button-text {
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0;
  transform: perspective(250px)rotateX(90deg)rotateY(0)rotateZ(0)perspective(50px);
}

.medium-uppercase-xs.first-button-text {
  transform-origin: 50% 0;
  transform: perspective(250px);
}

.about-column-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.primary-button {
  color: #f2f2f2;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  background-color: #373228;
  border: 1px solid #373228;
  border-radius: 100px;
  padding: 12px 18px;
  transition-property: background-color, color;
  transition-duration: .25s, .25s;
  transition-timing-function: cubic-bezier(.39, .575, .565, 1), cubic-bezier(.39, .575, .565, 1);
}

.primary-button:hover {
  color: #373228;
  background-color: #122c5f00;
}

.about-overview-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.about-video-block {
  border: 1px solid #f2f2f233;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.blocks-section {
  padding-bottom: 4px;
}

.blocks-section.about-blocks {
  flex-flow: column;
  height: 100vh;
  min-height: 720px;
  display: flex;
}

.button-text-wrapper {
  perspective: 250px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(250px);
}

.wide-container {
  width: 100%;
  max-width: 1928px;
  padding-left: 4px;
  padding-right: 4px;
}

.wide-container.container-grow {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.regular-l {
  letter-spacing: -.48px;
  font-size: 24px;
  line-height: 112%;
}

.chips-shape {
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

.chips-shape.primary-chips-shape {
  background-color: #373228;
}

.chips {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.chips.primary-chips {
  color: #373228;
  border: 1px solid #373228;
}

.about-blocks-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-image-block {
  object-fit: cover;
  border: 1px solid #f2f2f233;
  border-radius: 8px;
  flex: 1;
}

.div-block {
  flex-flow: wrap-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  width: 14%;
  height: auto;
  margin-left: 100px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.image-7 {
  width: auto;
  max-width: 100%;
  height: auto;
}

.manubar {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  text-align: left;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: block;
}

.container-410 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  max-width: 900px;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.navbar {
  color: #373228;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  text-decoration: none;
}

.navbar:hover {
  background-color: var(--deep-sky-blue);
  color: #c5b180;
  border-radius: 10px;
  text-decoration: none;
}

.container-411 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  margin-left: 10px;
  padding-left: 0;
  display: flex;
}

.bold-text-3 {
  color: #34312e;
  -webkit-text-stroke-color: #35312d;
  font-family: Montserrat, sans-serif;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 120%;
}

.image-8 {
  z-index: auto;
  vertical-align: baseline;
  display: inline-block;
  position: static;
}

.strength-3 {
  z-index: auto;
  -webkit-text-stroke-color: #973030;
  background-color: #d8caa9;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 35%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.caption {
  color: #000;
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8vh;
  font-weight: 400;
  line-height: 130%;
}

.flex-block {
  justify-content: space-between;
  align-items: flex-end;
  position: static;
}

.cell {
  justify-content: space-between;
  align-items: flex-end;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  padding: 0;
}

.flex-block-2 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-9 {
  border-bottom-left-radius: 70px;
  padding-bottom: 0;
  position: relative;
  inset: 0% auto auto 0%;
}

.flex-block-3 {
  border-bottom-left-radius: 50px;
  padding-top: 0;
  display: block;
}

.container-412 {
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.image-10 {
  height: 100%;
}

.flex-block-4 {
  z-index: 1;
  border-bottom-left-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 160%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.image-11 {
  border-bottom-left-radius: 90px;
  height: 100%;
}

.image-12 {
  height: 100%;
}

.cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

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

.cell-4 {
  justify-content: center;
  align-items: center;
}

.small-caption {
  color: #373228;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8vh;
  font-weight: 400;
  line-height: 120%;
}

.quick-stack-2 {
  padding: 60px 0;
}

.image-13 {
  height: 50%;
}

.image-14, .image-15 {
  height: 40%;
}

.spl-image {
  width: 27%;
  margin-bottom: 10px;
}

.deal-slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/DSeg.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  display: flex;
}

.slider-3 {
  color: #fdf9f9;
  background-color: #fff0;
  flex: 0 auto;
  height: auto;
}

.quick-stack-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 100px;
}

.cell-5 {
  justify-content: flex-start;
  align-items: stretch;
}

.slider-title {
  color: #000;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5ch;
  font-weight: 500;
  text-decoration: none;
}

.slider-caption {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 2.5ch;
  font-weight: 300;
  text-decoration: none;
}

.slider-price {
  color: #000;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 2.5ch;
  font-weight: 600;
  text-decoration: none;
}

.cell-6 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.cell-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.sldimage {
  border-bottom-left-radius: 0;
  padding: 0;
}

.brief-description {
  color: #b69d5f;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vh;
  font-weight: 500;
  line-height: 120%;
}

.image-16 {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 55%;
  display: block;
}

.cell-8 {
  justify-content: center;
  align-items: flex-end;
}

.sec2paragraph {
  color: #34312e;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8vh;
  font-weight: 400;
  line-height: 140%;
}

.quick-stack-4 {
  grid-column-gap: 80px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.sec2paragraph2 {
  color: #34312e;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8vh;
  font-weight: 400;
  line-height: 140%;
}

.faq-shape-3 {
  width: 202px;
  height: 202px;
  position: absolute;
  inset: -16px -258px auto auto;
}

.faq-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: #373228;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 684px;
  display: flex;
  position: relative;
}

.icon-size-24 {
  width: 24px;
  height: 24px;
}

.faq-ball-2 {
  background-image: radial-gradient(circle farthest-side, #f9c6a0 30%, #ea8024);
  border-radius: 50%;
  width: 720px;
  min-width: 720px;
  height: 720px;
  min-height: 720px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: auto -632px -680px auto;
  box-shadow: inset 0 35px 40px -15px #af5614;
}

.wrapper.vertical-flex-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.medium-s-uppercase {
  letter-spacing: .12px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-size: 16px;
  line-height: 132%;
  display: block;
  position: static;
}

.medium-s-uppercase.margin-bottom-32-mobile-24.t2 {
  font-family: Montserrat, sans-serif;
  font-size: 2.4vw;
}

.faq-shape-1 {
  width: 250%;
  height: 250px;
  position: absolute;
  inset: auto auto -100px -504px;
}

.faq-answer {
  text-align: left;
  background-color: #1513040d;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.section-2 {
  z-index: 5;
  position: relative;
}

.container-413 {
  width: 100%;
  max-width: 1920px;
  padding-left: 32px;
  padding-right: 32px;
}

.semibold-l-uppercase {
  letter-spacing: 1.2px;
  font-size: 1.7vh;
  font-weight: 600;
}

.medium-m {
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 144%;
}

.medium-m.faq-answer-text {
  max-width: 600px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4vh;
  font-weight: 500;
  line-height: 140%;
}

.faq-items-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-shape-2 {
  width: 90px;
  height: 90px;
  position: absolute;
  inset: auto auto -170px 575px;
}

.faq-section-wrapper {
  background-color: #d8caa9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 280px;
  display: none;
  overflow: hidden;
}

.faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex-flow: column;
  display: flex;
}

.faq-question {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  border-bottom: 1px solid #373228;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cell-9 {
  justify-content: center;
  align-items: flex-start;
}

.janos-section {
  height: 620px;
}

.link-block {
  text-decoration: none;
  display: flex;
}

.link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.right-arrow-3 {
  display: block;
  right: 0;
}

.left-arrow-3 {
  display: block;
  left: 0;
}

.slide-nav-2 {
  background-color: #b69c5f;
  bottom: 0;
}

.section-features-mobile {
  display: none;
}

.slider-base, .mask-3 {
  padding: 0;
}

.hero {
  background-color: #b69c5f;
}

.splitter-bottom {
  background-image: linear-gradient(#0000 39%, #0000008c), url('../images/07bkg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 350px;
}

.image-19 {
  display: block;
  position: relative;
  inset: 33% 0% auto 232px;
}

.lightbox-link {
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.image-20 {
  position: absolute;
  top: -29px;
  left: 339.375px;
}

.lightbox-link-2, .lightbox-link-3, .lightbox-link-4, .lightbox-link-5, .lightbox-link-6, .lightbox-link-7, .lightbox-link-8 {
  text-decoration: none;
}

.fixedwrapper-sx {
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: inline-flex;
}

.flex-block-6 {
  justify-content: center;
  align-items: flex-start;
}

.fixedwrapper-dx {
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: auto;
}

.image-21, .image-22 {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.image-23 {
  padding-bottom: 3px;
}

.link-block-5 {
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.git {
  background-color: #34312e00;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px 15px;
}

.git:hover {
  background-color: #34312e;
  border-color: #34312e;
}

.cell-12 {
  justify-content: center;
  align-items: flex-end;
}

.cell-13 {
  justify-content: center;
  align-items: center;
}

.gitbutton {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.64vh;
  font-weight: 600;
}

html.w-mod-js [data-ix="display-0-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

html.w-mod-js [data-ix="scroll-right"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="scroll-left"] {
  opacity: 0;
  transform: translate(-100px);
}

@media screen and (min-width: 1440px) {
  .serv-tittle {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 5vh;
    font-weight: 400;
    line-height: 24%;
  }

  .features-sec {
    height: 590px;
  }

  .logo-footer {
    width: 150px;
  }

  .colum-footer {
    text-align: left;
  }

  .section {
    height: 920px;
  }

  .navbar {
    font-size: 1vw;
  }

  .image-8 {
    height: 111%;
  }

  .strength-3 {
    background-color: #d8caa9;
    width: 41%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .caption {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: none;
    font-size: 1.5vh;
    line-height: 130%;
    display: inline-block;
  }

  .deal-slider {
    height: 200px;
  }

  .slider-3 {
    height: auto;
  }

  .slider-title, .slider-caption, .slider-price {
    font-size: 2.5ch;
  }

  .right-arrow-3 {
    display: block;
    right: 0;
  }

  .left-arrow-3 {
    display: block;
    left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .slide_1 {
    background-image: linear-gradient(#0aceffb3, #0000), url('../images/sld1.jpg');
    background-position: 0 0, 20%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .section-service {
    background-image: linear-gradient(#ffffff42, #fff 99%), url('../images/bkg-logo.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 70%;
    background-attachment: scroll, fixed;
  }

  .section-portfolio {
    background-size: cover;
  }

  .features-sec {
    height: 700px;
  }

  .button-one.git {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-text {
    font-size: 1.5vw;
  }

  .logo-footer {
    width: 170px;
  }

  .slide_2 {
    background-image: linear-gradient(to bottom, var(--dark-slate-grey) 44%, transparent), url('../images/businessman.jpg');
    background-position: 0 0, 50% 20%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .pslider {
    font-size: 50px;
  }

  .paragraph {
    line-height: 45px;
  }

  .paragraph-6 {
    font-size: 1.3vh;
    line-height: 120%;
  }

  .splitter {
    height: 340px;
  }

  .section {
    height: 1050px;
  }

  .europe-icon {
    margin-top: 30px;
  }

  .column-15 {
    margin-top: 35px;
  }

  .slider-2 {
    padding-top: 70px;
  }

  .paragraph-11 {
    padding: 20px 0;
    font-size: 55px;
    line-height: 60px;
  }

  .paragraph-12 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .navbar {
    font-size: 1vw;
  }

  .container-411 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .bold-text-3 {
    font-size: 2.7vw;
  }

  .strength-3 {
    width: 35%;
  }

  .caption {
    font-size: 1.6vh;
  }

  .flex-block-4 {
    height: 170%;
  }

  .deal-slider {
    height: 280px;
  }

  .slider-3 {
    height: auto;
    padding-left: 140px;
    padding-right: 140px;
  }

  .slider-title, .slider-caption, .slider-price {
    font-size: 2.5ch;
  }

  .sec2paragraph, .sec2paragraph2 {
    width: auto;
  }

  .janos-section {
    height: 700px;
  }

  .right-arrow-3 {
    display: block;
    right: 0;
  }

  .left-arrow-3 {
    display: block;
    left: 0;
  }

  .image-23 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link, .nav-link.w--current {
    color: #fff;
    display: block;
  }

  .nav-menu.tablet {
    background-color: #000;
    height: 200px;
    display: none;
  }

  .slider {
    height: 400px;
  }

  .slide_1 {
    background-color: #0000;
    background-image: linear-gradient(#0aceffb3, #0000), url('../images/sld1.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 0;
  }

  .section-service {
    background-size: auto, auto 55%;
  }

  .row-services {
    display: none;
  }

  .row-services.mobile {
    display: block;
  }

  .serv-tittle {
    font-size: 1.47vh;
    line-height: 140%;
  }

  .section-portfolio {
    display: none;
  }

  .section-portfolio.mobile {
    display: block;
  }

  .portfolio-overlay {
    width: 167px;
    height: 102%;
    padding-top: 48px;
  }

  .features-sec {
    float: none;
    height: 500px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .text-button.hero {
    font-size: 1.7vh;
  }

  .test-circle {
    margin-bottom: 130px;
  }

  .hero-text {
    font-family: Montserrat, sans-serif;
    font-size: 3vh;
    font-weight: 300;
    line-height: 90%;
  }

  .nav-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav {
    background-color: #262626f2;
    display: block;
  }

  .ico {
    display: block;
  }

  .menu-button {
    color: #0aceff;
    display: block;
  }

  .menu-button.w--open {
    background-color: #0aceff;
    border-radius: 100px;
  }

  .slide_2 {
    background-image: linear-gradient(to bottom, var(--dark-slate-grey) 69%, transparent), url('../images/businessman.jpg');
    background-position: 0 0, 40% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 900px;
    padding-top: 0;
  }

  .column_slider.text {
    margin-bottom: 27px;
  }

  .pslider {
    padding-left: 0;
    padding-right: 0;
    font-size: 45px;
    line-height: 50px;
  }

  .image {
    margin-left: 50px;
  }

  .container-405 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .main-button:hover {
    background-color: var(--whatsapp-colour);
    color: #000;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }

  .strength-1 {
    float: none;
    background-image: none;
    width: 50%;
    height: 100%;
    display: flex;
  }

  .strength-1.mobile {
    background-position: 100% 0;
    background-size: auto 100%;
    display: block;
  }

  .strength-2 {
    width: 100%;
    padding: 20px 40px;
    display: flex;
  }

  .strength-2.mobile {
    display: flex;
  }

  .paragraph-6 {
    font-size: 1.2vh;
    font-weight: 400;
    line-height: 125%;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #2b63c9;
    width: 90px;
    height: 90px;
    margin-top: -20px;
    margin-right: -25px;
    font-size: 53px;
    font-weight: 700;
  }

  .menu-button-2:hover {
    background-color: #3b90d3;
  }

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

  .menu-button-2.visible {
    background-color: #2b63c9;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .menu-button-2.visible:hover {
    background-color: #3b90d3;
  }

  .nav-link-3 {
    color: #fff;
    background-color: #ffffff03;
    border-radius: 3px;
    margin-top: 0;
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: color .5s, background-color .5s;
  }

  .nav-link-3:hover {
    color: #fff;
    background-color: #3b90d34d;
  }

  .nav-link-3.w--current {
    color: #fff;
    display: block;
  }

  .nav-link-3.w--current:hover {
    background-color: #3b90d34d;
  }

  .nav-link-container {
    background-color: #364452;
    padding: 20px;
  }

  .logo-container {
    background-image: url('../images/Slikwaylogo.png');
    background-position: 50%;
    width: 200px;
    height: 35px;
  }

  .logo-container.w--current {
    background-position: 0;
    background-repeat: no-repeat;
    width: 200px;
    height: 63px;
    padding-bottom: 0;
  }

  .visibar {
    background-color: #0000;
    height: 90px;
    padding-top: 12px;
    padding-left: 20px;
    display: none;
    position: relative;
  }

  .color-nav-link {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .color-nav-link.contact-button-top {
    display: block;
  }

  .mask {
    background-color: #0000;
  }

  .splitter {
    height: 250px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-2 {
    color: #000;
  }

  .paragraph-10 {
    color: #000;
    font-size: 18px;
  }

  .slider-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mask-2 {
    flex: 0 auto;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 10px;
    height: 10px;
  }

  .paragraph-11 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blocks-section.about-blocks {
    height: 800px;
    min-height: auto;
  }

  .regular-l {
    letter-spacing: -.4px;
    font-size: 20px;
  }

  .div-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 18%;
    height: 200px;
    margin-left: 50px;
    display: block;
  }

  .navbar {
    font-size: 2vw;
  }

  .bold-text-3 {
    font-size: 2vh;
  }

  .flex-block-2 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
  }

  .deal-slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 80% 0;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 60px;
    display: block;
  }

  .slider-3 {
    height: auto;
  }

  .quick-stack-3 {
    padding: 0;
  }

  .cell-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    padding: 60px;
    display: flex;
  }

  .slider-title, .slider-caption, .slider-price {
    font-size: 3ch;
    line-height: 27px;
  }

  .cell-6, .cell-7 {
    padding: 60px;
  }

  .sldimage {
    text-align: left;
    max-width: 100%;
  }

  .image-16 {
    width: 100%;
  }

  .cell-8 {
    justify-content: flex-start;
    align-items: center;
  }

  .sec2paragraph {
    width: auto;
    font-size: 1.7vh;
  }

  .sec2paragraph2 {
    color: #000;
    text-transform: none;
    width: auto;
    font-size: 1.7vh;
  }

  .faq-shape-3 {
    width: 168px;
    height: 168px;
    top: -56px;
    right: -108px;
  }

  .faq-ball-2 {
    width: 480px;
    min-width: 480px;
    height: 480px;
    min-height: 480px;
    bottom: -540px;
    right: -300px;
  }

  .medium-s-uppercase.margin-bottom-32-mobile-24.t2 {
    font-size: 3vh;
    line-height: 120%;
  }

  .faq-shape-1 {
    width: 200px;
    height: 180px;
    bottom: -266px;
    left: -132px;
  }

  .semibold-l-uppercase {
    letter-spacing: 1.2px;
    font-size: 1.6vh;
  }

  .faq-shape-2 {
    bottom: -186px;
  }

  .faq-section-wrapper {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
  }

  .cell-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .janos-section {
    height: 730px;
  }

  .right-arrow-3, .left-arrow-3 {
    display: none;
  }

  .slide-nav-2 {
    bottom: -40px;
  }

  .section-features-mobile {
    background-color: #d8caa9;
    display: block;
  }

  .quick-stack-5 {
    padding: 0;
  }

  .cell-11 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-18 {
    height: auto;
  }

  .splitter-bottom {
    background-position: 0 0, 70%;
  }

  .fixedwrapper-sx, .fixedwrapper-dx {
    width: 520px;
    height: 670px;
  }

  .container-414 {
    flex-flow: wrap;
    display: block;
  }

  .cell-12 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    display: block;
  }

  .nav-link.w--current {
    display: inline-block;
  }

  .section-service {
    display: block;
  }

  .row-services {
    display: none;
  }

  .row-services.mobile {
    display: block;
  }

  .serv-tittle.secrow {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-portfolio {
    display: none;
  }

  .section-portfolio.mobile {
    display: block;
  }

  .portfolio-div {
    width: 100%;
    height: 100%;
  }

  .column-portfolio {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-overlay {
    width: 100%;
    height: 101%;
    padding-top: 154px;
  }

  .features-sec {
    height: auto;
    padding-bottom: 0;
    display: none;
    position: static;
  }

  .text-button.hero {
    font-size: 1.4vh;
  }

  .col-fun {
    margin-bottom: 20px;
  }

  .test-circle, .test-circle._2 {
    margin-bottom: 90px;
  }

  .hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text {
    padding: 20px;
    font-size: 2.4vh;
    font-weight: 400;
    display: block;
  }

  .colum-footer {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .column-footer._2 {
    text-align: center;
  }

  .space-column {
    margin-bottom: 50px;
  }

  .space-column._1 {
    margin-bottom: 110px;
  }

  .column-little {
    text-align: center;
    margin-bottom: 20px;
  }

  .section-team {
    padding-bottom: 50px;
  }

  .section-team.remove_line.w {
    padding-bottom: 0;
  }

  .nav {
    margin-top: 0;
    display: none;
  }

  .ico {
    color: #000;
  }

  .menu-button {
    color: #ff6000;
    margin-right: 10px;
  }

  .slide_2 {
    background-image: linear-gradient(to bottom, var(--dark-slate-grey) 75%, transparent), url('../images/businessman.jpg');
    background-position: 0 0, 40% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 900px;
  }

  .pslider {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 38px;
    line-height: 43px;
  }

  .pslider.wt {
    padding-right: 40px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .paragraph {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
  }

  .main-button:hover {
    background-color: var(--whatsapp-colour);
    color: #000;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .strength-1 {
    float: none;
    background-image: none;
    width: 100%;
    padding-top: 213px;
    padding-bottom: 213px;
    display: flex;
  }

  .strength-1.mobile {
    display: block;
  }

  .strength-2 {
    align-items: center;
    width: 100%;
    padding: 10px 20px;
  }

  .paragraph-6 {
    font-size: 1.2vh;
    font-weight: 400;
    line-height: 120%;
  }

  .column-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-2 {
    width: 70px;
    height: 70px;
    margin-top: -8px;
    margin-right: -20px;
    padding-top: 15px;
    padding-left: 14px;
    font-size: 42px;
  }

  .menu-button-2.visible {
    background-color: #2b63c900;
    margin-right: 0;
  }

  .nav-link-3.w--current {
    color: #fff;
    background-color: #ffffff17;
    display: block;
  }

  .nav-link-3.w--current:hover {
    background-color: #3b90d34d;
  }

  .logo-container {
    background-position: 0;
    background-repeat: no-repeat;
  }

  .logo-container.w--current {
    background-position: 0;
    background-size: 150px;
  }

  .visibar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 70px;
    padding-top: 0;
    padding-left: 40px;
    display: block;
    position: absolute;
  }

  .menu-icon {
    color: #000;
  }

  .link, .link.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .splitter {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rareearth {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .unbotton {
    font-size: 1.2vh;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-11 {
    padding-left: 0;
    padding-right: 0;
    font-size: 45px;
    line-height: 55px;
  }

  .paragraph-12 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .about-video-block {
    height: 560px;
  }

  .blocks-section.about-blocks {
    height: auto;
  }

  .about-blocks-grid {
    flex-flow: column;
    display: flex;
  }

  .about-image-block {
    flex: 0 auto;
    height: 360px;
  }

  .div-block {
    display: none;
  }

  .navbar:hover {
    border-top-right-radius: 5px;
  }

  .container-411 {
    display: none;
  }

  .bold-text-3 {
    font-size: 2vh;
  }

  .caption {
    font-size: 1.5vh;
  }

  .cell {
    justify-content: space-between;
    align-items: flex-end;
  }

  .quick-stack {
    height: auto;
  }

  .flex-block-2 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .flex-block-4 {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .quick-stack-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .deal-slider {
    padding-top: 60px;
  }

  .slider-3 {
    height: auto;
  }

  .quick-stack-3 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-5 {
    padding: 40px;
  }

  .slider-caption {
    font-weight: 300;
  }

  .cell-6, .cell-7 {
    padding: 40px;
  }

  .image-16 {
    width: 100%;
  }

  .cell-8 {
    justify-content: center;
    align-items: center;
  }

  .sec2paragraph, .sec2paragraph2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-shape-3 {
    display: none;
  }

  .faq-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: 100%;
  }

  .faq-ball-2 {
    width: 320px;
    min-width: 320px;
    height: 320px;
    min-height: 320px;
    bottom: -404px;
    right: -168px;
  }

  .medium-s-uppercase.margin-bottom-32-mobile-24.t2 {
    font-size: 3vh;
    line-height: 120%;
  }

  .faq-shape-1 {
    width: 184px;
    height: 166px;
    bottom: -274px;
    left: -72px;
  }

  .container-413 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .semibold-l-uppercase {
    letter-spacing: 1.2px;
    font-size: 1.5vh;
    line-height: 130%;
  }

  .faq-shape-2 {
    display: none;
  }

  .faq-section-wrapper {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    padding-top: 72px;
  }

  .cell-9 {
    justify-content: center;
    align-items: center;
  }

  .janos-section {
    height: auto;
  }

  .cell-10 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-17 {
    width: 25%;
  }

  .right-arrow-3 {
    right: 0;
  }

  .slide-nav-2 {
    bottom: -40px;
  }

  .image-18 {
    height: auto;
  }

  .splitter-bottom {
    background-position: 0 0, 80%;
  }

  .fixedwrapper-sx, .fixedwrapper-dx {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .top-info {
    display: none;
  }

  .slider {
    height: 600px;
  }

  .slide_1 {
    background-image: linear-gradient(to bottom, var(--deep-sky-blue), transparent), url('../images/sld1.jpg');
    background-position: 0 0, 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-service {
    background-size: auto, auto 49%;
  }

  .serv-tittle.secrow {
    padding-left: 0;
    padding-right: 0;
  }

  .section-portfolio.mobile {
    display: block;
  }

  .line {
    width: 80%;
  }

  .line.about {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .column-portfolio {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-overlay {
    width: 100%;
    height: 101%;
    padding-top: 72px;
  }

  .features-sec {
    height: auto;
    display: none;
  }

  .button-one {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-button.hero {
    font-size: 2vh;
  }

  .test-circle, .test-circle._2 {
    margin-bottom: 205px;
  }

  .hero-section {
    padding-top: 50px;
  }

  .hero-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 120%;
    display: block;
  }

  .buton-hero {
    text-align: center;
    margin-top: 0;
  }

  .nav-footer {
    font-size: 12px;
  }

  .nav-footer.no-line {
    padding-right: 12px;
  }

  .circle-404 {
    width: 300px;
    height: 300px;
    padding-top: 61px;
  }

  ._404 {
    margin-bottom: 45px;
    font-size: 90px;
  }

  .slide_2 {
    background-image: linear-gradient(#055172d1, #055172d1), url('../images/businessman.jpg');
    background-position: 0 0, 63% 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1040px;
  }

  .pslider {
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    position: static;
  }

  .sticky-nav {
    padding: 0;
    display: none;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 0 #c4c4c4;
  }

  .nav-logo {
    border: 1px #000;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-405 {
    padding-right: 0;
  }

  .paragraph {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 43px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .main-title {
    font-size: 25px;
  }

  .paragraph-2 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .strength-1 {
    background-position: 80%;
    background-repeat: no-repeat;
    background-size: auto 140%;
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
    display: none;
  }

  .strength-1.mobile {
    background-size: auto 120%;
    display: block;
  }

  .strength-2 {
    padding: 20px;
  }

  .paragraph-6 {
    font-size: 1.4vh;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .menu-button-2.visible, .menu-button-2.visible:hover {
    background-color: #0000;
  }

  .nav-link-3 {
    display: block;
  }

  .nav-link-3:hover {
    background-color: #7cc9f5b3;
  }

  .nav-link-3._2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .logo-container {
    background-image: none;
    padding-left: 0;
  }

  .logo-container.w--current {
    background-position: 0;
    background-size: 150px;
    padding-left: 0;
  }

  .visibar {
    height: 70px;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .color-nav-link.contact-button-top._2 {
    color: #fff;
    background-color: #0000;
    border-style: none;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .color-nav-link.contact-button-top._2:hover {
    background-color: var(--whatsapp-colour);
  }

  .menu-icon {
    color: var(--deep-sky-blue);
    background-color: #0000;
  }

  .menu-icon:hover {
    color: var(--deep-sky-blue);
  }

  .commodities-section {
    height: auto;
  }

  .list-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .splitter {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .unbotton {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .section {
    height: 650px;
  }

  .slider-2 {
    height: auto;
    display: block;
  }

  .slide {
    height: auto;
  }

  .mask-2 {
    flex: 0 auto;
    width: auto;
    height: 470px;
  }

  .columns {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-3 {
    width: 60%;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 10px;
    height: 10px;
  }

  .slide-nav {
    width: 70%;
    height: auto;
  }

  .paragraph-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
    display: block;
  }

  .paragraph-12 {
    width: 65%;
    padding: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .container-408 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .container-409 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block, .container-411 {
    display: none;
  }

  .bold-text-3 {
    font-size: 2.1vh;
  }

  .caption {
    font-size: 1.2vh;
  }

  .cell {
    justify-content: space-between;
    align-items: flex-end;
  }

  .flex-block-2 {
    padding: 10px 30px;
  }

  .flex-block-4 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .image-11 {
    max-width: 100%;
    height: 100%;
  }

  .quick-stack-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .deal-slider {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-5 {
    padding: 20px;
  }

  .slider-title, .slider-caption, .slider-price {
    font-size: 2.7ch;
    line-height: 27px;
  }

  .cell-6, .cell-7 {
    padding: 20px;
  }

  .sldimage {
    padding: 0;
  }

  .quick-stack-4 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .medium-s-uppercase.margin-bottom-32-mobile-24.t2 {
    font-size: 2.7vh;
  }

  .janos-section {
    height: auto;
  }

  .icon, .icon-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
  }

  .right-arrow-3, .left-arrow-3 {
    width: 15%;
  }

  .slide-nav-2 {
    background-color: #b69c5f;
    inset: auto 0% -3%;
  }

  .image-18 {
    height: auto;
  }

  .mask-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .fixedwrapper-sx, .fixedwrapper-dx {
    width: auto;
    height: auto;
  }
}

#w-node-a674e056-350a-9264-74ff-1040f74c8556-e9a58d68 {
  grid-template-rows: minmax(200px, 487px);
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_7cf6331f-bbc3-5f4f-7df0-35618f4dd91b-e9a58d68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#SERVICES.w-node-_15b2c02c-58ba-53b9-675d-f75cb29a20df-e9a58d68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_605f61f7-29e4-3962-c229-534775db7e38-e9a58d68, #w-node-eabec3a5-27a5-2d6a-588b-93b75d7ba8d8-e9a58d68, #w-node-_9ed87f8c-5563-5c94-e6cc-2ccdf3a86102-e9a58d68, #w-node-_04bdbede-9773-2830-9a11-fa2881c33803-e9a58d68 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .25fr) minmax(0, .25fr) minmax(0, .25fr);
}

#w-node-_6e2583fa-8d56-5c60-30cc-f7e39c435e2a-e9a58d68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bf469b66-b09f-1878-fb62-abf8c841540e-e9a58d68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

@media screen and (max-width: 991px) {
  #w-node-_605f61f7-29e4-3962-c229-534775db7e38-e9a58d68, #w-node-eabec3a5-27a5-2d6a-588b-93b75d7ba8d8-e9a58d68, #w-node-_9ed87f8c-5563-5c94-e6cc-2ccdf3a86102-e9a58d68, #w-node-_04bdbede-9773-2830-9a11-fa2881c33803-e9a58d68 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_6e2583fa-8d56-5c60-30cc-f7e39c435e2a-e9a58d68, #w-node-bf469b66-b09f-1878-fb62-abf8c841540e-e9a58d68 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a674e056-350a-9264-74ff-1040f74c8556-e9a58d68 {
    grid-template-rows: minmax(200px, 487px);
    grid-template-columns: 1fr;
  }

  #w-node-_7cf6331f-bbc3-5f4f-7df0-35618f4dd91b-e9a58d68, #w-node-_6e2583fa-8d56-5c60-30cc-f7e39c435e2a-e9a58d68 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a674e056-350a-9264-74ff-1040f74c8556-e9a58d68 {
    grid-template-rows: minmax(200px, 487px);
    grid-template-columns: 1fr;
  }

  #SERVICES.w-node-_15b2c02c-58ba-53b9-675d-f75cb29a20df-e9a58d68, #w-node-_6e2583fa-8d56-5c60-30cc-f7e39c435e2a-e9a58d68 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}