/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body * {
  box-sizing: border-box;
}

@font-face {
  font-family: "Reem Kufi";
  font-style: normal;
  font-weight: 400;
  src: local("Reem Kufi Regular"), local("ReemKufi-Regular"), url("../font/ReemKufi/ReemKufi-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Hind Madurai";
  font-style: normal;
  font-weight: 300;
  src: local("Hind Madurai Light"), local("HindMadurai-Light"), url("../font/HindMadurai/HindMadurai-Light.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Hind Madurai";
  font-style: normal;
  font-weight: 400;
  src: local("Hind Madurai Regular"), local("HindMadurai-Regular"), url("../font/HindMadurai/HindMadurai-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Hind Madurai";
  font-style: normal;
  font-weight: 600;
  src: local("Hind Madurai SemiBold"), local("HindMadurai-SemiBold"), url("../font/HindMadurai/HindMadurai-SemiBold.woff2") format("woff2");
}
:root {
  --light: #ffffff;
  --dark: #252525;
  --grey: #d4d4d4;
  --muted: #d5d5d5;
  --primary: #332540;
  --secondary: #4d4d4d;
  --fnt-heading: "Reem Kufi", sans-serif;
  --fnt-body: "Hind Madurai", sans-serif;
  --fnt-color: var(--dark);
  --fnt-lt: 300;
  --fnt-md: 400;
  --fnt-bld: 600;
  --fnt-size: 16px;
}

body {
  padding: 1.5rem 1.5rem 0;
  margin: 0;
  background-color: #ffffff;
  font-family: var(--fnt-body);
  font-weight: var(--fnt-light);
  font-size: var(--fnt-size);
  color: var(--dark);
  line-height: 1.4;
  min-width: 270px;
}
body.nav-open {
  overflow: hidden;
}
body.modal-open {
  position: relative;
  overflow: hidden;
}
body:not(.hompeage) {
  padding-top: 69px;
}
@media only screen and (min-width: 640px) {
  body:not(.hompeage) {
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  body:not(.hompeage) {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  body:not(.hompeage) {
    padding: 2rem 2rem 2rem;
  }
}

#header, #main, #footer, #navigation {
  display: block;
  position: relative;
}

#header {
  position: static;
  padding: 0;
  margin: 0;
}
#header a.logo {
  width: 60px;
  height: 60px;
  z-index: 2;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  margin-left: -30px;
  opacity: 1;
}
#header a.logo #A {
  transition: fill;
  transition-duration: 100ms;
  transition-timing-function: linear;
}
#header .name a {
  color: var(--dark);
  text-decoration: none;
}
#header .name a:hover {
  color: var(--primary);
}

body:not(.homepage) #header {
  height: auto;
}
@media only screen and (min-width: 640px) {
  body:not(.homepage) #header {
    box-shadow: inset -10px 0 15px -15px rgba(0, 0, 0, 0.35);
    height: auto;
    z-index: 2;
    padding: 1.5rem 1.5rem;
    margin: 0;
    background-color: #f1f1f1;
    width: 200px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  body:not(.homepage) #header {
    padding: 2rem;
    width: 215px;
  }
}
@media only screen and (min-width: 1080px) {
  body:not(.homepage) #header {
    width: 225px;
  }
}
@media only screen and (min-width: 1200px) {
  body:not(.homepage) #header {
    width: 235px;
  }
}
@media only screen and (min-width: 640px) {
  body:not(.homepage) #header .logo {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  body:not(.homepage) #header .logo {
    width: 80px;
    height: 80px;
  }
}
body:not(.homepage) #header .name {
  position: relative;
  display: none;
  overflow: hidden;
  text-align: center;
}
body:not(.homepage) #header .name a {
  overflow: hidden;
  height: auto;
  display: block;
  transform: scale(1);
  opacity: 1;
  transform-origin: top center;
  letter-spacing: 0.1em;
  transition-property: opacity, transform, height;
  transition-duration: 100ms;
  transition-timing-function: linear;
}
body:not(.homepage) #header .name:after {
  display: block;
  overflow: hidden;
  content: attr(data-page-heading);
  opacity: 0;
  height: 0;
  transform: scale(0);
  transform-origin: bottom center;
  letter-spacing: 0.1em;
  transition-property: opacity, transform, height;
  transition-duration: 100ms;
  transition-timing-function: linear;
}
@media only screen and (min-width: 640px) {
  body:not(.homepage) #header .name {
    display: none;
  }
}

