@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Black.woff2") format("woff2"), url("fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-BoldItalic.woff2") format("woff2"), url("fonts/Inter-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Bold.woff2") format("woff2"), url("fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-ExtraBoldItalic.woff2") format("woff2"), url("fonts/Inter-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-ExtraBold.woff2") format("woff2"), url("fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Italic.woff2") format("woff2"), url("fonts/Inter-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Medium.woff2") format("woff2"), url("fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-MediumItalic.woff2") format("woff2"), url("fonts/Inter-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-SemiBold.woff2") format("woff2"), url("fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.woff2") format("woff2"), url("fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-SemiBoldItalic.woff2") format("woff2"), url("fonts/Inter-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela Web";
  src: url("fonts/CanelaWeb-Bold.woff2") format("woff2"), url("fonts/CanelaWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela Web";
  src: url("fonts/CanelaWeb-Regular.woff2") format("woff2"), url("fonts/CanelaWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela Web";
  src: url("fonts/CanelaWeb-Medium.woff2") format("woff2"), url("fonts/CanelaWeb-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: "Inter";
  background: black;
  font-size: 100%;
  color: white;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
}

html {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

html,
html a,
body {
  -webkit-font-smoothing: antialiased;
}

.img-wrap,
.text-wrap,
.section,
.comments-area .comment-form p input[type=text],
.comments-area .comment-form p input[type=email],
.comments-area .comment-form p input[type=url],
.comments-area .comment-form p textarea,
form .form-raw .form-col .wpcf7-form-control,
form .form-raw .form-col,
form .form-raw,
form,
.contact-section .right-conn .contact-form,
.contact-section .contact-detail .con-col,
.contact-section .contact-detail,
.about-raw .about-conn,
#header.header,
p,
ul, h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  float: left;
  position: relative;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Inter";
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: none;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " ";
}

blockquote,
q {
  quotes: "" "";
}

input[type=checkbox] {
  vertical-align: top;
}

input[type=radio] {
  height: auto;
  vertical-align: top;
}

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

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

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

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

td {
  vertical-align: top;
}

img {
  border: 0 none;
  max-width: 100%;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

a {
  color: #ffd700;
  outline: none !important;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  display: inline-block;
}
a:focus, a:hover {
  color: #c2a501;
}

section,
footer {
  width: 100%;
  float: left;
  position: relative;
}

h1 {
  font-size: 90px;
  color: white;
  line-height: 133%;
  font-weight: 400;
  font-family: "Canela Web";
}

h2 {
  font-size: 52px;
  font-weight: 400;
  font-family: "Canela Web";
  color: white;
  line-height: 135%;
  margin-bottom: 20px;
}

h3 {
  font-size: 32px;
  font-weight: 400;
  color: white;
  line-height: 175%;
  letter-spacing: 0.5px;
  font-family: "Canela Web";
}

h4 {
  font-size: 28px;
  color: white;
  font-weight: 600;
  line-height: 120%;
  font-family: "Inter";
}

h5 {
  font-size: 22px;
  color: white;
  font-weight: 600;
  line-height: 120%;
  font-family: "Inter";
}

h6 {
  font-size: 18px;
  color: white;
  font-weight: 500;
  line-height: 120%;
  font-family: "Inter";
}

p {
  font-size: 16px;
  color: white;
  line-height: 200%;
  font-weight: 400;
  font-family: "Inter";
}

.btn-main,
input[type=submit] {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(254, 165, 9, 0.6);
  text-align: center;
  width: auto;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
  font-size: 14px !important;
  font-family: "Inter";
  font-weight: 600;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  margin-top: 35px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  box-shadow: inherit;
}
.btn-main:hover, .btn-main:focus, .btn-main:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(254, 165, 9, 0.6);
  border: 1px solid #fea509;
}
.btn-main:focus,
input[type=submit]:focus {
  outline: none;
}
.btn-main.btn-fill,
input[type=submit].btn-fill {
  color: white;
  background-color: #B27913;
  border: 1px solid #B27913;
  font-style: normal;
}
.btn-main.btn-fill:hover, .btn-main.btn-fill:focus, .btn-main.btn-fill:active,
input[type=submit].btn-fill:hover,
input[type=submit].btn-fill:focus,
input[type=submit].btn-fill:active {
  opacity: 0.7;
}

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

b,
strong {
  font-weight: 600;
}

/*---------------------Header start------------------------*/
#header.header {
  position: fixed;
  background-color: transparent;
  left: 0;
  top: 0;
  z-index: 999;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  padding: 0;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-main {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  background: transparent;
  padding: 10px 0;
}
#header.header .header-main .logo {
  float: left;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  width: 140px;
  position: relative;
}
#header.header .header-main .logo a {
  color: white;
  font-size: 24px;
  font-family: "Canela Web";
}
#header.header .header-main .logo a strong {
  font-family: "Canela Web";
  margin-right: 5px;
}
#header.header .header-main .logo a img {
  height: auto;
  margin: 0 auto;
  display: inline-block;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right {
  float: right;
  position: relative;
  z-index: 9;
  margin-left: auto;
  padding: 20px 0;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right .nav-main {
  float: right;
  width: auto;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right .nav-main .menu {
  height: auto;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right .nav-main .menu li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  margin: 0 12px;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right .nav-main .menu li a {
  float: left;
  width: auto;
  height: auto;
  padding: 2px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: white;
  text-decoration: none;
  overflow: hidden;
  font-family: "Inter";
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#header.header .header-right .nav-main .menu li a::after {
  position: absolute;
  width: 0;
  height: 2px;
  background: white;
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right .nav-main .menu li a:hover, #header.header .header-right .nav-main .menu li a:focus, #header.header .header-right .nav-main .menu li a.active {
  text-shadow: 0 0 1px white;
}
#header.header .header-right .nav-main .menu li a:hover::after, #header.header .header-right .nav-main .menu li a:focus::after, #header.header .header-right .nav-main .menu li a.active::after {
  width: 100%;
}
#header.header .header-right .nav-main .menu li.current_page_item a, #header.header .header-right .nav-main .menu li.current-menu-item a {
  text-shadow: 0 0 1px white;
}
#header.header .header-right .nav-main .menu li.current_page_item a::before, #header.header .header-right .nav-main .menu li.current_page_item a::after, #header.header .header-right .nav-main .menu li.current-menu-item a::before, #header.header .header-right .nav-main .menu li.current-menu-item a::after {
  width: 100%;
}
#header.header .header-right .nav-main .menu li.btn-contact {
  margin-right: 0;
}
#header.header .header-right .nav-main .menu li.btn-contact a {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(254, 165, 9, 0.6);
  text-align: center;
  width: auto;
  height: 42px;
  line-height: 41px;
  padding: 0 30px;
  font-size: 13px !important;
  font-family: "Inter";
  font-weight: 400;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  box-shadow: inherit;
}
#header.header .header-right .nav-main .menu li.btn-contact a::after {
  display: none;
}
#header.header .header-right .nav-main .menu li.btn-contact a:hover, #header.header .header-right .nav-main .menu li.btn-contact a:focus, #header.header .header-right .nav-main .menu li.btn-contact a:active {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(254, 165, 9, 0.6);
  border: 1px solid #fea509;
}
#header.header .header-right .nav-main .menu li.btn-contact a:focus {
  outline: none;
}
#header.header.sticky .header-main {
  background-color: black;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}
