html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #121820;
  background: #fff;
  font: 16px/1.5 "Poppins", "Arial", "Helvetica", sans-serif;
  min-width: 360px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: #121820;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 40px;
    letter-spacing: 4px;
  }
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 38px;
    letter-spacing: 3px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    letter-spacing: 1px;
    font-size: 34px;
  }
}
@media (max-width: 479px) {
  h1,
  .h1 {
    letter-spacing: 0.5px;
    font-size: 32px;
  }
}
h1 span,
.h1 span {
  font-weight: 300;
}

h2,
.h2 {
  font-size: 38px;
  line-height: 1.2272;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

h3,
.h3 {
  font-size: 22px;
  line-height: 1.2272;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 21px;
  }
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #ff8815;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
.custom-field:-moz-placeholder,
.form-field:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
.custom-field::-moz-placeholder,
.form-field::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
.custom-field:-ms-input-placeholder,
.form-field:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
.custom-field::-webkit-input-placeholder,
.form-field::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
.custom-field,
.form-field,
textarea {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 6px 15px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  font-family: "Poppins", "Arial", "Helvetica", sans-serif;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=number],
  .custom-field,
  .form-field,
  textarea {
    font-size: 14px;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=number]:focus,
.custom-field:focus,
.form-field:focus,
textarea:focus {
  border-color: #ff8815;
}
.shopify-page input[type=text]:focus,
.shopify-page input[type=tel]:focus,
.shopify-page input[type=email]:focus,
.shopify-page input[type=search]:focus,
.shopify-page input[type=password]:focus,
.shopify-page input[type=number]:focus,
.shopify-page .custom-field:focus,
.shopify-page .form-field:focus,
.shopify-page textarea:focus {
  border-color: #94ce24;
}

select {
  -webkit-border-radius: 0;
}

textarea.custom-field {
  resize: vertical;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 125px;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: icomoon;
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-value-img04:before {
  content: "\e925";
}

.icon-value-img03:before {
  content: "\e926";
}

.icon-value-img01:before {
  content: "\e927";
}

.icon-value-img02:before {
  content: "\e928";
}

.icon-long-arrow:before {
  content: "\e929";
}

.icon-carbon:before {
  content: "\e92a";
}

.icon-attach:before {
  content: "\e92b";
}

.icon-question:before {
  content: "\e92c";
}

.icon-info:before {
  content: "\e92d";
}

.icon-arrow-solid:before {
  content: "\e92e";
}

.icon-arrow-read:before {
  content: "\e923";
}

.icon-calandar:before {
  content: "\e924";
}

.icon-productivity:before {
  content: "\e904";
}

.icon-human-resource:before {
  content: "\e917";
}

.icon-corporate:before {
  content: "\e918";
}

.icon-consultant:before {
  content: "\e919";
}

.icon-law:before {
  content: "\e91a";
}

.icon-accept:before {
  content: "\e91b";
}

.icon-balance:before {
  content: "\e91c";
}

.icon-name:before {
  content: "\e91d";
}

.icon-email:before {
  content: "\e91e";
}

.icon-company:before {
  content: "\e91f";
}

.icon-world:before {
  content: "\e920";
}

.icon-call:before {
  content: "\e921";
}

.icon-bulb-plus:before {
  content: "\e922";
}

.icon-book:before {
  content: "\e900";
}

.icon-user:before {
  content: "\e901";
}

.icon-bulb:before {
  content: "\e902";
}

.icon-bell:before {
  content: "\e903";
}

.icon-phone:before {
  content: "\e905";
}

.icon-map:before {
  content: "\e906";
}

.icon-down-arrow:before {
  content: "\e907";
}

.icon-sparke:before {
  content: "\e908";
}

.icon-quote:before {
  content: "\e909";
}

.icon-prev-arrow:before {
  content: "\e90a";
}

.icon-next-arrow:before {
  content: "\e90b";
}

.icon-down:before {
  content: "\e90c";
}

.icon-plus:before {
  content: "\e90d";
}

.icon-next:before {
  content: "\e90e";
}

.icon-prev:before {
  content: "\e90f";
}

.icon-desktop:before {
  content: "\e910";
}

.icon-x:before {
  content: "\e911";
}

.icon-facebook-circle:before {
  content: "\e912";
}

.icon-linkedin:before {
  content: "\e913";
}

.icon-twitter:before {
  content: "\e914";
}

.icon-facebook:before {
  content: "\e915";
}

.icon-google:before {
  content: "\e916";
}

.icon-close:before {
  content: "\e92f";
}

.icon-fashion:before {
  content: "\e930";
}

.icon-solution:before {
  content: "\e931";
}

.icon-car-shipping .path1:before {
  content: "\e932";
  color: rgb(48, 108, 254);
}

.icon-car-shipping .path2:before {
  content: "\e933";
  margin-left: -1em;
  color: rgb(52, 64, 84);
}

.icon-food:before {
  content: "\e934";
}

.icon-heart:before {
  content: "\e935";
}

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

.wrapper {
  position: relative;
  width: 100%;
}

.container {
  position: relative;
  padding: 0 25px;
  margin: 0 auto;
  max-width: 1300px;
}
@media (max-width: 1199px) {
  .container {
    padding: 0 15px;
  }
}
.shopify-page .container {
  max-width: 1560px;
}

.main {
  position: relative;
}

.highlight {
  color: #ff8815;
}
.shopify-page .highlight {
  color: #94ce24;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  gap: 14px;
}
.btns-list li {
  position: relative;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  height: 56px;
  border-radius: 12px;
  padding: 5px 20px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #ff8815;
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-primary-outline {
  border-color: #ff8815;
  color: #ff8815;
}
.btn-primary-outline:hover {
  color: #fff;
  border-color: #ff8815;
  background: #ff8815;
}

.btn-primary {
  background: #ff8815;
  color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.btn-primary:hover {
  background: rgb(174, 85.5128205128, 0);
  border-color: rgb(174, 85.5128205128, 0);
  color: #fff;
}

.main-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0 0;
}
@media (max-width: 1299px) {
  .main-section {
    padding: 60px 0 0;
  }
}
@media (max-width: 1023px) {
  .main-section {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .main-section {
    padding: 35px 0 0;
  }
}

.heading-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
  margin: 0 0 35px;
}
@media (max-width: 1023px) {
  .heading-row {
    display: block;
    margin: 0 0 30px;
  }
}

.heading-area {
  position: relative;
}
.heading-area .sub-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  display: block;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .heading-area .sub-title {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.heading-area h2 {
  margin: 0;
}
.heading-area p {
  margin: 15px 0 0;
}

.heading-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 18px;
  gap: 10px;
  margin: 0 0 15px;
  border-radius: 20px;
  border: 1px solid #121820;
  color: #ff8815;
}
.shopify-page .heading-tag {
  color: #94ce24;
}
.heading-tag i {
  color: #121820;
  display: block;
}

.learn-more-holder {
  position: relative;
}

.learn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 18px;
  color: #000;
}
.learn-more .ico-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.learn-more .ico-wrap i {
  display: block;
}
.learn-more:hover .ico-wrap {
  background: #ff8815;
}

.pattern01 {
  position: absolute;
  right: 150px;
  top: -70px;
  pointer-events: none;
  max-width: 270px;
}
@media (max-width: 1299px) {
  .pattern01 {
    top: -60px;
  }
}
@media (max-width: 1199px) {
  .pattern01 {
    right: 120px;
    max-width: 225px;
  }
}
@media (max-width: 1023px) {
  .pattern01 {
    display: none;
  }
}
.pattern01 img {
  display: block;
  width: 100%;
  height: auto;
}

.pattern03 {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  max-width: 320px;
}
@media (max-width: 1199px) {
  .pattern03 {
    max-width: 250px;
  }
}
@media (max-width: 1023px) {
  .pattern03 {
    display: none;
  }
}
.pattern03 img {
  display: block;
  width: 100%;
  height: auto;
}

.banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 730px;
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1749px) {
  .banner-area {
    min-height: 700px;
  }
}
@media (max-width: 1299px) {
  .banner-area {
    min-height: 650px;
  }
}
@media (max-width: 1199px) {
  .banner-area {
    min-height: 550px;
  }
}
@media (max-width: 1023px) {
  .banner-area {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .banner-area {
    padding: 90px 0;
    min-height: 380px;
  }
}
@media (max-width: 479px) {
  .banner-area {
    min-height: 350px;
  }
}
.banner-area:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(20, 20, 20, 0.9);
  z-index: 2;
}
.banner-area .container {
  width: 100%;
}

.banner-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}

.banner-caption-area {
  position: relative;
  max-width: 720px;
  z-index: 3;
}
@media (max-width: 1023px) {
  .banner-caption-area {
    max-width: 500px;
  }
}
.banner-caption-area h1 {
  color: #fff;
  margin: 0;
}

.banner-pattern {
  position: relative;
  max-width: 220px;
}
@media (max-width: 1199px) {
  .banner-pattern {
    max-width: 180px;
  }
}
@media (max-width: 1023px) {
  .banner-pattern {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .banner-pattern {
    position: absolute;
    right: -15px;
    top: 0;
    max-width: 120px;
  }
}
@media (max-width: 479px) {
  .banner-pattern {
    max-width: 100px;
  }
}
.banner-pattern img {
  display: block;
  width: 100%;
  height: auto;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  color: #fff;
  margin: 0 0 35px;
}
@media (max-width: 1199px) {
  .breadcrumb-list {
    margin: 0 0 28px;
  }
}
@media (max-width: 1023px) {
  .breadcrumb-list {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-list {
    font-size: 15px;
    margin: 0 0 15px;
  }
}
.breadcrumb-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  position: relative;
}
.breadcrumb-list li + li:before {
  width: 6px;
  height: 6px;
  background: #ff8815;
  content: "";
  border-radius: 50%;
  margin: 0 10px;
  display: block;
}
@media (max-width: 767px) {
  .breadcrumb-list li + li:before {
    margin: 0 8px;
  }
}
.breadcrumb-list a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: #fff;
}
.breadcrumb-list a:hover {
  color: #ff8815;
}
.breadcrumb-list .current {
  pointer-events: none;
}

.faq-tab-slide {
  display: none;
}

.divider {
  width: 100%;
  height: 2px;
  background: rgba(18, 24, 32, 0.1);
  position: relative;
  display: block;
  margin: 0 0 15px;
}
.divider:before {
  width: 25px;
  height: 100%;
  content: "";
  border-right: 5px solid #fff;
  height: 100%;
  background: #ff8815;
  position: absolute;
  top: 0;
  left: 0;
}
.divider:after {
  width: 25px;
  height: 100%;
  content: "";
  border-left: 5px solid #fff;
  height: 100%;
  background: #ff8815;
  position: absolute;
  top: 0;
  right: 0;
}

.pager-list-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background: #fff;
  gap: 15px;
  padding: 35px 0 0;
}
@media (max-width: 767px) {
  .pager-list-area {
    padding: 25px 0 0;
    gap: 10px;
  }
}
.pager-list-area .pager-prev-btn,
.pager-list-area .pager-next-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  gap: 8px;
  color: #ccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .pager-list-area .pager-prev-btn,
  .pager-list-area .pager-next-btn {
    font-size: 14px;
    gap: 6px;
  }
}
.pager-list-area .pager-prev-btn:hover,
.pager-list-area .pager-next-btn:hover {
  color: #ff8815;
}
.pager-list-area .pager-prev-btn i,
.pager-list-area .pager-next-btn i {
  font-size: 20px;
  display: block;
}
@media (max-width: 767px) {
  .pager-list-area .pager-prev-btn i,
  .pager-list-area .pager-next-btn i {
    font-size: 18px;
  }
}
.pager-list-area .pager-prev-btn:disabled,
.pager-list-area .pager-next-btn:disabled {
  color: #ccc;
  pointer-events: none;
}

.pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 16px;
}
@media (max-width: 767px) {
  .pager-list {
    gap: 10px;
  }
}
.pager-list li {
  position: relative;
}
.pager-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #f1f1f1;
  background: #fff;
  border-radius: 50%;
  color: #121820;
}
@media (max-width: 767px) {
  .pager-list a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    width: 30px;
    height: 30px;
  }
}
.pager-list a:hover, .pager-list a.active {
  border-color: #ff8815;
  background: #ff8815;
  color: #fff;
}

.dot-image-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 72px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: #f0f0f0;
  color: #121820;
  margin: 0 0 22px;
}
.dot-image-holder i {
  position: relative;
  font-size: 50px;
  display: block;
  z-index: 3;
}

