@font-face {
  font-family: "Opensans";
  src: url(../fonts/opensan/OpenSans-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Italic";
  src: url(../fonts/opensan/OpenSans-Italic.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Bold";
  src: url(../fonts/opensan/OpenSans-Bold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Light";
  src: url(../fonts/opensan/OpenSans-Light.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Semibold";
  src: url(../fonts/opensan/OpenSans-Semibold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Extrabold";
  src: url(../fonts/opensan/OpenSans-ExtraBold.ttf);
  format: "ttf"; }
html, body {
  height: 100%; }

a {
  color: #008a03; }

a, a:hover, a:focus {
  text-decoration: none;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.img {
  display: block;
  width: 100%; }

.ul {
  padding: 0;
  margin: 0; }
  .ul li {
    list-style: none; }

.ul-inline li {
  display: inline-block; }

.pagging {
  margin-bottom: 30px; }

.header-top {
  padding: 10px 0;
  background: #007102; }

.header-top__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.box-header-top__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.header-top__item li {
  margin-right: 20px; }
  .header-top__item li:last-child {
    margin-right: 0; }
  .header-top__item li a {
    display: block;
    font-size: 0.875rem;
    color: #FFF; }
    .header-top__item li a .fa {
      margin-right: 3px; }

.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px; }

.logo img {
  width: 180px; }

nav.nav-menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  nav.nav-menu ul li {
    position: relative;
    margin-right: 40px; }
    nav.nav-menu ul li:before {
      position: absolute;
      content: '';
      top: -5px;
      right: -20px;
      width: 1px;
      height: 36px;
      background: #DEDEDE;
      transform: rotate(25deg); }
    nav.nav-menu ul li:last-child {
      margin-right: 0; }
      nav.nav-menu ul li:last-child:before {
        display: none; }
    nav.nav-menu ul li a {
      font-size: 0.8125rem;
      color: #878787;
      letter-spacing: 1px;
      font-weight: 600;
      text-transform: uppercase; }
      nav.nav-menu ul li a:hover, nav.nav-menu ul li a.active {
        color: #008a03; }

.m-header {
  display: none; }

.mobile-head-nav {
  display: none;
  border-bottom: 3px solid #EEE; }

.m-logo {
  display: none;
  padding: 15px 20px; }
  .m-logo img {
    width: 100%;
    max-width: 180px; }

@media only screen and (max-width: 991.98px) {
  .box-header-top__item {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

  .header-top__item {
    width: calc(100% - 25%); }
    .header-top__item li {
      margin-right: 0;
      width: 50%; }
      .header-top__item li a {
        text-align: center;
        border-right: 1px solid #005702; }
        .header-top__item li a span {
          display: none; }
    .header-top__item:last-child {
      width: 25%; }
      .header-top__item:last-child li {
        width: 100%; }
        .header-top__item:last-child li a {
          border-right: none; }

  .header {
    display: block;
    padding-top: 0;
    padding-bottom: 0; }

  .m-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 55px; }
    .m-header > a {
      font-size: 1.1875rem;
      font-weight: bold; }

  .m-btn-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 25px;
    height: 25px;
    cursor: pointer; }
    .m-btn-menu.active span {
      background: transparent;
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }
      .m-btn-menu.active span:before {
        top: 0;
        transform: rotate(45deg);
        transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s; }
      .m-btn-menu.active span:after {
        bottom: 0;
        transform: rotate(-45deg);
        transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s; }
    .m-btn-menu span {
      position: relative;
      display: block;
      width: 100%;
      height: 3px;
      background: #898989;
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }
      .m-btn-menu span:before, .m-btn-menu span:after {
        position: absolute;
        content: '';
        left: 0;
        width: 100%;
        height: 3px;
        background: #898989;
        transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s; }
      .m-btn-menu span:before {
        top: -7px; }
      .m-btn-menu span:after {
        bottom: -7px; }

  .logo {
    display: none; }

  nav.nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: #FFF;
    overflow-y: auto;
    z-index: 99;
    transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
    nav.nav-menu.active {
      transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }
    nav.nav-menu ul {
      display: block; }
      nav.nav-menu ul li {
        margin-right: 0; }
        nav.nav-menu ul li:before {
          display: none; }
        nav.nav-menu ul li a {
          display: block;
          padding: 13px 20px;
          border-bottom: 1px solid #EEE; }

  .mobile-head-nav {
    display: block; }

  .m-logo {
    display: block; } }
#content {
  padding-top: 70px;
  padding-bottom: 20px; }

.title-content {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 70%; }
  .title-content h2 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase; }
  .title-content p {
    color: #676767;
    line-height: 25px; }

#call {
  padding: 50px 0;
  background: #008a03; }
  #call .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  #call p {
    font-size: 24px;
    color: #FFF; }
  #call a {
    padding: 13px 30px;
    margin-left: 30px;
    background: #FFF;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #008a03; }
    #call a:hover {
      color: #FFF;
      background: #008a03;
      border-color: #FFF;
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }

.content-text {
  line-height: 25px; }

.link-text {
  display: block;
  font-size: 13px;
  text-align: center; }
  .link-text:hover {
    color: #989898; }

#banner {
  position: relative;
  height: 250px;
  background: rgba(0, 0, 0, 0.5); }

.bg-banner {
  width: 100%;
  height: 250px;
  background: transparent;
  z-index: 1; }

.wrap-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }
  .wrap-banner h2 {
    margin-bottom: 15px;
    color: #FFF;
    font-weight: 800; }
  .wrap-banner p {
    color: #FFF; }

.content-about {
  padding-bottom: 50px !important; }

@media only screen and (max-width: 991.98px) {
  #call > .container {
    display: block;
    text-align: center; }
  #call p {
    display: block;
    margin-bottom: 30px !important; }
  #call a {
    margin-left: 0; }

  .content-text {
    font-size: 14px;
    line-height: 24px; } }
@media only screen and (max-width: 767.98px) {
  #content {
    padding-top: 50px;
    padding-bottom: 35px !important; }

  .content-about {
    padding-bottom: 0 !important; }

  .title-content {
    width: 100%; }
    .title-content h2 {
      font-size: 21px; }
    .title-content p {
      font-size: 14px;
      line-height: 24px; }

  .wrap-banner {
    height: 230px; }
    .wrap-banner h2 {
      font-size: 24px; }
    .wrap-banner p {
      font-size: 14px; }

  #call {
    padding: 40px 0; }
    #call p {
      display: none; } }
@media only screen and (max-width: 575.98px) {
  #content {
    padding-top: 30px;
    padding-bottom: 10px !important; }

  .wrap-banner {
    height: 200px; }
    .wrap-banner h2 {
      font-size: 21px; }
    .wrap-banner p {
      font-size: 13px;
      line-height: 22px; } }
#project {
  padding-top: 70px;
  padding-bottom: 30px;
  background: #F5F5F5; }

.content-detail-project {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.item-project {
  margin-top: 25px;
  padding-bottom: 20px;
  background: #FFF;
  border-radius: 6px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14); }
  .item-project .img-project {
    padding: 20px;
    padding-bottom: 0; }
    .item-project .img-project img {
      margin-top: -45px;
      border-radius: 6px; }
      .item-project .img-project img:hover {
        margin-bottom: 10px;
        margin-top: -55px;
        box-shadow: 0 14px 12px -11px rgba(0, 0, 0, 0.6);
        transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s; }
  .item-project h3 {
    padding: 0 5px;
    padding-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center; }
  .item-project p {
    padding: 0 20px;
    font-size: 13px;
    color: #575757;
    text-align: center; }

.img-project {
  position: relative; }
  .img-project a {
    position: relative;
    display: block; }
    .img-project a span {
      position: absolute;
      right: 10px;
      bottom: 10px;
      padding: 5px 25px;
      font-size: 12px;
      color: green;
      background: rgba(255, 255, 255, 0.85);
      border-radius: 20px; }
      .img-project a span.not {
        color: #e91f2b; }

.detail-project h3,
.m-dproject-judul h3 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 34px; }
.detail-project .lokasi-project,
.m-dproject-judul .lokasi-project {
  margin-bottom: 20px;
  color: #737373; }
  .detail-project .lokasi-project .fa,
  .m-dproject-judul .lokasi-project .fa {
    margin-right: 5px;
    color: #e91f2b; }

.detail-item-project {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEE; }
  .detail-item-project .detail-item-project__tag {
    font-size: 14px;
    font-weight: bold; }
  .detail-item-project p {
    font-size: 14px;
    color: #737373; }

.detail-img-project {
  position: relative; }

.project-status {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 8px 30px;
  font-size: 16px;
  color: #008a03;
  background: #FFF;
  border-radius: 30px; }
  .project-status.not {
    color: #e91f2b; }

.detail-order-project {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px; }

.ikon-order-project {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border: 1px solid #e91f2b;
  border-radius: 50%; }
  .ikon-order-project .fa {
    font-size: 24px;
    color: #e91f2b; }

.body-order-project span {
  display: block;
  font-size: 18px;
  font-weight: lighter; }
.body-order-project strong {
  font-size: 32px;
  line-height: 32px; }

#peta {
  width: 100%;
  height: 400px; }

.m-dproject-judul {
  display: none; }

@media only screen and (max-width: 1199.98px) {
  .detail-project h3,
  .m-dproject-judul h3 {
    font-size: 21px;
    line-height: 25px; }
  .detail-project .lokasi-project,
  .m-dproject-judul .lokasi-project {
    font-size: 14px;
    margin-bottom: 15px; }

  .detail-order-project {
    margin-top: 15px; }

  .ikon-order-project {
    width: 40px;
    height: 40px; }
    .ikon-order-project .fa {
      font-size: 18px; }

  .body-order-project span {
    font-size: 13px; }
  .body-order-project strong {
    font-size: 18px;
    line-height: 20px; } }
@media only screen and (max-width: 991.98px) {
  #project {
    padding-top: 50px;
    padding-bottom: 10px; }

  .detail-project h3 {
    display: none; }
  .detail-project .lokasi-project {
    display: none; }

  .m-dproject-judul {
    display: block; }

  .detail-img-project {
    margin-bottom: 30px; }

  .detail-order-project {
    padding: 8px;
    background: #008a03;
    border-radius: 30px; }

  .ikon-order-project {
    background: #FFF;
    border: none; }
    .ikon-order-project .fa {
      font-size: 21px;
      color: #008a03; }

  .body-order-project span, .body-order-project strong {
    color: #FFF; } }
@media only screen and (max-width: 767.98px) {
  #project {
    padding-top: 40px;
    padding-bottom: 0; }

  .content-detail-project {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .m-dproject-judul h3 {
    font-size: 19px;
    line-height: 24px; }

  .project-status {
    padding: 5px 20px;
    font-size: 14px; } }
@media only screen and (max-width: 575.98px) {
  .content-detail-project {
    padding-top: 30px !important;
    padding-bottom: 15px !important; }

  .m-dproject-judul h3 {
    font-size: 18px;
    line-height: 24px; } }
@media only screen and (max-width: 480px) {
  .m-dproject-judul h3 {
    font-size: 16px;
    line-height: 22px; } }
#client {
  padding: 70px 0; }

.item-client {
  border: 1px solid #EEE;
  border-radius: 6px;
  overflow: hidden; }
  .item-client:hover {
    border-color: #008a03;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }

.content-service {
  padding-top: 50px !important;
  padding-bottom: 26px !important; }

.item-service {
  padding: 15px 20px;
  padding-bottom: 25px;
  border-radius: 10px;
  border: 1px solid transparent; }
  .item-service:hover {
    border-color: rgba(0, 0, 0, 0.14);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
  .item-service h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: lighter; }
    .item-service h3 a {
      color: #343434; }
      .item-service h3 a:hover {
        color: #008a03; }
  .item-service img {
    margin-bottom: 15px;
    border-radius: 6px; }
  .item-service p {
    font-size: 14px;
    color: #737373;
    line-height: 24px; }

.detail-service {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.body-service h2, .judul-dservice h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 26px;
  border-bottom: 1px solid #EEE; }
  .body-service h2:before, .judul-dservice h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 1px;
    background: #008a03; }

.judul-dservice {
  display: none; }

@media only screen and (max-width: 1199.98px) {
  .body-service h2 {
    margin-bottom: 15px;
    font-size: 22px; }
  .body-service p {
    font-size: 14px; } }
@media only screen and (max-width: 991.98px) {
  .body-service h2 {
    display: none; }

  .judul-dservice {
    display: block;
    margin-bottom: 25px; }
    .judul-dservice h2 {
      margin-bottom: 15px;
      font-size: 22px; }

  .img-service {
    margin-bottom: 25px; }

  .text-service {
    line-height: 24px; } }
@media only screen and (max-width: 767.98px) {
  .item-service {
    padding: 0;
    padding-bottom: 15px;
    border: none; }
    .item-service h3 {
      font-size: 21px; } }
@media only screen and (max-width: 575.98px) {
  .detail-service {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }
.content-gallery {
  padding-bottom: 46px !important; }

.content-dgallery {
  padding-bottom: 64px !important; }

.item-gallery a {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden; }
  .item-gallery a:hover .bg-gallery {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
  .item-gallery a:hover .item-gallery__title {
    bottom: 50%;
    transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }

.bg-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%); }

.item-gallery__title {
  position: absolute;
  bottom: 25%;
  left: 0;
  padding: 0 20px;
  width: 100%;
  font-size: 16px;
  color: #FFF;
  font-weight: lighter;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%); }

.gal-gutter {
  margin-left: -3px;
  margin-right: -3px; }
  .gal-gutter [class^='col'] {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px; }

.title-gallery {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: lighter;
  text-align: center; }
  .title-gallery:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 2px;
    background: #008a03;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0); }

.dgallery__item {
  background: #000; }
  .dgallery__item:hover img {
    opacity: .15;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
  .dgallery__item:hover .detail-img-gal {
    opacity: 1;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition-delay: .1s; }

.detail-img-gal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #FFF;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }
  .detail-img-gal .fa {
    font-size: 18px;
    color: #FFF; }

@media only screen and (max-width: 991.98px) {
  .item-gallery a h3 {
    font-size: 14px; } }
@media only screen and (max-width: 767.98px) {
  .title-gallery {
    font-size: 24px; } }
@media only screen and (max-width: 575.98px) {
  .gal-gutter {
    margin-left: -2px;
    margin-right: -2px; }
    .gal-gutter [class^='col'] {
      padding-left: 2px;
      padding-right: 2px;
      margin-bottom: 4px; }

  .title-gallery {
    font-size: 18px; } }
.content-kontak {
  padding-bottom: 46px !important; }

#alert-kontak {
  display: none; }

#ikon-spin {
  display: none; }

.error-message {
  display: none;
  font-size: 12px;
  color: red; }

.tag-kontak {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px; }
  .tag-kontak:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #008a03; }

.form-kontak label {
  font-size: 14px;
  font-weight: lighter; }
.form-kontak .btn {
  padding: 10px 25px;
  font-size: 14px; }

.info-kontak .item-kontak {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #EEE; }
  .info-kontak .item-kontak:last-child {
    border-bottom: none; }
  .info-kontak .item-kontak .tag-item-kontak {
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: bold; }
    .info-kontak .item-kontak .tag-item-kontak .fa {
      margin-right: 5px;
      color: #e91f2b; }
  .info-kontak .item-kontak span, .info-kontak .item-kontak a {
    font-size: 14px;
    color: #676767; }

.maps iframe {
  display: block; }

@media only screen and (max-width: 991.98px) {
  .form-kontak {
    margin-bottom: 50px; }
    .form-kontak .btn {
      display: block !important;
      width: 100%; } }
@media only screen and (max-width: 575.98px) {
  .tag-kontak {
    font-size: 21px; } }
@media only screen and (max-width: 480px) {
  .tag-kontak {
    font-size: 18px; } }
.footer-top {
  padding: 70px 0;
  background: #15172b; }

.footer-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%; }
  .footer-logo img {
    width: 170px;
    height: auto; }

.footer-about p {
  font-size: 14px;
  color: #FFF;
  line-height: 25px; }

.footer-item h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold; }

.footer-item__text {
  margin-bottom: 7px;
  font-size: 14px;
  color: #FFF;
  line-height: 24px; }
  .footer-item__text .fa {
    margin-right: 5px; }

.copyright {
  padding: 20px 0;
  background: #0e0f1d; }
  .copyright p {
    font-size: 13px;
    color: #FFF; }

@media only screen and (max-width: 991.98px) {
  .footer-top {
    padding-top: 50px;
    padding-bottom: 20px; }

  .footer-logo img {
    margin-bottom: 30px; }

  .footer-item {
    margin-bottom: 30px; } }
@media only screen and (max-width: 767.98px) {
  .footer-item h3 {
    margin-bottom: 10px;
    font-size: 16px; } }
@media only screen and (max-width: 575.98px) {
  .footer-about p {
    font-size: 13px;
    line-height: 22px; }

  .footer-item__text {
    font-size: 13px; }

  .copyright p {
    font-size: 12px; } }

/*# sourceMappingURL=hk.style.css.map */