#header.header.sticky .header-main .logo {
  width: 130px;
}
#header.header.sticky .header-right {
  padding: 15px 0;
}
#header.header.sticky .header-right .nav-main ul.menu li.btn-contact a:hover::after, #header.header.sticky .header-right .nav-main ul.menu li.btn-contact a:focus::after, #header.header.sticky .header-right .nav-main ul.menu li.btn-contact a.active::after {
  display: none;
}

/*-----------------res-nav-Start-------------------*/
.res_navigation {
  display: none;
  width: 72px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 40px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.nav-toggle {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 999999;
  padding: 5px 30px 13px 0;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle.active .top {
  -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
  -moz-transform: translateY(12px) translateX(0) rotate(45deg);
  -ms-transform: translateY(12px) translateX(0) rotate(45deg);
  transform: translateY(12px) translateX(0) rotate(45deg);
  background: white;
  top: -3px;
}
.nav-toggle.active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: white;
  top: 16px;
}
.nav-toggle.active .middle {
  opacity: 0;
  background: white;
}
.nav-toggle span {
  background: white;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  transition: all 0.55s ease;
  cursor: pointer;
}
.nav-toggle span:nth-of-type(2) {
  top: 7px;
}
.nav-toggle span:nth-of-type(3) {
  top: 16px;
}

/*-----------------res-nav-end-------------------*/
/*---------------------Header end------------------------*/
.container {
  width: 1430px;
  max-width: inherit;
  padding: 0 15px;
}

.section, .comments-area .comment-form p input[type=text], .comments-area .comment-form p input[type=email], .comments-area .comment-form p input[type=url], .comments-area .comment-form p textarea, form .form-raw .form-col .wpcf7-form-control, form .form-raw .form-col, form .form-raw, form, .contact-section .right-conn .contact-form, .contact-section .contact-detail .con-col, .contact-section .contact-detail, .about-raw .about-conn, p, #header.header {
  width: 100%;
  float: left;
}

.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.background-vid {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -11;
}
.background-vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
}

/*---------------------Footer Start------------------------*/
footer#footer {
  padding: 78px 0;
  background-color: black;
}
footer#footer .footer-logo {
  color: white;
  font-size: 24px;
  width: 130px;
  font-family: "Canela Web";
}
footer#footer .footer-logo strong {
  font-family: "Canela Web";
  margin-right: 5px;
}
footer#footer .footer-logo img {
  width: auto;
  height: auto;
}
footer#footer .first-col p {
  margin-top: 20px;
  font-size: 14px;
line-height:120%;
  color: rgba(255, 255, 255, 0.5);
}
footer#footer .second-col .footer-menu {
  margin: 0 auto;
  width: 350px;
}
footer#footer .second-col .footer-menu .menu {
  column-count: 2;
  text-align: left;
}
footer#footer .second-col .footer-menu .menu li {
  margin-bottom: 20px;
}
footer#footer .second-col .footer-menu .menu li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
footer#footer .second-col .footer-menu .menu li a:hover {
  color: white;
}
footer#footer .third-col .social-col li {
  display: inline-block;
  margin: 0 0 0 10px;
}
footer#footer .third-col .social-col li a {
  color: white;
  background-color: black;
  width: 38px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
footer#footer .third-col .social-col li a:hover {
  color: black;
  background-color: white;
  border: 1px solid white;
}

/*---------------------Footer End------------------------*/
.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
}
.bg-img source, .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
}

