@font-face{font-family:fogtwono5;font-style:normal;font-weight:400;src:local('FogtwoNo5'),url(https://fonts.cdnfonts.com/s/18102/FogtwoNo5.woff) format('woff')}
.slider__partners-mobile{
    background:#fff;
    margin-top:-80px;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  padding: 10px 15px;
  background-color: #231f20;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
  display: none; /* Hidden by default */
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#qlwapp{
    display:none!important;
}

.about__us .first__box .image img{
    width: 500px;
    height: 300px;
    object-fit: fill;
}

.second__box img{
    width:700px;
    object-fit:contain;
    height:600px;
}

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

@media (max-width:768px){
    .about__us .first__box .image img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .second__box img{
        width:320px;
        object-fit:contain;
        height:auto;
    }
}

body, #page{
    overflow-x:hidden;
}

.slider__partners-mobile svg{
    width:90px;
}

.slider__partners-mobile .swiper-wrapper{
    align-items:center;
}

.about__us{
    position:relative;
}

.about__us .image__background{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.logo__footer h2{
    color: #ffffff;
    font-family: "FogtwoNo5", sans-serif;
    font-weight: 400;
    font-size:16px;
    text-align:center;
    line-height: 26px;
}



.content__affiliated{
    position: absolute;
    bottom: 68px;
    width: 40%;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}

      .why__cashit-wrapper {
        position: relative;
        overflow: hidden;
        background-color: #fff;
      }
      .why__cashit {
        padding: 100px 88px 100px 88px;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .why__cashit .text h2 {
        font-size: 180px;
        font-weight: 400;
        line-height: 145.48px;
        margin: 0;
        font-family: "FogtwoNo5", sans-serif;
        
      }

      .why__cashit .box {
        background-color: #d3c39f;
        padding: 53px 60px;
        width: 400px;
        margin-top: 40px;
        position: relative;
      }

      .why__cashit .box .topic {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 30px;
      }

      .why__cashit .box .topic p {
        font-size: 18px;
        line-height: 24.14px;
        font-weight: 400;
        margin: 0;
        font-family: "FogtwoNo5", sans-serif;
      }

      .why__cashit .box .topic svg {
        width: 32px;
        height: 32px;
      }

      .why__cashit .second__box {
        background-color: #00303b;
      }

      .why__cashit .box::after {
        content: "";
        display: block;
        height: 40px;
    background: #00303b;
    position: absolute;
    top: -40px;
    width: 92%;
    z-index: 0;
    left: 20px;
    right: 20px;
      }

      .why__cashit-wrapper .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
      }

      .why__cashit-wrapper .image img {
        width: 100%;
      }
      
      

      @media (max-width: 768px) {
          
        .about__us .image__background img{
            height:100%;
        }
        .why__cashit {
          flex-direction: column;
          padding: 80px 30px;
          align-items: flex-start;
          z-index:1;
          position: relative;
        }
        
        .content__affiliated{
            position: absolute;
        bottom: 81px;
        width: 56%;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    margin-left: 50px;
        }

        .why__cashit .box {
          width: 87%;
          padding: 33px 30px;
        }

        .why__cashit .box::after {
          top: -35px;
          width: 90%;
          height:35px;
        }

        .why__cashit .text h2 {
          font-size: 56px;
          line-height: 61px;
          margin-bottom: 20px;
        }
        
        .why__cashit-wrapper .image {
            bottom:0;
        }
        
        .why__cashit-wrapper .image img{
            height:100%;
        }
      }

  .about__us {
        padding: 180px 115px 80px 115px;
        background:#fff;
      }

      .about__us .first__box {
        display: flex;
        align-items: center;
        margin-bottom: 98px;
      }

      .about__us .first__box .content {
        flex: 1;
      }

      .about__us .content h2 {
        font-size: 75.75px;
        line-height: 68.7px;
        margin-bottom: 54px;
        font-family: "FogtwoNo5", sans-serif;
      }

      .about__us .content p {
        font-size: 18px;
        line-height: 25px;
      }

      .about__us .first__box .image {
        flex: 1;
        text-align: right;
      }

      .about__us .second__box {
        display: flex;
        align-items: center;
      }

      .about__us .second__box .image {
        flex: 1;
      }

      .about__us .second__box .content {
        flex: 1;
      }

      .about__us .second__box .content p {
        font-size: 24px;
        line-height: 40px;
        padding: 0 30px 0 76px;
      }

      @media (max-width: 768px) {
        .about__us {
          padding: 80px 20px 80px 20px;
        }

        .about__us img {
          width: 100%;
        }

        .about__us .first__box {
          flex-direction: column;
        }

        .about__us .second__box {
          flex-direction: column-reverse;
        }

        .about__us .second__box .content p {
          padding: 0;
          font-size:18px;
          line-height:25px;
        }

        .about__us .content h2 {
          font-size: 45.75px;
          margin-bottom: 24px;
          margin-top:0;
        }

        .about__us .first__box {
          margin-bottom: 50px;
        }
      }
      
      
            .logos__wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
        background:#ffffff;
        padding-bottom:100px;
        overflow:hidden;
      }

      .logos__wrapper .first__partner {
        display: flex;
        gap: 105px;
        justify-content: center;
        align-items: center;
      }

      .logos__wrapper .second__wrapper {
        display: flex;
        align-items: center;
        gap: 105px;
        justify-content: center;
      }

      @media (max-width: 768px) {
        .logos__wrapper {
          gap: 0;
          padding: 0 20px;
          display:none;
        }

        .logos__wrapper .first__partner {
          gap: 20px;
          overflow-x: scroll;
          padding-left: 16px;
          justify-content: unset;
        }

        .logos__wrapper .first__partner svg {
          width: 80px;
        }

        .logos__wrapper .second__wrapper {
          gap: 20px;
          overflow-x: scroll;
          padding-left: 16px;
          justify-content: unset;
        }
        .logos__wrapper .second__wrapper svg {
          width: 80px;
          height: 70px;
        }
      }
      
      @media (max-width: 400px) {
        .first__section .content h1 {
                font-size: 54px;
                line-height: 56px;
                top: 140px;
                left: 30px;
            }
            
           .brands__wrapper .content__affiliated {
                width: 60%;
                margin-left: 96px;
            }
        }
/*:root {*/
/*  --bs-blue: #0d6efd;*/
/*  --bs-indigo: #6610f2;*/
/*  --bs-purple: #6f42c1;*/
/*  --bs-pink: #d63384;*/
/*  --bs-red: #dc3545;*/
/*  --bs-orange: #fd7e14;*/
/*  --bs-yellow: #ffc107;*/
/*  --bs-green: #198754;*/
/*  --bs-teal: #20c997;*/
/*  --bs-cyan: #0dcaf0;*/
/*  --bs-white: #fff;*/
/*  --bs-gray: #6c757d;*/
/*  --bs-gray-dark: #343a40;*/
/*  --bs-primary: #0d6efd;*/
/*  --bs-secondary: #6c757d;*/
/*  --bs-success: #198754;*/
/*  --bs-info: #0dcaf0;*/
/*  --bs-warning: #ffc107;*/
/*  --bs-danger: #dc3545;*/
/*  --bs-light: #f8f9fa;*/
/*  --bs-dark: #212529;*/
/*  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,*/
/*      "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,*/
/*      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",*/
/*      "Noto Color Emoji";*/
/*  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,*/
/*      "Liberation Mono", "Courier New", monospace;*/
/*  --bs-gradient: linear-gradient(*/
/*      180deg,*/
/*      rgba(255, 255, 255, 0.15),*/
/*      rgba(255, 255, 255, 0)*/
/*  );*/
/*}*/

/**,*/
/*::after,*/
/*::before {*/
/*  box-sizing: border-box;*/
/*}*/

/*@media (prefers-reduced-motion: no-preference) {*/
/*  :root {*/
/*    scroll-behavior: smooth;*/
/*  }*/
/*}*/
/*body {*/
/*  margin: 0;*/
/*  font-family: var(--bs-font-sans-serif);*/
/*  font-size: 1rem;*/
/*  font-weight: 400;*/
/*  line-height: 1.5;*/
/*  color: #212529;*/
/*  background-color: #fff;*/
/*  -webkit-text-size-adjust: 100%;*/
/*  -webkit-tap-highlight-color: transparent;*/
/*}*/

/*[tabindex="-1"]:focus:not(:focus-visible) {*/
/*  outline: 0 !important;*/
/*}*/

/*.h1,*/
/*.h2,*/
/*.h3,*/
/*.h4,*/
/*.h5,*/
/*.h6,*/
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6 {*/
/*  margin-top: 0;*/
/*  margin-bottom: 0.5rem;*/
/*  font-weight: 500;*/
/*  line-height: 1.2;*/
/*}*/

/*.h1,*/
/*h1 {*/
/*  font-size: calc(1.375rem + 1.5vw);*/
/*}*/

/*@media (min-width: 1200px) {*/
/*  .h1,*/
/*  h1 {*/
/*    font-size: 2.5rem;*/
/*  }*/
/*}*/
/*.h2,*/
/*h2 {*/
/*  font-size: calc(1.325rem + 0.9vw);*/
/*}*/

/*@media (min-width: 1200px) {*/
/*  .h2,*/
/*  h2 {*/
/*    font-size: 2rem;*/
/*  }*/
/*}*/
/*.h3,*/
/*h3 {*/
/*  font-size: calc(1.3rem + 0.6vw);*/
/*}*/

/*@media (min-width: 1200px) {*/
/*  .h3,*/
/*  h3 {*/
/*    font-size: 1.75rem;*/
/*  }*/
/*}*/
/*.h4,*/
/*h4 {*/
/*  font-size: calc(1.275rem + 0.3vw);*/
/*}*/

/*@media (min-width: 1200px) {*/
/*  .h4,*/
/*  h4 {*/
/*    font-size: 1.5rem;*/
/*  }*/
/*}*/
/*.h5,*/
/*h5 {*/
/*  font-size: 1.25rem;*/
/*}*/

/*.h6,*/
/*h6 {*/
/*  font-size: 1rem;*/
/*}*/

/*p {*/
/*  margin-top: 0;*/
/*  margin-bottom: 1rem;*/
/*}*/

/*ol,*/
/*ul {*/
/*  padding-left: 2rem;*/
/*}*/

/*dl,*/
/*ol,*/
/*ul {*/
/*  margin-top: 0;*/
/*  margin-bottom: 1rem;*/
/*}*/

/*ol ol,*/
/*ol ul,*/
/*ul ol,*/
/*ul ul {*/
/*  margin-bottom: 0;*/
/*}*/

/*blockquote {*/
/*  margin: 0 0 1rem;*/
/*}*/

/*b,*/
/*strong {*/
/*  font-weight: bolder;*/
/*}*/

/*.small,*/
/*small {*/
/*  font-size: 0.875em;*/
/*}*/

/*sub,*/
/*sup {*/
/*  position: relative;*/
/*  font-size: 0.75em;*/
/*  line-height: 0;*/
/*  vertical-align: baseline;*/
/*}*/

/*sub {*/
/*  bottom: -0.25em;*/
/*}*/

/*sup {*/
/*  top: -0.5em;*/
/*}*/

/*a:not([href]):not([class]),*/
/*a:not([href]):not([class]):hover {*/
/*  color: inherit;*/
/*  text-decoration: none;*/
/*}*/

/*code,*/
/*kbd,*/
/*pre,*/
/*samp {*/
/*  font-family: var(--bs-font-monospace);*/
/*  font-size: 1em;*/
/*  direction: ltr;*/
/*  unicode-bidi: bidi-override;*/
/*}*/

/*pre {*/
/*  display: block;*/
/*  margin-top: 0;*/
/*  margin-bottom: 1rem;*/
/*  overflow: auto;*/
/*  font-size: 0.875em;*/
/*}*/

/*pre code {*/
/*  font-size: inherit;*/
/*  color: inherit;*/
/*  word-break: normal;*/
/*}*/

/*code {*/
/*  font-size: 0.875em;*/
/*  color: #d63384;*/
/*  word-wrap: break-word;*/
/*}*/

/*a > code {*/
/*  color: inherit;*/
/*}*/

/*figure {*/
/*  margin: 0 0 1rem;*/
/*}*/

/*img,*/
/*svg {*/
/*  vertical-align: middle;*/
/*}*/

/*table {*/
/*  caption-side: bottom;*/
/*  border-collapse: collapse;*/
/*}*/

/*caption {*/
/*  padding-top: 0.5rem;*/
/*  padding-bottom: 0.5rem;*/
/*  color: #6c757d;*/
/*  text-align: left;*/
/*}*/

/*th {*/
/*  text-align: inherit;*/
/*  text-align: -webkit-match-parent;*/
/*}*/

/*tbody,*/
/*td,*/
/*tfoot,*/
/*th,*/
/*thead,*/
/*tr {*/
/*  border-color: inherit;*/
/*  border-style: solid;*/
/*  border-width: 0;*/
/*}*/

/*label {*/
/*  display: inline-block;*/
/*}*/

/*button {*/
/*  border-radius: 0;*/
/*}*/

/*button:focus:not(:focus-visible) {*/
/*  outline: 0;*/
/*}*/

/*button,*/
/*input,*/
/*optgroup,*/
/*select,*/
/*textarea {*/
/*  margin: 0;*/
/*  font-size: inherit;*/
/*  line-height: inherit;*/
/*}*/

/*button,*/
/*select {*/
/*  text-transform: none;*/
/*}*/

/*[role=button] {*/
/*  cursor: pointer;*/
/*}*/

/*select {*/
/*  word-wrap: normal;*/
/*}*/

/*[list]::-webkit-calendar-picker-indicator {*/
/*  display: none;*/
/*}*/

/*[type=button],*/
/*[type=reset],*/
/*[type=submit],*/
/*button {*/
/*  -webkit-appearance: button;*/
/*}*/

/*[type=button]:not(:disabled),*/
/*[type=reset]:not(:disabled),*/
/*[type=submit]:not(:disabled),*/
/*button:not(:disabled) {*/
/*  cursor: pointer;*/
/*}*/

/*::-moz-focus-inner {*/
/*  padding: 0;*/
/*  border-style: none;*/
/*}*/

/*textarea {*/
/*  resize: vertical;*/
/*}*/

/*fieldset {*/
/*  min-width: 0;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  border: 0;*/
/*}*/

/*legend {*/
/*  float: left;*/
/*  width: 100%;*/
/*  padding: 0;*/
/*  margin-bottom: 0.5rem;*/
/*  font-size: calc(1.275rem + 0.3vw);*/
/*  line-height: inherit;*/
/*}*/

/*@media (min-width: 1200px) {*/
/*  legend {*/
/*    font-size: 1.5rem;*/
/*  }*/
/*}*/
/*legend + * {*/
/*  clear: left;*/
/*}*/

/*::-webkit-datetime-edit-day-field,*/
/*::-webkit-datetime-edit-fields-wrapper,*/
/*::-webkit-datetime-edit-hour-field,*/
/*::-webkit-datetime-edit-minute,*/
/*::-webkit-datetime-edit-month-field,*/
/*::-webkit-datetime-edit-text,*/
/*::-webkit-datetime-edit-year-field {*/
/*  padding: 0;*/
/*}*/

/*::-webkit-inner-spin-button {*/
/*  height: auto;*/
/*}*/

/*::-webkit-search-decoration {*/
/*  -webkit-appearance: none;*/
/*}*/

/*::-webkit-color-swatch-wrapper {*/
/*  padding: 0;*/
/*}*/

/*::file-selector-button {*/
/*  font: inherit;*/
/*}*/

/*::-webkit-file-upload-button {*/
/*  font: inherit;*/
/*  -webkit-appearance: button;*/
/*}*/

/*output {*/
/*  display: inline-block;*/
/*}*/

/*iframe {*/
/*  border: 0;*/
/*}*/

/*.container,*/
/*.container-fluid,*/
/*.container-lg,*/
/*.container-md,*/
/*.container-sm,*/
/*.container-xl,*/
/*.container-xxl {*/
/*  width: 100%;*/
/*  padding-right: var(--bs-gutter-x, 1rem);*/
/*  padding-left: var(--bs-gutter-x, 1rem);*/
/*  margin-right: auto;*/
/*  margin-left: auto;*/
/*}*/

/*@media (min-width: 576px) {*/
/*  .container,*/
/*  .container-sm {*/
/*    max-width: 540px;*/
/*  }*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .container,*/
/*  .container-md,*/
/*  .container-sm {*/
/*    max-width: 720px;*/
/*  }*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .container,*/
/*  .container-lg,*/
/*  .container-md,*/
/*  .container-sm {*/
/*    max-width: 960px;*/
/*  }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .container,*/
/*  .container-lg,*/
/*  .container-md,*/
/*  .container-sm,*/
/*  .container-xl {*/
/*    max-width: 1140px;*/
/*  }*/
/*}*/
/*@media (min-width: 1400px) {*/
/*  .container,*/
/*  .container-lg,*/
/*  .container-md,*/
/*  .container-sm,*/
/*  .container-xl,*/
/*  .container-xxl {*/
/*    max-width: 1320px;*/
/*  }*/
/*}*/
/*.row {*/
/*  --bs-gutter-x: 1.5rem;*/
/*  --bs-gutter-y: 0;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  margin-top: calc(var(--bs-gutter-y) * -1);*/
/*  margin-right: calc(var(--bs-gutter-x) / -2);*/
/*  margin-left: calc(var(--bs-gutter-x) / -2);*/
/*}*/

/*.row > * {*/
/*  flex-shrink: 0;*/
/*  width: 100%;*/
/*  max-width: 100%;*/
/*  padding-right: calc(var(--bs-gutter-x) / 2);*/
/*  padding-left: calc(var(--bs-gutter-x) / 2);*/
/*  margin-top: var(--bs-gutter-y);*/
/*}*/

/*.col {*/
/*  flex: 1 0 0%;*/
/*}*/

/*.col-auto {*/
/*  flex: 0 0 auto;*/
/*  width: auto;*/
/*}*/

/*.col-1 {*/
/*  flex: 0 0 auto;*/
/*  width: 8.3333333333%;*/
/*}*/

/*.col-2 {*/
/*  flex: 0 0 auto;*/
/*  width: 16.6666666667%;*/
/*}*/

/*.col-3 {*/
/*  flex: 0 0 auto;*/
/*  width: 25%;*/
/*}*/

/*.col-4 {*/
/*  flex: 0 0 auto;*/
/*  width: 33.3333333333%;*/
/*}*/

/*.col-5 {*/
/*  flex: 0 0 auto;*/
/*  width: 41.6666666667%;*/
/*}*/

/*.col-6 {*/
/*  flex: 0 0 auto;*/
/*  width: 50%;*/
/*}*/

/*.col-7 {*/
/*  flex: 0 0 auto;*/
/*  width: 58.3333333333%;*/
/*}*/

/*.col-8 {*/
/*  flex: 0 0 auto;*/
/*  width: 66.6666666667%;*/
/*}*/

/*.col-9 {*/
/*  flex: 0 0 auto;*/
/*  width: 75%;*/
/*}*/

/*.col-10 {*/
/*  flex: 0 0 auto;*/
/*  width: 83.3333333333%;*/
/*}*/

/*.col-11 {*/
/*  flex: 0 0 auto;*/
/*  width: 91.6666666667%;*/
/*}*/

/*.col-12 {*/
/*  flex: 0 0 auto;*/
/*  width: 100%;*/
/*}*/

/*.offset-1 {*/
/*  margin-left: 8.3333333333%;*/
/*}*/

/*.offset-2 {*/
/*  margin-left: 16.6666666667%;*/
/*}*/

/*.offset-3 {*/
/*  margin-left: 25%;*/
/*}*/

/*.offset-4 {*/
/*  margin-left: 33.3333333333%;*/
/*}*/

/*.offset-5 {*/
/*  margin-left: 41.6666666667%;*/
/*}*/

/*.offset-6 {*/
/*  margin-left: 50%;*/
/*}*/

/*.offset-7 {*/
/*  margin-left: 58.3333333333%;*/
/*}*/

/*.offset-8 {*/
/*  margin-left: 66.6666666667%;*/
/*}*/

/*.offset-9 {*/
/*  margin-left: 75%;*/
/*}*/

/*.offset-10 {*/
/*  margin-left: 83.3333333333%;*/
/*}*/

/*.offset-11 {*/
/*  margin-left: 91.6666666667%;*/
/*}*/

/*@media (min-width: 576px) {*/
/*  .col-sm {*/
/*    flex: 1 0 0%;*/
/*  }*/
/*  .col-sm-auto {*/
/*    flex: 0 0 auto;*/
/*    width: auto;*/
/*  }*/
/*  .col-sm-1 {*/
/*    flex: 0 0 auto;*/
/*    width: 8.3333333333%;*/
/*  }*/
/*  .col-sm-2 {*/
/*    flex: 0 0 auto;*/
/*    width: 16.6666666667%;*/
/*  }*/
/*  .col-sm-3 {*/
/*    flex: 0 0 auto;*/
/*    width: 25%;*/
/*  }*/
/*  .col-sm-4 {*/
/*    flex: 0 0 auto;*/
/*    width: 33.3333333333%;*/
/*  }*/
/*  .col-sm-5 {*/
/*    flex: 0 0 auto;*/
/*    width: 41.6666666667%;*/
/*  }*/
/*  .col-sm-6 {*/
/*    flex: 0 0 auto;*/
/*    width: 50%;*/
/*  }*/
/*  .col-sm-7 {*/
/*    flex: 0 0 auto;*/
/*    width: 58.3333333333%;*/
/*  }*/
/*  .col-sm-8 {*/
/*    flex: 0 0 auto;*/
/*    width: 66.6666666667%;*/
/*  }*/
/*  .col-sm-9 {*/
/*    flex: 0 0 auto;*/
/*    width: 75%;*/
/*  }*/
/*  .col-sm-10 {*/
/*    flex: 0 0 auto;*/
/*    width: 83.3333333333%;*/
/*  }*/
/*  .col-sm-11 {*/
/*    flex: 0 0 auto;*/
/*    width: 91.6666666667%;*/
/*  }*/
/*  .col-sm-12 {*/
/*    flex: 0 0 auto;*/
/*    width: 100%;*/
/*  }*/
/*  .offset-sm-0 {*/
/*    margin-left: 0;*/
/*  }*/
/*  .offset-sm-1 {*/
/*    margin-left: 8.3333333333%;*/
/*  }*/
/*  .offset-sm-2 {*/
/*    margin-left: 16.6666666667%;*/
/*  }*/
/*  .offset-sm-3 {*/
/*    margin-left: 25%;*/
/*  }*/
/*  .offset-sm-4 {*/
/*    margin-left: 33.3333333333%;*/
/*  }*/
/*  .offset-sm-5 {*/
/*    margin-left: 41.6666666667%;*/
/*  }*/
/*  .offset-sm-6 {*/
/*    margin-left: 50%;*/
/*  }*/
/*  .offset-sm-7 {*/
/*    margin-left: 58.3333333333%;*/
/*  }*/
/*  .offset-sm-8 {*/
/*    margin-left: 66.6666666667%;*/
/*  }*/
/*  .offset-sm-9 {*/
/*    margin-left: 75%;*/
/*  }*/
/*  .offset-sm-10 {*/
/*    margin-left: 83.3333333333%;*/
/*  }*/
/*  .offset-sm-11 {*/
/*    margin-left: 91.6666666667%;*/
/*  }*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .col-md {*/
/*    flex: 1 0 0%;*/
/*  }*/
/*  .col-md-auto {*/
/*    flex: 0 0 auto;*/
/*    width: auto;*/
/*  }*/
/*  .col-md-1 {*/
/*    flex: 0 0 auto;*/
/*    width: 8.3333333333%;*/
/*  }*/
/*  .col-md-2 {*/
/*    flex: 0 0 auto;*/
/*    width: 16.6666666667%;*/
/*  }*/
/*  .col-md-3 {*/
/*    flex: 0 0 auto;*/
/*    width: 25%;*/
/*  }*/
/*  .col-md-4 {*/
/*    flex: 0 0 auto;*/
/*    width: 33.3333333333%;*/
/*  }*/
/*  .col-md-5 {*/
/*    flex: 0 0 auto;*/
/*    width: 41.6666666667%;*/
/*  }*/
/*  .col-md-6 {*/
/*    flex: 0 0 auto;*/
/*    width: 50%;*/
/*  }*/
/*  .col-md-7 {*/
/*    flex: 0 0 auto;*/
/*    width: 58.3333333333%;*/
/*  }*/
/*  .col-md-8 {*/
/*    flex: 0 0 auto;*/
/*    width: 66.6666666667%;*/
/*  }*/
/*  .col-md-9 {*/
/*    flex: 0 0 auto;*/
/*    width: 75%;*/
/*  }*/
/*  .col-md-10 {*/
/*    flex: 0 0 auto;*/
/*    width: 83.3333333333%;*/
/*  }*/
/*  .col-md-11 {*/
/*    flex: 0 0 auto;*/
/*    width: 91.6666666667%;*/
/*  }*/
/*  .col-md-12 {*/
/*    flex: 0 0 auto;*/
/*    width: 100%;*/
/*  }*/
/*  .offset-md-0 {*/
/*    margin-left: 0;*/
/*  }*/
/*  .offset-md-1 {*/
/*    margin-left: 8.3333333333%;*/
/*  }*/
/*  .offset-md-2 {*/
/*    margin-left: 16.6666666667%;*/
/*  }*/
/*  .offset-md-3 {*/
/*    margin-left: 25%;*/
/*  }*/
/*  .offset-md-4 {*/
/*    margin-left: 33.3333333333%;*/
/*  }*/
/*  .offset-md-5 {*/
/*    margin-left: 41.6666666667%;*/
/*  }*/
/*  .offset-md-6 {*/
/*    margin-left: 50%;*/
/*  }*/
/*  .offset-md-7 {*/
/*    margin-left: 58.3333333333%;*/
/*  }*/
/*  .offset-md-8 {*/
/*    margin-left: 66.6666666667%;*/
/*  }*/
/*  .offset-md-9 {*/
/*    margin-left: 75%;*/
/*  }*/
/*  .offset-md-10 {*/
/*    margin-left: 83.3333333333%;*/
/*  }*/
/*  .offset-md-11 {*/
/*    margin-left: 91.6666666667%;*/
/*  }*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .col-lg {*/
/*    flex: 1 0 0%;*/
/*  }*/
/*  .col-lg-auto {*/
/*    flex: 0 0 auto;*/
/*    width: auto;*/
/*  }*/
/*  .col-lg-1 {*/
/*    flex: 0 0 auto;*/
/*    width: 8.3333333333%;*/
/*  }*/
/*  .col-lg-2 {*/
/*    flex: 0 0 auto;*/
/*    width: 16.6666666667%;*/
/*  }*/
/*  .col-lg-3 {*/
/*    flex: 0 0 auto;*/
/*    width: 25%;*/
/*  }*/
/*  .col-lg-4 {*/
/*    flex: 0 0 auto;*/
/*    width: 33.3333333333%;*/
/*  }*/
/*  .col-lg-5 {*/
/*    flex: 0 0 auto;*/
/*    width: 41.6666666667%;*/
/*  }*/
/*  .col-lg-6 {*/
/*    flex: 0 0 auto;*/
/*    width: 50%;*/
/*  }*/
/*  .col-lg-7 {*/
/*    flex: 0 0 auto;*/
/*    width: 58.3333333333%;*/
/*  }*/
/*  .col-lg-8 {*/
/*    flex: 0 0 auto;*/
/*    width: 66.6666666667%;*/
/*  }*/
/*  .col-lg-9 {*/
/*    flex: 0 0 auto;*/
/*    width: 75%;*/
/*  }*/
/*  .col-lg-10 {*/
/*    flex: 0 0 auto;*/
/*    width: 83.3333333333%;*/
/*  }*/
/*  .col-lg-11 {*/
/*    flex: 0 0 auto;*/
/*    width: 91.6666666667%;*/
/*  }*/
/*  .col-lg-12 {*/
/*    flex: 0 0 auto;*/
/*    width: 100%;*/
/*  }*/
/*  .offset-lg-0 {*/
/*    margin-left: 0;*/
/*  }*/
/*  .offset-lg-1 {*/
/*    margin-left: 8.3333333333%;*/
/*  }*/
/*  .offset-lg-2 {*/
/*    margin-left: 16.6666666667%;*/
/*  }*/
/*  .offset-lg-3 {*/
/*    margin-left: 25%;*/
/*  }*/
/*  .offset-lg-4 {*/
/*    margin-left: 33.3333333333%;*/
/*  }*/
/*  .offset-lg-5 {*/
/*    margin-left: 41.6666666667%;*/
/*  }*/
/*  .offset-lg-6 {*/
/*    margin-left: 50%;*/
/*  }*/
/*  .offset-lg-7 {*/
/*    margin-left: 58.3333333333%;*/
/*  }*/
/*  .offset-lg-8 {*/
/*    margin-left: 66.6666666667%;*/
/*  }*/
/*  .offset-lg-9 {*/
/*    margin-left: 75%;*/
/*  }*/
/*  .offset-lg-10 {*/
/*    margin-left: 83.3333333333%;*/
/*  }*/
/*  .offset-lg-11 {*/
/*    margin-left: 91.6666666667%;*/
/*  }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .col-xl {*/
/*    flex: 1 0 0%;*/
/*  }*/
/*  .col-xl-auto {*/
/*    flex: 0 0 auto;*/
/*    width: auto;*/
/*  }*/
/*  .col-xl-1 {*/
/*    flex: 0 0 auto;*/
/*    width: 8.3333333333%;*/
/*  }*/
/*  .col-xl-2 {*/
/*    flex: 0 0 auto;*/
/*    width: 16.6666666667%;*/
/*  }*/
/*  .col-xl-3 {*/
/*    flex: 0 0 auto;*/
/*    width: 25%;*/
/*  }*/
/*  .col-xl-4 {*/
/*    flex: 0 0 auto;*/
/*    width: 33.3333333333%;*/
/*  }*/
/*  .col-xl-5 {*/
/*    flex: 0 0 auto;*/
/*    width: 41.6666666667%;*/
/*  }*/
/*  .col-xl-6 {*/
/*    flex: 0 0 auto;*/
/*    width: 50%;*/
/*  }*/
/*  .col-xl-7 {*/
/*    flex: 0 0 auto;*/
/*    width: 58.3333333333%;*/
/*  }*/
/*  .col-xl-8 {*/
/*    flex: 0 0 auto;*/
/*    width: 66.6666666667%;*/
/*  }*/
/*  .col-xl-9 {*/
/*    flex: 0 0 auto;*/
/*    width: 75%;*/
/*  }*/
/*  .col-xl-10 {*/
/*    flex: 0 0 auto;*/
/*    width: 83.3333333333%;*/
/*  }*/
/*  .col-xl-11 {*/
/*    flex: 0 0 auto;*/
/*    width: 91.6666666667%;*/
/*  }*/
/*  .col-xl-12 {*/
/*    flex: 0 0 auto;*/
/*    width: 100%;*/
/*  }*/
/*  .offset-xl-0 {*/
/*    margin-left: 0;*/
/*  }*/
/*  .offset-xl-1 {*/
/*    margin-left: 8.3333333333%;*/
/*  }*/
/*  .offset-xl-2 {*/
/*    margin-left: 16.6666666667%;*/
/*  }*/
/*  .offset-xl-3 {*/
/*    margin-left: 25%;*/
/*  }*/
/*  .offset-xl-4 {*/
/*    margin-left: 33.3333333333%;*/
/*  }*/
/*  .offset-xl-5 {*/
/*    margin-left: 41.6666666667%;*/
/*  }*/
/*  .offset-xl-6 {*/
/*    margin-left: 50%;*/
/*  }*/
/*  .offset-xl-7 {*/
/*    margin-left: 58.3333333333%;*/
/*  }*/
/*  .offset-xl-8 {*/
/*    margin-left: 66.6666666667%;*/
/*  }*/
/*  .offset-xl-9 {*/
/*    margin-left: 75%;*/
/*  }*/
/*  .offset-xl-10 {*/
/*    margin-left: 83.3333333333%;*/
/*  }*/
/*  .offset-xl-11 {*/
/*    margin-left: 91.6666666667%;*/
/*  }*/
/*}*/
/*@media (min-width: 1400px) {*/
/*  .col-xxl {*/
/*    flex: 1 0 0%;*/
/*  }*/
/*  .col-xxl-auto {*/
/*    flex: 0 0 auto;*/
/*    width: auto;*/
/*  }*/
/*  .col-xxl-1 {*/
/*    flex: 0 0 auto;*/
/*    width: 8.3333333333%;*/
/*  }*/
/*  .col-xxl-2 {*/
/*    flex: 0 0 auto;*/
/*    width: 16.6666666667%;*/
/*  }*/
/*  .col-xxl-3 {*/
/*    flex: 0 0 auto;*/
/*    width: 25%;*/
/*  }*/
/*  .col-xxl-4 {*/
/*    flex: 0 0 auto;*/
/*    width: 33.3333333333%;*/
/*  }*/
/*  .col-xxl-5 {*/
/*    flex: 0 0 auto;*/
/*    width: 41.6666666667%;*/
/*  }*/
/*  .col-xxl-6 {*/
/*    flex: 0 0 auto;*/
/*    width: 50%;*/
/*  }*/
/*  .col-xxl-7 {*/
/*    flex: 0 0 auto;*/
/*    width: 58.3333333333%;*/
/*  }*/
/*  .col-xxl-8 {*/
/*    flex: 0 0 auto;*/
/*    width: 66.6666666667%;*/
/*  }*/
/*  .col-xxl-9 {*/
/*    flex: 0 0 auto;*/
/*    width: 75%;*/
/*  }*/
/*  .col-xxl-10 {*/
/*    flex: 0 0 auto;*/
/*    width: 83.3333333333%;*/
/*  }*/
/*  .col-xxl-11 {*/
/*    flex: 0 0 auto;*/
/*    width: 91.6666666667%;*/
/*  }*/
/*  .col-xxl-12 {*/
/*    flex: 0 0 auto;*/
/*    width: 100%;*/
/*  }*/
/*  .offset-xxl-0 {*/
/*    margin-left: 0;*/
/*  }*/
/*  .offset-xxl-1 {*/
/*    margin-left: 8.3333333333%;*/
/*  }*/
/*  .offset-xxl-2 {*/
/*    margin-left: 16.6666666667%;*/
/*  }*/
/*  .offset-xxl-3 {*/
/*    margin-left: 25%;*/
/*  }*/
/*  .offset-xxl-4 {*/
/*    margin-left: 33.3333333333%;*/
/*  }*/
/*  .offset-xxl-5 {*/
/*    margin-left: 41.6666666667%;*/
/*  }*/
/*  .offset-xxl-6 {*/
/*    margin-left: 50%;*/
/*  }*/
/*  .offset-xxl-7 {*/
/*    margin-left: 58.3333333333%;*/
/*  }*/
/*  .offset-xxl-8 {*/
/*    margin-left: 66.6666666667%;*/
/*  }*/
/*  .offset-xxl-9 {*/
/*    margin-left: 75%;*/
/*  }*/
/*  .offset-xxl-10 {*/
/*    margin-left: 83.3333333333%;*/
/*  }*/
/*  .offset-xxl-11 {*/
/*    margin-left: 91.6666666667%;*/
/*  }*/
/*}*/
/*.clearfix::after {*/
/*  display: block;*/
/*  clear: both;*/
/*  content: "";*/
/*}*/

/*.navbar-expand-lg {*/
/*  flex-flow: row nowrap;*/
/*  -ms-flex-pack: start;*/
/*  justify-content: flex-start;*/
/*  position: relative;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -ms-flex-wrap: wrap;*/
/*  flex-wrap: wrap;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  -ms-flex-pack: justify;*/
/*  justify-content: space-between;*/
/*  padding: 0.5rem 1rem;*/
/*}*/

/*.navbar-light .navbar-toggler {*/
/*  color: rgba(0, 0, 0, 0.5);*/
/*  border-color: rgba(0, 0, 0, 0.1);*/
/*  padding: 0.25rem 0.75rem;*/
/*  font-size: 1.25rem;*/
/*  line-height: 1;*/
/*  background-color: transparent;*/
/*  border: 1px solid transparent;*/
/*  border-radius: 0.25rem;*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .navbar-light .navbar-toggler {*/
/*    display: none;*/
/*  }*/
/*}*/

/*.navbar-nav {*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -ms-flex-direction: column;*/
/*  flex-direction: column;*/
/*  padding-left: 0;*/
/*  margin-bottom: 0;*/
/*  list-style: none;*/
/*}*/

/*.navbar-collapse {*/
/*  -ms-flex-preferred-size: 100%;*/
/*  flex-basis: 100%;*/
/*  -ms-flex-positive: 1;*/
/*  flex-grow: 1;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*}*/

/*.collapse:not(.show) {*/
/*  display: none;*/
/*}*/

/*@media (min-width: 992px) {*/
/*  .navbar-expand-lg .navbar-nav {*/
/*    flex-direction: row;*/
/*  }*/
/*}*/

/*@media (min-width: 992px) {*/
/*  .navbar-expand-lg .navbar-collapse {*/
/*    display: -ms-flexbox !important;*/
/*    display: flex !important;*/
/*    -ms-flex-preferred-size: auto;*/
/*    flex-basis: auto;*/
/*  }*/
/*}*/

/*[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {*/
/*  cursor: pointer;*/
/*}*/

/*[type=button], [type=reset], [type=submit], button {*/
/*  -webkit-appearance: button;*/
/*}*/

/*.w-100p {*/
/*  width: 100%;*/
/*}*/

/*.desk-height {*/
/*  height: 778px;*/
/*}*/

/*.centerize {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  text-align: center;*/
/*  align-items: center;*/
/*}*/

/*.flex {*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

/*.justify-center {*/
/*  justify-content: center;*/
/*}*/

/*.justify-end {*/
/*  justify-content: flex-end;*/
/*}*/

/*#navbarNav {*/
/*  -webkit-box-pack: center;*/
/*  -ms-flex-pack: center;*/
/*  justify-content: center;*/
/*}*/

/*.navbar-collapse {*/
/*  -ms-flex-preferred-size: 100%;*/
/*  flex-basis: 100%;*/
/*  -ms-flex-positive: 1;*/
/*  flex-grow: 1;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*}*/

/* Bootstrat END */
/* Fonts and Icons START*/
/*@font-face {*/
/*  font-family: "Lato-Bold";*/
/*  src: url(../fonts/Lato-Bold.ttf);*/
/*}*/
/*@font-face {*/
/*  font-family: "Lato-Regular";*/
/*  src: url(../fonts/Lato-Regular.ttf);*/
/*}*/
/*@font-face {*/
/*  font-family: "Lato-Light";*/
/*  src: url(../fonts/Lato-Light.ttf);*/
/*}*/
/*@font-face {*/
/*  font-family: "Acumin";*/
/*  src: url(../fonts/Acumin-ItPro.otf);*/
/*}*/

/*@font-face {*/
/*  font-family: "FogtwoNo5";*/
/*  src: url(../fonts/FogtwoNo5.ttf);*/
/*}*/

/*@font-face {*/
/*  font-family: "Gotham";*/
/*  src: url(../fonts/Gotham-Book.ttf);*/
/*}*/


/*body{*/
/*    font-family: "FogtwoNo5";*/
/*}*/

/*p{*/
/*    font-family: "Gotham";*/
/*}*/
/* Fonts and Icons END*/
/* Colors and Fonts START*/
/* Colors and Fonts END*/
/* General style START*/
/**,*/
/**::before,*/
/**::after {*/
/*  box-sizing: inherit;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  outline: none;*/
/*}*/

/*html {*/
/*  box-sizing: border-box;*/
/*}*/

/*a,*/
/*a:hover {*/
/*  text-decoration: none;*/
/*  color: inherit;*/
/*}*/

/*p,*/
/*ul {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/

/*ul,*/
/*li {*/
/*  list-style-type: none;*/
/*}*/

/*button {*/
/*  cursor: pointer;*/
/*}*/

/*button,*/
/*input {*/
/*  outline: none;*/
/*  border: none;*/
/*}*/

/*html {*/
/*  overflow-x: hidden;*/
/*}*/

/*body {*/
/*  position: relative;*/
/*  overflow-x: hidden;*/
/*}*/

/* General style END*/
/* Header START*/
/*header .scroll-imgchange img:first-child {*/
/*  display: none;*/
/*}*/
/*header .scroll-imgchange img:last-child {*/
/*  display: inherit !important;*/
/*}*/
/*header .scroll-imgchange li:first-child {*/
/*  display: none;*/
/*}*/
/*header .scroll-imgchange li:last-child {*/
/*  display: inherit !important;*/
/*}*/
/*header .scroll-navchange li {*/
/*  color: red;*/
/*  transition: 0.3s ease;*/
/*}*/
/*header .scroll-headerchange {*/
/*  background: #ffffff !important;*/
/*  transition: 0.3s ease;*/
/*}*/

/*header {*/
/*  background: transparent;*/
/*  top: 0;*/
/*  position: absolute;*/
/*  width: 100%;*/
/*}*/
/*header .topbar {*/
/*  height: 30px;*/
/*  background: black;*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/
/*header .topbar .topbar-dir {*/
/*  gap: 20px;*/
/*}*/
/*header .topbar .topbar-dir .rightside_head-btn li .textwidget {*/
/*  color: #ffffff;*/
/*  font-size: 14px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*}*/
/*header .topbar .topbar-dir ul {*/
/*  display: flex;*/
/*  justify-content: flex-end;*/
/*  gap: 20px;*/
/*}*/
/*header .topbar .topbar-dir ul li a {*/
/*  color: #ffffff;*/
/*  font-size: 14px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*}*/
/*header .headerbar {*/
/*  background: transparent;*/
/*  align-items: center;*/
/*  display: flex;*/
/*  padding: 10px 0;*/
/*  transition: 0.3s ease;*/
/*}*/
/*header .headerbar nav {*/
/*  padding: 10px 0;*/
/*  padding-left: 0px;*/
/*  padding-right: 0px;*/
/*}*/
/*header .headerbar nav .logo_header li {*/
/*  height: 40px;*/
/*  max-width: 146px;*/
/*}*/
/*header .headerbar nav .logo_header li img {*/
/*  width: 100%;*/
/*  height: 100% !important;*/
/*  object-fit: contain;*/
/*}*/
/*header .headerbar nav .logo-nowidget {*/
/*  height: 60px;*/
/*  max-width: 180px;*/
/*}*/
/*header .headerbar nav .logo-nowidget img {*/
/*  width: 100%;*/
/*  height: 100% !important;*/
/*}*/
/*header .headerbar nav .logo-nowidget img:last-child {*/
/*  display: none;*/
/*}*/
/*header .headerbar nav #navbarNav .navbar-nav {*/
/*  gap: 40px;*/
/*}*/
/*header .headerbar nav #navbarNav .navbar-nav li {*/
/*  color: #151414;*/
/*  transition: 0.3s ease;*/
/*}*/
/*header .headerbar nav #navbarNav .navbar-nav li a {*/
/*  font-family: "Lato-Bold";*/
/*  font-display: swap;*/
/*  font-size: 14px;*/
/*  line-height: 17px;*/
/*  letter-spacing: 0px;*/
/*  color: #ffffff;*/
/*}*/
/*header .headerbar nav #navbarNav .scroll-navchange li {*/
/*  color: red;*/
/*  transition: 0.3s ease;*/
/*}*/

/*@media (max-width: 992px) {*/
/*  header .headerbar {*/
/*    display: flex;*/
/*    align-items: center;*/
/*  }*/
/*  header .headerbar nav #navbarNav ul {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    right: 50%;*/
/*    z-index: 9;*/
/*    display: block !important;*/
/*    transform: translate(50%, 0);*/
/*    top: 24px;*/
/*    transition: 0.4s ease-in;*/
/*    margin: 40px 0 20px;*/
/*    justify-content: end;*/
/*    align-items: baseline;*/
/*    box-shadow: 0px 10px 14px rgba(26, 26, 46, 0.16);*/
/*    border-radius: 8px;*/
/*    background: #086238;*/
/*    padding: 24px;*/
/*  }*/
/*  header .headerbar nav #navbarNav ul li {*/
/*    margin: 5px 0;*/
/*  }*/
/*}*/
/*header .different-header {*/
/*  background: #086238;*/
/*}*/

/* Header END*/
/* Home START*/
/*.other-pages {*/
/*  padding-top: 99px;*/
/*}*/

/*.banner__section {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.banner__section .leftside {*/
/*  align-self: flex-end;*/
/*}*/
/*.banner__section .leftside h1 {*/
/*  color: #ffffff;*/
/*  font-size: 42px;*/
/*  line-height: 52px;*/
/*  letter-spacing: -0.7px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .banner__section .leftside h1 {*/
/*    font-size: 32px;*/
/*    line-height: 42px;*/
/*    letter-spacing: -0.53px;*/
/*  }*/
/*}*/
/*.banner__section .leftside h3 {*/
/*  color: #ffffff;*/
/*  font-size: 24px;*/
/*  line-height: 28px;*/
/*  letter-spacing: 0px;*/
/*  font-family: "Lato-Light";*/
/*  font-display: swap;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .banner__section .leftside h3 {*/
/*    font-size: 16px;*/
/*    line-height: 28px;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .banner__section {*/
/*    height: 882px;*/
/*    align-items: center;*/
/*  }*/
/*  .banner__section .row {*/
/*    gap: 30px;*/
/*  }*/
/*}*/
/*@media (max-width: 576px) {*/
/*  .banner__section {*/
/*    padding-top: 80px;*/
/*  }*/
/*}*/

/*.slide-section .mySwiperone {*/
/*  padding: 60px 0;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .slide-section .mySwiperone {*/
/*    padding: 30px 0;*/
/*  }*/
/*}*/
/*.slide-section .mySwiperone .swiper-slide {*/
/*  align-self: center;*/
/*  text-align: center;*/
/*}*/
/*.slide-section .mySwiperone .swiper-slide img {*/
/*  max-height: 58px;*/
/*  width: 100%;*/
/*  object-fit: contain;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .slide-section .mySwiperone .swiper-slide img {*/
/*    max-height: 45px;*/
/*  }*/
/*}*/

/*.slide-section-two .mySwipertwo {*/
/*  padding: 60px 0;*/
/*}*/
/*.slide-section-two .mySwipertwo .swiper-slide .slide-out {*/
/*  text-align: center;*/
/*}*/
/*@media (max-width: 450px) {*/
/*  .slide-section-two .mySwipertwo .swiper-slide .slide-out {*/
/*    padding-left: 20px;*/
/*    padding-right: 20px;*/
/*  }*/
/*}*/
/*.slide-section-two .mySwipertwo .swiper-slide .slide-out img {*/
/*  max-height: 50px;*/
/*  object-fit: contain;*/
/*}*/
/*.slide-section-two .mySwipertwo .swiper-slide .slide-out h1 {*/
/*  color: #000000;*/
/*  font-size: 18px;*/
/*  line-height: 36px;*/
/*  letter-spacing: 0px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*  font-weight: 500;*/
/*  margin-bottom: 6px;*/
/*  margin-top: 14px;*/
/*}*/
/*.slide-section-two .mySwipertwo .swiper-slide .slide-out h3 {*/
/*  color: rgba(35, 38, 51, 0.5607843137);*/
/*  font-size: 14px;*/
/*  line-height: 22px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*  letter-spacing: 0px;*/
/*}*/

/*.valuation__section {*/
/*  background: transparent linear-gradient(134deg, #FCFCFC 0%, #EDEDED 100%) 0% 0% no-repeat padding-box;*/
/*  padding-top: 80px;*/
/*  padding-bottom: 60px;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .valuation__section {*/
/*    padding-top: 40px;*/
/*  }*/
/*}*/
/*.valuation__section .custom-row {*/
/*  display: flex;*/
/*}*/
/*.valuation__section .rightside {*/
/*  align-self: center;*/
/*  text-align: center;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .valuation__section .rightside {*/
/*    margin-top: 45px;*/
/*    padding: 0;*/
/*  }*/
/*}*/
/*.valuation__section .rightside img {*/
/*  max-height: 400px;*/
/*  width: 100%;*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .valuation__section .rightside img {*/
/*    padding-left: 100px;*/
/*    padding-top: 40px;*/
/*    padding-bottom: 40px;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .valuation__section .rightside img {*/
/*    padding-left: 20px;*/
/*  }*/
/*}*/
/*.valuation__section .leftside h1 {*/
/*  color: #232633;*/
/*  font-size: 42px;*/
/*  line-height: 52px;*/
/*  letter-spacing: -0.7px;*/
/*  letter-spacing: 0px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .valuation__section .leftside h1 {*/
/*    font-size: 32px;*/
/*  }*/
/*}*/
/*.valuation__section .leftside h3 {*/
/*  color: #232633;*/
/*  font-size: 14px;*/
/*  line-height: 24px;*/
/*  letter-spacing: 0px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .valuation__section .leftside h3 {*/
/*    padding-right: 50px;*/
/*  }*/
/*}*/
/*.valuation__section .leftside .listednr .btn-custom {*/
/*  padding-left: 58px;*/
/*}*/
/*.valuation__section .leftside .listednr .btn-custom li {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*  gap: 14px;*/
/*  background: #086238;*/
/*  border-radius: 4px;*/
/*  color: #ffffff;*/
/*  font-size: 14px;*/
/*  line-height: 24px;*/
/*  letter-spacing: 0px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*  width: 171px;*/
/*  height: 46px;*/
/*}*/
/*.valuation__section .leftside .listednr .btn-custom li .textwidget {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  align-items: center;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*}*/
/*.valuation__section .leftside .listednr .btn-custom li .textwidget a {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  justify-content: center;*/
/*  text-align: center;*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/
/*.valuation__section .leftside .listednr .first-row .row-custom {*/
/*  gap: 24px;*/
/*}*/
/*.valuation__section .leftside .listednr .first-row .row-custom h2 {*/
/*  color: #E2E2E2;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*  font-size: 60px;*/
/*  line-height: 90px;*/
/*  letter-spacing: 0px;*/
/*}*/
/*.valuation__section .leftside .listednr .first-row .row-custom .row-under-title h3 {*/
/*  color: #151414;*/
/*  font-size: 18px;*/
/*  line-height: 28px;*/
/*  letter-spacing: 0px;*/
/*  font-family: "Lato-Bold";*/
/*  font-display: swap;*/
/*  margin-bottom: 0;*/
/*}*/
/*.valuation__section .leftside .listednr .first-row .row-custom .row-under-title p {*/
/*  opacity: 0.8;*/
/*  color: #707070;*/
/*  font-size: 14px;*/
/*  line-height: 22px;*/
/*  letter-spacing: 0px;*/
/*}*/

/*.clientsforus__section {*/
/*  padding: 140px 0;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .clientsforus__section {*/
/*    padding: 60px 0;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .clientsforus__section .flex {*/
/*    display: block;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .clientsforus__section .mySwiperfour .swiper-button-nextt, .clientsforus__section .mySwiperfour .swiper-button-prevv {*/
/*    bottom: 0px;*/
/*    top: unset !important;*/
/*  }*/
/*}*/
/*.clientsforus__section .mySwiperfour .swiperfour-arrows .swiper-button-prevv {*/
/*  left: var(--swiper-navigation-sides-offset, 10px);*/
/*  right: auto;*/
/*  position: absolute;*/
/*  top: var(--swiper-navigation-top-offset, 50%);*/
/*  width: calc(var(--swiper-navigation-size) / 44 * 27);*/
/*  height: var(--swiper-navigation-size);*/
/*  margin-top: calc(0px - var(--swiper-navigation-size) / 2);*/
/*  z-index: 10;*/
/*  cursor: pointer;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  color: var(--swiper-navigation-color, var(--swiper-theme-color));*/
/*}*/
/*.clientsforus__section .mySwiperfour .swiperfour-arrows .swiper-button-prevv:after {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-image: url(../../src/img/leftarr.png);*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*}*/
/*.clientsforus__section .mySwiperfour .swiperfour-arrows .swiper-button-nextt {*/
/*  right: var(--swiper-navigation-sides-offset, 10px);*/
/*  left: auto;*/
/*  position: absolute;*/
/*  top: var(--swiper-navigation-top-offset, 50%);*/
/*  width: calc(var(--swiper-navigation-size) / 44 * 27);*/
/*  height: var(--swiper-navigation-size);*/
/*  margin-top: calc(0px - var(--swiper-navigation-size) / 2);*/
/*  z-index: 10;*/
/*  cursor: pointer;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  color: var(--swiper-navigation-color, var(--swiper-theme-color));*/
/*}*/
/*.clientsforus__section .mySwiperfour .swiperfour-arrows .swiper-button-nextt:after {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-image: url(../../src/img/rightarr.png);*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*}*/
/*.clientsforus__section .leftside h2 {*/
/*  color: #232633;*/
/*  font-size: 42px;*/
/*  line-height: 52px;*/
/*  letter-spacing: -0.7px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*}*/
/*@media (max-width: 1200px) {*/
/*  .clientsforus__section .leftside h2 {*/
/*    max-width: 70%;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .clientsforus__section .leftside h2 {*/
/*    max-width: 100%;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .clientsforus__section .leftside h2 {*/
/*    text-align: center;*/
/*    margin-bottom: 20px;*/
/*    font-size: 32px;*/
/*    line-height: 42px;*/
/*  }*/
/*}*/
/*@media (max-width: 450px) {*/
/*  .clientsforus__section .leftside h2 {*/
/*    text-align: left;*/
/*  }*/
/*}*/
/*.clientsforus__section .rightside h1 {*/
/*  color: #232633;*/
/*  font-size: 24px;*/
/*  line-height: 34px;*/
/*  letter-spacing: 0px;*/
/*  font-family: "Acumin";*/
/*  font-display: swap;*/
/*  text-align: center;*/
/*  margin-bottom: 0;*/
/*  padding: 0 70px;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .clientsforus__section .rightside h1 {*/
/*    font-size: 20px;*/
/*    line-height: 30px;*/
/*    padding: 0 20px;*/
/*  }*/
/*}*/
/*.clientsforus__section .rightside img {*/
/*  max-width: 100px;*/
/*  height: 12px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  text-align: center;*/
/*  margin: auto;*/
/*  margin-top: 24px;*/
/*  margin-bottom: 12px;*/
/*}*/
/*.clientsforus__section .rightside h2 {*/
/*  text-align: center;*/
/*  font-size: 14px;*/
/*  color: #232633;*/
/*  line-height: 32px;*/
/*  letter-spacing: 0px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*}*/

/*.values__section {*/
/*  background: #F8F8F8;*/
/*  padding: 60px 0;*/
/*  position: relative;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .values__section {*/
/*    padding-bottom: 0px;*/
/*  }*/
/*}*/
/*.values__section .rightsideimg {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  width: 50%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .values__section .rightsideimg {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 500px;*/
/*    margin-top: 40px;*/
/*  }*/
/*}*/
/*@media (max-width: 576px) {*/
/*  .values__section .rightsideimg {*/
/*    height: 389px;*/
/*  }*/
/*}*/
/*.values__section .leftside h1 {*/
/*  margin-bottom: 40px;*/
/*}*/
/*.values__section .leftside .listedlines {*/
/*  gap: 40px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .values__section .leftside .listedlines {*/
/*    gap: 30px;*/
/*  }*/
/*}*/
/*.values__section .leftside .listedlines .first-row h3 {*/
/*  font-size: 28px;*/
/*  line-height: 36px;*/
/*  letter-spacing: 0px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .values__section .leftside .listedlines .first-row h3 {*/
/*    font-size: 24px;*/
/*  }*/
/*}*/
/*.values__section .leftside .listedlines .first-row h3 p span {*/
/*  color: #006238;*/
/*}*/
/*.values__section .leftside .listedlines .first-row h4 {*/
/*  font-size: 14px;*/
/*  line-height: 24px;*/
/*  letter-spacing: 0px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*}*/

/*.usecases__section {*/
/*  background: #F8F8F8;*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .usecases__section .mySwiperthree .swiper-slide {*/
/*    height: 100%;*/
/*  }*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex {*/
/*  height: 100%;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .usecases__section .mySwiperthree .swiper-slide .flex {*/
/*    display: block;*/
/*  }*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .leftside {*/
/*  width: 50%;*/
/*  height: 100%;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .usecases__section .mySwiperthree .swiper-slide .flex .leftside {*/
/*    width: 100%;*/
/*    height: 500px;*/
/*  }*/
/*}*/
/*@media (max-width: 576px) {*/
/*  .usecases__section .mySwiperthree .swiper-slide .flex .leftside {*/
/*    height: 246px;*/
/*  }*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .leftside img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .rightside {*/
/*  width: 50%;*/
/*  padding-top: 40px;*/
/*  padding-bottom: 40px;*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .usecases__section .mySwiperthree .swiper-slide .flex .rightside .container {*/
/*    max-width: unset;*/
/*    padding-right: unset;*/
/*    padding-left: unset;*/
/*    margin-right: unset;*/
/*    margin-left: unset;*/
/*  }*/
/*}*/
/*@media (max-width: 576px) {*/
/*  .usecases__section .mySwiperthree .swiper-slide .flex .rightside .container {*/
/*    width: unset;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .usecases__section .mySwiperthree .swiper-slide .flex .rightside {*/
/*    width: 100%;*/
/*  }*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .rightside .unslide-outside {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .usecases__section .mySwiperthree .swiper-slide .flex .rightside .unslide-outside {*/
/*    display: flex;*/
/*  }*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .rightside .unslide-outside .arrows {*/
/*  position: relative;*/
/*  width: 100px;*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .rightside .unslide-outside .arrows .swiper-button-prev:after {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-image: url(../../src/img/leftarr.png);*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .rightside .unslide-outside .arrows .swiper-button-next:after {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-image: url(../../src/img/rightarr.png);*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .rightside .unslide-outside .btn-custom li {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*  gap: 14px;*/
/*  background: #086238;*/
/*  border-radius: 4px;*/
/*  color: #ffffff;*/
/*  font-size: 14px;*/
/*  line-height: 24px;*/
/*  letter-spacing: 0px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*  width: 171px;*/
/*  height: 46px;*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .rightside .unslide-outside .btn-custom .textwidget {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  align-items: center;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .rightside .unslide-outside .btn-custom .textwidget a {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  justify-content: center;*/
/*  text-align: center;*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .rightside .slide-inside-elements h1 {*/
/*  margin-bottom: 0;*/
/*  color: #232633;*/
/*  font-size: 42px;*/
/*  line-height: 52px;*/
/*  letter-spacing: -0.7px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*  margin-bottom: 25px;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .usecases__section .mySwiperthree .swiper-slide .flex .rightside .slide-inside-elements h1 {*/
/*    font-size: 32px;*/
/*    line-height: 52px;*/
/*    letter-spacing: -0.53px;*/
/*    margin-bottom: 20px;*/
/*  }*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .rightside .slide-inside-elements h2 {*/
/*  font-size: 18px;*/
/*  letter-spacing: 0px;*/
/*  line-height: 32px;*/
/*  color: #232633;*/
/*  font-family: "Lato-Bold";*/
/*  font-display: swap;*/
/*  margin-bottom: 5px;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .usecases__section .mySwiperthree .swiper-slide .flex .rightside .slide-inside-elements h2 {*/
/*    margin-bottom: 0;*/
/*  }*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .rightside .slide-inside-elements h3 {*/
/*  font-size: 14px;*/
/*  letter-spacing: 0px;*/
/*  line-height: 22px;*/
/*  color: #232633;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*  margin-bottom: 29px;*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .rightside .slide-inside-elements h4 {*/
/*  font-size: 14px;*/
/*  letter-spacing: 0px;*/
/*  line-height: 22px;*/
/*  color: #232633;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*  margin-bottom: 15px;*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .rightside .slide-inside-elements h4 p {*/
/*  margin-bottom: 15px;*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .rightside .slide-inside-elements h4 p:last-child {*/
/*  margin-bottom: 0;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .usecases__section .mySwiperthree .swiper-slide .flex .rightside .slide-inside-elements h4 {*/
/*    margin-bottom: 30px;*/
/*  }*/
/*}*/
/*.usecases__section .mySwiperthree .swiper-slide .flex .rightside .slide-inside-elements h4 span {*/
/*  color: #006238;*/
/*  font-family: "Lato-Bold";*/
/*  font-display: swap;*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .usecases__section .mySwiperthree .swiper-slide .flex .rightside {*/
/*    max-width: 420px;*/
/*    padding-left: 40px;*/
/*  }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .usecases__section .mySwiperthree .swiper-slide .flex .rightside {*/
/*    max-width: 500px;*/
/*    padding-left: 70px;*/
/*  }*/
/*}*/
/*@media (min-width: 1400px) {*/
/*  .usecases__section .mySwiperthree .swiper-slide .flex .rightside {*/
/*    max-width: 545px;*/
/*    padding-left: 100px;*/
/*  }*/
/*}*/

/*.last__section {*/
/*  background: #F8F8F8;*/
/*  position: relative;*/
/*}*/
/*.last__section .leftside {*/
/*  padding-top: 60px;*/
/*  padding-bottom: 60px;*/
/*}*/
/*.last__section .leftside h1 {*/
/*  color: #232633;*/
/*  font-size: 32px;*/
/*  line-height: 46px;*/
/*  letter-spacing: 0px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*  margin-bottom: 32px;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .last__section .leftside h1 {*/
/*    font-size: 24px;*/
/*    line-height: 34px;*/
/*  }*/
/*}*/
/*.last__section .leftside li {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*  gap: 14px;*/
/*  background: #086238;*/
/*  border-radius: 4px;*/
/*  color: #ffffff;*/
/*  font-size: 14px;*/
/*  line-height: 24px;*/
/*  letter-spacing: 0px;*/
/*  font-family: "Lato-Regular";*/
/*  font-display: swap;*/
/*  width: 171px;*/
/*  height: 46px;*/
/*}*/
/*.last__section .leftside li .textwidget {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  align-items: center;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*}*/
/*.last__section .leftside li .textwidget a {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  justify-content: center;*/
/*  text-align: center;*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/
/*.last__section .rightsideimg {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  flex: 0 0 auto;*/
/*  width: 35%;*/
/*  height: 100%;*/
/*  -o-object-fit: cover;*/
/*  object-fit: cover;*/
/*}*/
/*@media (max-width: 1400px) {*/
/*  .last__section .rightsideimg {*/
/*    width: 40%;*/
/*  }*/
/*}*/
/*@media (max-width: 1200px) {*/
/*  .last__section .rightsideimg {*/
/*    width: 50%;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .last__section .rightsideimg {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 400px;*/
/*    margin-top: 0px;*/
/*  }*/
/*}*/
/*@media (max-width: 576px) {*/
/*  .last__section .rightsideimg {*/
/*    height: 327px;*/
/*  }*/
/*}*/

/*.usecases__section .swiper-slide-prev, .usecases__section .swiper-slide-next {*/
/*  opacity: 0 !important;*/
/*}*/

/*.clientsforus__section .swiper-slide-prev, .clientsforus__section .swiper-slide-next {*/
/*  opacity: 0 !important;*/
/*}*/

/* Home END*/
/* Footer START*/
/*footer {*/
/*  padding-top: 60px;*/
/*}*/
/*footer .logo-text {*/
/*  display: flex;*/
/*  padding-bottom: 40px;*/
/*}*/
/*@media (min-width: 992px) {*/
/*  footer .logo-text ul {*/
/*    width: 100%;*/
/*    display: flex;*/
/*  }*/
/*  footer .logo-text li:first-of-type {*/
/*    width: 40%;*/
/*  }*/
/*  footer .logo-text li:last-child {*/
/*    width: 60%;*/
/*    text-align: end;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/
/*  footer .logo-text {*/
/*    display: block;*/
/*    padding-bottom: 30px;*/
/*  }*/
/*  footer .logo-text ul {*/
/*    width: 100%;*/
/*    display: block;*/
/*  }*/
/*  footer .logo-text img {*/
/*    margin-bottom: 20px;*/
/*  }*/
/*}*/
/*footer .logo-text li p {*/
/*  color: #232633;*/
/*  font-size: 24px;*/
/*  line-height: 38px;*/
/*  letter-spacing: 0px;*/
/*  font-display: swap;*/
/*  font-family: "Lato-Light";*/
/*}*/
/*@media (max-width: 991px) {*/
/*  footer .logo-text li p {*/
/*    line-height: 34px;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/
/*  footer .footercols {*/
/*    margin-bottom: 40px;*/
/*  }*/
/*}*/
/*footer .footercols h2 {*/
/*  color: #000000;*/
/*  font-size: 14px;*/
/*  letter-spacing: 0px;*/
/*  line-height: 25px;*/
/*  font-display: swap;*/
/*  font-family: "Lato-Bold";*/
/*}*/
/*footer .footercols ul {*/
/*  gap: 0px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/
/*footer .footercols ul li {*/
/*  margin: 2px 0;*/
/*}*/
/*footer .footercols ul li a {*/
/*  color: #000000;*/
/*  font-size: 14px;*/
/*  letter-spacing: 0px;*/
/*  line-height: 25px;*/
/*  font-display: swap;*/
/*  font-family: "Lato-Regular";*/
/*}*/
/*footer .firstcol li .textwidget {*/
/*  gap: 40px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  footer .firstcol li .textwidget {*/
/*    gap: 20px;*/
/*  }*/
/*}*/
/*footer .firstcol p {*/
/*  color: #000000;*/
/*  font-size: 14px;*/
/*  line-height: 24px;*/
/*  letter-spacing: 0px;*/
/*  font-display: swap;*/
/*  font-family: "Lato-Regular";*/
/*}*/
/*@media (max-width: 992px) {*/
/*  footer .fourthcol {*/
/*    margin-bottom: 10px;*/
/*  }*/
/*}*/
/*footer .fourthcol iframe {*/
/*  border-radius: 8px;*/
/*  width: 100%;*/
/*  margin-top: 14px;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  footer .fourthcol iframe {*/
/*    margin-top: 30px;*/
/*  }*/
/*}*/
/*footer .fourthcol .flex {*/
/*  gap: 60px;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  footer .fourthcol .flex {*/
/*    display: block;*/
/*  }*/
/*  footer .fourthcol .flex .callusnow {*/
/*    margin-bottom: 40px;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/
/*  footer .fourthcol .follous .flex {*/
/*    display: flex;*/
/*    gap: 5px !important;*/
/*  }*/
/*}*/
/*footer .fourthcol .follous .flex a:first-child span {*/
/*  background-image: url(../../src/img/facebook.png);*/
/*  width: 24px;*/
/*  height: 24px;*/
/*  display: flex;*/
/*}*/
/*footer .fourthcol .follous .flex a:last-child span {*/
/*  background-image: url(../../src/img/instagram.png);*/
/*  width: 24px;*/
/*  height: 24px;*/
/*  display: flex;*/
/*}*/
/*footer .fourthcol .callusnow .flex, footer .fourthcol .follous .flex {*/
/*  gap: 20px;*/
/*}*/
/*footer .fourthcol .callusnow h1, footer .fourthcol .follous h1 {*/
/*  color: #232633;*/
/*  font-size: 14px;*/
/*  line-height: 28px;*/
/*  letter-spacing: 0px;*/
/*  font-display: swap;*/
/*  font-family: "Lato-regular";*/
/*  font-weight: 500;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  footer .fourthcol .callusnow h1, footer .fourthcol .follous h1 {*/
/*    margin-bottom: 0px;*/
/*  }*/
/*}*/
/*footer .fourthcol .callusnow a, footer .fourthcol .follous a {*/
/*  color: #232633;*/
/*  font-size: 18px;*/
/*  font-display: swap;*/
/*  font-family: "Lato-Bold";*/
/*  line-height: 28px;*/
/*  letter-spacing: 0px;*/
/*}*/

/*footer .copyr {*/
/*  padding-bottom: 15px;*/
/*}*/
/*footer .copyr p {*/
/*  font-size: 14px;*/
/*  line-height: 17px;*/
/*  letter-spacing: 0px;*/
/*  color: #000000;*/
/*  font-display: swap;*/
/*  font-family: "Lato-Regular";*/
/*}*/

/* Footer END*/
/* CF START*/
/*.banner__section .rightside .contactform .wpcf7-response-output {*/
/*  font-size: 12px;*/
/*  border: 1px solid;*/
/*  margin: 5px 0;*/
/*  text-align: center;*/
/*}*/
/*.banner__section .rightside .contactform form {*/
/*  width: 80%;*/
/*  margin-left: auto;*/
/*  gap: 20px;*/
/*  flex-direction: column;*/
/*  display: flex;*/
/*  padding: 56px;*/
/*  background: rgba(255, 255, 255, 0.9) 0% 0% no-repeat padding-box;*/
/*  border-radius: 8px;*/
/*  opacity: 1;*/
/*  backdrop-filter: blur(5px);*/
/*  -webkit-backdrop-filter: blur(5px);*/
/*}*/
/*.banner__section .rightside .contactform form .wpcf7-spinner {*/
/*  display: none;*/
/*}*/
/*@media (max-width: 1200px) {*/
/*  .banner__section .rightside .contactform form {*/
/*    padding: 30px;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .banner__section .rightside .contactform form {*/
/*    width: 100%;*/
/*    gap: 15px;*/
/*    background: rgba(255, 255, 255, 0.8) 0% 0% no-repeat padding-box;*/
/*  }*/
/*}*/
/*.banner__section .rightside .contactform form h3 {*/
/*  color: #232633;*/
/*  font-size: 32px;*/
/*  line-height: 44px;*/
/*  margin-bottom: 0;*/
/*  font-display: swap;*/
/*  font-family: "Lato-Bold";*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .banner__section .rightside .contactform form h3 {*/
/*    font-size: 24px;*/
/*    line-height: 43px;*/
/*  }*/
/*}*/
/*.banner__section .rightside .contactform form p .wpcf7-submit {*/
/*  background: #086238;*/
/*  border-radius: 4px;*/
/*  color: #FFFFFF;*/
/*  font-size: 14px;*/
/*  line-height: 24px;*/
/*  letter-spacing: 0px;*/
/*  font-display: swap;*/
/*  font-family: "Lato-Regular";*/
/*  width: 171px;*/
/*  height: 46px;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .banner__section .rightside .contactform form p .wpcf7-submit {*/
/*    width: 100%;*/
/*  }*/
/*}*/
/*.banner__section .rightside .contactform form p .btn-nr {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*  gap: 14px;*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .banner__section .rightside .contactform form p .btn-nr {*/
/*    justify-content: center;*/
/*  }*/
/*}*/
/*@media (max-width: 576px) {*/
/*  .banner__section .rightside .contactform form p .btn-nr {*/
/*    flex-direction: column;*/
/*    gap: 0;*/
/*  }*/
/*  .banner__section .rightside .contactform form p .btn-nr input {*/
/*    margin-bottom: 20px;*/
/*  }*/
/*}*/
/*.banner__section .rightside .contactform form p label {*/
/*  width: 100%;*/
/*  font-display: swap;*/
/*  font-family: "Lato-Bold";*/
/*  font-weight: 500;*/
/*  font-size: 14px;*/
/*  line-height: 28px;*/
/*  letter-spacing: 0px;*/
/*  color: #232633;*/
/*}*/
/*.banner__section .rightside .contactform form p label span .wpcf7-not-valid {*/
/*  border-bottom: 1px solid red;*/
/*}*/
/*.banner__section .rightside .contactform form p label span .wpcf7-not-valid-tip {*/
/*  display: none;*/
/*}*/
/*.banner__section .rightside .contactform form p label span input::placeholder {*/
/*  color: rgba(35, 38, 51, 0.3607843137);*/
/*}*/
/*.banner__section .rightside .contactform form p label span input, .banner__section .rightside .contactform form p label span select {*/
/*  line-height: 28px;*/
/*  width: 100%;*/
/*  border: 0;*/
/*  border-bottom: 1px solid rgba(35, 38, 51, 0.1607843137);*/
/*  background: transparent;*/
/*  border-radius: 0px;*/
/*}*/
/*.banner__section .rightside .contactform form p label span select {*/
/*  width: 100%;*/
/*  color: #232633;*/
/*  line-height: 28px;*/
/*}*/
/*.banner__section .rightside .contactform form p label span select option:first-child {*/
/*  display: none;*/
/*}*/

/* CF END*/
/*.page-content {*/
/*  margin: 0;*/
/*  text-align: center;*/
/*  padding-top: 200px;*/
/*}*/
/*.page-content main {*/
/*  padding-bottom: 200px;*/
/*}*/

/*main #errorText {*/
/*  font-size: 22px;*/
/*  padding: 24px 0;*/
/*}*/
/*@media (max-width: 575.98px) {*/
/*  main #errorText {*/
/*    margin-top: -30px;*/
/*  }*/
/*}*/
/*@media (max-width: 470px) {*/
/*  main #errorText {*/
/*    margin-top: -50px;*/
/*  }*/
/*}*/

/*@media (max-width: 575.98px) {*/
/*  main svg {*/
/*    width: 350px;*/
/*  }*/
/*}*/
/*@media (max-width: 470px) {*/
/*  main svg {*/
/*    width: 300px;*/
/*  }*/
/*}*/

/*main #errorLink {*/
/*  font-size: 20px;*/
/*  padding: 12px;*/
/*  border: 1px solid;*/
/*  color: #000;*/
/*  background-color: transparent;*/
/*  text-decoration: none;*/
/*  transition: all 0.5s ease-in-out;*/
/*}*/

/*main #errorLink:hover, main #errorLink:active {*/
/*  color: #fff;*/
/*  background: #000;*/
/*}*/

/*main #g6219 {*/
/*  transform-origin: 85px 4px;*/
/*  animation: an1 12s 0.5s infinite ease-out;*/
/*}*/

/*@keyframes an1 {*/
/*  0% {*/
/*    transform: rotate(0);*/
/*  }*/
/*  5% {*/
/*    transform: rotate(3deg);*/
/*  }*/
/*  15% {*/
/*    transform: rotate(-2.5deg);*/
/*  }*/
/*  25% {*/
/*    transform: rotate(2deg);*/
/*  }*/
/*  35% {*/
/*    transform: rotate(-1.5deg);*/
/*  }*/
/*  45% {*/
/*    transform: rotate(1deg);*/
/*  }*/
/*  55% {*/
/*    transform: rotate(-1.5deg);*/
/*  }*/
/*  65% {*/
/*    transform: rotate(2deg);*/
/*  }*/
/*  75% {*/
/*    transform: rotate(-2deg);*/
/*  }*/
/*  85% {*/
/*    transform: rotate(2.5deg);*/
/*  }*/
/*  95% {*/
/*    transform: rotate(-3deg);*/
/*  }*/
/*  100% {*/
/*    transform: rotate(0);*/
/*  }*/
/*}*/
/*.navbar-toggler {*/
/*  padding: 0 !important;*/
/*  outline: unset !important;*/
/*  border-color: unset !important;*/
/*  border: unset !important;*/
/*}*/

/*.menu-m {*/
/*  cursor: pointer;*/
/*  margin: 0 auto;*/
/*  padding-left: 1.25em;*/
/*  position: relative;*/
/*  width: 16px;*/
/*  height: 10px;*/
/*}*/
/*.menu-m .menu-bottom-click, .menu-m .menu-top-click {*/
/*  border-color: white !important;*/
/*}*/
/*.menu-m span:nth-child(1) {*/
/*  border-color: white;*/
/*}*/
/*.menu-m span:nth-child(2) {*/
/*  border-color: white;*/
/*}*/
/*.menu-m span:nth-child(3) {*/
/*  border-color: white;*/
/*}*/

/*.menu-global {*/
/*  backface-visibility: hidden;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  border-top: 2px solid;*/
/*  width: 100%;*/
/*  transition: 0.44s;*/
/*  -webkit-transition: 0.44s;*/
/*  -moz-transition: 0.44s;*/
/*  -ms-transition: 0.44s;*/
/*  -o-transition: 0.44s;*/
/*}*/

/*.menu-top {*/
/*  top: 0;*/
/*}*/

/*.menu-bottom {*/
/*  top: 8px;*/
/*  width: 75%;*/
/*  margin: auto;*/
/*  left: 3px;*/
/*}*/

/*.menu-top-click {*/
/*  backface-visibility: hidden;*/
/*  top: 10px;*/
/*  transform: rotate(50deg);*/
/*  transition: 0.44s;*/
/*  -webkit-transition: 0.44s;*/
/*  -moz-transition: 0.44s;*/
/*  -ms-transition: 0.44s;*/
/*  -o-transition: 0.44s;*/
/*}*/

/*.menu-middle-click {*/
/*  opacity: 0;*/
/*}*/

/*.menu-bottom-click {*/
/*  backface-visibility: hidden;*/
/*  top: 10px;*/
/*  transform: rotate(-410deg);*/
/*  transition: 0.44s 0.4s;*/
/*  -webkit-transition: 0.44s;*/
/*  -moz-transition: 0.44s 0.4s;*/
/*  -ms-transition: 0.44s 0.4s;*/
/*  -o-transition: 0.44s 0.4s;*/
/*  width: 100%;*/
/*  left: 0;*/
/*}*/

/*.blogs-wrapper {*/
/*	margin-top: 110px;*/
/*    font-family: "Lato-Regular";*/
/*}*/

/*.blogs-wrapper .content {*/
/*	margin-bottom: 20px;*/
/*}*/

/*.blogs-wrapper .content h6 {*/
/*	font-size: 24px;*/
/*	margin-bottom: 16px;*/
/*}*/

/*.blogs-wrapper .content p {*/
/*	font-size: 16px;*/
/*	line-height: 18px*/
/*}*/

/*.blogs-wrapper .content img {*/
/*	object-fit: cover;*/
/*    width: 100%;*/
/*    height: 300px;*/
/*	margin-bottom: 22px;*/
/*}*/

/*.blogs-wrapper .content a {*/
/*	position: relative*/
/*}*/

/*.single-page__wrapper {*/
/*	margin-bottom: 100px;*/
/*	margin-top: 100px;*/
/*    font-family: "Lato-Regular";*/
/*}*/

/*.single-page__wrapper img {*/
/*	object-fit: cover;*/
/*    width: 100%;*/
/*    height: 500px;*/
/*	margin-bottom: 30px;*/
/*}*/

/*.single-page__wrapper p {*/
/*	font-size: 16px;*/
/*	line-height: 22px;*/
/*}*/

/*.single-page__wrapper h2 {*/
/*	font-size: 28px;*/
/*	margin-bottom: 30px;*/
/*}*/




/*    body {*/
/*      padding: 0;*/
/*      margin: 0;*/
/*      font-family:;*/
/*    }*/

/*    .header__wrapper {*/
/*      position: absolute;*/
/*      left: 144px;*/
/*      right: 144px;*/
/*      z-index: 1;*/
/*      display: flex;*/
/*      justify-content: space-between;*/
/*      top: 40px;*/
/*    }*/

/*    .header__wrapper .first__ul {*/
/*      display: flex;*/
/*      flex-direction: column;*/
/*      margin: 0;*/
/*    }*/

/*    .header__wrapper ul {*/
/*      padding: 0;*/
/*      list-style-type: none;*/
/*      text-align: right;*/
/*    }*/

/*    .header__wrapper ul li {*/
/*      margin-bottom: 12px;*/
/*      position: relative;*/
/*      display: inline-block;*/
/*    }*/
    
/*    .header__wrapper ul li span{*/
/*        color: #D3C49F;*/
/*      font-size: 18px;*/
/*      text-decoration: none;*/
/*      text-transform: uppercase;*/
/*    }*/

/*    .header__wrapper ul li a {*/
/*      color: #D3C49F;*/
/*      font-size: 18px;*/
/*      text-decoration: none;*/
/*      text-transform: uppercase;*/
/*    }*/

/*    .header__wrapper ul li a:hover {*/
/*      border-bottom: 1px solid #D3C49F;*/
/*    }*/


/*    .dropdown-content {*/
/*      display: none;*/
/*      position: absolute;*/
/*      background-color: rgba(0, 0, 0, 0.33);*/
/*      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/
/*      z-index: 1;*/
/*      top: 100%;*/
/*      right: 0;*/
/*      backdrop-filter: blur(10px);*/
/*      z-index:1;*/
/*      flex-direction:column;*/
/*    }*/

/*    .dropdown-content a {*/
/*      color: white;*/
/*      text-decoration: none;*/
/*      display: block;*/
/*      text-align: center;*/
/*    }*/

/*    .header__wrapper ul .dropdown-content li {*/
/*      margin-bottom: 0;*/
/*      padding: 10px;*/
/*    }*/
    
/*    @media(min-width:1024px){*/
/*        .dropdown:hover .dropdown-content {*/
/*          display: flex;*/
/*          flex-direction: column;*/
/*        }*/
/*    }*/

    .homepage__container {
      position: relative;
      overflow:hidden;
    }

    .homepage__container .image {
      height: 100vh;
    }

    .homepage__container .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .homepage__container .user_cases .image{
        height:auto;
    }
    
    .homepage__container .user_cases .image img {
      width: auto;
      height: auto;
      object-fit: unset;
    }
    
    

    .form__wrapper {
      padding: 24px;
    background-color: #231f20;
    position: absolute;
    top: 50%;
    width: 36%;
    text-align: center;
    left: 50%;
    transform: translate(-50%,-50%)!important;
    }

    .form__wrapper .border {
      border: 1px solid #d3c4a0;
    }

    .form__wrapper h1 {
      font-size: 32px;
      margin: 0;
      margin-top: -28px;
      background: #231f20;
      display: inline-block;
      padding: 0 22px;
      color: #d3c49f;
    }

    .form__wrapper h2 {
      font-size: 16px;
      color: #d3c49f;
      font-weight: 300;
      text-transform: uppercase;
    }

    .form__wrapper .input-form {
      display: flex;
      flex-direction: column;
      margin-bottom: 24px;
    }

    .form__wrapper .input-form:last-child {
      margin-bottom: 0;
    }

    .form__wrapper .input-form label {
      text-align: left;
      color: #d3c49f;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .form__wrapper .form {
      padding: 0 40px;
    }

    .form__wrapper .form input {
      height: 40px;
      border: 1px solid #444343;
      background: transparent;
      padding-left: 14px;
      font-size: 14px;
        color: #d3c39a;
}

.form__wrapper .form select{
    height: 40px;
    border: 1px solid #444343;
    background: transparent;
    padding-left: 14px;
    font-size: 14px;
    color: #d3c39a;
    width: 102%;
}

    .form__wrapper .form button {
      background: #d3c4a0;
      padding: 14px 0;
      width: 100%;
      border: none;
      font-size: 16px;
      margin-top: 42px;
    }

    .form__wrapper .form p {
      font-size: 16px;
      color: #d3c49f;
      margin: 30px 0 0px 0;
      padding: 0 22px;
      background: #231f20;
      display: inline-block;
      position: relative;
      top: 9px;
    }

    .form__wrapper .form p a {
      text-decoration: none;
      color: #d3c49f;
    }

    .sell__luxury {
      width: 60%;
      margin: 100px auto;
      display: flex;
      gap: 32px;
      justify-content: center;
      align-items: center;
    }

    .sell__luxury h2 {
      font-size: 42px;
      margin: 0;
      text-align: right;
      color: #d3c39a;
      line-height: 44.98px;
      font-weight: 400;
    }

    .sell__luxury p {
      font-size: 12px;
      min-width: 550px;
      width: 100%;
      color: #d3c39a;
      line-height: 21.6px;
    }

/*    .valuation__process .images {*/
/*      display: flex;*/
/*      gap: 40px;*/
/*      margin-bottom: 100px;*/
/*    }*/

/*    .valuation__process .content {*/
/*      width: 60%;*/
/*      margin: 0 auto;*/
/*      display: flex;*/
/*      gap: 62px;*/
/*      margin-bottom: 100px;*/
/*    }*/

/*    .valuation__process .content h2 {*/
/*      font-size: 42px;*/
/*      margin: 0;*/
/*      color: #d3c39a;*/
/*      line-height: 44.98px;*/
/*      font-weight: 400;*/
/*    }*/

/*    .valuation__process .content p {*/
/*      font-size: 24px;*/
/*      color: #d3c39a;*/
/*      font-weight: 300;*/
/*      text-transform: uppercase;*/
/*      border-bottom: 1px solid #d3c39a;*/
/*      display: inline-block;*/
/*      margin: 40px 0 0 0;*/
/*      padding-left: 0;*/
/*font-family: "FogtwoNo5";*/
/*font-weight:300;*/
/*    }*/

/*    .first__text {*/
/*      min-width: 300px;*/
/*    }*/

/*    .valuation__process .box__wrapper p {*/
/*      font-size: 12px;*/
/*      min-width: 550px;*/
/*      width: 100%;*/
/*      color: #d3c39a;*/
/*      line-height: 21.6px;*/
/*      margin: 0;*/
/*      text-transform: inherit;*/
/*      border: none;*/
/*      margin-bottom: 20px;*/
/*      padding-left: 56px;*/
/*    }*/

/*    .valuation__process .box__wrapper .box {*/
/*      display: flex;*/
/*      gap: 18px;*/
/*    }*/

/*    .valuation__process .box__wrapper .box h2 {*/
/*      line-height: normal;*/
/*      font-size: 12px;*/
/*      font-family: "Gotham";*/
/*    }*/

/*    .valuation__process .box__wrapper .box p {*/
/*      font-size: 12px;*/
/*      padding-left: 0;*/
/*    }*/

/*    .valuation__process .box__wrapper .box .number {*/
/*      font-size: 42px;*/
/*      color: #d3c39a;*/
/*      line-height:30px;*/
/*    }*/

/*    .our__values {*/
/*      text-align: right;*/
/*      padding-top: 100px;*/
/*      margin-bottom: 100px;*/
/*    }*/

/*    .our__values .image__wrapper {*/
/*      position: relative;*/
/*    }*/

/*    .our__values .image__wrapper .content h2 {*/
/*      font-size: 42px;*/
/*      border-top: 1px solid #00303B;*/
/*      border-bottom: 1px solid #00303B;*/
/*      margin: 0;*/
/*      padding: 24px 0;*/
/*    }*/

/*    .our__values .image__wrapper .content {*/
/*      position: absolute;*/
/*      top: -100px;*/
/*      left: 20%;*/
/*      transform: translateX(-20%);*/
/*      width: 400px;*/
/*      background-color: #D3C39A;*/
/*      padding: 100px 0 40px 86px;*/
/*      text-align: left;*/
/*      font-weight: 300;*/
/*    }*/

/*    .our__values .image__wrapper .content .number {*/
/*      font-size: 36px;*/
/*      margin: 0;*/
/*      margin-top: 48px;*/
/*      line-height: 38.56px;*/
/*      font-family: "FogtwoNo5";*/
/*    }*/

/*    .our__values .image__wrapper .content .number:last-child {*/
/*      margin-top: 24px;*/
/*    }*/

/*    .our__values .image__wrapper .content .text {*/
/*      line-height: 21.42px;*/
/*      font-size: 20px;*/
/*      font-weight: 400;*/
/*      margin: 0;*/
/*      font-family: "FogtwoNo5";*/
/*    }*/

/*    .our__values .image__wrapper .content .paragraph {*/
/*      font-size: 12px;*/
/*      line-height: 19.6px;*/
/*      margin-top: 24px;*/
/*      padding-right: 31px;*/
/*    }*/

/*    .our__values .image__wrapper .content svg {*/
/*      margin-top: 24px;*/
/*    }*/

/*    .best__price {*/
/*      width: 60%;*/
/*      margin: 0 auto;*/
/*      display: flex;*/
/*      gap: 62px;*/
/*      margin-bottom: 100px;*/
/*      gap: 44px;*/
/*    }*/

/*    .best__price h2 {*/
/*      font-size: 36px;*/
/*      margin: 0;*/
/*      color: #d3c39a;*/
/*      line-height: 35px;*/
/*      font-weight: 400;*/
/*    }*/

/*    .best__price p {*/
/*      font-size: 12px;*/
/*      width: 100%;*/
/*      color: #d3c39a;*/
/*      line-height: 21.6px;*/
/*      margin-top:20px;*/
/*    }*/

/*    .best__price .box {*/
/*      display: flex;*/
/*      flex-direction: column;*/
/*      justify-content: space-between;*/
/*    }*/

/*    .best__price .box:first-child {*/
/*      width: 45%;*/
/*    }*/

/*    .best__price .second__box {*/
/*      width: 52%;*/
/*    }*/

/*    .user_cases {*/
/*      position: relative;*/
/*      margin-bottom: 100px;*/
/*    }*/

/*    .user_cases .content {*/
/*      position: absolute;*/
/*      right: 143px;*/
/*      top: -30px;*/
/*      width: 31%;*/
/*      background: #231F20;*/
/*      padding-right: 82px;*/
/*      padding-top: 56px;*/
/*      padding-bottom: 36px;*/
/*    }*/

/*    .user_cases .content .text {*/
/*      padding-left: 55px;*/
/*    }*/

/*    .user_cases .content h2 {*/
/*      font-size: 42px;*/
/*      border-top: 1px solid #D3C39A;*/
/*      border-bottom: 1px solid #D3C39A;*/
/*      margin: 0;*/
/*      padding: 24px 0;*/
/*      color: #D3C39A;*/
/*      padding-left: 56px;*/
/*    }*/

/*    .user_cases .content .text h3 {*/
/*      font-size: 36px;*/
/*      margin: 0;*/
/*      color: #D3C39A;*/
/*      margin-top: 32px;*/
/*    }*/

/*    .user_cases .content .text .hardware {*/
/*      font-size: 22px;*/
/*      margin: 0;*/
/*      color: #D3C39A;*/
/*      font-weight: 300;*/
/*    }*/

/*    .user_cases .content .text p {*/
/*      font-size: 12px;*/
/*      width: 100%;*/
/*      color: #d3c39a;*/
/*      line-height: 21.6px;*/
/*      margin-bottom:12px;*/
/*    }*/

/*    .gallery__wrapper {*/
/*      display: flex;*/
/*      gap: 12px;*/
/*      justify-content: center;*/
/*      margin-bottom: 100px;*/
/*    }*/

/*    .gallery__wrapper img {*/
/*      width: 100%;*/
/*      height: 100%;*/
/*    }*/

/*    .gallery__wrapper .last__images {*/
/*      display: flex;*/
/*      gap: 12px;*/
/*    }*/

/*    .gallery__wrapper .horizontal__box {*/
/*      display: flex;*/
/*      flex-direction: column;*/
/*      justify-content: space-between;*/
/*      gap: 12px;*/
/*    }*/

/*    .gallery__wrapper .verical__box {*/
/*      display: flex;*/
/*      flex-direction: column;*/
/*      gap: 12px;*/
/*    }*/

/*    .footer__wrapper {*/
/*      background: #231F20;*/
/*      padding: 40px 144px;*/
/*      display: flex;*/
/*      justify-content: space-between;*/
/*    }*/

/*    .footer__wrapper ul {*/
/*      margin: 0;*/
/*      padding: 0;*/
/*      list-style-type: none;*/
/*    }*/

/*    .footer__wrapper ul li {*/
/*      margin-bottom: 12px;*/
/*    }*/

/*    .footer__wrapper ul li a {*/
/*      font-size: 18px;*/
/*      color: #D3C49F;*/
/*      text-decoration: none;*/
/*      text-transform: uppercase;*/
/*    }*/

/*    .footer__wrapper .get__in-touch {*/
/*      font-size: 36px;*/
/*      color: #D3C39A;*/
/*      line-height: 43px;*/
/*      font-weight: 400;*/
/*    }*/

/*    .footer__wrapper .information .first__box .mail__phone a {*/
/*      color: #D3C49F;*/
/*      font-size: 16px;*/
/*      text-decoration: none;*/
/*    }*/

/*    .footer__wrapper .information .first__box .mail__phone {*/
/*      display: flex;*/
/*      flex-direction: column;*/
/*      gap: 8px;*/
/*    }*/

/*    .footer__wrapper .socical__media {*/
/*      display: flex;*/
/*      margin-top: 36px;*/
/*    }*/

/*    .footer__wrapper .facebook {*/
/*      border: 1px solid #D3C49F;*/
/*      flex: 1;*/
/*      color: #D3C49F;*/
/*      font-size: 16px;*/
/*      padding: 12px 0;*/
/*      display: flex;*/
/*      justify-content: center;*/
/*      align-items: center;*/
/*      text-transform: uppercase;*/
/*    }*/

/*    .footer__wrapper .instagram {*/
/*      border: 1px solid #D3C49F;*/
/*      flex: 1;*/
/*      color: #D3C49F;*/
/*      font-size: 16px;*/
/*      padding: 12px 0;*/
/*      display: flex;*/
/*      justify-content: center;*/
/*      align-items: center;*/
/*      text-transform: uppercase;*/
/*    }*/

/*    .footer__wrapper .information .first__box .address {*/
/*      width: 52%;*/
/*      font-size: 16px;*/
/*      line-height: 14.4px;*/
/*      color: #D3C49F;*/

/*    }*/

/*    .footer__wrapper .information .first__box {*/
/*      display: flex;*/
/*      justify-content: space-between;*/
/*    }*/
    
/*    .hide__desktop{*/
/*        display:none;*/
/*    }*/
    
/*    .get__in-touch{*/
/*        width:80px;*/
/*    }*/

    @media (max-width: 1024px) {
/*        .footer__wrapper .information .first__box .mail__phone a{*/
/*            line-height:14px;*/
/*        }*/
        
        .form form .wpcf7-submit{
            margin-top:0px;
        }
        
        .form__wrapper .form form p{
            margin-top:10px;
        }
        
         .form__wrapper {
        /*left: 20px;*/
        /*right: 20px;*/
        width: 82%;
        /*top: 300px;*/
      }

      .form__wrapper h1 {
        font-size: 22px;
      }

      .form__wrapper .form p {
        font-size: 14px;
      }

      .form__wrapper .form button {
        font-size: 14px;
        padding: 12px 0;
      }

      .form__wrapper .form {
        padding: 0 20px;
      }
    }
        
/*        .dropdown-content{*/
/*            background-color:rgba(0, 0, 0, 0.73);*/
/*        }*/
        
/*        .header__wrapper svg{*/
/*            width:120px;*/
/*        }*/
/*        .best__price h2{*/
/*            font-size:28px;*/
/*        }*/
        
/*        .get__in-touch{*/
/*            width:auto;*/
/*        }*/
/*        .hide__desktop{*/
/*            display:flex;*/
/*        }*/
        
/*        .hide__desktop .menu{*/
/*            text-align:right;*/
/*        }*/
        
/*        .show__desktop{*/
/*            display:none;*/
/*        }*/
        
/*      .valuation__process .images {*/
/*        overflow-x: scroll;*/
/*        gap: 20px;*/
/*      }*/

/*      .valuation__process .images img {*/
/*        height: 400px;*/
/*      }*/

     

/*      .sell__luxury {*/
/*        margin: 130px 0 60px 0;*/
/*        flex-direction: column;*/
/*        width: 100%;*/
/*      }*/
      
/*      .page-template-home .sell__luxury{*/
/*          margin-top:60px;*/
/*      }*/

/*      .sell__luxury p {*/
/*        min-width: auto;*/
/*        padding: 0 20px;*/
/*        width: auto;*/
/*        text-align: left;*/
/*      }*/

/*      .sell__luxury h2 {*/
/*        padding: 0 20px;*/
/*        text-align:left;*/
/*      }*/

/*      .header__wrapper {*/
/*        left: 20px;*/
/*        right: 20px;*/
/*      }*/

/*      .valuation__process .content {*/
/*        flex-direction: column;*/
/*        width: 84%;*/
/*        margin-bottom: 60px;*/
/*      }*/

/*      .valuation__process .box__wrapper p {*/
/*        min-width: auto;*/
/*        padding-left: 0;*/
/*      }*/

/*      .our__values .image__wrapper .content {*/
/*        width: auto;*/
/*        transform: unset;*/
/*        padding: 0;*/
/*        position: unset;*/
/*        padding: 14px;*/
/*      }*/

/*      .our__values .image__wrapper {*/
/*        padding: 0 20px;*/
/*      }*/

/*      .our__values {*/
/*        padding-top: 0;*/
/*      }*/


/*      .our__values .image__wrapper img {*/
/*        display: none;*/
/*      }*/

/*      .best__price {*/
/*        width: 90%;*/
/*        flex-wrap: wrap;*/
/*      }*/

/*      .best__price .box:first-child {*/
/*        width: 35%;*/
/*      }*/

/*      .best__price .second__box {*/
/*        width: 41%;*/
/*      }*/

/*      .user_cases .image img {*/
/*        width: 100%;*/
/*      }*/

/*      .user_cases .content {*/
/*        position: unset;*/
/*        padding: 0;*/
/*        width: 100%;*/
/*      }*/

/*      .user_cases .content .text {*/
/*        padding: 0 20px 40px 20px;*/
/*      }*/

/*      .user_cases .content h2 {*/
/*        padding-left: 20px;*/
/*      }*/

/*      .gallery__wrapper {*/
/*        flex-direction: column;*/
/*        margin-bottom:0;*/
/*      }*/

/*      .gallery__wrapper .image__mobile img {*/
/*        height: 260px;*/
/*        object-fit:cover;*/
/*        object-position: bottom;*/
/*      }*/

/*      .gallery__wrapper img {*/
/*        object-fit: fill;*/
/*      }*/

/*      .gallery__wrapper .verical__box {*/
/*        flex-direction: row;*/
/*      }*/

/*      .user_cases {*/
/*        margin-bottom: 0px;*/
/*      }*/

/*      .footer__wrapper {*/
/*        flex-direction: column;*/
/*        padding: 40px 20px;*/
/*        gap: 40px;*/
/*      }*/
/*    }*/
    
/*    .form__wrapper.home__page-title{*/
/*        background-color:transparent;*/
/*        left: 50%;*/
/*        transform: translateX(-50%);*/
/*    }*/
    
/*    .form__wrapper.home__page-title h1{*/
/*        background:transparent;*/
/*        font-size:82px;*/
/*    }*/
    
/*    html{*/
/*        margin:0!important;*/
/*    }*/


/*@media(max-width:768px){*/
/*    .form__wrapper.home__page-title{*/
/*        top:340px;*/
/*        width:100%;*/
/*        padding:0;*/
/*    }*/
    
/*    .form__wrapper.home__page-title h1{*/
/*        font-size: 52px;*/
/*    }*/
    
/*    .homepage__container .user_cases .image img{*/
/*        height:300px;*/
/*        object-fit:cover;*/
/*    }*/
/*}*/

.form form p, .form form label, .form form span, .form form input {
    padding:0;
    width:100%;
    text-align:left;
}

.form form .image-label{
    text-align:center;
}

.form form .wpcf7-submit{
    background: #d3c4a0;
    width: 100%;
    border: none;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:#00303B;
}

.wpcf7 form.sent .wpcf7-response-output{
    color: #d3c49f;
}

.image__upload{
    position:relative;
}

.form__wrapper .image__upload input{
    position:absolute;
    opacity:0;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height: 100%;
    border: 1px solid #444343;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form__wrapper .image__upload p{
    max-width: 100px;
    height: 100px;
    border: 1px solid #444343;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form__wrapper .image__upload label{
    text-align:center;
    color:#727272;
    font-size:14px;
}

.homepage__container .form__wrapper .form form p{
    padding:0;
    margin-top:12px;
}

/*.float{*/
/*	position:fixed;*/
/*	width:60px;*/
/*	height:60px;*/
/*	bottom:40px;*/
/*	right:40px;*/
/*	background-color:#25d366;*/
/*	color:#FFF;*/
/*	border-radius:50px;*/
/*	text-align:center;*/
/*  font-size:30px;*/
/*	box-shadow: 2px 2px 3px #999;*/
/*  z-index:100;*/
/*  display:flex;*/
/*  align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.float svg{*/
/*    width:30px;*/
/*}*/

/*.my-float{*/
/*	margin-top:16px;*/
/*}*/













/**{*/
/*  box-sizing:border-box;*/
 /* outline:1px solid ;*/
/*}*/


.wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
flex-direction: column;
}
.wrapper-2{
  padding :30px;
  text-align:center;
}
.wrapper-1 h1{
  font-size:4em;
  letter-spacing:3px;
  margin:0;
  margin-bottom:20px;
  color: #d3c49f;
    font-family: "FogtwoNo5";
}
.wrapper-2 p{
  margin:0;
  font-size:1.3em;
 letter-spacing:1px;
 font-family: "Gotham";
    color: #d3c39a;
}
.go-home{
  background: #d3c4a0;
    width: 40%;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #00303B;
    box-shadow: none;
    font-family: "Gotham";
    margin: 20px auto 0 auto;
    border-radius: 30px;
    padding: 8px 0;
}
.footer-like{
  margin-top: auto; 
  background:#D7E6FE;
  padding:6px;
  text-align:center;
}
.footer-like p{
  margin:0;
  padding:4px;
  color:#5892FF;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.footer-like p a{
  text-decoration:none;
  color:#5892FF;
  font-weight:600;
}

/*@media (min-width:360px){*/
/*  h1{*/
/*    font-size:4.5em;*/
/*  }*/
/*  .go-home{*/
/*    margin-bottom:20px;*/
/*  }*/
/*}*/

@media (min-width:600px){
/*  .content{*/
/*  max-width:1000px;*/
/*  margin:0 auto;*/
/*}*/
  .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:50px;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}

.wrapper-1{
    justify-content: center;
}
  
}

