@charset "utf-8";

@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Regular.eot");
  src: url("../fonts/Archivo-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Archivo-Regular.woff2") format("woff2"),
    url("../fonts/Archivo-Regular.woff") format("woff"),
    url("../fonts/Archivo-Regular.ttf") format("truetype"),
    url("../fonts/Archivo-Regular.svg#Archivo-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Medium.eot");
  src: url("../fonts/Archivo-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Archivo-Medium.woff2") format("woff2"),
    url("../fonts/Archivo-Medium.woff") format("woff"),
    url("../fonts/Archivo-Medium.ttf") format("truetype"),
    url("../fonts/Archivo-Medium.svg#Archivo-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Bold.eot");
  src: url("../fonts/Archivo-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Archivo-Bold.woff2") format("woff2"),
    url("../fonts/Archivo-Bold.woff") format("woff"),
    url("../fonts/Archivo-Bold.ttf") format("truetype"),
    url("../fonts/Archivo-Bold.svg#Archivo-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Regular.eot");
  src: url("../fonts/Sora-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sora-Regular.woff2") format("woff2"),
    url("../fonts/Sora-Regular.woff") format("woff"),
    url("../fonts/Sora-Regular.ttf") format("truetype"),
    url("../fonts/Sora-Regular.svg#Sora-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Medium.eot");
  src: url("../fonts/Sora-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sora-Medium.woff2") format("woff2"),
    url("../fonts/Sora-Medium.woff") format("woff"),
    url("../fonts/Sora-Medium.ttf") format("truetype"),
    url("../fonts/Sora-Medium.svg#Sora-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-SemiBold.eot");
  src: url("../fonts/Archivo-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Archivo-SemiBold.woff2") format("woff2"),
    url("../fonts/Archivo-SemiBold.woff") format("woff"),
    url("../fonts/Archivo-SemiBold.ttf") format("truetype"),
    url("../fonts/Archivo-SemiBold.svg#Archivo-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Bold.eot");
  src: url("../fonts/Sora-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sora-Bold.woff2") format("woff2"),
    url("../fonts/Sora-Bold.woff") format("woff"),
    url("../fonts/Sora-Bold.ttf") format("truetype"),
    url("../fonts/Sora-Bold.svg#Sora-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-ExtraBold.eot");
  src: url("../fonts/Sora-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sora-ExtraBold.woff2") format("woff2"),
    url("../fonts/Sora-ExtraBold.woff") format("woff"),
    url("../fonts/Sora-ExtraBold.ttf") format("truetype"),
    url("../fonts/Sora-ExtraBold.svg#Sora-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome-webfont.ttf") format("truetype"),
    url("../fonts/fontawesome-webfont.svg") format("svg");
}

@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Black.eot");
  src: url("../fonts/Unbounded-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Unbounded-Black.woff2") format("woff2"),
    url("../fonts/Unbounded-Black.woff") format("woff"),
    url("../fonts/Unbounded-Black.ttf") format("truetype"),
    url("../fonts/Unbounded-Black.svg#Unbounded-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* variable css */
body {
  color: var(--black);
  line-height: 24px;
  font-size: 15px;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
  font-family: var(--font-sora-family);
}

body {
  overflow-x: hidden;
}

/*  select option */
::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/icon/select-arrow.svg) no-repeat right 10px center / 1em;
  border-radius: 0;
  padding-right: 2em;
}

::-moz-selection {
  color: #fff;
  background: var(--theme);
}

::selection {
  color: #fff;
  background: var(--theme);
}

/*-----FORM CONTROL-----*/

::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--black);
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-family: var(--font-archivo-family);
}

::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--black);
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-family: var(--font-archivo-family);
}

:-ms-input-placeholder,
textarea::placeholder {
  color: var(--black);
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-family: var(--font-archivo-family);
}

/*  select option  */
input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--font-archivo-family);
}

textarea {
  resize: none;
  min-height: 100px;
  /* overflow: hidden;*/
  margin: 0;
  vertical-align: bottom;
  font-size: 18px;
}

.form-group {
  margin-bottom: 20px;
  width: 100%;
}

.form-group50 {
  width: calc(50% - 10px);
}

.form-control {
  width: 100%;
  padding: 10px 18px;
  background: var(--white);
  border: 1px solid #dedede;
  color: var(--black);
  font-size: 14px;
  line-height: 1;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: var(--font-archivo-family);
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  height: 50px;
}

.sidebar-form .form-control {
  border: 1px solid var(--white);
}

.form-group input,
.form-group .form-control {
  min-width: 100%;
}

.sub-btnblk {
  position: relative;
  display: inline-block;
}

.sub-btnblk .wpcf7-spinner {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.cf7_rpmsg_blk a:hover {
  color: var(--theme);
}

.fancy-form-popup .form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

select.form-control {
  background: #ffffff url(../images/select-arrow.svg) no-repeat right 15px top 16px;
  padding-right: 40px;
}

textarea.form-control {
  height: auto;
  min-height: 140px;
}

.form-control:focus {
  border-color: var(--theme);
  box-shadow: inset 0px 0px 1.5px 1.5px rgb(40 173 248 / 70%);
}

.form-group.width50 {
  width: calc(50% - 10px);
}

.form-wrapper .form-group.width50 .form-control {
  min-width: auto;
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 0;
}

/*  slick common style for control */
.slick-dots li {
  height: auto;
  width: auto;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  opacity: 1;
  border: 2px solid var(--white);
}

.slick-dots li.slick-active button {
  width: 12px;
  opacity: 1;
  border: 2px solid var(--theme);
  background-color: var(--theme);
}

/* arrow */
.slick-next,
.slick-prev {
  width: 36px;
  height: 36px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  background-color: var(--white);
}

.slick-next:hover,
.slick-prev:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}

.slick-next:hover:before,
.slick-prev:hover:before {
  color: var(--white);
}

.slick-next:before,
.slick-prev:before {
  width: 100%;
  height: 100%;
  position: absolute;
  font-family: "FontAwesome";
  color: #3d3d3d;
  font-size: 25px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 1;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.slick-next:before {
  content: "\f105";
  margin-left: 1px;
}

.slick-prev:before {
  content: "\f104";
}

.slick-prev {
  left: -15px;
  z-index: 1;
}

.slick-next {
  right: -15px;
  z-index: 1;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background-color: var(--theme);
  border-color: var(--theme);
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
  color: var(--white);
}

.slick-next:focus i,
.slick-next:hover i,
.slick-prev:focus i,
.slick-prev:hover i {
  color: #ffffff;
}

.slick-next:focus img,
.slick-next:hover img,
.slick-prev:focus img,
.slick-prev:hover img,
.btn_theme:hover img.small-black {
  filter: none;
}

/*-----BUTTONS-----*/
.center {
  text-align: center;
}

.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button,
.button,
[class*="button"] {
  font-size: 14px;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  z-index: 1;
  line-height: 1;
  text-decoration: none;
  justify-content: center;
  text-align: center;
  color: var(--black);
  min-height: auto;
  min-width: auto;
  font-family: var(--font-sora-family);
  border: 1px solid #bfbfbf;
  background: var(--white);
  font-weight: 600;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  width: auto !important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  letter-spacing: 0.28px;
}

.button-theme {
  border: 1px solid var(--theme);
  background-color: var(--theme);
  color: var(--white);
}

.button-yellow,
.woocommerce a.button-yellow {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--black);
}

.button-border {
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  color: #000000;
  background-color: #ffffff;
}

.button-border>img {
  margin-left: 8px;
}

.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.button span {
  text-decoration: none;
}

.sub-btnblk input[type="submit"] {
  transform: unset;
  -moz-transform: unset;
  -webkit-transform: unset;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--black);
  min-width: auto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3px;
  z-index: 1;
  cursor: pointer;
  padding: 20px 28px;
}

.sub-btnblk input[type="submit"]:hover {}