.ico-dot {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  bottom: 14px;
  background: rgba(255, 136, 21, 0.85);
  border-radius: 50%;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.shopify-page .header {
  background: #94ce24;
}
@media (max-width: 767px) {
  .header {
    z-index: 100;
  }
}
.header .container {
  max-width: 1740px;
}
@media (max-width: 767px) {
  .header .container {
    position: static;
    padding: 0;
  }
}

.header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 25px 0;
}
@media (max-width: 1023px) {
  .header-holder {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .header-holder {
    padding: 20px 15px;
    display: block;
    z-index: 100;
  }
}

.logo {
  display: block;
  width: 160px;
}
@media (max-width: 1023px) {
  .logo {
    width: 140px;
  }
}
.logo a {
  display: block;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-holder {
  position: relative;
}
@media (min-width: 768px) {
  .nav-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 0;
    padding: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  .nav-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    max-height: 0;
    z-index: 100;
  }
  .menu-active .nav-holder {
    max-height: 4000px;
  }
}

.nav-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .nav-wrap {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .menu-active .nav-wrap {
    -webkit-transform: none;
            transform: none;
  }
}

.nav-area {
  position: relative;
}
@media (max-width: 767px) {
  .nav-area {
    background: #000;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 22px 15px;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  gap: 30px;
}
@media (max-width: 1023px) {
  .menu {
    font-size: 16px;
    gap: 22px;
  }
}
@media (max-width: 767px) {
  .menu {
    display: block;
    text-align: center;
  }
}
.menu li {
  position: relative;
}
@media (max-width: 767px) {
  .menu li {
    margin: 0 0 12px;
  }
  .menu li:last-child {
    margin-bottom: 0;
  }
}
.menu li.active a {
  color: #ff8815;
}
.menu a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.menu a:hover, .menu a.active {
  color: #ff8815;
}

.menu-opener {
  width: 24px;
  height: 20px;
  border-top: 2px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  right: 15px;
  top: 26px;
  z-index: 100;
}
@media (min-width: 768px) {
  .menu-opener {
    display: none;
  }
}
.menu-active .menu-opener {
  border-top: none;
}
.menu-opener:before, .menu-opener:after {
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  top: 16px;
}
.menu-active .menu-opener:before, .menu-active .menu-opener:after {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-opener:after {
  top: 7px;
}
.menu-active .menu-opener:after {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}
.menu-active .menu-overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .menu-overlay {
    display: block;
  }
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.banner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #121820;
  min-height: 100vh;
  overflow: hidden;
}
.banner-section video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner-content-area {
  position: relative;
  padding: 180px 0 120px;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-content-area {
    padding: 150px 0 70px;
  }
}
@media (max-width: 1023px) {
  .banner-content-area {
    padding: 120px 0 70px;
  }
}
@media (max-width: 767px) {
  .banner-content-area {
    padding: 100px 0 50px;
  }
}
.banner-content-area .container {
  max-width: 1740px;
}

.banner-content-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.banner-caption {
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  position: relative;
  color: #fff;
  max-width: 680px;
}
@media (max-width: 1199px) {
  .banner-caption {
    max-width: 560px;
  }
}
@media (max-width: 1023px) {
  .banner-caption {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-caption {
    line-height: 30px;
  }
}
.banner-caption h1 {
  color: #fff;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .banner-caption h1 {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .banner-caption h1 {
    margin: 0 0 10px;
  }
}
.banner-caption p {
  margin: 0;
}
.banner-caption .btns-list {
  padding: 35px 0 0;
}
@media (max-width: 1199px) {
  .banner-caption .btns-list {
    padding: 25px 0 0;
  }
}
@media (max-width: 767px) {
  .banner-caption .btns-list {
    padding: 18px 0 0;
  }
}
.banner-caption .btn {
  min-width: 220px;
}
@media (max-width: 1199px) {
  .banner-caption .btn {
    min-width: 210px;
  }
}
@media (max-width: 767px) {
  .banner-caption .btn {
    min-width: 150px;
  }
}

.banner-caption-slider-holder {
  position: relative;
  overflow: hidden;
}

.banner-caption-slider {
  position: relative;
}
.banner-caption-slider .highlight {
  white-space: nowrap;
}

.banner-info-list-holder {
  position: relative;
  padding: 20px 0 0;
  width: 440px;
}
@media (max-width: 1199px) {
  .banner-info-list-holder {
    width: 400px;
    padding: 40px 0 0;
  }
}
@media (max-width: 1023px) {
  .banner-info-list-holder {
    display: none;
  }
}

.banner-info-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.banner-info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.banner-info-list li:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.banner-info-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.banner-info-item:hover .banner-hover-block {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.banner-info-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  gap: 20px;
}
.banner-info-opener .ico-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  background: #2f353d;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  font-size: 22px;
}
.banner-info-opener .ico-wrap i {
  display: block;
}
.banner-info-opener .text {
  display: block;
}
.banner-info-opener:hover {
  color: #ff8815;
}
.banner-info-opener:hover .ico-wrap {
  background: #ff8815;
  color: #fff;
}

.banner-hover-block {
  position: absolute;
  bottom: 80px;
  left: -98px;
  -webkit-box-shadow: 0 0 40px 0 rgba(18, 24, 32, 0.1);
          box-shadow: 0 0 40px 0 rgba(18, 24, 32, 0.1);
  background: #fff;
  border-radius: 5px;
  width: 260px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translateY(-10px) scale(0.98);
          transform: translateY(-10px) scale(0.98);
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}

.banner-block-content {
  position: relative;
  padding: 25px;
}
.banner-block-content:before {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  bottom: -8px;
  left: calc(50% - 15px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0 0 5px 0;
  background: #fff;
}
.banner-block-content .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  color: #121820;
  margin: 0 0 18px;
}
.banner-block-content p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(18, 24, 32);
  margin: 0;
}

.sections-links-row {
  background: #fff;
  border-bottom: 1px solid #ff8815;
  border-top: 1px solid #ff8815;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .sections-links-row {
    overflow: hidden;
  }
}

.section-links-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  min-height: 65px;
}
@media (max-width: 1023px) {
  .section-links-holder {
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  .section-links-holder {
    min-height: inherit;
    display: block;
    overflow: auto;
  }
}

.section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  position: relative;
  gap: 30px;
}
@media (max-width: 1023px) {
  .section-list {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .section-list {
    gap: 12px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: 450px;
  }
}
.section-list li {
  position: relative;
}
.section-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  gap: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  .section-list a {
    gap: 12px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-list a {
    gap: 10px;
    padding: 15px 0;
    font-size: 12px;
  }
}
.section-list a i {
  display: block;
}
.section-list a:hover, .section-list a.active {
  color: #ff8815;
}

.services-section {
  position: relative;
}

.services-detail .heading-area {
  max-width: 875px;
}
@media (max-width: 1199px) {
  .services-detail .heading-area {
    max-width: 750px;
  }
}
@media (max-width: 1023px) {
  .services-detail .heading-area {
    max-width: 100%;
    width: 100%;
  }
}
.services-detail .slider-arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  z-index: 3;
}
@media (max-width: 1023px) {
  .services-detail .slider-arrows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0 0;
  }
}
.services-detail .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff8815;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid #ff8815;
  font-size: 20px;
}
.services-detail .slick-arrow span {
  display: block;
}
.services-detail .slick-arrow:hover {
  background: #ff8815;
  color: #fff;
}

.services-slider-area {
  position: relative;
  margin-right: calc((100vw - 1300px) / -2);
}
@media (max-width: 1299px) {
  .services-slider-area {
    margin-right: -25px;
  }
}
@media (max-width: 1023px) {
  .services-slider-area {
    margin-right: -15px;
  }
}

.services-slider {
  position: relative;
}

.services-block {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #000;
  padding: 28px 20px;
  border-radius: 10px;
  height: 100%;
}
.services-block:hover {
  border-color: #ff8815;
}
.services-block h3 {
  margin: 0 0 15px;
}
.services-block p {
  font-weight: 300;
  margin: 0 0 22px;
}
.services-block .service-list {
  padding: 15px 0 0;
}
.services-block .learn-more-holder {
  padding: 20px 0 0;
}

.service-list-holder {
  position: relative;
}

.service-list {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 1023px) {
  .service-list {
    font-size: 15px;
  }
}
.service-list li {
  position: relative;
  padding: 0 0 0 20px;
}
.service-list li:before {
  width: 6px;
  height: 6px;
  background: #ff8815;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.services-slider .slick-list {
  padding: 0 160px 0 0;
  margin: 0 -12px;
}
@media (max-width: 1299px) {
  .services-slider .slick-list {
    margin: 0 -10px;
    padding: 0 100px 0 0;
  }
}
@media (max-width: 1023px) {
  .services-slider .slick-list {
    padding: 0 70px 0 0;
  }
}
.services-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services-slider .slick-track:before {
  display: none;
}
.services-slider .services-slide {
  padding: 0 12px;
  height: auto;
}
@media (max-width: 1299px) {
  .services-slider .services-slide {
    padding: 0 10px;
  }
}

.partner-row-holder {
  position: relative;
}

.partner-marquee {
  position: relative;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .partner-marquee {
    margin: 0 0 16px;
  }
}
.partner-marquee:last-child {
  margin-bottom: 0;
}

.partner-marquee-col {
  position: relative;
}

.partner-marquee-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 168px;
  height: 80px;
  position: relative;
  overflow: hidden;
  outline: none;
  border: 1px solid #a1aebf;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.partner-marquee-block img {
  max-width: 110px;
  height: auto;
  display: block;
}
.partner-marquee-block img.github {
  max-width: 65px;
}
.partner-marquee-block:hover {
  border-color: #ff8815;
}

.marquee-logo {
  position: relative;
  background: url(../images/marquee-logo-sprite.png) no-repeat;
  display: block;
  margin: 0 auto;
}
.marquee-logo.marquee-logo01 {
  width: 98px;
  height: 37px;
  background-position: -2px -3px;
}
.marquee-logo.marquee-logo02 {
  width: 118px;
  height: 42px;
  background-position: -105px -6px;
}
.marquee-logo.marquee-logo03 {
  width: 86px;
  height: 58px;
  background-position: -231px -8px;
}
.marquee-logo.marquee-logo04 {
  width: 136px;
  height: 34px;
  background-position: -332px -21px;
}
.marquee-logo.marquee-logo05 {
  width: 49px;
  height: 54px;
  background-position: -9px -74px;
}
.marquee-logo.marquee-logo06 {
  width: 120px;
  height: 47px;
  background-position: -76px -78px;
}
.marquee-logo.marquee-logo07 {
  width: 136px;
  height: 32px;
  background-position: -216px -91px;
}
.marquee-logo.marquee-logo08 {
  width: 61px;
  height: 61px;
  background-position: -375px -75px;
}
.marquee-logo.marquee-logo09 {
  width: 140px;
  height: 41px;
  background-position: -18px -167px;
}
.marquee-logo.marquee-logo10 {
  width: 140px;
  height: 39px;
  background-position: -190px -169px;
}
.marquee-logo.marquee-logo11 {
  width: 103px;
  height: 55px;
  background-position: -393px -162px;
}
.marquee-logo.marquee-logo12 {
  width: 50px;
  height: 55px;
  background-position: -444px -78px;
}
.marquee-logo.marquee-logo13 {
  width: 133px;
  height: 58px;
  background-position: -5px -236px;
}
.marquee-logo.marquee-logo14 {
  width: 92px;
  height: 46px;
  background-position: -139px -241px;
}
.marquee-logo.marquee-logo15 {
  width: 95px;
  height: 48px;
  background-position: -243px -236px;
}
.marquee-logo.marquee-logo16 {
  width: 66px;
  height: 64px;
  background-position: -352px -226px;
}

.partner-marquee-block-holder {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 9px;
}
@media (max-width: 1023px) {
  .partner-marquee-block-holder {
    padding: 0 6px;
  }
}

.partner-marquee {
  overflow: hidden;
  white-space: nowrap;
}

.marquee-inner {
  display: inline-block;
  white-space: nowrap;
}

.choose-us-section {
  padding-bottom: 65px;
}
@media (max-width: 1299px) {
  .choose-us-section {
    padding-bottom: 55px;
  }
}
@media (max-width: 1023px) {
  .choose-us-section {
    padding-bottom: 50px;
  }
}
.choose-us-section .heading-area {
  max-width: 1030px;
  margin: 0 0 30px;
}

.choose-block-row {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 1199px) {
  .choose-block-row {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .choose-block-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
  }
}

.choose-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #d6d6d6;
  color: #000;
  border-radius: 10px;
  padding: 32px 25px;
  gap: 20px;
}
@media (max-width: 1199px) {
  .choose-block {
    padding: 30px 25px;
  }
}
@media (max-width: 767px) {
  .choose-block {
    display: block;
    padding: 25px 20px;
  }
}
.choose-block .ico-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ff8815;
  color: #ff8815;
  font-size: 24px;
}
@media (max-width: 767px) {
  .choose-block .ico-wrap {
    margin: 0 0 20px;
  }
}
.choose-block .ico-wrap i {
  display: block;
}
.choose-block .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  position: relative;
}
.choose-block h3 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #000;
}
.choose-block p {
  margin: 0;
}
.choose-block:hover {
  border-color: #121820;
  background: #121820;
  color: #fff;
}
.choose-block:hover h3 {
  color: #fff;
}

.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-bg-image {
  position: absolute;
  inset: 0;
}
.cta-bg-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.cta-bg-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-content-block {
  position: relative;
  color: #fff;
  text-align: center;
  max-width: 1300px;
  padding: 55px 0;
  margin: 0 auto;
  z-index: 3;
}
@media (max-width: 1023px) {
  .cta-content-block {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .cta-content-block {
    padding: 35px 0 20px;
  }
}
.cta-content-block h2 {
  color: #fff;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  .cta-content-block h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .cta-content-block h2 {
    font-size: 20px;
    margin: 0 0 22px;
  }
}

.cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 25px;
  gap: 20px;
}
@media (max-width: 767px) {
  .cta-list {
    padding: 0;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -10px;
  }
}
.cta-list li {
  position: relative;
}
@media (max-width: 767px) {
  .cta-list li {
    width: 50%;
    padding: 0 10px 15px;
  }
}
.cta-list .num {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  display: block;
  color: #ff8815;
  margin: 0 0 10px;
}
@media (max-width: 1199px) {
  .cta-list .num {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .cta-list .num {
    font-size: 30px;
    margin: 0 0 7px;
  }
}
.cta-list .text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  display: block;
}
@media (max-width: 1023px) {
  .cta-list .text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cta-list .text {
    font-size: 16px;
  }
}

.process-block-row {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .process-block-row {
    gap: 25px;
  }
}
@media (max-width: 1023px) {
  .process-block-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.process-image {
  position: relative;
  overflow: hidden;
  border: 1px solid #ff8815;
}
.process-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
@media (max-width: 1023px) {
  .process-image img {
    height: 400px;
  }
}

.process-description {
  position: relative;
  padding: 20px 0 0;
}
@media (max-width: 1199px) {
  .process-description {
    padding: 12px 0 0;
  }
}

.process-accordion {
  position: relative;
  padding: 25px 0 0;
}
@media (max-width: 1199px) {
  .process-accordion {
    padding: 18px 0 0;
  }
}

.process-accordion-item {
  position: relative;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .process-accordion-item {
    margin: 0 0 15px;
  }
}
.process-accordion-item:last-child {
  margin-bottom: 0;
}

.process-accordion-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 25px;
  color: #fff;
  background: #121820;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 56px;
}
@media (max-width: 1199px) {
  .process-accordion-opener {
    font-size: 20px;
  }
}
.process-accordion-opener .arrow {
  display: block;
  font-size: 12px;
}
@media (max-width: 1199px) {
  .process-accordion-opener .arrow {
    font-size: 11px;
  }
}
.process-accordion-opener .arrow i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.process-accordion-opener:hover {
  background: #ff8815;
}
.process-accordion-opener.active {
  background: #ff8815;
}
.process-accordion-opener.active .arrow i {
  -webkit-transform: none;
          transform: none;
}

.process-accordion-slide {
  display: none;
}

.slide-content {
  position: relative;
  padding: 25px 22px 8px;
}
@media (max-width: 767px) {
  .slide-content {
    padding: 20px 18px 5px;
  }
}
.slide-content p {
  margin: 0;
}

.solution-tab-slide {
  display: none;
}

.solution-heading-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0 0 35px;
}
.solution-heading-row .heading-area {
  max-width: 500px;
}
@media (max-width: 1023px) {
  .solution-heading-row .heading-area {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
}
.solution-heading-row .heading-text-wrap {
  position: relative;
  max-width: 520px;
}
@media (max-width: 1199px) {
  .solution-heading-row .heading-text-wrap {
    max-width: 450px;
  }
}
@media (max-width: 1023px) {
  .solution-heading-row .heading-text-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.solution-heading-row .heading-text-wrap p {
  margin: 0;
}

.solution-content-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .solution-content-area {
    overflow: hidden;
    display: block;
  }
}

.solution-tabs-list-holder {
  position: relative;
  width: 250px;
}
@media (max-width: 1023px) {
  .solution-tabs-list-holder {
    width: auto;
    overflow: auto;
    padding: 0 0 12px;
    margin: 0 0 30px;
  }
}

.solution-tabs-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  .solution-tabs-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 950px;
  }
}
@media (max-width: 767px) {
  .solution-tabs-list {
    gap: 10px;
  }
}
.solution-tabs-list li {
  position: relative;
}
.solution-tabs-list li.active a {
  border-color: #121820;
  font-weight: 700;
}
.solution-tabs-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  border: 1px solid #eff0f6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 60px;
  background: #fff;
  color: #121820;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 10px 25px;
}
@media (max-width: 1023px) {
  .solution-tabs-list a {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    height: 50px;
    border-radius: 10px;
    padding: 10px 18px;
  }
}
.solution-tabs-list a:hover {
  color: #ff8815;
  border-color: #121820;
}
.solution-tabs-list a.active {
  border-color: #121820;
  font-weight: 700;
}

.solution-tab-content {
  position: relative;
}
@media (min-width: 1024px) {
  .solution-tab-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 0;
    padding: 0 0 0 40px;
  }
}

.solution-description-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  position: relative;
}

.solution-description {
  position: relative;
}
@media (min-width: 1200px) {
  .solution-description {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 0;
    padding: 0 40px 0 0;
  }
}
@media (max-width: 1199px) {
  .solution-description {
    padding: 0 0 15px;
  }
}
.solution-description p {
  line-height: 1.8;
  font-weight: 500;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .solution-description p {
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 16px;
  }
}

.programming-list-holder {
  position: relative;
  width: 480px;
}
@media (max-width: 1199px) {
  .programming-list-holder {
    width: 100%;
  }
}

.programming-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  position: relative;
  gap: 40px;
}
@media (max-width: 1299px) {
  .programming-list {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .programming-list {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.programming-list li {
  position: relative;
}
.programming-list a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.programming-list a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.programming-list img {
  max-width: 46px;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-section {
  padding-bottom: 60px;
}
@media (max-width: 1023px) {
  .portfolio-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .portfolio-section {
    padding-bottom: 30px;
    overflow: hidden;
  }
}
.portfolio-section .heading-area {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 30px;
}
@media (max-width: 1023px) {
  .portfolio-section .heading-area {
    margin: 0 auto 25px;
  }
}

.portfolio-list-area {
  position: relative;
  margin: 0 0 35px;
}
@media (max-width: 1199px) {
  .portfolio-list-area {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .portfolio-list-area {
    margin: 0 0 20px;
    overflow: auto;
  }
}

.portfolio-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 35px;
}
@media (max-width: 1199px) {
  .portfolio-tabs-list {
    gap: 30px;
  }
}
@media (max-width: 1023px) {
  .portfolio-tabs-list {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .portfolio-tabs-list {
    gap: 15px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 500px;
  }
}
.portfolio-tabs-list li {
  position: relative;
}
.portfolio-tabs-list li.active a {
  color: #ff8815;
}
.shopify-page .portfolio-tabs-list li.active a {
  color: #94ce24;
}
.portfolio-tabs-list li.active a:before {
  width: 100%;
}
.portfolio-tabs-list a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #121820;
  display: block;
  position: relative;
  padding: 0 0 15px;
}
@media (max-width: 767px) {
  .portfolio-tabs-list a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding: 0 0 12px;
  }
}
.portfolio-tabs-list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #ff8815;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shopify-page .portfolio-tabs-list a:before {
  background: #94ce24;
}
.portfolio-tabs-list a:hover {
  color: #ff8815;
}
.shopify-page .portfolio-tabs-list a:hover {
  color: #94ce24;
}
.portfolio-tabs-list a.active {
  color: #ff8815;
}
.shopify-page .portfolio-tabs-list a.active {
  color: #94ce24;
}
.portfolio-tabs-list a.active:before {
  width: 100%;
}

.portfolio-tab-content {
  position: relative;
}

.portfolio-tab-slide {
  display: none;
}

.protfolio-block-row {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199px) {
  .protfolio-block-row {
    gap: 25px;
  }
}
@media (max-width: 1023px) {
  .protfolio-block-row {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .protfolio-block-row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.portfolio-block {
  position: relative;
}
.portfolio-block .portfolio-wrap {
  position: relative;
  display: block;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-block .portfolio-wrap:hover .title,
.portfolio-block .portfolio-wrap:hover h3 {
  color: #ff8815;
}
.shopify-page .portfolio-block .portfolio-wrap:hover .title,
.shopify-page .portfolio-block .portfolio-wrap:hover h3 {
  color: #94ce24;
}
.portfolio-block img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .portfolio-block img {
    max-height: 400px;
  }
}
@media (max-width: 479px) {
  .portfolio-block img {
    max-height: 300px;
  }
}
.portfolio-block .description {
  position: relative;
  max-width: 435px;
  padding: 30px 0 0;
}
@media (max-width: 1023px) {
  .portfolio-block .description {
    max-width: 100%;
    padding: 24px 0 0;
  }
}
.portfolio-block .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #121820;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  margin: 0 0 15px;
}
.portfolio-block h3 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  margin: 0;
}
@media (max-width: 1023px) {
  .portfolio-block h3 {
    letter-spacing: 0;
    font-size: 18px;
  }
}

.testimonial-section {
  position: relative;
  padding: 70px 0;
  background: #121820;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .testimonial-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .testimonial-section {
    padding: 30px 0;
  }
}
.testimonial-section .heading-row {
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  .testimonial-section .heading-row {
    margin: 0 0 25px;
  }
}
.testimonial-section .heading-area {
  color: #fff;
}
.testimonial-section .heading-area h2 {
  color: #fff;
}
.testimonial-section .testimonial-slider-arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  z-index: 3;
}
@media (max-width: 1023px) {
  .testimonial-section .testimonial-slider-arrows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0 0;
  }
}
.testimonial-section .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff8815;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  border: 1px solid #ff8815;
  font-size: 18px;
}
.shopify-page .testimonial-section .slick-arrow {
  border-color: #94ce24;
  color: #94ce24;
}
.testimonial-section .slick-arrow span {
  position: relative;
  display: block;
}
.testimonial-section .slick-arrow .icon-next-arrow {
  left: 2px;
}
.testimonial-section .slick-arrow:hover {
  background: #ff8815;
  color: #fff;
}
.shopify-page .testimonial-section .slick-arrow:hover {
  background: #94ce24;
}

.testimonial-slider-holder {
  position: relative;
  margin-right: calc((100vw - 1300px) / -2);
}
@media (max-width: 1299px) {
  .testimonial-slider-holder {
    margin-right: -25px;
  }
}
.testimonial-slider-holder .slick-list {
  padding: 0 60px 0 0;
  margin: 0 -13px;
}
@media (max-width: 1299px) {
  .testimonial-slider-holder .slick-list {
    padding: 0 50px 0 0;
  }
}
.testimonial-slider-holder .testimonial-slide {
  padding: 0 13px;
  height: auto;
}
.testimonial-slider-holder .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.testimonial-slider-holder .slick-track:before {
  display: none;
}

.testimonial-block {
  position: relative;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 30px;
  color: #121820;
  height: 100%;
}
@media (max-width: 1199px) {
  .testimonial-block {
    padding: 30px 25px;
  }
}
.testimonial-block p {
  margin: 0;
}

.quote-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 22px 0 0;
  gap: 15px;
}
.quote-info-row .quote-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}
.quote-info-row .image-wrap {
  width: 44px;
  height: 44px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: #d0d3d9;
}
.quote-info-row .image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.quote-info-row .description {
  position: relative;
}
.quote-info-row .title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #121820;
  margin: 0 0 2px;
}
.quote-info-row .desination {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  display: block;
  color: #6b777f;
}
.quote-info-row .quote-ico {
  display: block;
  color: #ff8815;
}
.shopify-page .quote-info-row .quote-ico {
  color: #94ce24;
}
.quote-info-row .quote-ico i {
  font-size: 26px;
  display: block;
}
@media (max-width: 1199px) {
  .quote-info-row .quote-ico i {
    font-size: 22px;
  }
}

.info-feature-section {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 1023px) {
  .info-feature-section {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .info-feature-section {
    padding: 30px 0;
  }
}
.info-feature-section .heading-area {
  text-align: center;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .info-feature-section .heading-area {
    margin: 0 0 10px;
  }
}

.feature-slider-holder {
  position: relative;
}
.feature-slider-holder .slick-list {
  padding: 15px 0;
  margin: 0 -13px;
}
@media (max-width: 1199px) {
  .feature-slider-holder .slick-list {
    margin: 0 -10px;
  }
}
.feature-slider-holder .feature-slide {
  padding: 0 13px;
  height: auto;
}
@media (max-width: 1199px) {
  .feature-slider-holder .feature-slide {
    padding: 0 10px;
  }
}
.feature-slider-holder .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature-slider-holder .slick-track:before {
  display: none;
}

.feature-block-wrap {
  position: relative;
}

.feature-block {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-block img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .feature-block img {
    max-height: 350px;
  }
}
@media (max-width: 479px) {
  .feature-block img {
    max-height: 300px;
  }
}
.feature-block .image-caption-area {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px;
  z-index: 3;
}
.feature-block .image-caption {
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  padding: 20px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
  color: #000;
}
@media (max-width: 1299px) {
  .feature-block .image-caption {
    font-size: 18px;
    padding: 18px 15px;
  }
}
@media (max-width: 1199px) {
  .feature-block .image-caption {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    padding: 15px 12px;
  }
}
.feature-block p {
  margin: 0;
}
.feature-block:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.feature-block:hover .image-caption {
  background: #121820;
  color: #fff;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding: 15px 0 0;
  gap: 8px;
}
@media (max-width: 1199px) {
  .slick-dots {
    padding: 5px 0 0;
  }
}
.slick-dots li {
  position: relative;
}
.slick-dots li.slick-active button {
  background: #ff8815;
}
.slick-dots button {
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: #d9d9d9;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  border: none;
}
@media (max-width: 1199px) {
  .slick-dots button {
    width: 10px;
    height: 10px;
  }
}
.slick-dots button:hover {
  background: #ff8815;
}

.imagination-info-section {
  position: relative;
}

.imagination-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  position: relative;
  border-radius: 20px;
  background: #121820;
  color: #fff;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1220px;
  padding: 50px 40px;
}
@media (max-width: 1199px) {
  .imagination-info-block {
    padding: 45px 35px;
  }
}
@media (max-width: 1023px) {
  .imagination-info-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .imagination-info-block {
    padding: 30px 20px;
    border-radius: 15px;
  }
}