.content__page-thankyou{
    min-height:80vh;
}




   @import url("https://fonts.cdnfonts.com/css/fogtwono5");

      .header__wrapper {
        padding: 65px 86px 0 86px;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .header__wrapper .logo {
        position: relative;
        z-index: 1;
      }

      .header__wrapper .menu__hambuger {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #ffffff;
        font-size: 14px;
        line-height: 28px;
      }
      
      .header__wrapper .button{
          position:relative;
          z-index:1;
      }

      .header__wrapper .button a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        padding: 13px 30px 13px 30px;
        border-radius: 60px;
        border: 1px solid #ffffff;
        background: transparent;
        text-decoration:none;
      }

      .our__values {
        background: #ffffff;
        padding: 140px 88px 0 88px;
      }

      .our__values .swiper-slide svg {
        width: 100%;
      }

      .our__values .content__wrapper {
        display: flex;
        align-items: center;
        gap: 140px;
        position:relative;
        z-index:1;
      }

      .our__values .box .content p {
        margin: 0 0 20px 0;
      }
      .our__values .box .content p:last-child {
        margin-bottom: 0;
      }

      .our__values .content__wrapper .box {
        background: #d3c39f;
        padding: 90px 62px;
        width: 518px;
        position: relative;
        z-index: 1;
      }

      .our__values .slider__wrapper {
        position: relative;
        z-index: 0;
        margin-top: -120px;
      }

      .our__values .content__wrapper .box h2 {
        font-size: 190.5px;
        font-weight: 400;
        line-height: 145.48px;
        margin: 0;
        font-family: "FogtwoNo5", sans-serif;
        margin-bottom: 24px;
      }

      .our__values .content__wrapper .box .network__text {
        font-size: 60px;
        line-height: normal;
        font-family: "FogtwoNo5", sans-serif;
        font-weight: 400;
        margin-bottom: 67px;
      }

      .our__values .content__wrapper .heading h2 {
        font-size: 180px;
        line-height: 145.48px;
        color: #00303b;
        font-family: "FogtwoNo5", sans-serif;
        margin: 0;
        font-weight: 400;
      }

      .first__section {
        position: relative;
      }

      .first__section .image {
        text-align: right;
        margin-top: -117px;
      }

      .first__section .image svg {
        width: 100%;
        height: 100%;
      }

      .first__section h1 {
        position: absolute;
        bottom: 260px;
        left: 86px;
        line-height: 112px;
        font-size: 123.49px;
        color: #ffffff;
        font-family: "FogtwoNo5", sans-serif;
        font-weight: 400;
        text-transform:uppercase;
      }

      .first__section .text {
        font-size: 22.04px;
        color: #ffffff;
        position: absolute;
        bottom: 260px;
        right: 140px;
        text-transform: uppercase;
      }

      .footer__wrapper {
        background: #00303b;
        position: relative;
        overflow: hidden;
        display: flex;
        padding: 100px 90px 100px 90px;
        justify-content: space-between;
        align-items: center;
        z-index: 1;
      }

      .footer__wrapper .image__bottom {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
      }

      .footer__wrapper .links__wrapper {
        display: flex;
        gap: 80px;
        align-items: center;
      }

      .footer__wrapper .links__wrapper h2 {
        color: #ffffff;
        font-size: 16.22px;
        line-height: 28.7px;
        font-weight: 400;
        text-transform: uppercase;
      }

      .footer__wrapper .links__wrapper ul {
        list-style-type: none;
        display: flex;
        flex-direction: column;
        padding: 0;
      }

      .footer__wrapper .links__wrapper ul li a {
        color: #ffffff;
        font-size: 13.24px;
        line-height: 28.7px;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
      }

      .footer__wrapper .information {
        width: 30%;
      }

      .footer__wrapper .information p {
        font-size: 15px;
        line-height: 23px;
        font-weight: 400;
        color: #ffffff;
      }

      .footer__wrapper .email__phone {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-top: 8px;
      }

      .footer__wrapper .email__phone a {
        font-size: 15px;
        line-height: 23px;
        font-weight: 400;
        color: #ffffff;
        text-decoration: none;
      }

      .footer__wrapper .information iframe {
        width: 100%;
        height: 95px;
        border-radius: 14px;
        margin-bottom: 8px;
      }

      .happy__clients {
        background-color: #ffffff;
        position: relative;
        padding: 200px 90px 200px 90px;
      }

      .happy__clients h2 {
        font-size: 163.63px;
        line-height: 111px;
        color: #000000;
        font-weight: 400;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        font-family: "FogtwoNo5", sans-serif;
      }

      .happy__clients .orange {
        color: #ccbf97;
        text-transform: capitalize;
      }

      .happy__clients .clients {
        position: absolute;
        bottom: 0;
        left: 0;
      }

      .happy__clients .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 160px;
      }

      .happy__clients .content .text {
        font-size: 18.14px;
        line-height: 28.35px;
      }

      .happy__clients.happy__clients-user {
        padding-left: 200px;
      /*  overflow:hidden;*/
      }
      
      .happy__clients.happy__clients-second .content .text{
          width: 80%;
    margin: 0 auto;
    text-align: center;
      }

      .happy__clients.happy__clients-user .orange {
        font-size: 170.44px;
      }

      .happy__clients.happy__clients-user h2 {
        font-size: 203.63px;
        line-height: 141px;
      }

      .happy__clients.happy__clients-user .content .text .title {
        font-size: 80px;
        line-height: 1;
        font-family: "FogtwoNo5", sans-serif;
        margin-bottom: 40px;
      }

      .happy__clients.happy__clients-user .clients {
        right: 0;
      }

      .happy__clients.happy__clients-user .clients svg {
        width: 100%;
      }

      .happy__clients.happy__clients-user .content {
        gap: 100px;
      }

      .happy__clients.happy__clients-user .content .text {
        font-size: 16px;
        line-height: 25px;
      }

      .happy__clients.happy__clients-user .content .text .text__space {
        margin-bottom: 40px;
      }

      .happy__clients.happy__clients-user .content .text .bold {
        font-weight: 700;
      }

      .next__box {
        background: #00303b;
        position: relative;
        z-index: 1;
        text-align: center;
        font-size: 26px;
        line-height: 1;
        padding: 25px 0;
        color: #ffffff;
        font-weight: 400;
        width: 90%;
        margin: 0 auto;
        font-family: "FogtwoNo5", sans-serif;
      }

      .valuation__process {
        background-color: #00303b;
        padding: 151px 172px 200px 172px;
        position:relative;
        z-index:1;
      }
      
      .valuation__process .image{
          position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:0;
      }

      .valuation__process .content__text {
        width: 51%;
        margin: 0 auto;
        text-align: center;
      }

      .valuation__process .content__text h2 {
        font-size: 75.75px;
        line-height: 68.7px;
        font-weight: 400;
        margin: 0 0 40px 0;
        color: #ffffff;
      }

      .valuation__process .content__text p {
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
      }

      .valuation__process .content__text a {
        padding: 25px 30px 25px 30px;
        font-size: 18px;
        line-height: 20.45px;
        font-weight: 700;
        margin-top: 40px;
        text-decoration:none;
        display:inline-block;
        border-radius: 60px;
        border: 1px solid #ffffff;
        color:#fff;
      }

      .valuation__process .box__wrapper {
        margin-top: 135px;
      }

      .valuation__process .box__wrapper .first__box {
        display: flex;
      }

      .valuation__process .box__wrapper .content h2 {
        font-size: 26px;
        margin-bottom: 8px;
        line-height: 25px;
        color: #fff;
      }

      .valuation__process .box__wrapper .content p {
        color: #fff;
      }

      .valuation__process .box__wrapper .content {
        width: 100%;
        text-align: left;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-left: 34px;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .valuation__process .box__wrapper .first__box.second__box .box {
        background-color: #ffffff;
        margin-left: 160px;
      }

      .valuation__process .box__wrapper .first__box.third__box .box {
        margin-left: 320px;
      }

      .valuation__process .box__wrapper .first__box.forth__box .box {
        margin-left: 480px;
      }

      .valuation__process .box__wrapper .first__box.second__box .content {
        border-top: 0;
      }

      .valuation__process .box__wrapper .box {
        background-color: #d3c39f;
        min-width: 160px;
        min-height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .brands__wrapper {
        background-color: #ffffff;
        position: relative;
        height: 487px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 111px;
      }

      .brands__wrapper h2 {
        font-size: 437.88px;
        line-height: 202.19px;
        color: #00303b;
        margin: 0;
        font-family: "FogtwoNo5", sans-serif;
        position: relative;
      }

      .brands__wrapper .first__image {
        position: absolute;
        bottom: 111px;
        left: 20px;
      }

      .brands__wrapper .second__image {
        position: absolute;
        top: 0;
        right: 363px;
        z-index: 1;
      }

      .brands__wrapper .third__image {
        position: absolute;
        bottom: 111px;
        right: 40px;
        z-index: 1;
      }

      .luxury__assets {
        background-color: #ffffff;
        position: relative;
      }

      .luxury__assets h2 {
        font-size: 75.75px;
        line-height: 68.7px;
        font-weight: 400;
        padding-top: 100px;
        padding-left: 86px;
        position: relative;
        z-index: 2;
        margin-top: 0;
      }

      .luxury__assets h2 span {
        font-size: 130.44px;
        color: #ccbf97;
      }

      .luxury__assets .image {
        position: absolute;
        top: -300px;
        z-index: 0;
      }
      

      .luxury__assets .box__wrapper-slider {
        margin-left: 400px;
        position: relative;
        top: -164px;
        z-index: 1;
      }

      .luxury__assets .swiper-slide img {
        width: 700px;
      }

      .luxury__assets .swiper-slide.swiper-slide-active img {
        width: 100%;
      }

      .luxury__assets .swiper-button-prev,
      .luxury__assets .swiper-button-next {
        min-width: 62px;
        min-height: 62px;
        bottom: 109px;
        top: unset;
      }

      .luxury__assets .swiper-button-next::after {
        display: none;
      }
      .luxury__assets .swiper-button-prev::after {
        display: none;
      }
      .our__values .swiper-button-next::after {
        display: none;
      }
      .our__values .swiper-button-prev::after {
        display: none;
      }
      .happy__clients .swiper-button-next::after {
        display: none;
      }
      .happy__clients .swiper-button-prev::after {
        display: none;
      }

      .luxury__assets .swiper {
        padding-bottom: 100px;
      }

      .luxury__assets .swiper-button-next {
        right: 170px;
      }
      .happy__clients .swiper {
        padding-bottom: 100px;
      }

      .happy__clients .swiper-button-prev,
      .happy__clients .swiper-button-next {
        min-width: 62px;
        min-height: 62px;
        bottom: 0px;
        top: unset;
      }

      .our__values .swiper-button-prev,
      .our__values .swiper-button-next {
        min-width: 62px;
        min-height: 62px;
        bottom: 0px;
        top: unset;
      }

      .our__values .swiper-button-next {
        right: 200px;
      }

      .our__values .swiper-wrapper {
        padding-bottom: 24px;
      }

      .our__values .swiper-button-prev {
        left: 200px;
      }

      .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s;
        z-index: 10;
      }

      .menu {
        position: absolute;
        top: 50%;
        left: -250px;
        transform: translateY(-50%);
        width: 250px;
        height: 100%;
        background: #00303b;
        color: #fff;
        transition: left 0.4s;
        z-index: 15;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .menu ul {
        list-style: none;
        padding: 0;
        text-align: center;
        opacity: 0;
        transform: translateX(-50px);
        transition: opacity 0.4s, transform 0.4s;
      }

      .menu ul li {
        margin: 20px 0;
      }

      .menu ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 24px;
        font-family: Arial, sans-serif;
      }

      .menu-open .menu-overlay {
        opacity: 1;
        visibility: visible;
      }

      .menu-open .menu {
        left: 0;
      }

      .menu-open .menu ul {
        opacity: 1;
        transform: translateX(0);
      }

      .ham {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: transform 400ms;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 20;
        position: relative;
        width: 40px;
        height: 40px;
        filter: invert();
      }

      .hamRotate.active {
        transform: rotate(45deg);
      }

      .line {
        fill: none;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
        stroke: #000;
        stroke-width: 5.5;
        stroke-linecap: round;
      }

      .ham1 .top {
        stroke-dasharray: 40 139;
      }

      .ham1 .bottom {
        stroke-dasharray: 40 180;
      }

      .ham1.active .top {
        stroke-dashoffset: -98px;
      }

      .ham1.active .bottom {
        stroke-dashoffset: -138px;
      }

      .valuation__process button {
        transition: all 0.6s;
        position: relative;
        overflow: hidden;
        z-index: 1;
        display: inline-block;
      }

      .valuation__process button::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: -2;
      }

      .valuation__process a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #00303b;
        color: #fff;
        transition: all 0.6s;
        z-index: -1;
      }

      .valuation__process a:hover::before {
        width: 100%;
      }
      .valuation__process a:hover {
        color: #fff;
      }

      .header__wrapper button {
        transition: all 0.6s;
        position: relative;
        overflow: hidden;
        z-index: 1;
        display: inline-block;
      }

      .header__wrapper button:hover button::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        transition: all 0.6s;

        height: 100%;
        z-index: -2;
      }

      .header__wrapper button::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        color: #fff;
        transition: all 0.6s;
        z-index: -1;
      }

      .header__wrapper button:hover::before {
        width: 100%;
      }
      .header__wrapper button:hover {
        color: #000000;
        background-color: #fff;
      }

      .hide__desktop {
        display: none;
      }

      .hide__mobile {
        display: block;
      }

      .happy__clients .dots {
        text-align: center;
        margin-bottom: 40px;
      }

      @media (max-width: 768px) {
        .happy__clients.happy__clients-user .swiper-text{
            padding-bottom:75px;
        }
        
        .homepage__container{
            height:800px;
        }
          
        .luxury__assets .image svg, .valuation__process .image img{
            width:100%;
        }
        
        .first__section .content a {
            line-height: 20.45px;
            font-weight: 700;
            margin-top: 40px;
            text-decoration: none;
            display: inline-block;
            border-radius: 60px;
            border: 1px solid #ffffff;
            color: #fff;
            padding: 15px 30px 15px 30px;
            font-size: 16px;
            position: absolute;
            top: 335px;
            left: 31px;
        }
        
        .happy__clients.happy__clients-second .swiper{
            padding-bottom:50px;
        }

          
        .valuation__process .content__text a{
            padding: 15px 30px 15px 30px;
            font-size:16px;
        }
          
        .header__wrapper .button {
          display: none;
        }

        .hide__mobile {
          display: none;
        }

        .header__wrapper {
          flex-direction: row-reverse;
          justify-content: space-between;
          margin: 0 auto;
          padding: 40px 20px;
        }

        .first__section h1 {
          font-size: 61px;
          line-height: 56px;
          top: 140px;
          left: 30px;
        }

        .hide__desktop {
          display: block;
        }

        .luxury__assets h2,
        .luxury__assets h2 span {
          font-size: 46.57px;
          line-height: 42.24px;
          font-family: FogtwoNo5;
          padding: 0;
        }

        .luxury__assets h2 {
          margin: 0 0 0 30px;
          padding-top: 60px;
        }

        .luxury__assets .box__wrapper-slider {
          margin-left: 0;
          position: unset;
          margin-top: 30px;
          padding-bottom: 80px;
        }

        .luxury__assets .swiper-slide img {
          width: 265px;
          height: 100%;
        }

        .luxury__assets .swiper {
          padding-left: 30px;
          padding-bottom: 0;
        }

        .luxury__assets .swiper-button-prev,
        .luxury__assets .swiper-button-next {
          min-width: 35px;
          min-width: 35px;
          bottom: 0px;
        }

        .luxury__assets .swiper-button-prev {
          left: unset;
        }

        .luxury__assets .swiper-button-next {
          right: 66px;
        }

        .brands__wrapper {
          height: 160px;
        }

        .brands__wrapper h2 {
          font-size: 115.37px;
          line-height: 53.27px;
          font-family: FogtwoNo5;
        }

        .brands__wrapper svg {
          width: 104px;
          height: 100%;
        }

        .brands__wrapper .second__image {
          right: 28px;
          top: 60px;
        }

        .brands__wrapper .second__image svg {
          width: 61px;
        }

        .brands__wrapper .third__image {
          top: -66px;
          right: 100px;
        }

        .brands__wrapper .first__image {
          top: 40px;
        }

        .box__wrapper-slider .swiper-wrapper {
          padding-bottom: 50px;
        }

        .valuation__process {
          padding: 80px 30px 80px 30px;
          overflow:hidden;
          z-index:1;
        }

        .valuation__process .content__text {
          width: 100%;
        }

        .valuation__process .content__text h2 {
          font-size: 46px;
          line-height: 48.7px;
        }

        .valuation__process .box__wrapper .box {
          min-width: 102px;
          min-height: 102px;
          width: 102px;
          height: 102px;
        }

        .valuation__process .box__wrapper .box svg {
          width: 60px;
        }

        .valuation__process .box__wrapper .first__box.second__box .box,
        .valuation__process .box__wrapper .first__box.third__box .box {
          margin-left: 0;
        }

        .valuation__process .box__wrapper .content {
          padding-left: 20px;
        }

        .valuation__process .box__wrapper .content h2 {
          margin: 0;
          font-size: 16.61px;
          line-height: 15.97px;
        }

        .valuation__process .box__wrapper .content p {
          font-size: 12px;
          margin: 10px 0 0 0;
        }

        .valuation__process .box__wrapper {
          margin-top: 75px;
        }

        .valuation__process .box__wrapper .first__box {
          margin-bottom: 10px;
        }

        .happy__clients.happy__clients-user {
          padding: 100px 40px 30px 40px;
        }

        .happy__clients.happy__clients-user .content {
          flex-direction: column-reverse;
          gap: 70px;
        }

        .happy__clients.happy__clients-user .orange {
          font-size: 79px;
          line-height: 65.82px;
        }
        .happy__clients.happy__clients-user h2 {
          font-size: 95.06px;
          line-height: 65.82px;
        }

        .happy__clients.happy__clients-user .content .text .title {
          font-size: 30px;
          line-height: normal;
        }

        .happy__clients .swiper {
          width: 100%;
          padding-bottom:0;
        }

        .happy__clients .swiper-button-prev,
        .happy__clients .swiper-button-next {
          min-width: 40px;
          max-width: 40px;
        }

        .happy__clients .swiper-button-next {
          right: 100px;
        }

        .footer__wrapper {
          padding: 100px 16px;
          flex-direction: column;
        }

        .footer__wrapper .links__wrapper {
          order: 2;
          padding-top: 100px;
        }

        .footer__wrapper .information {
          width: 100%;
        }

        .footer__wrapper .information iframe {
          height: 215px;
        }

        .footer__wrapper .information {
          text-align: center;
          padding-top: 100px;
          order: 3;
        }

        .happy__clients {
          padding: 0;
        }

        .happy__clients h2 {
          font-size: 95.06px;
          line-height: 65.82px;
        }

        .happy__clients .content {
          flex-direction: column;
        }

        .happy__clients .orange {
          font-size: 79.56px;
        }

        .happy__clients.happy__clients-second .swiper-button-next {
          right: 0;
        }

        .happy__clients.happy__clients-second {
          padding: 60px 40px 80px 40px;
        }

        .happy__clients.happy__clients-second .content {
          gap: 100px;
        }



        .first__section .text {
          right: 40px;
          bottom: 80px;
        }

        .our__values {
          padding: 77px 37px 0 37px;
        }

        .our__values .content__wrapper {
          flex-direction: column;
          align-items: flex-start;
          gap: 70px;
        }

        .our__values .content__wrapper .heading h2 {
          font-size: 90px;
          line-height: 72.74px;
        }

        .our__values .content__wrapper .box {
          padding: 60px 40px;
          width: 78%;
        }

        .our__values .content__wrapper .box h2 {
          font-size: 131.66px;
          line-height: 1;
          margin-bottom: 28px;
        }

        .our__values .content__wrapper .box .network__text {
          font-size: 41.47px;
          line-height: 1;
          margin-bottom: 40px;
        }

        .our__values .box .content p {
          font-size: 11.06px;
          line-height: 17.28px;
        }

        .our__values .slider__wrapper {
          margin-top: 38px;
        }

        .our__values .swiper-button-prev,
        .our__values .swiper-button-next {
          min-width: 40px;
          min-height: 40px;
        }

        .our__values .swiper-button-prev {
          left: 40px;
        }

        .our__values .swiper-button-next {
          right: 40px;
        }

        .our__values .swiper-wrapper {
          padding-bottom: 0px;
        }

        .next__box {
          font-size: 17.97px;
          padding: 20px 0;
        }
      }
      
      #form__nav {
  scroll-behavior: smooth;
}
      
      body{
          position:unset;
          margin:0;
          padding:0;
          background-color: #00303b;
      }
      
      .happy__clients svg{
          width:100%;
      }