/*---------------------Home Start------------------------*/
.main-banner {
  height: 900px;
  position: relative;
}
.main-banner::before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.main-banner .container {
  position: relative;
  height: 100%;
}
.main-banner .banner-conn {
  width: 620px;
  position: absolute;
  top: 53%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.main-banner .banner-conn h1 {
  padding-bottom: 20px;
}
.main-banner .banner-conn p {
  color: white;
}

.home-product-section .title-raw h2 {
  margin-bottom: 40px;
}
.home-product-section .prod-item {
  margin-bottom: 70px;
}
.home-product-section .prod-item:nth-child(odd) {
  padding-right: 30px;
}
.home-product-section .prod-item:nth-child(even) {
  padding-left: 30px;
}
.home-product-section .prod-item:last-child, .home-product-section .prod-item:nth-last-child(2) {
  margin-bottom: 0;
}
.home-product-section .prod-item a {
  position: relative;
	width:100%;
	float:left;
}
.home-product-section .prod-item a .conn-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.home-product-section .prod-item a .conn-wrap .arrow {
  margin-left: auto;
  width: 34px;
  height: 34px;
  background: transparent url(../images/ic-arrow.svg) center center no-repeat;
  background-size: contain;
}
.home-product-section .prod-item a img {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  filter: grayscale(1);
  filter: -webkit-grayscale(1);
  filter: -moz-grayscale(1);
  position: relative;
  z-index: -1;
	width:100%;
	height:100%;
	object-fit:cover;
	max-height:400px;
}
.home-product-section .prod-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  background: -moz-linear-gradient(top, rgba(9, 9, 9, 0) 0%, #090909 100%);
  background: -webkit-linear-gradient(top, rgba(9, 9, 9, 0) 0%, #090909 100%);
  background: linear-gradient(to bottom, rgba(9, 9, 9, 0) 0%, #090909 100%);
}
.home-product-section .prod-item a:hover .conn-wrap {
  padding-top: 35px;
  padding-bottom: 35px;
}
.home-product-section .prod-item a:hover img {
  filter: grayscale(0);
  filter: -webkit-grayscale(0);
  filter: -moz-grayscale(0);
}
.home-product-section .prod-item a:hover::before {
  height: 100%;
}
.home-product-section .btn-main {
  margin: 0;
}

.home-blog-section {
  background-color: #090909;
}
.home-blog-section .title-raw h2 {
  margin-bottom: 40px;
}
.home-blog-section .btn-main {
  margin-top: 25px;
}

.blog-item {
  padding: 10px 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
.blog-item::before, .blog-item::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.blog-item::before {
  top: -5px;
}
.blog-item::after {
  bottom: -5px;
}
.blog-item .img-wrap {
  margin-bottom: 15px;
  height: 140px;
  overflow: hidden;
}
.blog-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item h5 {
  font-size: 18px;
  line-height: 160%;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-item h6 {
  font-size: 12px;
  color: #FEA509;
}

.blog-item-col {
  margin-bottom: 15px;
}

.cta-section h2 {
  margin-bottom: 10px;
}
.cta-section::before {
  background: radial-gradient(29.22% 87.4% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-radial-gradient(29.22% 87.4% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-radial-gradient(29.22% 87.4% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.cta-section .subscribe-form {
  margin-top: 30px;
}
.cta-section .subscribe-form .email-input {
  color: #ffffff;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../images/ic-mail.svg);
  background-position: left 20px center;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  height: 48px;
  line-height: 48px;
  width: 390px;
  padding: 10px 15px 10px 50px;
}
.cta-section .subscribe-form .email-input:-webkit-autofill, .cta-section .subscribe-form .email-input:-webkit-autofill:hover, .cta-section .subscribe-form .email-input:-webkit-autofill:focus, .cta-section .subscribe-form .email-input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  transition: background-color 9999s ease-in-out 0s;
}
.cta-section .subscribe-form input[type=submit] {
  margin: 0 0 0 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Inter";
}

/*----------------------Home End-------------------------*/
/*----------------------Product List Start-------------------------*/
.hero-inner-banner-raw {
  padding: 180px 0 80px;
}

.product-list-raw .product-item-col {
  background-color: #0A0A0A;
  padding: 10px;
  width:100%;
  display: inline-block;
}
.product-list-raw .product-item-col .img-wrap {
  margin-bottom: 15px;
  height: 270px;
	width: 100%;
  overflow: hidden;
}
.product-list-raw .product-item-col .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.product-list-raw .product-item-col:hover .img-wrap img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-list-raw .product-item-col .prod-title {
  color: white;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
}
.product-list-raw .product-item-col .color-list {
  padding: 20px 0 30px;
}
.product-list-raw .product-item {
  margin-bottom: 30px;
  position: relative;
}
.product-list-raw .product-item.out-of-stock-prd::before {
  content: "Out of stock";
  background: #000000;
  border: 1px solid #B27913;
  border-radius: 30px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-weight: 300;
  padding: 5px 10px;
}
.product-list-raw .pagination {
  padding: 0 15px;
  margin-top: 20px;
  justify-content: center;
}
.product-list-raw .pagination .page-numbers {
  font-size: 18px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.product-list-raw .pagination .page-numbers.current {
  background: #B27913;
}
.product-list-raw .pagination .page-numbers.prev {
  background: transparent url(../images/ic-left.svg) center center no-repeat;
  background-size: 14px;
  font-size: 0;
}
.product-list-raw .pagination .page-numbers.next {
  background: transparent url(../images/ic-right.svg) center center no-repeat;
  background-size: 14px;
  font-size: 0;
}

.color-list {
  margin: 0;
  padding: 0;
}
.color-list li {
  display: inline-block;
  margin-right: 8px;
}
.color-list li:last-child {
  margin-right: 0;
}
.color-list li a {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border: 3px solid transparent;
}
.color-list li a.active, .color-list li a:hover {
  border-color: #fbdba3;
}

/*-----------------------Product List End--------------------------*/
/*----------------------About Start-------------------------*/
.about-raw .about-conn {
  padding-right: 50px;
}
.about-raw .about-conn p {
  padding-bottom: 20px;
}
.about-raw .about-conn p:last-child {
  padding-bottom: 0;
}
.about-raw .img-wrap-col {
  padding-left: 50px;
}
.about-raw .img-wrap-col img {
  width: 50%;
  float: left;
}
.about-raw .img-wrap-col img.img1 {
  padding-right: 25px;
  margin-top: 60px;
}
.about-raw .img-wrap-col img.img2 {
  padding-left: 25px;
}

.video-raw {
  padding: 200px 0 100px;
}
.video-raw .video-inner {
  background-color: #171717;
  padding: 10px;
  max-width: 980px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.video-raw .video-inner video {
  max-width: 100%;
}
.video-raw .video-inner .play-pause-btn {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 80%;
  height: 80%;
  background: transparent url(../images/ic-play.svg) center center no-repeat;
  background-size: 80px;
}
.video-raw .video-inner.play-vid .play-pause-btn {
  opacity: 0;
}

/*-----------------------About End--------------------------*/
/*----------------------Product Detail Start-------------------------*/
.product-detail-raw {
  padding-top: 165px;
}
.product-detail-raw .product-image-gallery {
  position: relative;
  width: 100%;
}
.product-detail-raw .product-content-wrap {
  padding-left: 15px;
}
.product-detail-raw .product-detail-inner {
  padding: 30px;
  background: #0A0A0A;
}
.product-detail-raw h1 {
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 15px;
}
.product-detail-raw .color-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}
.product-detail-raw .color-wrap h6 {
  width: auto;
  font-size: 14px;
  font-weight: 600;
  padding-right: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.product-detail-raw .btn-wrapper .btn-main {
  margin-top: 22px;
  margin-right: 25px;
}
.product-detail-raw .btn-wrapper .btn-main:last-child {
  margin-right: 0;
}
.product-detail-raw .btn-wrapper .btn-main.defult-hvr {
  background-color: transparent;
  color: white;
  border-color: #fea509;
  cursor: default;
}
.product-detail-raw .btn-wrapper .out-of-stock {
  cursor: default;
  color: #b27913;
}
.product-detail-raw .disclaimer-col {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.product-detail-raw .disclaimer-col p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  line-height: 180%;
}
.product-detail-raw .characteristics-col {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 25px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.product-detail-raw .characteristics-col h4 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 20px;
}
.product-detail-raw .characteristics-col ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.product-detail-raw .characteristics-col ul li {
  flex-basis: calc(50% - 15px);
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product-detail-raw .characteristics-col ul li h6 {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.product-detail-raw .characteristics-col ul li h5 {
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0;
}
.product-detail-raw .product-detail-row {
  padding-top: 0;
}
.product-detail-raw .product-detail-row .left-conn {
  padding-right: 2%;
}

.product-detail-tab-raw .tab-raw {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.product-detail-tab-raw .tab-raw .nav {
  display: flex;
}
.product-detail-tab-raw .tab-raw .nav li {
  flex: 1;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.product-detail-tab-raw .tab-raw .nav li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.product-detail-tab-raw .tab-raw .nav li a {
  width: 100%;
  padding: 20px;
  color: white;
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.product-detail-tab-raw .tab-raw .nav li a::before {
  top: -1px;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #B27913;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.product-detail-tab-raw .tab-raw .nav li a.active::before, .product-detail-tab-raw .tab-raw .nav li a:hover::before {
  width: 100%;
}
.product-detail-tab-raw .tab-pane {
  padding: 30px 0;
}
.product-detail-tab-raw .tab-content {
  margin-bottom: 30px;
}
.product-detail-tab-raw .tab-content h3 {
  font-size: 24px;
  color: #B27913;
}
.product-detail-tab-raw .tab-content p {
  line-height: 180%;
  color: rgba(255, 255, 255, 0.8);
}
.product-detail-tab-raw .tab-content:last-child {
  margin-bottom: 0;
}
.desktop-view {display: block;}
.mobile-view {display: none;}
@media (max-width: 1024px) {
    .desktop-view {display: none;}
    .mobile-view {display: block;}
}
/*-----------------------Product Detail end--------------------------*/
/*-----------------------Blog Detail start--------------------------*/
.post-detail-raw .blog-banner {
  height: 400px;
  overflow: hidden;
}
.post-detail-raw .blog-banner::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.post-detail-raw .blog-banner .container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.post-detail-raw .blog-banner .container h1 {
  position: absolute;
  left: 15px;
  top: 55%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.post-detail-raw .blog-banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.post-detail-raw h1 {
  font-size: 50px;
  line-height: 120%;
  margin-bottom: 30px;
}
.post-detail-raw h2 {
  font-size: 44px;
  font-family: "Canela Web";
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.post-detail-raw h3 {
  font-size: 38px;
  font-family: "Canela Web";
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.post-detail-raw h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Canela Web";
  letter-spacing: 0.5px;
}
.post-detail-raw h5 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Canela Web";
  letter-spacing: 0.5px;
}
.post-detail-raw h6 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Canela Web";
  letter-spacing: 0.5px;
}
.post-detail-raw .detail-inner .container {
  width: 800px;
}
.post-detail-raw .detail-inner p {
  font-size: 16px;
  padding-bottom: 30px;
}
.post-detail-raw .detail-inner p:last-child {
  padding-bottom: 0;
}
.post-detail-raw .detail-inner ul li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  line-height: 150%;
}
.post-detail-raw .detail-inner ul li:last-child {
  margin-bottom: 0;
}
.post-detail-raw .detail-inner ul li::before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #c2a501;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.post-navigation {
  padding-bottom: 30px;
}
.post-navigation .screen-reader-text {
  display: none;
}
.post-navigation .nav-links {
  display: flex;
}
.post-navigation .nav-links .nav-previous {
  margin-right: auto;
}
.post-navigation .nav-links .nav-next {
  margin-left: auto;
}
.post-navigation .nav-links .btn-main {
  margin-top: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-weight: 300;
  font-size: 12px !important;
}
.post-navigation .nav-links a {
  position: relative;
}
.post-navigation .nav-links .nav-title {
  position: absolute;
  top: -25px;
  left: 50%;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.post-navigation .nav-links > div:hover .nav-title {
  opacity: 1;
}

/*-----------------------Blog Detail end--------------------------*/
.page-template-general-page .detail-inner {
  padding-top: 150px;
}
.page-template-general-page .detail-inner h1, .page-template-general-page .detail-inner p {
  margin-bottom: 20px;
}
.page-template-general-page .detail-inner p:last-child {
  margin-bottom: 0;
}

.page-template-articles .home-blog-section {
  background-color: transparent;
}
.page-template-articles .home-blog-section .title-raw {
  padding: 30px 0;
}

/*-------------------------Contact Page---------------------------*/
.contact-section {
  padding-top: 60px;
}
.contact-section .contact-detail {
  background-color: #0A0A0A;
  padding: 30px 30px 50px;
}
.contact-section .contact-detail h5 {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 35px;
  color: white;
}
.contact-section .contact-detail .con-col {
  margin-bottom: 25px;
}
.contact-section .contact-detail .con-col:last-child {
  margin-bottom: 0;
}
.contact-section .contact-detail .con-col h6 {
  font-family: "Inter";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 10px;
}
.contact-section .contact-detail .con-col a {
  font-weight: 400;
  color: white;
  font-size: 22px;
  line-height: 120%;
  font-family: "Canela Web";
}
.contact-section .contact-detail .con-col a:hover {
  color: #c2a501;
}
.contact-section .contact-detail .con-col.phone-col a {
  font-size: 32px;
}
.contact-section .contact-detail .con-col p {
  font-family: "Inter";
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
}
.contact-section .right-conn {
  padding-left: 60px;
}
.contact-section .right-conn .contact-form {
  padding: 50px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

form .form-raw .form-col {
  margin-bottom: 15px;
}
form .form-raw .form-col:nth-child(even) {
  padding-left: 10px;
}
form .form-raw .form-col:nth-child(odd) {
  padding-right: 10px;
}
form .form-raw .form-col.half-width {
  width: 50%;
}
form .form-raw .form-col:last-child, form .form-raw .form-col:nth-last-child(2) {
  padding: 0;
}
form .form-raw .form-col label {
  font-family: "Inter";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 5px;
}
form .form-raw .form-col .wpcf7-form-control {
  height: 44px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  padding: 10px 12px;
  line-height: 120%;
  color: #666666;
  background: #0A0A0A;
  border: 1px solid #191919;
  text-transform: capitalize;
}
form .form-raw .form-col .wpcf7-form-control.wpcf7-textarea {
  height: 80px;
}
form .btn-wrap {
  text-align: center;
}
form .btn-wrap .wpcf7-submit {
  background-color: #b27913;
  border-color: #b27913;
  margin-top: 20px;
  font-weight: 400;
  margin: 10px auto 0;
}
form .btn-wrap .wpcf7-submit:hover {
  opacity: 0.8;
}
form .btn-wrap .wpcf7-spinner {
  display: none;
}

.contact-cta .contact-cta-inner {
  display: flex;
  align-items: center;
}
.contact-cta .contact-cta-inner .left-conn {
  width: 70%;
}
.contact-cta .contact-cta-inner .right-conn .btn-main {
  margin: 0;
}
.contact-cta .contact-cta-inner .right-conn .btn-main i {
  width: 25px;
  height: 25px;
  margin: -3px 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  background: transparent url(../images/ic-whatsapp.svg) center center no-repeat;
  background-size: contain;
}

/*--------------------------Contact End---------------------------*/
.parallax-img {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.modal-open {
  padding-right: 0 !important;
}

.product-detail-modal {
  z-index: 3333;
}
.product-detail-modal .modal-header {
  border-bottom: 1px solid #000000;
}
.product-detail-modal .modal-header .btn-close {
  filter: invert(1);
}
.product-detail-modal .modal-content {
  background-color: #171717;
}

.slideshow-items {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

.slideshow-thumbnails {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

#slideshow-items-container {
  display: inline-block;
  position: relative;
  width: 100%;
}

#lens {
  background-color: rgba(233, 233, 233, 0.4);
}

#lens,
#result {
  position: absolute;
  display: none;
  z-index: 111;
}

.slideshow-items {
  display: none;
}

.slideshow-items.active {
  display: block;
}

.slideshow-thumbnails {
  opacity: 0.5;
}

.slideshow-thumbnails.active {
  opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
  border: solid var(--light-grey-2) 1px;
}

.modal-backdrop {
  z-index: 2222;
}

.wpcf7 form .wpcf7-response-output {
  display: inline-flex;
  padding: 20px !important;
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output {
  border-color: red;
}

.wpcf7 form.valid .wpcf7-response-output, .wpcf7 form.success .wpcf7-response-output {
  border-color: red;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}
.main-banner video::-webkit-media-controls-panel,
.main-banner video::-webkit-media-controls-start-playback-button {display: none !important;}
.main-banner video::slotted::-webkit-media-controls-container{display:none !important;
      visibility: hidden!important;
      opacity: 0 !important;
     -webkit-appearance: none !important;
}
.wpcf7-form-control-wrap {
	margin-bottom:10px;
	float: left;
	width:100%;
}
.modal-body .wpcf7-form-control-wrap {margin-bottom: 0;}
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px !important;
    bottom: -25px;
}
.back-wrap {
  position: relative;
  top: -35px;
}
.back-wrap .btn-back {
  color: #B27913;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.back-wrap .btn-back:hover {
  color: #fea509;
}

.comments-area .comment-form p {
  font-size: 14px;
  float: left;
}
.comments-area .comment-form p.comment-notes {
  margin-bottom: 20px;
}
.comments-area .comment-form p.comment-form-comment {
  margin-bottom: 15px;
}
.comments-area .comment-form p.comment-form-comment, .comments-area .comment-form p.comment-form-cookies-consent {
  width: 100%;
}
.comments-area .comment-form p.comment-form-author, .comments-area .comment-form p.comment-form-email, .comments-area .comment-form p.comment-form-url {
  width: 30%;
  margin-right: 3.33%;
}
.comments-area .comment-form p.comment-form-url {
  margin-right: 0;
}
.comments-area .comment-form p > label {
  width: 100%;
}
.comments-area .comment-form p > label .required {
  color: red;
}
.comments-area .comment-form p input[type=text], .comments-area .comment-form p input[type=email], .comments-area .comment-form p input[type=url], .comments-area .comment-form p textarea {
  height: 44px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  padding: 10px 12px;
  line-height: 120%;
  color: #666666;
  background: #0A0A0A;
  border: 1px solid #191919;
}
.comments-area .comment-form p textarea {
  width: 100%;
  height: 80px;
}
.comments-area .comment-form p.comment-form-cookies-consent {
  margin-top: 15px;
}
.comments-area .comment-form p.comment-form-cookies-consent input[type=checkbox] {
  margin-top: 7px;
  margin-right: 5px;
}
.comments-area .comment-form p.comment-form-cookies-consent label {
  width: auto;
}

.testimonial-section {
  background: #0A0A0A;
}
.testimonial-section h2 {
  margin-bottom: 40px;
}
.testimonial-section .testimonial-slider {
  width: 90%;
  margin: 0 auto;
}
.testimonial-section .testimonial-slider .slick-list {
  width: 100%;
}
.testimonial-section .testimonial-slider .slick-list .testimonial-item {
  padding: 0 20px;
  display: flex;
}
.testimonial-section .testimonial-slider .slick-list .testimonial-item .img-wrap {
  width: 110px;
}
.testimonial-section .testimonial-slider .slick-list .testimonial-item .content-col {
  padding-left: 20px;
  text-align: left;
  flex: 1;
}
.testimonial-section .testimonial-slider .slick-list .testimonial-item h3 {
  margin-bottom: 10px;
  line-height: 130%;
}
.testimonial-section .testimonial-slider .slick-list .testimonial-item p {
  font-size: 15px;
  line-height: 170%;
  font-style: italic;
}
.testimonial-section .testimonial-slider .img-wrap {
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: center;
}
.testimonial-section .testimonial-slider .img-wrap img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px solid #fea509;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.testimonial-section .testimonial-slider .slick-arrow {
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 34px;
  height: 34px;
  font-size: 0;
  background: transparent url(../images/ic-arrow.svg) center center no-repeat;
  background-size: contain;
}
.testimonial-section .testimonial-slider .slick-arrow.slick-prev {
  left: -6%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonial-section .testimonial-slider .slick-arrow.slick-next {
  right: -6%;
}

.mc4wp-response .mc4wp-success p {
  font-size: 14px;
  color: #270;
  border: 1px solid #270;
  background-color: #DFF2BF;
  line-height: 120%;
  float: none;
  max-width: 380px;
  margin: 10px auto;
  padding: 10px;
  border-radius: 3px;
}

/* CSS Document */
::selection {
  background: #fea509;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: #fea509;
  color: white;
  text-shadow: none;
}

input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media only screen and (min-width: 1440px) and (max-width: 1700px) {
  .container {
    width: 1320px;
  }

  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 28px;
  }

  #header.header .header-main .logo {
    width: 180px;
  }

  .main-banner {
    height: 780px;
  }

  .blog-item h5 {
    font-size: 20px;
  }
}
@media (max-width: 1439px) {
  .container {
    width: 1280px;
  }

  h1 {
    font-size: 66px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 26px;
  }

  .main-banner {
    height: 680px;
  }
  .main-banner .banner-conn {
    width: 460px;
  }
}
@media (max-width: 1365px) {
  .container {
    width: 1170px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 26px;
  }

  .btn-main, input[type=submit] {
    height: 56px;
    line-height: 56px;
    font-size: 16px !important;
  }

  #header.header .header-main .logo {
    width: 150px;
  }
  #header.header.sticky .header-main .logo {
    width: 130px;
  }

  .main-banner {
    height: 750px;
  }
  .main-banner .banner-conn {
    width: 450px;
  }
}
@media (max-width: 1279px) {
  .container {
    width: 98%;
    padding: 0 15px;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 24px;
  }

  p {
    font-size: 15px;
  }

  .btn-main, input[type=submit] {
    height: 50px;
    line-height: 50px;
    font-size: 16px !important;
  }

  #header.header .header-main .logo {
    width: 150px;
  }
  #header.header.sticky .header-main .logo {
    width: 130px;
  }
  #header.header .header-right .nav-main .menu li {
    margin: 0 8px;
  }
  #header.header .header-right .nav-main .menu li.btn-contact a {
    padding: 0 25px;
  }

  .main-banner {
    height: 700px;
  }
  .main-banner .banner-conn {
    width: 410px;
  }

  .blog-item h5 {
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .btn-main, input[type=submit] {
    padding: 0 30px;
  }

  .color-list li a {
    width: 30px;
    height: 30px;
  }

  .product-detail-raw .color-wrap h6 {
    padding-right: 20px;
  }
  .product-detail-raw .btn-wrapper .btn-main {
    margin-right: 20px;
  }

  .cta-section .subscribe-form .email-input {
    width: 350px;
  }
}

	.product-detail-raw .left-conn h1 {
		display: none;
	}
  .product-detail-raw .right-conn h1 {
    display: block;
  }
@media (max-width: 1120px) {
  .container {
    width: 98%;
    padding: 0 15px;
  }

  h1 {
    font-size: 54px;
  }

  h3 {
    font-size: 24px;
  }

  p {
    font-size: 15px;
  }

  .ptb100, .ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #header.header {
    background-color: #000000;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #header.header .header-main {
    display: block;
  }
  #header.header .header-main .logo {
    width: 100px;
    position: relative;
    z-index: 111;
  }
  #header.header .header-main .logo a {
    border-width: 5px;
  }
  #header.header .header-main .header-right {
    padding-right: 20px;
    width: auto;
    margin-left: auto;
    float: right;
  }
  #header.header .header-main .header-right .res_navigation {
    width: 30px;
    display: block;
    top: 17px;
  }
  #header.header .header-main .header-right .nav-main {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -100%;
    padding-right: 0;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    background: #000000;
  }
  #header.header .header-main .header-right .nav-main .menu {
    padding: 85px 0 0;
    position: relative;
    z-index: 9;
  }
  #header.header .header-main .header-right .nav-main .menu li {
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
    -webkit-transform: translate3d(0, -80px, 0);
    -moz-transform: translate3d(0, -80px, 0);
    -ms-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }
  #header.header .header-main .header-right .nav-main .menu li.btn-contact a, #header.header .header-main .header-right .nav-main .menu li a {
    font-size: 18px !important;
    font-weight: 600;
    color: white;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 0 !important;
    background: transparent !important;
  }
  #header.header .header-main .header-right .nav-main .menu li.btn-contact a:hover, #header.header .header-main .header-right .nav-main .menu li a:hover {
    color: white;
  }
  #header.header .header-main .header-right .nav-main .menu li.btn-contact a:hover:after, #header.header .header-main .header-right .nav-main .menu li a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #header.header .header-main .header-right .nav-main .menu li.btn-contact a::after, #header.header .header-main .header-right .nav-main .menu li.btn-contact a:before, #header.header .header-main .header-right .nav-main .menu li a::after, #header.header .header-main .header-right .nav-main .menu li a:before {
    display: none;
  }
  #header.header .header-main .header-right .nav-main .menu li.current_page_item a::after {
    opacity: 1;
  }
  #header.header .header-main .header-right .nav-main.open {
    top: 0;
  }
  #header.header .header-main .header-right .nav-main.open .menu-main-menu-container {
    width: 100%;
    float: left;
  }
  #header.header .header-main .header-right .nav-main.open .menu li {
    opacity: 1;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.3s;
    -moz-transition: all 0.2s ease-out 0.3s;
    -ms-transition: all 0.2s ease-out 0.3s;
    transition: all 0.2s ease-out 0.3s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.4s;
    -moz-transition: all 0.2s ease-out 0.4s;
    -ms-transition: all 0.2s ease-out 0.4s;
    transition: all 0.2s ease-out 0.4s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.5s;
    -moz-transition: all 0.2s ease-out 0.5s;
    -ms-transition: all 0.2s ease-out 0.5s;
    transition: all 0.2s ease-out 0.5s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(5) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.6s;
    -moz-transition: all 0.2s ease-out 0.6s;
    -ms-transition: all 0.2s ease-out 0.6s;
    transition: all 0.2s ease-out 0.6s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(6) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.7s;
    -moz-transition: all 0.2s ease-out 0.7s;
    -ms-transition: all 0.2s ease-out 0.7s;
    transition: all 0.2s ease-out 0.7s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(7) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.8s;
    -moz-transition: all 0.2s ease-out 0.8s;
    -ms-transition: all 0.2s ease-out 0.8s;
    transition: all 0.2s ease-out 0.8s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(8) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.9s;
    -moz-transition: all 0.2s ease-out 0.9s;
    -ms-transition: all 0.2s ease-out 0.9s;
    transition: all 0.2s ease-out 0.9s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(9) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 1s;
    -moz-transition: all 0.2s ease-out 1s;
    -ms-transition: all 0.2s ease-out 1s;
    transition: all 0.2s ease-out 1s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(10) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 1.1s;
    -moz-transition: all 0.2s ease-out 1.1s;
    -ms-transition: all 0.2s ease-out 1.1s;
    transition: all 0.2s ease-out 1.1s;
  }
  #header.header.sticky {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  #header.header.sticky .header-main .logo {
    width: 100px;
  }

  .nav_open {
    overflow: hidden;
  }

  .main-banner {
    height: 600px;
  }
  .main-banner .banner-conn {
    width: 410px;
    top: 55%;
  }

  .blog-item h5 {
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .btn-main, input[type=submit] {
    height: 46px;
    line-height: 46px;
    font-size: 14px !important;
  }

  .hero-inner-banner-raw {
    padding-top: 120px;
  }

  .about-raw .img-wrap-col {
    padding-left: 0;
  }

  .video-raw {
    padding: 150px 0 80px;
  }

  .contact-section .contact-detail {
    padding: 25px 25px 40px;
  }
  .contact-section .contact-detail h5 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .contact-section .contact-detail .con-col h6 {
    font-size: 12px;
  }
  .contact-section .contact-detail .con-col a {
    font-size: 18px;
  }
  .contact-section .contact-detail .con-col p {
    font-size: 14px;
  }
  .contact-section .contact-detail .con-col.phone-col a {
    font-size: 26px;
  }
  .contact-section .right-conn {
    padding-left: 30px;
  }
  .contact-section .right-conn .contact-form {
    padding: 25px;
  }
  .contact-section .right-conn .contact-form form .form-raw .form-col label {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .product-detail-raw .product-detail-inner {
    padding: 20px;
  }
  .product-detail-raw h1 {
    font-size: 28px;
  }
  .product-detail-raw .characteristics-col h4 {
    font-size: 18px;
  }
  .product-detail-raw .characteristics-col ul li h5 {
    font-size: 18px;
  }

  footer#footer .footer-logo {
    width: 140px;
  }

  .cta-section .col-md-6 {
    width: 60%;
  }
  .cta-section .subscribe-form .email-input {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 98%;
    padding: 0 15px;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 14px;
  }

  .ptb100, .ptb80 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .btn-main, input[type=submit] {
    height: 46px;
    line-height: 46px;
    margin-top: 25px;
    font-size: 14px !important;
  }

  #header.header .header-main .logo {
    width: 120px;
  }
  #header.header.sticky .header-main .logo {
    width: 120px;
  }
  #header.header .header-right .nav-main .menu li a {
    font-size: 14px;
  }
  #header.header .header-right .nav-main .menu li a::before, #header.header .header-right .nav-main .menu li a::after {
    height: 4px;
  }
  #header.header .header-right .nav-main .menu li a::before {
    top: -8px;
  }
  #header.header .header-right .nav-main .menu li a::after {
    bottom: -8px;
  }

  .main-banner {
    height: 500px;
  }
  .main-banner .banner-conn {
    width: 360px;
  }
  .main-banner .banner-conn h1 {
    padding-bottom: 10px;
  }

  .home-product-section .title-raw h2 {
    margin-bottom: 25px;
  }
  .home-product-section .prod-item {
    margin-bottom: 35px;
  }
  .home-product-section .prod-item:nth-child(odd) {
    padding-right: 15px;
  }
  .home-product-section .prod-item:nth-child(even) {
    padding-left: 15px;
  }
  .home-product-section .prod-item h3 {
    font-size: 20px;
    line-height: 120%;
  }
  .home-product-section .prod-item a .conn-wrap {
    padding: 15px 20px;
  }
  .home-product-section .prod-item a .conn-wrap .arrow {
    width: 28px;
    height: 28px;
  }

  .home-blog-section .title-raw h2 {
    margin-bottom: 25px;
  }

  .blog-item h3 {
    font-size: 13px;
  }
  .blog-item .img-wrap {
    height: 100px;
  }

  footer#footer {
    padding: 55px 0;
  }
  footer#footer .first-col {
    width: 30%;
  }
  footer#footer .second-col {
    width: 40%;
  }
  footer#footer .second-col .footer-menu {
    width: auto;
  }
  footer#footer .second-col .footer-menu .menu li {
    margin-bottom: 15px;
  }
  footer#footer .second-col .footer-menu .menu li a {
    font-size: 14px;
    line-height: 120%;
    white-space: nowrap;
  }
  footer#footer .third-col {
    width: 30%;
  }
  footer#footer .third-col .social-col li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 34px;
  }

  .about-raw .about-conn {
    padding-right: 20px;
  }

  .video-raw {
    padding: 100px 0 70px;
  }
  .video-raw .video-inner .play-pause-btn {
    background-size: 70px;
  }

  .contact-cta .contact-cta-inner .left-conn {
    width: 65%;
  }
  .contact-cta .contact-cta-inner .right-conn {
    margin-left: auto;
  }
  .contact-cta .contact-cta-inner .right-conn .btn-main {
    padding: 0 25px;
    font-size: 13px !important;
  }
  .contact-cta .contact-cta-inner .right-conn .btn-main i {
    width: 22px;
    height: 22px;
  }

  .product-list-raw h1 {
    font-size: 22px;
  }
  .product-list-raw .product-item-col .color-list {
    padding: 10px 0;
  }
  .product-list-raw .product-item-col .img-wrap {
    height: 200px;
  }
  .product-list-raw .product-item-col .prod-title {
    font-size: 16px;
  }

  .product-detail-raw {
    padding-top: 145px;
  }
  .product-detail-raw h1 {
    font-size: 24px;
  }
  .product-detail-raw .btn-wrapper .btn-main {
    margin-top: 20px;
  }
  .product-detail-raw .characteristics-col {
    padding: 20px;
  }
  .product-detail-raw .characteristics-col ul li h6 {
    font-size: 13px;
  }
  .product-detail-raw .characteristics-col ul li h5 {
    font-size: 16px;
  }
  .product-detail-raw .product-content-wrap {
    padding-left: 0;
  }

  .product-detail-tab-raw .tab-raw .nav li a {
    padding: 16px;
    letter-spacing: 1px;
  }

  footer#footer .footer-logo {
    width: 100px;
  }

  .cta-section .col-md-6 {
    width: 74%;
  }
	.product-detail-row .product-image-gallery figure.slideshow-items.zoom {
		background-position: 50% 50% !important;
		background-image: none !important;
	}
	.product-detail-row .product-image-gallery figure.slideshow-items.zoom:hover img {
		opacity: 1;
	}
	.product-detail-row .product-image-gallery figure.slideshow-items.zoom img {
		transition: inherit;
	}
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  .ptb100, .ptb80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .btn-main, input[type=submit] {
    height: 46px;
    line-height: 46px;
    font-size: 14px !important;
  }

  #header.header .header-main .logo {
    width: 100px;
  }
  #header.header .header-main .header-right .res_navigation {
    top: 12px;
  }
  #header.header.sticky .header-main .logo {
    width: 100px;
  }
  #header.header .header-right .nav-main .menu li a {
    font-size: 14px;
  }
  #header.header .header-right .nav-main .menu li a::before, #header.header .header-right .nav-main .menu li a::after {
    height: 4px;
  }
  #header.header .header-right .nav-main .menu li a::before {
    top: -8px;
  }
  #header.header .header-right .nav-main .menu li a::after {
    bottom: -8px;
  }

  .main-banner {
    height: 450px;
  }

  .home-product-section .prod-item h3 {
    font-size: 16px;
  }
  .home-product-section .prod-item a .conn-wrap {
    padding: 15px;
  }
  .home-product-section .prod-item a .conn-wrap .arrow {
    width: 22px;
    height: 22px;
  }

  footer#footer {
    padding: 50px 0;
  }
  footer#footer .first-col {
    width: 100%;
    text-align: center;
  }
  footer#footer .second-col {
    margin-top: 15px;
    width: 100%;
  }
  footer#footer .second-col .footer-menu {
    width: auto;
  }
  footer#footer .second-col .footer-menu .menu {
    column-count: inherit;
    text-align: center;
  }
  footer#footer .second-col .footer-menu .menu li {
    margin: 0 8px 12px 0;
    display: inline-block;
  }
  footer#footer .second-col .footer-menu .menu li a {
    font-size: 14px;
    line-height: 120%;
    white-space: inherit;
  }
  footer#footer .third-col {
    width: 100%;
    text-align: center;
  }
  footer#footer .third-col .social-col li {
    margin: 10px 15px 0 0;
  }
  footer#footer .third-col .social-col li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 34px;
  }

  .about-raw .about-conn {
    padding: 0 0 35px;
  }
  .about-raw .img-wrap-col img.img1 {
    padding-right: 15px;
    margin-top: 40px;
  }
  .about-raw .img-wrap-col img.img2 {
    padding-left: 15px;
  }

  .hero-inner-banner-raw {
    padding: 100px 0 60px;
  }

  .video-raw {
    padding: 80px 0 70px;
  }
  .video-raw .video-inner .play-pause-btn {
    background-size: 60px;
  }

  .contact-section .right-conn {
    padding: 30px 15px 0;
  }

  .product-detail-raw {
    padding-top: 130px;
  }
  .product-detail-raw .product-detail-inner {
    padding: 15px;
  }
  .product-detail-raw .product-image-gallery {
    padding-right: 0;
    margin-top: 30px;
  }
  .product-detail-raw .product-image-gallery > img {
    width: 100%;
  }
	.product-detail-raw .right-conn {
		margin-top:30px;
	}
	.product-detail-raw .left-conn h1 {
		display: block;
	}
  .product-detail-raw .right-conn h1 {
    display: none;
  }
  .product-detail-raw .product-detail-row .left-conn {
    padding-right: 15px;
  }
  .product-detail-raw .btn-wrapper .btn-main {
    margin-right: 10px;
  }

  .product-detail-tab-raw .tab-raw .nav {
    overflow: auto;
    flex-wrap: unset;
  }
  .product-detail-tab-raw .tab-raw .nav li a {
    padding: 14px;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }

  footer#footer .footer-logo {
    margin: 0 auto;
  }

  .product-list-raw .pagination .page-numbers {
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .product-list-raw .pagination .page-numbers.prev, .product-list-raw .pagination .page-numbers.next {
    background-size: 12px;
  }

  .cta-section .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .contact-cta .contact-cta-inner {
    flex-wrap: wrap;
  }
  .contact-cta .contact-cta-inner .left-conn {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-cta .contact-cta-inner .right-conn {
    width: 100%;
    text-align: center;
  }

  .cta-section .subscribe-form .email-input {
    width: 90%;
  }
  .cta-section .subscribe-form input[type=submit] {
    margin: 15px auto 0;
    display: block;
  }
}
@media (max-width: 575px) {
  .main-banner .banner-conn {
    width: 100%;
    left: 0;
    padding: 0 15px;
  }

  .home-product-section .btn-main {
    margin-top: 30px;
  }

  .blog-item .img-wrap {
    height: auto;
  }

  footer#footer {
    padding: 40px 0;
  }

  .contact-section .contact-detail {
    padding: 25px 15px 30px;
  }
  .contact-section .right-conn .contact-form {
    padding: 25px 15px;
  }
  .contact-section .right-conn .contact-form form .form-raw .form-col.half-width {
    width: 100%;
    padding: 0 !important;
  }
  .contact-section .right-conn .contact-form form .wpcf7-submit {
    margin-top: 5px;
    font-size: 13px !important;
  }

  .product-list-raw .product-item-col .img-wrap {
    height: auto;
  }

  .testimonial-section .testimonial-slider .slick-list .testimonial-item {
    flex-wrap: wrap;
  }
  .testimonial-section .testimonial-slider .slick-list .testimonial-item .img-wrap {
    margin: 0 auto;
  }
  .testimonial-section .testimonial-slider .slick-list .testimonial-item .content-col {
    padding: 20px 0 0;
    text-align: center;
    width: 100%;
    flex: inherit;
  }
}
@media only screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
  }
}
@media (max-width: 479px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  #header.header .header-main .logo, #header.header.sticky .header-main .logo {
    width: 100px;
  }
  #header.header .header-main .header-right .nav-main .menu li a, #header.header.sticky .header-main .header-right .nav-main .menu li a {
    font-size: 16px !important;
  }

  .main-banner {
    height: 380px;
  }

  .btn-main, input[type=submit] {
    height: 46px;
    line-height: 46px;
    font-size: 14px !important;
    padding: 0 25px;
  }

  .video-raw {
    padding: 60px 0 50px;
  }
  .video-raw .video-inner .play-pause-btn {
    background-size: 50px;
  }

  .cta-section .subscribe-form .email-input {
    width: 100%;
  }

  .product-detail-raw .btn-wrapper .out-of-stock {
    clear: both;
    display: block;
    margin: 25px 0 0;
  }
}
@media (max-width: 767px) {
	.home-blog-section {
		display: none;
	}
	.home-product-section .prod-item a img {
		filter: inherit;
	}
}

