@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item
.lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: '\e095';
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: '\e094';
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: '\e070';
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: '\e90a';
}

.lg-toolbar .lg-download:after {
  content: '\e0f2';
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: '\e909';
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: '\e311';
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: '\e033';
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: '\e312';
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out, .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: '\e1ff';
}

.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.project {
  padding-top: 200px;
  padding-bottom: 100px;
}
.project__list {
  margin-bottom: 50px;
}
.project__list:nth-child(even) {
  margin-top: 100px;
}
.project__image {
  height: 600px;
}
.project__list-title {
  font-size: 2rem;
}
@media screen and (max-width: 1600.98px) {
  .project__list-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .project__list-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .project__list-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .project__list-title {
    font-size: 1.375rem;
  }
}
.project__list-desc {
  font-size: 1.125rem;
  color: #707070;
  margin-top: 35px;
  margin-bottom: 35px;
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1600.98px) {
  .project__list-desc {
    font-size: 1rem;
  }
}
.project__list-btn {
  font-size: 1.125rem;
  background-color: transparent;
  color: #707070;
  padding-left: 0;
  padding-right: 30px;
  opacity: 0;
  border-bottom: 1px solid rgba(44, 44, 44, 0.3);
  transition: 0.5s;
}
@media screen and (max-width: 1600.98px) {
  .project__list-btn {
    font-size: 1rem;
  }
}
.project__list-btn::after {
  right: 0;
  filter: brightness(0) saturate(100%) invert(45%) sepia(1%) saturate(2939%) hue-rotate(359deg) brightness(94%) contrast(79%);
}
.project__list-btn:hover {
  padding-right: 50px;
}
.project__text-holder {
  position: absolute;
  background-color: #fff;
  width: 90%;
  padding: 40px 35px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  height: 210px;
  overflow: hidden;
  transition: height 1s ease;
  transition: 0.5s;
}
.project__text-holder .logo {
  height: 53px;
  width: auto;
  margin-bottom: 30px;
}
.project .btn-holder-mobile {
  display: none;
}
.project__holder {
  position: relative;
  padding-bottom: 80px;
}
.project__holder:hover .project__text-holder {
  bottom: 110px;
  height: 400px;
  transition: height 1s ease;
  transition: 0.5s;
}
.project__holder:hover .project__list-desc,
.project__holder:hover .project__list-btn {
  opacity: 1;
  transition: 0.5s;
}
@media (max-width: 1600.98px) {
  .project__image {
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .project {
    padding-top: 100px;
  }
  .project__list {
    margin-bottom: 0px;
  }
  .project__list:nth-child(even) {
    margin-top: 50px;
  }
  .project__holder:hover .project__text-holder {
    height: auto;
    bottom: 30px;
  }
  .project__holder:hover .project__list-desc {
    display: none;
  }
  .project__image {
    height: 400px;
  }
  .project__list-desc {
    display: none;
  }
  .project__list-btn {
    opacity: 1;
  }
  .project__text-holder {
    padding: 20px;
    height: auto;
    bottom: 30px;
  }
  .project .logo {
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .project__list {
    margin-bottom: 30px;
  }
  .project__list:nth-child(even) {
    margin-top: 30px;
  }
  .project__image {
    height: 300px;
  }
  .project .logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .project {
    padding-bottom: 50px;
  }
  .project__list {
    margin-bottom: 40px;
  }
  .project__list:nth-child(even) {
    margin-top: 0px;
  }
  .project__holder {
    padding-bottom: 0;
  }
  .project__holder:hover .project__list-desc {
    display: block;
    opacity: 1;
  }
  .project__image {
    height: 250px;
  }
  .project__list-desc {
    display: block;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .project__list-btn {
    display: block;
  }
  .project__list-btn:hover {
    padding-right: 0;
  }
  .project__text-holder {
    position: static;
    left: 0;
    transform: none;
    width: 100%;
  }
  .project .btn-holder-mobile {
    display: block;
    margin-top: 100px;
    text-align: center;
  }
}

.single-banner__title-holder {
  padding-top: 250px;
  padding-bottom: 100px;
  position: relative;
}
.single-banner__title-holder .title {
  font-size: 5rem;
  text-transform: uppercase;
  width: 70%;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
@media screen and (max-width: 1600.98px) {
  .single-banner__title-holder .title {
    font-size: 4.0625rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .single-banner__title-holder .title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .single-banner__title-holder .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  .single-banner__title-holder .title {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 320px) {
  .single-banner__title-holder .title {
    font-size: 2.25rem;
  }
}
.single-banner__holder {
  height: 820px;
}
@media (max-width: 1536.98px) {
  .single-banner__holder {
    height: 600px;
  }
}
@media (max-width: 1349.98px) {
  .single-banner__holder {
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .single-banner__title-holder {
    padding-top: 200px;
    padding-bottom: 50px;
  }
  .single-banner__holder {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .single-banner__title-holder {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .single-banner__title-holder .title {
    left: 0;
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .single-banner__title-holder .title {
    width: 100%;
  }
  .single-banner__holder {
    height: 300px;
  }
}
@media (max-width: 375.98px) {
  .single-banner__title-holder {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}

.single-desc {
  padding-top: 200px;
  padding-bottom: 200px;
}
.single-desc__text {
  padding-left: 8.3333333333%;
}
.single-desc__text-desc {
  font-size: 1.125rem;
  color: #707070;
  line-height: 1.8;
}
@media screen and (max-width: 1600.98px) {
  .single-desc__text-desc {
    font-size: 1rem;
  }
}
.single-desc__text-head {
  font-size: 3rem;
  color: #F38308;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600.98px) {
  .single-desc__text-head {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .single-desc__text-head {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .single-desc__text-head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .single-desc__text-head {
    font-size: 1.875rem;
  }
}
.single-desc__text p {
  font-size: 1.25rem;
  color: #707070;
}
@media screen and (max-width: 1349.98px) {
  .single-desc__text p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .single-desc__text p {
    font-size: 1rem;
  }
}
.single-desc__text ul {
  padding-left: 0;
}
.single-desc__text ul li {
  margin-bottom: 30px;
  list-style: none;
}
.single-desc__text ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .single-desc {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .single-desc {
    padding-top: 60px;
  }
  .single-desc__text {
    padding-left: 12px;
  }
  .single-desc__text-desc {
    margin-bottom: 30px;
  }
}

.system {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #F38308;
}
.system__title {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1600.98px) {
  .system__title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .system__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .system__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .system__title {
    font-size: 1.875rem;
  }
}
.system .col-md-6 {
  margin-bottom: 30px;
}
.system__list {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
  padding-left: 200px;
  position: relative;
  background-color: #fff;
}
.system__list img {
  height: 100px;
  width: auto;
  position: absolute;
  top: 65px;
  left: 60px;
}
.system__list-title {
  font-size: 2rem;
}
@media screen and (max-width: 1600.98px) {
  .system__list-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .system__list-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .system__list-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .system__list-title {
    font-size: 1.375rem;
  }
}
.system__list-desc {
  font-size: 1.25rem;
  font-size: 24px;
  color: #707070;
}
@media screen and (max-width: 1349.98px) {
  .system__list-desc {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .system__list-desc {
    font-size: 1rem;
  }
}
@media (max-width: 1600.98px) {
  .system__list {
    padding-left: 170px;
  }
  .system__list img {
    height: 80px;
    left: 50px;
  }
}
@media (max-width: 1349.98px) {
  .system__list img {
    height: 75px;
    left: 45px;
  }
}
@media (max-width: 1199.98px) {
  .system {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .system__list {
    padding-left: 130px;
    padding-right: 30px;
  }
  .system__list img {
    left: 30px;
  }
}
@media (max-width: 991.98px) {
  .system__list {
    padding: 30px;
  }
  .system__list img {
    position: static;
    transform: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .system__title {
    margin-bottom: 40px;
  }
}

.gallery {
  padding-top: 200px;
  padding-bottom: 200px;
}
.gallery__title {
  font-size: 3rem;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1600.98px) {
  .gallery__title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .gallery__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .gallery__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .gallery__title {
    font-size: 1.875rem;
  }
}
.gallery__image {
  padding-left: 15px;
  padding-right: 15px;
}
.gallery__image__image-container {
  height: 420px;
  display: flex;
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.gallery__image__image-container:nth-child(n+5) {
  display: none;
}
.gallery__image__image-container::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.2s;
  z-index: 1;
}
.gallery__image__image-container::after {
  content: "";
  height: 44px;
  width: 44px;
  background-image: url("../../images/icons/gallery.svg");
  background-size: 44px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  transition: 0.2s;
}
.gallery__image__image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.2s;
}
.gallery__image__image-container:hover::before, .gallery__image__image-container:hover::after {
  opacity: 1;
  transition: 0.2s;
}
.gallery__image__image-container:hover img {
  transform: scale(1.1);
  transition: 0.2s;
}
.gallery__big {
  width: calc(58.33333333% - 30px);
}
.gallery__small {
  width: calc(41.66666667% - 30px);
}
@media (max-width: 1199.98px) {
  .gallery {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .gallery__image__image-container {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .gallery__image__image-container {
    height: 300px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .gallery__big {
    width: 100%;
  }
  .gallery__small {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .gallery__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 320.98px) {
  .gallery__image__image-container {
    height: 250px;
  }
}

.other-post {
  background-color: #0D1C25;
  overflow: hidden;
}
.other-post__prev, .other-post__next {
  position: relative;
}
.other-post__prev__image-container, .other-post__next__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.other-post__prev__image-container:before, .other-post__next__image-container:before {
  content: "";
  display: block;
  padding-top: 73.6842105263%;
}
.other-post__prev__image-container .ratio-item, .other-post__next__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.other-post__prev__image-container, .other-post__next__image-container {
  height: 100%;
}
.other-post__prev::after, .other-post__next::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(13, 28, 37, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.other-post__desc {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 70%;
  z-index: 1;
  transform: translateX(-50%);
}
.other-post__desc .prev-project,
.other-post__desc .next-project {
  font-size: 1.25rem;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1349.98px) {
  .other-post__desc .prev-project,
  .other-post__desc .next-project {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .other-post__desc .prev-project,
  .other-post__desc .next-project {
    font-size: 1rem;
  }
}
.other-post__title {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600.98px) {
  .other-post__title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .other-post__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .other-post__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .other-post__title {
    font-size: 1.875rem;
  }
}
.other-post .btn-bw {
  color: #fff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 0;
}
.other-post .btn-bw::after {
  transition: 0.5s;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(214deg) brightness(106%) contrast(101%);
}
.other-post .btn-bw:hover {
  background-color: transparent;
}
.other-post .btn-bw:hover::after {
  right: 0;
  transition: 0.5s;
}
.other-post__holder {
  padding-left: 0;
  padding-right: 0;
}
.other-post__under .btn-bw::after {
  content: none;
}
.other-post__under .btn-bw:hover {
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .other-post__prev, .other-post__next {
    height: 430px;
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  .other-post__desc {
    bottom: 50px;
    left: 0;
    transform: none;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 375.98px) {
  .other-post__prev, .other-post__next {
    height: 300px;
  }
}

/*# sourceMappingURL=project.css.map*/