@charset "UTF-8";
@font-face {
  font-family: 'Source Sans Pro Bold';
  src: url("../fonts/hinted-SourceSansPro-Bold.eot");
  src: url("../fonts/hinted-SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-SourceSansPro-Bold.woff") format("woff"), url("../fonts/hinted-SourceSansPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro Regular';
  src: url("../fonts/hinted-SourceSansPro-Regular.eot");
  src: url("../fonts/hinted-SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-SourceSansPro-Regular.woff") format("woff"), url("../fonts/hinted-SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro Italic';
  src: url("../fonts/hinted-SourceSansPro-It.eot");
  src: url("../fonts/hinted-SourceSansPro-It.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-SourceSansPro-It.woff") format("woff"), url("../fonts/hinted-SourceSansPro-It.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans Pro Semibold';
  src: url("../fonts/hinted-SourceSansPro-Semibold.eot");
  src: url("../fonts/hinted-SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-SourceSansPro-Semibold.woff") format("woff"), url("../fonts/hinted-SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/hinted-Gotham-Book.eot");
  src: url("../fonts/hinted-Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Gotham-Book.woff") format("woff"), url("../fonts/hinted-Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/hinted-Gotham-Bold.eot");
  src: url("../fonts/hinted-Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-Gotham-Bold.woff") format("woff"), url("../fonts/hinted-Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (min-width: 1780px) and (max-width: 1919px) {
  html {
    font-size: 58%;
  }
}

@media screen and (min-width: 1680px) and (max-width: 1779px) {
  html {
    font-size: 55%;
  }
}

@media screen and (min-width: 1580px) and (max-width: 1679px) {
  html {
    font-size: 52%;
  }
}

@media screen and (min-width: 1480px) and (max-width: 1579px) {
  html {
    font-size: 50%;
  }
}

@media screen and (max-width: 1479px) {
  html {
    font-size: 48%;
  }
}

body {
  font-family: 'Gotham Book';
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  overflow-x: hidden;
  margin: 0;
}

h1 {
  font-size: 63px;
  font-size: 6.3rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 31px;
  }
}

h2 {
  font-size: 43px;
  font-size: 4.3rem;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 35px;
  font-size: 3.5rem;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 23px;
  font-size: 2.3rem;
}

h5 {
  font-size: 18px;
}

@media screen and (max-width: 1680px) {
  h5 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1440px) {
  h5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 15px;
  }
}

h6 {
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gotham Bold';
  line-height: 1.1;
  color: #1c4f2a;
}

p, li {
  font-size: 15px;
  line-height: 1.5;
  color: #4e4e4e;
  font-family: 'Gotham Book';
}

@media screen and (max-width: 1680px) {
  p, li {
    font-size: 14px;
  }
}

@media screen and (max-width: 1440px) {
  p, li {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  p, li {
    font-size: 12px;
  }
}

.title-bold {
  font-family: 'Gotham Bold';
}

.title-semibold {
  font-family: 'Gotham Bold';
}

/* =========================

        GENERAL STYLES

   =========================*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

a:link,
a:visited,
a:active {
  color: #fff;
  pointer-events: auto;
  text-decoration: none;
}

a:link:hover,
a:visited:hover,
a:active:hover {
  color: #dbdbdb;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/**************************************************/
/*                      HOME                     ;*/
/**************************************************/
#navigation-wrapper {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}

#navigation-wrapper.affix nav.navbar-custom .navbar-outer {
  background-color: rgba(28, 79, 42, 0.9);
}

@media screen and (max-width: 767px) {
  #navigation-wrapper.affix nav.navbar-custom .navbar-outer {
    background-color: #1c4f2a;
  }
}

#navigation-wrapper.dashboard {
  position: relative;
}

#navigation-wrapper .top-nav {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 6px 0;
}

#navigation-wrapper .top-nav .top-nav-inner {
  position: relative;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

#navigation-wrapper .top-nav .top-nav-inner .fa {
  color: #848485;
  font-size: 14px;
}

#navigation-wrapper .top-nav .top-nav-inner p {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'Gotham Bold';
  color: #4a4a4a;
  margin: 0;
  font-size: 13px;
  line-height: 19px;
}

#navigation-wrapper .top-nav .top-nav-inner p.divider {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

#navigation-wrapper .user-image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  #navigation-wrapper .user-image {
    position: absolute;
    width: 29px;
    right: 15px;
    top: 10px;
    margin-right: 0;
  }
}

#navigation-wrapper nav.navbar-custom {
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  background-color: transparent;
  margin-bottom: 0;
  z-index: 1;
  border: none;
}

#navigation-wrapper nav.navbar-custom.dashboard {
  position: relative;
  top: 0;
  background-color: #1c4f2a;
}

@media screen and (max-width: 767px) {
  #navigation-wrapper nav.navbar-custom {
    top: 31px;
  }
}

#navigation-wrapper nav.navbar-custom .navbar-logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 19%;
  padding: 4px 20px;
  background-color: #1c4f2a;
}

@media screen and (max-width: 1440px) {
  #navigation-wrapper nav.navbar-custom .navbar-logo-wrapper {
    padding: 3px 20px;
  }
}

@media screen and (max-width: 767px) {
  #navigation-wrapper nav.navbar-custom .navbar-logo-wrapper {
    width: auto;
    padding: 6px 15px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

#navigation-wrapper nav.navbar-custom .navbar-logo-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  height: 100%;
  width: 78px;
  background-image: url(../images/main/navbar-logo-wrapper-bg.png);
  background-position: left top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #navigation-wrapper nav.navbar-custom .navbar-logo-wrapper:after {
    content: none;
  }
}

#navigation-wrapper nav.navbar-custom .navbar-logo-wrapper .navbar-logo {
  position: relative;
  display: block;
  height: 62px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-left: auto;
}

@media screen and (max-width: 1440px) {
  #navigation-wrapper nav.navbar-custom .navbar-logo-wrapper .navbar-logo {
    height: 54px;
  }
}

@media screen and (max-width: 767px) {
  #navigation-wrapper nav.navbar-custom .navbar-logo-wrapper .navbar-logo {
    height: 38px;
  }
}

#navigation-wrapper nav.navbar-custom .navbar-outer {
  position: relative;
  background: #1c4f2a;
  /* The Fallback */
  background: rgba(28, 79, 42, 0.15);
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 767px) {
  #navigation-wrapper nav.navbar-custom .navbar-outer {
    background-color: #1c4f2a;
  }
}

#navigation-wrapper nav.navbar-custom .navbar-inner {
  position: relative;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #navigation-wrapper nav.navbar-custom .navbar-inner .navbar-toggle {
    float: left;
    margin-right: initial;
    margin-left: 5px;
  }
}

#navigation-wrapper nav.navbar-custom .navbar-inner .icon-bar {
  background-color: #e4bf66;
}

@media screen and (min-width: 768px) {
  #navigation-wrapper nav.navbar-custom .navbar-inner ul.navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}

#navigation-wrapper nav.navbar-custom .navbar-inner ul.navbar-nav li {
  text-transform: uppercase;
}

#navigation-wrapper nav.navbar-custom .navbar-inner ul.navbar-nav li.open a {
  background-color: transparent;
  color: #e4bf66;
}

#navigation-wrapper nav.navbar-custom .navbar-inner ul.navbar-nav li.active a:after {
  width: 100%;
}

#navigation-wrapper nav.navbar-custom .navbar-inner ul.navbar-nav li > a {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 70px;
  font-size: 16px;
}

@media screen and (max-width: 1440px) {
  #navigation-wrapper nav.navbar-custom .navbar-inner ul.navbar-nav li > a {
    line-height: 60px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #navigation-wrapper nav.navbar-custom .navbar-inner ul.navbar-nav li > a {
    line-height: 50px;
    font-size: 13px;
  }
}

#navigation-wrapper nav.navbar-custom .navbar-inner ul.navbar-nav li > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #edc56c;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

#navigation-wrapper nav.navbar-custom .navbar-inner ul.navbar-nav li > a:focus, #navigation-wrapper nav.navbar-custom .navbar-inner ul.navbar-nav li > a:hover, #navigation-wrapper nav.navbar-custom .navbar-inner ul.navbar-nav li > a:active {
  background-color: transparent;
  color: #e4bf66;
}

#navigation-wrapper nav.navbar-custom .navbar-inner ul.navbar-nav li > a:focus:after, #navigation-wrapper nav.navbar-custom .navbar-inner ul.navbar-nav li > a:hover:after, #navigation-wrapper nav.navbar-custom .navbar-inner ul.navbar-nav li > a:active:after {
  width: 100%;
}

#navigation-wrapper nav.navbar-custom .navbar-inner ul.navbar-nav ul.dropdown-menu {
  background-color: #1c4f2a;
}

@media screen and (min-width: 768px) {
  #navigation-wrapper nav.navbar-custom .navbar-inner .navbar-collapse {
    text-align: center;
  }
}

#navigation-wrapper nav.navbar-custom .navbar-inner ul.change-language {
  position: absolute;
  top: 0;
  right: 0;
}

#navigation-wrapper nav.navbar-custom .navbar-inner ul.change-language.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  #navigation-wrapper nav.navbar-custom .navbar-inner ul.change-language.mobile {
    display: block;
    position: relative;
    padding-left: 0;
    text-align: center;
  }
}

#navigation-wrapper nav.navbar-custom .navbar-inner ul.change-language.mobile > li a {
  line-height: 50px;
  padding: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #navigation-wrapper nav.navbar-custom .navbar-inner ul.change-language {
    display: none;
  }
}

#navigation-wrapper nav.navbar-custom .navbar-inner ul.change-language > li {
  display: inline-block;
}

#navigation-wrapper nav.navbar-custom .navbar-inner ul.change-language > li.active {
  background-color: #1c4f2a;
}

#navigation-wrapper nav.navbar-custom .navbar-inner ul.change-language > li a {
  line-height: 70px;
  padding: 0 15px;
  font-size: 16px;
}

@media screen and (max-width: 1440px) {
  #navigation-wrapper nav.navbar-custom .navbar-inner ul.change-language > li a {
    line-height: 60px;
    font-size: 14px;
  }
}

