*,
*:before,
*:after {
  padding-top: 0;
  top: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
}

/*layout3*/
.gallery-container {
  position: relative;
  float: left;
  width: 100%;
}

.gallery-container .gallery-box {
  position: relative;
  padding: 15px;
  float: left;
  width: 33.3%;
}

.gallery-container .gallery-box .cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-container .gallery-box .cover img {
  opacity: 0;
  width: 100%;
  height: 250px;
}

.gallery-container .gallery-box .gallery-overlay {
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 10px;
  padding: 15px;
}

.gallery-container .gallery-box .gallery-overlay .gallery-title {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 3em;
  font-weight: 600;
  text-align: center;
}

.gallery-container .gallery-box .gallery-overlay .gallery-subtitle {
  top: 5px;
  left: 0;
  padding: 50px;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
}

.gallery-container .gallery-box:nth-child(5n-4) {
  width: 60%;
}

.gallery-container .gallery-box:nth-child(5n-3) {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .gallery-container .galley-box {
    width: 100%;
  }

  .gallery-container .galley-box:nth-child(5n-4) {
    width: 100%;
  }

  .gallery-container .galley-box:nth-child(5n-3) {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .gallery-container .galley-box {
    width: 100%;
  }

  .gallery-container .galley-box:nth-child(5n-4) {
    width: 100%;
  }

  .gallery-container .galley-box:nth-child(5n-3) {
    width: 100%;
  }
}

.space-5 {
  margin-top: 5px;
}

.space-10 {
  margin-top: 10px;
}

.space-15 {
  margin-top: 15px;
}

.space-20 {
  margin-top: 20px;
}

.space-25 {
  margin-top: 25px;
}

.space-30 {
  margin-top: 30px;
}

.space-35 {
  margin-top: 35px;
}

.space-40 {
  margin-top: 40px;
}

.space-50 {
  margin-top: 50px;
}

.home {
  background-color: #3d5f6f;
  position: relative;
  width: 100%;
  padding: 0;
  height: 100vh;
  margin-left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
}

.home:before {
  background-size: 100%;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.home .video-bg {
  width: auto;
  min-width: 100%;
  min-height: 135%;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 135%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .home {
    height: 600px;
  }

  .home .video-bg {
    min-height: 100%;
  }

  .home .video-overlay {
    height: 100%;
  }
}

.home-title {
  padding: 12% 5%;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #fff;
}

.home-title .font-title {
  font-size: 4em;
  font-weight: 600;
}

.home-title .font-desc {
  font-size: 24px;
  font-weight: 400;
}

.home-title .btn-home {
  border: 2px solid #fff;
  background-color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  transition: all ease-out 0.4s;
  color: #4d4d4d;
}

.home-title .btn-home:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  text-decoration: none;
}

.home-title .btn-down {
  position: absolute;
  left: 0;
  right: 0;
  margin: 65px auto;
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 999;
  position: relative;
}

@media screen and (max-width: 768px) {
  .home-title {
    margin: 0px auto;
  }

  .home-title .home-title {
    padding: 50% 0;
  }

  .home-title .font-title {
    font-size: 28px;
  }

  .home-title .font-desc {
    font-size: 18px;
  }
}

#about {
  padding: 100px 0 50px 0;
}

@media screen and (max-width: 768px) {
  #about {
    padding: 100px 0;
  }
}

.btn-white {
  border: 2px solid #fff;
  background-color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  transition: all ease-out 0.4s;
  color: #4d4d4d;
}

.btn-white:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  text-decoration: none;
}

.nav-bg-opacity {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
  transition: all ease-out 0.4s !important;
}

.nav-bg-opacity .logo-white {
  width: 38%;
  display: block;
}

@media screen and (max-width: 768px) {
  .nav-bg-opacity .logo-white {
    width: 30%;
  }
}

.nav-bg-opacity .logo-blue {
  width: 38%;
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-bg-opacity .logo-blue {
    width: 30%;
  }
}

.nav-bg-opacity .link-font {
  font-size: 20px;
  padding-left: 40px !important;
  font-weight: 300;
}