#navigation {
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  left: 0;
  height: 64px;
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  box-shadow: 0 -1rem 0 0 #fff;
}
@media only screen and (min-width: 640px) {
  #navigation {
    box-shadow: none;
  }
}
#navigation a.nav-logo {
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 14px;
  margin-left: 1.5rem;
  display: none;
}
#navigation .nav-btn {
  width: 4rem;
  height: 4rem;
  border: 0;
  background-color: transparent;
  border-radius: 100%;
  font: inherit;
  display: inline-block;
  overflow: visible;
  padding: 1rem;
  cursor: pointer;
  outline: none;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  #navigation .nav-btn {
    right: 1rem;
    bottom: 1rem;
  }
}
#navigation .nav-btn:hover, #navigation .nav-btn:focus {
  outline: none;
}
#navigation .nav-btn .box {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 24px;
}
#navigation .nav-btn .inner {
  top: 50%;
  display: block;
  margin-top: 0;
  text-align: center;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
#navigation .nav-btn .inner, #navigation .nav-btn .inner:before, #navigation .nav-btn .inner:after {
  position: absolute;
  width: 32px;
  height: 4px;
  background-color: #000;
  left: 0;
  right: 0;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
}
#navigation .nav-btn .inner:before, #navigation .nav-btn .inner:after {
  content: "";
}
#navigation .nav-btn .inner:before {
  top: -10px;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
#navigation .nav-btn .inner:after {
  bottom: -10px;
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#navigation .nav-btn.is-active .box .inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
#navigation .nav-btn.is-active .box .inner:before {
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  top: 0;
  opacity: 0;
}
#navigation .nav-btn.is-active .box .inner:after {
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
  bottom: 0;
}
#navigation .nav {
  opacity: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 4rem;
  right: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 -30px 30px -10px rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid transparent;
  padding: 0;
  display: block;
  overflow: hidden;
  max-height: 0;
  transition-property: max-height, opacity, box-shadow;
  transition-delay: 0;
  transition-duration: 0.22s;
  width: 100%;
}
#navigation .nav li {
  list-style: none;
  text-align: center;
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-delay: 0.22s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#navigation .nav li:last-of-type {
  border-bottom: 0;
}
#navigation .nav li a {
  display: block;
  padding: 1rem 0.5rem;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
#navigation .nav li a:hover {
  color: var(--primary);
}
@media only screen and (min-width: 640px) {
  #navigation .nav li a {
    font-size: 1.125em;
  }
}
#navigation .nav li a.active, #navigation .nav li a.active:hover {
  color: var(--primary);
}

body.nav-open #navigation .nav {
  max-height: 170px;
  opacity: 1;
  box-shadow: 0 -2rem 3rem -1rem rgba(0, 0, 0, 0.35);
  border-radius: 1rem 1rem 0 0;
}
body.nav-open #navigation .nav li {
  opacity: 1;
}
body.nav-open #main {
  filter: blur(3px);
  opacity: 0.7;
}
@media only screen and (min-width: 769px) {
  body.nav-open #main {
    filter: blur(0);
    opacity: 1;
  }
}
body.nav-open #main #slider .slide .btn-homepage {
  opacity: 0;
}
body.nav-open #main #slider .slide .img:after {
  opacity: 0;
}
body.nav-open #footer .copywrite {
  z-index: 2;
}
body.nav-open:not(.homepage) #header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