.btn-row a i,
.btn-outline i,
button img,
.button img,
.button i {
  margin-right: 8px;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 10px;
  transition: all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.button:hover i {
  transform: translateX(5px);
  -moz-transform: translateX(2px);
  -webkit-transform: translateX(2px);
  transition: all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.btn-row a:not(:last-child) {
  margin-right: 14px;
}

.btnlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -8px;
}

.btnlist li,
.btnlist .button {
  margin: 0px 8px;
}

.button-theme {}

.button-theme:hover {}

/*---- theme content  ul,ol heading styling -------*/

.text-white {
  color: var(--white) !important;
}

a {
  text-decoration: none;
}

p,
ol li,
ul li {
  font-size: 15px;
  color: var(--black);
  line-height: 24px;
  letter-spacing: 0.3px;
}

p {
  margin-bottom: 22px;
}

p:last-child {
  margin-bottom: 0;
}

p a,
p span,
ul li a,
ol li a {
  color: var(--theme);
  text-decoration: underline;
  display: inline-block;
  text-underline-position: under;
}

p span {
  color: initial;
  text-decoration: none;
}

p a:hover {
  color: var(--theme);
}

/* ********|| UL , OL  ||******** */

main ul:not([class]) {
  list-style-type: none;
  margin-left: 0;
  margin: 40px 0;
}

main ul:not([class]) li {
  font-size: 15px;
  line-height: 24px;
  position: relative;
  padding-left: 36px;
  color: var(--black);
  letter-spacing: 0.32px;
}

main ul:not([class]) li:before {
  content: "";
  background: url("../images/icon/list-icon.svg") no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
}

main ul:not([class]) li:after {
  position: absolute;
  content: "";
  width: calc(100% - 36px);
  bottom: 0;
  left: 0;
  border-bottom: 1px solid rgb(61 61 61 / 20%);
  margin-left: 36px;
}

main ul:not([class]) li:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 20px;
}

main ul:not([class]) li strong {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}

main ul:not([class]) li:last-child:after {
  border-bottom: 0;
}

ul.half {
  column-count: 3;
  column-gap: 10px;
  margin-bottom: 20px;
}

ul.half li {
  page-break-inside: avoid;
}

[class*="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
  line-height: 1.33;
  margin-bottom: 20px;
  font-family: var(--font-sora-family);
  font-weight: 800;
  text-transform: uppercase;
  text-wrap-style: balance;
}

.heading-40,
h1 {
  font-size: clamp(1.625rem, 1.25rem + 1.0417vw, 2.5rem);
}

.heading-30,
h2 {
  font-size: clamp(1.375rem, 1.1607rem + 0.5952vw, 1.875rem);
}

.fw-500 {
  font-weight: var(--font-weight-medium);
}

.fw-600 {
  font-weight: var(--font-weight-semibold);
}

.fw-bold {
  font-weight: var(--font-body-weight-bold);
}

.capitalize {
  text-transform: capitalize !important;
}

.bg-sky {
  background-color: #eff5fc;
}

p+[class*="heading-"],
p+h1,
p+h2,
p+h3 {
  padding-top: 20px;
}

/*------------ breadcrumb css --------------*/
.breadcrumb-bg {
  background-color: #e1ebf6;
  padding: 10px 0;
}

.woo_breadcums {
  padding: 0;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.woo_breadcums li {
  font-size: 14px;
  font-weight: normal;
  list-style-type: none;
  margin-bottom: 0;
  line-height: 20px;
  letter-spacing: 0.28px;
  color: var(--black);
  font-family: var(--font-archivo-family);
}

.woo_breadcums li span {
  text-decoration: none;
  display: inline-block;
}

ul.woo_breadcums li:before {
  display: none;
}

ul.woo_breadcums li a:after {
  content: "-";
  margin: 1px 0 0 0;
  position: absolute;
  top: 0;
  font-size: 16px;
  right: -16px;
  line-height: 16px;
}

.woo_breadcums li span a {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: var(--black);
  text-decoration: none;
}

.woo_breadcums li span a:hover {
  color: var(--theme);
  text-decoration: underline;
}

/*
.banner-breadcrumb .woo_breadcums li {
  color: #707070;
}

.banner-breadcrumb .woo_breadcums li span a {
  color: var(--text-color);
}

.banner-breadcrumb {
  border-bottom: 1px solid rgb(215 238 251 / 90%);
  padding: 14px 0;
}
*/

/*-------------- form message style  ---------------*/
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 12px;
  background: #ff0000;
  color: #fff;
  display: inline-block;
  padding: 6px 8px;
}

.wpcf7-not-valid-tip {
  line-height: 1;
  vertical-align: top;
  margin-left: 3px;
  position: relative;
}

.wpcf7-form.invalid .wpcf7-response-output {
  background: #fff9df;
  width: 100%;
  display: block;
  color: inherit;
  padding: 10px 10px 10px 40px;
  text-align: left;
  line-height: 1;
  margin: 0 auto 20px;
  color: #585858;
  font-size: 14px;
  position: relative;
}

.wpcf7-form.invalid .wpcf7-response-output:before {
  position: absolute;
  content: "";
  background: url(../images/icon/material-error-outline.svg) no-repeat left top;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 7px;
  display: inline-block;
}

.wpcf7-not-valid-tip:before {
  top: -5px;
  margin: 0;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
  background-color: #FFFFFF;
  border-color: #f54812;
}

.wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid #fe0000 !important;
  background: url(../images/icon/failed-validation.svg) no-repeat 15px center #ffdfdf;
  font-size: 14px;
  color: #ff0000;
  padding: 10px 20px 10px 30px;
  margin: 0 0 10px 0;
  width: 100%;
  padding-left: 45px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: url(../images/icon/validation-tick.svg) no-repeat 15px center #e1ffd9;
  border-color: #498e36;
  font-size: 14px;
  color: #498e36;
  width: 100%;
  padding: 10px 10px 10px 40px;
}

.woocommerce .fancy-form-popup form .form-row {
  padding: 0;
  margin-bottom: 0;
}

.woocommerce .fancy-form-popup form .form-row:before,
.woocommerce .fancy-form-popup form .form-row:after {
  display: none;
}

/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed;
  right: 15px;
  bottom: 80px;
  opacity: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  line-height: 0;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  font-size: 26px;
  color: var(--white);
  background: var(--theme);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--white);
  border-radius: 10px;
}

.scrollTop i {
  margin: 0;
  color: var(--white);
}

.scrollTop:hover {
  background: var(--secondary);
  border-color: var(--white);
}

.scrollTop:hover i {
  color: var(--white);
}

/*---------------- inner page banner styles  -----------*/

/**/
.title-block-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}

.title-block-wrap .title-block-left {
  width: calc(100% - 215px);
  padding-right: 10px;
}

.title-block-wrap .title-block-right {
  width: 215px;
}