.imagination-content {
  position: relative;
  padding: 0 70px 0 0;
}
@media (min-width: 1024px) {
  .imagination-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 0;
  }
}
@media (max-width: 1199px) {
  .imagination-content {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 1023px) {
  .imagination-content {
    padding: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .imagination-content {
    padding: 0 0 15px;
  }
}
.imagination-content h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .imagination-content h2 {
    font-size: 22px;
  }
}

.imagination-btns-list {
  position: relative;
  width: 250px;
}
@media (max-width: 1023px) {
  .imagination-btns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    width: 100%;
  }
}
.imagination-btns-list li {
  position: relative;
  margin: 0 0 25px;
}
@media (max-width: 1023px) {
  .imagination-btns-list li {
    margin: 0;
  }
}
.imagination-btns-list li:last-child {
  margin-bottom: 0;
}
.imagination-btns-list .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .imagination-btns-list .btn {
    min-width: 150px;
  }
}

.faq-section {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 1023px) {
  .faq-section {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .faq-section {
    padding: 30px 0;
  }
}

.faq-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.faq-heading-area {
  position: relative;
  max-width: 450px;
}
@media (max-width: 1199px) {
  .faq-heading-area {
    max-width: 400px;
  }
}
@media (max-width: 1023px) {
  .faq-heading-area {
    max-width: 100%;
    width: 100%;
    padding: 0 0 20px;
  }
}

.faq-accordion-area {
  position: relative;
  max-width: 700px;
}
@media (max-width: 1199px) {
  .faq-accordion-area {
    max-width: 570px;
  }
}
@media (max-width: 1023px) {
  .faq-accordion-area {
    max-width: 100%;
    width: 100%;
  }
}

.faq-accordion {
  position: relative;
}
.faq-accordion li {
  position: relative;
  border-top: 2px solid #000;
}
.faq-accordion li:first-child {
  border-top: none;
}
.faq-accordion a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #121820;
  position: relative;
  padding: 20px 0 20px 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  gap: 15px;
}
@media (max-width: 1199px) {
  .faq-accordion a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-accordion a {
    font-size: 15px;
  }
}
.faq-accordion a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  background: #121820;
  width: 3px;
  border-radius: 2px;
}
.faq-accordion a i {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 11px;
  top: 11px;
}
@media (max-width: 767px) {
  .faq-accordion a i {
    font-size: 10px;
  }
}
.faq-accordion a.active i {
  -webkit-transform: none;
          transform: none;
}
.faq-accordion .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  display: block;
}

.faq-slide {
  display: none;
}

.faq-slide-content {
  position: relative;
  padding: 10px 0 25px;
}
@media (max-width: 1199px) {
  .faq-slide-content {
    padding: 5px 0 20px;
  }
}
.faq-slide-content p {
  margin: 0;
}

.contactus-section {
  position: relative;
  background: #121820;
  padding: 70px 0 0;
  color: #fff;
  overflow: hidden;
}
.shopify-page .contactus-section {
  background: #94ce24;
  padding-bottom: 70px;
}
@media (max-width: 1299px) {
  .contactus-section {
    padding: 60px 0 0;
  }
  .shopify-page .contactus-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .contactus-section {
    padding: 50px 0 0;
  }
  .shopify-page .contactus-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .contactus-section {
    padding: 30px 0 0;
  }
  .shopify-page .contactus-section {
    padding-bottom: 30px;
  }
}

.contactus-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.contactus-holder .heading-area {
  max-width: 520px;
}
@media (max-width: 1199px) {
  .contactus-holder .heading-area {
    max-width: 450px;
  }
}
@media (max-width: 1023px) {
  .contactus-holder .heading-area {
    max-width: 100%;
    width: 100%;
  }
}
.contactus-holder .heading-area h2 {
  color: #fff;
}
.contactus-holder .heading-area p {
  margin: 24px 0 0;
}

.contactus-heading-col {
  position: relative;
}
@media (min-width: 1024px) {
  .contactus-heading-col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 0;
  }
}
@media (max-width: 1023px) {
  .contactus-heading-col {
    padding: 0 0 30px;
  }
}

.contactus-block {
  position: relative;
  background: #fff;
  color: #121820;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 35px;
  width: 550px;
}
@media (max-width: 1199px) {
  .contactus-block {
    width: 520px;
    padding: 30px 35px;
  }
}
@media (max-width: 1023px) {
  .contactus-block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contactus-block {
    border-radius: 15px;
    padding: 30px 20px;
  }
}

.contact-heading {
  position: relative;
  text-align: center;
  margin: 0 0 15px;
}
.contact-heading h3 {
  color: #ff8815;
  margin: 0 0 6px;
}
.shopify-page .contact-heading h3 {
  color: #94ce24;
}
.contact-heading p {
  margin: 0;
}

.contactus-form {
  position: relative;
}

.field-row {
  position: relative;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .field-row {
    margin: 0 0 15px;
  }
}
.field-row label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: block;
  color: #000;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .field-row label {
    font-size: 15px;
  }
}

.checkbox-area {
  position: relative;
  margin: 0 0 20px;
}

.checkbox-label-holder {
  position: relative;
  display: block;
}
.checkbox-label-holder .checkbox-field {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 0;
  margin: 0;
}
.checkbox-label-holder .checkbox-field:checked + .checkbox-label .checkbox-ico {
  background: #ff8815;
  border-color: #ff8815;
}
.checkbox-label-holder .checkbox-field:checked + .checkbox-label .checkbox-ico:before {
  opacity: 1;
  visibility: visible;
}

.checkbox-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  position: relative;
  color: #121820;
  gap: 12px;
  cursor: pointer;
}
.checkbox-label .label-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  display: block;
}
.checkbox-label .checkbox-ico {
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  border-radius: 4px;
  border: 1px solid #121820;
  background: #fff;
  margin: 4px 0 0;
}
.checkbox-label .checkbox-ico:before {
  opacity: 0;
  visibility: hidden;
  width: 6px;
  height: 3px;
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  border: 1px solid #fff;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.submit-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.submit-button-holder .submit-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 180px;
  height: 44px;
}
.shopify-page .submit-button-holder .submit-button {
  background: #94ce24;
  border-color: #94ce24;
}

.service-banner-area {
  position: relative;
  background: url(../images/server-banner-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 175px 0;
}
@media (max-width: 1749px) {
  .service-banner-area {
    padding: 150px 0;
  }
}
@media (max-width: 1199px) {
  .service-banner-area {
    padding: 120px 0;
  }
}
@media (max-width: 1023px) {
  .service-banner-area {
    padding: 85px 0;
  }
}
@media (max-width: 767px) {
  .service-banner-area {
    padding: 80px 0 60px;
  }
}
.service-banner-area .shopify-image {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 595px;
  z-index: 1;
}
@media (max-width: 1749px) {
  .service-banner-area .shopify-image {
    width: 500px;
    bottom: 0;
  }
}
@media (max-width: 1299px) {
  .service-banner-area .shopify-image {
    width: 470px;
  }
}
@media (max-width: 1199px) {
  .service-banner-area .shopify-image {
    width: 400px;
  }
}
@media (max-width: 1023px) {
  .service-banner-area .shopify-image {
    width: 350px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .service-banner-area .shopify-image {
    width: 230px;
    right: 10px;
  }
}
.service-banner-area .shopify-image img {
  display: block;
  width: 100%;
  height: auto;
}

.service-banner-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}

.service-caption {
  position: relative;
  max-width: 700px;
  color: #fff;
}
@media (max-width: 1199px) {
  .service-caption {
    max-width: 525px;
  }
}
@media (max-width: 1023px) {
  .service-caption {
    max-width: 100%;
    width: 100%;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .service-caption {
    margin: 0 0 25px;
  }
}
.service-caption h1 {
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .service-caption h1 {
    margin: 0 0 15px;
  }
}
.service-caption p {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0;
  max-width: 650px;
  margin: 0;
}
@media (max-width: 1299px) {
  .service-caption p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
  }
}
@media (max-width: 1199px) {
  .service-caption p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
  }
}
@media (max-width: 1023px) {
  .service-caption p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .service-caption p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: -8px 0 0;
  }
}

.service-contact-form {
  position: relative;
  width: 500px;
  background: #fff;
  overflow: hidden;
  padding: 40px 30px;
  border-radius: 6px;
}
@media (max-width: 1299px) {
  .service-contact-form {
    width: 450px;
  }
}
@media (max-width: 1199px) {
  .service-contact-form {
    width: 430px;
  }
}
@media (max-width: 1023px) {
  .service-contact-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service-contact-form {
    padding: 35px 25px;
  }
}
.service-contact-form .title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  display: block;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .service-contact-form .title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.service-contact-form .form-submit-button-holder {
  position: relative;
  padding: 25px 0 0;
}
@media (max-width: 767px) {
  .service-contact-form .form-submit-button-holder {
    padding: 20px 0 0;
  }
}
.service-contact-form .form-submit-button {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  width: 100%;
  height: 54px;
  background: #94ce24;
  border: 1px solid #94ce24;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  padding: 8px 15px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .service-contact-form .form-submit-button {
    font-size: 18px;
  }
}
.service-contact-form .form-submit-button:hover {
  background: rgb(116.8099173554, 162.5867768595, 28.4132231405);
  border: rgb(116.8099173554, 162.5867768595, 28.4132231405);
  color: #fff;
}
.service-contact-form .terms-text-wrap {
  position: relative;
  text-align: center;
  padding: 15px 0 0;
}
.service-contact-form .terms-text-wrap p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #8b90a1;
  margin: 0;
}
@media (max-width: 767px) {
  .service-contact-form .terms-text-wrap p {
    font-size: 12px;
  }
}
.service-contact-form .terms-text-wrap p a {
  color: #2d25c8;
  text-decoration: underline;
}
.service-contact-form .terms-text-wrap p a:hover {
  text-decoration: none;
}