@media only screen and (max-width: 639px) {
  body.nav-fixed:not(.homepage) #header .name a {
    opacity: 0;
    transform: scale(0);
    height: 0;
  }
  body.nav-fixed:not(.homepage) #header .name:after {
    opacity: 1;
    transform: scale(1);
    height: auto;
  }
}

@media only screen and (max-width: 639px) {
  body:not(.homepage) #header .name {
    display: block;
    background-color: #ffffff;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 1rem 0 0 #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    font-size: 1em;
    font-weight: 400;
    font-family: var(--ff-heading);
    color: var(--dark);
    line-height: 1;
    text-transform: uppercase;
    height: 53px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 0.4rem;
  }
  body:not(.homepage) #header .logo {
    display: none;
  }
}
body:not(.homepage) #navigation a.nav-logo {
  display: block;
}
@media only screen and (min-width: 640px) {
  body:not(.homepage) #navigation a.nav-logo {
    display: none;
  }
}
@media only screen and (min-width: 640px) {
  body:not(.homepage) #navigation {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    background-color: transparent;
    border-top: none;
    margin-top: 2rem;
    height: auto;
  }
}
body:not(.homepage) #navigation .nav-btn {
  right: 8px;
}
@media only screen and (min-width: 640px) {
  body:not(.homepage) #navigation .nav-btn {
    display: none;
  }
}
@media only screen and (min-width: 640px) {
  body:not(.homepage) #navigation .nav {
    max-width: none;
    opacity: 1;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    background-color: transparent;
    padding: 0;
    max-height: none;
    box-shadow: none;
  }
  body:not(.homepage) #navigation .nav li {
    opacity: 1;
  }
  body:not(.homepage) #navigation .nav li:first-of-type a {
    padding-top: 0;
  }
  body:not(.homepage) #navigation .nav li a {
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body:not(.homepage) #navigation .nav li a:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 0;
    height: 2px;
    background-color: #000;
    margin-right: 0;
    transition-property: max-width, margin-right;
    transition-duration: 200ms;
    transition-timing-function: linear;
  }
  body:not(.homepage) #navigation .nav li a:hover {
    color: var(--primary);
  }
  body:not(.homepage) #navigation .nav li a:hover:before {
    max-width: 10px;
    margin-right: 6px;
  }
  body:not(.homepage) #navigation .nav li a.active {
    color: var(--primary);
  }
  body:not(.homepage) #navigation .nav li a.active:before {
    max-width: 10px;
    margin-right: 6px;
  }
}

#footer {
  padding: 1rem 1.5rem 0;
  margin: 0 -1.5rem 0;
  text-align: center;
  border-top: 1px solid #d1d1d1;
  position: static;
  height: 36px;
  margin-bottom: 80px;
}
#footer .insta {
  display: inline-block;
  color: var(--fnt-color);
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 640px) {
  #footer .insta {
    margin-bottom: 0.25rem;
  }
}
#footer .insta svg {
  width: 20px;
  height: 20px;
}
#footer small {
  display: block;
  font-size: 0.75em;
  height: 0;
}
@media only screen and (min-width: 640px) {
  #footer small {
    height: auto;
  }
}
#footer .copywrite {
  display: block;
  position: fixed;
  z-index: 9;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 640px) {
  #footer .copywrite {
    position: static;
    z-index: inherit;
    left: auto;
    bottom: auto;
    transform: none;
  }
}
#footer .copywrite-text {
  display: none;
}
@media only screen and (min-width: 640px) {
  #footer .copywrite-text {
    display: block;
  }
}