.nav-bg-opacity .link-font .color-font {
  color: #fff !important;
}

.nav-bg-opacity .link-font .color-font:hover {
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .nav-bg-opacity {
    background: rgba(0, 0, 0, 0.9) !important;
  }

  .nav-bg-opacity .link-font {
    padding-left: 10px !important;
  }
}

.nav-bg-white {
  background-color: white !important;
  border-bottom: 1px solid transparent !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.nav-bg-white .logo-white {
  width: 38%;
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-bg-white .logo-white {
    width: 30%;
  }
}

.nav-bg-white .logo-blue {
  width: 38%;
  display: block;
}

@media screen and (max-width: 768px) {
  .nav-bg-white .logo-blue {
    width: 30%;
  }
}

.nav-bg-white .link-font {
  font-size: 20px;
  font-weight: 300;
  padding-left: 40px !important;
}

.nav-bg-white .link-font .color-font {
  color: #2a7bb6 !important;
}

.nav-bg-white .link-font .color-font:hover {
  font-weight: 800;
}

.nav-bg-white .nav-bg-white .link-font>.active>a,
.nav-bg-white .nav-bg-white .link-font>.active>a:hover,
.nav-bg-white .nav-bg-white .link-font>.active>a:focus {
  color: #8a0e0b;
  background-color: #d65c14;
}

@media screen and (max-width: 768px) {
  .nav-bg-white {
    background: rgba(0, 0, 0, 0.9) !important;
  }

  .nav-bg-white .link-font {
    padding-left: 10px !important;
  }

  .nav-bg-white .link-font .color-font {
    color: #fff !important;
  }
}

@media screen and (max-width: 768px) {
  .navbar-inverse .navbar-toggler {
    margin-top: 20px !important;
  }
}

.logo-brand {
  width: 38%;
}

@media screen and (max-width: 768px) {
  .logo-brand {
    width: 30%;
  }
}

.title-section {
  margin-bottom: 70px;
  position: relative;
  z-index: 30;
  text-align: center;
}

.title-section .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 30px;
  color: #267cb8;
  position: relative;
  margin-top: 0;
  margin-bottom: 50px;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .title-section .title {
    line-height: 1.2 !important;
  }
}

.title-section .title:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 55px;
  width: 50px;
  height: 2px;
  background-color: #2a7bb6;
}

@media screen and (max-width: 768px) {
  .title-section .title:before {
    background-color: transparent;
  }
}

.title-section .desc {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 400;
}

.title-section-bg {
  margin-bottom: 70px;
  position: relative;
  z-index: 30;
  text-align: center;
}

.title-section-bg .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  position: relative;
  margin-top: 0;
  margin-bottom: 50px;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .title-section-bg .title {
    line-height: 1.2 !important;
  }
}

.title-section-bg .title:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 55px;
  width: 50px;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .title-section-bg .title:before {
    background-color: transparent;
  }
}

.title-section-bg .desc {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 400;
}

.box-wedo {
  padding: 0 30px;
  line-height: 400px;
  line-height: 400px;
}

.box-wedo .wedo-content {
  padding: 10px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.box-wedo .wedo-content .title {
  color: #2a7bb6;
  font-weight: 600;
  line-height: 1.2;
  font-size: 36px;
}

.box-wedo .wedo-content .desc {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

.box-services {
  background: #fff;
  margin: 20px 10px 0 10px;
  padding: 30px 20px;
}

#box-services {
  background: #fff;
  padding: 50px 15px 30px 15px;
  min-height: 350px;
}

@media screen and (max-width: 768px) {
  #box-services {
    background: #fff;
    padding: 10px 15px 10px 15px;
    min-height: 200px;
  }
}

#services {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #services {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.iconbox.center {
  text-align: center;
}

.iconbox.center .box-header i {
  background-color: #2a7bb6;
  color: #fff;
  font-size: 28px;
  padding-top: 16px;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.iconbox.center .box-header i:hover {
  background-color: #4d4d4d;
}

.iconbox.center .box-title {
  text-decoration: none;
  color: #000;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  font-family: 'Karla', Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
  letter-spacing: 1px;
}

.iconbox.center .box-content {
  margin-top: 10px;
  color: #4d4d4d;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .iconbox.center {
    margin-bottom: 50px;
  }
}