p[data-toggle="modal"] {
  cursor: pointer;
  cursor: pointer;
}

.modal-dialog-custom {
  width: 100%;
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  .modal-dialog-custom {
    margin-left: 0;
    margin-right: 0;
  }
}

.modal-dialog-custom.wide {
  max-width: 960px;
}

.modal-dialog-custom.wide .modal-content .modal-body {
  padding: 4% 7%;
}

@media screen and (max-width: 767px) {
  .modal-dialog-custom.wide .modal-content .modal-body {
    padding: 10% 15px;
  }
}

.modal-dialog-custom .modal-content {
  border-radius: 0;
  background-color: #1c4f2a;
}

.modal-dialog-custom .modal-content .close-modal-button {
  padding: 0;
  width: 40px;
  position: absolute;
  top: -22px;
  right: -22px;
  background-color: #1c4f2a;
  border-radius: 50%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .modal-dialog-custom .modal-content .close-modal-button {
    right: initial;
    left: 8px;
    top: 8px;
  }
}

.modal-dialog-custom .modal-content .modal-body {
  padding: 7% 10%;
}

@media screen and (max-width: 767px) {
  .modal-dialog-custom .modal-content .modal-body {
    padding: 10% 15px;
  }
}

.modal-dialog-custom .modal-content .modal-body h2 {
  color: #e4bf66;
  text-align: center;
  text-transform: uppercase;
}

.modal-dialog-custom .modal-content .modal-body .btn-custom {
  margin-top: 9%;
  margin-bottom: 10%;
}

.modal-dialog-custom .modal-content .modal-body .line-decoration.left.bottom {
  left: 15px;
  bottom: 15px;
}

.modal-dialog-custom .modal-content .modal-body .line-decoration.left.bottom .box {
  border-color: #1c4f2a;
}

.modal-dialog-custom .modal-content .modal-body .line-decoration.right.top {
  right: 15px;
  top: 15px;
}

.modal-dialog-custom .modal-content .modal-body .line-decoration.right.top .box {
  border-color: #1c4f2a;
}

.modal-dialog-custom .modal-content p.modal-link {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}

.modal-dialog-custom .form-group-custom .input-custom {
  background-color: transparent;
}

.modal-dialog-custom .form-group-custom .input-custom option {
  background-color: #1c4f2a;
  color: #e4bf66;
}

.modal-dialog-custom .form-group-custom.last {
  margin-bottom: 4%;
}

.modal-dialog-custom .form-group-custom.last .input-custom {
  margin-bottom: 4%;
}

.checkbox-custom label {
  color: #fff;
}

#header {
  position: relative;
  widows: 100%;
  height: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center center;
}

#header div.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.45);
  background-color: rgba(30, 30, 30, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#header div.header-overlay .header-overlay-inner {
  position: relative;
  width: 100%;
}

#header div.header-overlay .header-text {
  position: relative;
  width: 100%;
  height: auto;
  background-color: rgba(183, 183, 183, 0.25);
  padding: 3.5% 5%;
}

#header div.header-overlay .header-text .header-text-inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

#header div.header-overlay .header-text .header-text-inner h1 {
  color: #e4bf66;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}

#header div.header-overlay .header-text .header-text-inner h2 {
  color: #e4bf66;
  margin-top: 0;
  margin-bottom: 15px;
}

#header div.header-overlay .header-text .header-text-inner p {
  color: #ffffff;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #header div.header-overlay .header-text .header-text-inner p {
    width: 85%;
  }
}

#header div.header-overlay .header-text .header-text-inner div.vertical-line {
  position: absolute;
  height: 100px;
  width: 1px;
  background-color: #d7d7d7;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 110%;
}

@media screen and (max-width: 767px) {
  #header div.header-overlay .header-text .header-text-inner div.vertical-line {
    display: none;
  }
}

#header div.header-overlay .header-text .header-text-inner img.index-header-ojk-logo {
  position: absolute;
  width: 280px;
  width: 28rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 100%;
  margin-top: 25px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
  #header div.header-overlay .header-text .header-text-inner img.index-header-ojk-logo {
    display: none;
  }
}

#header div.header-overlay .header-button-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 18%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  #header div.header-overlay .header-button-wrapper .btn-custom {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}

.btn-custom {
  background-color: #286738;
  border-radius: 0;
  color: #e4bf66;
  font-family: 'Gotham Bold';
  font-size: 18px;
  padding: 9px 75px;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}

@media screen and (max-width: 1440px) {
  .btn-custom {
    font-size: 16px;
  }
}

@media screen and (max-width: 1380px) {
  .btn-custom {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .btn-custom {
    padding: 7px 29px;
    font-size: 13px;
  }
}

.btn-custom:focus, .btn-custom:hover {
  background-color: #225830;
  outline: none !important;
  color: #e4bf66;
}

.btn-custom.gold {
  background-color: #e4bf66;
  color: #1a4927;
}

.btn-custom.gold:focus, .btn-custom.gold:hover {
  background-color: #e1b855;
  outline: none !important;
  color: #1a4927;
}

.btn-custom.gold.white {
  background-color: #e4bd69;
  color: #fff;
}

.btn-custom.gold.white:focus, .btn-custom.gold.white:hover {
  background-color: #e1b558;
  outline: none !important;
  color: #fff;
}

.btn-custom.transparent {
  background-color: transparent;
  color: #e4bf66;
  border: 1px solid #fff;
}

.btn-custom.transparent:focus, .btn-custom.transparent:hover {
  background-color: #fff;
  outline: none !important;
  color: #1c4f2a;
}

.btn-custom.red {
  background-color: #e55252;
  color: #fff;
}

.btn-custom.red:focus, .btn-custom.red:hover, .btn-custom.red.active {
  background-color: #e02f2f;
  color: #fff;
}

.btn-custom.white {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #e4bf66;
}

.btn-custom.white:focus, .btn-custom.white:hover, .btn-custom.white.active {
  background-color: #e4bf66;
  color: #fff;
}

.btn-custom.full {
  width: 100%;
}

.btn-custom + .btn-custom {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .btn-custom + .btn-custom {
    margin-left: 15px;
  }
}

hr.gold-line {
  position: relative;
  width: 80px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: auto;
  border-top: 2px solid #edc56c;
}

@media screen and (max-width: 767px) {
  hr.gold-line {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

hr.gold-line.center {
  margin-left: auto;
  margin-right: auto;
}

hr.white-line {
  position: relative;
  width: 80px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: auto;
  border-top: 2px solid #fff;
}

hr.white-line.center {
  margin-left: auto;
  margin-right: auto;
}

#home-tentang, #home-point, #contact-us, #contact-us-form, #khazanah-quote, #khazanah-list, #tentang-kami-title, #search-project, #footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 5% 3%;
}

@media screen and (max-width: 1080px) {
  #home-tentang, #home-point, #contact-us, #contact-us-form, #khazanah-quote, #khazanah-list, #tentang-kami-title, #search-project, #footer {
    padding: 0 25px 3%;
  }
}

@media screen and (max-width: 767px) {
  #home-tentang, #home-point, #contact-us, #contact-us-form, #khazanah-quote, #khazanah-list, #tentang-kami-title, #search-project, #footer {
    padding: 0;
  }
}

#home-tentang .inner-container, #home-point .inner-container, #contact-us .inner-container, #contact-us-form .inner-container, #khazanah-quote .inner-container, #khazanah-list .inner-container, #tentang-kami-title .inner-container, #search-project .inner-container, #footer .inner-container {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin-top: 0;
  padding: 4% 3%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #home-tentang .inner-container, #home-point .inner-container, #contact-us .inner-container, #contact-us-form .inner-container, #khazanah-quote .inner-container, #khazanah-list .inner-container, #tentang-kami-title .inner-container, #search-project .inner-container, #footer .inner-container {
    padding: 9% 15px;
  }
}

#home-tentang .inner-container.first, #home-point .inner-container.first, #contact-us .inner-container.first, #contact-us-form .inner-container.first, #khazanah-quote .inner-container.first, #khazanah-list .inner-container.first, #tentang-kami-title .inner-container.first, #search-project .inner-container.first, #footer .inner-container.first {
  margin-top: -10rem;
}

#home-tentang .inner-container .title-container, #home-point .inner-container .title-container, #contact-us .inner-container .title-container, #contact-us-form .inner-container .title-container, #khazanah-quote .inner-container .title-container, #khazanah-list .inner-container .title-container, #tentang-kami-title .inner-container .title-container, #search-project .inner-container .title-container, #footer .inner-container .title-container {
  position: relative;
  width: 77%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: center;
  margin-bottom: 7%;
}

@media screen and (max-width: 767px) {
  #home-tentang .inner-container .title-container, #home-point .inner-container .title-container, #contact-us .inner-container .title-container, #contact-us-form .inner-container .title-container, #khazanah-quote .inner-container .title-container, #khazanah-list .inner-container .title-container, #tentang-kami-title .inner-container .title-container, #search-project .inner-container .title-container, #footer .inner-container .title-container {
    width: 100%;
    margin-bottom: 10%;
  }
}

#home-tentang .inner-container .title-container h2, #home-point .inner-container .title-container h2, #contact-us .inner-container .title-container h2, #contact-us-form .inner-container .title-container h2, #khazanah-quote .inner-container .title-container h2, #khazanah-list .inner-container .title-container h2, #tentang-kami-title .inner-container .title-container h2, #search-project .inner-container .title-container h2, #footer .inner-container .title-container h2 {
  margin-top: 0;
}

.home-tentang-video {
  position: relative;
  width: 98%;
  min-height: 150px;
}

.home-tentang-video:before {
  content: '';
  display: block;
  padding-top: 62%;
}

@media screen and (max-width: 767px) {
  .home-tentang-video {
    width: 100%;
  }
}

.home-tentang-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181818;
  /* The Fallback */
  background: rgba(24, 24, 24, 0.3);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-tentang-video.right {
  margin-left: auto;
}

.play-wrapper {
  position: relative;
  width: 100%;
}

.play-wrapper .play {
  display: block;
  width: 0;
  height: 0;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  border-left: 3.5rem solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 25px solid #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .play-wrapper .play {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 19px solid #fff;
  }
}