@media only screen and (min-width: 640px) {
  body:not(.homepage) #footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 200px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    z-index: 3;
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  body:not(.homepage) #footer {
    width: 215px;
    padding-left: 2rem;
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 1080px) {
  body:not(.homepage) #footer {
    width: 225px;
  }
}
@media only screen and (min-width: 1200px) {
  body:not(.homepage) #footer {
    width: 235px;
  }
}
@media screen and (min-width: 640px) and (max-height: 400px) {
  body:not(.homepage) #footer {
    position: relative;
    width: auto;
    margin-top: 2rem;
    margin-left: 200px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 640px) and (max-height: 400px) and (min-width: 992px) {
  body:not(.homepage) #footer {
    margin-left: 215px;
  }
}
@media only screen and (min-width: 640px) and (max-height: 400px) and (min-width: 1080px) {
  body:not(.homepage) #footer {
    margin-left: 225px;
  }
}
@media only screen and (min-width: 640px) and (max-height: 400px) and (min-width: 1200px) {
  body:not(.homepage) #footer {
    margin-left: 235px;
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#loader {
  position: relative;
  padding: 4rem 0;
}
#loader .spinner {
  position: relative;
  margin-top: 0;
  top: auto;
}

.spinner, .spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.spinner {
  text-align: center;
  display: inline-block;
  margin: 0;
  font-size: 5px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.4);
  border-right: 1.1em solid rgba(0, 0, 0, 0.4);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.4);
  border-left: 1.1em solid rgba(0, 0, 0, 0.9);
  text-align: center;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  animation: load8 1.1s infinite linear;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.75);
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

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

.btn-wait {
  cursor: wait;
  padding: 0.9rem 1rem 0.65rem !important;
}
.btn-wait .spinner {
  font-size: 4px;
  height: 20px;
  width: 20px;
  top: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
}

.pt-15 {
  padding-top: 1rem;
}

.btn.btn-back {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem 0.4rem 0.4rem !important;
  font-size: 14px;
  width: auto;
}
.btn.btn-back svg {
  width: 20px;
  height: 20px;
  margin-right: 1px;
  flex-shrink: 0;
}

#main {
  z-index: 2;
}
#main .content {
  color: var(--fnt-color);
}
#main .content p {
  margin: 0 0 1rem;
}
#main .content.page-404 {
  text-align: center;
  padding: 0 0;
}
#main .content.page-about {
  text-align: center;
}
@media only screen and (min-width: 640px) {
  #main .content.page-about {
    text-align: left;
  }
}
#main .content.page-contact {
  text-align: center;
}
@media only screen and (min-width: 640px) {
  #main .content.page-contact {
    text-align: left;
  }
}
#main .content.page-center {
  text-align: center;
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#main .content.page-center .heading {
  height: auto;
}
#main .content.page-v100 {
  min-height: calc(100vh - 12.6rem);
}
@media only screen and (min-width: 640px) {
  #main .content.page-v100 {
    min-height: calc(100vh - 3rem);
  }
}
@media only screen and (min-width: 992px) {
  #main .content.page-v100 {
    min-height: calc(100vh - 4rem);
  }
}
#main .heading {
  font-size: 1.75em;
  margin: 0 0 1.5rem;
  padding: 0;
  line-height: 1;
  color: var(--dark);
  text-align: center;
}
@media only screen and (min-width: 640px) {
  #main .heading {
    font-size: 2.375em;
    height: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 2rem;
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  #main .heading {
    height: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  #main .heading {
    font-size: 2.625em;
    margin-bottom: 2rem;
  }
}
#main .heading small {
  display: block;
  font-size: 0.4285714286em;
  font-weight: 700;
  padding-bottom: 0.2rem;
  color: var(--dark);
  text-transform: uppercase;
}
@media only screen and (min-width: 640px) {
  #main .heading small {
    font-size: 0.3157894737em;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #main .heading small {
    font-size: 0.2619047619em;
  }
}
#main .intro {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3;
  color: var(--dark);
}
@media only screen and (min-width: 992px) {
  #main .max-50 {
    max-width: 70%;
  }
}
@media only screen and (min-width: 1080px) {
  #main .max-50 {
    max-width: 50%;
  }
}
#main .btn {
  display: inline-block;
  border: 2px solid var(--fnt-color);
  padding: 1rem 1rem 0.9rem;
  line-height: 1;
  margin: 0;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--fnt-color);
  background-color: transparent;
}
#main .btn:hover {
  color: var(--primary);
  border-color: var(--primary);
}
#main .frm {
  display: block;
  text-align: left;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 1rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 640px) {
  #main .frm {
    border: 0 none;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    max-width: 640px;
  }
}
@media only screen and (min-width: 1200px) {
  #main .frm {
    max-width: none;
  }
}
#main .frm .control-group {
  margin-bottom: 1rem;
}
#main .frm .control-group label.placeholder {
  display: block;
  margin-bottom: 0.1rem;
  padding-left: 0.1rem;
  font-weight: 500;
}
#main .frm .control-group label.placeholder.mand:after {
  content: "*";
  font-size: 0.875em;
  color: #c30;
  padding-left: 0.1rem;
}
#main .frm .control-group .control {
  width: 100%;
  resize: vertical;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  padding: 0.5rem 0.5rem;
  font-weight: 300;
  font-size: 1em;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  #main .frm .control-group .control {
    font-size: 0.8888888889em;
  }
}
#main .frm .control-group .control:focus {
  outline: none;
  border: 1px solid #c1c1c1;
  box-shadow: 0 0 0 0.2rem rgba(36, 62, 141, 0.1);
}
#main .frm .control-group .control.invalid {
  border-color: #c30;
}
#main .frm .control-group textarea {
  min-height: 125px;
}
#main .frm .btn-group .btn {
  border-width: 1px;
  background-color: transparent;
  border-color: #d1d1d1;
  color: #4d4d4d;
  cursor: pointer;
  line-height: 1;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  #main .frm .btn-group .btn {
    width: auto;
    text-align: left;
  }
}
#main .frm .btn-group .btn:hover {
  border-color: #c1c1c1;
  color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
