@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");
@import "components/magnific-popup.css";
.animated-effect, .category-screen .category-author .nav-social .nav-item .nav-link, .home .home-box h2, .home .home-box video, .home .home-box, .menu-toggle .line, .menu-toggle, .sidebar .nav-social .nav-item .nav-link, .sidebar .newsletter .form-control, .sidebar .nav-menu .nav-item .nav-link {
  transition: 0.2s ease all;
}

.animated-long-effect, .category-screen, .sidebar {
  transition: 0.4s ease all;
}

.active-effect {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "DM Sans", sans-serif;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 14px;
  }
}

body.disable-scroll {
  overflow: hidden;
}

body.disable-animations-before-load * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25rem;
  z-index: 99;
  background: #fff;
  box-shadow: rgba(31, 31, 31, 0.1) 0 -0.25rem 0.25rem;
  padding: 2rem 2rem;
  transform: translateX(25rem);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.9px) {
  .sidebar {
    width: 320px;
    transform: translateX(320px);
  }
  .sidebar.active {
    transform: translateX(0);
  }
}
.sidebar.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.sidebar .navbar-brand {
  display: block;
  position: relative;
  padding-left: 4rem;
  min-height: 3rem;
  text-decoration: none;
  color: inherit;
}
.sidebar .navbar-brand img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  filter: brightness(0);
  margin: auto;
}
.sidebar .navbar-brand h2 {
  display: block;
  font-weight: bold;
  color: #1f1f1f;
  font-size: 1.25rem;
  margin: 0;
}
.sidebar .navbar-brand h4 {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: rgba(31, 31, 31, 0.5);
}
.sidebar .nav-menu {
  margin: 1.5rem -2rem;
}
.sidebar .nav-menu .nav-item .nav-link {
  padding: 1rem 2rem;
  position: relative;
  display: flex;
  align-items: center;
  color: #1f1f1f;
}
.sidebar .nav-menu .nav-item .nav-link:hover {
  background: rgba(31, 31, 31, 0.05);
}
.sidebar .nav-menu .nav-item .nav-link:active, .sidebar .nav-menu .nav-item .nav-link.active {
  background: rgba(31, 31, 31, 0.1);
}
.sidebar .nav-menu .nav-item .nav-link img {
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0);
}
.sidebar .nav-menu .nav-item .nav-link span {
  display: block;
  padding-left: 1rem;
  font-weight: 600;
}
.sidebar .newsletter {
  margin: 0.5rem 0 1.5rem 0;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 2px solid rgba(31, 31, 31, 0.1);
}
.sidebar .newsletter h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #1f1f1f;
}
.sidebar .newsletter p {
  font-size: 0.9rem;
  color: rgba(31, 31, 31, 0.5);
  line-height: 1.2;
  margin: 0.5rem 0;
}
.sidebar .newsletter .form-control {
  margin-top: 1rem;
  background: rgba(31, 31, 31, 0.1);
  color: #1f1f1f;
  padding: 0.75rem;
  font-size: 0.9rem;
  border: none;
}
.sidebar .newsletter .form-control::-webkit-input-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.sidebar .newsletter .form-control::-moz-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.sidebar .newsletter .form-control:-ms-input-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.sidebar .newsletter .form-control:-moz-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
.sidebar .newsletter .form-control:focus {
  background: rgba(31, 31, 31, 0.15);
  box-shadow: none;
}
.sidebar .newsletter .btn-primary {
  padding: 0.5rem;
  font-weight: bold;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  background: #7FBD38;
  border-color: #7FBD38;
}
.sidebar .nav-social .nav-item {
  margin: 0 0.5rem 0 0;
}
.sidebar .nav-social .nav-item .nav-link {
  padding: 0.75rem;
  background: rgba(31, 31, 31, 0.05);
  border-radius: 0.5rem;
}
.sidebar .nav-social .nav-item .nav-link:hover {
  background: rgba(31, 31, 31, 0.1);
}
.sidebar .nav-social .nav-item .nav-link:active, .sidebar .nav-social .nav-item .nav-link.active {
  background: rgba(31, 31, 31, 0.15);
}
.sidebar .nav-social .nav-item .nav-link img {
  width: 1.25rem;
  height: 1.25rem;
  filter: brightness(0);
  display: block;
}
.sidebar p.copyright {
  margin: 1.5rem 0 0 0;
  font-size: 0.8rem;
  color: rgba(31, 31, 31, 0.5);
}
.sidebar p.copyright a {
  color: #1f1f1f;
}

.menu-toggle {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  z-index: 100;
  border: none;
  outline: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.25);
  padding: 0.75rem;
}
.menu-toggle:hover {
  background: rgba(255, 255, 255, 0.4);
}
.menu-toggle:active {
  transform-origin: center;
  transform: scale(0.925);
}
.menu-toggle .line {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
}
.menu-toggle .line + .line {
  margin-top: 0.25rem;
}
.menu-toggle.active {
  background: rgba(31, 31, 31, 0.05);
}
.menu-toggle.active .line {
  background: #454545;
  transform-origin: center;
}
.menu-toggle.active .line:nth-child(1) {
  transform: translateY(calc(0.25rem + 3px)) rotate(45deg);
}
.menu-toggle.active .line:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active .line:nth-child(3) {
  transform: translateY(calc(-0.25rem - 3px)) rotate(-45deg);
}
.menu-toggle.dark {
  background: rgba(31, 31, 31, 0.05);
}
.menu-toggle.dark .line {
  background: #454545;
}