.play-wrapper .play:before {
  content: '';
  position: absolute;
  top: -5rem;
  left: -6.5rem;
  bottom: -5rem;
  right: -3.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .play-wrapper .play:before {
    top: -4rem;
    left: -5.5rem;
    bottom: -4rem;
    right: -2.5rem;
  }
}

.play-wrapper .play:hover:before, .play-wrapper .play:focus:before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.play-wrapper .no-flexbox .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.play-wrapper h4 {
  text-transform: uppercase;
  color: #fff;
  margin-top: 60px;
  margin-top: 6rem;
  letter-spacing: 2px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .play-wrapper h4 {
    margin-top: 30px;
    font-size: 15px;
  }
}

.home-tentang-video-summary {
  position: relative;
  width: 100%;
  padding: 5%;
}

@media screen and (max-width: 767px) {
  .home-tentang-video-summary {
    padding: 8% 0;
  }
}

.home-tentang-video-summary h3 {
  font-family: 'Gotham Bold';
}

@media screen and (max-width: 767px) {
  .home-tentang-video-summary h3 {
    margin-top: 0;
  }
}

#home-projects {
  position: relative;
  width: 100%;
  padding: 0 7.5% 5%;
  background-color: #1c4f2a;
  background-image: url(../images/main/home-projects-bg.png);
  /*background: -webkit-linear-gradient(top, #fff 22%, #1c4f2a 22%), url(../images/main/home-projects-bg.png) 41%;
  background: linear-gradient(180deg, #fff 22%, #1c4f2a 22%), url(../images/main/home-projects-bg.png) 41%;*/
  background-size: cover, 100% 78%;
  background-position: center center, center bottom;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

@media screen and (max-width: 1280px) {
  #home-projects {
    padding: 0 5% 5%;
  }
}

@media screen and (max-width: 1080px) {
  #home-projects {
    padding: 0 25px 5%;
  }
}

@media screen and (max-width: 767px) {
  #home-projects {
    padding: 0 0 12%;
  }
}

#home-projects .home-projects-carousel {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
}

#home-projects .home-projects-carousel .owl-controls .owl-nav div {
  position: absolute;
  background: transparent;
  opacity: 1;
}

#home-projects .home-projects-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
  bottom: 10%;
}

#home-projects .home-projects-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
  bottom: 10%;
}

#home-projects .home-projects-carousel .owl-controls .owl-nav .owl-arrow {
  width: 21px;
  width: 2.1rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#home-projects .home-projects-carousel .projects-slider {
  position: relative;
  width: 100%;
  min-height: 100px;
  z-index: 1;
}

#home-projects .home-projects-carousel .projects-slider:before {
  content: '';
  display: block;
  padding-top: 42%;
}

#home-projects .home-projects-carousel .home-projects-summary {
  position: relative;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10%;
  background-color: #154221;
  padding: 3% 6%;
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  #home-projects .home-projects-carousel .home-projects-summary {
    padding: 3% 4%;
  }
}

@media screen and (max-width: 767px) {
  #home-projects .home-projects-carousel .home-projects-summary {
    width: 100%;
    padding: 15px;
    margin-top: 0;
  }
}

#home-projects .home-projects-carousel .home-projects-summary p {
  color: #fff;
}

#home-projects .home-projects-carousel .home-projects-summary h3 {
  color: #e4bf66;
}

#home-projects .home-projects-carousel .home-projects-summary h3.project-name {
  color: #fff;
  margin-top: 0;
  font-family: 'Gotham Bold';
  letter-spacing: 2px;
  font-size: 30px;
  font-size: 3rem;
}

#home-projects .home-projects-carousel .home-projects-summary .row-project-summary {
  position: relative;
}

#home-projects .home-projects-carousel .home-projects-summary .row-project-summary .project-summary-stats {
  position: relative;
  text-align: center;
}

#home-projects .home-projects-carousel .home-projects-summary .row-project-summary .project-summary-stats:last-child:before {
  content: none;
}

#home-projects .home-projects-carousel .home-projects-summary .row-project-summary .project-summary-stats:before {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background-color: #1e522c;
  position: absolute;
  top: 0;
  right: 0;
}

#home-projects .home-projects-carousel .home-projects-summary .row-project-summary .project-summary-stats h4 {
  color: #e4bf66;
  font-size: 27px;
  font-size: 2.7rem;
}

@media screen and (max-width: 767px) {
  #home-projects .home-projects-carousel .home-projects-summary .row-project-summary .project-summary-stats h4 {
    font-size: 14px;
  }
}

#home-projects .home-projects-thumbnail {
  position: relative;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
}

#home-projects .home-projects-thumbnail:before {
  content: '';
  display: block;
  padding-top: 67%;
}

#home-projects .home-projects-thumbnail .content-inside {
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

#home-projects .home-projects-thumbnail:hover .content-inside {
  width: 115%;
  height: 115%;
}

#home-projects .home-projects-thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181818;
  /* The Fallback */
  background: rgba(24, 24, 24, 0.2);
}

#home-projects .home-projects-thumbnail-summary {
  position: relative;
  width: 100%;
  padding: 8% 5%;
  margin-bottom: 10%;
}

#home-projects .home-projects-thumbnail-summary h3 {
  margin-top: 0;
  color: #e4bf66;
  text-transform: uppercase;
}

#home-projects .home-projects-thumbnail-summary .gold-line {
  margin-top: 20px;
  margin-bottom: 20px;
}

#home-projects .home-projects-thumbnail-summary p {
  color: #dbdbdb;
}

.progress-bar-wrapper {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 20px;
  background-color: #0e3118;
  background-color: #063513;
  margin-top: 6%;
  margin-bottom: 6%;
}

@media screen and (max-width: 1440px) {
  .progress-bar-wrapper {
    height: 12px;
  }
}

@media screen and (max-width: 1080px) {
  .progress-bar-wrapper {
    height: 11px;
  }
}

.progress-bar-wrapper.white {
  border: 1px solid #cecece;
  background-color: #fff;
}

.progress-bar-wrapper.white .progress-bar {
  background-color: #7ec19e;
}

.progress-bar-wrapper .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #e4bf66;
  border-radius: 20px;
}

.progress-bar-wrapper .progress-bar .indicator {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 2px;
  height: 20px;
  background-color: #e4bf66;
}

@media screen and (max-width: 1080px) {
  .progress-bar-wrapper .progress-bar .indicator {
    height: 16px;
  }
}

.progress-bar-wrapper .progress-bar .indicator p {
  margin: 0;
  color: #fff;
  position: absolute;
  top: 107%;
  font-size: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  font-family: 'Gotham Bold';
}

@media screen and (max-width: 1280px) {
  .progress-bar-wrapper .progress-bar .indicator p {
    font-size: 14px;
  }
}

.home-projects-grid-information {
  position: relative;
  margin-top: 32px;
}

.home-projects-grid-information .row {
  border-right: 1px solid #063513;
  border-left: 1px solid #063513;
}

.home-projects-grid-information .row:first-child {
  border-top: 1px solid #063513;
}

.home-projects-grid-information h5 {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 1380px) {
  .home-projects-grid-information h5 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .home-projects-grid-information h5 {
    font-size: 13px;
  }
}

.home-projects-grid-information p {
  margin: 10px 0;
}

.home-projects-grid-information .row:nth-child(even) {
  background-color: #063513;
}

#home-point {
  background-color: #f8f8f8;
  background-image: url(../images/main/icon-bg.png);
  background-position: right bottom;
  background-size: 65% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #home-point {
    padding-top: 12%;
  }
}

#home-point .inner-container {
  margin-top: 0;
  padding: 6.5% 3%;
  background-color: transparent;
}

#home-point .inner-container .title-container {
  background-color: transparent;
}

#home-point img.home-point-logo {
  position: relative;
  display: block;
  width: 100%;
  max-width: 145px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-bottom: 6%;
}

@media screen and (max-width: 767px) {
  #home-point img.home-point-logo {
    max-width: 115px;
  }
}

#home-point h4.point-title {
  font-family: 'Gotham Bold';
  color: #696969;
  margin-top: 0;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 18px;
}

#home-point p {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  #home-point p {
    width: 92%;
    margin-bottom: 18%;
  }
}

/**************************************************/
/*                   CONTACT US                  ;*/
/**************************************************/
#contact-us {
  padding-bottom: 20px;
  padding-top: 5%;
}

#contact-us .inner-container {
  padding: 0 25px 25px;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  #contact-us .inner-container {
    padding: 0 0 25px;
  }
}

#contact-us #maps {
  position: relative;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 767px) {
  #contact-us #maps {
    height: 270px;
  }
}

#contact-us .maps-attribute {
  position: absolute;
  bottom: 0;
  width: 12%;
}

@media screen and (max-width: 767px) {
  #contact-us .maps-attribute {
    display: none;
  }
}

#contact-us .maps-attribute .box {
  position: absolute;
  bottom: 0;
  width: 17px;
  height: 17px;
  background-color: #1c4f2a;
  border: 4px solid #fff;
  outline: 1px solid #1c4f2a;
}

#contact-us .maps-attribute.left {
  left: 0;
  border-left: 1px solid #1c4f2a;
  border-bottom: 1px solid #1c4f2a;
}

#contact-us .maps-attribute.left .box {
  left: 0;
}

#contact-us .maps-attribute.right {
  right: 0;
  border-right: 1px solid #1c4f2a;
  border-bottom: 1px solid #1c4f2a;
}

#contact-us .maps-attribute.right .box {
  right: 0;
}

#contact-us .maps-attribute:before {
  content: '';
  display: block;
  padding-top: 100%;
}

#contact-us-form .inner-container {
  padding-top: 3%;
  padding-left: 0;
  padding-right: 0;
}

.form-group-custom {
  position: relative;
  margin-bottom: 6.5%;
}

.form-group-custom.gold label {
  color: #e4bf66;
}

.form-group-custom.gold .input-custom {
  color: #fff;
}

.form-group-custom.gold .input-custom::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff !important;
  opacity: 1 !important;
}

.form-group-custom.gold .input-custom:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
  opacity: 1 !important;
}

