@font-face {
  font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  color: #949494;
}
body.globalhack-overflow {
  overflow-x: hidden;
  width: 100%;
}

a {
  color: #69c2c8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:focus, a:active {
  color: #3da1a7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #000;
  margin-bottom: 30px;
}

p {
  margin-bottom: 30px;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #69c2c8;
  color: #fff;
  border: 2px solid #69c2c8;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #56bac1 !important;
  border-color: #56bac1 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #69c2c8;
  border: 2px solid #69c2c8;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #69c2c8;
  color: #fff;
}

.btn-success {
  background: #58ca7e;
  color: #fff;
  border: 2px solid #58ca7e;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #45c46f !important;
  border-color: #45c46f !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #58ca7e;
  border: 2px solid #58ca7e;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #58ca7e;
  color: #fff;
}

.btn-info {
  background: #1784fb;
  color: #fff;
  border: 2px solid #1784fb;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #1784fb;
  border: 2px solid #1784fb;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #1784fb;
  color: #fff;
}

.btn-warning {
  background: #fed330;
  color: #fff;
  border: 2px solid #fed330;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #fece17 !important;
  border-color: #fece17 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #fed330;
  border: 2px solid #fed330;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #fed330;
  color: #fff;
}

.btn-danger {
  background: #fb4f59;
  color: #fff;
  border: 2px solid #fb4f59;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #fa3641 !important;
  border-color: #fa3641 !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #fb4f59;
  border: 2px solid #fb4f59;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #fb4f59;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #69c2c8;
}

.globalhack-page {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}


#globalhack-home h1#header-title {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  /* text-transform: uppercase; */
  color: #4d4d4d;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#globalhack-home h1#header-title:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  /* margin-left: -25px; */
  background: #cccccc;
}

#globalhack-home {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  position: relative;
}
#globalhack-home > .container {
  position: relative;
  z-index: 2;
}
#globalhack-home .globalhack-copy {
  display: table;
  width: 100%;
}
#globalhack-home .globalhack-copy-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
#globalhack-home .globalhack-copy-inner h1, #globalhack-home .globalhack-copy-inner h2 {
  margin: 0;
  padding: 0;
}
#globalhack-home .globalhack-copy-inner h1 {
  color: maroon;
  font-size: 55px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 300;
}
#globalhack-home h1#header-title img {
    margin-bottom: 10px;
}
#globalhack-home .globalhack-copy-inner h2 {
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  background: #E8ECF1;
  padding: 16px;
  opacity: 0.8;
  font-weight: bold;
}
#globalhack-home .globalhack-copy-inner a {
  color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#globalhack-home .globalhack-copy-inner a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.globalhack-main-nav {
  position: relative;
  background: #fff;
}
.globalhack-main-nav.globalhack-shadow {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}
.globalhack-main-nav .globalhack-menu-1 {
  vertical-align: middle;
  float: left;
  line-height: 0;
}
.globalhack-main-nav .globalhack-menu-1 a {
  padding: 35px 0;
  margin-right: 30px;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 400;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.globalhack-main-nav .globalhack-menu-1 a:hover, .globalhack-main-nav .globalhack-menu-1 a:focus, .globalhack-main-nav .globalhack-menu-1 a:active {
  outline: none;
  text-decoration: none;
}
.globalhack-main-nav .globalhack-menu-1 a.active {
  font-weight: 400;
  color: #000;
}
.globalhack-main-nav .globalhack-menu-1 {
  width: 100%;
}
.globalhack-main-nav .globalhack-menu-1 a {
  vertical-align: middle;
}
.globalhack-main-nav .globalhack-logo {
  text-align: center;
  width: 19.33%;
  font-size: 40px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.globalhack-main-nav .globalhack-logo a {
  position: relative;
  top: -5px;
  display: inline-block;
}
.globalhack-main-nav .globalhack-menu-2 {
  text-align: left;
  width: 40.33%;
}

.globalhack-heading .heading {
  font-size: 50px;
  font-style: italic;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .globalhack-heading .heading {
    font-size: 30px;
  }
}
.globalhack-heading .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  background: #fb6e14;
  margin-left: -20px;
}
.globalhack-heading .sub-heading {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .globalhack-heading .sub-heading {
    font-size: 18px;
  }
}

#globalhack-about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #E8ECF1;
  width: 100%;
}
#globalhack-about .globalhack-2col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #globalhack-about .globalhack-2col {
    width: 100%;
  }
}
#globalhack-about .globalhack-2col-inner {
  padding: 5em 0;
  width: 585px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1200px) {
  #globalhack-about .globalhack-2col-inner {
    width: 485px;
  }
}
@media screen and (max-width: 992px) {
  #globalhack-about .globalhack-2col-inner {
    width: 375px;
  }
}
@media screen and (max-width: 768px) {
  #globalhack-about .globalhack-2col-inner {
    width: 100% !important;
    padding: 2em 0 3em 0;
  }
}
#globalhack-about .globalhack-2col-inner.left {
  float: right;
}
@media screen and (max-width: 768px) {
  #globalhack-about .globalhack-2col-inner.left {
    float: none;
  }
}
#globalhack-about .globalhack-2col-inner.right {
  float: left;
}
@media screen and (max-width: 768px) {
  #globalhack-about .globalhack-2col-inner.right {
    float: none;
  }
}

