* {
  box-sizing: border-box;
}

body {
  background-image: url("../images/page-bg-img.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.page-template-template-assets {
  background-position: center;
  background-size: auto;
  background-repeat: repeat;
}
body.page-template-template-assets main.site-content {
  max-width: 1160px;
  padding: 100px 20px;
  margin: 100px auto;
  width: calc(100% - 140px);
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 100px;
}
@media (max-width: 991px) {
  body.page-template-template-assets main.site-content {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 80px 20px;
    gap: 80px;
  }
}
@media (max-width: 767px) {
  body.page-template-template-assets main.site-content {
    margin-top: 50px;
    margin-bottom: 50px;
    width: calc(100% - 70px);
    padding: 50px 20px;
    gap: 50px;
  }
}
body.page-template-template-assets main.site-content section,
body.page-template-template-assets main.site-content div {
  padding: 0;
}
body.page-template-template-assets main.site-content section .row,
body.page-template-template-assets main.site-content div .row {
  margin: 0;
}
body.page-template-template-assets main.site-content section .col,
body.page-template-template-assets main.site-content section .container,
body.page-template-template-assets main.site-content div .col,
body.page-template-template-assets main.site-content div .container {
  padding: 0;
}
body.page-template-template-assets .fixed-text {
  position: fixed;
  bottom: 140px;
  left: 0;
  transform: rotate(-90deg);
  -ms-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  font-size: 75px;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: vertical-text;
  z-index: 11;
  font-weight: bold;
  font-family: "Atlassian Sans Ext";
  letter-spacing: 1px;
  line-height: 1;
}
@media (max-width: 1550px) {
  body.page-template-template-assets .fixed-text {
    left: -80px;
  }
}
@media (max-width: 1400px) {
  body.page-template-template-assets .fixed-text {
    left: -115px;
  }
}
@media (max-width: 991px) {
  body.page-template-template-assets .fixed-text {
    font-size: 60px;
    left: -85px;
  }
}
@media (max-width: 767px) {
  body.page-template-template-assets .fixed-text {
    font-size: 30px;
    left: -45px;
    bottom: 65px;
  }
}

main {
  height: 100%;
  min-height: calc(100vh - 173px);
}
@media (max-width: 600px) {
  main {
    min-height: calc(100vh - 205px);
  }
}

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

.container {
  max-width: 1160px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.container-large {
  max-width: 1785px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-section-large-bottom {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .padding-section-large-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-large-bottom {
    padding-bottom: 50px;
  }
}

.padding-section-large-top {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .padding-section-large-top {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-large-top {
    padding-top: 50px;
  }
}

.padding-section-large {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .padding-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.padding-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .padding-section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.max-width-large {
  max-width: 768px;
}

.margin-top {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.margin-top.margin-xsmall, .margin-top.margin-small, .margin-top.margin-medium, .margin-top.margin-xxlarge {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.margin-bottom {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-xxlarge {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.margin-xsmall {
  margin: 15px;
}

.margin-small {
  margin: 24px;
}
@media (max-width: 767px) {
  .margin-small {
    margin: 20px;
  }
}

.margin-medium {
  margin: 32px;
}
@media (max-width: 767px) {
  .margin-medium {
    margin: 24px;
  }
}

.margin-xxlarge {
  margin: 80px;
}
@media (max-width: 991px) {
  .margin-xxlarge {
    margin: 72px;
  }
}
@media (max-width: 767px) {
  .margin-xxlarge {
    margin: 48px;
  }
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-extrabold {
  font-weight: 900;
}

.text-size-medium {
  font-size: 18px;
}
@media (max-width: 767px) {
  .text-size-medium {
    font-size: 16px;
  }
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .horizontal-line {
    margin-bottom: 20px;
  }
}

.text-size-small {
  font-size: 14px;
}

.text-size-tiny {
  font-size: 12px;
}

a {
  color: #000000;
  transition: all 0.3s linear;
}
a:hover {
  color: #333333;
}

.text-link {
  text-decoration: underline;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "david";
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}

.w-form {
  margin: 0 0 15px;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #333333;
}

.form-input {
  height: auto;
  min-height: 44px;
  margin-bottom: 0px;
  padding: 8px 12px;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #000000;
  color: #ffffff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.w-button:hover {
  background-color: transparent;
  color: #000000;
}

.button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

input.w-button {
  -webkit-appearance: button;
}

.w-layout-grid {
  display: grid;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .w-layout-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .w-layout-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 550px) {
  .w-layout-grid {
    grid-template-columns: 1fr;
  }
}

.text-color-white {
  color: #ffffff;
}

.relative {
  position: relative;
}

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

.heading-style-h1 {
  font-family: "david";
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 991px) {
  .heading-style-h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .heading-style-h1 {
    font-size: 40px;
  }
}

.heading-style-h2 {
  font-family: "david";
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 991px) {
  .heading-style-h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .heading-style-h2 {
    font-size: 36px;
  }
}

.heading-style-h3 {
  font-family: "david";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .heading-style-h3 {
    font-size: 32px;
  }
}

.heading-style-h4 {
  font-family: "david";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
}
@media (max-width: 991px) {
  .heading-style-h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .heading-style-h4 {
    font-size: 24px;
  }
}

.heading-style-h5 {
  font-family: "david";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .heading-style-h5 {
    font-size: 20px;
  }
}

.heading-style-h6 {
  font-family: "david";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .heading-style-h6 {
    font-size: 18px;
  }
}

img.alignright {
  margin-left: auto;
  margin-right: 0;
  display: flex;
}
img.alignleft {
  margin-left: 0;
  margin-right: auto;
  display: flex;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

@font-face {
  font-family: "david";
  src: url("../fonts/david.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body, p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  font-family: "david";
  color: #000000;
}

h1 {
  font-family: "david";
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #000000;
}
@media (max-width: 991px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-family: "david";
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #000000;
}
@media (max-width: 991px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-family: "david";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #000000;
}
@media (max-width: 767px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-family: "david";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #000000;
}
@media (max-width: 991px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-family: "david";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #000000;
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "david";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #000000;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

header .header-contianer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 15px;
}
header .heading-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-flow: wrap;
}
header .heading-inner .logo-box a {
  font-weight: 600;
}
header .button-group {
  display: none;
  margin: 0;
}
@media (max-width: 767px) {
  header .button-group {
    display: block;
    z-index: 2;
  }
}
header .button-group .humbergar-menu {
  line-height: 0;
}
header .button-group .humbergar-menu img {
  max-width: 27px;
}
header .button-group .humbergar-menu img.close-symbol {
  display: none;
}
header .primary-inner {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  header .primary-inner {
    gap: 20px;
  }
}
header .primary-inner ul {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 30px;
}
header .primary-inner ul li a {
  display: flex;
  padding: 0;
  font-weight: 600;
}
header .primary-inner .social-wrapper a {
  overflow: hidden;
  border-radius: 100%;
}
header .primary-inner .social-wrapper a:hover img {
  transform: scale(1.3);
}
header .primary-inner .social-wrapper a img {
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  header .primary-inner .menu-wrapper {
    background-image: url(../images/page-bg-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: all 0.3s linear;
    z-index: 1;
  }
  header .primary-inner .menu-wrapper ul {
    flex-flow: column;
    gap: 15px;
    padding: 90px 15px;
  }
}
header.menu-open .button-group .humbergar-menu img.close-symbol {
  display: block;
}
header.menu-open .button-group .humbergar-menu img.menu-symbol {
  display: none;
}
header.menu-open .menu-wrapper {
  transform: translateX(0);
}

footer .footer-contianer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 15px;
}
footer .site-info {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-flow: wrap;
  align-items: center;
}
@media (max-width: 600px) {
  footer .site-info {
    gap: 10px;
    flex-flow: column;
    align-items: center;
  }
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.button-group.is-center {
  justify-content: center;
}

.btn {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out;
  border: 1px solid #000000;
  padding: 12px 24px;
  line-height: 22px;
}
.btn.is-alternate:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-small {
  padding: 8px 24px 8px 24px;
}
.btn.left-icon {
  padding: 12px 24px 12px 52px;
}
.btn.left-icon.btn-small {
  padding: 8px 24px 8px 52px;
}
.btn.left-icon::before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(../images/btn.svg);
  background-repeat: no-repeat;
  background-position: 24px;
  background-size: auto;
  transition: all 0.4s ease-in-out;
}
.btn.left-icon:hover::before {
  transition: all 0.4s ease-in-out;
  background-image: url(../images/btn-icon.svg);
}
.btn.left-icon.link {
  background-color: transparent;
  border: none;
  color: #000000;
}
.btn.left-icon.link::before {
  background-image: url(../images/btn-icon.svg);
}
.btn.left-icon.link:hover {
  background-color: transparent;
  border: none;
}
.btn:active, .btn:focus, .btn:hover {
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: #000000;
}

.primary-btn {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out;
  border: 1px solid #000000;
  padding: 12px 24px;
  line-height: 22px;
  background-color: transparent;
  color: #000000;
}
.primary-btn.is-alternate {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.primary-btn.btn-small {
  padding: 8px 24px 8px 24px;
}
.primary-btn.left-icon {
  padding: 12px 24px 12px 52px;
}
.primary-btn.left-icon.btn-small {
  padding: 8px 24px 8px 52px;
}
.primary-btn.left-icon::before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(../images/btn-icon.svg);
  background-repeat: no-repeat;
  background-position: 24px;
  background-size: auto;
  transition: all 0.4s ease-in-out;
}
.primary-btn.left-icon:hover::before {
  transition: all 0.4s ease-in-out;
  background-image: url(../images/btn.svg);
}
.primary-btn.link {
  background-color: transparent;
  border: none;
}
.primary-btn.link::before {
  background-image: url(../images/btn-icon.svg);
}
.primary-btn.link:hover::before {
  background-image: url(../images/btn-icon.svg);
}
.primary-btn.link:hover {
  background-color: transparent;
  border: none;
  color: #000000;
}
.primary-btn:active, .primary-btn:focus, .primary-btn:hover {
  transition: all 0.4s ease-in-out;
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

.secondary-btn {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out;
  border: 1px solid #000000;
  padding: 12px 24px;
  line-height: 22px;
  background-color: #ffffff;
  color: #000000;
}
.secondary-btn.btn-small {
  padding: 8px 24px 8px 24px;
}
.secondary-btn.left-icon {
  padding: 12px 52px 12px 24px;
}
.secondary-btn.left-icon.btn-small {
  padding: 8px 52px 8px 24px;
}
.secondary-btn.left-icon::before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(../images/btn-icon.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
  transition: all 0.4s ease-in-out;
  right: 24px;
}
.secondary-btn.left-icon:hover::before {
  transition: all 0.4s ease-in-out;
  background-image: url(../images/btn.svg);
}
.secondary-btn.link {
  background-color: transparent;
  border: none;
}
.secondary-btn.link::before {
  background-image: url(../images/btn-icon.svg);
}
.secondary-btn.link:hover::before {
  background-image: url(../images/btn-icon.svg);
}
.secondary-btn.link:hover {
  background-color: transparent;
  border: none;
  color: #000000;
}
.secondary-btn:active, .secondary-btn:focus, .secondary-btn:hover {
  transition: all 0.4s ease-in-out;
  background-color: #000000;
  color: #ffffff;
}

.general_content h2 {
  text-transform: capitalize;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .general_content h2 {
    margin-bottom: 30px;
  }
}
.general_content p {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .general_content p {
    margin-bottom: 15px;
  }
}
.general_content p:last-child {
  margin-bottom: 0;
}
.general_content p span {
  width: 50%;
  display: inline-block;
}
@media (max-width: 767px) {
  .general_content p span {
    width: 100%;
    display: flex;
  }
}
.general_content a {
  text-decoration: underline;
}
.general_content .post-title {
  margin: 30px 0;
}
.general_content .post-title:first-child {
  margin-top: 0;
}
.general_content .post-title:last-child {
  margin-bottom: 0;
}
.general_content .post-img {
  margin-bottom: 30px;
  line-height: 0;
}
.general_content ul {
  display: flex;
  flex-flow: column;
  gap: 10px;
  padding: 30px 0;
}
.general_content ul li {
  list-style: disc;
  list-style-position: inside;
}
.general_content ol {
  display: flex;
  flex-flow: column;
  gap: 10px;
  padding: 0px 0 30px;
}
.general_content ol li {
  list-style: auto;
  list-style-position: inside;
}

.home .general_content p a {
  font-style: italic;
}
.home .general_content h2 {
  text-transform: unset;
  font-size: 24px;
}

.work_list_section .photos-gallery {
  line-height: 0;
}
.work_list_section .photos-gallery .picture {
  overflow: hidden;
}
@media (max-width: 576px) {
  .work_list_section .photos-gallery .picture {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.work_list_section .photos-gallery .picture > img {
  max-width: 100%;
  max-height: 100%;
}
.work_list_section .photos-gallery .picture .share-trigger {
  pointer-events: none;
  display: none;
}
.work_list_section .photos-gallery .picture .share-trigger img {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 1;
}
.work_list_section .photos-gallery .picture .work-post-link {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .work_list_section .photos-gallery .picture .work-post-link img {
    width: 100% !important;
    height: auto !important;
  }
}
.work_list_section .photos-gallery .picture:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  z-index: 0;
  transform: translateY(100%);
  transition: all 0.3s linear;
}
.work_list_section .photos-gallery .picture:hover:after {
  transform: translateY(0);
}
.work_list_section .photos-gallery .picture:hover a img {
  opacity: 1;
}

.pop-up-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.pop-up-modal .modal-inner {
  position: relative;
  background: #ffffff;
  max-width: 600px;
  width: 90%;
  max-height: -moz-max-content;
  max-height: max-content;
  height: 90vh;
  padding: 100px;
}
@media (max-width: 991px) {
  .pop-up-modal .modal-inner {
    padding: 100px 50px;
  }
}
@media (max-width: 600px) {
  .pop-up-modal .modal-inner {
    padding: 100px 20px;
  }
}
.pop-up-modal .modal-close {
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.pop-up-modal .modal-content {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.pop-up-modal .social {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .pop-up-modal .social {
    gap: 10px;
  }
}
.pop-up-modal .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 35px;
  max-width: 35px;
  overflow: hidden;
  border-radius: 100%;
}
.pop-up-modal .social a img {
  transition: all 0.3s linear;
}
.pop-up-modal .social a:hover img {
  transform: scale(1.3);
}
.pop-up-modal .form-group {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.pop-up-modal .form-group button {
  cursor: pointer;
  background: #000000;
  width: 100%;
  max-width: 35px;
  padding: 8px;
  border: 1px solid #000000;
  transition: all 0.3s linear;
  border-left: none;
}
.pop-up-modal .form-group button:hover {
  background: transparent;
}
.pop-up-modal .form-group button:hover img {
  filter: none;
}
.pop-up-modal .form-group button img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(61%) saturate(494%) hue-rotate(306deg) brightness(124%) contrast(100%);
}
.pop-up-modal .form-group input {
  margin: 0;
  box-shadow: none;
  outline: none;
  border: 1px solid #000000;
}

.single-work-detail .content-box {
  display: flex;
  flex-flow: wrap;
  gap: 50px;
}
.single-work-detail .content-box .images-wrap,
.single-work-detail .content-box .gallery-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 50px;
}
@media (max-width: 1024px) {
  .single-work-detail .content-box .images-wrap,
  .single-work-detail .content-box .gallery-wrap {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .single-work-detail .content-box {
    gap: 30px;
  }
}
.single-work-detail .content-main-wrapper {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .single-work-detail .content-main-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 500px) {
  .single-work-detail .content-main-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-work-detail .content-main-wrapper .navigation .button-prev,
.single-work-detail .content-main-wrapper .navigation .button-next {
  top: 100px;
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .single-work-detail .content-main-wrapper .navigation .button-prev,
  .single-work-detail .content-main-wrapper .navigation .button-next {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .single-work-detail .content-main-wrapper .navigation .button-prev,
  .single-work-detail .content-main-wrapper .navigation .button-next {
    width: 20px;
    height: 20px;
  }
}
.single-work-detail .content-main-wrapper .navigation .button-prev a,
.single-work-detail .content-main-wrapper .navigation .button-next a {
  font-size: 0;
  line-height: 0;
  background-image: url(../images/navigation-aerrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 48px;
}
.single-work-detail .content-main-wrapper .navigation .button-prev {
  left: 0;
}
.single-work-detail .content-main-wrapper .navigation .button-next {
  right: 0;
}
.single-work-detail .content-main-wrapper .navigation .button-next a {
  transform: rotate(180deg);
}

.img-with-text,
.img-width-img,
.img-width-video,
.video-with-text {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-flow: wrap;
  gap: 50px;
}
@media (max-width: 1024px) {
  .img-with-text,
  .img-width-img,
  .img-width-video,
  .video-with-text {
    gap: 30px;
  }
}
.img-with-text > div,
.img-width-img > div,
.img-width-video > div,
.video-with-text > div {
  width: 100%;
  max-width: calc(50% - 25px);
}
@media (max-width: 1024px) {
  .img-with-text > div,
  .img-width-img > div,
  .img-width-video > div,
  .video-with-text > div {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .img-with-text > div,
  .img-width-img > div,
  .img-width-video > div,
  .video-with-text > div {
    max-width: 100%;
  }
}
.img-with-text > div.text-wrap,
.img-width-img > div.text-wrap,
.img-width-video > div.text-wrap,
.video-with-text > div.text-wrap {
  text-align: right;
}
.img-with-text > div.text-wrap h6,
.img-with-text > div.text-wrap h1,
.img-width-img > div.text-wrap h6,
.img-width-img > div.text-wrap h1,
.img-width-video > div.text-wrap h6,
.img-width-video > div.text-wrap h1,
.video-with-text > div.text-wrap h6,
.video-with-text > div.text-wrap h1 {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .img-with-text > div.text-wrap h6,
  .img-with-text > div.text-wrap h1,
  .img-width-img > div.text-wrap h6,
  .img-width-img > div.text-wrap h1,
  .img-width-video > div.text-wrap h6,
  .img-width-video > div.text-wrap h1,
  .video-with-text > div.text-wrap h6,
  .video-with-text > div.text-wrap h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .img-with-text > div.text-wrap h6,
  .img-with-text > div.text-wrap h1,
  .img-width-img > div.text-wrap h6,
  .img-width-img > div.text-wrap h1,
  .img-width-video > div.text-wrap h6,
  .img-width-video > div.text-wrap h1,
  .video-with-text > div.text-wrap h6,
  .video-with-text > div.text-wrap h1 {
    margin-bottom: 18px;
  }
}
.img-with-text > div.text-wrap p,
.img-width-img > div.text-wrap p,
.img-width-video > div.text-wrap p,
.video-with-text > div.text-wrap p {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .img-with-text > div.text-wrap p,
  .img-width-img > div.text-wrap p,
  .img-width-video > div.text-wrap p,
  .video-with-text > div.text-wrap p {
    margin-bottom: 10px;
  }
}
.img-with-text > div.text-wrap p:last-child,
.img-width-img > div.text-wrap p:last-child,
.img-width-video > div.text-wrap p:last-child,
.video-with-text > div.text-wrap p:last-child {
  margin: 0;
}
.img-with-text > div.text-wrap a,
.img-width-img > div.text-wrap a,
.img-width-video > div.text-wrap a,
.video-with-text > div.text-wrap a {
  text-decoration: underline;
}
.img-with-text > div.img-wrap,
.img-width-img > div.img-wrap,
.img-width-video > div.img-wrap,
.video-with-text > div.img-wrap {
  line-height: 0;
}
.img-with-text > div.img-wrap img,
.img-width-img > div.img-wrap img,
.img-width-video > div.img-wrap img,
.video-with-text > div.img-wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.img-with-text > div.video-wrap iframe,
.img-width-img > div.video-wrap iframe,
.img-width-video > div.video-wrap iframe,
.video-with-text > div.video-wrap iframe {
  min-height: 255px;
}
.img-with-text ul,
.img-width-img ul,
.img-width-video ul,
.video-with-text ul {
  display: flex;
  flex-flow: column;
  gap: 10px;
  padding: 30px 0;
}
.img-with-text ul:last-child,
.img-width-img ul:last-child,
.img-width-video ul:last-child,
.video-with-text ul:last-child {
  padding-bottom: 0;
}
.img-with-text ul li,
.img-width-img ul li,
.img-width-video ul li,
.video-with-text ul li {
  list-style: disc;
  list-style-position: inside;
}
.img-with-text ol,
.img-width-img ol,
.img-width-video ol,
.video-with-text ol {
  display: flex;
  flex-flow: column;
  gap: 10px;
  padding: 0px 0 30px;
}
.img-with-text ol:last-child,
.img-width-img ol:last-child,
.img-width-video ol:last-child,
.video-with-text ol:last-child {
  padding-bottom: 0;
}
.img-with-text ol li,
.img-width-img ol li,
.img-width-video ol li,
.video-with-text ol li {
  list-style: auto;
  list-style-position: inside;
}

.img-with-text .img-wrap img,
.img-with-text .img-wrap video,
.img-with-text .img-wrap iframe,
.img-with-text .video-wrap img,
.img-with-text .video-wrap video,
.img-with-text .video-wrap iframe,
.video-with-text .img-wrap img,
.video-with-text .img-wrap video,
.video-with-text .img-wrap iframe,
.video-with-text .video-wrap img,
.video-with-text .video-wrap video,
.video-with-text .video-wrap iframe {
  height: auto;
  aspect-ratio: auto;
}
@media (max-width: 991px) {
  .img-with-text .img-wrap img,
  .img-with-text .img-wrap video,
  .img-with-text .img-wrap iframe,
  .img-with-text .video-wrap img,
  .img-with-text .video-wrap video,
  .img-with-text .video-wrap iframe,
  .video-with-text .img-wrap img,
  .video-with-text .img-wrap video,
  .video-with-text .img-wrap iframe,
  .video-with-text .video-wrap img,
  .video-with-text .video-wrap video,
  .video-with-text .video-wrap iframe {
    aspect-ratio: 1/1;
  }
}

.error-404 {
  min-height: calc(100vh - 173px);
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .error-404 {
    min-height: calc(100vh - 205px);
  }
}
.error-404 .page-title {
  margin-bottom: 20px;
  color: #000000;
  text-align: center;
}
.error-404 .page-content h6 {
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #000000;
  text-align: center;
}
.error-404 .page-content a {
  padding: 15px 30px;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  border-radius: 100px;
  border: 1px solid #000000;
  margin: 30px auto 0;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .error-404 .page-content a {
    margin: 20px auto 0;
  }
}
.error-404 .page-content a:hover {
  background: transparent;
  color: #000000;
}

.home {
  font-family: "david";
}/*# sourceMappingURL=style.css.map */