.form-group-custom.gold .input-custom::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
  opacity: 1 !important;
}

.form-group-custom.gold .input-custom:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}

.form-group-custom.gold .input-custom::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff !important;
}

.form-group-custom label {
  color: #1c4f2a;
  text-transform: uppercase;
}

.form-group-custom .input-custom {
  position: relative;
  border-radius: 0;
  background-color: #fff;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #cccccc;
  box-shadow: none;
  outline: none;
  color: #878787;
  font-family: 'Source Sans Pro Italic';
  margin-bottom: 35px;
}

.form-group-custom .input-custom:hover, .form-group-custom .input-custom:focus, .form-group-custom .input-custom.focus, .form-group-custom .input-custom:active, .form-group-custom .input-custom.active {
  box-shadow: none !important;
  outline: none !important;
}

.form-group-custom .input-custom::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4e4e4e !important;
  opacity: 1 !important;
}

.form-group-custom .input-custom:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4e4e4e !important;
  opacity: 1 !important;
}

.form-group-custom .input-custom::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4e4e4e !important;
  opacity: 1 !important;
}

.form-group-custom .input-custom:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4e4e4e !important;
}

.form-group-custom .input-custom::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4e4e4e !important;
}

/**************************************************/
/*                 CONTACT US END                ;*/
/**************************************************/
/**************************************************/
/*                    KHAZANAH                   ;*/
/**************************************************/
#khazanah-quote .inner-container {
  text-align: center;
  padding: 4% 9%;
}

@media screen and (max-width: 767px) {
  #khazanah-quote .inner-container {
    padding: 9% 15px;
  }
}

#khazanah-quote .inner-container h3 {
  position: relative;
  font-family: 'Source Sans Pro Italic';
  color: #4e4e4e;
  line-height: 1.3;
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: 0;
  margin-bottom: 3%;
}

@media screen and (max-width: 767px) {
  #khazanah-quote .inner-container h3 {
    font-size: 18px;
  }
}

#khazanah-quote .inner-container h3:before {
  content: '“';
  position: absolute;
  display: block;
  font-size: 190px;
  font-size: 19rem;
  line-height: 0.4;
  font-family: 'Gotham Bold';
  top: 0;
  left: 0;
  right: 0;
  color: rgba(222, 222, 222, 0.48);
}

#khazanah-quote .inner-container p {
  font-family: 'Gotham Bold';
  color: #1c4f2a;
}

#khazanah-list .row-khazanah-list {
  position: relative;
  margin-bottom: 14%;
}

#khazanah-list .row-khazanah-list .line-decoration.left {
  left: -15px;
}

@media screen and (max-width: 767px) {
  #khazanah-list .row-khazanah-list .line-decoration.left {
    display: none;
  }
}

#khazanah-list .row-khazanah-list .line-decoration.right {
  right: -15px;
}

@media screen and (max-width: 767px) {
  #khazanah-list .row-khazanah-list .line-decoration.right {
    display: none;
  }
}

#khazanah-list .row-khazanah-list .line-decoration.top {
  top: -30px;
}

@media screen and (max-width: 767px) {
  #khazanah-list .row-khazanah-list .line-decoration.top {
    display: none;
  }
}

#khazanah-list .khazanah-list-thumbnail {
  position: relative;
  width: 100%;
  min-height: 150px;
  z-index: 1;
}

#khazanah-list .khazanah-list-thumbnail:before {
  content: '';
  display: block;
  padding-top: 62%;
}

#khazanah-list .khazanah-list-thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.1);
}

#khazanah-list .khazanah-list-summary-wrapper {
  position: relative;
  width: 100%;
}

#khazanah-list .khazanah-list-summary-wrapper:before {
  content: '';
  display: block;
  padding-top: 56%;
}

@media screen and (max-width: 767px) {
  #khazanah-list .khazanah-list-summary-wrapper:before {
    content: none;
  }
}

#khazanah-list .khazanah-list-summary-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 140%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  border: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  #khazanah-list .khazanah-list-summary-wrapper:after {
    content: none;
  }
}

#khazanah-list .khazanah-list-summary-wrapper .btn-custom {
  position: absolute;
  left: 10%;
  bottom: -22px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #khazanah-list .khazanah-list-summary-wrapper .btn-custom {
    position: relative;
    bottom: initial;
    left: initial;
  }
}

#khazanah-list .khazanah-list-summary {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 5% 10%;
}

@media screen and (max-width: 767px) {
  #khazanah-list .khazanah-list-summary {
    position: relative;
    top: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 10% 0 8%;
  }
}

#khazanah-list .khazanah-list-summary h3 {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  #khazanah-list .khazanah-list-summary h3 {
    margin-top: 0;
  }
}

.line-decoration {
  position: absolute;
  width: 12%;
}

.line-decoration .box {
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #edc56c;
  border: 4px solid #fff;
  outline: 1px solid #edc56c;
}

.line-decoration.left {
  left: 0;
  border-left: 1px solid #edc56c;
}

.line-decoration.left .box {
  left: 0;
}

.line-decoration.bottom {
  bottom: 0;
  border-bottom: 1px solid #edc56c;
}

.line-decoration.bottom .box {
  bottom: 0;
}

.line-decoration.right {
  right: 0;
  border-right: 1px solid #edc56c;
}

.line-decoration.right .box {
  right: 0;
}

.line-decoration.top {
  top: 0;
  border-top: 1px solid #edc56c;
}

.line-decoration.top .box {
  top: 0;
}

.line-decoration:before {
  content: '';
  display: block;
  padding-top: 100%;
}

/**************************************************/
/*                  KHAZANAH END                 ;*/
/**************************************************/
/**************************************************/
/*                  TENTANG KAMI                 ;*/
/**************************************************/
#tentang-kami-title .inner-container .title-container {
  margin-bottom: 0;
}

#tentang-kami-syariah {
  position: relative;
  width: 100%;
  padding: 4.5% 8%;
  background-color: #1c4f2a;
  background-image: url(../images/tentang-kami/tentang-kami-syariah-bg.jpg);
  background-blend-mode: multiply;
}

@media screen and (max-width: 767px) {
  #tentang-kami-syariah {
    padding: 12% 0;
  }
}

#tentang-kami-syariah hr.gold-line {
  margin-top: 33px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #tentang-kami-syariah hr.gold-line {
    margin-top: 18px;
    margin-bottom: 26px;
  }
}

#tentang-kami-syariah h2 {
  color: #edc56c;
  margin-top: 0;
}

#tentang-kami-syariah h5 {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 30px;
}

#tentang-kami-syariah p {
  color: #fff;
}

#tentang-kami-syariah .tentang-kami-syariah-image {
  position: relative;
  width: 92%;
  min-height: 200px;
  margin-bottom: -24%;
  margin-top: 8%;
  margin-left: auto;
}

#tentang-kami-syariah .tentang-kami-syariah-image:before {
  content: '';
  display: block;
  padding-top: 72%;
}

@media screen and (max-width: 767px) {
  #tentang-kami-syariah .tentang-kami-syariah-image {
    margin-bottom: 8%;
    width: 100%;
    margin-top: 0;
  }
}

#tentang-kami-syariah .tentang-kami-syariah-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.13);
}

#visi-misi {
  position: relative;
  width: 100%;
  padding: 10% 6% 8%;
}

@media screen and (max-width: 767px) {
  #visi-misi {
    padding: 12% 0;
  }
}

#visi-misi .visi-misi-image {
  position: relative;
  width: 78%;
  min-height: 200px;
  margin: 0 auto;
}

#visi-misi .visi-misi-image:before {
  content: '';
  display: block;
  padding-top: 106%;
}

@media screen and (max-width: 767px) {
  #visi-misi .visi-misi-image {
    width: 100%;
  }
}

#visi-misi .visi-misi-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.13);
}

#visi-misi .visi-misi-icon-wrapper {
  position: relative;
  margin-bottom: 8%;
}

#visi-misi .visi-misi-icon-wrapper img.visi-misi-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 82px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#visi-misi .visi-misi-icon-wrapper h4.visi-misi-icon-text {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #696969;
  font-family: 'Gotham Bold';
}

#visi-misi .visi-misi-icon-wrapper p {
  margin-top: 15px;
}

#zakat {
  position: relative;
  width: 100%;
  background-color: #7ec19e;
  padding: 2% 9%;
}

@media screen and (max-width: 767px) {
  #zakat {
    padding: 12% 0;
  }
}

#zakat .zakat-inner {
  position: relative;
  width: 100%;
  padding: 3% 10%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  #zakat .zakat-inner {
    padding: 0;
  }
}

#zakat .zakat-inner h4 {
  font-family: 'Gotham Bold';
  margin-bottom: 22px;
  line-height: 1.4;
}

#zakat .zakat-inner p {
  color: #fff;
}

#zakat .zakat-inner .line-decoration {
  width: 9%;
}

@media screen and (max-width: 767px) {
  #zakat .zakat-inner .line-decoration {
    display: none;
  }
}

#management {
  position: relative;
  width: 100%;
  padding: 2% 5% 0;
  background-color: #1c4f2a;
  background-image: url(../images/tentang-kami/management-bg.png);
}

@media screen and (max-width: 767px) {
  #management {
    padding: 12% 0;
  }
}

#management .management-inner {
  position: relative;
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

#management .management-small-carousel-wrapper {
  position: relative;
  width: 15%;
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  padding: 5% 20px;
}

@media screen and (max-width: 767px) {
  #management .management-small-carousel-wrapper {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    display: block;
    margin-bottom: 10%;
  }
}

#management .management-small-carousel-wrapper .slick-slide {
  margin-bottom: 25px;
}

#management .management-small-carousel-wrapper .slick-list {
  margin-bottom: -25px;
}

#management .management-small-carousel-wrapper .management-small-image {
  position: relative;
  width: 100%;
  border-radius: 50%;
}

#management .management-small-carousel-wrapper .management-small-image:before {
  content: '';
  display: block;
  padding-top: 100%;
  border-radius: 50%;
}

#management .management-small-carousel-wrapper .management-small-image .content-inside {
  border-radius: 50%;
  background-size: auto 90%;
  background-position: center bottom;
  background-color: #fff;
}

