/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 html,
 body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
}
hr {
  border-color: #F05F40;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #0c2e8a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #eb3812;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #F05F40;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.no-padding {
  padding: 0;
}
.navbar-default
{
  border-color: transparent !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-default {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #F05F40;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;

  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222222;
  padding: 10px 10px !important;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #F05F40;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #F05F40 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (max-width: 768px)
{
    .navbar-default .navbar-collapse, .navbar-default .navbar-form 
    {
        border-color: #e7e7e7;
        margin-top: 30px;
    }
}
@media (min-width: 768px) {
  .navbar-default {
    /*background-color: transparent;*/
    /*background: rgba(255,255,255,0.1);*/
    background:#655c5c;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #F05F40;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #F05F40;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #F05F40;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #F05F40;
  border-color: #F05F40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #F05F40;
  border-color: #F05F40;
}
.btn-primary .badge {
  color: #F05F40;
  background-color: white;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  /*border: none;*/
  /*border-radius: 300px;*/
  font-weight: 700;
  /*text-transform: uppercase;*/
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

a .btn-light hover
{
  background-color: whitesmoke;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
.hero
{
  padding: 150px 0;
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  color: white;
}
.hero:before
{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.hero h1
{
  color: #fff;
  margin-bottom: 25px;
  line-height: 30px;
  font-size: 40px;
  /*font-weight: 300;*/
}
@media (min-width: 768px) {
  .hero {
    min-height: 100%;
  }
  
}

.btn-get-started, .btn-projects
{
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}
.btn-get-started
{
  background: black;
  border: 2px solid white;
}
.btn-get-started:hover
{
  background: white;
  color: black;
}
.btn-projects , .lengkap
{
  background: #FFB03B;
  border: 2px solid #FFB03B;
}
.btn-projects:hover , .lengkap
{
  background: none;
  color: #FFB03B;
}
.about
{
  padding: 150px 0;
  position: relative;
  width: 100%;
  min-height: auto;
  background-color: #fff;
  color: #333;
}
.parallax
{
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about h2
{
  color :#333;
  margin-bottom: 30px;
  font-size: 16px;
  margin-left: -100px;
}

.services
{
  padding: 150px 0;
  position: relative;
  width: 100%;
  min-height: auto;
  background-color: #f1f1f1;
  color: #333;
}

.services-title
{
  color :#333;
  text-align: center;
  font-size: 16px;
}

.services-box
{
  margin-left: 20px;
}

.info
{
  padding: 75px 0;
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  color: white;
  background-attachment:fixed;
  /*background-image: url('https://excelindo.co.id/assets/media/kantor.jpg');*/
}
.info:before
{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(9, 9, 9, 0.81);
}
.info h2
{
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
}
.news
{
  padding: 100px 0;
  position: relative;
  width: 100%;
  min-height: auto;
  background-color: white;
  color: #333;
}
.news .post
{
  width:100%;
  height:auto;
  display:flex;
  background: #fff;
  margin-bottom: 30px;
  -moz-box-shadow: 5px 5px 3px #dcdbdb;
  -webkit-box-shadow: 5px 5px 3px #dcdbdb;
  box-shadow: 5px 5px 3px #dcdbdb;
}

.news .post .post-image
{
  min-width: 200px;
  max-width: 200px;
  max-height: 320px;
  height: 320px;
  overflow: hidden;
  position: relative;
}
.news .post .post-image img
{
  height: 100%;
  margin-left: -100px;
  transition: all .2s ease-in-out;
  width: auto;
}
.news .post .post-image img:hover
{
  transform: scale(1.1);
}
.news .post .post-info
{
  padding: 20px;
}
.news .post .post-info h2
{
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 35px;
  font-size: 20px;
}
.news .post .post-info span
{
  margin-bottom: 10px;
}
.news .post .post-info p
{
  line-height: 1.7em;
  color: #777;
  margin: 20px 0;
}
.news-title
{
  margin-bottom: 50px;
}
.bg-grey
{
  background: #f5f5f5;
}
.btn-biru
{
  border-radius: 0;
  color:#fff;
  border:none;
  background-color:blue;
}
.footer
{
  padding: 50px 0 100px 0px;
  background-color: #322f2f;
  color:#fff;
  font-size: 13px;
}
.footer p
{
  font-size: 13px;
  color: #f4f4f4;
  line-height: 28px;
}
.footer .footer-title
{
  font-size: 16px;
  color: #f4f4f4;
  margin-bottom: 20px;
}
.footer ul.footer-menu
{
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
.footer ul.footer-menu li
{
  display:block;

}
.footer ul.footer-menu li a
{
  display: block;
  
  margin-bottom: 10px;
  color: #f4f4f4;
}
.footer ul.footer-menu li a:hover
{
  color: #999;
}
.topbar {
  background: #1A237E;
  padding: 150px 0px 50px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.topbar:before
{
  content: '';
  position: absolute;
  top: 0;
  /*bottom: 50%;*/
  /*bottom: 48%;*/
  right: 0;
  left: 0;
  background: rgba(13, 70, 83, 0.78);
}
.topbar h1
{
  color: #fff;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 700;
}

/*.gambar-circle 
{
text-align: center;
}*/

.gambar-circle
{
  margin-left: 50px;
  margin-top: 40px;
  height: 150px;
  width: 150px;
}

.welcome
{
  color: #FFB03B;
}

.news-scroll
{
  background: white;
  max-height: 500px;

  overflow-y: scroll;
  overflow-x: hidden;
}

.news-list
{
  padding: 10px;
}

.news-list:hover
{
  background: #FFB03B;
}
.news-list:hover > .row > .col-md-7 > a > .news-judul
{
  color: white;
}
.news-judul
{
  color: black;
  font-size: 16px;
  line-height: 20px;
  margin-top: 0px;
}

.dropdown-menu > li
{
  margin-top: 0px;
}

.services-desc
{
  width: 180px;
  font-size: 15px;
  margin-left: 40px;
}
.gambar-circle:hover
{
    cursor:pointer;
}

