/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 154px 0 100px;
}

.carousel-control-next, .carousel-control-prev{
	width:auto !important;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

section {
  padding: 150px 0;
}

@media (max-width: 575px) {
	.img-polls-detail{
		width:100%;	
	}
	.btn-wa-img{
		width:100%;
	}
}

@media (min-width: 576px) {
	.img-polls-detail{
		width:50%;	
	}
	.btn-wa-img{
		width:70%;
	}

}
@media (min-width: 768px) {
  .txt-slider {
    position: absolute; 
    bottom: 1rem; 
    color: #fff; 
    text-shadow: 1px 1px 1px #1a344f; 
    min-width:50%
  }

	.btn-wa-img{
		width:50%;
	}
  .txt-slider h1 {
    margin-top:1rem;
    font-size:24px;
  }
  .parent-text-slider{
  }
}
@media (max-width: 767px) {
  .txt-slider {
    display: block;
    background: #ffffff;
    padding:10px;
  }

  .txt-slider h1 {
    padding-top:20px;
    font-size:18px;
    color: #0C2846;
  }
  .parent-text-slider{
    background: #ffffff;
  }
}


#chart_wrap {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow:hidden;
}
#chart {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}
.bg-abu-terang{
	background-color:#f6f7fa; 
}
.bg-theme {
    background-color: #0C2846 !important;
    color: #6B8FBC;	
}
.nav_theme {
    background-color: #ffffff;
    border-top: 5px solid #0047b5;
    color: #0047b5;
}
.navbar-brand{
   color: #0047b5 !important;
   font-weight: bold;
}
.nav-link-menu{
   color:#7d92a9 !important;
    font-weight: 500;
}
.nav-link-menu:hover{
   color:#5a6a7b !important;
}
#header-image {
    background-color: #fff;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 80px;
}
.headline{
    color:#ffffff;
}
.bg-abu-terang
{
  background-color:#ebeef3;
}
.section-select{
  padding-top:30px;
  padding-bottom:30px;
  padding-left:40px;
  padding-right:40px;
}
.txtw-biru-gelap{
  color: #0C2846;
}
.fz-20{
  font-size: 20px;
}
.fz-24{
  font-size: 24px;
}
.dropdown-menu{
  transform: translate3d(5px, 35px, 0px)!important;
  left: -5px !important;
  width: 100%;
}
.wa_fixed {
    position: fixed;
    bottom: 20px;
    left: 20px;
}
.wa_fixed img {
    width: 60px;
}