#management .management-big-carousel-wrapper {
  position: relative;
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 6%;
}

@media screen and (max-width: 767px) {
  #management .management-big-carousel-wrapper {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}

#management .management-big-carousel-wrapper h2 {
  color: #e4bf66;
  text-transform: uppercase;
}

#management .management-big-carousel-wrapper h5 {
  color: #fff;
}

#management .management-big-carousel-wrapper p {
  color: #fff;
}

#management .management-big-carousel-wrapper .management-big-carousel-image {
  width: 100%;
  margin-left: auto;
  display: block;
}

#bergabung {
  position: relative;
  width: 100%;
  padding: 4% 5%;
  background: -webkit-linear-gradient(rgba(238, 238, 238, 0.85), rgba(238, 238, 238, 0.85)), url(../images/tentang-kami/bergabung-bg.jpg) no-repeat;
  background: linear-gradient(rgba(238, 238, 238, 0.85), rgba(238, 238, 238, 0.85)), url(../images/tentang-kami/bergabung-bg.jpg) no-repeat;
  background-size: cover cover;
  background-position: center center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #bergabung {
    padding: 12% 0;
  }
}

#bergabung .bergabung-inner {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#bergabung .bergabung-inner h2 {
  font-family: 'Gotham Bold';
  margin-top: 0;
  margin-bottom: 3%;
}

#bergabung .bergabung-inner h5, #bergabung .bergabung-inner p {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  color: #4e4e4e;
}

@media screen and (max-width: 767px) {
  #bergabung .bergabung-inner h5, #bergabung .bergabung-inner p {
    width: 100%;
  }
}

#bergabung .bergabung-inner .btn-custom {
  margin-top: 3%;
}

/**************************************************/
/*                TENTANG KAMI END               ;*/
/**************************************************/
/**************************************************/
/*                   PROYEK KAMI                 ;*/
/**************************************************/
.nav-pills-custom {
  position: relative;
  display: inline-block;
  margin-bottom: 5%;
}

.nav-pills-custom > li {
  margin-right: 15px;
}

.nav-pills-custom > li:last-child {
  margin-right: 0;
}

.nav-pills-custom > li.active:focus a,
.nav-pills-custom > li.active:hover a,
.nav-pills-custom > li.active > a {
  border-color: #1c4f2a;
  background-color: #1c4f2a;
  color: #e4bf66;
}

.nav-pills-custom > li > a {
  border-radius: 0;
  border: 1px solid #aeaeae;
  color: #1c4f2a;
  text-transform: uppercase;
  padding: 10px 60px;
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}

@media screen and (max-width: 767px) {
  .nav-pills-custom > li > a {
    padding: 10px 40px;
  }
}

.nav-pills-custom > li > a:hover, .nav-pills-custom > li > a:focus, .nav-pills-custom > li > a.active {
  border-color: #1c4f2a;
  background-color: #1c4f2a;
  color: #e4bf66;
}

#project-big-and-list {
  position: relative;
  width: 100%;
  padding: 0 9% 8%;
}

@media screen and (max-width: 1680px) {
  #project-big-and-list {
    padding: 0 6% 8%;
  }
}

@media screen and (max-width: 767px) {
  #project-big-and-list {
    padding: 0 0 12%;
  }
}

#project-big-and-list .project-big-highlight {
  position: relative;
  margin-bottom: 8%;
}

#project-big-and-list .project-big-highlight .project-big-thumbnail {
  position: relative;
  width: 86%;
  min-height: 100px;
}

#project-big-and-list .project-big-highlight .project-big-thumbnail:before {
  content: '';
  display: block;
  padding-top: 42%;
}

@media screen and (max-width: 767px) {
  #project-big-and-list .project-big-highlight .project-big-thumbnail {
    width: 100%;
  }
}

#project-big-and-list .project-big-highlight .project-big-summary {
  position: relative;
  width: 69%;
  margin-left: auto;
  margin-top: -10%;
  background-color: #154221;
  padding: 3% 5%;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #project-big-and-list .project-big-highlight .project-big-summary {
    width: 100%;
    padding: 15px;
    margin-top: 0;
  }
}

#project-big-and-list .project-big-highlight .project-big-summary p {
  color: #fff;
}

#project-big-and-list .project-big-highlight .project-big-summary h3 {
  color: #e4bf66;
}

#project-big-and-list .project-big-highlight .project-big-summary h3.project-name {
  color: #fff;
  margin-top: 0;
  font-family: 'Gotham Bold';
  letter-spacing: 2px;
  font-size: 30px;
  font-size: 3rem;
}

#project-big-and-list .project-big-highlight .project-big-summary .row-project-summary {
  position: relative;
}

#project-big-and-list .project-big-highlight .project-big-summary .row-project-summary .project-summary-stats {
  position: relative;
  text-align: center;
}

#project-big-and-list .project-big-highlight .project-big-summary .row-project-summary .project-summary-stats:last-child:before {
  content: none;
}

#project-big-and-list .project-big-highlight .project-big-summary .row-project-summary .project-summary-stats:before {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background-color: #1e522c;
  position: absolute;
  top: 0;
  right: 0;
}

#project-big-and-list .project-big-highlight .project-big-summary .row-project-summary .project-summary-stats h4 {
  color: #e4bf66;
  font-size: 27px;
  font-size: 2.7rem;
}

#project-big-and-list .project-big-highlight .project-big-inner-box {
  position: absolute;
  right: 6%;
  bottom: 10%;
  width: 81%;
  z-index: -1;
  border: 1px solid #e1e1e1;
}

#project-big-and-list .project-big-highlight .project-big-inner-box:after {
  content: '';
  display: block;
  padding-top: 28%;
}

#project-big-and-list .project-big-highlight .project-big-inner-box .line-decoration.left.bottom {
  left: -30px;
  bottom: -30px;
  width: 8%;
}

#project-big-and-list .project-big-highlight .project-big-inner-box .line-decoration.right.top {
  right: -30px;
  top: -30px;
  width: 8%;
}

#project-big-and-list .project-list {
  position: relative;
}

#project-big-and-list .project-list .projects-grid {
  position: relative;
}

#project-big-and-list .project-list .projects-grid:nth-child(3n+1) {
  padding-right: 35px;
}

#project-big-and-list .project-list .projects-grid:nth-child(3n+2) {
  padding-left: 25px;
  padding-right: 25px;
}

#project-big-and-list .project-list .projects-grid:nth-child(3n+3) {
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  #project-big-and-list .project-list .projects-grid:nth-child(3n+1) {
    padding-right: 15px;
  }
  #project-big-and-list .project-list .projects-grid:nth-child(3n+2) {
    padding-left: 15px;
    padding-right: 15px;
  }
  #project-big-and-list .project-list .projects-grid:nth-child(3n+3) {
    padding-right: 15px;
  }
}

#project-big-and-list .project-list .fieldset-custom {
  border: 1px solid #e1e1e1;
}

@media screen and (max-width: 767px) {
  #project-big-and-list .project-list .fieldset-custom {
    margin-bottom: 16%;
    padding-bottom: 10%;
  }
}

#project-big-and-list .project-list .fieldset-custom legend {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #project-big-and-list .project-list .fieldset-custom legend {
    width: 94%;
  }
}

#project-big-and-list .project-list .fieldset-custom legend .project-list-thumbnail {
  position: relative;
  width: 100%;
  min-height: 150px;
}

#project-big-and-list .project-list .fieldset-custom legend .project-list-thumbnail:before {
  content: '';
  display: block;
  padding-top: 71%;
}

#project-big-and-list .project-list .fieldset-custom legend .project-list-thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 44, 44, 0.1);
}

#project-big-and-list .project-list .fieldset-custom h4.title {
  text-align: center;
  font-family: 'Gotham Bold';
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: 15px;
  margin-bottom: 15px;
}

#project-big-and-list .project-list .fieldset-custom h3.dana {
  text-align: center;
  font-family: 'Gotham Bold';
  margin-top: 20px;
  margin-bottom: 26px;
  color: #e4bf66;
}

#project-big-and-list .project-list .fieldset-custom .btn-custom {
  margin-bottom: -22px;
}

@media screen and (max-width: 767px) {
  #project-big-and-list .project-list .fieldset-custom .btn-custom {
    margin-bottom: 0;
  }
}

#project-big-and-list .project-list .fieldset-custom .progress-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

#project-big-and-list .project-list .fieldset-custom .projects-grid-information {
  position: relative;
}

#project-big-and-list .project-list .fieldset-custom .projects-grid-information .row {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #project-big-and-list .project-list .fieldset-custom .projects-grid-information .row {
    padding-left: 0;
    padding-right: 0;
  }
}

#project-big-and-list .project-list .fieldset-custom .projects-grid-information .row:nth-child(odd) {
  background-color: #f2f2f2;
}

#project-big-and-list .project-list .fieldset-custom .projects-grid-information h5 {
  color: #5c5c5c;
  font-family: 'Gotham Bold';
  line-height: 1.5;
  text-transform: uppercase;
}

#project-big-and-list .project-list .fieldset-custom .projects-grid-information p {
  margin-top: 10px;
}

/**************************************************/
/*                 PROYEK KAMI END               ;*/
/**************************************************/
/**************************************************/
/*               PROYEK KAMI DETAIL              ;*/
/**************************************************/
#project-detail-header {
  position: relative;
  width: 100%;
  background-color: #1c4f2a;
  padding-top: 6.5%;
}

@media screen and (max-width: 767px) {
  #project-detail-header {
    padding-top: 50px;
  }
}

.project-detail-carousel-wrapper {
  position: relative;
  width: 75%;
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .project-detail-carousel-wrapper {
    width: 100%;
    display: block;
  }
}

.project-detail-carousel-wrapper .project-detail-carousel {
  position: relative;
  width: 100%;
}

.project-detail-carousel-wrapper .project-detail-carousel .project-detail-image {
  position: relative;
  width: 100%;
  min-height: 150px;
}

.project-detail-carousel-wrapper .project-detail-carousel .project-detail-image:before {
  content: '';
  display: block;
  padding-top: 49%;
}

