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

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

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

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-SemiBold.eot');
    src: url('../fonts/PlusJakartaSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff'),
        url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype'),
        url('../fonts/PlusJakartaSans-SemiBold.svg#PlusJakartaSans-SemiBold') format('svg');
    font-weight: 600;
    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");
}

/*-----RESET-----*/
:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #52555b;
  --themecolor: #f37021;
  --bgcolor: #f8f8f8;
  --blackgradient: linear-gradient(
    270deg,
    rgba(35, 31, 32, 1) 0%,
    rgba(72, 71, 73, 1) 71%,
    rgba(89, 90, 92, 1) 100%
  );
  --lightgradient: linear-gradient(
    90deg,
    rgba(255, 249, 240, 1) 0%,
    rgba(239, 239, 239, 1) 100%
  );
}

html,
body {
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-weight:normal;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
font-family: 'Plus Jakarta Sans';
    font-size:15px;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a img {
  border: none;
}

:focus {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
}

a,
button {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
}

img,
video {
  max-width: 100%;
  height: auto;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
font-family: 'Plus Jakarta Sans';
  font-size: 1.125rem;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

/* ***********|| FORM CONTROL ||***********|| */
::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--primary);
  font-family: 'Plus Jakarta Sans';
  font-weight: normal;
  opacity: 1;
}

::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--primary);
font-family: 'Plus Jakarta Sans';
  font-weight: normal;
  opacity: 1;
}

:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--primary);
  font-family: 'Plus Jakarta Sans';
  font-weight: normal;
  opacity: 1;
}

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

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="submit"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
  height: auto !important;
  min-height: 130px;
  overflow: hidden;
  margin: 0;
  color: var(--primary);
}

.form-group,
.form-group50 {
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}
.form-group50 {
  width: 48.55%;
}
.form-control {
  width: 100%;
  padding: 10px 15px;
  border: 0;
  border-radius: 3px;
  height: 48px;
  background: #f8f8f8;
  color: var(--primary);
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  letter-spacing: 0px;
  outline: 1px solid #f8f8f8;
}

.form-group > label {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: var(--primary);
  font-family: 'Plus Jakarta Sans';
  margin: 0 0 10px;
  display: block;
}

.submitbtn input[type="submit"] {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 0;
  cursor: pointer;
  font-weight: bold;
  line-height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: 'Plus Jakarta Sans';
  width: 100%;
}

.submit-btn .submitbtn {
  width: 100%;
  background: var(--themecolor);
  color: #ffffff;
  border: 0;
  font-weight: bold;
  font-size: 15px;
  border-radius: 3px;
  letter-spacing: 0px;
  line-height: 100%;
  padding: 6px 30px;
  cursor: pointer;
  height: 48px;
  font-family: 'Plus Jakarta Sans';
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.submit-btn .submitbtn:hover {
  background: var(--primary);
  color: var(--white);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.submit-btn {
  width: 100%;
  background: var(--themecolor);
  border: 1px solid var(--themecolor);
  border-radius: 3px;
  color: #fff;
  letter-spacing: 0px;
  line-height: 100%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-transform: capitalize;
  display: inline-flex;
  margin: 0 0 0 auto;
  width: 100%;
}
.submit-btn:hover {
  background: var(--primary);
  border: 1px solid var(--primary);
}
.form-control:focus {
  outline-color: var(--themecolor) !important;
}

select.form-control {
  background: url(../../assets/images/angle-down.svg) no-repeat top 20px right
    15px #f8f8f8;
  border-radius: 3px;
}

.text-center {
  text-align: center;
}
/**/
.inbanner [class*="heading-"],
.inbanner h1 {
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 1;
}
.inbanner {
  position: relative;
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.0984768907563025) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.inbanner .container {
  width: 100%;
}
ul.woo_breadcums {
  padding: 0;
  margin-bottom: 0;
}

ul.woo_breadcums li {
  list-style: none;
  color: var(--primary);
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 500;
}
ul.woo_breadcums li a:hover,
.hmbox-ul li a:hover .hm-link {
  color: var(--themecolor);
}
ul.woo_breadcums li span {
  padding: 0;
}

ul.woo_breadcums li a {
  position: relative;
  z-index: 0;
  line-height: 100%;
  margin: 0 24px 0 0;
  display: inline-block;
  color: var(--themecolor);
}
ul.woo_breadcums li a:hover {
  text-decoration: underline;
}
ul.woo_breadcums li a:after {
  position: absolute;
  z-index: 0;
  content: "/";
  font-size: 16px;
  top: 2px;
  right: -10px;
  bottom: 0;
  font-family: "FontAwesome";
  font-weight: bold;
}

/* ********|| STRUCTURE || ******** */

.inpage {
  margin: 80px 0 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}
.md-container {
  max-width: 1050px;
  margin: 0 auto;
}
/* ********|| HELPER || ******** */
h1,
h2,
h3,
h4,
h5,
h5,
h6,
[class*="heading-"] {
font-family: 'Plus Jakarta Sans';
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: var(--primary);
}

h1,
.heading-50 {
  /* font-size:50px; */
  font-size: clamp(1.625rem, 1.35rem + 1.375vw, 3rem);
  line-height: 1.28;
  margin-bottom: 30px;
}

h2,
.heading-40 {
  font-size: clamp(1.375rem, 1.175rem + 1vw, 2.375rem);
  line-height: 1;
  margin-bottom: 30px;
}
h3,
.heading-34 {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  line-height: 1.28;
  margin-bottom: 30px;
}
h4,
.heading-30 {
 font-size: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
  line-height: 1.28;
  margin-bottom: 30px;
}
h5,
.heading-22 {
  font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
  line-height: 1.28;
}
h6,
.heading-20 {
font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
  line-height: 1.28;
}
hr {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  margin: 100px 0;
}
.uppercase {
  text-transform: uppercase;
}
.heading-16 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.theme-color {
  color: var(--themecolor);
}
.heading-16.form-txt {
  margin-bottom: 15px;
}

/* ********|| TEXT AND BACKRGOUDN COLOR ||******** */

/* FLEX  */
.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-none {
  flex: none;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

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

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

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

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

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

/* ********|| PARAGRAPH || ******** */
p {
  margin-bottom: 25px;
font-family: 'Plus Jakarta Sans';
  font-weight:normal;
  line-height: 22px;
  letter-spacing: 0px;
  font-size: 15px;
  color: var(--primary);
}
p a,
.menubox-left .heading-30 a {
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  display: inline-block;
  color: var(--themecolor);
}
p a::before,
p a::after,
.menubox-left .heading-30 a::after,
.menubox-left .heading-30 a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--themecolor);
  transition: 1.1s var(--ease-out-expo);
}
p a::before {
  transform: scaleX(0);
  transform-origin: left;
}
p a::after,
.menubox-left .heading-30 a::after {
  transform-origin: right;
  transition-delay: 0.25s;
  width: 0;
}
p a:hover::before,
.menubox-left .heading-30 a:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
p a:hover::after,
.menubox-left .heading-30 a:hover::after {
  transform: scaleX(0);
  transition-delay: 0s;
}

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

.bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: inherit;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

/* ********|| CONTENT WRAPPER || ******** */

/* ********||SCROLL TOP || ******** */
.scrollTop {
  position: fixed;
  right: 0;
  bottom: 70px;
  border-radius: 100%;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  z-index: 10;
  color: var(--white);
  background: var(--primary);
  text-align: center;
  font-size: 24px;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin: 0 15px 0 0;
}

.scrollTop > img {
  transform: rotate(-90deg);
}

.scrollTop:hover {
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
  animation: uparrow 0.6s infinite alternate ease-in-out;
}

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

  100% {
    -webkit-transform: translateY(-0.4em);
  }
}

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

  100% {
    -webkit-transform: translateY(-0.4em);
  }
}

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

.page-wrapper ul:not([class]),
.page-wrapper ul.wp-block-list{
  display: flex;
  flex-wrap: wrap;
}

.page-wrapper ul:not([class]) li,
.page-wrapper ul.wp-block-list li{
  font-size: 15px;
  line-height: 20px;
  position: relative;
  padding-left: 38px;
  color: var(--primary);
  width: 100%;
  font-weight: normal;
}

.page-wrapper ul:not([class]) li:before,
.page-wrapper ul.wp-block-list li:before{
  content: "";
  position: absolute;
  left: 0;
  background: url("../images/list-icon.svg") no-repeat 0 0;
  width: 24px;
  height: 23px;
}

.page-wrapper ul:not([class]) li:not(:last-child),
.page-wrapper ul.wp-block-list li:not(:last-child){
  margin-bottom: 18px;
}

.page-wrapper ol:not([class]) {
  list-style: none;
  counter-reset: ordered-list;
}

.page-wrapper ol:not([class]) li {
  position: relative;
  padding-left: 50px;
  line-height: 24px;
}

.page-wrapper ol:not([class]) li:not(:last-child) {
  margin-bottom: 20px;
}

