@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
body {
  overflow-x: hidden;
  background: #222831;
  font-family: 'cwTeXKai', serif;
}

figure {
  margin: 0;
}

header nav {
  background: #222831;
  -webkit-transition: .5s;
  transition: .5s;
}

header nav .navbar-brand h1 {
  font-size: 30px;
}

header .fixed-top {
  -webkit-transition: .9s;
  transition: .9s;
}

.hideUp header .fixed-top {
  top: -150px;
}

header ul li {
  font-size: 22px;
  margin: 0 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

header ul li:hover {
  background: #F05454;
}

header ul li a {
  color: #DDDDDD !important;
}

.carousel .carousel-inner .carousel-item .hero_img {
  width: 100%;
  height: calc( 100vh);
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel .carousel-inner .carousel-item .carousel-caption {
  top: 47%;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80vw;
}

.carousel .carousel-inner .carousel-item .carousel-caption h3 {
  font-size: 50px;
  margin: 60px 0;
}

.carousel .carousel-inner .carousel-item .carousel-caption p {
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 40px;
  text-shadow: 1px 1px 3px #181818;
}

section.about {
  margin-top: 150px;
}

section.about .bgC {
  background-image: url(../img/about.jpg);
  padding: 50px;
  background-attachment: fixed;
  background-size: cover;
  min-height: 400px;
}

section.about .bgC h2 {
  font-size: 40px;
  color: #DDDDDD;
  font-weight: 700;
  letter-spacing: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

section.about .bgC h2::before {
  position: absolute;
  top: 72%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 200px;
  height: 20px;
  background: #F05454;
  z-index: -1;
}

section.about .bgC h2::before {
  width: 300px;
}

section.about .bgC p {
  font-size: 22px;
  margin-top: 30px;
  letter-spacing: 2px;
  color: #DDDDDD;
  line-height: 40px;
}

section.services {
  padding-top: 150px;
}

section.services h2 {
  margin: 50px 0;
  font-size: 40px;
  color: #DDDDDD;
  font-weight: 700;
  letter-spacing: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
}

section.services h2::before {
  position: absolute;
  top: 72%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 200px;
  height: 20px;
  background: #F05454;
  z-index: -1;
}

section.services .services_wrapper {
  display: none;
}

section.services .services_wrapper .list h4 {
  text-align: center;
  color: #DDDDDD;
  font-size: 35px;
  font-weight: 400;
  margin: 20px 0;
}

section.services .services_wrapper .list figure {
  width: 700px;
  margin: 0 auto;
}

section.services .services_wrapper .list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.services .detail {
  margin: 50px auto;
  text-align: center;
}

section.services .detail p {
  color: #F05454;
  font-size: 24px;
}

section.services .detail a {
  font-size: 20px;
  letter-spacing: 2px;
  background: #DDDDDD;
  padding: 10px 50px;
  display: inline-block;
  color: #222831;
  text-decoration: none;
  margin: 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

section.services .detail a:hover {
  background: #F05454;
  color: #30475E;
}

ul.slider {
  display: block;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 60vh;
  margin: 0 auto;
  padding: 0;
}

ul.slider li {
  position: relative;
  background: none no-repeat center/cover;
  min-height: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}

ul.slider li:hover {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}

ul.slider li:hover h1 {
  -webkit-transform: rotateZ(0) translateY(0);
          transform: rotateZ(0) translateY(0);
}

ul.slider a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

ul.slider h1 {
  font-family: 'cwTeXKai', serif;
  position: absolute;
  top: 1rem;
  left: 1rem;
  margin: 0;
  font-size: 3.3rem;
  color: white;
  width: 300px;
  text-transform: uppercase;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotateZ(90deg) translateY(-1em);
          transform: rotateZ(90deg) translateY(-1em);
  -webkit-transition: 0.25s cubic-bezier(0.35, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.35, 0, 0, 1);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

ul.slider .one {
  background-image: url(../img/services/p1.jpg);
}

ul.slider .two {
  background-image: url(../img/services/p2.jpg);
}

ul.slider .three {
  background-image: url(../img/services/p3.jpg);
}

ul.slider .four {
  background-image: url(../img/services/p4.jpg);
}

ul.slider .five {
  background-image: url(../img/services/p5.jpg);
}

section.process {
  padding: 30px 0;
}

section.process h2 {
  font-size: 40px;
  color: #DDDDDD;
  font-weight: 700;
  letter-spacing: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 50px 0;
}

section.process h2::before {
  position: absolute;
  top: 72%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 200px;
  height: 20px;
  background: #F05454;
  z-index: -1;
}

section.process .bgC {
  background: #DDDDDD;
  text-align: center;
  padding: 20px;
  min-height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.process .bgC figure {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

section.process .bgC figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.process .bgC p {
  margin-top: 30px;
  font-size: 24px;
  min-height: 75px;
}

section.portfolio h2 {
  font-size: 40px;
  color: #DDDDDD;
  font-weight: 700;
  letter-spacing: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 100px 0 50px 0;
}

section.portfolio h2::before {
  position: absolute;
  top: 72%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 200px;
  height: 20px;
  background: #F05454;
  z-index: -1;
}

section.portfolio h2::before {
  width: 255px;
}

section.portfolio a {
  font-size: 20px;
  letter-spacing: 2px;
  background: #DDDDDD;
  padding: 10px 50px;
  display: inline-block;
  color: #222831;
  text-decoration: none;
  margin: 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

section.portfolio a:hover {
  background: #F05454;
  color: #30475E;
}

section.contact_us {
  padding: 100px 0px;
  background: url(../img/contact_us_bg.jpg) no-repeat left/cover;
  background-position: 10% 0;
}

section.contact_us .store_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.contact_us .store_detail h2 {
  margin: 50px 0;
  font-size: 40px;
  color: #DDDDDD;
  font-weight: 700;
  letter-spacing: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
}

section.contact_us .store_detail h2::before {
  position: absolute;
  top: 72%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 200px;
  height: 20px;
  background: #F05454;
  z-index: -1;
}

section.contact_us .store_detail h2::before {
  background: transparent;
}

section.contact_us .store_detail p {
  font-size: 30px;
  letter-spacing: 2px;
  color: #DDDDDD;
}

section.contact_us .store_detail p a {
  color: #DDDDDD;
}

section.contact_us .store_detail p a:hover {
  color: #30475E;
}

section.contact_us .social {
  text-align: center;
  margin: 50px 0;
}

section.contact_us .social a i {
  font-size: 50px;
  color: #DDDDDD;
  margin: 10px 20px;
}

section.contact_us .social a i:hover {
  color: #30475E;
}

.sidebar {
  position: fixed;
  bottom: 0%;
  right: 0;
  z-index: 1000;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul li a {
  width: 50px;
  height: 50px;
  background: #F05454;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
  padding: 20px;
}

.sidebar ul li a:hover {
  opacity: 1;
}

.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 14px;
}

footer {
  background: #30475E;
  color: #DDDDDD;
}

@media (max-width: 992px) {
  header .navbar-dark a.navbar-brand img {
    width: 120px;
    height: 70px;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 40px;
    margin: 40px;
  }
  section.services .services_wrapper {
    display: block;
  }
  section.services ul.slider {
    display: none;
  }
}

@media (max-width: 796px) {
  .carousel .carousel-inner .carousel-item .carousel-caption {
    width: 90vw;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption h3 {
    margin: 30px;
  }
  section.services {
    padding-top: 120px;
  }
  section.services .services_wrapper .list figure {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .carousel .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 35px;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 25px;
    margin: 30px;
  }
  section.about .bgC h2 {
    font-size: 30px;
  }
  section.portfolio h2::before {
    width: 255px;
  }
}

@media (max-width: 375px) {
  .carousel .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 30px;
    margin: 15px;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 20px;
  }
  section.about .bgC {
    padding: 30px;
  }
  section.about .bgC h2 {
    font-size: 25px;
  }
  section.about .bgC h2::before {
    width: 235px;
  }
  section.about .bgC p {
    font-size: 18px;
  }
}
/*# sourceMappingURL=main.css.map */