.btn-portofolio {
  border: 2px solid #2a7bb6;
  background-color: #2a7bb6;
  padding: 10px 20px;
  text-decoration: none;
  transition: all ease-out 0.4s;
  font-size: 18px;
  color: #fff;
}

.btn-portofolio:hover {
  color: #2a7bb6;
  background-color: transparent;
  text-decoration: none;
}

.box-portofolio {
  background-color: #2a7bb6;
  padding: 0;
  height: 500px;
  line-height: 500px;
}

.box-portofolio .about-content {
  text-align: center;
  color: #fff;
  padding: 0 100px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.box-portofolio .about-content .title {
  font-weight: 500;
  line-height: 1.2;
  font-size: 28px;
}

.box-portofolio .about-content .desc {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .box-portofolio .about-content {
    padding: 15px;
  }

  .box-portofolio .height-img {
    height: 100%;
  }
}

.height-img {
  height: 500px;
}

@media screen and (max-width: 768px) {
  .height-img {
    height: 100%;
  }
}

.big-img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-attachment: fixed;
}

.big-img .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(46, 138, 189, 0.7);
  z-index: 0;
}

.section-reponsive {
  border-right: 1px solid #ddd;
}

.section-reponsive:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .section-reponsive {
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
  }

  .section-reponsive:last-child {
    border-bottom: none;
  }
}

.box-career {
  width: 100%;
  text-align: center;
  background-size: cover;
  background-attachment: fixed;
  height: 480px;
  line-height: 480px;
}

.box-career .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(46, 138, 189, 0.9);
  z-index: 0;
}

.box-career .career-content {
  text-align: center;
  color: #fff;
  padding: 0 100px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.box-career .career-content .title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 40px;
}

.box-career .career-content .desc {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .box-career .career-content {
    padding: 15px;
  }

  .box-career .career-content .title {
    font-weight: 500;
    line-height: 1.2;
    font-size: 36px;
  }
}

.footer-bg {
  background-color: #2a7bb6;
  padding: 40px 0;
  color: #fff;
}

.footer-bg ul li {
  list-style: none;
  text-align: left;
  padding-bottom: 8px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .footer-bg ul {
    padding: 0;
    margin-top: 20px;
  }
}

.footer-bg ul.social {
  display: inline-block;
  list-style: none;
  padding: 0;
}

.footer-bg ul.social li {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  list-style: none;
  color: white;
}

.footer-bg ul.social li a {
  color: white;
  list-style: none;
  padding: 0 5px;
  transition: ease .4s color;
}

.footer-bg ul.social li a:hover {
  color: #bbb;
  transition: ease-in-out .4s color;
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.header-box {
  width: 100%;
  text-align: center;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
  line-height: 300px;
}

.header-box .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(46, 138, 189, 0.7);
  z-index: 0;
}