.page-wrapper ol:not([class]) li:before,
.page-wrapper ol:not([class]) li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.page-wrapper ol:not([class]) li:before {
  counter-increment: ordered-list;
  content: counter(ordered-list);
  background-color: var(--themecolor);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

/* ********|| CONDITION CSS FOR SPACE  || ******** */
.page-wrapper ul:not([class]):has(+ *),
.page-wrapper p:has(+ *),
.page-wrapper ol:has(+ *),
.page-wrapper ul.wp-block-list:has(+ *){
  margin-bottom: 30px;
}

.page-wrapper ul:not([class]) li [class*="heading-"] {
  margin-bottom: 0;
}
.btngroup {
  display: flex;
  flex-wrap: wrap;
}
.btngroup li:not(:last-child) {
  margin-right: 15px;
}
/* ********|| BUTTON ||******** */

[class*="btn-"] {
  font-weight: 600;
  line-height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 15px 24px;
  overflow: hidden;
  font-weight: bold;
  border: 1px solid var(--themecolor);
  background-color: var(--themecolor);
  font-size: 15px;
  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;
  -webkit-transition: all 0.5s ease-in-out;
  color: var(--white);
  overflow: hidden;
font-family: 'Plus Jakarta Sans';
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
[class*="btn-"]:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--primary);
  content: "";
  transform: scaleY(0) rotateX(0deg);
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
[class*="btn-"]:hover:after {
  transform: scale(1.5) rotateX(0deg);
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  z-index: -1;
}
.btn-border:after {
  background: var(--themecolor);
}
[class*="btn-"] i {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.btn-border {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
}
.btn-border:hover {
  color: var(--white);
  border-color: var(--themecolor);
}
.btn-orange {
  border: 1px solid var(--themecolor);
  background-color: var(--themecolor);
  color: var(--white);
}
.btn-orange:hover {
  border: 1px solid var(--primary);
}
.btn-solid {
    background-color: #484749;
    border-color: #484749;
}
.btn-solid:hover{
   border-color: var(--themecolor); 
}
.btn-solid:after{
  background: var(--themecolor);  
}
/* ***********|| SLICK SLIDER ||************* */
.slick-next,
.slick-prev {
  width: 38px;
  height: 38px;
  background-color: var(--themecolor);
  border: 3px solid var(--white);
  border-radius: 100%;
  opacity: 1;
  z-index: 2;
}
.slick-next {
  right: 0;
  margin-right: -13px;
}
.slick-prev {
  left: 0;
  margin-left: -13px;
}
.slick-next:focus,
.slick-prev:focus {
  background: var(--themecolor);
}
.slick-next:hover,
.slick-prev:hover {
  background-color: var(--primary);
}

.slick-next:before,
.slick-prev:before {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 18px;
  color: var(--white);
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slick-next:before {
  content: "\f105";
  margin: 0px 0px 0px 2px;
}
.slick-prev:before {
  content: "\f104";
}
.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* ********| MARGIN AND PADDING | ******** */
.mt-mb100 {
  margin: 100px 0;
}
.pt-pb100 {
  padding: 100px 0;
}

.mb-100 {
  margin-bottom: 100px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-80 {
  margin-bottom: 80px;
}
.inpage .sec-hmbox {
  margin-bottom: 85px;
}
.inpage .sec-hmbox + .sec-instagram {
  padding-top: 20px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
/* ********| thank you 0r error | ******** */
.thank_you_content {
  text-align: center;
}

.thank_you_content p {
  font-size: 18px;
}

.thank_you_content p a {
  font-weight: bold;
}

.thank_you_content p a:hover {
  color: var(--secondary);
}

.thank_you_content > img {
  margin: 0 auto;
}

/* ********| FORM COMMON | ******** */
.wpcf7 .ajax-loader,
.wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 20px;
  padding: 10px 15px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0;
  position: relative;
  background: #fe0000;
  display: inline-block;
  color: var(--white);
  letter-spacing: 0.2px;
  padding: 7px 10px;
  line-height: 100%;
  top: -5px;
}

/*FORM ERROR MASSSAGE*/
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #f5c812;
  background: #fff9df;
  width: 100%;
  display: block;
  color: inherit;
  padding: 14px 15px 14px 45px;
  text-align: left;
  line-height: 1;
  margin: 0 auto 20px;
font-family: 'Plus Jakarta Sans';
  font-weight: normal;
  color: #333333;
  font-size: 16px;
  position: relative;
}

.wpcf7-response-output:before {
  position: absolute;
  content: "";
  background: url(../../assets/images/material-error-outline.svg) no-repeat left
    top;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 12px;
  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: #ffdfdf;
  border-color: #f54812;
}
.divider {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 80px;
}
/*recent project*/

.project-sec {
  background-color: var(--bgcolor);
  padding: 100px 0;
}
.frame-left {
  position: relative;
  overflow: hidden;
}
.frame-left:after {
  position: absolute;
  content: "";
  background-image: url(../images/shape-icon.png);
  width: 99px;
  height: 98px;
  bottom: 0;
  left: 0;
  margin-bottom: -20px;
  margin-left: -20px;
}
.frame-right {
  position: relative;
  overflow: hidden;
}
.frame-right:after,
.whychoose-cta-wrapper .cta-wrapper:after {
  position: absolute;
  content: "";
  background-image: url(../images/shape-right-icon.svg);
  width: 91px;
  height: 91px;
  bottom: 0;
  right: 0;
  margin-bottom: -20px;
  margin-right: -20px;
}
.whychoose-cta-wrapper .cta-wrapper:after {
  margin-bottom: -18px;
  margin-right: -23px;
}
.project-wrap {
  max-width: 1920px;

  margin: 0 auto;
}
.project-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.project-ul li {
  width: 33.33%;
  padding: 0 7px;
}
.project-wrap .project-ul:not(.slick-slider) li:not(:nth-child(-n + 3)),
.cl-slider .cl-content:not(:first-child),
.sec-hmgallery
  #gallerytab
  .gallery-ul:not(.slick-slider)
  li:not(:nth-child(-n + 3)),
.gallery-tab:not(:first-child),
.logo-ul:not(.slick-slider) li:not(:nth-child(-n + 5)),
.blog-slider-js:not(.slick-slider) li:not(:nth-child(-n + 3)) {
  display: none;
}
.sec-hmgallery #gallerytab .gallery-ul:not(.slick-slider) li {
  width: 33.33%;
}
.sec-hmgallery #gallerytab .gallery-ul:not(.slick-slider) li .gallery-content {
  height: auto;
  min-height: 135px;
}
.project-ul li .pr-bottom {
  background-color: var(--white);
  padding: 30px 50px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  flex: 1;
  flex-direction: column;
}
.project-ul li .s-title {
  color: var(--themecolor);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.project-ul li .pr-img,
.gallery-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.project-ul li .pr-img::before,
.gallery-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.project-ul li:hover .pr-img::before,
.gallery-ul li:hover .gallery-img::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
.project-ul .slick-list {
  overflow: visible;
}
.project-ul.slick-initialized {
  display: block;
  width: 100%;
}
.project-ul .pr-content label,
.project-ul .pr-content .pr-list {
  display: inline;
}
.project-ul .pr-content .pr-list {
  color: var(--primary);
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
    font-weight:normal;
}
.project-ul .pr-content .pr-list a {
  text-decoration: underline;
}
.project-ul .pr-content label {
  font-weight: bold;
  color: var(--primary);
}
.project-ul .pr-content {
  margin-bottom: 25px;
}

.more-link {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: auto 0 0 0;
  /*    padding: 2px 0 0 0;*/
}
.more-link .read-more {
  position: relative;
  display: inline-block;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out,
    text-indent 0.5s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out,
    text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out,
    text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.more-link:hover .read-more {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out,
    text-indent 0.4s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out,
    text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out,
    text-indent 0.4s ease-out, opacity 0.4s ease;
}
.project-ul .more-link i {
  width: 46px;
  height: 46px;
  border: 1px solid var(--primary);
  border-radius: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 22px;
  font-weight: 500;
}
.more-link:hover i {
  background-color: var(--themecolor);
  color: var(--white);
  border-color: var(--themecolor);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
/** =============================================
    circle Css
============================================= **/

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/* common section padding  */
.pdtb-80 {
  padding: 80px 0;
}
.header-divider {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
/* common ul box- three section  */
.sec-hmbox {
  padding: 100px 0 0 0;
}
.hmbox-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.hmbox-ul li {
  width: 33.33%;
  padding: 0 10px;
}
.hmbox-ul li .hmbox-right .hm-link.hm-dwnld {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.hmbox-ul li .hmbox-right .hm-link.hm-dwnld i {
  display: none;
}
.hmbox-ul li .hmbox-right .hm-link.hm-dwnld > img {
  margin-right: 10px;
}
.hmbox-ul li a:hover .hm-link.hm-dwnld > img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(59%) saturate(1247%)
    hue-rotate(348deg) brightness(99%) contrast(93%);
}
.hmbox-ul li .hmbox-c img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.hmbox-ul li a:hover .hmbox-c img {
  transform: rotateY(180deg);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.hmbox-ul.two-column-ul li {
  width: 50%;
}
.hmbox-ul li .hmbox-li {
  background: var(--lightgradient);
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.hmbox-c {
  width: 130px;
  height: 130px;
  border: 2px solid rgb(243 112 33 / 20%);
  border-radius: 100%;
  background-color: var(--white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.hmbox-left {
  width: 130px;
}
.hmbox-right {
  width: calc(100% - 130px);
  padding-left: 20px;
}
.hmbox-right .hm-link {
  font-size: 15px;
  color: var(--primary);
  font-weight: bold;
  line-height: 20px;
  text-decoration: underline;
  margin: 15px 0 0 0;
}
.hmbox-right .hm-link i {
  padding-left: 6px;
}
.hmbox-detail {
  height: 66px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hmbox-right .heading-20 {
  margin-bottom: 10px;
}
/* inner page common css  */
.inner-banner {
  background: #000000;
  min-height: 400px;
  z-index: 1;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.inbanner-lgsize {
  min-height: 560px;
}
.inner-banner > img {
  opacity: 0.7;
}
.inner-banner .heading-50 {
  color: var(--white);
  margin-bottom: 0;
}
.breadcrumb_section {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 0;
}
.breadcrumb_section .container {
  max-width: 1750px;
}
.woo_breadcums li a {
  margin: 0px 16px 0px 0;
  position: relative;
}
ul.woo_breadcums li a:after {
  content: "/";
  margin: 0;
  position: absolute;
  top: 0px;
  right: -14px;
  color: initial;
}
.img-wrapper {
  position: relative;
}
.img-wrapper .exp-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
/*------ scroll content section ------*/
.sec-hmcontent,
.light-grd-bg {
  background: var(--lightgradient);
}
.mCSB_inside > .mCSB_container {
  margin-right: 80px;
}
#hmcontent {
  max-height: 380px;
  overflow: auto;
}
/* Scrollbar Styling */
/* #hmcontent::-webkit-scrollbar {
  width: 10px;
}

#hmcontent::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#hmcontent::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d; 
} */
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.single-slider .slick-arrow {
  top: 0;
  transform: none;
  -webkit-transform: none;
  margin-top: -110px;
}
.single-slider .slick-next {
  right: 0;
}
.single-slider .slick-prev {
  left: unset;
  right: 50px;
}
/* featured logo */

ul.logowr {
  display: flex;
  flex-wrap: wrap;
  max-width: 470px;
}
ul.logowr li {
  width: 50%;
  border: 1px solid #d1d3d4;
}
ul.logowr.ftr_singlelogo li{
    width:auto;
    margin:0 auto;
}
/*  gallery common  */
ul.gallery-slide {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
ul.gallery-slide li {
  width: 33.33%;
  padding: 0 7px;
}
ul.gallery-slide .slick-list {
  overflow: visible;
}
ul.gallery-slide .slick-track {
  display: flex;
}
ul.gallery-slide.slick-initialized {
  display: block;
  width: 100%;
}
ul.gallery-slide.slick-initialized .slick-slide {
  opacity: 0.5;
}
ul.gallery-slide.slick-initialized .slick-slide.slick-active {
  opacity: 1;
}
.secgallery .box-wrap {
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 40px;
}

/*-------------------------------*/
/*
.inner-box-heading {
    padding: 14px 15px;
    position: relative;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    width: auto;
}
.inner-box-heading:before {
    content: "";
    position: absolute;
    top: 0;
    border-top: 1px solid #ffffff;
    left: 0;
    width: calc(100% + 10vw);
}
.inner-box-heading:after {
    position: absolute;
    content: "";
    border-right: 1px solid #ffffff;
    right: 0;
    transform: rotate(45deg);
    height: calc(100% + 10vh);
    bottom: 0px;
   transform-origin:0 100%;
}
*/

/*

.popup-custom .html5lightbox-div{
    overflow:unset !important;
}
*/

.inner-box-heading .hmban-content {
  position: relative;
  padding: 40px 125px 20px 25px;
  width: auto;
}
.inner-box-heading .hmban-content svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  stroke: #ffffff;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
.inner-box-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
/*-----------------*/

@media (hover: hover) and (pointer: fine) {
}
/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .sticky {
    position: sticky;
    top: 130px;
    align-self: flex-start;
  }
  .container {
    max-width: 960px;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}

/* Super large devices (large desktops, 1440px and up)*/
@media (min-width: 1600px) {
  .container {
    max-width: 1380px;
  }
}

@media (min-width: 1920px) {
  .project-wrap {
    overflow-x: hidden;
  }
}
/*--- footer ---*/
.footer {
  background: rgb(35, 31, 32);
  background: var(--blackgradient);
}
.footer-top {
  padding: 50px 0;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-top .ft-logo {
    width: 262px;
}
.footer-top .ft-top-right{
    width:calc(100% - 265px);
    max-width:585px;
}
.footer-top .ft-logo > a > img {
  filter: invert(0) brightness(100);
}
.ft-top-right {
  max-width: 450px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-top ul.social-ul {
  display: flex;
  flex-wrap: wrap;
  padding-right: 30px;
}
.footer-top ul.social-ul li {
  padding: 0 10px;
}
.footer-top ul.social-ul li a {
  color: #ffffff;
  font-size: 20px;
}
.footer-top ul.social-ul li a:hover {
    color: var(--themecolor);
}
.footer-top ul.social-ul li a:hover img
{
    filter: brightness(0) saturate(100%) invert(62%) sepia(44%) saturate(5305%) hue-rotate(346deg) brightness(97%) contrast(97%);
}
.footer-bottom {
  padding: 10px 0;
  background-color: #ffffff;
}
.footer-block{
	width:20%;
}
.footer-middle .footer-block:not(:last-child){
	padding-right:10px;
}
.footer-block.ftr-form {
    background-color: rgb(255 255 255 / 10%);
    padding: 25px;
}
.footer-block.ftr-form .form-control{
	height:38px;
}
.footer-block.ftr-form .submit-btn .submitbtn {
    height: 40px;
    line-height: 20px;
}
.footer-block.ftr-form .wpcf7 form .wpcf7-response-output, 
.footer-block.ftr-form .wpcf7 form.invalid .wpcf7-response-output, 
.footer-block.ftr-form .wpcf7 form.unaccepted .wpcf7-response-output{
			 font-size: 12px;
    position: relative;
    line-height: 14px;
	       padding: 10px 10px 10px 45px;
}
.footer-block.ftr-form .form-wrapper .cf7_rpmsg_wht p {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.24px;
}
.footer-bottom p a::before,
.footer-bottom p a::after {
  display: none;
}
.footer-bottom p {
  font-size: 13px;
  letter-spacing: 0.56px;
  color: var(--primary);
  font-weight: 500;
  text-align: center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
}
.footer-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
  margin: 0 -10px;
	align-items:flex-start;
}
/* .footer-middle .footer-block{
    width:25%;
    padding:0 10px;
} */
.footer-middle ul.ft-ul li a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.20px;
  line-height: 18px;
  color: #d1d3d4;
}
.footer-middle ul.ft-ul li a:hover,
.footer-middle ul.ft-ul li.active a {
  color: var(--themecolor);
}
.footer-middle ul.ft-ul li {
  margin-bottom: 4px;
}
.footer-middle .ft-title {
  font-size: 15px;
  letter-spacing: 0.64px;
  font-weight: bold;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-middle ul.link-bottom {
  margin: 20px 0 0 0;
}
.footer-middle ul.link-bottom li a {
  font-size: 16px;
  letter-spacing: 0.64px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--white);
}
.footer-middle ul.link-bottom li a:hover,
.footer-middle ul.link-bottom li.active a {
  color: var(--themecolor);
}
.footer-middle ul.link-bottom li:not(:last-child) {
  margin-bottom: 24px;
}
.footer-info-bottom {
  background-color: rgb(255 255 255 / 10%);
  padding: 30px 80px;
  margin-bottom: 50px;
}
.footer-info-bottom .finfo-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* .footer-info-bottom .finfo-ul li{
  width:25%;    
} */
.footer-info-bottom .finfo-ul li:not(:last-child) {
  padding-right: 10px;
}
.finfo-li > img {
  margin-bottom: 12px;
}
.finfo-content p {
  font-size: 13px;
  letter-spacing: 0.20px;
  line-height: 20px;
  font-weight: 500;
  color: #d1d3d4;
}
.footer-info-bottom .fb-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.56px;
  line-height: 20px;
  max-width: 150px;
  margin: 0 0 2px 0;
}
.footer-info-bottom .finfo-content p > a {
  color: #d1d3d4;
}
.ft-top-right .btngroup li .btn-border {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}
.ft-top-right .btngroup li .btn-border:hover {
  border-color: var(--themecolor);
}
.insta-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.insta-left .btn-gradient > i {
  margin-left: 0;
  margin-right: 6px;
}
.needsclick.klaviyo-form {
    padding: 0 !important;
}
.needsclick.kl-private-reset-css-Xuajs1 {
    min-height: auto !important;
}
[data-testid*="form-row"]>[data-testid*="form-component"] {
    padding: 5px 0px !important;
}
.needsclick.kl-private-reset-css-Xuajs1 input {
    height: 40px !important;
    color: var(--primary) !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-size: 14px !important;
}
.needsclick.kl-private-reset-css-Xuajs1 input::placeholder {
    color: var(--primary) !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-size: 14px !important;
}
.needsclick.kl-private-reset-css-Xuajs1 button {
    font-weight: bold !important;
    font-size: 15px !important;
    border-radius: 3px !important;
    letter-spacing: 0px !important;
    line-height: 100% !important;
    padding: 6px 30px !important;
    cursor: pointer;
    height: 30px !important;
	    background: var(--themecolor) !important;
    font-family: 'Plus Jakarta Sans' !important;
	  border:1px solid var(--themecolor) !important;
	   transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.needsclick.kl-private-reset-css-Xuajs1 button:hover, .needsclick.kl-private-reset-css-Xuajs1 .go1497109068.go1497109068.go1497109068:hover{
	    background-color: var(--primary) !important;
    color: var(--white) !important;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	border:1px solid var(--primary) !important;
}
.footer-block.ftr-form  .ft-title{
	margin-bottom: 0 !important;
}
/*--------------*/
.box-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.box-wrap .box-left {
  width: calc(100% - 200px);
}
.box-wrap .box-right {
  width: 200px;
  text-align: right;
  display: inline-block;
}
.box-wrap .box-right .btn-border {
  text-transform: capitalize;
}
.box-right {
  display: none;
}
.box-wrap .box-left [class*="heading-"] {
  margin-bottom: 0;
}
/* media query */

/*  input css for file upload  */
.fileinputs input.file {
  cursor: pointer !important;
  display: block;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: relative;
  right: 0;
  text-align: right;
  top: 0;
  z-index: 1;
}

div.fileinputs {
  position: relative;
  width: 100%;
  text-align: left;
  background: #f8f8f8;
  height: 50px;
  z-index: 1;
}

.inputFileHolder span.wpcf7-form-control-wrap {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  margin-bottom: 0;
}

input.file {
  cursor: pointer !important;
  display: block;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: relative;
  right: 0;
  text-align: right;
  top: 0;
  z-index: 1;
}

div.fakefile {
  background: transparent;
  border-radius: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

#filevalue {
  position: absolute;
  left: 0;
  padding: 14px 50px 14px 15px;
  top: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  margin: 0;
  height: 100%;
}

.fileinputs::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(../images/icon/upload.svg) no-repeat center center;
  width: 50px;
  text-align: center;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fileinputs span.wpcf7-form-control-wrap {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  margin-bottom: 0;
}

/* why choose */
.our-fn-page .choose-sec {
  margin: 80px 0 0;
}
.choose-sec .choose-left {
  width: 485px;
  margin: auto 0;
}
.choose-sec .choose-right {
  width: calc(100% - 485px);
  padding-left: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.choose-sec .chs-box {
  width: calc(100% - 230px);
  margin: auto 0;
}
.chs-box .chs-ul li {
  border-bottom: 1px solid #e8e8e8;
  padding: 25px 60px;
  position: relative;
}
.chs-box .chs-ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.chs-box .chs-ul li:last-child:before {
  display: none;
}
.chs-box .chs-ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #e8e8e8;
  left: 0;
  bottom: 0;
  border-radius: 100%;
  margin-bottom: -4px;
}
.choose-sec .chs-title,
.chs-box .chs-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: var(--primary);
  margin-bottom: 10px;
}
.chs-box .chs-title {
  margin-bottom: 0;
}
.choose-sec .chs-content {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: var(--primary);
}
.video-box > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.video-box > a > img {
  display: block;
  width: 100%;
}
.video-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.video-overlay:after {
  width: 100%;
  height: 100%;
  background-color: var(--black);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: -1;
}
.video-overlay .video-title {
  color: var(--white);
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.video-box {
  margin: 80px 0 0 0;
}
.video-box > a:before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: 2px;
  background-color: var(--themecolor);
  top: 0;
  margin: -12px 0 0 -12px;
}
.video-box > a:after {
  position: absolute;
  content: "";
  height: calc(100% - 20px);
  width: 2px;
  background-color: var(--themecolor);
  top: 0;
  margin: -12px 0 0 -12px;
}
.video-overlay:before {
  position: absolute;
  content: "";
  background-image: url(../images/shape-icon.png);
  width: 99px;
  height: 98px;
  bottom: 0;
  right: 0;
  transform: rotate(270deg);
  margin-bottom: -12px;
  margin-right: -13px;
}
.video-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #f37021;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
.about-left .img-wrapper a.video-icon {
  position: absolute;
  right: -28px;
  bottom: 220px;
}
/*  client css */
.client-section {
  background: var(--lightgradient);
  padding: 80px 0;
  /*  margin-bottom: 80px;*/
}
.cl-name {
  font-size: 16px;
  font-weight: bold;
  color: var(--themecolor);
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px;
}
.cl-name:before {
  position: absolute;
  content: "";
  top: 0;
  background-color: var(--themecolor);
  width: 40px;
  height: 2px;
  left: 50%;
  margin-left: -20px;
}
.all-link a {
  color: var(--primary);
  font-weight: bold;
  font-size: 15px;
  text-decoration: underline;
}
.all-link a > i {
  font-size: 16px;
  font-weight: 800;
  color: var(--primary);
  margin-left: 10px;
}
.all-link {
  margin: 30px 0 0 0;
}
.all-link a:hover {
  color: var(--themecolor);
}
.client-section .cl-slider .cl-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-style: italic;
}

.client-section .cl-slider .cl-content {
  padding: 0 130px;
}
.client-section .cl-slider .slick-slide {
  opacity: 0.2;
}
.client-section .cl-slider .slick-slide.slick-active {
  opacity: 1;
}
.client-section .cl-slider .slick-prev {
  left: 20%;
  z-index: 1;
}
.client-section .cl-slider .next-arrow {
  right: 20%;
}
.client-section .cl-slider .slick-next:before,
.client-section .cl-slider .slick-prev:before {
  display: none;
}
.client-section .cl-slider .slick-next,
.client-section .cl-slider .slick-prev {
  background-color: transparent;
  border: 0;
  margin-top: 0;
  width: auto;
  height: auto;
}

/* our finihes  */
.project-li {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
  width: 100%;
}

.project-ul-fn-listing {
  margin-bottom: 65px;
}
.project-ul-fn-listing ul.project-ul li .project-li .pr-bottom {
  background-color: #f8f8f8;
}
.project-ul-fn-listing ul.project-ul li {
  margin-bottom: 15px;
}
.project-ul-fn-listing ul.project-ul li.finishes-cta-col {
  width: auto;
  flex: 1;
  background-color: #f8f8f8;
  padding: 20px 20px 0;
}
.border-left-top {
  position: relative;
  margin-top: 30px;
}
.finishes-cta-col .border-left-top {
  padding: 20px 0 0 20px;
}
.border-left-top:after,
.border-left-top:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background-color: var(--themecolor);
  top: 0;
  margin: 0px 0 0 -20px;
}
.finishes-cta-col .cta-wrapper {
  background-color: #ffffff;
}
.border-left-top:before {
  width: 100%;
  height: 2px;
}
.project-ul-fn-listing ul.project-ul li.finishes-cta-col .pr-bottom {
  padding: 30px;
}
.project-ul-fn-listing
  ul.project-ul
  li.finishes-cta-col
  .pr-bottom
  .cta-content-left {
  display: inline-flex;
  /*  flex: 1; */
  flex-wrap: wrap;
  padding-right: 60px;
}
.project-ul-fn-listing .proddtl_content {
  margin-bottom: 20px;
}
.whychoose-page .whychoose-cta-wrapper {
  margin-bottom: 80px;
}
.project-ul-fn-listing ul.project-ul li.finishes-cta-col .cta-btn a:hover {
  color: var(--themecolor);
}
/* process section */
.sec-process {
  background-color: var(--bgcolor);
}
.process-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 0 -20px;
  position: relative;
  z-index: 0;
}

ul.process-ul.slick-initialized {
  display: block;
  width: 100%;
}
.bgborder-pattern {
  position: relative;
  z-index: 0;
}
.process-wrap {
  position: relative;
  width: 100%;
  margin: 0 0 50px 0;
}
.sec-process .btngroup {
  margin: 0 auto;
}
.bgborder-pattern:before {
  position: absolute;
  content: "";
  background: url(../images/dotted-line.svg) no-repeat center center;
  width: calc(100% + 200px);
  height: 80px;
  z-index: -1;
  margin-top: 50px;
  left: 0;
  background-size: contain;
  margin-left: -100px;
}
.process-ul li {
  width: 16.66%;
  padding: 0 20px;
}
.process-box {
  width: 180px;
  height: 180px;
  border: 1px solid rgb(243 112 33 / 20%);
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  background-color: var(--white);
}
.process-box img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.process-li:hover .process-box img {
  transform: rotateY(180deg);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.process-bottom {
  position: relative;
  margin: 0 auto;
}
.process-bottom .pr-number {
  width: 34px;
  height: 34px;
  background-color: var(--primary);
  border-radius: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: var(--white);
  margin: 0 auto;
  line-height: 34px;
  margin-top: -17px;
}
.process-ul li .pr-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: var(--primary);
  margin: 20px 0 0 0;
}
.sec-process .p-width {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: var(--primary);
}
.sec-process [class*="heading-"] {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}
.sec-process .p-width {
  max-width: 510px;
  margin: 0 auto 55px;
  text-align: center;
}
/* about - img content  */
.about-left {
  width: 690px;
}
.about-content-right {
  width: calc(100% - 690px);
  padding-left: 120px;
  /* display: flex;*/
  flex-wrap: wrap;
}
.about-left,
.about-content-right {
  margin-bottom: 80px;
}
.about-box-content {
  background: var(--lightgradient);
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-box-content .about-text-wrap {
  flex: 1;
  padding-left: 30px;
}
.about-box-content .heading-20 {
  margin-bottom: 10px;
}
.about-cta-section {
  padding: 80px 0;
  background: var(--lightgradient);
}
.about-cta-section .container {
  padding: 0 100px;
}
.pg-link {
  display: inline-flex;
  align-items: center;
}
.pg-link .more-link,
.dwn-link {
  font-weight: bold;
  text-decoration: underline;
  color: var(--primary);
}
.pg-link .more-link + i {
  margin-left: 10px;
  line-height: 1;
  margin-top: 3px;
  display: inline-block;
  font-weight: bold;
}
/* why choose page  */
.sec-hmcontent .choose-content-wrapper .choose-right-content.chs-box {
  width: calc(100% - 230px);
}
.whychoose-cta-wrapper .cta-content {
  padding: 90px 200px;
}
.whychoose-cta-wrapper .cta-content {
  margin: -15px 0 0 -15px;
}
.whychoose-cta-wrapper .cta-content > * {
  color: #fff;
}
.whychoose-cta-wrapper .border-left-top:after,
.whychoose-cta-wrapper .border-left-top:before,
.design-item .border-left-top:before,
.design-item .border-left-top:after {
  margin: -15px 0 0 -15px;
}
.cta-wrapper {
  background-color: #000000;
  position: relative;
  z-index: 1;
}
.cta-wrapper > img.bgimg {
  opacity: 0.6;
}

/* form*/
.contact-info-left {
  width: 690px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.contact-form-block {
  width: calc(100% - 690px);
  padding-left: 120px;
}

/**/
.logowrap-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.logowrap-wrap .logo-text {
  width: 300px;
}
.logowrap-wrap .logo-slider {
  width: calc(100% - 300px);
  padding-left: 60px;
}
ul.logo-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -24px;
}
.logo-ul.slick-initialized {
  display: block;
}
ul.logo-ul li {
  padding: 0 24px;
  text-align: center;
}
ul.logo-ul li .logo-li > img {
  filter:grayscale(1);
}
ul.logo-ul li .logo-li {
/* background-color: #707070;*/
  display: inline-block;
}
ul.logo-ul .slick-track {
  display: flex;
  flex-wrap: wrap;
}
ul.logo-ul .slick-track .slick-slide {
  height: auto;
}
ul.logo-ul .slick-track .slick-slide > div {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}

/**/
.sec-logowrap {
  padding: 40px 0;
}

/* couter css */
.box-cnt-right {
  width: calc(100% - 445px);
  max-width: 580px;
}
ul.cust_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0px -20px;
  justify-content: space-between;
}
ul.cust_list > li {
  width: 46.555%;
  padding: 0 0px 20px;
}

ul.cust_list .cust_detail {
  border: 2px solid var(--themecolor);
  clip-path: polygon(0 0, 99% 0, 90% 100%, 0% 100%);
  background-color: #ffffff;
  padding: 25px 50px 25px 25px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
ul.cust_list li:nth-child(even) .cust_detail {
  padding: 25px 20px 25px 50px;
}
.counter-smalllabel {
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
  color: var(--primary);
}
ul.cust_list .cust_detail-tw .cust_detail {
  clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 10% 100%);
}
ul.cust_list .cust_detail-th .cust_detail {
  clip-path: polygon(0% 0%, 90% 0%, 99% 100%, 0 100%);
}
ul.cust_list .cust_detail-fr .cust_detail {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 1% 100%);
}
ul.cust_list .list_box {
  filter: drop-shadow(2px 0px 0px var(--themecolor));
  height: 100%;
}
ul.cust_list .list_box.cust_detail-tw,
ul.cust_list .list_box.cust_detail-fr {
  filter: drop-shadow(-2px 0px 0px var(--themecolor));
}

ul.cust_list .cust_no {
  font-size: 52px;
  font-weight: 500;
  line-height: 50px;
  color: var(--themecolor);
}
ul.cust_list .counter-label {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  color: var(--primary);
  margin: 8px 0 0 0;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
ul.cust_list .plus_no {
  font-size: 60px;
  font-weight: 500;
  line-height: 40px;
  color: var(--themecolor);
  margin-left: 10px;
  text-transform: uppercase;
}

ul.cust_list span.cust_expert {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  color: var(--themecolor);
}
.footer-top ul.social-ul li a:hover {
  color: var(--themecolor);
}

.form-group.acceptance_div .wpcf7-form-control-wrap input.form-control {
  width: auto;
  border: 0;
  padding: 0;
  height: auto;
  outline: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 5px;
}
.form-group.acceptance_div .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
  padding-left: 22px;
}
.form-group.acceptance_div .wpcf7-form-control-wrap .wpcf7-list-item > label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: var(--primary);
}

/** media query **/
@media (max-width: 1599.98px) {
  .sec-logowrap ul.logo-ul .slick-next {
    right: 0;
  }
  .sec-logowrap ul.logo-ul .slick-prev {
    left: 0;
  }
  ul.cust_list .plus_no {
    font-size: 40px;
  }
}

@media (max-width: 1439.98px) {
  .hmbox-right {
    width: calc(100% - 105px);
    padding-left: 15px;
  }
  .hmbox-right {
    width: calc(100% - 105px);
    padding-left: 15px;
  }
  .hmbox-left {
    width: 105px;
  }
  .hmbox-c {
    width: 105px;
    height: 105px;
  }
  .hmbox-ul li .hmbox-li {
    padding: 30px;
  }
  .sec-hmbox {
    padding: 80px 0 0 0;
  }
  .pt-pb100 {
    padding: 80px 0;
  }
  .mb-100 {
    margin-bottom: 80px;
  }
  .mt-mb100 {
    margin: 80px 0;
  }
  .inpage .sec-hmbox {
    margin-bottom: 70px;
  }
  .whychoose-cta-wrapper .cta-content {
    padding: 80px 150px;
  }
  .about-content-right,
  .about-left {
    width: 50%;
  }
  .about-content-right {
    padding-left: 60px;
  }
  .about-cta-section .container {
    padding: 0 70px;
  }
  .about-cta-section {
    padding: 60px 0;
  }
  .choose-sec .choose-left {
    width: 405px;
  }
  .choose-sec .choose-right {
    width: calc(100% - 405px);
    padding-left: 60px;
  }
  .chs-box .chs-ul li {
    padding: 20px 40px;
  }
  .divider {
    margin-bottom: 70px;
  }
  .mb-70 {
    margin-bottom: 60px;
  }
  .pdtb-80 {
    padding: 60px 0;
  }
  ul.cust_list .cust_no {
    font-size: 40px;
    line-height: 40px;
  }

  ul.cust_list li:nth-child(even) .cust_detail {
    padding: 20px 20px 20px 40px;
  }
  ul.cust_list .cust_detail {
    padding: 20px 25px 20px 30px;
  }
  ul.cust_list span.cust_expert {
    font-size: 32px;
  }
    ul.cust_list .counter-label{font-size:14px;}
    .counter-smalllabel{
        font-size:10px;
        line-height:12px;
    }
  .project-sec {
    padding: 80px 0;
  }
  .process-box {
    width: 140px;
    height: 140px;
  }
  .process-bottom .pr-number {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-top: -13px;
    font-size: 11px;
  }
  .process-ul li .pr-name {
    font-size: 16px;
    line-height: 20px;
  }
  .process-ul li {
    padding: 0 10px;
  }
  .process-ul {
    margin: 0 -10px;
  }
  .bgborder-pattern:before {
    margin-top: 30px;
  }

  .contact-info-left,
  .contact-form-block {
    width: 50%;
  }
  .contact-form-block {
    padding-left: 80px;
  }
  .client-section .cl-slider .cl-content {
    padding: 0 60px;
  }
  hr {
    margin: 80px 0;
  }
  .mb-80 {
    margin-bottom: 60px;
  }

  .project-ul li .pr-bottom {
    padding: 30px;
  }

  .inner-box-heading:before {
    width: calc(100% + 8vw);
  }
  .inner-box-heading:after {
    transform: rotate(30deg);
    height: calc(100% + 8vh);
  }
  .inbanner-lgsize {
    min-height: 400px;
  }
	.footer-block {
    width: 19%;
	}
	.footer-block.ftr-form{
		width:24%;
	}
}

@media (max-width: 1199.98px) {
  .inpage {
    margin: 60px 0 0;
  }
  .mb-70,
  .mb-80 {
    margin-bottom: 50px;
  }
  .hmbox-ul li .hmbox-li {
    padding: 20px;
  }
  .hmbox-ul li {
    width: 50%;
  }
  .sec-hmbox {
    padding: 60px 0 0 0;
  }
  .hmbox-ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .hmbox-ul {
    justify-content: center;
  }
  .pt-pb100 {
    padding: 60px 0;
  }
  .pdtb-80 {
    padding: 50px 0;
  }
  
  .mb-100,
  .inpage .sec-hmbox,
  .divider {
    margin-bottom: 60px;
  }
  .whychoose-cta-wrapper .cta-content {
    padding: 70px 100px;
  }
  .about-left .img-wrapper a.video-icon {
    right: auto;
    bottom: inherit;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
  }
  .about-left,
  .about-content-right,
  .whychoose-page .whychoose-cta-wrapper {
    margin-bottom: 60px;
  }
  .about-content-right {
    padding-left: 30px;
  }
  .about-cta-section .container {
    padding: 0 50px;
  }
  .about-cta-section {
    padding: 50px 0;
  }
  .chs-box .chs-ul li {
    padding: 15px 0 15px 20px;
  }
  .choose-sec .chs-box {
    width: calc(100% - 200px);
  }
  .choose-sec .choose-left {
    width: 370px;
  }
  .choose-sec .choose-right {
    width: calc(100% - 370px);
    padding-left: 30px;
  }
  .footer-info-bottom {
    padding: 30px;
  }
  .img-wrapper .exp-logo {
    width: 130px;
  }
  ul.cust_list > li {
    width: 48%;
  }
  .process-ul li {
    width: 20%;
  }
  .process-ul li:not(:nth-child(-n + 5)) {
    display: none;
  }
  .contact-form-block {
    padding-left: 50px;
  }
  .img-wrapper .exp-logo {
    width: calc(100% - 370px);
    padding-left: 30px;
  }
  .img-wrapper .exp-logo img {
    margin-left: auto;
  }
  .client-section {
    padding: 60px 0;
  }
  .client-section .cl-slider .next-arrow {
    margin-right: 30px;
    right: 0;
  }
  .client-section .cl-slider .prev-arrow {
    margin-left: 30px;
    left: 0;
  }
  hr {
    margin: 60px 0;
  }
  ul.logo-ul li {
    padding: 0 10px;
  }
  ul.logo-ul {
    margin: 0 -10px;
  }
  .sec-hmcontent + .whychoose-cta-wrapper {
    margin-top: 60px;
  }
  .project-ul li .pr-bottom {
    padding: 20px;
  }
  .project-ul .more-link i {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  .project-ul-fn-listing ul.project-ul li.finishes-cta-col .pr-bottom {
    padding: 20px;
  }
  .project-ul-fn-listing
    ul.project-ul
    li.finishes-cta-col
    .pr-bottom
    .cta-content-left {
    padding-right: 20px;
  }
  .process-bottom .pr-number {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-top: -33px;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
 .video-icon>img {
    width: 50px;
    height: 50px;
 }
    .video-icon:before{
        width:50px;
        height:50px;
    }    
}

@media (max-width: 991.98px) {
  .inpage {
    margin: 40px 0 0;
  }
  .mb-70,
  .mb-80 {
    margin-bottom: 40px;
  }
  .sec-hmbox {
    padding: 40px 0 0 0;
  }
  
  .pt-pb100,
  .footer-top,
  .pdtb-80 {
    padding: 40px 0;
  }
  .mt-mb100 {
    margin: 40px 0;
  }
  .inbanner-lgsize {
    min-height: 460px;
  }
 
  .mb-100,
  .inpage .sec-hmbox,
  .divider,
  .whychoose-page .whychoose-cta-wrapper {
    margin-bottom: 40px;
  }
  .whychoose-cta-wrapper .cta-content {
    padding: 50px;
  }
 
  .about-left,
  .about-content-right,
  .choose-sec .choose-right,
  .choose-sec .choose-left {
    width: 100%;
  }
  .about-left,
  .about-content-right {
    margin-bottom: 40px;
  }
  .about-content-right,
  .choose-sec .choose-right {
    padding-left: 0;
  }
  .about-cta-section .container {
    padding: 0 30px;
  }
  .about-box-content .about-text-wrap {
    padding-left: 15px;
  }
  .about-cta-section {
    padding: 40px 0;
  }
  .about-box-content {
    padding: 30px;
  }
  .choose-left .video-box {
    margin: 50px 10px 40px;
  }
  .ft-logo {
    width: 230px;
  }
  .footer-block {
    width: 32%;
    margin-bottom: 30px;
  }
	.footer-block.ftr-form{
		width:64%;
	}
  .footer-middle {
    padding: 30px 0 0;
    margin: 0;
  }
  ul.finfo-ul > li {
    width: 50%;
  }
  .footer-info-bottom {
    padding: 20px;
    margin-bottom: 40px;
  }
  ul.finfo-ul > li:not(:nth-last-of-type(-n + 2)) {
    margin-bottom: 20px;
  }
  .about-content-right .heading-16:last-of-type {
    margin-bottom: 0;
  }
  .choose-content-wrapper > img {
    display: none;
  }
  .sec-hmcontent .choose-content-wrapper .choose-right-content.chs-box {
    width: 100%;
  }
  .sec-hmcontent
    .choose-content-wrapper
    .choose-right-content.chs-box
    .chs-ul
    li:first-child {
    padding-top: 0;
  }
  .sec-hmcontent
    .choose-content-wrapper
    .choose-right-content.chs-box
    .chs-ul
    li {
    padding: 15px 0 15px 0px;
  }
  .project-sec {
    padding: 40px 0;
  }
  .project-ul li .pr-bottom {
    padding: 20px 25px;
  }
  .project-ul .pr-content .pr-list {
    font-size: 14px;
    line-height: 20px;
  }
  .project-ul li .s-title {
    margin-bottom: 6px;
  }
  .project-ul li .heading-22 {
    margin-bottom: 10px;
  }
  .project-ul li {
    padding: 0 5px;
  }
  .project-ul {
    margin: 0 -5px;
  }
  .box-wrap .box-right .btn-border {
    display: none;
  }
  .box-right {
    display: inline-block;
    margin: 30px 0 0 0;
    text-align: left;
  }
  .project-ul.slick-initialized .slick-prev,
  .blog-ul .slick-prev {
    left: auto;
    right: 45px;
  }
  .project-ul.slick-initialized .slick-next,
  .blog-ul .slick-next {
    right: 0;
  }
  .project-ul.slick-initialized .slick-arrow,
  .blog-ul .slick-arrow {
    top: 100%;
    margin-top: 50px;
  }
  .process-ul li {
    width: 33.33%;
  }
  .process-ul li:not(:nth-child(-n + 3)) {
    display: none;
  }
  .contact-info-left,
  .contact-form-block {
    width: 100%;
  }
  .contact-info-left {
    position: initial;
  }
  .contact-form-block {
    padding-left: 0px;
  }
  .contact-info-left {
    margin-bottom: 30px;
  }
  .client-section {
    padding: 40px 0;
  }
  .client-section .cl-slider .cl-content {
    padding: 0;
  }
  .cl-slider {
    padding: 0 20px;
  }
  .client-section .cl-slider .next-arrow {
    margin-right: 0px;
  }
  .client-section .cl-slider .prev-arrow {
    margin-left: 0px;
  }
  .client-section .cl-slider .prev-arrow,
  .client-section .cl-slider .next-arrow {
    top: 100%;
    bottom: 0;
  }
  .client-section .cl-slider .prev-arrow {
    left: auto;
    right: 0;
    margin-right: 30px;
  }
  .client-section .cl-slider .next-arrow > img,
  .client-section .cl-slider .prev-arrow > img {
    width: 12px;
  }
  .all-link {
    margin: 10px 0 0 0;
    text-align: left;
    padding-left: 15px;
  }
  .box-wrap {
    margin-bottom: 15px;
  }
  hr {
    margin: 40px 0;
  }
  .box-wrap .box-left [class*="heading-"] {
    margin-bottom: 0px;
  }
  .box-wrap .box-right {
    display: none;
  }
  .logowrap-wrap .logo-text {
    width: 250px;
  }
  .logowrap-wrap .logo-slider {
    width: calc(100% - 250px);
    padding-left: 40px;
  }
  .project-ul li {
    width: 50%;
  }
  .project-ul-fn-listing ul.project-ul li.finishes-cta-col {
    width: 100%;
    flex: unset;
  }
  .project-ul-fn-listing
    ul.project-ul
    li.finishes-cta-col
    .pr-bottom
    .cta-content-left {
    display: block;
    flex: 100%;
    padding-right: 0;
  }
  .finishes-cta-col .border-left-top {
    padding: 10px 0 0 10px;
  }
  .border-left-top:after,
  .border-left-top:before {
    margin: 0px 0 0 -10px;
  }
  .project-ul-fn-listing ul.project-ul li.finishes-cta-col .pr-bottom {
    padding: 20px 0 0;
  }
  .project-ul-fn-listing
    ul.project-ul
    li.finishes-cta-col
    .pr-bottom
    .cta-content-left {
    margin-bottom: 20px;
  }
  .slick-prev {
    margin-left: 0;
  }
  .slick-next {
    margin-right: 0;
  }
  .whychoose-cta-wrapper .border-left-top:after,
  .whychoose-cta-wrapper .border-left-top:before,
  .design-item .border-left-top:before,
  .design-item .border-left-top:after {
    margin: -10px 0 0 -10px;
  }
  .whychoose-cta-wrapper .cta-content {
    margin: 0;
  }
  .border-left-top {
    margin-top: 10px;
  }
  .project-sec {
    padding-bottom: 110px;
  }
  .inner-box-heading .hmban-content {
    padding: 40px 75px 15px 25px;
    line-height: 1;
    text-align: center;
  }
  .inner-banner {
    padding: 15px 0;
  }
    .footer-top .ft-top-right {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    }
    .footer-top .ft-logo{margin-bottom:10px;}

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

@media (max-width: 767.98px) {
  .inpage {
    margin: 30px 0 0;
  }
  .mb-70,
  .mb-80 {
    margin-bottom: 30px;
  }
  .inner-banner {
    min-height: 300px;
  }
  .inbanner-lgsize {
    min-height: 360px;
  }
  .mt-mb100 {
    margin: 30px 0;
  }
  .hmbox-ul li,
  .hmbox-ul.two-column-ul li {
    width: 100%;
    padding: 0;
  }
  .insta-left {
    text-align: center;
    width: 100%;
  }
 
  .hmbox-ul {
    margin: 0;
  }
  .hmbox-detail {
    height: auto;
  }
 
  h1,
  h2,
  h3,
  h4,
  h5,
  h5,
  h6,
  [class*="heading-"] {
    line-height: 1.2;
      margin-bottom:14px;
  }
  .mb-100,
  .about-left,
  .about-content-right,
  .whychoose-page .whychoose-cta-wrapper {
    margin-bottom: 30px;
  }
  .about-content-right .heading-16:last-of-type + .form-wrapper {
    margin-top: 30px;
  }
  .inpage .sec-hmbox {
    margin-bottom: 30px;
  }

  .whychoose-cta-wrapper .cta-content {
    padding: 30px;
  }
  .about-cta-section .container {
    padding: 0 15px;
  }
  .about-cta-section,
  .footer-top,
  .pdtb-80,
  .sec-hmcontent.pt-pb100,
  .pt-pb100 {
    padding: 30px 0;
  }
  .about-box-content {
    padding: 20px;
  }
  .img-wrapper .exp-logo {
    width: 100px;
    right: 15px;
    bottom: 15px;
  }
  .pdtb-80 {
    padding: 30px 0;
  }
  .ft-logo {
    margin: 0 auto 30px;
  }
  .ft-top-right {
    margin: 0 auto;
  }
  ul.finfo-ul > li {
    width: 100%;
  }
  ul.finfo-ul > li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .choose-left .video-box {
    margin: 30px 10px 30px;
  }
  .frame-left:after {
    display: none;
  }
  .process-ul li .pr-name {
    font-size: 13px;
    line-height: 18px;
  }
  .frame-right::after,
  .whychoose-cta-wrapper .cta-wrapper::after {
    display: none;
  }
  .img-wrapper .exp-logo {
    font-size: 28px;
  }
  .cl-name {
    font-size: 14px;
    padding-top: 20px;
    margin-bottom: 15px;
  }
  hr {
    margin: 30px 0;
  }
  .video-overlay:before {
    width: 60px;
    height: 60px;
    background-size: cover;
  }
  .secgallery .box-wrap {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
  .scrollTop {
    display: none;
  }
  .logowrap-wrap .logo-text {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .logowrap-wrap .logo-slider {
    width: 100%;
    padding-left: 0px;
  }
  .process-box {
    width: 100px;
    height: 100px;
  }
  .process-box > img {
    width: 50px;
  }
  .project-ul-fn-listing ul.project-ul li.finishes-cta-col {
    padding: 20px;
  }
    .footer-top .ft-top-right{justify-content:center;}
    .choose-sec .chs-title, .chs-box .chs-title{
        font-size:14px;
        line-height:20px;
    }
    .sec-process .p-width{
        font-size:14px;
        line-height:20px;
    }
        .footer-top ul.social-ul{margin-bottom:15px;}
     p{font-size:14px;line-height:22px;}
    .page-wrapper ul:not([class]) li,.page-wrapper ol:not([class]) li,
	.page-wrapper ul.wp-block-list li{
        font-size:14px;
    }
}

@media (max-width: 575.98px) {
  .project-ul.slick-initialized li {
    padding: 0 5px;
  }
  .project-ul.slick-initialized {
    margin: 0 -5px;
  }
  .inner-banner {
    min-height: 200px;
  }
  .inbanner-lgsize {
    min-height: 260px;
  }

  .whychoose-cta-wrapper .cta-content {
    padding: 20px;
    margin: 0;
  }
  [class*="btn-"] {
    padding: 14px 18px;
    font-size: 13px;
  }
    .submit-btn .submitbtn{font-size:13px;}
  .about-cta-section {
    padding: 20px 0;
  }
  .about-box-content {
    padding: 15px;
  }
  .ab-smal-logo {
    width: 50px;
  }
  .img-wrapper .exp-logo {
    width: 100px;
    padding: 0;
  }
  .page-wrapper ul:not([class]):has(+ *),
	.page-wrapper ul.wp-block-list:has(+ *),
  .page-wrapper p:has(+ *),
  .page-wrapper ol:has(+ *),
  h2,
  .heading-40 {
    margin-bottom:15px;
  }
  .form-group50,
  .footer-block {
    width: 100%;
  }
  .choose-right > img:first-child {
    display: none;
  }
  .choose-sec .chs-box {
    width: 100%;
  }
  .chs-box .chs-ul li {
    padding-left: 0;
  }
  .hmbox-right .hm-link {
    font-size: 12px;
  }
  .whychoose-cta-wrapper .border-left-top:after,
  .whychoose-cta-wrapper .border-left-top:before,
  .design-item .border-left-top:before,
  .design-item .border-left-top:after {
    margin: -10px 0 0 -10px;
  }
  .single-slider .slick-prev {
    left: calc(50% - 40px);
    right: unset;
  }
  .single-slider .slick-next {
    right: calc(50% - 40px);
  }
  .single-slider .slick-arrow {
    margin-top: 0;
    top: 112%;
  }
  .single-slider {
    margin-bottom: 50px;
  }
  .ft-top-right {
    max-width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
  .footer-block {
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
  }
  .footer-top ul.social-ul {
    padding-right: 0;
    margin-bottom: 15px;
    width: 100%;
    justify-content: center;
  }
  .footer-block ul.ft-ul {
    display: none;
  }
  .footer-middle .ft-title {
    position: relative;
  }
  .footer-middle .ft-title:after {
    position: absolute;
    content: "";
    background: url(../images/icon/plus.svg) no-repeat center center;
    width: 25px;
    height: 25px;
    top: -5px;
    right: 10px;
    filter: invert(1);
  }
  .footer-middle .ft-title.showhide:after {
    background: url(../images/icon/minus.svg) no-repeat center;
    filter: invert(10) brightness(100);
  }
  .footer-middle .ft-title.showhide + .footer-content ul.ft-ul {
    display: block;
    margin-bottom: 20px;
  }
  .footer-block:nth-child(2) {
    order: 4;
    border-bottom: 0;
  }
  .link-bottom {
    border-top: 1px solid rgb(255 255 255 / 21%);
    padding:15px 0;
  }
  .footer-info-bottom {
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .ft-logo {
    width: 200px;
    margin-bottom: 20px;
  }
  .footer-middle {
    padding: 20px 0 0;
  }
  .header-divider {
    padding-bottom: 15px;
  }
  ul.cust_list .cust_no {
    font-size: 30px;
    line-height: 30px;
  }
  ul.cust_list .counter-label {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    margin: 4px 0 0 0;
  }
  ul.cust_list .cust_detail {
    padding: 14px 20px 14px 14px;
  }
  ul.cust_list li:nth-child(2n) .cust_detail {
    padding: 14px 14px 14px 25px;
  }
  .counter-smalllabel {
    font-size: 10px;
  }
  ul.cust_list .plus_no {
    font-size: 32px;
    line-height: 32px;
    margin-left: 8px;
  }
  ul.cust_list span.cust_expert {
    font-size: 24px;
    line-height: 24px;
  }
  ul.cust_list > li {
    padding: 0 0px 12px;
  }
  .box-wrap .box-left {
    width: 100%;
    text-align: center;
  }
  .box-wrap .box-right {
    margin: 0px auto 0;
    text-align: center;
  }
  .project-ul .more-link i {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
  .process-ul li {
    padding: 0 5px;
  }

  .process-ul {
    margin: 0px -20px;
    width: calc(100% + 40px) !important;
  }
  .process-wrap {
    margin: 0 0 35px 0;
  }
  .sec-process .p-width {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 auto 30px;
  }
  .process-ul li {
    width: 100%;
  }
  .process-ul li:not(:nth-child(-n + 1)) {
    display: none;
  }
  .client-section .cl-slider .cl-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .hmbox-c {
    width: 70px;
    height: 70px;
  }
  .hmbox-c img {
    width: 40px;
  }
  .hmbox-left {
    width: auto;
  }
  .hmbox-right {
    width: auto;
    padding-left: 10px;
    flex: 1;
  }
  .hmbox-ul li .hmbox-li {
    padding: 15px;
  }
  .gallery-ul .slick-next {
    right: 0;
  }
  .gallery-ul .slick-prev {
    left: auto;
    right: 45px;
  }
  .gallery-ul .slick-arrow {
    top: 100%;
    margin-top: 50px;
  }
  .page-wrapper ul:not([class]) li,
	.page-wrapper ul.wp-block-list li{
    padding-left: 25px;
  }
  .page-wrapper ul:not([class]) li:before,
	.page-wrapper ul.wp-block-list li:before{
    width: 17px;
    height: 17px;
    background-size: cover;
    top: 3px;
  }
  .secgallery .slick-prev {
    z-index: 1;
  }
  .secgallery .slick-next {
    right: 0;
  }
  .video-icon {
    width: 40px;
    height: 40px;
  }
  .video-icon:before {
    width: 50px;
    height: 50px;
    margin:4px auto;  
  }
  .box-wrap .box-left [class*="heading-"] {
    margin-bottom: 0px;
  }
  .box-wrap {
    margin-bottom: 15px;
  }
  .logowrap-wrap .logo-text,
  .contact-info-left .finfo-ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .project-ul li .pr-bottom {
    padding: 15px;
  }
  .project-ul-fn-listing ul.project-ul li.finishes-cta-col {
    padding: 15px;
  }
  .project-ul li {
    width: 100%;
    padding: 0;
  }
  .project-ul {
    margin: 0;
  }
  ul.woo_breadcums li a:after {
    line-height: 16px;
  }
  .bgborder-pattern:before {
    width: 100%;
    margin-left: 0;
    background-size: cover;
  }

  
  .project-ul .pr-content {
    margin-bottom: 15px;
  }
  .border-left-top {
    margin: 10px;
    width: calc(100% - 10px);
  }

  .ft-title.industrial_ftmenu {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgb(255 255 255 / 12%);
  }
  .footer-middle ul.link-bottom {
    margin: 15px 0 0 0;
  }
  .ft-title.industrial_ftmenu:after {
    margin-top: 15px;
  }
  .ft-title.industrial_ftmenu {
    margin-top: 0;
  }
  .video-box > a:before {
    margin: -8px 0 0 -8px;
  }
  .video-box > a:after {
    margin: -8px 0 0 -8px;
  }

  .inner-box-heading:before {
    width: calc(100% + 4vw);
  }
  .inner-box-heading:after {
    transform: rotate(15deg);
    height: calc(100% + 4vh);
  }
  .footer-bottom {
    margin-bottom: 70px;
  }
  .footer-middle .ft-title.industrial_ftmenu {
    margin-top: 15px !important;
  }
    .project-ul li .s-title{font-size:14px;line-height:20px;}
   
    .footer-middle .ft-title{
        font-size:13px;
    }
	.footer-block.ftr-form{
		order:5;
		width:100%;
	}
	.footer-middle .footer-block:not(:last-child) {
    padding-right: 0;
}
	.footer-middle ul.link-bottom li a{
		font-size:13px;
	}
	.footer-block.ftr-form .ft-title:after{
		display:none;
	}
	.footer-block.ftr-form{
		padding:15px;
		border-bottom:0;
	}
}

.choose-left .video-box .video-overlay .video-icon {
  position: relative;
}
.html5-title {
  display: none;
}
.html5-description {
  display: none;
}
.fancy-test-popup {
  width: 700px !important;
  padding: 0px !important;
}
.proddtl_content {
  overflow: hidden;
  position: relative;
  height: 95px;
}
.expanded .proddtl_content {
  height: auto;
}
.tphead-info br {
  display: none;
}
li.four-col-item:last-child.svimg_col_3 {
  grid-column: 1 / span 2;
}
/*  new css for btn color code change */

.page-residential .inpage.page-wrapper .btn-border:hover,
.page-residential
  .menu_link
  nav
  > ul
  > li.residential
  .sub-menu
  .btn-border:hover,
.sec-hmtop .hmtop-ul .hmsv_box_1 .hmtop-li .hm-title.hmban-content,
.hmsv_box_1 .btn-border:hover {
  border-color: #d8c9b2;
  background-color: #d8c9b2;
  color: #5f4a2b;
}
.page-residential .inpage.page-wrapper .btn-border:after,
.page-residential
  .menu_link
  nav
  > ul
  > li.residential
  .sub-menu
  .btn-border:after,
.hmsv_box_1 .btn-border:after {
  background-color: #d8c9b2;
}
.page-residential .slick-next:hover,
.page-residential .slick-prev:hover {
  background-color: #d8c9b2;
  border-color: #5f4a2b;
}
.page-residential .slick-next:hover:before,
.page-residential .slick-prev:hover:before {
  color: #5f4a2b;
}
.page-residential .form-wrapper .submit-btn .submitbtn:hover {
  background-color: #d8c9b2;
  color: #5f4a2b;
}
.page-residential .form-wrapper .submit-btn:hover {
  border-color: #d8c9b2;
}
.sec-hmtop .hmtop-ul .hmsv_box_1 .hmtop-li:hover .hm-title-tp::before {
  filter: invert(44%) sepia(11%) saturate(1305%) hue-rotate(356deg)
    brightness(55%) contrast(98%);
  opacity: 0.3;
}
.sec-hmtop .hmtop-ul .hmsv_box_1 .hmtop-li:hover .title-shape-wrap,
.sec-hmtop .hmtop-ul .hmsv_box_1:hover .title-shape-wrap {
  filter: drop-shadow(1px 0px 0px #d8c9b2);
}
.sec-hmtop .hmtop-ul .hmsv_box_1 .hmtop-li:hover .hm-title > img {
  filter: invert(44%) sepia(11%) saturate(1305%) hue-rotate(356deg)
    brightness(55%) contrast(98%);
}

.sec-hmtop .hmtop-ul .hmsv_box_2 .hmtop-li:hover .title-shape-wrap,
.sec-hmtop .hmtop-ul .hmsv_box_2:hover .title-shape-wrap {
  filter: drop-shadow(1px 0px 0px #f37021);
}
.sec-hmtop .hmtop-ul .hmsv_box_2 .hmtop-li:hover .hm-title-tp::before {
  filter: invert(69%) sepia(63%) saturate(5773%) hue-rotate(349deg)
    brightness(100%) contrast(91%);
}
.sec-hmtop .hmtop-ul .hmsv_box_2 li .hm-title,
.sec-hmtop .hmtop-ul .hmsv_box_2 .hmtop-li .hm-title.hmban-content {
  background-color: #f37021;
  border-color: #f37021;
  color: #ffffff;
}
.sec-hmtop .hmtop-ul .hmsv_box_3 li .hm-title,
.sec-hmtop .hmtop-ul .hmsv_box_3 .hmtop-li .hm-title.hmban-content,
.hmsv_box_3 .btn-border:hover,
.page-commercial-flooring .inpage.page-wrapper .btn-border:hover,
.page-commercial-flooring
  .inpage.page-wrapper
  .form-wrapper
  .submit-btn
  .submitbtn:hover,
.page-commercial-flooring .inpage.page-wrapper .slick-next:hover,
.page-commercial-flooring .inpage.page-wrapper .slick-prev:hover {
  background-color: #958a78;
  border-color: #958a78;
  color: #f8f4e9;
}
.page-commercial-flooring .inpage.page-wrapper .form-wrapper .submit-btn:hover {
  border-color: #958a78;
}
.hmsv_box_3 .btn-border::after,
.page-commercial-flooring .inpage.page-wrapper .btn-border:after {
  background-color: #958a78;
}

.sec-hmtop .hmtop-ul .hmsv_box_3 .hmtop-li:hover .hm-title-tp::before {
  filter: invert(68%) sepia(101%) saturate(395%) hue-rotate(345deg)
    brightness(140%) contrast(42%);
}
.sec-hmtop .hmtop-ul .hmsv_box_3 .hmtop-li:hover .hm-title > img {
  filter: invert(7%) sepia(20%) saturate(390%) hue-rotate(335deg)
    brightness(98%) contrast(61%);
}
.sec-hmtop .hmtop-ul .hmsv_box_3 .hmtop-li:hover .title-shape-wrap,
.sec-hmtop .hmtop-ul .hmsv_box_3:hover .title-shape-wrap {
  filter: drop-shadow(1px 0px 0px #958a78);
}
.sec-hmtop .hmtop-ul .hmsv_box_4 li .hm-title,
.sec-hmtop .hmtop-ul .hmsv_box_4 .hmtop-li .hm-title.hmban-content,
.hmsv_box_4 .btn-border:hover {
  background-color: #929294;
  border-color: #929294;
    color:var(--white);
}
.hmsv_box_4 .btn-border::after {
  background-color: #929294;
}
.sec-hmtop .hmtop-ul .hmsv_box_4 .hmtop-li:hover .title-shape-wrap,
.sec-hmtop .hmtop-ul .hmsv_box_4:hover .title-shape-wrap {
  filter: drop-shadow(1px 0px 0px #929294);
}

.sec-hmtop .hmtop-ul .hmsv_box_4 .hmtop-li:hover .hm-title-tp::before {
  filter: invert(40%) sepia(5%) saturate(99%) hue-rotate(202deg)
    brightness(108%) contrast(98%);
}

.request_a_callback form{
	overflow: unset;
	padding-bottom: 30px;
}
.request_a_callback form .wpcf7-submit{
	position: unset !important;
	margin: unset !important;
	width: 100% !important;
	background: var(--themecolor);
    font-size: 18px;
    font-family: "Plus Jakarta Sans";
    font-weight: bold;
	margin: 25px 0px 26px;
    padding: 13px 15px;
	border: 0 none;
    border-radius: 3px;
    color: #ffffff;
	min-width: 100px;
}