.home {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0.1rem;
  z-index: 1;
}
.home .home-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  width: calc(25% - 0.2rem);
  height: calc((100vh / 3) - 0.2rem - (0.2rem / 3));
  margin: 0.1rem;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
}
.home .home-box:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(17, 17, 17, 0.3), rgba(17, 17, 17, 0));
  content: " ";
  z-index: 2;
}
.home .home-box:active {
  transform-origin: center;
  transform: scale(0.975);
}
.home .home-box.size-large {
  width: calc(50% - 0.2rem);
}
.home .home-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.home .home-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.home .home-box h2 {
  position: relative;
  z-index: 5;
  color: #fff;
  font-size: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  padding: 1rem;
  margin: 0;
  background: #f94144;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .home .home-box h2 {
    max-width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .home .home-box h2 {
    max-width: 100%;
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .home .home-box h2 {
    max-width: 100%;
    font-size: 1.5rem;
  }
}
.home .home-box:hover video {
  opacity: 1;
  visibility: visible;
}
.home .home-box:hover h2 {
  transform: translateY(0);
}
.home .home-box.gallery-box:before {
  opacity: 0.25;
}
.home .home-box.box-type-1 h2 {
  background: #f3722c;
}
.home .home-box.box-type-2 h2 {
  background: #f8961e;
}
.home .home-box.box-type-3 h2 {
  background: #f9844a;
}
.home .home-box.box-type-4 h2 {
  background: #f9c74f;
}
.home .home-box.box-type-5 h2 {
  background: #90be6d;
}
.home .home-box.box-type-6 h2 {
  background: #43aa8b;
}
.home .home-box.box-type-7 h2 {
  background: #4d908e;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .home .home-box {
    width: calc(50% - 0.2rem);
  }
  .home .home-box.size-large {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .home .home-box {
    width: calc(50% - 0.2rem);
  }
  .home .home-box.size-large {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .home .home-box {
    width: 100%;
    height: calc((100vh / 4) - 0.2rem - (0.2rem / 3));
  }
  .home .home-box.size-large {
    width: 100%;
  }
}

.home-thumbnail {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  background: #f8f8f9;
}
.home-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.home-thumbnail:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0.25);
  content: " ";
  z-index: 1;
}
.home-thumbnail .thumbnail-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 5rem;
  letter-spacing: -4px;
  font-weight: bold;
  z-index: 2;
  color: #fff;
  padding: 10%;
  text-transform: uppercase;
  text-shadow: rgba(31, 31, 31, 0.2) 0 0.1rem 0.1rem;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .home-thumbnail .thumbnail-title {
    font-size: 3rem;
    letter-spacing: -2px;
  }
}
.home-thumbnail .scroll-effect {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  width: 2.5rem;
  height: 4rem;
  border-radius: 0.75rem;
  border: 2px solid #fff;
  content: " ";
  z-index: 2;
  margin: auto;
  animation: scroll-effect 1.5s infinite;
}
.home-thumbnail .scroll-effect:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform-origin: center;
  transform: rotate(45deg);
  content: " ";
  z-index: 2;
}