@media screen and (max-width: 767px) {
  .project-detail-carousel-wrapper .project-detail-carousel .project-detail-image:before {
    padding-top: 65%;
  }
}

.project-detail-carousel-wrapper .project-detail-carousel .project-detail-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 41, 0.3);
}

.project-detail-carousel-wrapper .owl-controls .owl-dots {
  position: absolute;
  bottom: 7%;
  right: 5%;
}

.project-detail-carousel-wrapper .owl-controls .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.project-detail-carousel-wrapper .owl-controls .owl-dots .owl-dot.active {
  background-color: #e4bf66;
}

.project-detail-summary {
  position: absolute;
  bottom: 12%;
  left: 12%;
  width: 100%;
  max-width: 690px;
  pointer-events: none;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .project-detail-summary {
    bottom: 0;
    left: 0;
    padding: 15px;
  }
}

.project-detail-summary h1 {
  color: #e4bf66;
  text-transform: uppercase;
}

.project-detail-summary p {
  color: #fff;
}

.project-detail-share {
  position: relative;
  width: 25%;
  display: inline-block;
  vertical-align: bottom;
  height: 300px;
  height: 30rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .project-detail-share {
    width: 100%;
    height: auto;
  }
}

.project-detail-share ul.project-detail-share-list {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .project-detail-share ul.project-detail-share-list {
    position: relative;
    bottom: initial;
    left: initial;
  }
}

.project-detail-share ul.project-detail-share-list li {
  display: block;
}

@media screen and (max-width: 767px) {
  .project-detail-share ul.project-detail-share-list li {
    display: inline-block;
  }
}

.project-detail-share ul.project-detail-share-list li .social-media-icon-wrapper {
  font-size: 3rem;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .project-detail-share ul.project-detail-share-list li .social-media-icon-wrapper {
    font-size: 16px;
    margin-right: 0;
  }
}

.project-detail-share ul.project-detail-share-list li .social-media-icon-wrapper .fa-fw {
  width: 40px;
  width: 4rem;
}

#project-detail-information {
  position: relative;
  width: 100%;
  padding: 4% 8%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #project-detail-information {
    padding: 12% 0;
  }
}

#project-detail-information .information-left {
  position: relative;
}

#project-detail-information .information-left h3 {
  text-transform: uppercase;
  font-family: 'Gotham Bold';
  font-size: 30px;
  font-size: 3rem;
  margin-top: 0;
}

#project-detail-information .information-left p {
  margin-bottom: 3.5%;
}

#project-detail-information .information-left .project-detail-location {
  position: relative;
  margin-top: 8%;
}

#project-detail-information .information-left .project-detail-location #maps {
  position: relative;
  width: 100%;
  height: 300px;
}

#project-detail-information .information-left .project-detail-comment {
  position: relative;
  margin-top: 8%;
}

#project-detail-information .information-left .project-detail-comment img.comment-img {
  display: block;
  width: 75px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#project-detail-information .information-left .project-detail-comment .comment-wrapper {
  position: relative;
}

#project-detail-information .information-left .project-detail-comment .comment-wrapper .textarea-comment {
  border-radius: 0;
}

#project-detail-information .information-left .project-detail-comment .comment-wrapper .btn-custom {
  position: absolute;
  bottom: 0;
  right: 0;
}

#project-detail-information .information-left .project-detail-comment hr.comment-line {
  border-top: 1px solid #d7d7d7;
  margin-top: 4%;
  margin-bottom: 4%;
}

#project-detail-information .information-left .project-detail-comment .social-media-icon-wrapper {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

#project-detail-information .information-left .project-detail-comment p.login-to-facebook {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  color: #507cbe;
  font-family: 'Gotham Book';
  font-size: 14px;
}

#project-detail-information .information-right {
  position: relative;
  background-color: #f8f8f8;
  width: 90%;
  margin-left: auto;
  padding: 5% 0;
}

@media screen and (max-width: 767px) {
  #project-detail-information .information-right {
    width: 100%;
    margin-top: 15%;
    padding: 10% 0 0;
  }
}

#project-detail-information .information-right h3 {
  text-transform: uppercase;
  font-family: 'Gotham Bold';
  font-size: 30px;
  font-size: 3rem;
  margin-top: 0;
}

#project-detail-information .information-right .information-right-top {
  position: relative;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  #project-detail-information .information-right .information-right-top {
    padding: 0 15px;
  }
}

#project-detail-information .information-right .information-right-inner .row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  #project-detail-information .information-right .information-right-inner .row {
    padding-left: 0;
    padding-right: 0;
  }
}

#project-detail-information .information-right .information-right-inner .row:nth-child(odd) {
  background-color: #f4f4f4;
}

#project-detail-information .information-right .information-right-inner .row h5 {
  font-family: 'Gotham Bold';
  text-transform: uppercase;
  color: #404040;
  line-height: 1.8;
  margin: 10px 0;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  #project-detail-information .information-right .information-right-inner .row h5 {
    font-size: 15px;
  }
}

#project-detail-information .information-right .information-right-inner .row p {
  margin: 10px 0;
  line-height: 1.8;
}

#project-detail-information .information-right .information-right-inner .row .btn-custom {
  margin-top: 5%;
}

#project-detail-information .information-right .information-right-inner .row .btn-custom img.print-icon {
  width: 24px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

#project-detail-information .information-right .information-right-inner .row .btn-custom .text {
  display: inline-block;
  vertical-align: middle;
}

/**************************************************/
/*             PROYEK KAMI DETAIL END            ;*/
/**************************************************/
/**************************************************/
/*                     FOOTER                    ;*/
/**************************************************/
#footer {
  background-color: #1c4f2a;
  border-top: 6px solid #e4bf66;
  background-image: url(../images/main/footer-bg.png);
  background-position: right bottom;
  background-size: 40% auto;
  background-repeat: no-repeat;
  padding-bottom: 2%;
}

@media screen and (max-width: 1200px) {
  #footer {
    padding: 0 15px 0;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 12% 15px;
  }
}

#footer .inner-container {
  top: 0;
  padding: 4% 3%;
  background-color: transparent;
  max-width: 1460px;
}

@media screen and (max-width: 767px) {
  #footer .inner-container {
    padding: 0;
  }
}

#footer .inner-container .footer-logo {
  display: block;
  width: 100%;
  max-width: 260px;
  max-width: 26rem;
  margin-right: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#footer .inner-container img.ojk-footer {
  display: block;
  width: 100%;
  max-width: 240px;
  max-width: 24rem;
  margin-right: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  #footer .inner-container img.ojk-footer {
    margin-bottom: 25px;
  }
}

#footer .inner-container hr.gold-line {
  margin-top: 15px;
  margin-bottom: 15px;
}

#footer .inner-container h4 {
  color: #e4bf66;
  text-transform: uppercase;
}

#footer .inner-container p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  #footer .inner-container p {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  #footer .inner-container p {
    font-size: 12px;
  }
}

#footer .inner-container .footer-social-media-list li {
  display: inline-block;
}

.social-media-icon-wrapper {
  padding: 4px 6px;
  margin-right: 8px;
}

.social-media-icon-wrapper.facebook-color {
  background-color: #507cbe;
}

.social-media-icon-wrapper.twitter-color {
  background-color: #63cdf1;
}

.social-media-icon-wrapper.google-plus-color {
  background-color: #4d4f54;
}

.social-media-icon-wrapper .fa-fw {
  width: 20px;
}

#footer-copyright {
  position: relative;
  width: 100%;
  background-color: #10381b;
  padding: 10px 8.5%;
}

@media screen and (max-width: 1380px) {
  #footer-copyright {
    padding: 10px 4.5%;
  }
}

@media screen and (max-width: 767px) {
  #footer-copyright {
    padding: 10px 0;
  }
}

#footer-copyright p {
  margin-bottom: 0;
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #footer-copyright p {
    font-size: 12px;
  }
}

.footer-icon {
  font-size: 20px !important;
  color: #743917;
  margin-left: 12px;
  margin-right: 12px;
}

.fa-stack {
  margin-right: 8px;
}

/**************************************************/
/*                    FOOTER END                 ;*/
/**************************************************/
/**************************************************/
/*                    DASHBOARD                  ;*/
/**************************************************/
#dashboard {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
}

#dashboard .container-fluid {
  height: 100%;
  width: 100%;
}

#dashboard .sidebar {
  position: relative;
  width: 280px;
  background-color: #fff;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1600px) {
  #dashboard .sidebar {
    width: 250px;
  }
}

@media screen and (max-width: 992px) {
  #dashboard .sidebar {
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  #dashboard .sidebar {
    display: block;
    width: 100%;
  }
}

#dashboard .sidebar .sidebar-top {
  position: relative;
  padding: 8%;
  text-align: center;
}

#dashboard .sidebar .sidebar-top .profile-photo-wrapper {
  position: relative;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: rgba(28, 159, 64, 0.55);
  padding: 8px;
}

#dashboard .sidebar .sidebar-top .profile-photo-wrapper.investor {
  background-color: rgba(237, 197, 108, 0.55);
}

#dashboard .sidebar .sidebar-top .profile-photo-wrapper .profile-photo {
  position: relative;
  width: 100%;
  min-height: 100px;
  border-radius: 50%;
}

#dashboard .sidebar .sidebar-top .profile-photo-wrapper .profile-photo:before {
  content: '';
  display: block;
  padding-top: 100%;
}

#dashboard .sidebar .sidebar-top h3.dashboard-username {
  font-family: 'Gotham Bold';
  color: #373737;
  font-size: 28px;
}

@media screen and (max-width: 1600px) {
  #dashboard .sidebar .sidebar-top h3.dashboard-username {
    font-size: 24px;
  }
}

#dashboard .sidebar .sidebar-top h5.dashboard-email {
  font-family: 'Source Sans Pro Italic';
  color: #888888;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1600px) {
  #dashboard .sidebar .sidebar-top h5.dashboard-email {
    font-size: 13px;
  }
}

#dashboard .sidebar .sidebar-top h4.dashboard-account-type {
  font-family: 'Gotham Bold';
  color: #1c9f40;
  font-size: 21px;
}

