@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
footer{
    background: #fff !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 8px;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#dd7d2b;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.color-white{
    color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}
        section {
            padding: 60px 0;
           /* min-height: 100vh;*/
        }
 ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
.contact-area {
    border-bottom: 1px solid #353C46;
}
.contact-content.text-center{
    width: 800px !important;
}
.contact-content p {
    font-size: 16px;
    margin: 30px 0 0px;
    position: relative;
}

/* .contact-content p::after {
    background: #353C46;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
} */

.contact-content h6 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;

}

.contact-content span {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

.contact-social > ul {
    display: inline-flex;
}

.contact-social ul li a {
    border: 1px solid #fff;
    color: #8b9199;
    background: #fff;
    display: inline-block;
    margin: 10px 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 70px;
    height: 65px;
    border-radius: 8px;
}

.contact-social ul li a:hover {
    border: 1px solid #FAB702;
    color: #FAB702;
}

.contact-content img {
    max-width: 350px;
}

section, footer {
    background: #1A1E25;
    color: #868c96;
}

footer p {
    padding: 40px 0;
    text-align: center;
}

.bold{
    font-weight: bold;
}
footer img {
    width: 44px;
}
.box-carakerja{
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius: 8px;
    margin: 0px auto;
    padding: 20px 50px;
    line-height: 35px;
}
.text-center{
    text-align: center;
}
.img-carakerja{
    width: 100%;
    margin-top: 50px;
}
.bg-white{
    background-color: #fff;
}
.text-content-center{
    color:#000;
    font-size:18px; 
    text-align:justify;
    margin: 0px auto;
}
.text-content{
    color:#000;
    font-size:18px; 
    text-align:justify;
    padding: 0px 24px 0px 0px;
}
.garis-center{
    width: 125px;
    height: 3px !important;
    border-top: none !important;
    background-color: #DD7D2B;
    opacity: none !important;
    margin: 15px auto;
}
.garis{
    width: 125px;
    height: 3px !important;
    margin: 10px 0px 15px 0px;
    border-top: none !important;
    background-color: #DD7D2B;
    opacity: none !important;
}
.img-about{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 20px;
}
.font-eling{
    color: #DD7D2B;
    font-size: 36px;
    font-weight: 600;
    text-transform:none !important;
}
.font-size-36{
    font-size: 36px;
    margin: 0px;
    color: #2d3436;
    text-transform: uppercase;
    font-weight: 600;
}
.about-us{
    background:#F4F6F7;
    padding-top: 130px !important;
    padding-bottom: 110px !important;
}
/* Slider */
.carousel-inner {
	width: 100%;
	display: inline-block;
	position: relative;
}
.carousel-inner {
	padding-top: 43.25%;
	display: block;
	content: "";
}
.carousel-item {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: skyblue;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.caption {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 60%;
	z-index: 9;
	margin-top: 20px;
	text-align: center;
}
.caption h1 {
  color: #fff;
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 23px;
}
.caption h2 {
  color: rgba(255,255,255,.75);
	font-size: 26px;
	font-weight: 300;
}
a.big-button {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	background: #eb7a00;
	background: rgba(255, 0, 0, 0.75);
	padding: 28px 35px;
	border-radius: 20px;
	margin-top: 80px;
	margin-bottom: 0;
	display: inline-block;
}
a.big-button:hover {
	text-decoration: none;
	background: rgba(255, 0, 0, 0.9);
}
a.view-demo {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	display: inline-block;
	margin-top: 35px;
}
a.view-demo:hover {
	text-decoration: none;
	color: #333;
}

.carousel-indicators .active {
  background: #fff;
}
.carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border-top: auto;
  z-index: 15;
}
/*  */
.text-left{
    text-align: left;
    padding-left: 30px;
    padding-top: 10px;
}
.button-login{
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    outline: none;
    position: relative;
    color: #fff !important;
    margin: 0 auto;
    background: #0f569d;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 12px;
}
.button-login:hover{
    color: #3c4048 !important;
}
body{
    font-family: 'Lato', sans-serif;

}
header {
    border: black;
    border-width: 2px;
    box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.06);
}

.head_container {
    padding: 20px;
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #F5F5F5;
}

.logo {
    float: left;
    margin-left: 20px;
}

.logo img {
    height: 50px;
}

.menu {
    margin-top: 16px;
    float: right;
}

.menu ul {
    list-style-type: none;
    margin-right: -10px;
}

.menu li {
    display: inline;
    margin-right-last: 0px;
}

.menu a {
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 600;
    color: #3c4048;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}
.menu a.button-login{
    margin-right: 24px;
}

.menu a:hover {
    background: rgb(249 198 51 / 5%);
    border: #0f569d;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    transition: 0.2s;

}

.icon {
    display: none;
}

menu.responsive {
    position: relative;
}

menu.responsive {
    float: none;
    display: block;
    text-align: left;
}

@media screen and (max-width: 835px) {
    .logo img {
        height: 40px;
    }

    ul>li:first-of-type {
        display: none;
    }

    .menu {
        margin: 0;
    }
}


@media screen and (max-width: 690px) {
    .head_container{
        position: relative !important;
        z-index: inherit;
    }
    .carousel{
        margin-top: -100px !important;
    }
    .page-widget{
        padding: 25px !important;
    }
    .box-carakerja{
        padding: 20px 18px !important;
    }
    .contact-content.text-center{
        width: 100% !important;
    }
    .menu li {
        display: none;
    }

    .icon {
        font-weight: 900 !important;
        font-size: 20px !important;
        padding: 0;
        margin: 0;
        margin-top: -6px;
        margin-right: 10px;
        display: flex;
    }

    .logo img {
        height: 40px;
    }
}




.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 50px;
    box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.24);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #3c4048;
    text-align: left;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #F7CA18;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* .table>tbody>tr>td{
		padding:5px;
	} */
.radio,
.checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

.bg-warning {
    background-color: #f6b242;
    border-color: #f6b242;
    color: #fff;
}

.label {
    display: inline-block;
    font-weight: 300;
    padding: 1px 4px 0 4px;
    line-height: 1.5384616;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 0px;
}

.navbar-default .navbar-nav>.active>a {
    -webkit-box-shadow: 0 1px 0 0 #26a69a;
    box-shadow: 0 1px 0 0 #df6048;
}

.page-footer-content {
    padding: 30px;
    border-top: 1px solid #dddddd
}

.search-header {
    padding: 30px;
    border-bottom: 1px solid #bbbbbb
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-addon {
    width: auto
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group-append {
    margin-left: -1px;
}

.btn-light {
    color: #333;
    background-color: #fafafa;
    border-color: #ddd;
}

.perihal,
.satker {
    font-weight: bold;
    font-size: 15px
}

.nomor,
.tanggal,
.jenis {
    font-size: 12px
}

.table tbody tr td {
    vertical-align: top
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #df6048;
    border-color: #df6048;
    cursor: default;
}

.page-widget {
    padding: 50px 80px
}

.navbar-default.navbar-fixed-bottom {
    border-top-color: #f6b243;
    border-bottom-color: transparent;
}

.navbar-header {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}