@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #22A4DD;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #22A4DD;
  outline: none;
  text-decoration: none !important;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  margin: 50px 0 30px 0;
}

figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%;
}
figure figcaption {
  font-size: 16px;
  width: 80%;
  margin: 20px auto 0px auto;
  color: #b3b3b3;
  font-style: italic;
  font-family: "Quicksand", Arial, sans-serif;
}
@media screen and (max-width: 480px) {
  figure figcaption {
    width: 100%;
  }
}

::-webkit-selection {
  color: #fff;
  background: #22A4DD;
}

::-moz-selection {
  color: #fff;
  background: #22A4DD;
}

::selection {
  color: #fff;
  background: #22A4DD;
}

#colorlib-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#colorlib-aside {
  padding-top: 1em;
  padding-bottom: 40px;
  padding-left: 3em;
  padding-right: 3em;
  width: 20%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 1001;
  background: #E6E6E6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #colorlib-aside {
    width: 30%;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  #colorlib-aside {
    width: 270px;
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
    padding-top: 4em;
  }
}
#colorlib-aside #colorlib-logo {
  text-align: right;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  
}
@media screen and (max-width: 768px) {
  #colorlib-aside #colorlib-logo {
    margin-bottom: 1em;
  }
}
@media screen and (max-height: 700px) {
  h1#colorlib-logo{
    margin-top: 20px;
    
  }
  h1#colorlib-logo img{
    width: 60%;
  }
}
#colorlib-aside #colorlib-logo a {
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  padding-right: 0.3em;
}
#colorlib-aside #colorlib-main-menu ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #colorlib-aside #colorlib-main-menu ul {
    margin: 0 0 2em 0;
  }
}
#colorlib-aside #colorlib-main-menu ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#colorlib-aside #colorlib-main-menu ul li a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  font-family: "Quicksand", Arial, sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#colorlib-aside #colorlib-main-menu ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 7px;
  left: 0;
  right: 0;
  background-color: #22A4DD;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#colorlib-aside #colorlib-main-menu ul li a:hover {
  text-decoration: none;
  color: white;
}
#colorlib-aside #colorlib-main-menu ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#colorlib-aside #colorlib-main-menu ul li.colorlib-active a {
  color: #22A4DD;
}
#colorlib-aside #colorlib-main-menu ul li.colorlib-active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#colorlib-aside .colorlib-footer {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 20px;
  width: 100%;
}
#colorlib-aside .colorlib-footer p{
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  #colorlib-aside .colorlib-footer {
    position: relative;
    bottom: 0;
    padding: 0;
  }
}
#colorlib-aside .colorlib-footer span {
  display: block;
}
#colorlib-aside .colorlib-footer ul {
  padding: 0;
  margin: 0;
}
#colorlib-aside .colorlib-footer ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}
#colorlib-aside .colorlib-footer ul li a {
  color: rgba(0, 0, 0, 0.8);
  padding: 4px;
}
#colorlib-aside .colorlib-footer ul li a:hover, #colorlib-aside .colorlib-footer ul li a:active, #colorlib-aside .colorlib-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #22A4DD;
}

#colorlib-main {
  width: 80%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #colorlib-main {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #colorlib-main {
    width: 100%;
  }
}
#colorlib-main .copyright {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 20;
}
@media screen and (max-width: 480px) {
  #colorlib-main .copyright {
    right: 20px;
  }
}
#colorlib-main .copyright h2 {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.15em;
  background-color: #fff;
  padding: 15px 8px;
}
@media screen and (max-width: 480px) {
  #colorlib-main .copyright h2 {
    font-size: 1.8vh;
    padding: 5px 8px;
  }
}

.slider-item01 {
  background: url(../images/top/top_1.jpg);
}

.slider-item02 {
  background: url(../images/top/top_2.jpeg);
}

.slider-item03 {
  background: url(../images/top/top_3.jpg);
}

.slider-item {
  width: 0%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .slider-item {
    width: 100%;
    height: 100vw;
    background-position: center;
    background-size: cover;
  }
}