@media screen and (max-width: 1600px) {
  #dashboard .sidebar .sidebar-top h4.dashboard-account-type {
    font-size: 18px;
  }
}

#dashboard .sidebar .sidebar-top h4.dashboard-account-type.investor {
  color: #edc56c;
}

#dashboard .sidebar .sidebar-menu {
  position: relative;
}

#dashboard .sidebar .sidebar-menu ul {
  position: relative;
  padding-left: 0;
  list-style: none;
}

#dashboard .sidebar .sidebar-menu ul > li {
  position: relative;
  border-top: 1px solid #ebebeb;
}

#dashboard .sidebar .sidebar-menu ul > li.active:after, #dashboard .sidebar .sidebar-menu ul > li:hover:after, #dashboard .sidebar .sidebar-menu ul > li:focus:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 7px;
  background-color: #1f592f;
}

#dashboard .sidebar .sidebar-menu ul > li > a {
  position: relative;
  display: block;
  padding: 20px 30px;
}

@media screen and (max-width: 992px) {
  #dashboard .sidebar .sidebar-menu ul > li > a {
    padding: 15px 25px;
  }
}

#dashboard .sidebar .sidebar-menu ul > li > a img.sidebar-menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-right: 10px;
}

#dashboard .sidebar .sidebar-menu ul > li > a p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: 'Gotham Bold';
  color: #696969;
  font-size: 18px;
}

@media screen and (max-width: 1600px) {
  #dashboard .sidebar .sidebar-menu ul > li > a p {
    font-size: 16px;
  }
}

#dashboard .dashboard-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 280px);
  width: calc(100% - 280px);
  background-color: #f8f9fb;
  height: auto;
  padding: 3% 4%;
}

@media screen and (max-width: 1600px) {
  #dashboard .dashboard-content {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
  }
}

@media screen and (max-width: 992px) {
  #dashboard .dashboard-content {
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
  }
}

@media screen and (max-width: 767px) {
  #dashboard .dashboard-content {
    display: block;
    width: 100%;
    padding: 12% 15px;
  }
}

#dashboard .dashboard-content .row-welcome {
  margin-bottom: 25px;
}

#dashboard .dashboard-content .row-welcome .btn-custom ~ a {
  margin-left: 30px;
}

#dashboard .dashboard-content h3.welcome-user {
  font-size: 2.8rem;
  font-family: 'Source Sans Pro Italic';
  margin: 0;
  color: #898989;
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  #dashboard .dashboard-content h3.welcome-user {
    margin-bottom: 4%;
  }
}

#dashboard .dashboard-content h3.welcome-user span.user-name {
  font-family: 'Gotham Bold';
  color: #1c4f2a;
}

#dashboard .dashboard-content h3.welcome-user span.user-name.investor {
  color: #e5b853;
}

#dashboard .dashboard-content .card-grid {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 25px 35px 35px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 30px;
}

@media screen and (max-width: 1600px) {
  #dashboard .dashboard-content .card-grid {
    padding: 15px 20px 25px;
  }
}

@media screen and (max-width: 1080px) {
  #dashboard .dashboard-content .card-grid {
    padding: 15px 15px 20px;
  }
}

@media screen and (max-width: 1440px) {
  #dashboard .dashboard-content .card-grid h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1080px) {
  #dashboard .dashboard-content .card-grid h3 {
    font-size: 21px;
  }
}

#dashboard .dashboard-content .card-grid h4.card-title {
  font-size: 20px;
  line-height: 34px;
  color: #949494;
  margin: 0;
}

#dashboard .dashboard-content .card-grid p {
  font-size: 17px;
}

@media screen and (max-width: 1440px) {
  #dashboard .dashboard-content .card-grid p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1380px) {
  #dashboard .dashboard-content .card-grid p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1080px) {
  #dashboard .dashboard-content .card-grid p {
    font-size: 14px;
  }
}

#dashboard .dashboard-content .card-grid span.total-dana-dibutuhkan-dashboard {
  color: #4e4e4e;
  font-family: 'Gotham Bold';
}

#dashboard .dashboard-content .card-grid .dashboard-pengajuan-line {
  position: relative;
}

@media screen and (max-width: 767px) {
  #dashboard .dashboard-content .card-grid .dashboard-pengajuan-line {
    margin-bottom: 50px;
  }
}

#dashboard .dashboard-content .card-grid .dashboard-pengajuan-line:last-child:after {
  content: none;
}

#dashboard .dashboard-content .card-grid .dashboard-pengajuan-line:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #f3f3f3;
}

#dashboard .dashboard-content .card-grid .dashboard-pengajuan {
  position: relative;
  padding: 0 15px;
}

@media screen and (max-width: 1080px) {
  #dashboard .dashboard-content .card-grid .dashboard-pengajuan {
    padding: 0 8px;
  }
}

#dashboard .dashboard-content .card-grid .dashboard-pengajuan p {
  margin-bottom: 0;
  color: #6d6d6d;
}

#dashboard .dashboard-content .card-grid .dashboard-pengajuan p:first-child {
  margin-bottom: 17px;
}

#dashboard .dashboard-content .card-grid .dashboard-pengajuan h3 {
  margin-top: 5px;
  color: #4e4e4e;
}

#dashboard .dashboard-content .card-grid .dashboard-pengajuan .progress-bar-wrapper {
  height: 12px;
  background-color: rgba(228, 189, 105, 0.17);
  margin-bottom: 9%;
  margin-bottom: 45px;
}

#dashboard .dashboard-content .card-grid .dashboard-pengajuan .progress-bar-wrapper .progress-bar {
  background-color: #2c7f43;
}

#dashboard .dashboard-content .card-grid .dashboard-pengajuan .progress-bar-wrapper .progress-bar .indicator {
  width: 0;
}

#dashboard .dashboard-content .card-grid .dashboard-pengajuan .progress-bar-wrapper .progress-bar .indicator p {
  color: #6d6d6d;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

#dashboard .dashboard-content .card-grid .dashboard-pengajuan .btn-custom.waiting {
  background-color: #e4bd69;
  color: #fff;
}

#dashboard .dashboard-content .card-grid .row-table {
  margin-left: -50px;
  margin-right: -50px;
}

@media screen and (max-width: 1600px) {
  #dashboard .dashboard-content .card-grid .row-table {
    margin-left: -35px;
    margin-right: -35px;
  }
}

@media screen and (max-width: 1080px) {
  #dashboard .dashboard-content .card-grid .row-table {
    margin-left: -30px;
    margin-right: -30px;
  }
}

#dashboard .dashboard-content .card-grid .table-custom {
  position: relative;
  margin-bottom: 0;
}

#dashboard .dashboard-content .card-grid .table-custom > thead.center > tr > th {
  text-align: center;
}

#dashboard .dashboard-content .card-grid .table-custom > thead > tr > th {
  vertical-align: middle;
  color: #1c4f2a;
  font-size: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media screen and (max-width: 1600px) {
  #dashboard .dashboard-content .card-grid .table-custom > thead > tr > th {
    font-size: 14px;
  }
}

@media screen and (max-width: 1080px) {
  #dashboard .dashboard-content .card-grid .table-custom > thead > tr > th {
    font-size: 13px;
  }
}

#dashboard .dashboard-content .card-grid .table-custom > thead > tr > th:first-child {
  padding-left: 40px;
}

@media screen and (max-width: 1600px) {
  #dashboard .dashboard-content .card-grid .table-custom > thead > tr > th:first-child {
    padding-left: 25px;
  }
}

@media screen and (max-width: 1080px) {
  #dashboard .dashboard-content .card-grid .table-custom > thead > tr > th:first-child {
    padding-left: 15px;
  }
}

#dashboard .dashboard-content .card-grid .table-custom > thead > tr > th:last-child {
  padding-right: 40px;
}

@media screen and (max-width: 1600px) {
  #dashboard .dashboard-content .card-grid .table-custom > thead > tr > th:last-child {
    padding-right: 25px;
  }
}

@media screen and (max-width: 1080px) {
  #dashboard .dashboard-content .card-grid .table-custom > thead > tr > th:last-child {
    padding-right: 15px;
  }
}

#dashboard .dashboard-content .card-grid .table-custom > tbody.center > tr > td {
  text-align: center;
}

#dashboard .dashboard-content .card-grid .table-custom > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

#dashboard .dashboard-content .card-grid .table-custom > tbody > tr > td {
  vertical-align: middle;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
}

@media screen and (max-width: 1600px) {
  #dashboard .dashboard-content .card-grid .table-custom > tbody > tr > td {
    font-size: 14px;
  }
}

@media screen and (max-width: 1080px) {
  #dashboard .dashboard-content .card-grid .table-custom > tbody > tr > td {
    font-size: 13px;
  }
}

#dashboard .dashboard-content .card-grid .table-custom > tbody > tr > td:first-child {
  padding-left: 40px;
}

@media screen and (max-width: 1600px) {
  #dashboard .dashboard-content .card-grid .table-custom > tbody > tr > td:first-child {
    padding-left: 25px;
  }
}

@media screen and (max-width: 1080px) {
  #dashboard .dashboard-content .card-grid .table-custom > tbody > tr > td:first-child {
    padding-left: 15px;
  }
}

#dashboard .dashboard-content .card-grid .table-custom > tbody > tr > td:last-child {
  padding-right: 40px;
}

@media screen and (max-width: 1600px) {
  #dashboard .dashboard-content .card-grid .table-custom > tbody > tr > td:last-child {
    padding-right: 25px;
  }
}

@media screen and (max-width: 1080px) {
  #dashboard .dashboard-content .card-grid .table-custom > tbody > tr > td:last-child {
    padding-right: 15px;
  }
}

#dashboard .dashboard-content .card-grid .table-custom > tbody > tr > td.bold {
  color: #3f3f3f;
  font-family: 'Gotham Bold';
}

#dashboard .dashboard-content button.btn-custom {
  font-size: 18px;
  padding: 7px 60px;
}

@media screen and (max-width: 1600px) {
  #dashboard .dashboard-content button.btn-custom {
    padding: 7px 50px;
  }
}