.globalhack-grid {
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .globalhack-grid {
    padding-left: 0em;
  }
}
.globalhack-grid .globalhack-grid-item {
  width: 50%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .globalhack-grid .globalhack-grid-item {
    height: 300px !important;
  }
}
@media screen and (max-width: 480px) {
  .globalhack-grid .globalhack-grid-item {
    width: 100%;
    height: 200px !important;
  }
}

.globalhack-tabs-container {
  position: relative;
}
.globalhack-tabs-container .globalhack-tabs {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
}
.globalhack-tabs-container .globalhack-tabs.globalhack-two li {
  width: 50%;
}
.globalhack-tabs-container .globalhack-tabs.globalhack-three li {
  width: 33.33%;
}
.globalhack-tabs-container .globalhack-tabs.globalhack-four li {
  width: 25%;
}
.globalhack-tabs-container .globalhack-tabs li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
}
.globalhack-tabs-container .globalhack-tabs li a {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  float: left;
  width: 100%;
  display: block;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888;
}
.globalhack-tabs-container .globalhack-tabs li a:hover, .globalhack-tabs-container .globalhack-tabs li a:active, .globalhack-tabs-container .globalhack-tabs li a:focus {
  text-decoration: none;
  outline: none;
}
.globalhack-tabs-container .globalhack-tabs li.active a {
  color: #69c2c8;
  border-bottom: 1px solid #69c2c8;
}
@media screen and (max-width: 480px) {
  .globalhack-tabs-container .globalhack-tabs li {
    width: 100% !important;
  }
}
.globalhack-tabs-container .globalhack-tab-content {
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.globalhack-tabs-container .globalhack-tab-content h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #7b7b7b;
}
.globalhack-tabs-container .globalhack-tab-content.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .globalhack-tabs-container .globalhack-tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

#globalhack-services {
  position: relative;
  padding: 7em 0;
}
.client_site_wrap h4 {
    margin: 10px 0 5px 0;
}
.client_site_wrap .checked {
    padding: 0;
    margin: 0 0 0;
}

@media screen and (max-width: 768px) {
  #globalhack-services {
    padding: 5em 0 3em 0;
  }
}
#globalhack-services .globalhack-video {
  position: absolute;
  top: 0;
  width: 90px;
  height: 90px;
  left: 50%;
  margin-left: -45px;
  top: -45px;
  text-align: center;
}
#globalhack-services .globalhack-video span {
  display: block;
  padding-top: 100px;
  font-size: 14px;
}
#globalhack-services .globalhack-video a {
  float: left;
  width: 90px;
  height: 90px;
  background: #69c2c8;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
}
#globalhack-services .globalhack-video a i {
  padding-left: 10px;
  text-align: center;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  line-height: 40px;
}
#globalhack-services .globalhack-video a:hover {
  background: #57D131;
}
#globalhack-services .globalhack-video a:hover, #globalhack-services .globalhack-video a:focus, #globalhack-services .globalhack-video a:active {
  text-decoration: none;
  outline: none;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#globalhack-services .service {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  /* padding: 40px 20px 20px 20px; */
  background: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#globalhack-services .service .icon {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
#globalhack-services .service .icon i {
  font-size: 40px;
  color: #57D131;
}
#globalhack-services .service h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #368f95;
}
#globalhack-services .service:hover, #globalhack-services .service:focus {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

.checked {
  padding: 0;
  margin: 0 0 30px 0;
}
.checked li {
  position: relative;
  list-style: none;
  padding-left: 10px;
  font-size: 14px;
}

.checked li i {
  color: #57D131;
}

.globalhack-heading {
  margin-bottom: 30px;
}
.globalhack-heading h2 {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4d4d4d;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.globalhack-heading h2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  /* margin-left: -25px; */
  background: #cccccc;
}
.globalhack-heading p {
  font-size: 18px;
}

#globalhack-team {
  clear: both;
  padding: 7em 0;
  background: #E8ECF1;
}
@media screen and (max-width: 768px) {
  #globalhack-team {
    padding: 3em 0;
  }
}
#globalhack-team .person {
  padding: 0.9em 4em 0.9em 4em;
  margin-bottom: 30px;
  /* text-align: center; */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #globalhack-team .person {
    padding: 0.5em 2em 0.5em 2em;
  }
}

#globalhack-team .person img {
  /* width: 190px; */
  /* margin: 0 auto 30px auto; */
  /* -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%; */
  /* border-radius: 50%; */
}
#globalhack-team .person h3 {
  margin-bottom: 0;
}
#globalhack-team .person h4 {
  color: #999999;
  font-size: 16px;
}
#globalhack-team .person .social {
  padding: 0;
  margin: 0;
}
#globalhack-team .person .social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#globalhack-team .person .social li a {
  padding: 10px;
}
#globalhack-team .person .social li a:hover {
  text-decoration: none;
}
#globalhack-team .person:focus, #globalhack-team .person:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