.header-box .header-content {
  text-align: center;
  color: #fff;
  padding: 0 100px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.header-box .header-content .title {
  font-weight: 500;
  line-height: 1.2;
  font-size: 4em;
}

.header-box .header-content .desc-breadcrumb {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .header-box .header-content {
    padding: 15px;
  }
}

.border-career {
  border: 1px solid #f2f2f2;
  background: transparent;
  padding: 0;
  border-radius: 0px;
}

.border-career .box-blue {
  padding-top: 30px;
  padding-bottom: 10px;
}

.border-career .box-blue .title {
  color: #2a7bb6;
  font-size: 28px;
}

.border-career .box-grey {
  padding: 20px;
  background: #ddd;
}

.border-career .box-grey .title {
  color: #000;
  font-size: 20px;
}

.border-career .box-white {
  padding: 20px 30px;
  background: transparent;
}

.border-career:hover {
  border: 1px solid #2a7bb6;
  background: #2a7bb6;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.border-career:hover .box-blue .title {
  color: #fff;
}

.border-career:hover .box-white {
  color: #fff;
}

.border-career:hover .btn-portofolio {
  cursor: pointer;
  color: #2a7bb6;
  background: #fff;
}

.input {
  height: 55px;
}

.giboxcase {
  padding: 30px;
  line-height: 600px;
  line-height: 600px;
}

.giboxcase .content {
  vertical-align: middle;
  line-height: 1.4;
}

.giboxcase .content .nav-tabs-custom {
  border-bottom: none !important;
}

.giboxcase .content .nav-tabs-custom .nav-link {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 2px solid #2a7bb6;
  padding: .6em 2em;
  text-align: center;
  font-size: 18px;
  color: #2a7bb6;
  margin-top: 20px;
  margin-right: 15px;
}

.giboxcase .content .nav-tabs-custom .nav-link.active {
  color: #fff;
  background-color: #2a7bb6;
  border: 2px solid #2a7bb6;
}

.giboxcase .content .nav-tabs-custom .nav-link:hover {
  color: #fff;
  background-color: #2a7bb6;
  border: 2px solid #2a7bb6;
}

@media screen and (max-width: 768px) {
  .giboxcase .content .nav-tabs-custom {
    display: inline-block;
    width: 100%;
  }
}

.services-block {
  float: left;
  height: 600px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.services-block .service-block-overlay {
  background: rgba(52, 66, 90, 0.6);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  text-align: center;
}

.services-block .service-block-overlay .service-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.services-block .service-block-overlay .service-wrapper .middle {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: auto;
}

.services-block .service-block-overlay .service-wrapper .middle .icon {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 100px;
  line-height: 1.2;
}

.services-block .service-block-overlay .service-wrapper .middle .sub {
  display: block;
  font-size: 36px;
  opacity: 0.8;
  color: #FFF;
  margin: 40px 0 0 0;
}

.services-block .service-block-overlay .service-wrapper .middle .text {
  font-size: 22px;
  line-height: 33px;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  font-size: 22px;
  opacity: 0.8;
  padding: 0 60px;
  margin: 0 0 40px 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-block .service-block-overlay:hover {
  background: rgba(255, 255, 255, 0.7);
}

.services-block .service-block-overlay:hover .service-wrapper .middle {
  padding: 0;
}

.services-block .service-block-overlay:hover .service-wrapper .middle .icon {
  color: #2a7bb6;
}

.services-block .service-block-overlay:hover .service-wrapper .middle .sub {
  color: #2a7bb6;
}

.services-block .service-block-overlay:hover .service-wrapper .middle .text {
  color: #4d4d4d;
}

.join-careers {
  background-color: #2a7bb6;
  min-height: 350px;
  line-height: 350px;
}

.join-careers .content {
  padding: 65px;
  vertical-align: middle;
  color: #fff;
}

.join-careers .content .title {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2;
}

.join-careers .content .span {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.join-careers .content .desc {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.5;
}

.join-careers1 {
  background-color: #fff;
  min-height: 50px;
}

.join-careers1 .content {
  padding: 65px;
  color: #000;
}

.join-careers1 .content .title {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2;
}

.join-careers1 .content .value {
  font-size: 20px;
  line-height: 1.2;
}

.join-careers1 .content .content-middle {
  margin-top: 30px;
}

.join-careers1 .content .content-middle .box-middle {
  padding: 20px 30px;
}

.join-careers1 .content .content-middle .box-middle .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}

.join-careers1 .content .content-middle .box-middle .desc {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}

.form-careers {
  margin: 60px auto;
  border: 1px solid #ddd;
  background-color: #fff;
}

.form-careers .content-title {
  padding: 60px 120px 0 120px;
}

.form-careers .content-title .title {
  color: #000;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.form-careers .content-title .desc {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .form-careers .content-title {
    padding: 20px;
  }
}

.form-careers .content-desc {
  padding: 20px 20px;
}

.form-careers .content-desc .name-text {
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  margin-top: 15px;
}

.tab-content {
  padding: 60px 80px;
}

@media screen and (max-width: 768px) {
  .tab-content {
    padding: 30px 20px;
  }
}


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