.contact-form-row {
  position: relative;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media (max-width: 767px) {
  .contact-form-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.form-field-col {
  position: relative;
}
@media (min-width: 768px) {
  .form-field-col:nth-child(n+3) {
    grid-column: 1/-1;
  }
}
.form-field-col .form-field {
  height: 50px;
  padding-left: 38px;
}
.form-field-col .field-label {
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #8b90a1;
  margin: 0;
}
.form-field-col .field-label i {
  font-size: 16px;
  display: block;
}
.form-field-col .field-label .icon-email {
  font-size: 14px;
}

.best-service-section {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1749px) {
  .best-service-section {
    padding: 75px 0;
  }
}
@media (max-width: 1199px) {
  .best-service-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .best-service-section {
    padding: 40px 0;
  }
}
.best-service-section .heading-area {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.best-service-row {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 28px 0 0;
}
@media (max-width: 1749px) {
  .best-service-row {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .best-service-row {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .best-service-row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .best-service-row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.best-service-block {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 3px solid #94ce24;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 68px 32px;
  text-align: center;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  color: #000;
}
@media (max-width: 1749px) {
  .best-service-block {
    padding: 55px 30px;
  }
}
@media (max-width: 1299px) {
  .best-service-block {
    padding: 50px 25px;
  }
}
@media (max-width: 1199px) {
  .best-service-block {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .best-service-block {
    padding: 35px 22px;
  }
}
.best-service-block .ico-holder {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  color: #94ce24;
  margin: 0 0 22px;
}
@media (max-width: 1749px) {
  .best-service-block .ico-holder {
    margin: 0 0 18px;
  }
}
.best-service-block .ico-holder i {
  font-size: 72px;
  display: block;
}
@media (max-width: 1749px) {
  .best-service-block .ico-holder i {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .best-service-block .ico-holder i {
    font-size: 62px;
  }
}
.best-service-block h3 {
  font-size: 34px;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 20px;
}
@media (max-width: 1749px) {
  .best-service-block h3 {
    font-size: 30px;
  }
}
@media (max-width: 1299px) {
  .best-service-block h3 {
    font-size: 28px;
    margin: 0 0 18px;
  }
}
@media (max-width: 1199px) {
  .best-service-block h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .best-service-block h3 {
    font-size: 22px;
  }
}
.best-service-block p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1749px) {
  .best-service-block p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
}
@media (max-width: 1199px) {
  .best-service-block p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
  }
}
.best-service-block:hover, .best-service-block.highlight-block {
  background: #94ce24;
  color: #fff;
}
.best-service-block:hover .ico-holder,
.best-service-block:hover h3, .best-service-block.highlight-block .ico-holder,
.best-service-block.highlight-block h3 {
  color: #fff;
}

.artificial-section {
  position: relative;
  overflow: hidden;
  background: #2e2e2e;
  color: #fff;
}
.artificial-section:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  background: #94ce24;
}
@media (max-width: 767px) {
  .artificial-section:before {
    display: none;
  }
}

.artificial-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .artificial-holder {
    display: block;
  }
}

.artificial-caption {
  position: relative;
  width: 50%;
  padding: 25px 30px 25px 0;
}
@media (max-width: 1199px) {
  .artificial-caption {
    padding: 25px 20px 25px 0;
  }
}
@media (max-width: 1023px) {
  .artificial-caption {
    padding: 25px 15px 25px 0;
  }
}
@media (max-width: 767px) {
  .artificial-caption {
    padding: 28px 15px;
    margin: 0 -15px;
    background: #94ce24;
    width: auto;
  }
}
.artificial-caption .heading-tag {
  color: #fff;
}
.artificial-caption h2 {
  font-size: 54px;
  line-height: 80px;
  max-width: 610px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1749px) {
  .artificial-caption h2 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 1299px) {
  .artificial-caption h2 {
    font-size: 46px;
    line-height: 64px;
  }
}
@media (max-width: 1199px) {
  .artificial-caption h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1023px) {
  .artificial-caption h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .artificial-caption h2 {
    font-size: 28px;
    line-height: 38px;
    max-width: 100%;
  }
}

.artificial-list-col {
  position: relative;
  padding: 60px 0 60px 78px;
  width: 50%;
}
@media (max-width: 1749px) {
  .artificial-list-col {
    padding: 55px 0 55px 65px;
  }
}
@media (max-width: 1299px) {
  .artificial-list-col {
    padding: 50px 0 50px 40px;
  }
}
@media (max-width: 1199px) {
  .artificial-list-col {
    padding: 40px 0 40px 30px;
  }
}
@media (max-width: 1023px) {
  .artificial-list-col {
    padding: 35px 0 35px 20px;
  }
}
@media (max-width: 767px) {
  .artificial-list-col {
    width: 100%;
    padding: 25px 0;
  }
}

.artificial-list {
  position: relative;
}
.artificial-list li {
  position: relative;
  margin: 0 0 38px;
}
@media (max-width: 1749px) {
  .artificial-list li {
    margin: 0 0 30px;
  }
}
@media (max-width: 1299px) {
  .artificial-list li {
    margin: 0 0 25px;
  }
}
@media (max-width: 1199px) {
  .artificial-list li {
    margin: 0 0 20px;
  }
}
.artificial-list li:last-child {
  margin-bottom: 0;
}
.artificial-list h3 {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 15px;
}
@media (max-width: 1199px) {
  .artificial-list h3 {
    font-size: 28px;
    margin: 0 0 12px;
  }
}
@media (max-width: 1023px) {
  .artificial-list h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .artificial-list h3 {
    font-size: 22px;
    margin: 0 0 10px;
  }
}
.artificial-list p {
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1199px) {
  .artificial-list p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
  }
}
@media (max-width: 1023px) {
  .artificial-list p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
  }
}

.process-detail-section {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1749px) {
  .process-detail-section {
    padding: 75px 0;
  }
}
@media (max-width: 1199px) {
  .process-detail-section {
    padding: 60px 0;
  }
}
.process-detail-section .heading-area {
  text-align: center;
  margin: 0 auto 45px;
}
@media (max-width: 1299px) {
  .process-detail-section .heading-area {
    margin: 0 auto 35px;
  }
}
@media (max-width: 1199px) {
  .process-detail-section .heading-area {
    margin: 0 auto 30px;
  }
}

.process-detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.process-detail-row .description-col {
  position: relative;
}
@media (min-width: 1024px) {
  .process-detail-row .description-col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 0;
    padding: 0 3% 0 0;
  }
}
@media (min-width: 1200px) {
  .process-detail-row .description-col {
    padding: 0 5% 0 0;
  }
}
.process-detail-row .image-holder {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  width: 47.5%;
}
@media (max-width: 1023px) {
  .process-detail-row .image-holder {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
  }
}
.process-detail-row .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.process-info-list {
  position: relative;
  counter-reset: item;
}
.process-info-list li {
  position: relative;
  padding: 0 0 0 90px;
  margin: 0 0 25px;
}
@media (max-width: 1299px) {
  .process-info-list li {
    padding: 0 0 0 65px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .process-info-list li {
    padding: 0 0 0 45px;
    margin: 0 0 15px;
  }
}
.process-info-list li:before {
  content: "";
  position: absolute;
  left: 27px;
  top: 10px;
  bottom: -25px;
  border-left: 2px dashed rgba(181, 128, 131, 0.55);
}
@media (max-width: 1299px) {
  .process-info-list li:before {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .process-info-list li:before {
    left: 15px;
  }
}
.process-info-list li:last-child:before {
  display: none;
}
.process-info-list p {
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .process-info-list p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
  }
}
.process-info-list h3 {
  font-size: 36px;
  margin: 0 0 18px;
}
@media (max-width: 1299px) {
  .process-info-list h3 {
    font-size: 32px;
    margin: 0 0 15px;
  }
}
@media (max-width: 1199px) {
  .process-info-list h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .process-info-list h3 {
    font-size: 26px;
    margin: 0 0 12px;
  }
}
@media (max-width: 479px) {
  .process-info-list h3 {
    font-size: 24px;
  }
}
.process-info-list .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #94ce24;
  color: #94ce24;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
@media (max-width: 1299px) {
  .process-info-list .num {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .process-info-list .num {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    width: 36px;
    height: 36px;
  }
}
.process-info-list .num:before {
  content: "0" counters(item, ".");
  counter-increment: item;
  display: block;
}

.industries-section {
  position: relative;
  padding: 0 0 100px;
}
@media (max-width: 1749px) {
  .industries-section {
    padding: 0 0 75px;
  }
}
@media (max-width: 1199px) {
  .industries-section {
    padding: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .industries-section {
    padding: 0 0 40px;
  }
}
.industries-section .heading-area {
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 1749px) {
  .industries-section .heading-area {
    margin: 0 0 35px;
  }
}
@media (max-width: 1199px) {
  .industries-section .heading-area {
    margin: 0 0 30px;
  }
}

.industries-row {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  .industries-row {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .industries-row {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .industries-row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.industries-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 188px;
  padding: 20px 15px;
  background: #f9f9f9;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
  color: #121820;
}
@media (max-width: 1299px) {
  .industries-block {
    min-height: 175px;
  }
}
@media (max-width: 767px) {
  .industries-block {
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
  }
}
.industries-block .ico-holder {
  display: block;
  width: 100%;
  margin: 0 0 18px;
}
.industries-block .ico-holder span,
.industries-block .ico-holder i {
  font-size: 42px;
  display: block;
}
@media (max-width: 1299px) {
  .industries-block .ico-holder span,
  .industries-block .ico-holder i {
    font-size: 40px;
  }
}
.industries-block .name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  display: block;
  width: 100%;
}
@media (max-width: 1299px) {
  .industries-block .name {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .industries-block .name {
    font-size: 16px;
  }
}
.industries-block:hover {
  background: #94ce24;
  color: #fff;
}

.specialize-info-section {
  position: relative;
}
.specialize-info-section .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.specialize-info-section .bg-image:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}
.specialize-info-section .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.specialize-info-holder {
  position: relative;
  text-align: center;
  padding: 80px 0;
  z-index: 3;
}
@media (max-width: 1749px) {
  .specialize-info-holder {
    padding: 70px 0;
  }
}
@media (max-width: 1023px) {
  .specialize-info-holder {
    padding: 55px 0;
  }
}
@media (max-width: 767px) {
  .specialize-info-holder {
    padding: 35px 0;
  }
}
.specialize-info-holder h2 {
  font-size: 44px;
  line-height: 58px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1749px) {
  .specialize-info-holder h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .specialize-info-holder h2 br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .specialize-info-holder h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 1023px) {
  .specialize-info-holder h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .specialize-info-holder h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .specialize-info-holder h2 {
    font-size: 22px;
  }
}
.specialize-info-holder .btns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 44px 0 0;
  gap: 30px;
}
@media (max-width: 1749px) {
  .specialize-info-holder .btns-list {
    padding: 35px 0 0;
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .specialize-info-holder .btns-list {
    padding: 30px 0 0;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .specialize-info-holder .btns-list {
    padding: 25px 0 0;
    gap: 15px;
  }
}
.specialize-info-holder .btns-list li {
  position: relative;
}
.specialize-info-holder .btns-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 205px;
  height: 56px;
  border-radius: 16px;
  padding: 8px 20px;
  border: 1px solid;
}
@media (max-width: 1199px) {
  .specialize-info-holder .btns-list a {
    font-size: 16px;
    min-width: 190px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .specialize-info-holder .btns-list a {
    font-size: 15px;
    height: 44px;
    min-width: 140px;
    border-radius: 10px;
  }
}
.specialize-info-holder .btns-list .demo-btn {
  background: #fff;
  border-color: #fff;
  color: #94ce24;
}
.specialize-info-holder .btns-list .demo-btn:hover {
  background: #94ce24;
  border-color: #94ce24;
  color: #fff;
}
.specialize-info-holder .btns-list .template-btn {
  background: #94ce24;
  border-color: #94ce24;
  color: #fff;
}
.specialize-info-holder .btns-list .template-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #94ce24;
}

.values-section {
  position: relative;
  padding: 100px 0 0;
}
@media (max-width: 1749px) {
  .values-section {
    padding: 75px 0 0;
  }
}
@media (max-width: 1199px) {
  .values-section {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .values-section {
    padding: 40px 0 0;
  }
}
.values-section .heading-area {
  text-align: center;
  max-width: 710px;
  margin: 0 auto 40px;
}
@media (max-width: 1749px) {
  .values-section .heading-area {
    margin: 0 auto 35px;
  }
}
@media (max-width: 1199px) {
  .values-section .heading-area {
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .values-section .heading-area {
    margin: 0 auto 25px;
  }
}

.values-block-holder {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .values-block-holder {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .values-block-holder {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .values-block-holder {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.values-block {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #121820;
  color: #121820;
  padding: 40px 28px;
}
@media (max-width: 1749px) {
  .values-block {
    padding: 35px 25px;
  }
}
@media (max-width: 1199px) {
  .values-block {
    padding: 30px 20px;
  }
}
.values-block:hover {
  background: #94ce24;
  border-color: #94ce24;
  color: #fff;
}
.values-block:hover .ico-holder,
.values-block:hover h3 {
  color: #fff;
}
.values-block .ico-holder {
  color: #94ce24;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  margin: 0 0 20px;
}
.values-block .ico-holder i {
  font-size: 80px;
  display: block;
}
@media (max-width: 1749px) {
  .values-block .ico-holder i {
    font-size: 72px;
  }
}
@media (max-width: 1199px) {
  .values-block .ico-holder i {
    font-size: 68px;
  }
}
.values-block h3 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 24px;
  margin: 0 0 12px;
}
@media (max-width: 1749px) {
  .values-block h3 {
    font-size: 22px;
  }
}
.values-block p {
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1299px) {
  .values-block p {
    font-size: 15px;
    line-height: 1.5;
  }
}

.price-detail-section {
  position: relative;
  padding: 100px 0 0;
}
@media (max-width: 1749px) {
  .price-detail-section {
    padding: 75px 0 0;
  }
}
@media (max-width: 1199px) {
  .price-detail-section {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .price-detail-section {
    padding: 40px 0 0;
  }
}
.price-detail-section .container {
  max-width: 1250px;
}
.price-detail-section .heading-area {
  text-align: center;
  max-width: 710px;
  margin: 0 auto 40px;
}
@media (max-width: 1749px) {
  .price-detail-section .heading-area {
    margin: 0 auto 35px;
  }
}
@media (max-width: 1199px) {
  .price-detail-section .heading-area {
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .price-detail-section .heading-area {
    margin: 0 auto 25px;
  }
}

.price-detail-holder {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .price-detail-holder {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .price-detail-holder {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .price-detail-holder {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.price-block-col {
  position: relative;
  padding: 40px 0 0;
}
@media (max-width: 767px) {
  .price-block-col {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .price-block-col.popular {
    padding: 40px 0 0;
  }
}
.price-block-col.popular .price-info-block {
  border-radius: 0 0 6px 6px;
  border-color: #94ce24;
}
.price-block-col.popular .price-info-block .heading-wrap {
  opacity: 1;
  visibility: visible;
}

.price-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 6px;
  border: 1px solid #121820;
  padding: 40px 38px;
  gap: 40px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #121820;
  height: 100%;
}
@media (max-width: 1749px) {
  .price-info-block {
    padding: 35px 30px;
    gap: 30px;
  }
}
@media (max-width: 1299px) {
  .price-info-block {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .price-info-block {
    padding: 35px 25px;
  }
}
@media (max-width: 1023px) {
  .price-info-block {
    padding: 35px 20px;
  }
}
.price-info-block .title {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  display: block;
}
@media (max-width: 1749px) {
  .price-info-block .title {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .price-info-block .title {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .price-info-block .title {
    font-size: 20px;
  }
}
.price-info-block .price {
  font-size: 44px;
  line-height: 1;
  font-weight: 600;
  display: block;
}
@media (max-width: 1749px) {
  .price-info-block .price {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .price-info-block .price {
    font-size: 34px;
  }
}
.price-info-block .text {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  display: block;
}
@media (max-width: 1749px) {
  .price-info-block .text {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .price-info-block .text {
    font-size: 16px;
  }
}
.price-info-block .btn-holder {
  position: relative;
  width: 100%;
}
.price-info-block .btn {
  background: #121820;
  border-color: #121820;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.price-info-block .btn:hover {
  background: #94ce24;
  border-color: #94ce24;
}
.price-info-block .heading-wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -40px;
  height: 40px;
  z-index: 2;
}
.price-info-block .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: #94ce24;
  padding: 8px 10px;
  color: #fff;
  border-radius: 6px 6px 0 0;
  display: block;
}
.price-info-block:hover {
  border-color: #94ce24;
}

.main-area {
  position: relative;
}
.main-area .pattern01 {
  top: 0;
  right: 0;
}

.faq-detail-section {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1749px) {
  .faq-detail-section {
    padding: 75px 0;
  }
}
@media (max-width: 1199px) {
  .faq-detail-section {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .faq-detail-section {
    padding: 30px 0 50px;
  }
}
@media (max-width: 767px) {
  .faq-detail-section {
    padding: 15px 0 35px;
  }
}

.faq-tabs-content {
  position: relative;
  padding: 75px 0 0;
}
@media (max-width: 1749px) {
  .faq-tabs-content {
    padding: 60px 0 0;
  }
}
@media (max-width: 1199px) {
  .faq-tabs-content {
    padding: 50px 0 0;
  }
}
@media (max-width: 1023px) {
  .faq-tabs-content {
    padding: 45px 0 0;
  }
}
@media (max-width: 767px) {
  .faq-tabs-content {
    padding: 35px 0 0;
  }
}

.faq-tabs-area {
  position: relative;
  background: #fff;
}
@media (max-width: 767px) {
  .faq-tabs-area {
    overflow: auto;
    margin: 0 -15px;
  }
}

.faq-tabs-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .faq-tabs-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.faq-tabs-list li {
  position: relative;
  width: 25%;
  border-bottom: 3px solid #cacaca;
}
@media (max-width: 767px) {
  .faq-tabs-list li {
    width: auto;
  }
}
.faq-tabs-list li.active {
  border-bottom-color: #ff8815;
}
.faq-tabs-list li.active a {
  color: #121820;
}
.faq-tabs-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #c8c8c8;
  height: 80px;
}
@media (max-width: 1749px) {
  .faq-tabs-list a {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .faq-tabs-list a {
    font-size: 20px;
    height: 70px;
  }
}
@media (max-width: 1023px) {
  .faq-tabs-list a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-tabs-list a {
    font-size: 15px;
    height: 60px;
    min-width: 130px;
  }
}
.faq-tabs-list a:hover {
  color: #121820;
}

.blogs-section,
.contactus-area {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1749px) {
  .blogs-section,
  .contactus-area {
    padding: 75px 0;
  }
}
@media (max-width: 1199px) {
  .blogs-section,
  .contactus-area {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .blogs-section,
  .contactus-area {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .blogs-section,
  .contactus-area {
    padding: 35px 0;
  }
}

.blogs-section .container {
  max-width: 1560px;
}

.blog-article-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .blog-article-area {
    margin: 0 0 25px;
  }
}
.blog-article-area .image-holder {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 47.5%;
}
@media (max-width: 1023px) {
  .blog-article-area .image-holder {
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
  }
}
.blog-article-area .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-article-area .description {
  position: relative;
  padding: 0 0 0 58px;
}
@media (max-width: 1749px) {
  .blog-article-area .description {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 1023px) {
  .blog-article-area .description {
    padding: 30px 0 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-article-area .description {
    padding: 25px 0 0;
  }
}
@media (min-width: 1024px) {
  .blog-article-area .description {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 0;
  }
}
.blog-article-area .tag-text {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  height: 38px;
  background: #ff8815;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 9px 26px;
  margin: 0 0 25px;
}
@media (max-width: 1749px) {
  .blog-article-area .tag-text {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .blog-article-area .tag-text {
    font-size: 14px;
    padding: 9px 22px;
    margin: 0 0 15px;
  }
}
.blog-article-area .sub-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  color: #121820;
  margin: 0 0 32px;
}
@media (max-width: 1749px) {
  .blog-article-area .sub-title {
    margin: 0 0 24px;
  }
}
@media (max-width: 1199px) {
  .blog-article-area .sub-title {
    margin: 0 0 18px;
  }
}
@media (max-width: 767px) {
  .blog-article-area .sub-title {
    font-size: 14px;
    margin: 0 0 14px;
  }
}
.blog-article-area h2 {
  font-size: 36px;
  line-height: 52px;
  font-weight: 600;
  color: #121820;
  margin: 0 0 18px;
}
@media (max-width: 1749px) {
  .blog-article-area h2 {
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .blog-article-area h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }
}
.blog-article-area p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 16px;
}
@media (max-width: 1749px) {
  .blog-article-area p {
    line-height: 28px;
  }
}
.blog-article-area .read-more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #ff8815;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  gap: 8px;
}
.blog-article-area .read-more-link i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  font-size: 20px;
}
.blog-article-area .read-more-link:hover {
  color: #121820;
}
.blog-article-area .read-more-link:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.blog-detail-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  position: relative;
  gap: 34px;
}
@media (max-width: 1749px) {
  .blog-detail-area {
    gap: 24px;
  }
}
@media (max-width: 1199px) {
  .blog-detail-area {
    gap: 20px;
  }
}

.blog-content {
  position: relative;
}
@media (min-width: 1024px) {
  .blog-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 0;
  }
}
@media (max-width: 1023px) {
  .blog-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.blog-block-area {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 34px;
  -ms-grid-columns: 1fr 34px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1749px) {
  .blog-block-area {
    gap: 24px;
  }
}
@media (max-width: 1199px) {
  .blog-block-area {
    gap: 20px;
  }
}
@media (max-width: 639px) {
  .blog-block-area {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog-block {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-block:hover {
  border-color: #ff8815;
}
.blog-block .image-holder {
  position: relative;
  margin: -1px;
}
.blog-block .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-block .description {
  position: relative;
  padding: 26px;
}
@media (max-width: 1749px) {
  .blog-block .description {
    padding: 24px 20px;
  }
}
.blog-block .heading-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  position: relative;
  color: #000;
  margin: 0 0 20px;
}
.blog-block .auth-name,
.blog-block .time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  gap: 6px;
}
.blog-block .auth-name i,
.blog-block .time i {
  color: #ff8815;
}
.blog-block h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  color: #121820;
  margin: 0 0 16px;
}
@media (max-width: 1749px) {
  .blog-block h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
  }
}
@media (max-width: 1199px) {
  .blog-block h3 {
    font-size: 21px;
    line-height: 32px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .blog-block h3 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
  }
}
.blog-block .button-wrap {
  position: relative;
}
.blog-block .blog-more-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background: #ff8815;
  color: #fff;
  border-radius: 16px;
  height: 44px;
  padding: 5px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  gap: 10px;
}
@media (max-width: 767px) {
  .blog-block .blog-more-button {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    padding: 5px 18px;
    height: 40px;
  }
}
.blog-block .blog-more-button i {
  font-size: 20px;
  display: block;
}
@media (max-width: 767px) {
  .blog-block .blog-more-button i {
    font-size: 18px;
  }
}
.blog-block .blog-more-button:hover {
  background: #121820;
}

.blog-sidebar {
  position: relative;
  width: 424px;
}
@media (max-width: 1749px) {
  .blog-sidebar {
    width: 375px;
  }
}
@media (max-width: 1199px) {
  .blog-sidebar {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .blog-sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.blog-sidebar .divider {
  margin: 0;
}

.blog-search-field {
  position: relative;
  margin: 0 0 40px;
}
@media (max-width: 1199px) {
  .blog-search-field {
    margin: 0 0 30px;
  }
}
.blog-search-field .search-field:-moz-placeholder {
  color: rgba(18, 24, 32, 0.35);
  opacity: 1;
}
.blog-search-field .search-field::-moz-placeholder {
  color: rgba(18, 24, 32, 0.35);
  opacity: 1;
}
.blog-search-field .search-field:-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.35);
}
.blog-search-field .search-field::-webkit-input-placeholder {
  color: rgba(18, 24, 32, 0.35);
}
.blog-search-field .search-field {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 2px solid rgba(18, 24, 32, 0.35);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 5px 105px 5px 16px;
  color: #121820;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .blog-search-field .search-field {
    font-size: 16px;
    height: 48px;
  }
}
.blog-search-field .search-field:focus {
  border-color: #ff8815;
}
.blog-search-field .submit-button {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins", "Arial", "Helvetica", sans-serif;
  position: absolute;
  right: 6px;
  top: 6px;
  bottom: 6px;
  background: #ff8815;
  color: #fff;
  border: none;
  width: 95px;
  border-radius: 50px;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .blog-search-field .submit-button {
    width: 80px;
    font-size: 13px;
  }
}
.blog-search-field .submit-button:hover {
  background: #121820;
  color: #fff;
}

.blog-sidebar-widget {
  position: relative;
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .blog-sidebar-widget {
    padding: 30px 0;
  }
}
.blog-sidebar-widget h3 {
  font-size: 28px;
  line-height: 1.1;
  position: relative;
  font-weight: 600;
  color: #121820;
  padding: 0 0 0 26px;
  margin: 0 0 22px;
}
@media (max-width: 1199px) {
  .blog-sidebar-widget h3 {
    font-size: 26px;
  }
}
.blog-sidebar-widget h3:before {
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #ff8815;
  position: absolute;
  left: 0;
  top: 10px;
}

.widget-sidebar-list {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 26px;
}
.widget-sidebar-list li {
  position: relative;
  margin: 0 0 13px;
}
.widget-sidebar-list li:last-child {
  margin-bottom: 0;
}
.widget-sidebar-list a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  color: #121820;
}
.widget-sidebar-list a:before {
  opacity: 0;
  visibility: hidden;
  width: 5px;
  height: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
  background: #ff8815;
}
.widget-sidebar-list a:hover {
  color: #ff8815;
  padding: 0 0 0 13px;
}
.widget-sidebar-list a:hover:before {
  opacity: 1;
  visibility: visible;
}

.widget-tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  position: relative;
  gap: 16px;
}
.widget-tags-list li {
  position: relative;
}
.widget-tags-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  background: #f6f6f6;
  color: #121820;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 38px;
  padding: 10px 18px;
}
.widget-tags-list a:hover, .widget-tags-list a.active {
  background: #ff8815;
  color: #fff;
}

.widget-text-holder {
  position: relative;
}
.widget-text-holder p {
  color: #cacaca;
  margin: 0 0 18px;
}
.widget-text-holder .send-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #121820;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 15px;
}
.widget-text-holder .send-link i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: #ff8815;
  font-size: 34px;
}
.widget-text-holder .send-link:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.contactus-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.contactus-form {
  counter-reset: item;
  position: relative;
}
@media (min-width: 1024px) {
  .contactus-form {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 0;
    padding: 0 3% 0 0;
  }
}
@media (min-width: 1200px) {
  .contactus-form {
    padding: 0 5% 0 0;
  }
}
@media (max-width: 1023px) {
  .contactus-form {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.contactus-form-block {
  position: relative;
  margin: 0 0 40px;
}
@media (max-width: 1199px) {
  .contactus-form-block {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .contactus-form-block {
    margin: 0 0 25px;
  }
}
.contactus-form-block:last-child {
  margin-bottom: 0;
}
.contactus-form-block h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  position: relative;
  color: #121820;
  margin: 0 0 35px;
}
@media (max-width: 1199px) {
  .contactus-form-block h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .contactus-form-block h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
  }
}
@media (max-width: 479px) {
  .contactus-form-block h3 {
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
  }
}
.contactus-form-block h3:before {
  display: inline-block;
  vertical-align: top;
  counter-increment: item;
  content: "0" counters(item, ".") ".";
  color: #ff8815;
  margin: 0 8px 0 0;
}
@media (max-width: 767px) {
  .contactus-form-block h3:before {
    margin: 0 5px 0 0;
  }
}

.contact-fields-area {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .contact-fields-area {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .contact-fields-area {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.contact-field-col {
  position: relative;
  margin: 0 0 10px;
}
@media (max-width: 1199px) {
  .contact-field-col {
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .contact-field-col {
    margin: 0;
  }
}
.contact-field-col:only-child, .contact-field-col.textarea-field {
  grid-column: 1/-1;
}

.contact-field-holder {
  position: relative;
}
.contact-field-holder .contact-field:-moz-placeholder {
  color: #121820;
  opacity: 1;
}
.contact-field-holder .contact-field::-moz-placeholder {
  color: #121820;
  opacity: 1;
}
.contact-field-holder .contact-field:-ms-input-placeholder {
  color: #121820;
}
.contact-field-holder .contact-field::-webkit-input-placeholder {
  color: #121820;
}
.contact-field-holder .contact-field {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  width: 100%;
  height: 70px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 25px 16px 0 0;
  background: #fff;
  border-bottom: 1px solid rgba(202, 202, 202, 0.8);
  color: #121820;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-field-holder .contact-field:focus {
  border-bottom-color: #ff8815;
}
.contact-field-holder .contact-field:not(:-moz-placeholder) + .contact-label {
  font-size: 13px;
  top: 10px;
  color: #cacaca;
}
.contact-field-holder .contact-field:not(:-ms-input-placeholder) + .contact-label {
  font-size: 13px;
  top: 10px;
  color: #cacaca;
}
.contact-field-holder .contact-field:focus + .contact-label, .contact-field-holder .contact-field:not(:placeholder-shown) + .contact-label {
  font-size: 13px;
  top: 10px;
  color: #cacaca;
}
@media (max-width: 767px) {
  .contact-field-holder .contact-field:not(:-moz-placeholder) + .contact-label {
    font-size: 12px;
  }
  .contact-field-holder .contact-field:not(:-ms-input-placeholder) + .contact-label {
    font-size: 12px;
  }
  .contact-field-holder .contact-field:focus + .contact-label, .contact-field-holder .contact-field:not(:placeholder-shown) + .contact-label {
    font-size: 12px;
  }
}
.contact-field-holder textarea.contact-field {
  height: 200px;
  resize: none;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .contact-field-holder textarea.contact-field {
    height: 170px;
  }
}
.contact-field-holder .contact-label {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  display: block;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 23px;
}
@media (max-width: 1199px) {
  .contact-field-holder .contact-label {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contact-field-holder .contact-label {
    font-size: 17px;
  }
}

.attach-file-area {
  position: relative;
  margin: 35px 0 0;
}
@media (max-width: 1199px) {
  .attach-file-area {
    margin: 30px 0 0;
  }
}
.attach-file-area.has-file .attach-file-preview-holder {
  display: block;
}

.attach-file-preview-holder {
  position: relative;
  display: none;
}

.close-preview-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  color: #121820;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #fff;
  border: 1px solid rgba(202, 202, 202, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
  border-radius: 50%;
}
.close-preview-image i {
  font-size: 18px;
  display: block;
}
.close-preview-image:hover {
  background: #ff8815;
  border-color: #ff8815;
  color: #fff;
}

.attach-file-preview {
  position: relative;
  border-radius: 10px;
  height: 270px;
  border: 1px solid rgba(202, 202, 202, 0.8);
  overflow: hidden;
  margin: 0 0 25px;
}
.attach-file-preview:empty {
  display: none;
}
.attach-file-preview img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

.attach-file-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.attach-file-label .attach-file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.attach-file-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  width: 174px;
  height: 50px;
  border-radius: 12px;
  background: #ff8815;
  color: #fff;
  gap: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.attach-file-text i {
  font-size: 20px;
  display: block;
}
.attach-file-text:hover {
  background: #121820;
}

.contactus-button-holder {
  position: relative;
}

.contactus-submit-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  width: 100%;
}
@media (min-width: 1024px) {
  .contactus-submit-button {
    font-size: 22px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .contactus-submit-button {
    font-size: 16px;
  }
}

.contactus-sidebar {
  position: relative;
  width: 424px;
}
@media (max-width: 1749px) {
  .contactus-sidebar {
    width: 350px;
  }
}
@media (max-width: 1199px) {
  .contactus-sidebar {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .contactus-sidebar {
    width: 100%;
    margin: 0 0 35px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .contactus-sidebar {
    margin: 0 0 30px;
  }
}
.contactus-sidebar .divider {
  margin: 0;
}

.sidebar-widget {
  position: relative;
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .sidebar-widget {
    padding: 30px 0;
  }
}
.sidebar-widget:first-child {
  padding-top: 0;
}
.sidebar-widget h3 {
  font-size: 28px;
  line-height: 1.1;
  position: relative;
  font-weight: 600;
  color: #121820;
  padding: 0 0 0 26px;
  margin: 0 0 22px;
}
@media (max-width: 1199px) {
  .sidebar-widget h3 {
    font-size: 26px;
  }
}
.sidebar-widget h3:before {
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #ff8815;
  position: absolute;
  left: 0;
  top: 10px;
}
.sidebar-widget p {
  color: #cacaca;
  margin: 0;
}
.sidebar-widget .sidebar-widget-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #121820;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 15px;
  margin: 20px 0 0;
}
.sidebar-widget .sidebar-widget-link i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: #ff8815;
  font-size: 34px;
}
.sidebar-widget .sidebar-widget-link:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.artificial-info-section {
  position: relative;
  overflow: hidden;
  background: #121820;
}

.artificial-info-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-right: calc((100vw - 1200px) / -2);
}
@media (max-width: 1299px) {
  .artificial-info-holder {
    margin-right: -25px;
  }
}
@media (max-width: 1023px) {
  .artificial-info-holder {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .artificial-info-holder {
    margin: 0;
    display: block;
  }
}

.artificial-slider-area {
  position: relative;
  width: 48%;
  padding: 0 9% 0 0;
}
@media (max-width: 1749px) {
  .artificial-slider-area {
    padding: 0 6% 0 0;
  }
}
@media (max-width: 1299px) {
  .artificial-slider-area {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 767px) {
  .artificial-slider-area {
    width: 100%;
    padding: 30px 0;
  }
}

.artificial-info-block {
  position: relative;
  max-width: 670px;
  color: #fff;
}
@media (max-width: 767px) {
  .artificial-info-block {
    max-width: 100%;
  }
}
.artificial-info-block h2 {
  font-size: 44px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 28px;
}
@media (max-width: 1199px) {
  .artificial-info-block h2 {
    font-size: 36px;
    margin: 0 0 22px;
  }
}
@media (max-width: 1023px) {
  .artificial-info-block h2 {
    font-size: 30px;
    margin: 0 0 18px;
  }
}
@media (max-width: 767px) {
  .artificial-info-block h2 {
    font-size: 28px;
  }
}
.artificial-info-block h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  position: relative;
  color: #fff;
  gap: 22px;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .artificial-info-block h3 {
    font-size: 24px;
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .artificial-info-block h3 {
    font-size: 22px;
  }
}
.artificial-info-block .ico-wrap {
  position: relative;
  display: block;
}
.artificial-info-block .ico-wrap i {
  position: relative;
  font-size: 58px;
  display: block;
  z-index: 3;
}
@media (max-width: 1199px) {
  .artificial-info-block .ico-wrap i {
    font-size: 44px;
  }
}
@media (max-width: 1023px) {
  .artificial-info-block .ico-wrap i {
    font-size: 36px;
  }
}
.artificial-info-block .ico-wrap .ico-dot {
  background: #94ce24;
  right: -4px;
  bottom: 10px;
}
@media (max-width: 1023px) {
  .artificial-info-block .ico-wrap .ico-dot {
    bottom: 5px;
  }
}
.artificial-info-block p {
  max-width: 570px;
  line-height: 2;
  margin: 0;
}
.artificial-info-block .heading-tag {
  border-color: #fff;
}
.artificial-info-block .heading-tag i {
  color: #fff;
}

.artificial-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  position: relative;
  gap: 28px;
  margin: 40px 0 0;
}
@media (max-width: 1299px) {
  .artificial-slider-arrows {
    gap: 20px;
    margin: 25px 0 0;
  }
}
@media (max-width: 1023px) {
  .artificial-slider-arrows {
    margin: 20px 0 0;
    gap: 15px;
  }
}
.artificial-slider-arrows:empty {
  margin: 0;
}
.artificial-slider-arrows .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 10px;
  color: #ccc;
}
@media (max-width: 1023px) {
  .artificial-slider-arrows .slick-arrow {
    font-size: 15px;
  }
}
.artificial-slider-arrows .slick-arrow:hover {
  color: #94ce24;
}
.artificial-slider-arrows .slick-arrow i {
  font-size: 18px;
  display: block;
}

.artificial-image-slider {
  position: relative;
}

.artificial-image-block {
  position: relative;
  width: 52%;
}
@media (max-width: 767px) {
  .artificial-image-block {
    width: auto;
    margin: 0 -15px;
  }
}
.artificial-image-block .image-holder {
  position: relative;
  overflow: hidden;
}
.artificial-image-block .image-holder:before {
  width: 396px;
  height: 396px;
  background: #94ce24;
  content: "";
  position: absolute;
  right: -90px;
  top: -200px;
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 1299px) {
  .artificial-image-block .image-holder:before {
    width: 320px;
    height: 320px;
    top: -180px;
  }
}
@media (max-width: 1023px) {
  .artificial-image-block .image-holder:before {
    width: 260px;
    height: 260px;
    top: -150px;
  }
}
.artificial-image-block .image-holder img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 610px;
}
@media (max-width: 1299px) {
  .artificial-image-block .image-holder img {
    height: 530px;
  }
}
@media (max-width: 1199px) {
  .artificial-image-block .image-holder img {
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .artificial-image-block .image-holder img {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .artificial-image-block .image-holder img {
    height: 100%;
    max-height: 350px;
  }
}
@media (max-width: 479px) {
  .artificial-image-block .image-holder img {
    max-height: 300px;
  }
}

.process-section {
  position: relative;
  padding: 100px 0 0;
}
@media (max-width: 1749px) {
  .process-section {
    padding: 75px 0 0;
  }
}
@media (max-width: 1199px) {
  .process-section {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .process-section {
    padding: 40px 0 0;
  }
}

.process-holder {
  position: relative;
}
.process-holder .heading-area {
  margin: 0 0 40px;
}

.process-tabs-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.process-tabs-list-holder {
  position: relative;
  max-width: 435px;
}
@media (max-width: 1299px) {
  .process-tabs-list-holder {
    max-width: 370px;
  }
}
@media (max-width: 1023px) {
  .process-tabs-list-holder {
    max-width: 230px;
  }
}

.process-tabs-list {
  position: relative;
  overflow: hidden;
}
.process-tabs-list li {
  position: relative;
  padding: 0 0 32px;
}
@media (max-width: 1299px) {
  .process-tabs-list li {
    padding: 0 0 28px;
  }
}
@media (max-width: 1023px) {
  .process-tabs-list li {
    padding: 0 0 24px;
  }
}
.process-tabs-list li:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 13px;
  content: "";
  background: #121820;
  opacity: 0.2;
  width: 2px;
}
@media (max-width: 1023px) {
  .process-tabs-list li:before {
    left: 9px;
  }
}
.process-tabs-list li:first-child:before {
  top: 28px;
}
@media (max-width: 1023px) {
  .process-tabs-list li:first-child:before {
    top: 20px;
  }
}
.process-tabs-list li:last-child {
  padding-bottom: 0;
}
.process-tabs-list li:last-child:before {
  bottom: 28px;
}
@media (max-width: 1023px) {
  .process-tabs-list li:last-child:before {
    bottom: 20px;
  }
}
.process-tabs-list li.active a {
  opacity: 100%;
}
.process-tabs-list li.active a:before {
  opacity: 100%;
  border-color: #94ce24;
}
.process-tabs-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  color: #121820;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0 0 0 54px;
  position: relative;
  opacity: 0.2;
}
@media (max-width: 1299px) {
  .process-tabs-list a {
    font-size: 24px;
    padding: 0 0 0 44px;
  }
}
@media (max-width: 1023px) {
  .process-tabs-list a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 0 0 0 32px;
  }
}
.process-tabs-list a:before {
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #121820;
}
@media (max-width: 1023px) {
  .process-tabs-list a:before {
    width: 20px;
    height: 20px;
    border-width: 4px;
    top: 1px;
  }
}
.process-tabs-list a:hover {
  opacity: 100%;
}
.process-tabs-list a:hover:before {
  opacity: 100%;
}

.process-tabs-content {
  position: relative;
  max-width: 750px;
}
@media (max-width: 1749px) {
  .process-tabs-content {
    max-width: 700px;
  }
}
@media (max-width: 1299px) {
  .process-tabs-content {
    max-width: 620px;
  }
}
@media (max-width: 1199px) {
  .process-tabs-content {
    max-width: 575px;
  }
}
@media (max-width: 1023px) {
  .process-tabs-content {
    max-width: 475px;
  }
}
@media (max-width: 767px) {
  .process-tabs-content {
    max-width: 100%;
    width: 100%;
    padding: 30px 0 0;
  }
}

.process-tab-slide {
  display: none;
}

.process-slide-content {
  position: relative;
}
@media (min-width: 1024px) {
  .process-slide-content .dot-image-holder {
    width: 112px;
    height: 112px;
    margin: 0 0 25px;
  }
  .process-slide-content .dot-image-holder i {
    font-size: 76px;
  }
  .process-slide-content .dot-image-holder .ico-dot {
    width: 26px;
    height: 26px;
    right: 12px;
    bottom: 22px;
  }
}
.process-slide-content .ico-dot {
  background: #94ce24;
}
.process-slide-content p {
  line-height: 2;
  margin: 0 0 28px;
}
@media (max-width: 1023px) {
  .process-slide-content p {
    margin: 0 0 20px;
  }
}
.process-slide-content .more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #121820;
  gap: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1199px) {
  .process-slide-content .more-btn {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .process-slide-content .more-btn {
    font-size: 16px;
  }
}
.process-slide-content .more-btn i {
  font-size: 38px;
  color: #94ce24;
}
@media (max-width: 1199px) {
  .process-slide-content .more-btn i {
    font-size: 34px;
  }
}
@media (max-width: 1023px) {
  .process-slide-content .more-btn i {
    font-size: 28px;
  }
}
.process-slide-content .more-btn:hover {
  opacity: 0.9;
}

.industries-detail-section {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1749px) {
  .industries-detail-section {
    padding: 75px 0;
  }
}
@media (max-width: 1199px) {
  .industries-detail-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .industries-detail-section {
    padding: 40px 0;
  }
}
.industries-detail-section .heading-area {
  text-align: center;
  margin: 0 0 40px;
}

.industries-detail-block-holder {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
@media (max-width: 1199px) {
  .industries-detail-block-holder {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .industries-detail-block-holder {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .industries-detail-block-holder {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.industries-detail-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 20px 15px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
  color: #121820;
}
@media (max-width: 1749px) {
  .industries-detail-block {
    min-height: 220px;
  }
}
@media (max-width: 1199px) {
  .industries-detail-block {
    min-height: 180px;
  }
}
@media (max-width: 767px) {
  .industries-detail-block {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    min-height: 160px;
  }
}
.industries-detail-block .image-holder {
  position: relative;
  text-align: center;
}
.industries-detail-block .image-holder i,
.industries-detail-block .image-holder span.icon-car-shipping {
  font-size: 88px;
  display: block;
}
@media (max-width: 1749px) {
  .industries-detail-block .image-holder i,
  .industries-detail-block .image-holder span.icon-car-shipping {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .industries-detail-block .image-holder i,
  .industries-detail-block .image-holder span.icon-car-shipping {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .industries-detail-block .image-holder i,
  .industries-detail-block .image-holder span.icon-car-shipping {
    font-size: 54px;
  }
}
.industries-detail-block .image-holder .icon-heart {
  color: #ca1c27;
}
.industries-detail-block .image-holder .icon-fashion {
  color: #eab31b;
}
.industries-detail-block .image-holder .icon-food {
  color: #94ce24;
}
.industries-detail-block .image-holder .icon-solution {
  color: #9e30fe;
  display: none;
}
.industries-detail-block .image-holder img {
  width: 90px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1749px) {
  .industries-detail-block .image-holder img {
    width: 70px;
  }
}
@media (max-width: 1199px) {
  .industries-detail-block .image-holder img {
    width: 64px;
  }
}
@media (max-width: 767px) {
  .industries-detail-block .image-holder img {
    width: 54px;
  }
}
.industries-detail-block .name-holder {
  position: relative;
  padding: 24px 0 0;
}
@media (max-width: 1199px) {
  .industries-detail-block .name-holder {
    padding: 18px 0 0;
  }
}
@media (max-width: 767px) {
  .industries-detail-block .name-holder {
    padding: 15px 0 0;
  }
}
.industries-detail-block .name {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  color: #121820;
}
@media (max-width: 1749px) {
  .industries-detail-block .name {
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
  }
}
@media (max-width: 1199px) {
  .industries-detail-block .name {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .industries-detail-block .name {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .industries-detail-block .name {
    font-size: 15px;
  }
}

.values-detail-section {
  position: relative;
  padding: 100px 0 0;
}
@media (max-width: 1749px) {
  .values-detail-section {
    padding: 75px 0 0;
  }
}
@media (max-width: 1199px) {
  .values-detail-section {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .values-detail-section {
    padding: 40px 0 0;
  }
}
.values-detail-section .heading-area {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 40px;
}

.values-detail-holder {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1749px) {
  .values-detail-holder {
    gap: 25px;
  }
}
@media (max-width: 1023px) {
  .values-detail-holder {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .values-detail-holder {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.values-detail-block {
  position: relative;
  text-align: center;
}
.values-detail-block h3 {
  font-size: 28px;
  margin: 0 0 15px;
}
@media (max-width: 1199px) {
  .values-detail-block h3 {
    font-size: 24px;
  }
}
.values-detail-block p {
  margin: 0;
}
.values-detail-block .dot-image-holder {
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .values-detail-block .dot-image-holder {
    width: 90px;
    height: 90px;
  }
  .values-detail-block .dot-image-holder i {
    font-size: 50px;
  }
  .values-detail-block .dot-image-holder .ico-dot {
    width: 20px;
    height: 20px;
    right: 12px;
    bottom: 20px;
  }
}
.values-detail-block .ico-dot {
  background: #94ce24;
}

.shopify-projects-section {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1749px) {
  .shopify-projects-section {
    padding: 75px 0;
  }
}
@media (max-width: 1199px) {
  .shopify-projects-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .shopify-projects-section {
    padding: 40px 0;
  }
}
.shopify-projects-section .heading-area {
  text-align: center;
  max-width: 780px;
  padding: 0 15px;
  margin: 0 auto 40px;
}

.shopify-project-slider-area {
  position: relative;
  overflow: hidden;
}
.shopify-project-slider-area .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shopify-project-slider-area .slick-track:before, .shopify-project-slider-area .slick-track:after {
  display: none;
}
.shopify-project-slider-area .slick-list {
  padding: 0 170px;
  margin: 0 -20px;
}
@media (max-width: 1749px) {
  .shopify-project-slider-area .slick-list {
    padding: 0 120px;
    margin: 0 -15px;
  }
}
@media (max-width: 1199px) {
  .shopify-project-slider-area .slick-list {
    padding: 0 80px;
  }
}
@media (max-width: 767px) {
  .shopify-project-slider-area .slick-list {
    margin: 0 -15px;
    padding: 0 50px;
  }
}
.shopify-project-slider-area .slide {
  padding: 0 20px;
}
@media (max-width: 1749px) {
  .shopify-project-slider-area .slide {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .shopify-project-slider-area .slide {
    padding: 0 10px;
  }
}
.shopify-project-slider-area .slide:nth-child(even) {
  margin-top: 75px;
}
@media (max-width: 1749px) {
  .shopify-project-slider-area .slide:nth-child(even) {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .shopify-project-slider-area .slide:nth-child(even) {
    margin-top: 40px;
  }
}

.shopify-project-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.shopify-project-image img {
  display: block;
  width: 100%;
  height: auto;
}
.shopify-project-image .image-caption-area {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  padding: 40px;
  z-index: 3;
}
.shopify-project-image .image-caption {
  background: #94ce24;
  color: #fff;
  padding: 17px 24px;
  border-radius: 10px;
  overflow: hidden;
}
.shopify-project-image .image-caption h3 {
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 18px;
}
@media (max-width: 1023px) {
  .shopify-project-image .image-caption h3 {
    font-size: 22px;
  }
}
.shopify-project-image .name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: block;
}
.shopify-project-image:hover .image-caption-area {
  opacity: 1;
  visibility: visible;
}

.price-info-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media (max-width: 1749px) {
  .price-info-section {
    padding: 75px 0;
  }
}
@media (max-width: 1199px) {
  .price-info-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .price-info-section {
    padding: 40px 0;
  }
}
.price-info-section .heading-area {
  text-align: center;
  margin: 0 0 40px;
}
.price-info-section .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.price-info-section .bg-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.price-info-section .container {
  z-index: 3;
}

.price-info-holder {
  position: relative;
  max-width: 1216px;
  margin: 0 auto;
}
.price-info-holder h2 {
  color: #fff;
}
.price-info-holder .heading-tag {
  border-color: #fff;
}
.price-info-holder .heading-tag i {
  color: #fff;
}
.price-info-holder .text-holder {
  position: relative;
  text-align: center;
  color: #fff;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 1749px) {
  .price-info-holder .text-holder {
    max-width: 920px;
  }
}
@media (max-width: 1199px) {
  .price-info-holder .text-holder {
    max-width: 870px;
  }
}
@media (max-width: 1023px) {
  .price-info-holder .text-holder {
    max-width: 700px;
  }
}
.price-info-holder .text-holder p {
  font-size: 36px;
  line-height: 1.6;
  font-weight: 600;
  padding: 45px 0;
  margin: 0;
}
@media (max-width: 1749px) {
  .price-info-holder .text-holder p {
    font-size: 30px;
    padding: 35px 0;
  }
}
@media (max-width: 1023px) {
  .price-info-holder .text-holder p {
    font-size: 24px;
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .price-info-holder .text-holder p {
    font-size: 20px;
    padding: 20px 0;
  }
}
.price-info-holder .text-holder p a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}
.price-info-holder .text-holder p a:hover {
  color: #94ce24;
}
.price-info-holder .button-holder {
  text-align: center;
}
.price-info-holder .btn {
  background: #94ce24;
  border-color: #94ce24;
  min-width: 306px;
  font-size: 24px;
  height: 60px;
  border-radius: 50px;
}
@media (max-width: 1749px) {
  .price-info-holder .btn {
    font-size: 22px;
    height: 54px;
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  .price-info-holder .btn {
    font-size: 18px;
    min-width: 250px;
    height: 50px;
  }
}
.price-info-holder .btn:hover {
  border-color: rgb(116.8099173554, 162.5867768595, 28.4132231405);
  background: rgb(116.8099173554, 162.5867768595, 28.4132231405);
}

.price-info-block-row {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1023px) {
  .price-info-block-row {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .price-info-block-row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.price-info-box {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #94ce24;
  text-align: center;
  padding: 30px 15px;
  color: #121820;
}
.price-info-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  background: #94ce24;
  color: #fff;
  height: 50px;
  padding: 5px 15px;
}
@media (max-width: 1749px) {
  .price-info-box .title {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .price-info-box .title {
    font-size: 18px;
    height: 44px;
  }
}
.price-info-box .price {
  font-size: 64px;
  line-height: 1;
  font-weight: 400;
  padding: 38px 0;
  display: block;
}
@media (max-width: 1749px) {
  .price-info-box .price {
    font-size: 50px;
    padding: 30px 0;
  }
}
@media (max-width: 1023px) {
  .price-info-box .price {
    font-size: 36px;
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .price-info-box .price {
    font-size: 32px;
  }
}
.price-info-box .text {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  display: block;
}
@media (max-width: 1749px) {
  .price-info-box .text {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .price-info-box .text {
    font-size: 18px;
  }
}

.footer {
  position: relative;
  background: #121820;
  color: #fff;
  padding: 70px 0 0;
  overflow: hidden;
}
@media (max-width: 1299px) {
  .footer {
    padding: 60px 0 0;
  }
}
@media (max-width: 1023px) {
  .footer {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 0;
  }
}

.footer-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 0 45px;
  gap: 20px;
}
@media (max-width: 1023px) {
  .footer-holder {
    padding: 0 0 35px;
  }
}
@media (max-width: 767px) {
  .footer-holder {
    padding: 0 0 25px;
  }
}

.footer-text-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 450px;
  gap: 25px;
}
@media (max-width: 1199px) {
  .footer-text-block {
    max-width: 370px;
  }
}
@media (max-width: 1023px) {
  .footer-text-block {
    gap: 25px;
    max-width: 100%;
    width: 100%;
    margin: 0 0 15px;
  }
}
.footer-text-block p {
  margin: 0;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  position: relative;
  gap: 15px;
}
.social-list li {
  position: relative;
}
.social-list a {
  display: block;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-list a i {
  font-size: 22px;
  display: block;
}
.social-list a:hover {
  color: #ff8815;
}
.shopify-page .social-list a:hover {
  color: #94ce24;
}

.footer-col {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  width: 300px;
}
@media (max-width: 1199px) {
  .footer-col {
    width: 250px;
  }
}
@media (max-width: 1023px) {
  .footer-col {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .footer-col {
    font-size: 15px;
    line-height: 20px;
    width: 220px;
  }
}
.footer-col h3 {
  color: #ff8815;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .footer-col h3 {
    margin: 0 0 15px;
  }
}
.shopify-page .footer-col h3 {
  color: #94ce24;
}

.footer-nav-list,
.address-list {
  position: relative;
}
.footer-nav-list li,
.address-list li {
  position: relative;
  margin: 0 0 14px;
}
@media (max-width: 767px) {
  .footer-nav-list li,
  .address-list li {
    margin: 0 0 12px;
  }
}
.footer-nav-list li:last-child,
.address-list li:last-child {
  margin: 0;
}
.footer-nav-list a,
.address-list a {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-nav-list a:hover,
.address-list a:hover {
  color: #ff8815;
}
.shopify-page .footer-nav-list a:hover,
.shopify-page .address-list a:hover {
  color: #94ce24;
}
.footer-nav-list .address-text,
.address-list .address-text {
  position: relative;
  padding: 0 0 0 26px;
  display: block;
}
.footer-nav-list .address-text i,
.address-list .address-text i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #ff8815;
  font-size: 16px;
}
.shopify-page .footer-nav-list .address-text i,
.shopify-page .address-list .address-text i {
  color: #94ce24;
}

.footer-info-block {
  position: relative;
  margin: 0 0 20px;
}
.footer-info-block:last-child {
  margin-bottom: 0;
}
.footer-info-block .time-list {
  max-width: 205px;
}

.copyright-area {
  position: relative;
  padding: 20px 0;
  background: #121820;
  border-top: 1px solid #32363e;
  z-index: 3;
}
@media (max-width: 1023px) {
  .copyright-area {
    padding: 18px 0;
  }
}
@media (max-width: 767px) {
  .copyright-area {
    padding: 17px 0;
  }
}

.copyright-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  gap: 20px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1199px) {
  .copyright-holder {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .copyright-holder {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .copyright-holder {
    display: block;
    text-align: center;
    font-size: 14px;
  }
}
.copyright-holder a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.copyright-holder a:hover {
  color: #fff;
}
.copyright-holder p {
  margin: 0;
}

.copyright-text-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .copyright-text-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .copyright-text-wrap {
    padding: 0 0 10px;
  }
}

.copyright-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  position: relative;
  gap: 35px;
}
@media (max-width: 1023px) {
  .copyright-list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .copyright-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14px;
  }
}
.copyright-list li {
  position: relative;
}

.footer-pattern {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  padding: 0 80px;
  pointer-events: none;
}
@media (max-width: 1299px) {
  .footer-pattern {
    padding: 0 70px;
    top: 50px;
  }
}
@media (max-width: 1023px) {
  .footer-pattern {
    padding: 0 25px;
    top: 150px;
  }
}
@media (max-width: 767px) {
  .footer-pattern {
    display: none;
  }
}
.footer-pattern img {
  display: block;
  width: 100%;
  height: auto;
}