.pg-section {
  padding: 70px 15px; }

.btn-navi {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #2a2a2a;
  z-index: 1000; }
  .btn-navi a {
    display: block;
    padding: 20px;
    text-decoration: none;
    font-size: 22px;
    color: #fcd93b;
    font-family: "Dosis", sans-serif; }
  .btn-navi a:hover {
    opacity: 0.8; }

#menu-navi {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  background-color: #2a2a2a;
  height: 100%;
  padding: 100px 30px;
  z-index: 1100; }
  #menu-navi .close {
    position: absolute;
    top: 0;
    right: 0; }
    #menu-navi .close a {
      display: block;
      padding: 20px 40px;
      color: #fcd93b;
      font-size: 30px;
      font-family: "Dosis", sans-serif;
      text-decoration: none; }
  #menu-navi ul {
    list-style: none; }
  #menu-navi li {
    display: block;
    padding-bottom: 30px; }
  #menu-navi a {
    color: #fcd93b;
    font-size: 22px;
    font-family: "Dosis", sans-serif; }

@media (max-width: 768px) {
  #menu-navi {
    width: 80%; } }

.header {
  -webkit-box-shadow: inset 0px -10px 50px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -10px 50px -9px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -10px 50px -9px rgba(0, 0, 0, 0.75); }
  .header p {
    margin-top: 40px; }
  .header .header-content {
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 30px; }

.header.home {
  background-color: #2ECC71;
  background-image: url("../asset/devcamp-header.jpg");
  background-position: 60% 50%;
  height: 600px; }

.header.team {
  background-color: #cecece;
  background-image: url("../asset/team-enspark.jpg");
  background-size: cover;
  background-position: 50% 50%;
  height: 600px; }

.choose-path {
  background-color: #fff; }
  .choose-path img {
    margin-top: 30px;
    margin-bottom: 70px; }
  .choose-path a {
    text-decoration: none;
    color: inherit; }
  .choose-path a.btn {
    color: #fff; }
  .choose-path .path-item .path-content {
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease; }
    .choose-path .path-item .path-content h3 {
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      -ms-transition: 0.1s;
      -o-transition: 0.1s; }
  .choose-path .path-item:hover .path-content {
    background-color: #337AB7; }
    .choose-path .path-item:hover .path-content p {
      color: #337AB7; }
    .choose-path .path-item:hover .path-content h3 {
      color: #fff;
      -webkit-transform: translate3d(0, 30px, 0);
      -moz-transform: translate3d(0, 30px, 0);
      -ms-transform: translate3d(0, 30px, 0);
      -o-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0); }

.benefits {
  background-color: #1E272C;
  color: #fff; }
  .benefits img {
    margin-top: 60px;
    margin-bottom: 60px; }
  .benefits p {
    color: #aaa;
    padding: 0 15px; }

.future-path .img-container {
  margin: 30px 0px; }

.future-path img {
  opacity: 0.3;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease; }

.future-path img:hover {
  opacity: 0.5; }

#front-end img, #back-end img {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease; }

.about-us {
  background-color: #fff; }
  .about-us .img-responsive {
    margin: 20px 0px;
    padding: 0px 15px; }

.apply-now {
  background-color: #8cd200;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease; }
  .apply-now a {
    text-decoration: none;
    color: #fff; }

.apply-now:hover {
  background-color: #80b418; }

.contact-us {
  background-color: #ececec; }

.location {
  position: relative; }
  .location #map {
    width: 100%;
    height: 430px; }
  .location .address {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    padding: 10px;
    z-index: 10; }

.footer {
  color: #fff;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.8px;
  background-color: #2a2a2a;
  padding: 30px 50px; }
  .footer p {
    font-size: 16px; }
  .footer .footer-menu ul {
    list-style: none;
    text-align: right; }
  .footer .footer-menu li {
    display: inline-block;
    padding-left: 20px; }
  .footer .footer-menu a {
    color: #fcd93b;
    font-size: 12px;
    text-decoration: none; }

.faq {
  background-color: #ececec; }
  .faq .panel-heading {
    background-color: #fff; }

.champion .img-responsive {
  padding: 80px 0px; }

.members {
  background-color: #1E272C;
  color: #fff; }
  .members .member-item {
    padding: 60px 0px; }
  .members p.member-desc {
    padding: 60px 0px; }

.portfolio .img-responsive {
  padding: 40px 0px; }
