@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

.slick-slider *:focus {
  outline: 0; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding-top: 80px;
  line-height: 1.8;
  font-weight: 300; }

header {
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0;
  top: 0;
  line-height: 80px;
  font-weight: 300;
  z-index: 9; }
  header .logo {
    display: inline-block; }
    header .logo img {
      height: 24px; }
      @media only screen and (max-width: 767px) {
        header .logo img {
          height: 20px; } }
  header .menu {
    float: right; }
    header .menu a {
      margin-left: 30px;
      font-weight: 400;
      font-size: 14px;
      display: inline-block;
      color: #000;
      transition: .4s; }
      header .menu a:hover {
        color: #36c1cc; }
    @media only screen and (max-width: 767px) {
      header .menu {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #eee;
        padding: 20px 0; }
        header .menu a {
          display: block;
          margin-left: 30px;
          line-height: 60px; } }
  header .mobile {
    float: right;
    width: 30px;
    height: 80px;
    background-image: url(../img/menu.svg);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    header.active .mobile {
      background-image: url(../img/close.svg);
      background-size: 24px; }
    header.active .menu {
      display: block; } }

footer .top {
  padding: 60px 0 50px 0;
  background: #eee; }
  footer .top .logo {
    height: 24px; }
    @media only screen and (max-width: 767px) {
      footer .top .logo {
        margin-bottom: 30px; } }
  footer .top a {
    display: block;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px; }
footer a {
  color: #fff; }
footer .bottom {
  background: #54585a;
  line-height: 60px;
  color: #fff;
  font-size: 12px; }
  footer .bottom a:hover {
    color: #fff; }
  @media only screen and (max-width: 767px) {
    footer .bottom {
      text-align: center; } }
footer .contact {
  text-align: right; }
  @media only screen and (max-width: 767px) {
    footer .contact {
      text-align: center; } }
  footer .contact a {
    font-size: 12px;
    color: #000; }
    footer .contact a:hover {
      color: #36c1cc; }
footer .mint {
  display: inline-block; }
  footer .mint img {
    height: 20px; }

.button {
  background: #36c1cc;
  line-height: 45px;
  padding: 0 30px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  transition: .4s; }
  .button:hover {
    background: #54585a;
    color: #36c1cc; }

.title {
  font-weight: 400;
  color: #36c1cc;
  margin-bottom: 30px;
  display: block;
  font-size: 26px; }

.home_page .main_slider .item {
  height: 700px;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .home_page .main_slider .item {
      height: 400px; } }
  .home_page .main_slider .item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
.home_page .main_slider .txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 90px;
  color: #fff;
  z-index: 1; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .home_page .main_slider .txt {
      bottom: 75px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .home_page .main_slider .txt {
      bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .home_page .main_slider .txt {
      bottom: 20px; } }
  .home_page .main_slider .txt span {
    display: block; }
  .home_page .main_slider .txt .title {
    width: auto;
    border: 0;
    padding-bottom: 0;
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    margin: 0 0 20px 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .home_page .main_slider .txt .title {
        line-height: 50px;
        font-size: 30px; } }
  .home_page .main_slider .txt .desc {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .home_page .main_slider .txt .desc {
        width: 100%; } }
  .home_page .main_slider .txt .button {
    margin-top: 30px; }
.home_page .boxes {
  padding: 60px 0;
  background: #f7f7f7;
  margin-top: 60px; }
  .home_page .boxes .box {
    display: block;
    margin-bottom: 30px;
    transition: .4s;
    color: #000;
    position: relative;
    overflow: hidden; }
    .home_page .boxes .box .image {
      height: 250px;
      background-position: center;
      background-size: cover; }
      .home_page .boxes .box .image iframe {
        width: 100%;
        height: 100%; }
    .home_page .boxes .box span {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 30px;
      color: #fff;
      transition: .4s;
      z-index: 1; }
      .home_page .boxes .box span b {
        display: block;
        font-weight: 400; }
    .home_page .boxes .box:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      transition: .4s; }
    .home_page .boxes .box:hover span, .home_page .boxes .box:hover:after {
      opacity: 0; }
.home_page .about {
  margin-top: 60px;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 300; }
  .home_page .about .button {
    margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .home_page .about {
      font-size: 18px; } }

.page-banner {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .page-banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }

.works_page .boxes {
  margin: 0; }
  .works_page .boxes .box .image {
    height: 250px;
    background-position: center;
    background-size: cover; }
  .works_page .boxes .box span {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 30px; }
.works_page .list .list_row {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  margin-bottom: 15px; }
  .works_page .list .list_row.first {
    margin-bottom: 30px;
    font-weight: 400; }

.content_page {
  padding-top: 60px;
  padding-bottom: 60px; }
  .content_page img {
    display: block; }
  .content_page .map {
    margin-top: 60px;
    width: 100%;
    height: 400px;
    display: block; }

.page.home_page .boxes {
  margin-top: 0;
  background: none; }

.page .table {
  overflow: scroll; }
  .page .table table {
    width: 100%;
    min-width: 600px; }

table.tableizer-table {
  width: 100%;
  font-size: 12px;
  border: 1px solid #CCC;
  font-family: Arial, Helvetica, sans-serif; }

.tableizer-table td {
  padding: 4px;
  margin: 3px;
  border: 1px solid #CCC; }

.tableizer-table th {
  background-color: #36c1cc;
  color: #FFF;
  font-weight: bold;
  padding: 10px; }

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