#colorlib-hero {
  min-height: 500px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  margin-bottom: 0em;
  clear: both;
}
#colorlib-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#colorlib-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#colorlib-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 90vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .slides li {
    min-height: 50vh;
  }
}
#colorlib-hero .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1000;
  left: 20px;
  float: left;
  width: auto;
}
@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .flex-control-nav {
    right: 20px;
    top: 100px;
  }
}
#colorlib-hero .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 10px;
}
#colorlib-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#colorlib-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 2px solid #22A4DD;
}
#colorlib-hero .flexslider .flex-direction-nav {
  display: none;
}
#colorlib-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 500px;
  z-index: 9;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 2.5em;
  position: relative;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner .desc {
  position: absolute;
  bottom: 0;
  right: -15px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc {
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .slider-text > .slider-text-inner {
    text-align: center;
  }
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner h1, #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: black;
  font-family: "Quicksand", Arial, sans-serif;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 28px;
  }
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: "Quicksand", Arial, sans-serif;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner h2 a {
  color: rgba(0, 0, 0, 0.8);
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 30px;
  }
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner s .colorlib-lead {
  font-size: 20px;
  color: #fff;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner p {
  margin-bottom: 0;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  padding: 10px 15px !important;
  border: none;
  font-weight: 400;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
  color: #000;
  border: 1px solid #fff;
  background: #fff !important;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn:hover {
  background: transparent !important;
  border: 1px solid #000 !important;
}
@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
    width: 100%;
  }
}

body.offcanvas {
  overflow-x: hidden;
}
body.offcanvas #colorlib-aside {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  background: #E6E6E6;
  z-index: 999;
  position: fixed;
}
body.offcanvas #colorlib-main, body.offcanvas .colorlib-nav-toggle {
  top: 0;
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  transform: translateX(270px);
}

.colorlib-narrow-content {
  padding: 0 2.5em;
}
@media screen and (max-width: 768px) {
  .colorlib-narrow-content {
    padding: 0 1em;
  }
}

.no-gutters {
  margin: 0;
  padding: 0;
}

.colorlib-blog,
.colorlib-work,
.colorlib-about,
.colorlib-recruit,
.colorlib-services,
.colorlib-contact {
  padding-top: 4em;
  padding-bottom: 4em;
  clear: both;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .colorlib-blog,
.colorlib-work,
.colorlib-about,
.colorlib-recruit,
.colorlib-services,
.colorlib-contact {
    padding-top: 2em;
    padding-bottom: 1em;
  }
}

h1.worry-title {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  h1.worry-title {
    font-size: 20px;
    margin-top: 50px;
  }
}

.about-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-img {
    display: none;
  }
}

.about-img-2,
.services-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.colorlib-heading {
  font-size: 18px;
  margin-bottom: 4em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.8;
  position: relative;
}
.colorlib-heading:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 60px;
  height: 4px;
  content: "";
  background: #22A4DD;
}
.colorlib-heading span {
  display: block;
}
@media screen and (max-width: 768px) {
  .colorlib-heading {
    margin-bottom: 3em;
  }
}

.heading-meta {
  margin-top: 50px;
  margin-bottom: 15px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 500;
  letter-spacing: 5px;
}

.about-img {
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
}

.about-desc h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500;
}

.padding {
  padding: 1em;
}

.steps {
  display: block;
  position: relative;
}
.steps h3 {
  font-weight: 400;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}
.steps:before {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  z-index: -1;
}
.steps .icon {
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
.steps .icon span {
  display: table;
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.steps .icon span i {
  display: table-cell;
  vertical-align: middle;
  color: #000;
}
.steps:hover i {
  color: #22A4DD !important;
}
.steps.active i {
  color: #22A4DD !important;
}

/***ステップバーデザイン5***/
.history-text {
  font-size: 16px;
  margin: 2em 0;
}

.step-wrap5 {
  margin: 2em 0;
  position: relative;
}
.step-wrap5 .step-label5 {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 6px;
  left: calc(50% - 15px);
}
.step-wrap5 .step-label5:after {
  counter-increment: count;
  content: counter(count);
  position: absolute;
  font-size: 30px;
  top: 8px;
  left: 7px;
}
.step-wrap5 .step-title5 {
  font-weight: bold;
  font-size: 120%;
}
.step-wrap5 .step-body5 {
  margin-top: 1em;
  padding: 0 0 1em;
}

/***ステップバーデザイン4***/
.step-wrap4 {
  counter-reset: count;
  margin: 0;
  position: relative;
}

.step-content4 {
  padding: 1em 0 0em 2.5em;
  margin: 0;
  position: relative;
}
.step-content4:before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background: #22A4DD;
  position: absolute;
  top: 0;
  left: -5px;
}
.step-content4:after {
  content: "";
  display: block;
  height: calc(100% - 55px);
  border-left: solid 2px #ddd;
  position: absolute;
  top: 55px;
  left: 10px;
}

.step-label4 {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 1px;
  left: 12px;
}
.step-label4:after {
  counter-increment: count;
  content: counter(count);
  position: absolute;
  margin: auto;
  font-size: 30px;
}

.step-title4 {
  font-weight: bold;
  font-size: 120%;
  margin-left: 1.5em;
}

.step-body4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  padding: 0 0 1em;
  margin-left: 1.5em;
}
.step-body4 p {
  width: 100%;
}
.step-body4 img {
  width: 18%;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .step-body4 img {
    width: 30%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .step-body4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .step-body4 p {
    width: 100%;
  }
  .step-body4 img {
    width: 100%;
    padding-left: 0px;
  }
}

.step-wrap4 > :last-of-type::after {
  display: none;
}

/***ステップバーデザイン４***/
.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0;
}

