/**
* CSS ORIGINAL WRITE CODEKOP.COM
*
*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap');
@-ms-viewport{
    width: device-width;
}

html,body
{
    scroll-behavior: smooth;
    background:#f5f5f5;
    font-family: 'Quicksand', sans-serif;
    color:#222;
    font-weight: 500;
    width:100%;
}

body{
    background:#f5f5f5;
    color:#222;
    font-weight: 500;
    font-size: 14px;
    width:100%;
    overflow-x:hidden;
}

.img-responsive{
    max-width: 100%;
    height: auto;
}

.arrows { white-space: nowrap; margin-left: -2.5pc;}
.arrows li {
    display: inline-block;
    line-height: 14px;
    margin: 0 9px 0 -10px;
    padding: 0 10px;
    position: relative;
}
.arrows li::before,
.arrows li::after {
    border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: skewX(45deg);
}

.arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

.arrows li:last-of-type::before,
.arrows li:last-of-type::after {
    display: none;
}

.arrows li a {
    font: bold 14px Sans-Serif;
    letter-spacing: -1px;
    text-decoration: none;
}

.arrows li:nth-of-type(1) a { color: hsl(0, 0%, 70%); }
.arrows li:nth-of-type(2) a { color: hsl(0, 0%, 65%); }
.arrows li:nth-of-type(3) a { color: hsl(0, 0%, 50%); }
.arrows li:nth-of-type(4) a { color: hsl(0, 0%, 45%); }
/* --- header navbar --- */

/* change the background color */
.brand{
    width:auto;
    height:50px;
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.togel{
    color:#fff;
}
.navbar-custom {
    background-color:rgb(10, 77, 122);
    color: #fff;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgb(244, 255, 179);
    font-weight: 700;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
    margin-left:10px;
    margin-top: 10px;
    margin-bottom:10px;
    text-transform: uppercase;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
    background-color:rgb(0, 105, 175);
    font-weight: 700;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color:rgb(255, 255, 255);
    border-radius: 0px;
}
.navbar-custom .dropdown-item {
    color: #000000;
    border-top:1px solid #ddd;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #ffffff;
    background-color:rgb(0, 105, 175);
    font-weight: 700;
}

/* --- content --- */

.service-item {
    height: auto;
    cursor: pointer;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    padding: 30px 20px;
    transition: all 0.7s;
    box-shadow: 0px 0px 15px #cdcdcd;
}

.service-item:hover {
    background-color: #1482c2;
}

.service-item h4 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.service-item:hover h4 {
    color: #fff;
}

.service-item:hover p {
    color: #fff;
}

.jumbotron{
    border-radius:0px;
}

.first-service .icon {
    height: 32px;
    width: 32px;
    display: inline-block;
}

.footer{
	width:100%;padding:25px 0 55px;
	margin-top:-2pc;
    background-color:rgb(8, 101, 163);
    font-weight: 500;
}
.footer h4{
	color:#e0e0e0;font-weight:700;padding-bottom:17px;font-size:20px;margin:30px 0 17px;position:relative;
}
.footer h4::after{
	background-color:#009688;bottom:0;content:"";height:1px;left:0;position:absolute;width:40px;
}
.footer a,.footer p{
	color:#eee;
}
.footer a:hover{
	color:yellow;text-decoration:none;
}
.footer ul{
	margin:0;padding:0;list-style:none;
}
.footer ul li{
	font-size:15px;font-weight:300;padding-bottom:4px;list-style:none;
}
.footer ul li:last-child{
	border:0
}


.footer-second {
	margin-top: -2pc;
    background-color:rgb(10, 77, 122);
	padding-top: 1.4pc;
    padding-bottom: 1pc;
	text-align: center;
	color: #fff;
}

#content{
    margin-top:-2pc;
    padding-top:4pc;
    padding-bottom:6pc;
}

.isi{
    font-size:13pt;
}