.small-title {
  font-size: 14px;
  line-height: 20px;
  color: #005596;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* Footer STYLE */
.cta-wrapper {
  position: relative;
  z-index: 1;
}

.cta-heading {
  font-size: 60px;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: bold;
}

.exp-badge {
  width: 180px;
  height: 180px;
  background-color: var(--theme);
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 120px;
}

.exp-badge .text-rotate,
.video-icon .text-rotate {
  animation: rotateText 10s linear infinite;
  -webkit-animation: rotateText 10s linear infinite;
  -moz-animation: rotateText 10s linear infinite;
  -ms-animation: rotateText 10s linear infinite;
}

.center-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -20px;
  transform: translate(-50%, -50%);
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@keyframes rotateText {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-moz-keyframes rotateText {
  0% {
    -moz-transform: rotate(-360deg);
  }

  100% {
    -moz-transform: rotate(0deg);
  }
}

@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(-360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-ms-keyframes rotateText {
  0% {
    -ms-transform: rotate(-360deg);
  }

  100% {
    -ms-transform: rotate(0deg);
  }
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.cta-left-caption {
  width: 45%;
  padding: 0 0 100px 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}

.cta-img {
  width: auto;
  flex: 1;
  position: relative;
}

.cta-img::after {
  position: absolute;
  content: "";
  background: url(../images/cta-center-shape.png) no-repeat left;
  width: 370px;
  height: 383px;
  background-size: 100% 100%;
  left: 0;
  bottom: 22%;
}

.footer-bg {
  background-color: #070707;
}

.footer-top-panel {
  padding: 40px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  margin-bottom: 60px;
}

.footer-top-panel .footer-links {
  flex: 1;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-links label {
  color: var(--white);
  font-size: 14px;
}

.footer-top-panel .footer-links a,
.footer--menulinks p {
  font-size: 14px;
  color: #9a9a9a;
}

.footer-links .call-link,
.footer-links .email-link {
  border-right: 1px solid rgba(117, 117, 117, 0.2);
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 70px;
  padding-right: 70px;
}

.footer-links .email-link>img {
  filter: invert(91%) sepia(12%) saturate(5130%) hue-rotate(334deg) brightness(102%) contrast(103%);
}

.social-links label {
  font-size: 16px;
}

.social-links {
  padding-left: 80px;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}

.social-links a {
  padding: 15px;
  display: inline-flex;
  align-items: center;
}

.link-text,
.flex-text {
  flex: 1;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer-links .social-links a i {
  font-size: 20px;
}

.footer-links .social-links .btn-facebook,
.footer-links .social-links .btn-youtube,
.footer-links .social-links .btn-linkedin {
  background: #1877f2;
  border-radius: 2px;
  color: var(--white);
  line-height: 1.2;
  /*  padding: 14px 20px;*/
  padding: 10px;
  font-size: 14px;
  letter-spacing: 0.28px;
}

.footer-links .social-links .btn-youtube {
  background: #ff0000;
}

.footer-links .social-links .btn-linkedin {
  background: #0A66C2;
}

.footer-links .social-links a,
.link-text.contact-social a {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.footer-links .social-links a.btn-linkedin,
.link-text.contact-social a.btn-linkedin {
  background: #0077b5 !important;
}

.footer-links .social-links a.btn-instagram,
.link-text.contact-social a.btn-instagram {
  padding: 0 !important;
  background: #833ab4;
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045) !important;
}

.footer-links .social-links a.btn-facebook,
.link-text.contact-social a.btn-facebook {
  background: #0866ff !important;
}

.sdiv {
  display: flex;
  flex-wrap: wrap;
}

.sdiv a {
  margin-right: 10px;
}


.footer-links .social-links a.btn-linkedin:hover,
.footer-links .social-links a.btn-instagram:hover,
.footer-links .social-links a.btn-facebook:hover,
.link-text.contact-social a:hover {
  background: var(--secondary) !important;
}

.footer-links .social-links a.btn-linkedin:hover img,
.footer-links .social-links a.btn-instagram:hover img,
.footer-links .social-links a.btn-facebook:hover img,
.link-text.contact-social a:hover img {
  filter: brightness(0) invert(1);
}







.footer-links .social-links .btn-linkedin:hover {
  background-color: var(--white);

}

.footer-links .social-links .btn-linkedin:hover img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(100%) saturate(1397%) hue-rotate(193deg) brightness(94%) contrast(96%);
}

.footer-links .social-links .btn-youtube:hover {
  background-color: var(--white);
  color: #ff0000;
}

.footer-links .social-links .btn-facebook:hover {
  color: #1877f2;
  background-color: var(--white);
}

.footer-links .social-links .btn-facebook:hover img {
  filter: invert(41%) sepia(46%) saturate(6363%) hue-rotate(203deg) brightness(98%) contrast(94%);
}

.footer-links .social-links .btn-youtube:hover img {
  filter: invert(23%) sepia(81%) saturate(7440%) hue-rotate(356deg) brightness(98%) contrast(117%);
}

/*
.footer-links .social-links a i,
.footer-links .social-links a img {
  margin-right: 10px;
}
*/
.footer-links .social-links>* {
  margin-left: 10px;
}

.footer-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 25px;
  line-height: 1.2;
}

.ft-col-1,
.ft-col-2 {
  width: 16.55%;
}

.ft-col-3 {
  width: 23%;
}

.ft-col-4 {
  width: 43%;
  padding-left: 100px;
}

.ft-col-4,
.ft-col-2,
.ft-col-3 {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 70px;
}

.footer--menulinks {
  margin-left: 0;
}

.footer--menulinks li {
  margin-bottom: 10px;
  padding: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer--menulinks li a,
.flex-text address {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 26px;
  text-decoration: none;
}

.ft-column-two {
  column-count: 2;
}

.footer--menulinks.ft-column-two {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-text label {
  font-size: 12px;
  color: var(--white);
  margin-bottom: 5px;
  line-height: 1.2;
}

.ft-column-two li address {
  max-width: 200px;
}

.footer--menulinks li img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(30%) saturate(5567%) hue-rotate(329deg) brightness(98%) contrast(103%);
}

.ft-column-two li:not(:last-of-type) {
  margin-bottom: 20px;
}

.ft-bottom-links a {
  font-size: 14px;
  color: #9a9a9a;
}

.ft-bottom-links p {
  color: var(--white);
}

.ft-bottom-links a:hover,
.footer--menulinks>li:hover>a,
.footer--menulinks>li.active>a,
.footer-top-panel .footer-links a:hover {
  color: var(--secondary);
}

.ft-col-1,
.ft-col-2,
.ft-col-3,
.ft-col-4 {
  margin-bottom: 50px;
}

.ft-col-4 p {
  line-height: 26px;
  margin-bottom: 0;
}

.footer-bottom {
  padding: 22px 0;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.footer-bottom p {
  color: var(--white);
  margin-bottom: 0;
}

.ft-bottom-links a {
  position: relative;
  display: inline-block;
}

.ft-bottom-links a:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  right: 0;
  top: 50%;
  margin-top: -3px;
}

.ft-bottom-links a:not(:first-child) {
  padding-left: 25px;
}

.ft-bottom-links a:not(:last-child) {
  padding-right: 25px;
}

/* video slider  */
.video-gallery__slider-main {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 20px;
}

.video-gallery__slider-thmb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.video-gallery__slider-thmb.slick-initialized {
  display: block;
}

.video-gallery__slider-thmb .slide-thumb:not(-n + 3) {
  display: none;
}

.video-gallery__slider-main .item-wrapper:not(-n + 1) {
  display: none;
}

.video-gallery__slider-thmb .slide-thumb,
.video-gallery__slider-thmb .slide-thumb img {
  border-radius: 6px;
  cursor: pointer;
}

.video-gallery__slider-thmb .slide-thumb img {
  width: 100%;
}

.video-gallery__slider-thmb .slide-thumb {
  position: relative;
}

.video-gallery__slider-thmb .slick-slide {
  margin: 0 10px;
}

.video-gallery__slider-main .video-icon,
.video-gallery__slider-thmb .slide-thumb::before {
  position: absolute;
  animation: shadow-pulse 1s infinite;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.video-gallery__slider-thmb .slide-thumb::before {
  width: 36px;
  height: 36px;
  content: "";
}

.video-gallery__slider-thmb .slide-thumb:after {
  position: absolute;
  content: "";
  background: url(../images/icon/play.svg) no-repeat center;
  width: 10px;
  top: 50%;
  height: 14px;
  margin-top: -7px;
  left: 50%;
  margin-left: -4px;
}

.video-icon .text-rotate {
  position: absolute;
}

/* .video-gallery__slider-thmb {
  padding: 0 100px;
} */
.video-gallery__slider-thmb .slide-thumb {
  width: 146px !important;
}

.video-gallery__slider-thmb .slide-thumb:hover::before {
  background: var(--secondary);
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgb(255 255 255);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

.item-wrapper {
  position: relative;
  background: transparent linear-gradient(180deg, #00559600 0%, #002b4b 100%) 0% 0% no-repeat padding-box;
}

.item-wrapper>img {
  opacity: 0.6;
}

.gallery-text {
  font-size: clamp(30px,
      30px + (100 - 30) * ((100vw - 320px) / (1920 - 320)),
      100px);
  font-weight: 900;
  color: rgba(61, 61, 61, 0.1);
  line-height: 1.2;
  letter-spacing: 40px;
  text-transform: uppercase;
  /* color: #3d3d3d; */
  font-family: "Unbounded";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.gallery-text::before,
.gallery-text::after {
  position: absolute;
  content: "";
  background: url(../images/feature-shape.png) no-repeat;
  width: 82px;
  height: 78px;
  left: 0;
  top: 30px;
}

.gallery-text::after,
.latest-video-heading .heading-bar::after {
  left: auto;
  right: 0;
}

.video-wrapper .heading-40 {
  max-width: 875px;
  margin: 100px auto 30px;
}

.latest-video-heading {
  position: absolute;
  bottom: 140px;
  left: 0;
  right: 0;
  font-size: 18px;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  max-width: 530px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.latest-video-heading:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  background-color: transparent;
  height: 100%;
  top: 12px;
  border: 1px solid #ffffff;
  border-top: 0;
  border-bottom: 0;
}

.latest-video-heading .heading-bar::before,
.latest-video-heading .heading-bar::after {
  position: absolute;
  content: "";
  width: 75px;
  left: 0px;
  background-color: var(--white);
  height: 1px;
  top: 9px;
}

.latest-video-heading .heading-bar::after {
  right: 0;
  left: inherit !important;
}

.latest-video-heading .heading-bar {
  margin-bottom: 0;
  padding: 0 75px;
  color: var(--white);
  display: inline-flex;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.5px;
  width: 100%;
  justify-content: center;
}

.gallery-container {
  position: relative;
}

.gallery-container::after {
  position: absolute;
  content: "";
  background: url(../images/shape-plus-pattern.png) repeat;
  bottom: 105px;
  width: 100%;
  height: 100px;
  left: 0;
  right: 0;
}

.inner-banner {
  position: relative;
  z-index: 1;
  min-height: 420px;
  display: flex;
  flex-wrap: wrap;
}

.inner-banner:before {
  position: absolute;
  content: "";
  background: transparent linear-gradient(173deg, #0000007a 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
}

.inbanner-content {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.inbanner-content .heading-40 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.inner-banner .container {
  width: 100%;
}

.inbanner-content .woo_breadcums li,
.inbanner-content .woo_breadcums li span a {
  color: var(--white);
}

.sub-btnblk input[type="submit"] {
  background: var(--secondary);
  color: #060606;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: bold;
  border-color: var(--secondary);
}

.sub-btnblk input[type="submit"]:hover {
  background: var(--theme);
  border-color: var(--theme) !important;
  color: var(--white) !important;
}

.sidebar-form {
  width: 400px;
  background-color: #070707;
  padding: 45px;
  margin-bottom: 40px;
}

.sidebar-form .sub-btnblk {
  display: block;
}

.sidebar-panel {
  width: 400px;
  position: sticky;
  top: 120px;
  align-self: flex-start;
  margin-bottom: 80px;
}

.sidebar-form .heading-30:has(+ p) {
  margin-bottom: 10px;
}

.sidebar-form .heading-30+p {
  font-size: 14px;
  letter-spacing: 0;
}

.sidebar-form .heading-30,
.sidebar-form p {
  color: var(--white);
}

.get_form form {
  text-align: left;
}

.about-item {
  position: relative;
  padding-bottom: 50px;
}

.about-item::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  background: transparent linear-gradient(180deg, #ffffff 0%, #eef5fc 100%) 0% 0% no-repeat padding-box;
  height: 380px;
  z-index: -1;
}

.about-btnlist {
  margin: 50px 0 10px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.about-btnlist .button {
  margin: 0 10px;
}

.ctent-img .exp-badge {
  position: absolute;
  right: 0;
  top: 0;
}

.divider {
  border-bottom: 1px solid rgb(61 61 61 / 20%);
  margin-bottom: 70px;
}

.team-img-wrapper {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-list {
  list-style-type: none;
  margin-left: 0;
}

.about-list li {
  display: flex;
  flex-wrap: wrap;
}

.about-list li:not(:last-of-type) {
  border-bottom: 1px solid rgb(61 61 61 / 20%);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.about-list li strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.about-icon,
.key-icon {
  width: 60px;
  height: 60px;
  background-color: var(--secondary);
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.about-list-text {
  width: calc(100% - 80px);
}

.key-icon {
  width: 60px;
  height: 60px;
}

.about-key-item {
  width: calc(25% - 50px);
  background-color: #eff5fc;
  border-radius: 6px;
  padding: 20px 28px;
  display: inline-flex;
  align-items: center;
}

.about-key-item p {
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
  flex: 1;
}

/**/
.divider {
  border: 0;
  border-bottom: 1px solid rgb(61 61 61 / 20%);
  margin-bottom: 80px;
}

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.title-block-wrap .title-block-left [class*="heading-"] {
  margin-bottom: 0;
}

.inner-banner.inner-big-banner {
  align-items: center;
  min-height: 550px;
}

.inner-big-banner .service-usps-ul {
  column-count: 2;
  column-gap: 30px;
  margin: 30px 0 10px;
}

.inner-big-banner .service-usps-ul .usps-li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.inner-big-banner .service-usps-ul .usps-icon {
  width: 60px;
  height: 60px;
  background-color: var(--secondary);
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.inner-big-banner .service-usps-ul .usps-detail {
  width: calc(100% - 60px);
  padding-left: 20px;
  color: var(--white);
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.32px;
}

.inner-big-banner .inbanner-content {
  max-width: 610px;
}

/* ol styling */
main ol:not([class]) {
  list-style-type: none;
  margin-left: 0;
  counter-reset: li;
  margin: 40px 0;
}

main ol:not([class]) li {
  font-size: 15px;
  line-height: 24px;
  position: relative;
  padding-left: 2px;
  color: var(--black);
  letter-spacing: 0.32px;
  padding-left: 20px;
  font-family: var(--font-sora-family);
}

main ol:not([class]) li:before {
  counter-increment: li;
  content: counter(li) ".";
  color: #000000;
  margin-right: 0;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

main ol:not([class]) li:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(61 61 61 / 20%);
}

main ol:not([class]) li strong {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}

/**/
.button-border>img {
  margin-right: 0;
}

.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button:hover,
[class*="button-"]:hover {
  border: 1px solid #ffc425;
  color: var(--black);
}

.woocommerce a.button-yellow:hover:before {
  background-color: var(--theme) !important;
}

.woocommerce a.button-yellow:hover {
  border-color: var(--theme);
  color: var(--white);
}

.woocommerce a.button:before,
.woocommerce input.button:before,
.woocommerce button.button:before,
[class*="button-"]:before {
  content: "";
  width: 100.02%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0, 1);
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.woocommerce a.button:hover:before,
.woocommerce input.button:hover:before,
.woocommerce button.button:hover:before,
[class*="button-"]:hover:before {
  transform: scale(1, 1);
  background-color: #ffc425;
  margin-left: 0;
}

.woocommerce button.button.alt {}

.button-yellow:hover:before {
  background-color: var(--theme);
}

.button-yellow:hover {
  border-color: var(--theme);
  color: var(--white);
}

/********---------- product list---------*********/
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px -50px;
}

.woocommerce ul.products.slick-initialized {
  width: calc(100% + 20px);
  margin: 0 -10px;
  display: block;
}

.woocommerce ul.products li.product {
  text-align: center;
  width: 20%;
  margin: 0 0 50px 0;
  padding: 0 10px;
}

.woocommerce ul.products.columns-4 li.product {
  width: 25%;
  display: flex;
  flex-wrap: wrap;

}

.woocommerce ul.products.columns-4 li.product .button {
  margin: auto auto 0;
}

.woocommerce ul.products.columns-3 li.product {
  width: 33.33%;
}

.woocommerce ul.products li.product .button {
  line-height: 1;
  margin: 0;
  font-size: 12px;
  padding: 15px 28px;
  display: inline-flex;
}

.woocommerce ul.products li.product .button img {
  margin: 0 0 0 8px;
}

.woocommerce ul.products li.product .product-img {
  border: 1px solid #e1ebf6;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.woocommerce ul.products li.product .onsale {
  background-color: var(--secondary);
  min-width: 30px;
  min-height: 30px;
  width: 38px;
  height: 38px;
  margin: 10px 0 0 10px;
  padding: 2px;
  line-height: 38px;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: var(--font-body-family);
  left: 0;
  top: 0;
  color: var(--black);
}

.woocommerce ul.products li.product:hover .product-img>img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.woocommerce ul.products li.product .product-img>img {
  margin: auto;
  display: block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: #000000;
  text-transform: inherit;
  padding: 0;
  max-width: 270px;
  margin: 0 auto;
  display: -webkit-box;
  height: 26px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.woocommerce ul.products li.product .plabel {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--black);
  margin-bottom: 12px;
  height: 14px;
}

.woocommerce ul.products li.product .price-wrap {
  margin-top: 14px;
  /*	min-height:20px;*/
}

.woocommerce ul.products li.product .prod-text {
  margin: 30px 0;
}

.woocommerce ul.products li.product a {
  display: block;
  width: 100%;
}

.woocommerce ul.products li.product .price {
  font-size: 14px;
  color: var(--black);
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0;
  opacity: 1;
  letter-spacing: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.woocommerce ul.products li.product .price del {
  font-size: 14px;
  color: var(--black);
  letter-spacing: 0;
  font-weight: bold;
  padding-right: 10px;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce ul.products .slick-track {
  display: flex;
}

.woocommerce ul.products .slick-slide {
  height: auto;
}

.woocommerce ul.products .slick-slide>div {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

/**/
.brand-category-ul {
  display: flex;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.brand-category-ul .brand-category-li {
  margin: 0 10px;
  width: calc(100% / 4);
  cursor: pointer;
  transition: width 750ms ease-in-out;
  transition-delay: 250ms;
  height: 600px;
  border-radius: 4px;
}

.brand-category-ul .brand-category-li:hover {
  width: 58%;
}

.brand-category-ul .brand-category-li .brandimg {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
}

.brand-category-ul .brand-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.brand-box-overlay {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  align-items: flex-start;
  flex-direction: column;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.brand-box-overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg,
      rgb(0 0 0 / 100%) 0%,
      rgb(0 17 29 / 0%) 100%);
  border-radius: 6px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.brand-category-ul .brand-category-li:hover .brand-box-overlay:before {
  opacity: 0.6;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.brand-category-ul .brand-category-li .brand-bxinfo .b-read:hover {
  color: var(--secondary);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.brand-category-ul .brand-logo {
  display: flex;
  background-color: #ffffff;
  flex-wrap: wrap;
  padding: 6px 10px;
  border-radius: 4px;
  transform: translate(-50%, 40%);
  transition: 750ms ease-in-out;
  transition-delay: 250ms;
  left: 50%;
  top: 0;
  position: relative;
}

.brand-category-ul .brand-category-li:hover .brand-logo {
  left: 0;
  transform: translate(0%, 0%);
  margin-left: 20px;
  transition: 750ms ease-in-out;
  transition-delay: 250ms;
  transform: translate(0, 40%);
}

.brand-category-ul .brand-logo>img {
  display: block;
  width: auto;
}

.brand-category-ul .brand-bxinfo {
  margin-top: auto;
  padding: 20px;
  transition: 750ms ease-in-out;
  transition-delay: 250ms;
  transform: translate(-50%, 0%);
  transition: 750ms ease-in-out;
  transition-delay: 250ms;
  left: 50%;
  position: relative;
}

.brand-category-ul .brand-category-li:hover .brand-bxinfo {
  left: 0;
  transform: translate(0%, 0%);
  margin-left: 0px;
  transition: 750ms ease-in-out;
  transition-delay: 250ms;
  transform: translate(0, 0%);
}

.brand-category-ul .brand-bxinfo .b-title {
  font-size: 20px;
  letter-spacing: 0.4px;
  font-weight: bold;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.brand-category-ul .brand-bxinfo .b-read {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.28px;
  line-height: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.brand-category-ul .brand-bxinfo .b-read>img {
  margin-left: 8px;
}

/*---------*/

.common-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.common-block .cblock-title {
  width: calc(100% - 750px);
  padding-right: 20px;
}

.common-block .cblock-info {
  width: 750px;
}

/*--------------- content section ------------*/
.content-wrapper .ctent-img {
  width: 760px;
  position: sticky;
  top: 190px;
  align-self: flex-start;
}

.content-wrapper .ctent-img>img {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.content-wrapper .ctent-block {
  width: calc(100% - 760px);
  max-width: 620px;
  padding-right: 20px;
  margin: auto 0;
}

.content-wrapper .ctent-block-wr:not(:last-child) {
  margin-bottom: 80px;
}

.content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
  padding-left: 20px;
  padding-right: 0;
}

.content-wrapper .ctent-img iframe {
  width: 100%;
  height: 500px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.arrow-top .slick-next {
  right: 0;
  top: 0;
  margin-top: -62px;
  margin-right: 10px;
}

.arrow-top .slick-prev {
  right: 0;
  top: 0;
  margin-top: -62px;
  margin-left: -95px;
  left: 100%;
}

.slick-dots li button:before {
  width: 12px;
  height: 12px;
  line-height: 12px;
  display: none;
}

/* services css */
.service-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.service-ul .service-li {
  width: 33.33%;
  padding: 0 25px;
}

.service-ul .service-li .service-box {
  position: relative;
  overflow: hidden;
}

.service-ul .service-img {
  position: relative;

  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.service-ul .service-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgb(0 0 0 / 20%) 100%);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  opacity: 1;
  top: 0;
}

.service-ul .service-li .service-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.service-ul .service-li:hover .service-img:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgb(0 0 0 / 50%) 100%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  opacity: 1;
  top: 0;
}

.service-ul .service-li:hover .service-img:before {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  top: 100%;
}

.service-ul .service-img>img {
  border-radius: 4px;
  display: block;
  width: 100%;
  mix-blend-mode: multiply;
}

.service-bottom {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  left: 0;
}

.service-title {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  line-height: 36px;
  text-shadow: 0px 10px 10px rgb(0 0 0 / 48%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transform: translateY(-40px);
  text-transform: uppercase;
  max-width: 320px;
  margin: 0 auto;
}

.service-more {
  font-size: 12px;
  color: var(--black);
  letter-spacing: 0.24px;
  font-weight: bold;
  line-height: 1;
  background-color: #ffc425;
  padding: 18px 20px;
  margin-top: auto;
  width: 100%;
  border-radius: 0 0 3px 3px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  height: 50px;
  position: absolute;
  bottom: 0;
  transform: translateY(50px);
}

.service-ul .service-li:hover .service-more {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transform: translateY(0px);
}

.service-more>img {
  margin-left: 10px;
}

.service-ul .service-li:hover .service-title {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  margin: 0 auto 40px;
}

ul.area-ul {
  list-style-type: none;
  margin-left: 0;
}

ul.area-ul li {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.3px;
  padding-left: 30px;
}

ul.area-ul li:before {
  position: absolute;
  content: "";
  background-image: url("../images/icon/map-marker.svg");
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  filter: invert(0) brightness(0);
  margin-top: 2px;
  background-size: contain;
}

ul.area-ul li,
ul.area-ul li a {
  color: var(--black);
}

ul.area-ul li a {
  text-decoration: none;
}

ul.area-ul li a:hover,
ul.area-ul li.active {
  color: var(--theme);
}

.woocommerce ul.products.slick-initialized {
  display: block;
}

main ul:not([class]) li a {
  color: var(--black);
  text-decoration: none;
}

.woocommerce ul.products.slick-initialized li {
  margin-bottom: 4px !important;
}

button.fancybox-button {
  width: 44px !important;
}

.fancybox-navigation .fancybox-button {
  width: 70px !important;
}

/* media query */

@media (max-width: 1599.98px) {
  .about-key-item {
    width: calc(25% - 30px);
  }

  .cta-heading {
    font-size: 55px;
  }

  .cta-left-caption {
    padding-bottom: 80px;
  }

  .social-links {
    padding-left: 35px;
  }

  .footer-links .call-link,
  .footer-links .email-link {
    padding-left: 45px;
    padding-right: 45px;
  }

  .sidebar-panel {
    margin-bottom: 60px;
  }

  .service-ul .service-li {
    padding: 0 14px;
  }

  .service-ul {
    margin: 0 -14px;
  }

  .common-block .cblock-info {
    width: 850px;
  }

  .common-block .cblock-title {
    width: calc(100% - 850px);
    padding-right: 20px;
  }

  .content-wrapper .ctent-img {
    width: 680px;
  }

  .content-wrapper .ctent-block {
    width: calc(100% - 680px);
    max-width: 640px;
  }
}

@media (max-width: 1439.98px) {
  .about-key-item {
    width: calc(25% - 20px);
  }

  .about-key-item {
    padding: 20px;
  }

  .key-icon {
    margin-right: 10px;
  }

  .cta-heading {
    font-size: 45px;
  }

  .cta-left-caption {
    padding-bottom: 50px;
  }

  .footer-links .call-link,
  .footer-links .email-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-logo {
    width: 300px;
  }

  .footer-top-panel .footer-links img {
    width: 20px;
  }

  .social-links {
    padding-left: 15px;
  }

  .footer-links .call-link,
  .footer-links .email-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ft-col-4,
  .ft-col-2,
  .ft-col-3 {
    padding-left: 30px;
  }

  .sidebar-panel {
    margin-bottom: 40px;
  }

  .video-wrapper .heading-40 {
    margin-top: 80px;
  }

  .gallery-text {
    letter-spacing: 30px;
  }

  .common-block .cblock-info {
    width: 65%;
  }

  .common-block .cblock-title {
    width: 35%;
  }

  .brand-category-ul .brand-category-li {
    margin: 0 5px;
  }

  .brand-category-ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }

  .brand-category-ul .brand-category-li {
    height: 480px;
  }

  .service-ul .service-li {
    padding: 0 8px;
  }

  .service-ul {
    margin: 0 -8px;
  }

  .service-title {
    font-size: 24px;
    line-height: 30px;
    padding: 0 10px;
  }

  .woocommerce ul.products li.product {
    padding: 0 5px;
    margin: 0 0 30px 0;
  }

  .woocommerce ul.products {
    margin: 0 -5px -30px;
    width: calc(100% + 10px);
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    height: 25px;
  }

  .woocommerce ul.products li.product .prod-text {
    margin: 20px 0;
  }

  .content-wrapper .ctent-img {
    width: 500px;
  }

  .content-wrapper .ctent-block {
    width: calc(100% - 500px);
    max-width: 100%;
  }

  .inner-big-banner .inbanner-content {
    max-width: 600px;
  }

  .inner-banner.inner-big-banner {
    min-height: 500px;
  }

  .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
    padding-left: 50px;
  }

  .content-wrapper .ctent-block {
    padding-right: 50px;
  }

  .woocommerce ul.products li.product {
    width: 25%;
  }
}

@media (max-width: 1199.98px) {
  .about-key-item p {
    font-size: 14px;
  }

  .about-key-item {
    width: calc(25% - 10px);
    padding: 15px;
  }

  .gallery-text {
    letter-spacing: 20px;
  }

  .key-icon {
    width: 50px;
    height: 50px;
  }

  .key-icon img {
    width: 35px;
  }

  .footer-top-panel .footer-links {
    width: 100%;
    justify-content: center;
  }

  .footer-logo {
    margin-bottom: 30px;
    display: inline-flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .cta-left-caption {
    padding-bottom: 0;
    padding-top: 150px;
    width: 52%;
  }

  .cta-wrapper {
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .content-wrapper .ctent-img:has(.exp-badge) {
    padding-top: 50px;
  }

  .ctent-img .exp-badge {
    top: -32px;
    width: 150px;
    height: 150px;
  }

  .cta-heading {
    font-size: 38px;
  }

  .footer-links .social-links {
    margin-top: 20px;
  }

  /*
  .footer-links .email-link {
    border-right: 0;
  }
*/
  .ft-col-1,
  .ft-col-2,
  .ft-col-3,
  .ft-col-4,
  .footer-top-panel,
  .sidebar-panel {
    margin-bottom: 40px;
  }

  .footer--menulinks.ft-column-two {
    display: flex;
    column-count: inherit;
    flex-wrap: wrap;
  }

  .footer--menulinks.ft-column-two li {
    width: 33.33%;
  }

  .ft-col-4 {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }

  .ft-col-1 {
    width: 50%;
  }

  .ft-col-1 .footer--menulinks {
    column-count: 2;
  }

  .ft-col-2,
  .ft-col-3 {
    width: 25%;
  }

  .ft-bottom-links a:not(:last-child) {
    padding-right: 15px;
  }

  .footer-bottom p {
    margin-bottom: 15px;
  }

  .ft-bottom-links a:not(:first-child) {
    padding-left: 15px;
  }

  .ft-bottom-links,
  .footer-bottom p {
    text-align: center;
    width: 100%;
  }

  .footer-bottom {
    padding: 15px 0;
  }

  .ft-bottom-links a:not(:last-of-type)::after {
    right: -10px;
  }

  .btn-row a:not(:last-child) {
    margin-right: 8px;
  }

  .sidebar-panel,
  .sidebar-form {
    width: 360px;
  }

  .sidebar-form {
    padding: 35px;
  }

  .video-wrapper .heading-40 {
    margin-top: 60px;
  }

  .brand-category-ul .brand-category-li {
    height: 380px;
  }

  .brand-category-ul .brand-bxinfo .b-title {
    font-size: 16px;
    letter-spacing: 0.2px;
  }

  .brand-category-ul .brand-bxinfo {
    padding: 20px 10px;
  }

  .service-ul .service-li {
    padding: 0 4px;
  }

  .service-ul {
    margin: 0 -4px;
  }

  .service-title {
    font-size: 20px;
    line-height: 24px;
  }

  .woocommerce ul.products li.product .plabel {
    font-size: 12px;
    margin-bottom: 10px;
    height: 12px;
  }

  .content-wrapper .ctent-block-wr:not(:last-child) {
    margin-bottom: 60px;
  }

  .content-wrapper .ctent-img {
    width: 350px;
  }

  .content-wrapper .ctent-block {
    width: calc(100% - 350px);
    max-width: 100%;
  }

  .inner-banner.inner-big-banner {
    min-height: 450px;
  }

  .inner-big-banner .service-usps-ul {
    margin: 20px 0 10px;
    column-gap: 15px;
  }

  .inner-big-banner .service-usps-ul .usps-li {
    margin-bottom: 20px;
  }

  .inner-big-banner .service-usps-ul .usps-icon {
    width: 50px;
    height: 50px;
  }

  .inner-big-banner .service-usps-ul .usps-icon>img {
    padding: 10px;
  }

  .inner-big-banner .service-usps-ul .usps-detail {
    width: calc(100% - 50px);
    padding-left: 10px;
  }

  .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
    padding-left: 30px;
  }

  .content-wrapper .ctent-block {
    padding-right: 30px;
  }

  .content-wrapper .ctent-img iframe {
    height: 400px;
  }

  .exp-badge {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {

  [class*="heading-"],
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 12px;
    line-height: 1.2;
  }

  .title-block-wrap .title-block-left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .title-block-wrap .title-block-right {
    display: none;
  }

  .title-block-wrap {
    margin-bottom: 20px;
  }

  .inner-banner {
    min-height: 350px;
  }

  .sidebar-panel,
  .sidebar-form {
    width: 100%;
  }

  .sidebar-form,
  .news-category-box {
    padding: 30px;
  }

  .about-key-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .key-icon img {
    width: 30px;
  }

  .cta-left-caption {
    width: calc(100% - 200px);
  }

  .cta-img {
    display: none;
  }

  .cta-heading {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .ft-col-1,
  .ft-col-2,
  .ft-col-3,
  .ft-col-4,
  .footer-top-panel,
  .news-category-box {
    margin-bottom: 30px;
  }

  .exp-badge,
  .ctent-img .exp-badge {
    width: 125px;
    height: 125px;
    top: 0;
  }

  .exp-badge .center-icon {
    width: 45px;
    margin-top: -12px;
  }

  .exp-badge .text-rotate {
    width: 105px;
  }

  .cta-wrapper {
    align-items: flex-end;
    padding-bottom: 30px;
  }

  .footer-links .call-link,
  .footer-links .email-link {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }

  .slick-next,
  .slick-prev {
    width: 30px;
    height: 30px;
  }

  .slick-next:before,
  .slick-prev:before {
    font-size: 18px;
  }

  .woocommerce ul.products.slick-initialized {
    padding-bottom: 35px;
    margin-bottom: 15px !important;
  }

  .scrollTop {
    display: none;
  }

  .video-gallery__slider-main .video-icon {
    width: 120px;
    height: 120px;
  }

  .video-icon .text-rotate {
    width: 100px;
  }

  .video-gallery__slider-main .video-icon svg {
    width: 30px;
  }

  .video-wrapper .heading-40 {
    margin-top: 40px;
  }

  .common-block .cblock-info {
    width: 100%;
  }

  .common-block .cblock-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .common-block .cblock-title [class*="heading-"] {
    margin-bottom: 0;
  }

  .brand-category-ul .brand-logo {
    width: 100px;
    height: 34px;
    padding: 5px;
  }

  .brand-category-ul .brand-logo>img {
    object-fit: contain;
    width: 100%;
    height: auto;
    max-height: 100%;
  }

  .brand-category-ul .brand-category-li {
    height: 320px;
    margin: 0 2px;
  }

  .brand-category-ul {
    width: calc(100% + 4px);
    margin: 0 -2px;
  }

  .service-title {
    font-size: 18px;
    line-height: 22px;
  }

  .service-more {
    height: 32px;
    padding: 10px 10px;
    font-size: 12px;
  }

  .service-ul .service-li:hover .service-title {
    margin: 0 auto 25px;
  }

  .service-title {
    transform: translateY(-20px);
  }

  .woocommerce ul.products.columns-4 li.product,
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce ul.products li.product {
    width: 33.33%;
  }

  .content-wrapper .ctent-img {
    width: 100%;
  }

  .content-wrapper .ctent-block {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
    padding-left: 0;
  }

  .content-wrapper .ctent-block ul:not([class]):last-child {
    margin-bottom: 0;
  }

  .divider {
    margin-bottom: 40px;
  }

  .arrow-top .slick-next {
    right: 0;
    top: 100%;
    margin-top: 0px;
    margin-right: 0px;
  }

  .arrow-top .slick-prev {
    right: 0;
    top: 100%;
    margin-top: 0px;
    margin-right: 40px;
    left: auto;
  }

  .inner-big-banner .inbanner-content {
    max-width: 100%;
  }

  .about-item {
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .inner-banner {
    min-height: 250px;
  }

  .woocommerce a.button,
  .woocommerce input.button,
  .woocommerce button.button,
  .button,
  [class*="button"] {
    padding: 16px 22px;
  }

  .btn-row a:not(:last-child) {
    margin-right: 8px;
  }

  .cta-heading {
    font-size: 26px;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .ft-col-1,
  .footer--menulinks.ft-column-two li:last-child {
    width: 100%;
  }

  .ft-col-2,
  .ft-col-3 {
    width: 50%;
  }

  .ft-col-2 {
    padding-left: 0;
    border-left: 0;
  }

  .footer--menulinks.ft-column-two li:not(:last-of-type) {
    width: 50%;
  }

  .footer--menulinks.ft-column-two p {
    column-count: 2;
  }

  .footer--menulinks li {
    margin-bottom: 5px;
  }

  .sidebar-form {
    padding: 20px;
  }

  .about-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .about-icon img {
    width: 25px;
  }

  .about-list li strong {
    font-size: 16px;
    margin-bottom: 5px;
  }

  main ul:not([class]) li strong {
    font-size: 16px;
  }

  .video-gallery__slider-main .video-icon {
    width: 90px;
    height: 90px;
  }

  .video-gallery__slider-main .video-icon svg {
    width: 20px;
  }

  .video-icon .text-rotate {
    width: 75px;
  }

  .latest-video-heading {
    padding-bottom: 0;
    max-width: 90%;
  }

  .latest-video-heading .heading-bar {
    font-size: 16px;
  }

  .brand-category-ul .brand-category-li {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }

  .brand-category-ul .brand-category-li:hover {
    width: calc(50% - 10px);
  }

  .brand-category-ul {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 -10px;
  }

  .service-ul .service-li .service-box {
    height: 250px;
  }

  .service-ul .service-img {
    display: block;
    height: 100%;
  }

  .service-ul .service-img>img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
  }

  .service-title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }

  .woocommerce ul.products.columns-4 li.product,
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce ul.products li.product {
    padding: 0 2px;
    margin: 0 0 22px 0;
  }

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    margin: 0 0 22px 0;
  }

  .woocommerce ul.products {
    margin: 0 -2px -22px;
    width: calc(100% + 4px);
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px;
    height: 34px;
    -webkit-line-clamp: 2;
  }

  .woocommerce ul.products li.product .button {
    padding: 14px 18px;
  }

  .woocommerce ul.products li.product .plabel {
    font-size: 10px;
    margin-bottom: 8px;
    height: 10px;
  }

  .woocommerce ul.products li.product .price-wrap {
    margin-top: 12px;
    /*			min-height:16px;*/
  }

  .woocommerce ul.products li.product .price {
    font-size: 12px;
    line-height: 1.2;

  }

  .woocommerce ul.products.slick-initialized {
    width: calc(100% + 4px);
    margin: 0 -4px;
  }

  .inner-banner.inner-big-banner {
    min-height: 400px;
  }

  .inner-big-banner .service-usps-ul .usps-detail {
    font-size: 14px;
    line-height: 1.4;
  }

  .about-item {
    padding-bottom: 30px;
  }

  .get_in_touch_form {
    padding: 40px 20px 20px;
  }

  .woocommerce ul.products li.product .onsale {
    min-width: 28px;
    min-height: 28px;
    width: 28px;
    height: 28px;
    font-size: 10px;
    line-height: 28px;
  }

  .footer-links .email-link {
    border-right: 0;
  }
}

@media (max-width: 575.98px) {
  .inner-banner {
    min-height: 200px;
  }

  .woocommerce a.button,
  .woocommerce input.button,
  .woocommerce button.button,
  .button,
  [class*="button"] {
    padding: 14px 16px;
    font-size: 12px;
    letter-spacing: 0.24px;
  }

  .btn-row a:not(:last-child) {
    margin-right: 4px;
  }

  .about-list li strong,
  main ul:not([class]) li strong {
    font-size: 14px;
  }

  .key-icon img {
    width: 23px;
  }

  .key-icon {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .about-key-item p {
    font-size: 12px;
    text-align: center;
  }

  .about-key-item {
    width: calc(50% - 7px);
    margin-bottom: 15px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .latest-video-heading .heading-bar {
    padding: 0;
  }

  .latest-video-heading:before,
  .latest-video-heading .heading-bar::before,
  .latest-video-heading .heading-bar::after {
    content: none;
  }

  [class*="heading-"],
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.16;
  }

  p,
  ol li,
  ul li {
    font-size: 14px;
    line-height: 22px;
  }

  main ul:not([class]) li:before {
    top: 2px;
    width: 18px;
    height: 18px;
    background-size: contain;
  }

  main ul:not([class]) li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
  }

  main ul:not([class]) li strong {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
  }

  main ul:not([class]) li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  main ul:not([class]) li {
    padding-left: 26px;
  }

  .cta-heading {
    font-size: 22px;
  }

  .ft-col-1 .footer--menulinks {
    column-count: 1;
  }

  .ft-col-2,
  .ft-col-3 {
    width: 100%;
  }

  .ft-col-3 {
    padding-left: 0;
    border-left: 0;
  }

  .ft-col-1,
  .ft-col-2,
  .ft-col-3,
  .ft-col-4,
  .footer-top-panel {
    margin-bottom: 20px;
  }

  .footer--menulinks,
  .footer-title+.footer--menulinks.ft-column-two {
    display: none;
  }

  .footer--menulinks.ft-column-two li:not(:last-of-type) {
    width: 100%;
  }

  .footer--menulinks.ft-column-two p {
    column-count: 1;
  }

  .footer-title.showhide+.footer--menulinks {
    display: block;
    padding-bottom: 10px;
  }

  .footer-title {
    position: relative;
    cursor: pointer;
  }

  .footer-title::before,
  .footer-title::after {
    position: absolute;
    content: "";
    right: 19px;
    width: 3px;
    height: 20px;
    transition: all 300ms;
    margin-top: 0px;
    background: var(--white);
    border-radius: 2px;
    cursor: pointer;
  }

  .footer-title::after {
    right: 10px;
    width: 20px;
    height: 3px;
    margin-top: 8px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    background: var(--white);
  }

  .ft-col-1,
  .ft-col-2,
  .ft-col-3 {
    border-bottom: 1px solid rgba(117, 117, 117, 0.2);
  }

  .social-links {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-links .social-links label {
    font-size: 14px;
    width: 100%;
    margin: 0;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }

  .footer-title.showhide::before {
    opacity: 0;
  }

  .footer-links .call-link,
  .footer-links .email-link {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin: 0 auto 10px;
  }

  .footer-links .link-text,
  .footer-links .flex-text {
    flex-direction: row;
    flex: inherit;
  }

  .ft-col-4 {
    margin-bottom: 0;
  }

  .ft-col-4 .footer--menulinks.ft-column-two li:last-child {
    margin-bottom: 10px;
  }

  .footer-links label {
    margin-right: 10px;
  }

  .footer-links .call-link,
  .footer-links .email-link {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links .social-links {
    margin-top: 5px;
  }

  .footer-top-panel .footer-links img {
    width: 15px;
  }

  .exp-badge,
  .ctent-img .exp-badge {
    width: 100px;
    height: 100px;
  }

  .exp-badge .text-rotate {
    width: 90px;
  }

  .cta-left-caption {
    width: calc(100% - 110px);
  }

  .exp-badge .center-icon {
    width: 38px;
    margin-top: -12px;
  }

  main ul:not([class]) li:after {
    width: calc(100% - 30px);
    margin-left: 30px;
  }

  p {
    margin-bottom: 16px;
  }

  .btn-row a {
    margin-bottom: 8px;
  }

  main ul:not([class]) {
    margin: 20px 0;
  }

  .ft-bottom-links a:not(:last-of-type)::after {
    content: none;
  }

  .ft-bottom-links a:not(:last-child) {
    padding-right: 0;
  }

  .ft-bottom-links a:not(:first-child) {
    padding-left: 0;
  }

  .footer-links .social-links .btn-facebook:first-child {
    margin-left: 0;
  }

  .video-gallery__slider-main {
    max-width: 93%;
  }

  .video-gallery__slider-main .video-icon svg {
    width: 12px;
  }

  .video-gallery__slider-main .video-icon {
    width: 60px;
    height: 60px;
  }

  .video-icon .text-rotate {
    width: 50px;
  }

  .video-gallery__slider-thmb .slide-thumb {
    width: auto !important;
  }

  .video-gallery__slider-thmb .slick-slide {
    margin: 0px 5px;
  }

  .brand-category-ul .brand-category-li {
    height: 220px;
    width: calc(50% - 4px);
    margin: 0 2px 4px;
  }

  .brand-category-ul .brand-bxinfo .b-title {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
  }

  .brand-category-ul .brand-bxinfo .b-read {
    font-size: 12px;
    letter-spacing: 0.2px;
  }

  .brand-category-ul .brand-bxinfo .b-read>img {
    margin-left: 2px;
    width: 10px;
  }

  .brand-category-ul .brand-category-li:hover {
    width: calc(50% - 4px);
  }

  .brand-category-ul .brand-category-li:hover .brand-logo {
    transform: translate(-50%, 40%);
    left: 50%;
    margin-left: 0;
  }

  .brand-category-ul .brand-category-li:hover .brand-bxinfo {
    left: 50%;
    transform: translate(-50%, 0%);
    margin-left: 0px;
  }

  .brand-category-ul .brand-bxinfo {
    text-align: center;
  }

  .service-ul .service-li {
    width: 100%;
    padding: 0;
  }

  .service-ul .service-li:not(:last-child) {
    margin-bottom: 10px;
  }

  .service-ul {
    margin: 0;
  }

  .woocommerce ul.products.columns-4 li.product,
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce ul.products li.product {
    width: 50%;
  }

  .woocommerce ul.products li.product .button {
    padding: 13px 14px;
  }

  .woocommerce ul.products li.product .button img {
    margin: 0 0 0 4px;
    width: 10px;
  }

  .woocommerce ul.products li.product .button {
    font-size: 11px;
  }

  main {
    margin-top: 36px;
  }

  .content-wrapper .ctent-block-wr:not(:last-child) {
    margin-bottom: 40px;
  }

  main ol:not([class]) li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
  }

  main ol:not([class]) li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  main ol:not([class]) li strong {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
  }

  main ol:not([class]) {
    margin: 20px 0;
  }

  .divider {
    margin-bottom: 40px;
  }

  .inner-big-banner .service-usps-ul {
    column-gap: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .inner-big-banner .service-usps-ul .usps-li {
    width: 50%;
    padding-right: 5px;
  }

  .inner-big-banner .service-usps-ul .usps-icon {
    width: 40px;
    height: 40px;
  }

  .inner-big-banner .service-usps-ul .usps-detail {
    width: calc(100% - 40px);
    padding-left: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  .inner-big-banner .service-usps-ul .usps-icon>img {
    padding: 6px;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
  }

  ul.area-ul li {
    font-size: 14px;
    padding-left: 20px;
    line-height: 20px;
  }

  ul.area-ul li:not(:last-child) {
    margin-bottom: 6px;
  }

  ul.area-ul li:before {
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 3px;
  }

  .content-wrapper .ctent-img iframe {
    height: 350px;
  }

  .cta-wrapper {
    min-height: 300px;
  }

  .team-img-wrapper {
    grid-gap: 0px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .team-item.mb-30 {
    margin-bottom: 15px;
  }

  .fancy-form-popup .form-row .form-group.width50 {
    width: 100%;
  }

  .cta-wrapper img.bgimg {
    object-position: 0 0;
  }

  .video-gallery__slider-thmb .slide-thumb:not(-n + 2) {
    display: none;
  }

  /*
	.woocommerce ul.products li.product .price-wrap{
		min-height:24px;
	}
*/
  .woocommerce ul.products li.product .prod-text {
    margin: 12px 0;
  }

  .woocommerce ul.products li.product .onsale {
    margin: 5px 0 0 5px;
  }
}