.panel-heading a {
  padding: 15px 25px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.panel {
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.panel-heading a:after {
  font-family: "icomoon";
  content: "";
  position: absolute;
  right: 20px;
  font-size: 20px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -10px;
}

.panel-heading a.collapsed:after {
  content: "";
}

.panel-heading a.collapsed {
  background: #fafafa;
  border: 1px solid #e6e6e6 !important;
  color: #333333;
}

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important;
}

.services-wrap {
  position: relative;
  display: block;
  margin-bottom: 40px;
  z-index: 0;
}
.services-wrap .services-img {
  height: 170px;
  display: block;
  z-index: -1;
}
.services-wrap .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 90%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.8em 0.5em;
}
.services-wrap .desc h3 {
  font-weight: 500;
  margin: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}

.move-bottom {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .move-bottom {
    margin-top: 0;
  }
}

.colorlib-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
}
.colorlib-feature .colorlib-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 2px;
}
.colorlib-feature .colorlib-icon i {
  display: table-cell;
  vertical-align: middle;
  color: #22A4DD;
  font-size: 60px;
  height: 100px;
}
@media screen and (max-width: 1200px) {
  .colorlib-feature .colorlib-icon i {
    font-size: 40px;
  }
}
.colorlib-feature .colorlib-text {
  padding-left: 120px;
  width: 100%;
}
.colorlib-feature .colorlib-text h2, .colorlib-feature .colorlib-text h3 {
  margin: 0;
  padding: 0;
}
.colorlib-feature .colorlib-text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.colorlib-feature.colorlib-feature-sm .colorlib-text {
  margin-top: 30px;
}
.colorlib-feature.colorlib-feature-sm .colorlib-icon i {
  color: #22A4DD;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .colorlib-feature.colorlib-feature-sm .colorlib-icon i {
    font-size: 28px;
  }
}

.colorlib-feature-lg .colorlib-text h2, .colorlib-feature-lg .colorlib-text h3 {
  margin: 0;
  padding: 0;
}
.colorlib-feature-lg .colorlib-text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.blog-entry {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .blog-entry {
    margin-bottom: 3em;
  }
}
.blog-entry .blog-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.blog-entry .blog-img img {
  position: relative;
  max-width: 100%;
  
}
.blog-entry .desc h3 {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: auto;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-entry .desc h3 a {
  color: #000;
  text-decoration: none;
}
.blog-entry .desc span {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4) !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}
.blog-entry .desc span small i {
  color: #999999;
}
.blog-entry .desc .lead {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}

.blog-entry .desc h5{
  text-align: center;
}

.overlap {
  margin-top: 5em;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .overlap {
    margin-top: 2em;
  }
}

.recruit-table {
  border-collapse: collapse;
  width: 100%;
}

.recruit-table th,
.recruit-table td {
  border: 1px solid #dbe1e8;
  padding: 8px;
}

.recruit-table th {
  background: #f9fafc;
  text-align: left;
  width: 160px;
}