@media screen and (max-width: 1440px) {
  #dashboard .dashboard-content button.btn-custom {
    padding: 6px 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1380px) {
  #dashboard .dashboard-content button.btn-custom {
    padding: 6px 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1080px) {
  #dashboard .dashboard-content button.btn-custom {
    padding: 6px 30px;
    font-size: 13px;
  }
}

#dashboard .dashboard-content button.btn-dashboard-action {
  position: relative;
  border-radius: 0;
  color: #fff;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  font-family: 'Gotham Bold';
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  #dashboard .dashboard-content button.btn-dashboard-action {
    font-size: 13px;
    margin-top: 20px;
  }
}

#dashboard .dashboard-content button.btn-dashboard-action ~ .btn-dashboard-action {
  margin-left: 12px;
}

#dashboard .dashboard-content button.btn-dashboard-action-1 {
  background-color: #80d5ee;
}

#dashboard .dashboard-content button.btn-dashboard-action-1:hover, #dashboard .dashboard-content button.btn-dashboard-action-1:focus {
  background-color: #5cc9e9;
}

#dashboard .dashboard-content button.btn-dashboard-action-2 {
  background-color: #5298d4;
}

#dashboard .dashboard-content button.btn-dashboard-action-2:hover, #dashboard .dashboard-content button.btn-dashboard-action-2:focus {
  background-color: #3284cb;
}

#dashboard .dashboard-content img.edit-icon,
#dashboard .dashboard-content img.delete-icon {
  position: relative;
  width: 24px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  cursor: pointer;
}

#dashboard .dashboard-content img.bank-logo {
  position: relative;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  max-width: 100%;
}

#dashboard .dashboard-content p.pembayaran-bank-note {
  margin-top: 8%;
  color: #6d6d6d;
  font-size: 15px;
}

#dashboard .dashboard-content p.pembayaran-bank-note span.italic {
  font-family: 'Source Sans Pro Italic';
}

#dashboard .dashboard-content .btn-simpan {
  margin-top: 58px;
}

#dashboard .dashboard-content .add-file {
  position: relative;
  background-color: #1c4f2a;
  border: 1px solid #1c4f2a;
  padding: 7px 25px;
  font-size: 14px;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  #dashboard .dashboard-content .add-file {
    padding: 6px 25px;
  }
}

@media screen and (max-width: 1440px) {
  #dashboard .dashboard-content .add-file {
    padding: 5px 20px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1380px) {
  #dashboard .dashboard-content .add-file {
    padding: 5px 15px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #dashboard .dashboard-content .add-file {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

#dashboard .dashboard-content .add-file p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color: #e4bf66;
  margin-right: 10px;
  float: left;
}

@media screen and (max-width: 1180px) {
  #dashboard .dashboard-content .add-file p {
    display: block;
    float: none;
    margin-right: 0;
  }
}

#dashboard .dashboard-content .add-file input {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  float: right;
}

@media screen and (max-width: 1180px) {
  #dashboard .dashboard-content .add-file input {
    display: block;
    float: none;
    margin-top: 6px;
  }
}

@media screen and (max-width: 991px) {
  #dashboard .dashboard-content .add-file input {
    margin-top: 8px;
  }
}

#dashboard .dashboard-content .row-btn-action .btn-custom {
  box-shadow: none;
}

@media screen and (max-width: 1180px) {
  #dashboard .dashboard-content .row-btn-action .btn-custom {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  #dashboard .dashboard-content .row-btn-action .btn-custom {
    margin-bottom: 15px;
  }
}

.nav-tabs-custom {
  position: relative;
}

.nav-tabs-custom > li.active > a,
.nav-tabs-custom > li.active > a:focus,
.nav-tabs-custom > li.active > a:hover {
  background-color: #1c4f2a;
  color: #e4bf66;
  border: none;
}

.nav-tabs-custom > li > a {
  border: none;
  border-radius: 0;
  background-color: #fff;
  color: #1c4f2a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-right: 0;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.nav-tabs-custom > li > a:focus, .nav-tabs-custom > li > a:hover {
  background-color: #1c4f2a;
  color: #e4bf66;
}

.proyek-saya-progress-summary {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .proyek-saya-progress-summary {
    width: 100%;
    display: block;
    margin: 0;
  }
}

.proyek-saya-progress-summary h4 {
  margin-bottom: 30px;
}

.proyek-saya-progress-summary p {
  margin-bottom: 0;
}

.proyek-saya-progress-summary h3 {
  margin-top: 0;
  color: #4e4e4e;
}

img.proyek-saya-carousel-arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

img.proyek-saya-carousel-arrow ~ img.proyek-saya-carousel-arrow {
  margin-left: 10px;
}

/**************************************************/
/*                   DASHBOARD END                 ;*/
/**************************************************/
/**************************************************/
/*                 OWL CAROUSEL                  ;*/
/**************************************************/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel .owl-rtl {
  direction: rtl;
}

.owl-carousel .owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *     Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/**************************************************/
/*               OWL CAROUSEL END                ;*/
/**************************************************/
/**************************************************/
/*                     SLICK                     ;*/
/**************************************************/
/* Slider */
.slick-list {
  overflow: hidden;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**************************************************/
/*                   SLICK END                   ;*/
/**************************************************/
/**************************************************/
/*                   MEDIABOX                    ;*/
/**************************************************/
/*! mediabox v1.1.2 | (c) 2016 Pedro Rogerio | https://github.com/pinceladasdaweb/mediabox */
.mediabox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediabox;
  animation-name: mediabox;
}

@-webkit-keyframes mediabox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mediabox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mediabox-content {
  max-width: 853px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.mediabox-content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.mediabox-hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediaboxhide;
  animation-name: mediaboxhide;
}

@-webkit-keyframes mediaboxhide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mediaboxhide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.mediabox-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==") no-repeat;
  background-size: 24px 24px;
}

.mediabox-close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) {
  .mediabox-content {
    max-width: 90%;
  }
}

@media all and (max-width: 600px) {
  .mediabox-content iframe {
    height: 320px !important;
  }
  .mediabox-close {
    bottom: 362px;
  }
}

@media all and (max-width: 480px) {
  .mediabox-content iframe {
    height: 220px !important;
  }
  .mediabox-close {
    bottom: 262px;
  }
}

/**************************************************/
/*                 MEDIABOX END                  ;*/
/**************************************************/
/**************************************************/
/*               UTILITY CLASSES                 ;*/
/**************************************************/
@media screen and (min-width: 992px) {
  .text-right-md-up {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .text-right-sm-up {
    text-align: right;
  }
}

.content-inside {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  /*    background-color: #fafafa;*/
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
}

.content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
}

.no-flexbox .content-center {
  /*
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
*/
  height: 100%;
}

.animate-width-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  left: initial;
  height: 100%;
  width: 0;
  background-position: right center;
}

.animate-width-left {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: initial;
  left: 0;
  height: 100%;
  width: 0;
  background-position: left center;
}

.animate-scale-up {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.animate-fade-in {
  opacity: 0;
}

.facebook {
  color: #507cbe;
}

.btn-facebook:after {
  background-color: #507cbe;
}

.twitter {
  color: #55acee;
}

.btn-twitter:after {
  background-color: #55acee;
}

.instagram {
  color: #cb007b;
}

.btn-instagram:after {
  background-color: #cb007b;
}

@media screen and (min-width: 769px) {
  .full-height-desktop {
    height: 100%;
  }
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .no-padding-tablet {
    padding-left: 0;
    padding-right: 0;
  }
}

.no-padding-left {
  padding-left: 0;
}

@media screen and (min-width: 769px) {
  .no-padding-desktop {
    padding-left: 0;
    padding-right: 0;
  }
}

.no-padding-right {
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .no-padding-right-tablet {
    padding-right: 0;
  }
}

.no-padding-left {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .no-padding-right-tablet {
    padding-right: 0;
  }
  .no-padding-left-tablet {
    padding-left: 0;
  }
}

.v-center {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

@media screen and (min-width: 768px) {
  .v-center-tablet {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  .v-bottom-tablet {
    display: inline-block;
    vertical-align: bottom;
    float: none;
  }
}

@media screen and (min-width: 993px) {
  .v-center-desktop {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  .v-bottom-desktop {
    display: inline-block;
    vertical-align: bottom;
    float: none;
  }
}

@media screen and (min-width: 768px) {
  .row-same-height {
    overflow: hidden;
  }
  .row-same-height [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (min-width: 768px) {
  .row-eq-height-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .row-eq-height-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.no-flexbox .row-eq-height,
.no-flexbox .row-eq-height-desktop {
  display: table;
  width: 100%;
}

.no-flexbox .row-eq-height [class*="col-"],
.no-flexbox .row-eq-height-desktop [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .text-left-mobile {
    text-align: left;
  }
}

.margin-top-3 {
  margin-top: 3%;
}

.margin-top-4 {
  margin-top: 4%;
}

.margin-top-5 {
  margin-top: 5%;
}

.margin-top-6 {
  margin-top: 6%;
}

.margin-top-7 {
  margin-top: 7%;
}

.margin-top-8 {
  margin-top: 8%;
}

.margin-top-10 {
  margin-top: 10%;
}

@media screen and (max-width: 767px) {
  .margin-top-10-mobile {
    margin-top: 10%;
  }
}

@media screen and (max-width: 767px) {
  .no-margin-top-mobile {
    margin-top: 0;
  }
}

.margin-top-12 {
  margin-top: 12%;
}

.margin-top-20 {
  margin-top: 20%;
}

@media screen and (max-width: 767px) {
  .margin-top-20-mobile {
    margin-top: 20%;
  }
}

.margin-none {
  margin: 0;
}

.margin-bottom-5 {
  margin-bottom: 5%;
}

.grey-background {
  background-color: #e8e8e8;
}

.tesasdas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-count: 10;
     -moz-column-count: 10;
          column-count: 10;
}

@media screen and (max-width: 767px) {
  .tesasdas {
    color: red;
  }
}

@media screen and (max-width: 1380px) {
  .tesasdas {
    color: pink;
  }
}

/**************************************************/
/*              UTILITY CLASSES END              ;*/
/**************************************************/

/*# sourceMappingURL=maps/style.css.map */
