/****************************** ****************************** 
                           Reset CSS
  ****************************** *****************************/ 
:root {
  font-size: 14px;
  --primary: #0D0F11;
  --secondary: #C69D3E;
  --white: #FFFFFF;
  --gray: #64748B;
  --gray1: #4B5768;
  --gray2: #D0D5DD;
  --lightGray: #4B5768;
  --bgWhite: 255, 255, 255;
  --shadowGray: 74, 84, 105;
  --font-family-body: 'Inter', sans-serif;
  --font-family-heading: 'Poppins', sans-serif;
}
/**/
@media (min-width: 768px) {
  :root {
    font-size: 14.5px;
  }
}
@media (min-width: 992px) {
  :root {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: 16px;
  }
}
body {
  font-family: var(--font-family-body);
  font-weight: 400;
  color: var(--gray);
  background: rgba(var(--bgWhite), 1.0);
}
body, html {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
a {
  color: var(--primary);
  text-decoration: none;
  outline: none;
}
a:hover {
  color: var(--secondary);
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none
}
.mark, mark {
  padding: 0;
}
/*Wrap Reset*/
.alert-primary {
  color: var(--gray);
  background-color: var(--lightGray);
  border-color: rgba(var(--shadowGray), 0.08);
}
.wf-loading .wrap, .wf-loading .wrapper {
  font: 400 1rem/2 sans-serif;
}
.wf-loading .wrap h1, .wf-loading .wrap h2, .wf-loading .wrap h3, .wf-loading .wrap h4, .wf-loading .wrapper h1, .wf-loading .wrapper h2, .wf-loading .wrapper h3, .wf-loading .wrapper h4 {
  font-family: serif;
}
body > .wrap, body > .wrapper {
  font: 400 1rem/1.6 var(--font-family-body);
  color: var(--gray1);
}
body > .wrap h1, body > .wrap h2, body > .wrap h3, body > .wrap h4, body > .wrap h5, body > .wrap h6, body > .wrapper h1, body > .wrapper h2, body > .wrapper h3, body > .wrapper h4, body > .wrapper h5, body > .wrapper h6 {
  color: var(--primary);
  font: 400 2rem/1.25 var(--font-family-heading);
}
body > .wrap h2, body > .wrapper h2 {
  font-size: 1.75rem;
}
body > .wrap h3, body > .wrapper h3 {
  font-size: 1.375rem;
}
body > .wrap h4, body > .wrapper h4 {
  font-size: 1.125rem;
}
body > .wrap h5, body > .wrapper h5 {
  font-size: 0.875rem;
}
body > .wrap h6, body > .wrapper h6 {
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  body > .wrap h1, body > .wrapper h1 {
    font-size: 2.25rem;
  }
  body > .wrap h2, body > .wrapper h2 {
    font-size: 2rem;
  }
  body > .wrap h3, body > .wrapper h3 {
    font-size: 1.5rem;
  }
  body > .wrap h4, body > .wrapper h4 {
    font-size: 1.25rem;
  }
  body > .wrap h5, body > .wrapper h5 {
    font-size: 1rem;
  }
  body > .wrap h6, body > .wrapper h6 {
    font-size: 0.875rem;
  }
}
@media (min-width:768px) {
  body > .wrap h1, body > .wrapper h1 {
    font-size: 2.5rem;
  }
  body > .wrap h2, body > .wrapper h2 {
    font-size: 2.375rem;
  }
  body > .wrap h3, body > .wrapper h3 {
    font-size: 1.75rem;
  }
  body > .wrap h4, body > .wrapper h4 {
    font-size: 1.375rem;
  }
  body > .wrap h5, body > .wrapper h5 {
    font-size: 1.125rem;
  }
  body > .wrap h6, body > .wrapper h6 {
    font-size: 1rem;
  }
}
@media (min-width:992px) {
  body > .wrap h1, body > .wrapper h1 {
    font-size: 3rem;
  }
  body > .wrap h2, body > .wrapper h2 {
    font-size: 2.625rem;
  }
  body > .wrap h3, body > .wrapper h3 {
    font-size: 2rem;
  }
  body > .wrap h4, body > .wrapper h4 {
    font-size: 1.5rem;
  }
  body > .wrap h5, body > .wrapper h5 {
    font-size: 1.25rem;
  }
  body > .wrap h6, body > .wrapper h6 {
    font-size: 1.125rem;
  }
}
@media (min-width:1200px) {
  body > .wrap h1, body > .wrapper h1 {
    font-size: 3.5rem;
  }
  body > .wrap h2, body > .wrapper h2 {
    font-size: 2.875rem;
  }
  body > .wrap h3, body > .wrapper h3 {
    font-size: 2.25rem;
  }
  body > .wrap h4, body > .wrapper h4 {
    font-size: 1.75rem;
  }
  body > .wrap h5, body > .wrapper h5 {
    font-size: 1.375rem;
  }
  body > .wrap h6, body > .wrapper h6 {
    font-size: 1.25rem;
  }
}
@media (min-width:1400px) {
  body > .wrap h1, body > .wrapper h1 {
    font-size: 3.75rem;
    letter-spacing: -0.01em;
  }
  body > .wrap h2, body > .wrapper h2 {
    font-size: 3rem;
  }
  body > .wrap h3, body > .wrapper h3 {
    font-size: 2.5rem;
  }
  body > .wrap h4, body > .wrapper h4 {
    font-size: 1.875rem;
  }
  body > .wrap h5, body > .wrapper h5 {
    font-size: 1.5rem;
  }
  body > .wrap h6, body > .wrapper h6 {
    font-size: 1.375rem;
  }
}
body > .wrap p, body > .wrapper p {
  margin: 1.6rem 0;
}
body > .wrap p:last-child, body > .wrapper p:last-child {
  margin-bottom: 0;
}
body > .wrap .wrap, body > .wrapper .wrap {
  padding-top: 0;
}
main.content > section, main.content > form > section, body.single-post main.content .entry-content > section, main.content > section.product-detail-page > section, body.single-post main.content .entry-content > section.product-detail-page > section, body.single-case_study main.content .entry-content > section, body.single-case_study main.content .entry-content > section.product-detail-page > section {
  position: relative;
}
main.content a:not([class]) {
  color: var(--primary);
  text-decoration: none;
  font-weight: 400;
}
main.content a:not([class]):hover {
  text-decoration: underline;
}
main.content img {
  max-width: 100%;
  height: auto;
}
main.content > section.zdcb-page-title-block {
  position: relative;
  padding: 3rem 0;
}
@media (min-width:768px) {
  main.content > section.zdcb-page-title-block {
    padding: 5rem 0;
  }
}
@media (min-width:992px) {
  main.content > section.zdcb-page-title-block {
    padding: 6.5rem 0;
  }
}
/****************************** ****************************** 
                  Split Screen CSS
****************************** *****************************/
.split-main {
  height: 100vh;
  min-height: 18em;
}
.split-pane {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50%;
  min-height: 9em;
  overflow: hidden;
}
@media(min-width: 768px) {
  .split-pane {
    height: 100%;
  }
}
.split-pane .split-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.split-pane .split-video video {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.split-pane .split-video::before {
  background-color: #000000;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.55;
  transition: opacity .25s ease;
}
.split-pane:hover .split-video::before {
  background-color: #000000;
  opacity: 0.4 !important;
}
.split-pane .split-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.split-content-wrap {
  max-width: 285px;
  text-align: center;
}
.split-logo {
  width: 100%;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .split-logo {
    width: 75%;
  }
}
.split-btn {
  background-color: transparent;
  border: 1px solid var(--white);
  border-radius: 25rem;
  font-family: var(--font-family-body);
  font-weight: 500;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  min-width: 180px;
  color: var(--white);
  display: inline-block;
  margin-top: 4rem;
  transition: all .15s ease-in-out;
}
.split-btn:hover {
  color: var(--primary);
  background-color: var(--white);
  border-color: var(--white);
}
/*Page Title Block*/
.zdcb-page-title-block {
  position: relative;
}
.zdcb-page-title-block.has-background hr {
  display: none;
}
.zdcb-page-title-block.has-background hr {
  display: block;
  position: absolute;
  z-index: -1;
  background: var(--whitesmoke);
  border: 0;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.zdcb-page-title-block.has-background {
  display: block;
  position: absolute;
  z-index: -1;
  background-color: var(--whitesmoke);
  border: 0;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 1;
  overflow: inherit;
}
.zdcb-page-title-block hr {
  height: calc(100% + 10rem);
  display: none;
}
.zdcb-page-title-block + section {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .blog .zdcb-page-title-block .col-12 {
    padding: 0 8em;
  }
}
.zdcb-page-title-block h1 {
  font: 400 3rem var(--font-family-body);
  color: var(--primary);
  letter-spacing: -0.04em;
}
.zdcb-page-title-block p {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .zdcb-page-title-block p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .zdcb-page-title-block p {
    font-size: 1.125rem;
  }
}
/*Social*/
.socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.socials ul li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 8px 0;
}
.socials ul li a {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid var(--secondary);
  border-radius: 50%;
  color: var(--secondary);
  font-size: 1rem;
  line-height: 32px;
  align-items: center;
  justify-content: center;
}
.socials ul li a:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}
/*Footer CSS*/
footer.site-footer {
  background-color: #000;
  position: relative;
}
@media (max-width: 767.98px) {
  footer.site-footer {
    text-align: center;
  }
}
footer.site-footer a {
  transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
  footer.site-footer {
    text-align: left;
  }
  footer.site-footer .brand img, footer.site-footer .brand svg {
    margin: auto;
    display: block;
    margin-bottom: 30px !important;
  }
}
/**/
.footer-mid {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
footer.site-footer .socials ul li a {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid var(--gray2);
  border-radius: 50%;
  color: var(--gray2);
  font-size: 1rem;
  line-height: 32px;
  align-items: center;
  justify-content: center;
}
footer.site-footer .socials ul li a:hover {
  border: 1px solid var(--white);
  background: var(--white);
  color: var(--primary);
}
@media (min-width: 992px) {
  .footer-mid {
    margin: 5rem 0;
  }
}
footer.site-footer .brand img, footer.site-footer .brand svg {
  width: 180px;
}
@media (max-width: 1200px) and (min-width: 576px) {
  footer.site-footer .brand img, footer.site-footer .brand svg {
    width: 225px;
  }
}
@media (min-width: 1200px) {
  footer.site-footer .brand img, footer.site-footer .brand svg {
    width: 297px;
  }
}
@media (min-width: 1400px) {
  footer.site-footer .brand img, footer.site-footer .brand svg {
    width: 297px;
  }
}
.footer-contact-detail {
  max-width: 100%;
  padding-top: 0rem;
}
@media (min-width: 992px) {
  .footer-contact-detail {
    padding-top: 0rem;
  }
}
.footer-contact-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-contact-detail ul li {
  margin: 10px 0;
  font-size: 1rem;
  font-weight: 400;
}
@media(max-width: 1399.97px) and (min-width: 992px) {
  .footer-contact-detail ul li {
    font-size: 0.75rem;
  }
}
.footer-contact-detail ul li svg {
  width: 22px;
}
@media(max-width: 1399.97px) and (min-width: 992px) {
  .footer-contact-detail ul li svg {
    width: 18px;
  }
}
@media (min-width: 992px) {
  .footer-contact-detail ul li svg {
    float: left;
    color: var(--white);
  }
}
.footer-contact-detail ul li span {
  overflow: hidden;
  display: block;
  padding-left: 10px;
  color: var(--borderGray);
  max-width: 340px;
}
@media (max-width: 991.98px) {
  .footer-contact-detail ul li span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    max-width: 280px;
  }
}
.footer-contact-detail ul li a {
  color: var(--gray2);
}
.footer-contact-detail ul li a:hover {
  color: var(--white);
}
/**/
footer.site-footer .socials {
  padding-top: 1.5rem;
  padding-bottom: 0;
}
footer.site-footer .socials ul li {
  margin: 0 10px 0 0;
  padding: 0;
}
footer.site-footer .socials ul li:last-child {
  margin-right: 0;
}
/**/
footer.site-footer .widget__title {
  font-family: var(--font-family-heading);
  color: var(--white);
  font-size: 1.43rem;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 33px;
}
@media(max-width: 1399.97px) and (min-width: 992px) {
  footer.site-footer .widget__title {
    margin-bottom: 20px;
  }
}
footer.site-footer .widget__title:first-child {
  margin-top: 0;
}
footer.site-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.site-footer .menu li {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 400;
}
@media(max-width: 1399.97px) and (min-width: 992px) {
  footer.site-footer .menu li {
    font-size: 0.75rem;
  }
}
footer.site-footer .menu li:first-child {
  margin-top: 0;
}
footer.site-footer .menu li a {
  color: var(--gray2);
}
footer.site-footer .menu li a:hover {
  color: var(--white);
}
@media (max-width: 991.98px) {
  footer.site-footer .widget__title {
    margin-bottom: 20px;
    margin-top: 20px !important;
  }
}
@media (max-width: 767.98px) {
  footer.site-footer .widget__title {
    margin-bottom: 20px;
    margin-top: 20px !important;
  }
  footer.site-footer .socials ul {
    justify-content: flex-start;
  }
  .footer-contact-detail ul li span {
    max-width: 200px;
  }
  .footer-bot {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .footer-contact-detail ul li span {
    max-width: 100%;
    display: block;
    padding-left: 0;
  }
  footer.site-footer {
    text-align: center;
  }
  footer.site-footer .socials ul {
    justify-content: center;
  }
  footer.site-footer .brand img, footer.site-footer .brand svg {
    margin-bottom: 0px !important;
  }
}
/**/
.footer-bot {
  padding: 1.5rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--white);
  margin-top: 0rem;
  background: var(--primary);
}
.footer-bot a {
  color: var(--white);
}
.footer-bot a:hover {
  color: var(--white);
}