/* .f-size-14 {
  font-size: 0.875rem;
}

.f-size-16 {
  font-size: 1rem;
}

.f-size-18 {
  font-size: 1.125rem;
}

.f-size-20 {
  font-size: 1.25rem;
}

.f-size-23 {
  font-size: 1.4375rem;
}

.f-size-30 {
  font-size: 1.875rem;
}

.f-size-60 {
  font-size: 3.75rem;
} */

@media (min-width: 1200px) {
  :root {
    --rez: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  :root {
    --rez: 0.85;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  :root {
    --rez: 0.7;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  :root {
    --rez: 0.5;
  }
}
@media (max-width: 575.9px) {
  :root {
    --rez: 0.3;
  }
}

.line-16-20 {
  line-height: 1.25em;
}

.line-16-30 {
  line-height: 1.875em;
}

.line-23-30 {
  line-height: 1.3043em;
}

.line-30-40 {
  line-height: 1.3333em;
}

.line-30-45 {
  line-height: 1.5em;
}

.line-30-50 {
  line-height: 1.6666em;
}

.line-50-55 {
  line-height: 1.1em;
}

.banner-inner {
  max-height: 640px;
    min-height: 200px !important;
    height: min(100vh, 120vw);
  background-position: center;
  padding-top: 0px;
}
.banner-inner.height { height: auto !important;}
.swiper-slide-wrap{
  position: relative;
}
.swiper-slide-wrap .content-banner{
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper-slide-wrap .content-banner h1{
  font-size: 50px;
  font-weight: 500;
  color: #fff;
}
.swiper-slide-wrap .content-banner h3{
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

.banner-inner .main-title {
  font-size: var(--fz50) !important;
  line-height: 1.1em !important;
  margin-bottom: calc( 12px + (var(--rez) * 20px ) ) !important;
}

@media (min-width: 992px) {
  .haf-img-content-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .haf-img-content-row .haf-img-sec-content {
    max-width: 399px;
    width: 100%;
    margin: auto;
  }
  .haf-img-content-row .haf-img-sec-content h2 {
    margin-bottom: 13px;
  }
  /* .haf-img-content-row .haf-img-sec-content p {
    line-height: 40px;
  } */
  .haf-img-content-row .haf-img-sec-content button {
    margin-top: 6px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
  }
}
@media (max-width: 991.9px) {
  .haf-img-content-row .haf-img-sec-content {
    padding-top: 20px;
  }
}
@media (max-width: 991.9px) {
  .haf-img-content-row:not(:nth-last-child(1)) .haf-img-sec-content {
    padding-bottom: 10px;
  }
}

.haf-img-content-row + .haf-img-content-row {
  padding-top: calc( 56px * var(--rez) );
}

.learn-more-text {
  display: inline-block;
  margin-right: 0;
  overflow: hidden;
  max-width: 0px;
  white-space: nowrap;
  -webkit-transition: max-width 0.3s ease-in-out, margin-right 0.3s ease-in-out;
  transition: max-width 0.3s ease-in-out, margin-right 0.3s ease-in-out;
}
.learn-more-arrow {
  display: inline-block;
  height: calc( 17px + (var(--rez) * 17px ) );
  width: calc( 19px + (var(--rez) * 19px ) );
  background-image: url(../../images/icons/arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.learn-more-btn {
  border: none !important;
  background-color: transparent;
  font-size: var(--fz25);
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.learn-more-btn:hover .learn-more-text {
  max-width: 100%;
  margin-right: calc( 8.5px + (var(--rez) * 8.5px ) );
}

.work-together-sec {
  background-color: #F5F8FA;
}
@media (min-width: 1200px) {
  .work-together-sec .container {
    max-width: 1109px;
  }
}
/* @media (max-width: 575.9px) {
  .work-together-sec .container {
    padding-left: 25px;
    padding-right: 25px;
  }
} */
.work-together-sec .form-header {
  margin-bottom: calc( 110px * var(--rez) );
}
.work-together-sec label {
  font-size: 16px;
  font-weight: 500;
  color: #828295;
}
.work-together-sec textarea,
.work-together-sec input {
  border-color: white;
  font-size: 16px;
  padding: 22px 32px;
  margin-bottom: calc( 20px * var(--rez) );
  border-radius: 6px;
  color: #626271;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.work-together-sec textarea:focus,
.work-together-sec input:focus {
  border-color: #0089CD;
}
.work-together-sec input {
  height: calc( 36px + (var(--rez) * 36px ) );
}
.work-together-sec textarea {
  height: 102px;
}

.customer-continer-content-wrap {
  background-color: #161614;
  color: #BABAB1;
}

.customer-continer-img-wrap {
  position: relative;
}
.customer-continer-img-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 50%;
  background-color: #161614;
  width: 100%;
}
.customer-continer-img-wrap > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .our-fetures-icons-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .our-fetures-icons-row > [class*=col] {
    max-width: 220px !important;
  }
}
.our-fetures-icons-row .our-features-item {
  margin-bottom: calc( 20px + (var(--rez) * 23px ) );
}
.our-fetures-icons-row .our-features-item .icon-wrap {
  height: 70px;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.9px) {
  .our-fetures-icons-row .our-features-item .icon-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.our-fetures-icons-row .our-features-item .icon-wrap img {
  margin-top: auto;
}
.our-fetures-icons-row p:nth-last-child(1) {
  margin-bottom: 0px;
}

.top-img-icon-box {
  padding-top: calc( 40px * var(--rez) );
  padding-bottom: calc( 30px * var(--rez) );
}
.top-img-icon-wrap {
  height: calc( 45px + (var(--rez) * 45px ) );
  padding-bottom: calc( 10px + (var(--rez) * 10px ) );
}
.top-img-icon-wrap img {
  height: 100%;
}
.top-img-icon-content h2 {
  margin-bottom: calc( 11px + (var(--rez) * 11px ) );
}
.top-img-icon-content p:nth-last-child(1) {
  margin-bottom: 0px;
}

.line16-30 {
  line-height: 1.875em;
}

.line30-40 {
  line-height: 1.3333em;
}

.haf-list-sec-container {
  padding: calc( 68px * var(--rez) );
}
@media (max-width: 991.9px) {
  .haf-list-sec-container {
    padding: calc( 100px * var(--rez) );
  }
}

.haf-list-sec-container1 {
  padding: calc( 40px * var(--rez) );
}
@media (max-width: 991.9px) {
  .haf-list-sec-container1 {
    padding: calc( 50px * var(--rez) );
  }
}


.three-haf-list {
  list-style: none;
  line-height: 1.8em;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
@media (max-width: 991.9px) {
  .three-haf-list {
    margin-top: 20px;
    padding-left: 0px;
  }
}
.three-haf-list li {
  padding-bottom: calc( 7.5px + (var(--rez) * 7.5px ) );
  padding-left: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 4.5L0.5 8.39711V0.602886L6.5 4.5Z' fill='%23161614'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.4em;
  background-position: left top 0.5em;
  width: 100%;
}
.three-haf-list li:nth-last-child(2):nth-child(2n-1), .three-haf-list li:nth-last-child(1) {
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .three-haf-list li {
    min-height: 88px;
    max-width: 50%;
  }
  .three-haf-list li:nth-last-child(2):nth-child(2n-1), .three-haf-list li:nth-last-child(1) {
    min-height: unset;
  }
}

.line20-235 {
  line-height: 1.25em;
}

.line30-40 {
  line-height: 1.3333em;
}

.full-img-content-list-content {
  max-width: 500px;
}
.full-img-content-list-list {
  padding-left: 0px;
  list-style: none;
  line-height: 1.8em;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.9px) {
  .full-img-content-list-list {
    margin-top: 20px;
    padding-left: 0px;
  }
}
.full-img-content-list-list li {
  padding-top: calc( 7.5px + (var(--rez) * 7.5px ) );
  padding-bottom: calc( 7.5px + (var(--rez) * 7.5px ) );
  border-bottom: 1px solid #BABAB1;
  padding-left: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 4.5L0.5 8.39711V0.602886L6.5 4.5Z' fill='%23161614'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.4em;
  background-position: left top calc(0.5em + ( 7.5px + (var(--rez) * 7.5px ) ));
  line-height: line-height(20, 25);
  width: 100%;
}
.full-img-content-list-list li:nth-child(1) {
  border-top: 1px solid #BABAB1;
}
@media (min-width: 992px) {
  .full-img-content-list-list li {
    max-width: calc(50% - 16px);
  }
  .full-img-content-list-list li:nth-child(2) {
    border-top: 1px solid #BABAB1;
  }
  .full-img-content-list-list li:nth-child(2n) {
    margin-left: 32px;
  }
}
.full-img-content-list-continer-content-wrap {
  padding-top: calc( 83px * var(--rez) );
}

.banner-inner {
  position: relative;
}
/* .banner-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
} */

.max-600 {
  max-width: 600px;
}

.our-service-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.our-service-slider .swiper-slide {
  background-color: #161614;
}

.our-service-slider .our-servie-slider {
  width: 100%;
  max-width: 1300px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-inner .our-service-slider .our-servie-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination-style{
  position: absolute;
  z-index: 1000;
  bottom: 23px !important;
}

.pagination-style .swiper-pagination-bullet{
 background-color: #fff;
 opacity: inherit;
}


.our-service-slider .our-servie-slider .slider-content-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  padding: calc(41px * var(--rez)) calc(79px * var(--rez));
}

.full-img-content-list-list li {
  max-width: 100%;
}
.full-img-content-list-list li:nth-child(2n) {
  margin-left: 0;
}

.customer-continer-content-wrap {
  color: #F8F8F8;
}

@media (min-width: 992px) {
  .haf-img-content-row .haf-img-sec-content {
    max-width: 519px;
  }
}
.img-sec {
  margin: 0 0 4.6875rem 0;
}

@media (min-width: 992px) {
  .full-img-sec {
    padding-bottom: 3.3125rem;
    padding-top: 0;
  }
}
.full-img-sec .top-img {
  margin-top: -25%;
  width: 50%;
}
@media (min-width: 992px) {
  .full-img-sec .top-img {
    margin-top: -150px;
    width: 100%;
  }
}
.full-img-sec .col-content {
  padding: 2.5625rem 0 0 0.625rem;
}
.full-img-sec .col-content p {
  line-height: 1.875rem;
  margin-top: 1.125rem;
  margin-bottom: 1.5625rem;
}

.our-service-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.our-service-slider .swiper-slide {
  background-color: #161614;
}

.our-service-slider .our-servie-slider {
  width: 100%;

  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .our-service-slider .our-servie-slider .slider-img {
  opacity: 0.46;
} */

.our-service-slider .our-servie-slider .slider-content-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  padding: calc(41px * var(--rez)) calc(79px * var(--rez));
}

.our-servie-slider,
#case-study-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-servie-slider .swiper-pagination-bullet,
#case-study-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 10px;
}

.our-servie-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
#case-study-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DE3818;
}

#retail-main-tab.nav-tabs {
  border-bottom: none !important;
}
#retail-main-tab.nav-tabs .nav-item {
  padding-right: calc(( 70px * var(--rez) ) + 10px);
  padding-top: calc( 18.5px + (var(--rez) * 18.5px ) );
  padding-bottom: calc( 18.5px + (var(--rez) * 18.5px ) );
}
@media (max-width: 575.9px) {
  #retail-main-tab.nav-tabs .nav-item {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
#retail-main-tab.nav-tabs .nav-link {
  padding: 10px 0 8px 0;
  line-height: 100%;
  font-size: var(--fz20);
  color: transparent;
  font-weight: 700;
  position: relative;
}
#retail-main-tab.nav-tabs .nav-link:before {
  content: attr(data-name);
  color: #161614;
  position: absolute;
  font-weight: 400;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#retail-main-tab.nav-tabs .nav-link:after {
  content: "";
  width: 0px;
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  background-color: #DE3818;
  margin-top: 8px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#retail-main-tab.nav-tabs .nav-link, #retail-main-tab.nav-tabs .nav-link:hover, #retail-main-tab.nav-tabs .nav-link.active {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
#retail-main-tab.nav-tabs .nav-link.active:after {
  width: 38px;
}
#retail-main-tab.nav-tabs .nav-link:hover:before, #retail-main-tab.nav-tabs .nav-link.active:before {
  font-weight: 700;
}

.counter {
  border: 2px solid #f00;
}

.quotes-block {
  background-color: #0089CD;
  color: white;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  min-height: 328px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quotes-block .c-m-title {
  position: relative;
  padding: 6.25rem 0rem 2.8125rem 4.9375rem;
}
.quotes-block .c-m-title h2 {
  line-height: 4.0625rem;
}
@media (min-width: 992px) {
  .quotes-block .c-m-title {
    font-size: 3.125rem;
    line-height: 3.75rem;
    font-weight: 300;
  }
}
.quotes-block .c-m-title::before {
  background-image: url("../../images/icon-quotes.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  content: "";
  left: 60px;
  top: 10px;
  width: 60px;
  height: 193px;
  position: absolute;
}
.quotes-block img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.quotes-block .card-body {
  padding: 5rem 4.6875rem 3.25rem 4.6875rem;
  position: relative;
}
.quotes-block .card-body > p {
  line-height: 1.875rem;
  max-width: 745px;
}

.hover-box-footer .learn-more-arrow {
  background-image: url(../../images/icons/arrow-right.svg);
}

.map-section .map-wrap {
  max-width: 536px;
  position: relative;
}
.map-section .map-wrap:before {
  content: "";
  width: 100%;
  display: block;
  padding-top: calc((593/536) * 100%);
  pointer-events: none;
}
.map-section .map-wrap img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.map-section .store-details {
  padding-top: calc( 20px * var(--rez) );
  padding-bottom: calc( 20px * var(--rez) );
}

/* .inner-sec{
  padding-bottom: 130px;
} */

.customer-sec .message-ceo {
  margin-top: -140px !important;
}

@media screen and (max-width:576px) {
  .swiper-slide-wrap img{
      max-width:none;
      object-fit: cover;
    }

    .inner-sec{
      padding-bottom: 40px !important;
    }

    .customer-sec .message-ceo {
      margin-top: -50px !important;
      padding: 0 !important;
    }

    .bottom-content-wrap{
      padding: 20px;
    }
    .haf-img-sec-content{
      padding: 20px;
    }
   .map-section{
    padding: 40px 20px;
   }
}