@charset "UTF-8";
/* 
  .--.    .--.   .---------.   .----------.
◤|*@@\   /@@*|◤|*@@@@@@@@@*|◤|*@@@@@@@@@*|
◤|@@@@\ /@@@@|◤|@@@|◤◤|@@@|◤|@@@|◤◤|@@@|
◤|@@@@@v@@@@@|◤|@@@|◤◤|@@@|◤|@@@|◤◤◤◤◤
◤|@@@|'@'|@@@|◤|@@@|◤◤|@@@|◤|@@@|◤◤|@@@|
◤|@@@|◤◤|@@@|◤|*@@@@@@@@@*|◤|*@@@@@@@@@*|       
◤◤◤'   ◤◤◤'◤◤◤◤◤◤◤◤◤'◤◤◤◤◤◤◤◤◤'
HTML-CSS Developed by:
┌───────────────────────────┐
│ MOC ROMADONI a.k.a DONSKI │
╘═══════════════════════════╛
Project date:
┌─────────────────────────┐
│ 3rd March 2019 at 20:18 │
╘═════════════════════════╛
Commisioned for:
┌─────────────────────────┐
│ Studio Sunday - Bandung │
╘═════════════════════════╛
*/
body {
  font-family: 'Gordita', sans-serif;
  background-color: #ffffff;
  font-size: .9rem;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-bottom: 90px;
  overflow-x: hidden;
  height: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 140px;
  }
}

body.body-contact {
  min-height: 800px;
}

@media screen and (min-width: 1367px) {
  body.body-contact {
    min-height: 1000px;
  }
}

body.no-padding-bottom {
  padding-bottom: 0px;
}

body a:hover {
  text-decoration: none;
}

body p, body li {
  font-size: .9rem;
}

.font-small {
  font-size: .8rem;
}

.main-navigation {
  display: block;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  position: relative;
}

.main-navigation:before {
  content: '';
  background-image: url("../images/element-1.png");
  background-repeat: no-repeat;
  background-size: 240px;
  width: 240px;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .main-navigation:before {
    left: 20%;
  }
}

.main-navigation.main-navigation--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
}

.main-navigation .main-navigation--inner {
  position: relative;
  height: auto;
}