#globalhack-team .person.img-flame {
    padding: 0;
}




#globalhack-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #globalhack-contact {
    padding: 3em 0;
  }
}
#globalhack-contact .form-control {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #E8ECF1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#globalhack-contact .form-control:active, #globalhack-contact .form-control:focus {
  border-bottom: 1px solid #69c2c8;
}
#globalhack-contact .contact-submit{
  min-width: 180px;
}


#globalhack-footer {
  padding: 3em 0;
  background: #E8ECF1;
  -webkit-box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  #globalhack-footer {
    padding: 3em 0;
  }
}
#globalhack-footer p:last-child {
  margin-bottom: 0;
}
#globalhack-footer .globalhack-social {
  float: right;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #globalhack-footer .globalhack-social {
    float: left;
    text-align: left;
  }
}
#globalhack-footer .globalhack-social li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#globalhack-footer .globalhack-social li a {
  padding: 0 10px;
}
#globalhack-footer .globalhack-social li a i {
  font-size: 18px;
}
#globalhack-footer .globalhack-social li a:hover, #globalhack-footer .globalhack-social li a:focus, #globalhack-footer .globalhack-social li a:active {
  text-decoration: none;
  outline: none;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#globalhack-container {
  background: #fff;
}

#globalhack-offcanvas, #globalhack-container, .globalhack-nav-toggle, #globalhack-footer {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#globalhack-container, .globalhack-nav-toggle, #globalhack-footer {
  z-index: 2;
  position: relative;
}

#globalhack-offcanvas {
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  width: 275px;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.75em 1.25em;
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
#globalhack-offcanvas a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 7px 0;
}
#globalhack-offcanvas a:hover, #globalhack-offcanvas a:focus, #globalhack-offcanvas a:active {
  outline: none;
  text-decoration: none;
  color: #69c2c8;
}
#globalhack-offcanvas a.active {
  color: #69c2c8;
}
@media screen and (max-width: 768px) {
  #globalhack-offcanvas {
    display: block;
  }
}
.offcanvas-visible #globalhack-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  #globalhack-container, #globalhack-footer, .globalhack-nav-toggle {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.offcanvas-visible #globalhack-container, .offcanvas-visible #globalhack-footer, .offcanvas-visible .globalhack-nav-toggle {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  -o-transform: translateX(275px);
  transform: translateX(275px);
}

.js-sticky {
  display: block;
}
@media screen and (max-width: 768px) {
  .js-sticky {
    display: none;
  }
}

.globalhack-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.globalhack-nav-toggle.active i::before, .globalhack-nav-toggle.active i::after {
  background: #fff;
}
.globalhack-nav-toggle:hover, .globalhack-nav-toggle:focus, .globalhack-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.globalhack-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.globalhack-nav-toggle i::before, .globalhack-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.globalhack-nav-toggle i::before {
  top: -7px;
}

.globalhack-nav-toggle i::after {
  bottom: -7px;
}

.globalhack-nav-toggle:hover i::before {
  top: -10px;
}

.globalhack-nav-toggle:hover i::after {
  bottom: -10px;
}

.globalhack-nav-toggle.active i {
  background: transparent;
}

.globalhack-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.globalhack-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.globalhack-nav-toggle {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  border-bottom: none !important;
  background: rgba(0, 0, 0, 0.7);
  padding: 0px 10px 10px 10px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .globalhack-nav-toggle {
    display: block;
  }
}

.row-padded {
  padding-bottom: 40px;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red;
}

.globalhack-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat #fff;
}

.modal-backdrop {
  z-index: -1;
}
.modal-cancel-btn {
  min-width: 180px;
}
.modal-footer.text-center {
  text-align: center;
}
div#PrivacyPolicy {
    z-index: 100000;
}
h4.modal-title {
    text-align: center;
    padding: 1em;
}
.modal-content .modal-body {
    padding: 2em;
}
@media (min-width: 768px){
  .modal-dialog {
      width: initial;
      margin: 30px auto;
      max-width: 80%;
  }
}


.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

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


img.mtc_logo {
    width: 25%;
}


p.twitter-timeline-wrap {
  height: 450px;
  overflow: scroll;
}

/* reCAPTCHA */
.g-recaptcha {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 310px;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

/* rss */
ul#feed {
    list-style: none;
    padding: 0;
}
ul#feed a {
    display: block;
}
ul#feed .blog_item_box {
    margin-bottom: 1em;
}
ul#feed img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
div#globalhack-blog {
    padding-top: 2em;
    padding-bottom: 4em;
}
#feed li {
    height: 260px;
    overflow: hidden;
}

.pricing-table {
  margin: 40px auto;
  max-width: 900px;
}
.pricing-table h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.pricing-table th {
  background: #f5f5f5;
  text-align: center;
}
.pricing-table td {
  vertical-align: middle;
}
.price {
  font-weight: bold;
  color: #337ab7;
}

#globalhack-pricing {
  background: #E8ECF1;
}
#globalhack-pricing tbody {
  background: #fff;
}

#globalhack-pricing {
  position: relative;
  padding: 7em 0;
}