@media only screen and (max-width: 800px) {
  .recruit-table tr,
.recruit-table th,
.recruit-table td {
    display: block;
    width: auto;
  }

  .recruit-table tr:first-child {
    border-top: 1px solid #dbe1e8;
  }

  .recruit-table th,
.recruit-table td {
    border-top: none;
  }
}
.project {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 500px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.project .con {
  text-align: left;
  position: absolute;
  top:50%;
  left: 5%;
  padding: 20px;
  display: block;
}
.project .con span {
  display: inline;
}

.project h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 2px 3px #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  margin: 0;
}
.project span {
  display: block;
  color: #fff;
  text-shadow: 0 2px 3px #000;
  font-size: 15px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

@media screen and (max-width: 768px) {
  .project h3 {
    font-style: 28px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .project span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.worry-list {
  padding-bottom: 100px;
}

.project2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .project2 {
    height: 300px;
  }
}
.project2 h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 0 2px 3px #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  margin: 0px;
}
.project2 span {
  display: block;
  color: #fff;
  font-size: 15px;
  text-shadow: 0 2px 3px #000;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

.project2 .con {
  padding: 20px;
  display: block;
  text-align: left;
  position: absolute;
  top:50%;
  left: 20%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  
  .project2 .con h3 {
    font-style: 28px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .project2 .con span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.project3 {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .project3 {
    height: 300px;
  }
}
.project3 h3 {
  position: absolute;
  top: 70%;
  left: 5%;
  color: #dbe1e8;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 0 2px 3px #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  margin-bottom: 15px;
}
.project3 span {
  position: absolute;
  top: 70%;
  left: 5%;
  display: block;
  color: #dbe1e8;
  font-size: 15px;
  text-shadow: 0 2px 3px #000;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}
.project3 .desc {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.project3 .desc .con {
  padding: 20px;
  display: block;
  position: relative;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .project3 .desc .con {
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
  }
  .project3 .desc .con h3 {
    font-style: 28px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #000;
  }
  .project3 .desc .con span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.project-desc h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.project-desc span {
  display: block;
  color: #666666;
  font-size: 13px;
  margin-bottom: 15px;
}
.project-desc span a {
  color: #666666;
}
.project-desc .icon span {
  display: inline;
  padding-right: 5px;
}
.project-desc .btn-download {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: underline;
}

#colorlib-counter {
  position: relative;
  clear: both;
  margin-bottom: 5em;
}

.colorlib-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.colorlib-counters .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.colorlib-counters .icon {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}
.colorlib-counters .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #22A4DD;
  background: #fff;
  border-radius: 50%;
}
.colorlib-counters .counter-wrap {
  border: 1px solid red !important;
}
.colorlib-counters .colorlib-counter {
  font-size: 40px;
  display: block;
  color: white;
  font-family: "Quicksand", Arial, sans-serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.colorlib-counters .colorlib-counter-label {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.colorlib-lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

.wework {
  text-align: center;
}

.recruit-btn {
  text-align: center;
}

#get-in-touch {
  padding: 3em 0;
}
#get-in-touch .btn-learn {
  padding: 15px 30px !important;
  font-size: 13px;
  border-radius: 30px;
}

.colorlib-social {
  padding: 0;
  margin: 0;
  text-align: center;
}
.colorlib-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.colorlib-social li a {
  font-size: 22px;
  color: #000;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .colorlib-social li a {
    padding: 10px 8px;
  }
}
.colorlib-social li a:hover {
  color: #22A4DD;
}
.colorlib-social li a:hover, .colorlib-social li a:active, .colorlib-social li a:focus {
  outline: none;
  text-decoration: none;
  color: #22A4DD;
}

#map {
  width: 100%;
  height: 700px;
}
#map .maps {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
  #map .maps {
    height: 200px;
  }
}

.about-access img {
  width: 100%;
  margin-bottom: 20px;
}

.about-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-detail .about-access {
  padding-top: 50px;
  padding-right: 30px;
}

.flyer {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flyer {
    width: 100%;
  }
}

.colorlib-bg-color {
  background-size: cover;
  position: relative;
}

.pagination {
  padding: 0;
}
.pagination li {
  margin: 2px;
}
.pagination li a {
  color: #000;
  background: transparent;
  color: #000;
  margin: 2px;
  border-radius: 0;
}
.pagination li a:first-child {
  border-radius: 2px;
}
.pagination li a:hover, .pagination li a:focus {
  background: #22A4DD;
  color: #fff;
  border: 1px solid #22A4DD;
}
@media screen and (max-width: 768px) {
  .pagination li a {
    padding: 7px 15px;
  }
}
.pagination li.active a {
  background: #22A4DD;
  border: 1px solid #22A4DD !important;
}
.pagination li.active a:hover, .pagination li.active a:focus {
  background: #22A4DD;
  color: #fff;
  border: 1px solid #22A4DD !important;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 15px !important;
}
.btn.btn-sm {
  padding: 4px 15px !important;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #22A4DD;
  color: #fff;
  border: 2px solid #22A4DD;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #38ade0 !important;
  border-color: #38ade0 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #22A4DD;
  border: 2px solid #22A4DD;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #22A4DD;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

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

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

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

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border: transparent;
  background: #fafafa;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
}
.form-control:active, .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  background: #f0f0f0;
}

#message {
  height: 130px;
}

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

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

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

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

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

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

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

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

.colorlib-nav-toggle {
  position: fixed;
  left: -4px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .colorlib-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

.col-padding {
  padding: 10px !important;
}



#sticky_item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#sticky_item.is_stuck {
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .sticky-parent {
    clear: both;
    height: inherit !important;
    float: left;
    padding-top: 30px;
  }
}