@media screen and (max-width: 991px) {
  .main-navigation .main-navigation--inner {
    -ms-flex-pack: flex-start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
}

.main-navigation .main-navigation--inner .main-logo a img {
  display: inline-block;
  margin: 25px auto;
  width: inherit;
  height: 50px;
}

@media screen and (max-width: 991px) {
  .main-navigation .main-navigation--inner .main-logo a img {
    margin-left: 24px;
  }
}

.main-navigation .main-navigation--inner .nav-list {
  position: absolute;
  top: 40px;
  right: 34px;
  display: block;
}

@media screen and (max-width: 767px) {
  .main-navigation .main-navigation--inner .nav-list {
    display: none;
  }
}

.main-navigation .main-navigation--inner .nav-list ul {
  margin: 0;
  padding: 0;
}

.main-navigation .main-navigation--inner .nav-list ul li {
  text-align: right;
  display: inline-block;
  list-style: none;
  margin-left: 26px;
}

.main-navigation .main-navigation--inner .nav-list ul li a {
  font-size: .9rem;
  font-weight: 300;
  color: #222222;
  position: relative;
}

.main-navigation .main-navigation--inner .nav-list ul li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.main-navigation .main-navigation--inner .nav-list ul li a:hover:after {
  opacity: 1;
}

.main-navigation .main-navigation--inner .nav-list ul li a.active {
  margin-left: 14px;
}

.main-navigation .main-navigation--inner .nav-list ul li a.active:before {
  content: url("../images/nav-active-icon.png");
  display: block;
  position: absolute;
  top: -1px;
  left: -14px;
  z-index: 99;
}

.main-navigation .main-navigation--inner .nav-list ul li a.active.active-type-2 {
  margin-left: 0px;
}

.main-navigation .main-navigation--inner .nav-list ul li a.active.active-type-2:before {
  content: url("../images/list-image-small.png");
}

.nav-toggle {
  position: absolute;
  top: 27px;
  right: 34px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  z-index: 999;
  display: none;
}

@media screen and (max-width: 767px) {
  .nav-toggle {
    display: block;
  }
}

.nav-toggle.active {
  position: fixed;
}

.nav-toggle .nav-toggle-icon {
  display: block;
  background: #222222;
  width: 100%;
  height: 3px;
  margin-top: 19px;
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.nav-toggle .nav-toggle-icon:before, .nav-toggle .nav-toggle-icon:after {
  content: '';
  display: block;
  background: #222222;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.nav-toggle .nav-toggle-icon:before {
  top: -14px;
}

.nav-toggle .nav-toggle-icon:after {
  bottom: -14px;
}

.nav-toggle .nav-toggle-icon.active {
  background: #ffffff;
}

.nav-toggle .nav-toggle-icon.active:before {
  top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.nav-toggle .nav-toggle-icon.active:after {
  bottom: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.main-navigation--mobile {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  left: -100%;
  z-index: 998;
  background: #ffffff;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.main-navigation--mobile.active {
  left: 0;
}

.main-navigation--mobile .main-navigation--mobile--inner {
  display: block;
  width: 100%;
  padding: 34px;
  padding-top: 26px;
}

.main-navigation--mobile .main-navigation--mobile--inner ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

.main-navigation--mobile .main-navigation--mobile--inner ul li {
  list-style: none;
  display: block;
  margin-bottom: 8px;
}

.main-navigation--mobile .main-navigation--mobile--inner ul li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222222;
}

.main-navigation--mobile .main-navigation--mobile--inner ul li a:hover {
  color: #222222;
}

.dropdown-menu {
  top: 8px !important;
  padding: 16px;
  padding-left: 29px;
  padding-bottom: 18px;
  min-width: auto;
}

.dropdown-menu .dropdown-item {
  padding: 0px;
  margin-bottom: 16px;
  width: inherit;
  display: inline-block;
}

.dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0px;
}

.dropdown-menu .dropdown-item.active {
  background: #ffffff;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
}

.front-banner {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: e-resize;
}

.front-banner .front-banner--items {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 100vh;
  display: block;
}

.section-content {
  margin-top: 18px;
  display: block;
  width: 100%;
  position: relative;
}

.section-content.section-spacer {
  padding-left: 24px;
  padding-right: 24px;
}

.section-title {
  font-weight: normal;
  color: #222222;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 2rem;
  }
}

.section-title:before {
  content: url("../images/list-image-large.png");
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}

.about--spacer {
  display: block;
  padding: 0px 34px;
}

.about--spacer.about--spacer-small {
  padding: 0px 18px;
}

@media screen and (max-width: 767px) {
  .about--spacer {
    padding: 0px;
  }
}

.title {
  display: block;
  color: #396E50;
  font-weight: bold;
  padding: 12px 0px;
  position: relative;
}

.title.title-md {
  font-size: 1.6rem;
}

.title.title-md:after {
  content: url("../images/title-icon-md.png");
  margin-left: 6px;
  display: inline-block;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
}

.title.title-lg {
  font-size: 2.4rem;
}

.title.title-lg:after {
  content: url("../images/title-icon-md.png");
  margin-left: 6px;
  display: inline-block;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.title-list {
  display: block;
  color: #396E50;
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 1.4rem;
}

.list-custom {
  padding: 0;
  margin-left: 20px;
}

.list-custom li {
  margin-bottom: 12px;
  list-style-image: url("../images/list-image.png");
}

.list-custom.small-font li {
  font-size: .8rem;
  margin-bottom: 6px;
  list-style-image: url("../images/list-image-small.png");
}

.team-group .team-group--list {
  margin-left: 24px;
  margin-right: 24px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 34px;
}

.team-list {
  text-align: center;
  max-width: 180px;
  background: transparent;
  display: inline-block;
  margin: 0px 12px;
  margin-bottom: 24px;
}

.team-list .team-list--image {
  display: inline-block;
  width: 140px;
  height: 140px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #EBF1EA;
  background-position: top !important;
  border-radius: 140px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.team-list .team-list--name {
  font-weight: bold;
}

.slider-image-content {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: e-resize;
}

.slider-image-content .slider-image-content--item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 540px;
  width: 100%;
}

.work-items {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.work-items .work-items--inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  padding-top: 100%;
  height: 100%;
}

.work-items .work-items--inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #396E50;
  opacity: 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.work-items:hover .work-items--inner:before {
  opacity: .5;
}

.work-items .work-items--title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.work-items .work-items--title h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .work-items .work-items--title h3 {
    font-size: 1rem;
  }
}

.work-items .work-items--title h3:before {
  content: url("../images/title-icon-sm-white.png");
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
}

.work-items .work-items--title h3:after {
  content: attr(data-city);
  text-align: right;
  position: absolute;
  bottom: -18px;
  right: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  text-transform: capitalize !important;
}

.works-detail-container {
  overflow-x: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.works-detail-group {
  font-size: 0;
  display: block;
  height: 100vh;
  width: 100%;
  position: relative;
}

.works-detail-group .full-image-left {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70%;
  vertical-align: top;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #EBF1EA;
}

.works-detail-group .full-image-right {
  padding-left: 24px;
  display: inline-block;
  width: 30%;
  background-color: #ffffff;
  height: 100%;
}

.works-detail-group .full-image-right .second-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 60%;
  background-color: #EBF1EA;
}

.works-detail-group .full-image-right .second-image-double {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 25%;
  background-color: #EBF1EA;
  margin-bottom: 5%;
}

.works-detail-group .full-image-right .second-image-double.last-child {
  margin-bottom: 0 !important;
}

.works-detail-group .full-image-right .work-detail--content {
  padding: 18px;
  padding-left: 0px;
  padding-top: 24px;
  display: block;
  position: relative;
  height: auto;
}

.works-detail-group .full-image-right .work-detail--content .work-detail--title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #A4C736;
}