figure.slideshow-items.zoom {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
}
figure.slideshow-items.zoom:hover img {
  opacity: 0;
}
figure.slideshow-items.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}
.thumbnail-row .slideshow-thumbnails {cursor:pointer;}
form .form-raw .form-col .wpcf7-form-control-wrap input[type=email] {
	text-transform:lowercase !important;
}
form .form-raw .form-col .wpcf7-form-control-wrap input[type=email]::-webkit-input-placeholder { 
  text-transform: capitalize;
}
form .form-raw .form-col .wpcf7-form-control-wrap input[type=email]::-moz-placeholder { 
  text-transform: capitalize;
}
form .form-raw .form-col .wpcf7-form-control-wrap input[type=email]:-ms-input-placeholder { 
  text-transform: capitalize;
}
form .form-raw .form-col .wpcf7-form-control-wrap input[type=email]:-moz-placeholder { 
  text-transform: capitalize;
}
.bottom-bar{background:rgba(255,255,255,0.2);}
.bottom-bar p {font-size:14px;padding: 10px 0; color:rgba(255, 255, 255, 0.5);}
.product-list-raw .product-item-col .img-wrap a {height: 100%;width:100%;}
footer#footer .first-col p.mt0 {margin-top:10px;font-size:12px}
nav.navigation.posts-navigation {display: none;}
footer#footer .second-col .footer-menu .menu {column-count: inherit;}
footer#footer .second-col .footer-menu .menu li {width:50%;float:left;}
@media (max-width: 767px) {
  footer#footer .second-col .footer-menu .menu li{float:inherit;width:auto;}
}
/*# sourceMappingURL=style.css.map */

