@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body {
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h5 {
  color: #000;
}

a {
  transition: 0.3s all ease;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

.folio-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 0;
  z-index: 99999;
}

.folio-navbar .container-fluid {
  max-width: 100%;
}

.folio-navbar .toggle-menu {
  z-index: 9999;
  position: relative;
  top: -13px;
  display: none;
}

@media (max-width: 767.98px) {
  .folio-navbar .toggle-menu {
    display: block;
  }
}
.folio-navbar .toggle-menu:active,
.folio-navbar .toggle-menu:focus {
  outline: none;
}

.folio-navbar .site-logo {
  position: relative;
  top: -10px;
  z-index: 9999;
}

.folio-navbar .site-logo a {
  font-weight: bold;
  font-size: 48px;
  color: #000;
}

.hghlght {
  color: #ff5400;
}

.fancy {
  position: relative;
  white-space: nowrap;
}
.fancy:after {
  --deco-height: 0.3125em;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--deco-height) * -0.625);
  height: var(--deco-height);
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-17 30.5C-1 22 72-4 54 13 37.9 28.2-2.5 57.5 16 55.5s72-29 104-40' stroke='lightgrey' stroke-width='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h100v64H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: auto 100%;
  background-repeat: round;
  background-position: 0em;
}

.folio-navbar .folio-menu {
  position: relative;
}

.folio-navbar .folio-menu ul {
  margin-bottom: 0;
}

.folio-navbar .folio-menu ul li {
  display: inline-block;
}

.folio-navbar .folio-menu ul li a {
  margin: 20px 20px 0 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #000;
  position: relative;
  padding-bottom: 5px;
  display: block;
}

.folio-navbar .folio-menu ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  left: 0;
  background: #ff5400;
  transition: 0.15s width ease;
}

.folio-navbar .folio-menu ul li a:hover:before {
  width: 100%;
}

.folio-navbar .folio-menu ul li.active > a:before {
  width: 100%;
}

.folio-navbar .folio-menu ul li:last-child a {
  margin-right: 0;
}

.folio-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

.folio-hero .lead {
  font-size: 28px;
}

@media (max-width: 991.98px) {
  .folio-hero .lead {
    font-size: 20px;
  }
}
.folio-hero .cover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.folio-hero .cover img {
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.folio-hero.overlay:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.folio-hero.overlay h1 {
  color: #fff;
}

.folio-hero.overlay .lead {
  color: #fff;
  opacity: 0.5;
}

.folio-hero,
.intro {
  height: 90vh;
  min-height: 700px;
}

.folio-hero h1,
.intro h1 {
  color: #000;
  font-size: 70px;
  font-weight: bold;
}

/* My Code */
.me {
  max-width: 100%;
  height: auto;
}

.experience .position {
  color: #000;
}
.experience h4 {
  font-size: 0.9em;
  color: #495057;
}

.proj-section img {
  max-width: 100%;
  max-height: 100%;
}
.proj-section .text-wrapper {
  margin: 60px 0 60px 0;
}
.proj-section .text-wrapper .section-title {
  font-size: 24px;
  font-weight: bold;
}
.remove-margin {
  margin: 0 !important;
}

/* My Code */
@media (max-width: 991.98px) {
  .folio-hero h1,
  .intro h1 {
    font-size: 36px;
  }
}
.folio-portfolio-overlap {
  position: relative;
  margin-top: -100px;
}

@media (max-width: 991.98px) {
  .folio-portfolio-overlap {
    margin-top: -50px;
  }
}
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1600px;
}

@media (max-width: 767.98px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.folio-section {
  padding: 7em 0;
}

@media (max-width: 991.98px) {
  .folio-section {
    padding: 3em 0;
  }
}
.folio-section h2 {
  line-height: 1.5;
}

.folio-cta {
  padding: 7em 0;
  display: block;
  background: #f8f9fa;
  position: relative;
}

.folio-cta:before {
  content: "";
  position: absolute;
  height: 0px;
  bottom: 0;
  background: #ff5400;
  width: 100%;
  left: 0;
  transition: 0.3s all ease-out;
}

.folio-cta .cta-inner {
  display: block;
  text-align: center;
}

.folio-cta span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}