.works-detail-group .full-image-right .work-detail--content .work-detail--title:after {
  content: url("../images/title-icon-2-sm.png");
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
}

.works-detail-group .full-image-right .work-detail--content .city {
  font-weight: normal;
  font-style: italic;
  color: #222222;
  font-size: .9rem;
  display: block;
  margin-bottom: 12px;
}

.works-detail-group .full-image-right .work-detail--content .history-detail {
  margin: 0;
  padding: 0;
}

.works-detail-group .full-image-right .work-detail--content .history-detail li {
  list-style: none;
  font-size: .84rem;
}

.works-detail-group .full-image-right .work-detail--content .history-detail li span {
  font-weight: bold;
}

.works-detail-group .full-image-right .work-detail--content .btn-work {
  margin-top: 24px;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  padding: 0;
  font-size: .8rem;
  font-weight: bold;
  color: #222222;
}

.works-detail-group .full-image-right .work-detail--content .btn-work:focus {
  outline: none;
}

.works-detail-group .full-image-right .work-detail--content .btn-work img {
  width: 20px;
}

.works-detail-group.slide-one {
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.works-detail-group.slide-one.active {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}

.works-detail-group.slide-two {
  display: block;
  position: absolute;
  top: 0px;
  right: -100%;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.works-detail-group.slide-two.active {
  right: 0;
}

@media screen and (max-width: 767px) {
  .works-detail-group.slide-two {
    position: relative;
    top: inherit;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .works-detail-group .full-image-left {
    width: 60%;
  }
  .works-detail-group .full-image-right {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .works-detail-group {
    height: auto;
  }
  .works-detail-group .full-image-left {
    width: 100%;
    display: block;
    margin-bottom: 18px;
    height: 400px;
  }
  .works-detail-group .full-image-right {
    width: 100%;
    display: block;
    padding-left: 0px;
    margin-bottom: 18px;
  }
  .works-detail-group .full-image-right .second-image {
    height: 400px;
  }
  .works-detail-group.slide-one .full-image-right .work-detail--content {
    display: none;
  }
  .works-detail-group.slide-two .full-image-right .work-detail--content {
    padding: 24px;
  }
  .works-detail-group.slide-two .full-image-right .work-detail--content .btn-next-prev {
    display: none;
  }
}

.map-section {
  display: block;
  position: relative;
  width: 97%;
  height: 440px;
  overflow: hidden;
  background-color: #EBF1EA;
}

@media screen and (max-width: 767px) {
  .map-section {
    width: 100%;
  }
}

.map-section .gmap_canvas {
  width: 100%;
  height: 100%;
}

.contact-list {
  margin: 0;
  padding: 0;
}

.contact-list li {
  display: block;
  list-style: none;
  margin-bottom: 24px;
}

.contact-list li .cl-title {
  color: #396E50;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

footer {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 8px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 99;
}

footer .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}

@media screen and (max-width: 991px) {
  footer .container-fluid .row .col-md-3, footer .container-fluid .row .col-md-9 {
    text-align: center !important;
    margin-bottom: 6px;
  }
  footer .container-fluid .row .col-md-9 .footer-list {
    text-align: center !important;
  }
}

footer .footer-element {
  position: absolute;
  width: 46px;
  display: block;
}

footer .footer-element.fe-left {
  left: 0;
  bottom: 0;
}

footer .footer-element.fe-right {
  right: 0;
  bottom: 0;
}

.footer-list {
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100%;
}

.footer-list li {
  display: inline-block;
  list-style: none;
  margin-left: 14px;
  color: #222222;
  font-size: .8rem;
}

.footer-list li img {
  height: 18px;
  display: inline-block;
  vertical-align: top;
}

.hide-this {
  display: none;
}

.element-graphic-1 {
  display: block;
  width: 40px;
  z-index: 99;
  position: fixed;
}

.element-graphic-1.right-bottom {
  right: 19px;
  top: 20%;
}

@media screen and (max-width: 767px) {
  .element-graphic-1.right-bottom {
    top: 38%;
  }
}

.element-graphic-1.left-top {
  left: 19px;
  top: 65%;
}

.about-element-img-1, .about-element-img-2, .about-element-img-3 {
  position: absolute;
  width: 200px;
  z-index: -1;
}

.about-element-img-1 {
  right: 0;
  top: 20%;
}

.about-element-img-1.ae-services {
  top: 6%;
}

.about-element-img-2 {
  left: 0;
  top: 50%;
}

.about-element-img-3 {
  right: 0;
  top: 40%;
}

.about-element-1 .about-element-img-1, .about-element-1 .about-element-img-2, .about-element-1 .about-element-img-3 {
  position: absolute;
  width: 200px;
  z-index: -1;
}

.about-element-1 .about-element-img-1 {
  right: -104px;
  top: 0;
}

.about-element-1 .about-element-img-2 {
  left: -104px;
  top: 0;
}

.about-element-1.about-element-1--services .about-element-img-1 {
  right: 0px;
  top: 0;
  z-index: -1;
}

.about-element-1.about-element-1--services .about-element-img-3 {
  width: 140px;
  right: 0;
  top: -80px;
  z-index: -1;
}

.about-element-1.about-element-1--contact .about-element-img-1 {
  width: 130px;
  right: -24px;
  top: 0;
}

.set-bg-bottom {
  background-position: bottom !important;
}
/*# sourceMappingURL=styles.css.map */