.pt100 {
	padding-top: 100px;
}
@media (max-width: 1120px) {
	.pt100 {
		padding-top: 80px;
	}
}
@media (max-width: 991px) {
	.pt100 {
		padding-top: 80px;
	}
}
@media (max-width: 767px) {
	.pt100 {
		padding-top: 60px;
	}
}

.what-we-do-section {
	text-align: center;
}
.what-we-do-section .title-raw {
    padding-bottom: 20px;
	display: inline-block;
}
.what-we-do-section h6 {
	margin-top: 30px;
}
.what-we-do-section .what-we-do-box {
	padding: 60px 30px;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	flex-direction: column;
}
.what-we-do-section .border-sep {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.what-we-do-section .border-sep.border-top,
.what-we-do-section .border-sep.border-bottom {
	width: 80%;
	height: 1px;
	margin: 0 auto;
}
.what-we-do-section .border-sep.border-top {
	top: 0;
	left: 0;
	right: 0;
}
.what-we-do-section .border-sep.border-bottom {
	bottom: 0;
	left: 0;
	right: 0;
}
.what-we-do-section .border-sep.border-left,
.what-we-do-section .border-sep.border-right {
	height: 80%;
	width: 1px;
	margin: auto 0;
}
.what-we-do-section .border-sep.border-left {
	top: 0;
	left: 0;
	bottom: 0;
}
.what-we-do-section .border-sep.border-right {
	top: 0;
	right: 0;
	bottom: 0;
}
.what-we-do-section .what-we-do-col:nth-last-child(-n + 3) span.border-sep.border-top {
	border: 0 !important;
}
.what-we-do-section .what-we-do-box {
	width: 100%;
}
.what-we-do-section .what-we-do-box img {
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
	max-width: 80px;
	max-height: 80px;
	margin: 0 auto;
}
.what-we-do-section .what-we-do-box:hover img {
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.what-we-do-imgbox {
    width: 100%;
}
@media (max-width: 991px) {
	.what-we-do-section .what-we-do-box {
		padding: 40px 25px;
	}
}
@media (max-width: 767px) {
	.pt100 {
		padding-top: 60px;
	}
	.what-we-do-section .what-we-do-col:nth-last-child(-n + 3) span.border-sep.border-top {
		border: 1px solid rgba(255, 255, 255, 0.2) !important;
	}
	.what-we-do-section .row {
		display: inline-flex;
		flex-wrap: nowrap;
	}
	.what-we-do-section .what-we-do-box {
		padding: 30px 15px;
	}
	.what-we-do-section .what-we-do-box img {
		max-width: 70px;
		max-height: 70px;
	}
}
@media (max-width: 479px) {
	.what-we-do-section h6 {
		font-size: 16px;
	}
}
.what-we-do-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .what-we-do-wrap .what-we-do-col {
    width: 33.333%;
  }
  .what-we-do-wrap .what-we-do-col:nth-child(2) .border-sep.border-left,
  .what-we-do-wrap .what-we-do-col:nth-child(3) .border-sep.border-left,
  .what-we-do-wrap .what-we-do-col:nth-child(5) .border-sep.border-left,
  .what-we-do-wrap .what-we-do-col:nth-child(6) .border-sep.border-left {
    display: none;
  }
  @media (max-width: 767px) {
    .what-we-do-wrap .what-we-do-col {
      width: 50%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
    }
    .what-we-do-wrap .what-we-do-col:nth-child(3) .border-sep.border-left,
    .what-we-do-wrap .what-we-do-col:nth-child(5) .border-sep.border-left {
      display: block;
    }
    .what-we-do-wrap .what-we-do-col:nth-child(2) .border-sep.border-left,
    .what-we-do-wrap .what-we-do-col:nth-child(4) .border-sep.border-left,
    .what-we-do-wrap .what-we-do-col:nth-child(6) .border-sep.border-left,
    .what-we-do-wrap .what-we-do-col:nth-last-child(-n + 4) span.border-sep.border-top {
      display: none;
    }
    .what-we-do-section h6 {
      margin-top: 20px;
      clear: both;
    }
    .what-we-do-section .title-raw {
        padding-bottom: 5px;
    }
    .what-we-do-section h6 br {
      display: none;
    }
  }