.folio-cta .words-1 {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.folio-cta .words-2 {
  opacity: 0;
  visibility: hidden;
  top: 40px;
}

.folio-cta h2 {
  font-weight: normal;
  margin-bottom: 0;
  color: #000;
  position: relative;
  bottom: 0;
  transition: 0.4s all ease;
}

.folio-cta:hover:before,
.folio-cta:focus:before {
  height: 100%;
}

.folio-cta:hover .words-1,
.folio-cta:focus .words-1 {
  opacity: 0;
  visibility: hidden;
  top: -40px;
}

.folio-cta:hover .words-2,
.folio-cta:focus .words-2 {
  opacity: 1;
  visibility: visible;
  top: 0px;
  color: #fff;
}

.section-heading {
  font-size: 20px;
  color: #495057;
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.section-heading:after {
  content: "";
  height: 2px;
  width: 30%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(-50%);
  background: #000;
}

.project,
.post {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.project figure,
.post figure {
  margin: 0;
  position: relative;
}

.project .project-hover,
.project .post-hover,
.post .project-hover,
.post .post-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 84, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
}

.project .project-hover .project-hover-inner,
.project .project-hover .post-hover-inner,
.project .post-hover .project-hover-inner,
.project .post-hover .post-hover-inner,
.post .project-hover .project-hover-inner,
.post .project-hover .post-hover-inner,
.post .post-hover .project-hover-inner,
.post .post-hover .post-hover-inner {
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
  text-align: center;
}

.project .project-hover .project-hover-inner h2,
.project .project-hover .post-hover-inner h2,
.project .post-hover .project-hover-inner h2,
.project .post-hover .post-hover-inner h2,
.post .project-hover .project-hover-inner h2,
.post .project-hover .post-hover-inner h2,
.post .post-hover .project-hover-inner h2,
.post .post-hover .post-hover-inner h2 {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  position: relative;
  bottom: -30px;
}

.project .project-hover .project-hover-inner span,
.project .project-hover .post-hover-inner span,
.project .post-hover .project-hover-inner span,
.project .post-hover .post-hover-inner span,
.post .project-hover .project-hover-inner span,
.post .project-hover .post-hover-inner span,
.post .post-hover .project-hover-inner span,
.post .post-hover .post-hover-inner span {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  position: relative;
  bottom: -30px;
  transition: 0.5s all ease;
}

.project:hover .project-hover,
.project:hover .post-hover,
.project:focus .project-hover,
.project:focus .post-hover,
.post:hover .project-hover,
.post:hover .post-hover,
.post:focus .project-hover,
.post:focus .post-hover {
  visibility: visible;
  opacity: 1;
}

.project:hover .project-hover .project-hover-inner,
.project:hover .project-hover .post-hover-inner,
.project:hover .post-hover .project-hover-inner,
.project:hover .post-hover .post-hover-inner,
.project:focus .project-hover .project-hover-inner,
.project:focus .project-hover .post-hover-inner,
.project:focus .post-hover .project-hover-inner,
.project:focus .post-hover .post-hover-inner,
.post:hover .project-hover .project-hover-inner,
.post:hover .project-hover .post-hover-inner,
.post:hover .post-hover .project-hover-inner,
.post:hover .post-hover .post-hover-inner,
.post:focus .project-hover .project-hover-inner,
.post:focus .project-hover .post-hover-inner,
.post:focus .post-hover .project-hover-inner,
.post:focus .post-hover .post-hover-inner {
  visibility: visible;
  opacity: 1;
  animation-delay: 10s;
}

.project:hover .project-hover .project-hover-inner h2,
.project:hover .project-hover .post-hover-inner h2,
.project:hover .post-hover .project-hover-inner h2,
.project:hover .post-hover .post-hover-inner h2,
.project:focus .project-hover .project-hover-inner h2,
.project:focus .project-hover .post-hover-inner h2,
.project:focus .post-hover .project-hover-inner h2,
.project:focus .post-hover .post-hover-inner h2,
.post:hover .project-hover .project-hover-inner h2,
.post:hover .project-hover .post-hover-inner h2,
.post:hover .post-hover .project-hover-inner h2,
.post:hover .post-hover .post-hover-inner h2,
.post:focus .project-hover .project-hover-inner h2,
.post:focus .project-hover .post-hover-inner h2,
.post:focus .post-hover .project-hover-inner h2,
.post:focus .post-hover .post-hover-inner h2 {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}

.project:hover .project-hover .project-hover-inner span,
.project:hover .project-hover .post-hover-inner span,
.project:hover .post-hover .project-hover-inner span,
.project:hover .post-hover .post-hover-inner span,
.project:focus .project-hover .project-hover-inner span,
.project:focus .project-hover .post-hover-inner span,
.project:focus .post-hover .project-hover-inner span,
.project:focus .post-hover .post-hover-inner span,
.post:hover .project-hover .project-hover-inner span,
.post:hover .project-hover .post-hover-inner span,
.post:hover .post-hover .project-hover-inner span,
.post:hover .post-hover .post-hover-inner span,
.post:focus .project-hover .project-hover-inner span,
.post:focus .project-hover .post-hover-inner span,
.post:focus .post-hover .project-hover-inner span,
.post:focus .post-hover .post-hover-inner span {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.folio-footer {
  padding: 7em 0;
  border-top: 1px solid #F4F4F4;
}

.folio-footer .container-fluid {
  max-width: 100%;
}

.folio-footer small {
  font-size: 16px;
}

.folio-footer p:last-child {
  margin-bottom: 0;
}

.folio-footer .footer-social {
  position: relative;
}

.folio-footer .footer-social a {
  color: #adb5bd;
  position: relative;
  transition: 0.3s all ease;
  font-size: 26px;
}

.folio-footer .footer-social a:hover,
.folio-footer .footer-social a:focus {
  color: #ff5400;
  transform: scale(1.7);
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none !important;
}

.go-down {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  margin-left: -15px;
  position: absolute;
  margin-top: 70px;
}

.go-down:before {
  width: 2px;
  height: 40px;
  right: 27px;
  content: "";
  display: block;
  position: absolute;
  background: #ff5400;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  top: 0;
  transition: 0.3s all ease;
}

.go-down:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  margin-left: -1px;
  position: absolute;
  border-top-color: #ff5400;
  border-width: 7px;
  margin-left: -7px;
}

.go-down:hover {
  height: 70px;
}

.go-down:hover:before {
  height: 70px;
}

.folio-media h3 {
  font-size: 18px;
  color: #ff5400;
}

.folio-media .icon span {
  font-size: 40px;
  color: #adb5bd;
}

.work-detail {
  margin-bottom: 100px;
}

.work-detail .caption {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  color: #adb5bd;
}

.work-detail strong {
  font-weight: normal;
  color: #000;
}

@media (max-width: 600px) {
  .folio-cta {
    padding: 5em 0;
  }
  .cta-inner h2 {
    font-size: 16px;
  }
  .remove-padding {
    padding: 0 !important;
  }
  .excerpt {
    font-size: 28px;
  }
}/*# sourceMappingURL=style.css.map */