#main .frm .hp {
  overflow: hidden;
  transform: scale(0);
  height: 0;
  max-height: 0;
}

body:not(.homepage) #main {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 640px) {
  body:not(.homepage) #main {
    margin-left: 200px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: calc(100vh - 3rem);
  }
}
@media only screen and (min-width: 992px) {
  body:not(.homepage) #main {
    margin-left: 215px;
    min-height: calc(100vh - 4rem);
  }
}
@media only screen and (min-width: 1080px) {
  body:not(.homepage) #main {
    margin-left: 225px;
  }
}
@media only screen and (min-width: 1200px) {
  body:not(.homepage) #main {
    margin-left: 235px;
  }
}

body.homepage {
  margin: 0;
  padding: 0;
  display: block;
}
body.homepage #header .logo {
  top: 3rem;
}
@media only screen and (min-width: 769px) {
  body.homepage #header .logo {
    left: 3.5rem;
    top: 3.5rem;
    margin-left: 0;
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  body.homepage #header .logo {
    left: 4.5rem;
    top: 4.5rem;
  }
}
body.homepage #header .name {
  display: block;
  position: fixed;
  left: 1.5rem;
  bottom: 1.5rem;
  line-height: 1;
  color: var(--dark);
  font-weight: 400;
  font-size: 1.375em;
  font-family: var(--fnt-heading);
  text-transform: uppercase;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  body.homepage #header .name {
    left: 2rem;
    bottom: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  body.homepage #header .name {
    left: 3rem;
    bottom: 3.2rem;
  }
}
body.homepage #header #navigation {
  background-color: transparent;
  border-top: 0 none;
  height: auto;
}
@media only screen and (min-width: 769px) {
  body.homepage #header #navigation .nav {
    right: 1rem;
    left: unset;
    width: 250px;
    box-shadow: none;
    bottom: 5rem;
    background-color: transparent;
    padding: 0;
    border-bottom: 0 none;
    overflow: hidden;
    z-index: 2;
    padding-bottom: 0.5rem;
  }
  body.homepage #header #navigation .nav:before {
    content: "";
    background-color: var(--light);
    height: 220px;
    transform: rotate(0) scale(0);
    transform-origin: bottom right;
    position: absolute;
    bottom: -68px;
    right: 0;
    left: 0;
    z-index: 1;
    border-radius: 8px;
    transition-property: transform;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
  }
  body.homepage #header #navigation .nav li {
    position: relative;
    z-index: 2;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  body.homepage #header #navigation .nav li a {
    padding: 0.7rem 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  body.homepage #header #navigation .nav {
    bottom: 6rem;
  }
  body.homepage #header #navigation .nav:before {
    height: 210px;
    bottom: -62px;
    right: 32px;
  }
  body.homepage #header #navigation .nav li {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  body.homepage #header #navigation .nav-btn {
    right: 2rem;
    bottom: 2rem;
  }
}
body.homepage #main {
  position: relative;
  z-index: 1;
  border: 1.5rem solid #fff;
  border-bottom: 4rem solid #fff;
  padding-top: 0;
}
@media only screen and (min-width: 769px) {
  body.homepage #main {
    border: 2rem solid #fff;
    border-bottom: 5rem solid #fff;
  }
}
@media only screen and (min-width: 1200px) {
  body.homepage #main {
    border: 3rem solid #fff;
    border-bottom: 6rem solid #fff;
  }
}
body.homepage #main .slider {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
body.homepage #main .slider .glide__track {
  width: 100%;
  height: 100%;
}
body.homepage #main .slider .glide__slides {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
body.homepage #main .slider .glide__slide {
  position: relative;
}
body.homepage #main .slider .glide__slide.glide__slide--active .btn-homepage {
  opacity: 1;
}
body.homepage #main .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
body.homepage #main .slider .slide .img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.homepage #main .slider .slide .img:after {
  content: attr(data-title);
  font-size: 0.75em;
  font-weight: 300;
  color: var(--light);
  display: inline-block;
  padding: 0.5rem;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  text-align: center;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: linear;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 769px) {
  body.homepage #main .slider .slide .img:after {
    font-size: 0.625em;
    right: auto;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.45);
    text-shadow: none;
  }
}
body.homepage #main .slider .slide.x3 .img {
  width: 50%;
}
body.homepage #main .slider .slide.x3 .img:nth-of-type(1) {
  border-right: 1rem solid #fff;
}
body.homepage #main .slider .slide.x3 .img:nth-of-type(2) {
  border-left: 1rem solid #fff;
}
body.homepage #main .slider .slide.x3 .img:nth-of-type(3) {
  display: none;
}
@media only screen and (min-width: 1200px) {
  body.homepage #main .slider .slide.x3 .img {
    width: 33.333%;
  }
  body.homepage #main .slider .slide.x3 .img:nth-of-type(2) {
    border-right: 1rem solid #fff;
  }
  body.homepage #main .slider .slide.x3 .img:nth-of-type(3) {
    display: block;
    border-left: 1rem solid #fff;
  }
}
body.homepage #main .btn-homepage {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: linear;
  font-size: 0.875em;
}
@media only screen and (min-width: 769px) {
  body.homepage #main .btn-homepage {
    left: auto;
    top: auto;
    right: 2rem;
    bottom: 2rem;
    transform: none;
    font-size: 1em;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  body.homepage #main .btn-homepage {
    bottom: 4rem;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    font-size: 0.7777777778em;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
body.homepage #main .btn-homepage:hover {
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.35);
}
body.homepage #main .slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
body.homepage #main .slider-controls button {
  width: 15px;
  height: 15px;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  body.homepage #main .slider-controls button {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  body.homepage #main .slider-controls button {
    width: 25px;
    height: 25px;
  }
}
body.homepage #main .slider-controls button svg {
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 769px) {
  body.homepage #main .slider-controls button svg {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  body.homepage #main .slider-controls button svg {
    width: 25px;
    height: 25px;
  }
}
body.homepage #main .slider-controls button.prev {
  position: absolute;
  left: -20px;
}
@media only screen and (min-width: 769px) {
  body.homepage #main .slider-controls button.prev {
    left: -25px;
  }
}
@media only screen and (min-width: 1200px) {
  body.homepage #main .slider-controls button.prev {
    left: -35px;
  }
}
body.homepage #main .slider-controls button.next {
  position: absolute;
  right: -17px;
}
@media only screen and (min-width: 769px) {
  body.homepage #main .slider-controls button.next {
    right: -25px;
  }
}
@media only screen and (min-width: 1200px) {
  body.homepage #main .slider-controls button.next {
    right: -35px;
  }
}
body.homepage #footer {
  display: none;
}
body.homepage.nav-open #header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 4rem;
  background-color: var(--light);
}
@media only screen and (min-width: 769px) {
  body.homepage.nav-open #header {
    height: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  body.homepage.nav-open #header {
    height: 6rem;
  }
}
body.homepage.nav-open #header a.logo {
  display: none;
}
body.homepage.nav-open #header #navigation .nav {
  border-bottom-color: #e1e1e1;
}
@media only screen and (min-width: 769px) {
  body.homepage.nav-open #header #navigation .nav {
    overflow: visible;
  }
  body.homepage.nav-open #header #navigation .nav:before {
    transform: rotate(0) scale(1);
    box-shadow: 0 0 2rem -1rem rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}
