.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;

}

.container{
	margin-top:40px;
}

.containerheader{
	width: 700px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.bg-orange {
    background-color: #F76432!important;
}

.jumbotron.jumbotron-fluid.home {
	background-image: url(images/s1crop.jpg);
    background-size: cover;
	height:378px;
}

.jumbotron.jumbotron-fluid.aboutus {
	background-image: url(images/aboutus1.jpg);
    background-size: cover;
	height:378px;
}

.jumbotron.jumbotron-fluid.ourworks {
	background-image: url(images/ourworks.jpg);
    background-size: cover;
	height:378px;
}

img.iconjudul{
	width:100px;
}

.judul{
	color:#F76432;
}

h1.display-4.capetionheader{
	color:#fff;
    font-weight: 700;

}

p.desc{
	color:#fff;
}

h5.intro{
	color:#000;
}

a.link{
	color:#fff;
}

table.judulpage{
	margin:30px;
}

h1, h2, h3, h4, h5, p.orange{
	color:#F76432;
	margin-top:10px;
	margin-bottom:10px;
}

b.orange{
	color:#F76432;
	margin-top:10px;
	margin-bottom:10px;
}

.nav{
	background: #F76432;
    padding: 10px;
    margin: 10px 0px 10px 0px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.p-0{
	padding:0px;
}

@media (min-width: 992px)
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
}

a.btn.btn-light.custom {
    border: 2px solid;
}

footer.footer {
    background: #F76432;
    margin-top: 100px;
    padding: 25px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 3px solid;
    border-top: 1px solid rgba(0,0,0,.1);
    width: 64%;
}

table.navaboutus{
	width:60%;
}

td.kolom {
	 width: 33.3%;
    text-align: center;
}

.navbaraboutus{
	margin: 0px 0px 70px 0px;
}

a {
    color: #f76432;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #f76432;
    text-decoration: none;
}

.teamvalue{
	border-left:2px solid #666666;
}

	
p {
    margin-top: 0;
    margin-bottom: 0rem;
    font-size: 14px;
}

.bg-light {
    background-color: #f76432!important;
}


img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}

img.logo{
	width:120px;
}

.banner {
    position: relative;
    text-align: center;
    color: white;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

img.headlinepict{
	width:100%;
	height:180px;
	object-fit:cover;
}

h1.capetionheader{
	color:#fff;
}

.m20{
	margin:0px 0px 20px 0px;
}


element.style {
    /* height: 338px; */
    /* object-fit: cover; */
}
img.card-img-top {
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: 338px;
    object-fit: cover;
}

img.card-img-top.partner {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.navbar-nav > li{
  padding-left:60px;
  padding-right:60px;
}

nav.navbar.navbar-expand-lg.navbar-light.customnav {
    padding: 15px 0px;
}

.navkanan{
	background-color:#F76432;
	padding:5px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, 0.9);
}

/* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item .timeline-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #7c7c7c;
  border: 3px solid #ffffff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
  background-color: #1f9eba;
}
.timeline .timeline-item .timeline-badge.info {
  background-color: #5bc0de;
}
.timeline .timeline-item .timeline-badge.success {
  background-color: #59ba1f;
}
.timeline .timeline-item .timeline-badge.warning {
  background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
  background-color: #ba1f1f;
}
.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 70px 0px 20px 0px;
  display: inline-block;
}
.timeline-horizontal:before {
  height: 3px;
  top: auto;
  bottom: 26px;
  left: 56px;
  right: 0;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
  display: table-cell;
  height: 280px;
  width: 20%;
  min-width: 320px;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c0c0c0 !important;
  border-bottom: 0 solid #c0c0c0 !important;
  border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}

body::-webkit-scrollbar {
    width: 7px;;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #f764325e;
  outline: 1px solid slategrey;
  border-radius:10px;
}

h1.putih{
	color:#fff;
}

a.putih{
	color:#fff;
}

.m20.col-md-4.cursor {
    cursor: zoom-in;
}

.card-img-popup {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: 338px;
    object-fit: cover;
}

.card-img-type {
  color: #F76432;
}