.category-screen {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  padding: 0 0 5rem 0;
}
.category-screen .category-thumbnail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: relative;
  background: #f8f8f9;
}
.category-screen .category-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.category-screen .category-thumbnail:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0.25);
  content: " ";
  z-index: 1;
}
.category-screen .category-thumbnail .container {
  position: relative;
  z-index: 2;
}
.category-screen .category-thumbnail .thumbnail-title {
  font-size: 5rem;
  letter-spacing: -4px;
  font-weight: bold;
  z-index: 2;
  color: #fff;
  padding: 1.5rem;
  text-transform: uppercase;
  text-shadow: rgba(31, 31, 31, 0.2) 0 0.1rem 0.1rem;
  line-height: 1;
  position: relative;
  display: block;
}
.category-screen .category-thumbnail .thumbnail-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  background: #f3722c;
  content: " ";
  z-index: -1;
}
@media (max-width: 767.9px) {
  .category-screen .category-thumbnail .thumbnail-title {
    font-size: 3rem;
    letter-spacing: -2px;
  }
}
.category-screen .category-thumbnail .scroll-effect {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  width: 2.5rem;
  height: 4rem;
  border-radius: 0.75rem;
  border: 2px solid #fff;
  content: " ";
  z-index: 2;
  margin: auto;
  animation: scroll-effect 1.5s infinite;
}
.category-screen .category-thumbnail .scroll-effect:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform-origin: center;
  transform: rotate(45deg);
  content: " ";
  z-index: 2;
}
.category-screen .category-title {
  display: block;
  margin: 0;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -2px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767.9px) {
  .category-screen .category-title {
    font-size: 3rem;
    letter-spacing: -2px;
  }
}
.category-screen .category-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  font-style: italic;
  margin: -1rem 0 1rem 0;
}
.category-screen .category-contractor {
  text-align: center;
  margin: 0;
}
@media (max-width: 767.9px) {
  .category-screen .category-contractor {
    margin: 1rem 0 2rem 0;
    text-align: left;
  }
}
.category-screen .category-contractor h6 {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: bold;
  color: #999;
}
.category-screen .category-contractor h4 {
  margin: 2rem 0 0.5rem 0;
  font-size: 1.25rem;
  font-weight: bold;
  color: #1f1f1f;
}
.category-screen .category-contractor .btn.btn-link {
  color: #999;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
}
.category-screen .category-contractor .btn-primary {
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  background: #7FBD38;
  border-color: #7FBD38;
}
.category-screen .category-contractor img {
  max-width: 80%;
  margin: auto;
  display: block;
}
@media (max-width: 767.9px) {
  .category-screen .category-contractor img {
    margin: 0;
    max-width: 60%;
  }
}
.category-screen .category-contractor.v2 {
  text-align: left;
  margin-top: 2rem;
}
.category-screen .category-contractor.v2 img {
  margin: 0;
  max-width: 200px;
}
.category-screen .category-description {
  display: block;
  font-size: 1.15rem;
}
.category-screen .category-description ul, .category-screen .category-description ol {
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.15rem;
}
.category-screen .category-description h2, .category-screen .category-description h3, .category-screen .category-description h4, .category-screen .category-description h5, .category-screen .category-description h6 {
  font-weight: bold;
  letter-spacing: -1px;
}
.category-screen .category-description .category-gallery {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category-screen .category-description .category-gallery img {
  width: calc((100% / 3) - 0.75rem);
  margin: 0.75rem 0 0 0;
}
@media (max-width: 767.9px) {
  .category-screen .category-description .category-gallery img {
    width: 100%;
  }
}
.category-screen .category-description video {
  width: 100%;
  height: auto;
}
.category-screen .category-author {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #ddd;
}
.category-screen .category-author .nav-social {
  margin: 1.5rem 0 0 0;
}
.category-screen .category-author .nav-social .nav-item {
  margin: 0 0.5rem 0 0;
}
.category-screen .category-author .nav-social .nav-item .nav-link {
  padding: 0.75rem;
  background: rgba(31, 31, 31, 0.05);
  border-radius: 0.5rem;
}
.category-screen .category-author .nav-social .nav-item .nav-link:hover {
  background: rgba(31, 31, 31, 0.1);
}
.category-screen .category-author .nav-social .nav-item .nav-link:active, .category-screen .category-author .nav-social .nav-item .nav-link.active {
  background: rgba(31, 31, 31, 0.15);
}
.category-screen .category-author .nav-social .nav-item .nav-link img {
  width: 1.25rem;
  height: 1.25rem;
  filter: brightness(0);
  display: block;
}
.category-screen .contact-form .form-label {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.category-screen .contact-form .form-control {
  height: auto;
  padding: 0.75rem;
}
.category-screen .contact-form .form-control:focus {
  border-color: #ccc;
  box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.3rem;
}
.category-screen .contact-form textarea {
  min-height: 150px;
}
.category-screen .contact-form .btn {
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  background: #7FBD38;
  border-color: #7FBD38;
}
.category-screen .contact-form .btn:focus {
  box-shadow: none;
}
.category-screen .contact-form .btn:active {
  box-shadow: rgba(31, 31, 31, 0.2) 0 0.15rem 0.3rem;
  transform-origin: center;
  transform: scale(0.975);
}

.modal .modal-content {
  padding: 1rem;
}
.modal .modal-content .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: bold;
  font-size: 1.5rem;
}
.modal .modal-content .modal-header .btn-close {
  outline: none;
  box-shadow: none;
}
.modal .modal-content .modal-body {
  padding-top: 0;
}
.modal .modal-content .modal-body p {
  font-size: 0.9rem;
}
.modal .modal-content .modal-body .form-label {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.modal .modal-content .modal-body .form-control {
  height: auto;
  padding: 0.5rem;
}
.modal .modal-content .modal-body .form-control:focus {
  border-color: #ccc;
  box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.3rem;
}
.modal .modal-content .modal-footer {
  border-top: none;
  padding-top: 0;
}
.modal .modal-content .modal-footer .btn {
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.modal .modal-content .modal-footer .btn.btn-primary {
  background: #7FBD38;
  border-color: #7FBD38;
}
.modal .modal-content .modal-footer .btn:focus {
  box-shadow: none;
}
.modal .modal-content .modal-footer .btn:active {
  box-shadow: rgba(31, 31, 31, 0.2) 0 0.15rem 0.3rem;
  transform-origin: center;
  transform: scale(0.975);
}

@keyframes scroll-effect {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(0);
  }
}