body.homepage.nav-open #main {
  filter: blur(3px);
  opacity: 0.7;
}

.folio-categories {
  display: block;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 400px) {
  .folio-categories {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 640px) {
  .folio-categories {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .folio-categories {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .folio-categories {
    max-width: 1200px;
  }
}
.folio-categories:after {
  content: "";
  display: block;
  width: 48%;
  margin-left: auto;
  margin-right: auto;
}
.folio-categories .item {
  position: relative;
  display: block;
  max-width: 480px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
}
.folio-categories .item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .folio-categories .item {
    max-width: none;
    width: 48%;
    max-width: none;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 992px) {
  .folio-categories .item {
    width: 31%;
  }
}
@media only screen and (min-width: 1200px) {
  .folio-categories .item {
    width: 48%;
  }
}
@media only screen and (min-width: 1400px) {
  .folio-categories .item {
    width: 31%;
  }
}
@media only screen and (min-width: 1700px) {
  .folio-categories .item {
    width: 23%;
  }
}
.folio-categories .item .img {
  position: relative;
  display: block;
  max-width: 100%;
  width: auto;
  border-radius: 0.5rem;
}
.folio-categories .item .title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem;
  border-radius: 0.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px rgb(0, 0, 0);
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  transition-property: color, background-color, text-shadow;
  transition-duration: 100ms;
  transition-timing-function: linear;
}
@media only screen and (min-width: 1200px) {
  .folio-categories .item .title {
    font-size: 16px;
  }
}
.folio-categories .item .title small {
  display: block;
  width: 100%;
}
.folio-categories .item .link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.folio-categories .item:hover {
  box-shadow: 0 0.5rem 3rem -1.25rem #000;
  z-index: 3;
}
.folio-categories .item:hover .title {
  background-color: rgba(0, 0, 0, 0.5);
}

#folio-wrap {
  max-width: none;
}

.folio-list {
  position: relative;
  overflow: hidden;
  transition: 0.2s height ease-in-out;
}
.folio-list .folio-item {
  transition: 0.2s transform ease-in-out;
  margin: 0;
}
.folio-list .folio-item a {
  position: relative;
  display: block;
  object-fit: cover;
  object-position: center;
}
.folio-list .folio-item a img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.folio-list .folio-item a .caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 100ms;
  transition-timing-function: linear;
}
.folio-list .folio-item a .caption h4 {
  display: block;
  margin-bottom: 1px;
  font-size: 16px;
  line-height: 1;
}
.folio-list .folio-item a .caption span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.folio-list .folio-item a .caption small {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.folio-list .folio-item a:hover .caption {
  opacity: 1;
}

.cols .lft {
  margin-bottom: 2rem;
}
.cols .lft h4 {
  margin: 0 0;
}
.cols .lft .gallery-intro {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
  .cols {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
  }
  .cols .lft {
    width: 320px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 0;
    margin-bottom: 2rem;
    position: sticky;
    top: 1.5rem;
    order: 2;
  }
  .cols .lft .txt {
    padding-right: 0;
    padding-left: 2rem;
  }
  .cols .rht {
    order: 1;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media only screen and (min-width: 1600px) {
  .cols .lft {
    width: 420px;
    padding-right: 3rem;
  }
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
}

.glide__slides--dragging {
  -webkit-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 64px;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
@media only screen and (min-width: 640px) {
  .pswp {
    bottom: 0;
  }
}
.pswp:before {
  content: "Ajim Miah";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0.7rem 0 0.2rem;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  font-family: var(--fnt-heading);
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 999;
  opacity: 0;
  background-color: #fff;
  transition-property: opacity;
  transition-duration: 100ms;
}
@media only screen and (min-width: 640px) {
  .pswp:before {
    display: none;
  }
}
.pswp.pswp--animated-in:before {
  opacity: 1;
}
@media only screen and (min-width: 640px) {
  .pswp {
    left: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .pswp {
    left: 215px;
  }
}
@media only screen and (min-width: 1080px) {
  .pswp {
    left: 225px;
  }
}
@media only screen and (min-width: 1200px) {
  .pswp {
    left: 235px;
  }
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  max-width: none !important;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  overflow: visible;
}
@media only screen and (min-width: 640px) {
  .pswp__scroll-wrap {
    left: 3rem;
    right: 3rem;
  }
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .pswp__item {
    left: 1rem;
    right: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .pswp__item {
    left: 0;
    right: 0;
  }
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

  1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("../img/photoswipe/default-skin.png") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("../img/photoswipe/default-skin.svg");
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
  margin-right: 10px;
}
@media only screen and (min-width: 640px) {
  .pswp__button--close {
    margin-right: 0;
  }
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: -1.5rem;
}
@media only screen and (min-width: 640px) {
  .pswp__button--arrow--left {
    left: -2.5rem;
  }
}

.pswp__button--arrow--right {
  right: -1.5rem;
}
@media only screen and (min-width: 640px) {
  .pswp__button--arrow--right {
    right: -2.5rem;
  }
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(255, 255, 255, 0);
  height: 30px;
  width: 32px;
  position: absolute;
  border-radius: 100%;
}

.pswp__button--arrow--left:before {
  left: -4px;
  background-position: -138px -44px;
}
@media only screen and (min-width: 640px) {
  .pswp__button--arrow--left:before {
    left: 0;
  }
}

.pswp__button--arrow--right:before {
  right: -4px;
  background-position: -94px -44px;
}
@media only screen and (min-width: 640px) {
  .pswp__button--arrow--right:before {
    right: 0;
  }
}

/*

  2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

  3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 1.5rem;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #000;
  opacity: 0.75;
  padding: 0 0;
}
@media only screen and (min-width: 640px) {
  .pswp__counter {
    left: 20px;
  }
}

/*

  4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  width: auto;
  min-height: 44px;
}
@media only screen and (min-width: 640px) {
  .pswp__caption {
    right: auto;
  }
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 12px 10px 10px;
  line-height: 20px;
  color: #000;
}
@media only screen and (min-width: 640px) {
  .pswp__caption__center {
    text-align: left;
  }
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url("../img/photoswipe/preloader.gif") 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
      The idea of animating inner circle is based on Polymer ("material") loading indicator 
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

  6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  bottom: 0;
  height: 44px;
  left: -1.5rem;
  right: -1.5rem;
  opacity: 0;
}
@media only screen and (min-width: 640px) {
  .pswp__top-bar {
    opacity: 1;
    left: -3rem;
    right: -3rem;
  }
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgb(255, 255, 255);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgb(255, 255, 255);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
/*.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }*/
/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.pswp__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  text-align: center;
}