
.mover {
    -webkit-animation: mover 1s infinite alternate;
            animation: mover 1s infinite alternate;
}
  
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.bounce {
   animation: bounce 2s infinite;
   -webkit-animation: bounce 2s infinite;
   -moz-animation: bounce 2s infinite;
   -o-animation: bounce 2s infinite;
}
  
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

.w-100 {
    width: 100% !important;
}

.ptb-50 {
    padding: 50px 0;
}
.ptb-60 {
    padding: 60px 0;
}
.ptb-80 {
    padding: 80px 0;
}
.ptb-100 {
    padding: 100px 0;
}
.ptb-120 {
    padding: 120px 0;
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .pr-lg-40 {
        padding-right: 40px;
    }
    
    .pl-lg-40 {
        padding-left: 40px;
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

.footer .alamat-kantor {
    display: block;
    max-width: 220px;
    font-family: 'Rubik-Regular' !important;
    color: #abaebe !important;
    line-height: 20px !important;
    text-transform: initial !important;
}

@media (min-width:576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.justify-content-center {
    justify-content: center;
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.h-100 {
    height: 100%;
}

a {
    color: #1878B8;
}

.section {
    padding: 100px 0;
}

.img-fluid {
    width: 100% !important;
    height: auto;
}

.limit-1-line-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-2-line-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-3-line-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.logo-sistem {
    max-width: 200px;
    display: block;
    margin-right: 20px;
}

/* .slider-beranda .slotholder::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
    position: absolute;
    transition: .2s all ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
} */

.img-motto {
    max-width: 800px;
    margin: 0 auto;
}

/* Border Title */
.border-title {
    height: 0;
    margin-bottom: 20px;
    border-top: 4px solid #1878B8;
}

.border-title h1 {
    display: inline-block;
    position: relative;
    font-size: 1.5em;
    left: 0;
    top: -35px;
    padding-right: 15px;
    background-color: #fff;
}

/* Nav Pills */
.nav-pills {
    margin-bottom: 20px;
}

.nav-pills a {
    color: #a8a8a8;
    border-radius: 0 !important;
    transition: .15s all ease-in-out;
}

.nav-pills a:hover {
    color: #1878B8;
    background-color: transparent !important;
    border-bottom: 3px solid #1878B8;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: transparent !important;
    border-bottom: 3px solid #1878B8;
    color: #1878B8;
}

/* Beranda Start */
.owl-carousel.h-100,
.owl-carousel.h-100 .item,
.owl-carousel.h-100 .owl-item,
.owl-carousel.h-100 .owl-stage,
.owl-carousel.h-100 .owl-stage-outer {
    height: 100%;
}

.blog-with-sidebar .pagination > .active > a,
.pagination > .active > span, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff !important;
    background-color: #1878B8 !important;
}

.top-news {
    z-index: 25;
    position: relative;
    margin-top: -300px;
}

.top-news-wrap .title {
    margin: 0;
    color: #fff;
    padding: 15px;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #1878B8;
    /* background-color: transparent; */
}

/* .top-news-wrap .list-news {
    background-color: #fff;
    padding: 25px;
} */

.top-news-wrap .list-news .title-item {
    font-size: 1.25em;
    /* min-height: 50px; */
    min-height: 40px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 600;
}

.top-news-wrap .list-news p {
    color: #a8a8a8;
    font-weight: 400;
    min-height: 60px;
}

.trigatra-wrap {
    padding: 30px 0;
}

.trigatra-wrap .title-trigatra {
    display: block;
    text-align: right;
    color: #1878B8 !important;
    font-size: 2em;
    padding: 0 20px 10px;
    font-weight: 800;
}

.trigatra-wrap .owl-trigatra .owl-item {
    min-height: 240px;
}

.trigatra-wrap .owl-trigatra .item {
    position: relative;
    height: 240px;
    padding: 50px 125px 50px 50px;
    /* background-color: #d8efff; */
}

.trigatra-wrap .owl-trigatra .item::after {
    position: absolute;
    content: "";
    right: -20px;
    bottom: -50px;
    width: 125px;
    height: 125px;
    background-color: #d7efff;
    border-radius: 50%;
}

.trigatra-wrap .owl-trigatra .number {
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 10px;
    line-height: 1;
    font-size: 5em;
    color: #1878B8;
    font-weight: 400;
    font-family: "Poppins-Regular";
}

.trigatra-wrap .owl-trigatra .detail {
    margin: 0;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 10px;
    font-family: "Poppins-SemiBold";
}

.trigatra-wrap .owl-trigatra p {
    text-align: left;
}

/* .trigatra-wrap .owl-trigatra .item {
    display: flex;
    gap: 2em;
    align-items: baseline;
    padding: 40px;
    background-color: #d8efff;
}

.trigatra-wrap .owl-trigatra .number {
    font-size: 5em;
    color: #1878B8;
    font-weight: 400;
    font-family: "Poppins-Bold";
}

.trigatra-wrap .owl-trigatra .detail {
    font-size: 3em;
    font-family: "Poppins-SemiBold";
} */

.karya-detail{
    height: 600px;
}

.karya-detail .img-karya {
    display: block;
    margin: 0 auto;
    border: 1px solid #dbdbdb36;
    box-shadow: 0 0 10px -5px #dbdbdb;
    height: 100% !important;
    object-fit: cover;
}

.karya-detail .text {
    position: relative !important;
    top: 50% !important;
    left: 0 !important;
    line-height: 2;
}

.list-trigatra li {
    font-size: 2em;
    color: #1878B8;
}

.side-bar-blog a {
    margin: 0px;
    font-size: 16px;
    font-family: "Poppins-Medium";
    border-bottom: 2px solid #f7faff;
}

.side-bar-blog .list-inline {
    margin-left: 0;
}

.side-bar-blog .news-post {
    display: flex;
    gap: 1em;
}

.side-bar-blog .news-post .image-post img {
    max-width: 75px;
}

.trending .gallery-img {
    display: block;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.trending .gallery-img .display {
    position: absolute;
    bottom: 20%;
    width: 100%;
    z-index: 5;
    padding: 0 15px;
    text-align: center;
}

.trending .gallery-img .display span {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 600;
    filter: blur(70px);
    transform: scale(1.3);
    transition: all .5s ease;
    opacity: 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trending .gallery-img{
    border: 1px solid #dbdbdb36;
    box-shadow: 0 0 10px -5px #dbdbdb;
}

.trending .gallery-img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 600px;
    bottom: 0;
    z-index: 1;
    /* border-radius: 10px; */
    transition: all .3s;
}

.trending .gallery-img:hover::after {
    top: 0;
    background-image: linear-gradient(to bottom, transparent 1%, #369ce4 100%);
}

.trending .gallery-img:hover span {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
}

.trending .gallery-img img {
    border-radius: 10px;
}

.owl-infografis .img-infografis {
    display: block;
    max-height: 400px;
    margin: 0 auto;
}

.owl-infografis .link-infografis {
    display: block;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
}

.announcement .note-detail {
    padding: 25px;
}

.announcement .note-detail:hover {
    background-color: #f7faff;
}

.announcement .note-detail a {
    display: block;
    font-size: 1.5em;
    font-weight: 500;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}

.announcement .note-detail p {
    text-align: left;
    font-size: 1em;
    color: #a8a8a8;
    line-height: 1.2;
}

.announcement .note-detail .list-inline li {
    color: #9b9ea8;
    font-size: 16px;
    font-family: "Rubik-Regular";
}

.blog-card {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.blog-card .blog-left {
    min-width: fit-content;
}

.blog-card .blog-left li {
    padding: 10px 15px !important;
    color: #1878B8 !important;
    background-color: #e1f2ff;
}

.blog-card .blog-right p {
    margin-top: 15px;
    line-height: 1.5 !important;
}

.blog-with-sidebar .blog-with-sidebar-outer .blog-content .detail-link {
    line-height: 1 !important;
}

.blog-with-sidebar .keg-list .blog-with-sidebar-outer .blog-content .list-inline {
    margin-bottom: 10px !important;
}

.contact-list .contact-inner {
    gap: 1em;
    display: flex;
    margin-bottom: 15px;
}

.contact-list .contact-inner .icon span {
    font-size: 40px;
    color: #1878B8;
}

.contact-list .contact-inner .content span {
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    color: #9b9ea8;
}

.contact-list .contact-inner .content .detail-top {
    color: #222;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-input .form-control {
    border-radius: 0px !important;
    background-color: transparent;
    min-height: 60px;
    border: 2px solid #eef3fb;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 16px;
    color: #9b9ea8;
    font-family: Rubik-Regular;
    font-weight: normal;
}

.contact-input textarea {
    padding: 12px;
}

.contact-input .btn-submit {
    font-family: 'Poppins-Regular', sans-serif;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-top: 35px;
    padding: 14px 0px;
    background-color: #1878B8;
    transition: .15s all ease-in-out;
}

/* Other pages */
.breadcrumb-section {
    padding-top: 94px;
}

.breadcrumb-section .featured-image {
    position: relative;
}

.breadcrumb-section .featured-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: #000; */
    opacity: .6;
    background-image: linear-gradient(to right, transparent -4%, rgba(24, 120, 184, 0.75) 100%);
}

.breadcrumb-section .heading h1 {
    color: #1878B8;
}

.breadcrumb-section .breadcrumb li a {
    color: #0d5e94;
}

.contact-input .btn-submit:hover {
    background-color: #0d5e94;
}

.site-header.dark .navbars-icon i {
    color: #1878B8;
}

.vision-outer p {
    color: #5a5a5a !important;
}

.mission-outer .mission-list {
    font-size: 18px;
    color: #5a5a5a;
    padding-left: 15px;
    font-family: "Rubik-Regular", sans-serif;
}

.mission-outer .mission-list li {
    margin-bottom: 10px;
}

.table-cust thead th {
    border-bottom: none;
    padding: 15px !important;
    padding-right: 30px !important;
    background-color: #eaf7ff;
}

.table-cust tbody td {
    padding: 1em !important;
}

.table-cust thead th:first-child {
    border-radius: 10px 0 0 0;
}

.table-cust thead th:last-child {
    border-radius: 0 10px 0 0;
}

.pagination li a:hover {
    background-color: #1878B8 !important;
    color: #fff !important;
}

.dataTables_length,
.dataTables_filter {
    margin-bottom: 15px;
}

.dataTables_wrapper .pagination .page-item a {
    margin: 0 7px;
    border-radius: 5px !important;
    text-align: center !important;
}

.pagination li.active a.active,
.blog-with-sidebar .pager li>a:hover,
.dataTables_wrapper .pagination .page-item.active a {
    color: #fff !important;
    background-color: #1878B8 !important;
}

.dataTables_wrapper .pagination .next a,
.dataTables_wrapper .pagination .previous a {
    border-radius: 5px !important;
    width: initial;
    background-color: #fff !important;
    color: #1878B8 !important;
}

.pagination .next:not(.disabled) a:hover,
.pagination .previous:not(.disabled) a:hover,
.dataTables_wrapper .pagination .next:not(.disabled) a:hover,
.dataTables_wrapper .pagination .previous:not(.disabled) a:hover {
    background-color: #1878B8 !important;
    color: #fff !important;
}

.btn-download {
    font-weight: 500;
}

.blog-wrap .blog-link {
    display: block;
    font-size: 24px !important;
    color: #1878B8 !important;
    line-height: 28px !important;
    margin-bottom: 10px !important;
    font-family: "Poppins-Semibold" !important;
}

.blog-wrap .blog-link:hover,
.blog-wrap .detail-link:hover {
    color: #0d5e94 !important;
}

.blog-wrap .img-blog {
    max-height: 400px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.breadcrumb-section .breadcrumb-wrapper {
    display: flex;
    justify-content: space-between;
}

.breadcrumb-section .page-header .heading {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 50%;
    -webkit-line-clamp: 3;
}

.breadcrumb-section .page-header .bread-cumb-inner {
    max-width: 50%;
}

.iframe-div {
    width: 100%;
    height: auto;
}

ul.list-none li{
    list-style: none;
    font-size: 16px!important;
    color: #9b9ea8;
    line-height: 36px;
    text-decoration: none;
}

ul.list-none li.flaticon-button:before{
    color: #2685f9;
    font-size: 10px;
    margin-right: 10px;
}

.info-sliderr{
    font-size: 1.5em;
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 600;
}

.our-services-section-kic{
    padding: 70px 0px 20px 0px;
}


.parallex-sec {
    background: #111c55;
}

h1.judul-inii{
    margin: 20px 0 60px 0 !important;
}

.side-bar-blog .recent-post .post{
    padding: 15px 18px 0px;
}

.blog-with-sidebar .blog-with-sidebar-outer .blog-content{
    /* padding: 15px 25px 15px 25px; */
    padding: 15px 25px 25px 25px;
}

.mx-auto{
    margin: 0 auto !important
}

.blog-wrap .blog-link.jud-keg{
    font-size: 18px !important;
    margin-bottom: 0 !important;
    line-height: normal !important;
}

.blog-with-sidebar .keg-list .blog-with-sidebar-outer .blog-content ul li{
    font-size: 13px;
    line-height: 1;
}

.blog-with-sidebar .keg-list .blog-with-sidebar-outer .blog-content p{
    font-size: 14px;
}

.blog-with-sidebar .keg-list .blog-with-sidebar-outer{
    border: unset;
    /* box-shadow: 0 0 10px -5px #b2b2b2; */
    margin-bottom: 10px !important;
    background: #f7faff;
}

.blog-with-sidebar .keg-list .blog-with-sidebar-outer:hover{
    background: #eff5ff;
}

.blog-with-sidebar .keg-list .blog-with-sidebar-outer .blog-content ul{
    margin-bottom: 0 !important;
    font-style: italic;
}

.site-header{
    padding: 0px;
}

.main-nav ul.menu > li.current-menu-item:before, .main-nav ul.menu > li:hover:before{
    left: 0;
    width: 40%;
    background-color: #f8e510;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.main-nav ul.menu > li:before{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    content: '';
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 0;
    height: 3px;
    background-color: #fac012;
}

.footer{
    padding: 50px 0px;
}

.preloader{
    background-color: #ffffffbd;
    backdrop-filter: blur(10px);
    background-image: url(../image/uploads/logo-tut-wuri.png);
    background-size: 100px;
}

.header-sticky .site-header.minimized{
    box-shadow: 0 0 10px 5px #00000012;
}

.have-list ul li{
    list-style: circle;
    margin-left: 25px;
    font-weight: 600;
    font-size: 1.1em;
}

/*===================================================service-section=====================================================================*/
 
.service-section {
    padding: 80px 0px;
}

.service-section h1 {
    text-align: center;
    font-family: "Poppins-Semibold";
    font-size: 40px;
    color: #222222;
    margin: 0px;
    padding-bottom: 10px;
}

@media screen and (max-width: 992px) {
    .service-section h1 {
        font-size: 30px;
    }
    .service-section p.para {
        padding: 0px 0px 40px 0px!important;
    }
}

.service-section .head-bor {
    width: 85px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    display: block;
    background-color: #f8e510;
    margin-bottom: 25px;
}

.service-section p.para {
    font-family: "Rubik-Regular";
    font-size: 18px;
    color: #222222;
    line-height: 25px;
    text-align: center;
    padding: 0px 280px 40px 280px;
}

.service-section .service-outer .image span.icon {
    color: #2685f9;
    font-size: 58px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    transition: .5s ease;
}

.service-section .service-outer:hover .image span.icon {
    color: #f8e510;
}

.service-section .service-outer:hover .content-inner h2 {
    color: #fff;
}

.service-section .service-outer .image a {
    text-decoration: none;
}

.service-section .in {
    /* border: 1px solid #f2f2f2; */
    border-collapse: collapse!important;
    /* border-width: 1px; */
}

.service-section .service {
    float: left;
    flex-wrap: wrap-reverse;
    /* width: 33.33%; */
    /* width: 50%; */
    width: 25%;
}

.service-section .service-outer .content-inner h2 {
    text-align: center;
    margin: 0px;
    margin-bottom: 10px;
    font-family: "Poppins-Semibold";
    font-size: 18px;
    color: #222222;
    line-height: 32px;
    transition: .5s ease;
}

.service-section .service-outer .content-inner p {
    font-family: "Rubik-Regular";
    font-size: 16px;
    text-align: center;
    color: #9b9ea8;
    line-height: 25px;
}

.service-section .service-outer {
    padding: 40px 25px 36px;
}

.service-section .inner-sec {
    overflow: -webkit-paged-y;
}

.parallex-sec {
    margin-top: 20px;
    padding: 30px 0;
}

.marquee {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
}

.marquee span {
    font-size: 24px;
    display: inline-block;
    padding-left: 100%;
    color: #fff;
    margin-right: 20px;
    animation: scroll 25s infinite linear;
    /* display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 400px; */
}

@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.owl-poster .img-poster {
    height: 370px;
    width: 100% !important;
    object-fit: contain;
}

.kklp-section .service {
    width: 20%;
}

.kklp-section .inner-sec {
    display: flex;
    width: 100%;
}

.produk-section .service {
    width: 50%;
}

.produk-section .inner-sec {
    display: flex;
    width: 100%;
}

.rounded {
    border-radius: .25em;
}

.search-result {
    padding: 25px;
    background-color: #f7faff;
    margin-bottom: 15px;
}

.search-result .title {
    color: #1878B8;
    display: block;
    font-size: 20px;
    font-weight: 600;
    width: fit-content;
    margin-bottom: 5px;
}

.search-result .title:hover {
    color: #111c55;
    text-decoration: underline !important;
}

.search-result .info {
    color: #029d02;
    display: block;
    margin-bottom: 5px;
}

.search-result a i {
    font-size: 12px;
    margin-left: 5px;
}

.search-result a:hover i {
    animation: arrowRight 1.5s infinite ease-in-out;
}

@keyframes arrowRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}

.sebaran-wrap {
    position: relative;
}

.sebaran-wrap .detail-sebaran {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 401;
    background-color: rgba(13, 94, 148, 0.9);
    color: #fff;
    max-width: 400px;
}

.sebaran-wrap .detail-sebaran .title {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.sebaran-wrap .detail-sebaran .title .close-btn {
    position: absolute;
    top: -5px;
    right: 0px;
}

.close-btn {
    display: block;
    padding: 5px;
    background-color: transparent;
    line-height: 1;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 10px;
    color: #fff;
}

.close-btn:hover {
    background-color: #fff;
    color: #1878B8;
}

.sebaran-wrap .detail-sebaran .list {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.sebaran-wrap .detail-sebaran .list h5 {
    min-width: 100px;
}

.sebaran-wrap .detail-sebaran .list > * {
    line-height: 1.4;
}

.sebaran-wrap .detail-sebaran .list .list-sebaran {
    width: 100%;
    list-style: none;
    margin-left: 15px;
}

.sebaran-wrap .detail-sebaran .list .list-sebaran li {
    position: relative;
    padding-left: 5px;
    margin-bottom: 5px;
}

.sebaran-wrap .detail-sebaran .list .list-sebaran li::before {
    content: "\f058";
    position: absolute;
    left: -15px;
    font-family: 'FontAwesome';

}

.sebaran-wrap .detail-sebaran .btn-white {
    color: #fff;
    border: 1px solid #fff;
    padding: 7px;
    display: block;
    margin-top: 15px;
    text-align: center;
    transition: all .15s ease;
}

.sebaran-wrap .detail-sebaran .btn-white:hover {
    background-color: #fff;
    color: #0d5e94;
}

.filter-wrap {
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 20px;
}

.filter-wrap .categories li {
    display: flex;
    gap: 10px;
    padding-left: 0 !important;
}

.filter-wrap .categories li::before {
    content: "" !important;
}

.filter-wrap .post {
    display: flex;
    gap: 10px;
}

.prod-section .img-karya {
    max-height: 400px;
    object-fit: contain;
}

.prod-section .detail-karya h1 {
    font-size: 1.5em;
    line-height: 1.5;
}

.prod-section .detail-wrap {
    display: flex;
    gap: 20px;
}

.prod-section .detail-wrap .prod-img {
    max-width: 300px;
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 15px;
    border-radius: 5px;
}

.prod-section .detail-wrap .detail-desc {
    margin-top: 15px;
}

.prod-section .detail-wrap .detail-desc .title {
    font-size: 1.5em;
    color: #0d5e94;
}

.prod-section .detail-wrap .detail-desc .author {
    font-size: 1.2em;
}

.prod-section .detail-wrap .detail-table .cath-title {
    font-size: 1.2em;
    position: relative;
    width: fit-content;
    margin-bottom: 10px;
}

.prod-section .detail-wrap .detail-table .cath-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #0d5e94;
}

.prod-section .detail-wrap .detail-table span {
    font-size: 1em;
}

.detail-kklp .detail-wrap h1 {
    margin: 0px;
    font-family: "Poppins-Bold";
    font-size: 30px;
    line-height: 40px;
    color: #222222;
    text-align: left;
}

.socmed-list li i {
    font-size: 20px;
}

.list-pegawai .card-pegawai h1 {
    font-size: 20px !important;
    text-transform: unset !important;
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
}

.list-pegawai .card-pegawai p::before {
    height: 2px !important;
    width: 15px !important;
    margin-top: 12px !important;
    background-color: #0d5e94 !important;
}

.list-pegawai .card-pegawai a {
    transition: all .2s ease;
}

.list-pegawai .card-pegawai:hover a {
    color: #111c55 !important;
}

.list-pegawai .card-pegawai .image img {
    height: 250px;
    object-fit: contain;
}

/* .detail-pegawai-section .nav-pills > li.active > a, */
.detail-pegawai-section .nav-pills > li > a:hover {
    color: #fff !important;
    border-color: #111c55;
    background-color: #111c55 !important;
}

.detail-pegawai-section .nav-pills > li.active > a:hover,
.detail-pegawai-section .nav-pills > li.active > a:focus {
    border: 2px solid #111c55;
}

.detail-pegawai-section .nav-pills > li > a {
    border: 2px solid #e1e8f4;
}
.detail-pegawai-section .tab-content {
    border: 2px solid #e1e8f4;
    margin-top: -62px;
}

.detail-pegawai-section .content-service-inner {
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.detail-pegawai-section .service-single-sidebar .categories,
.detail-pegawai-section .service-single-sidebar .broucher-inner {
    border: 2px solid #e1e8f4;
    box-shadow: none;
}

@media (max-width: 1200px) {
    .service-section .service {
        width: 33.33%;
    }
}

@media (max-width: 1000px) {
    .service-section .service {
        width: 50.00%;
    }
}

@media (max-width: 768px) {
    .service-section .service {
        width: 100.00%;
    }

    .detail-pegawai-section .nav-pills > li {
        width: fit-content;
        padding-right: 10px;
    }
}

@media (max-width: 480px) {
    .detail-pegawai-section .nav-pills > li > a,
    .detail-pegawai-section .nav-pills > li.active > a {
        font-size: 14px;
        padding: 10px 15px;
    }

    .blog-card {
        flex-direction: column;
        gap: 20px;
        align-items: flex-end;
    }
}
/*===================================================service-section-end=====================================================================*/

.our-services-section h1.mb-0i{
    margin-bottom: 0 !important;
}

.mb-0i{
    margin-bottom: 0 !important;
}

.img-layanan{
    width: auto !important;
    max-width: 100%;
    height: 150px;
    margin: 0 auto;
    transition-duration: 1.5s;
}

.service-outer:hover .img-layanan{
    transform: scale(1.1);
}

.service-outer:hover{
    background: #111c55;
}

.service-section .service-outer:hover .content-inner p {
    color: #eef7fc;
}

.lengkapp{
    margin: 0 auto;
}


/* Font Size */
.text-0 {
	font-size: .7em !important;
}

.text-1 {
	font-size: .8em !important;
}

.text-2 {
	font-size: .9em !important;
}

.text-2-3,
.text-2-5 {
	font-size: .95em !important;
}

.text-3 {
	font-size: 1em !important;
}

.text-3-4,
.text-3-5 {
	font-size: 1.1em !important;
}

.text-4 {
	font-size: 1.2em !important;
}

.text-4-5 {
	font-size: 1.35em !important;
}

.text-5 {
	font-size: 1.50em !important;
}

.text-5-6,
.text-5-5 {
	font-size: 1.65em !important;
}

.text-6 {
	font-size: 1.80em !important;
}

.text-6-7,
.text-6-5 {
	font-size: 1.9em !important;
}

.text-7 {
	font-size: 2em !important;
}

.text-8 {
	font-size: 2.30em !important;
}

.text-9 {
	font-size: 2.50em !important;
}

.text-10 {
	font-size: 2.75em !important;
}

.text-11 {
	font-size: 3em !important;
}

.text-12 {
	font-size: 3.5em !important;
}

.text-12-13,
.text-12-5 {
	font-size: 3.75em !important;
}

.text-13 {
	font-size: 4em !important;
}

.text-14 {
	font-size: 4.5em !important;
}

.text-15 {
	font-size: 5em !important;
}

.text-16 {
	font-size: 5.33em !important;
}

.text-17 {
	font-size: 5.66em !important;
}

.text-18 {
	font-size: 6em !important;
}

.text-19 {
	font-size: 6.33em !important;
}

.text-20 {
	font-size: 6.66em !important;
}


.bg-thi{
    background: #f7faff;
}

.align-items-center{
    align-items: center !important;
}

.ml-auto{
    margin-left: auto !important;
}

.mr-25{
    margin-right: 25px !important;
}

.ml-25{
    margin-right: 25px !important;
}

.footer .description.last table>tbody>tr>td span.in{
    color: #f8e510;
}

.site-logo .logo img{
    margin-top: 0;
}

.bg-transparent{
    background: transparent;
    background-color: transparent;
}

.contt{
    font-weight: 600;
    font-size: 22px;
    margin-left: 10px
}

.contact-section{
    padding: 80px 0px;
}

.btn-papeda{
    background-color: transparent;
    border-color: #eea236;
    color: #eea236;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 600;
}

.btn-papeda:hover{
    background-color: #eea236;
    border-color: #eea236;
    color: #fff;
}

.btn-pencarian,
.btn-pencarian:focus {
    background-color: transparent;
    border-color: #1878B8;
    color: #1878B8;
    border-radius: 25em;
    padding: 10px 15px;
    line-height: 1.5;
    font-weight: 600;
}

.btn-pencarian:hover{
    background-color: #1878B8;
    border-color: #1878B8;
    color: #fff;
}

.pencarian-wrap {
    position: absolute;
    /* right: 0; */
    right: -144px;
    bottom: -110px;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    /* box-shadow: 0 0 2px 2px rgba(24, 120, 184, 0.5); */
    border: 1px solid rgba(0, 0, 0, .125);
    transition: opacity .15s ease-in-out;
    opacity: 0;
}

.pencarian-wrap.active {
    opacity: 1;
}

.pencarian-wrap input {
    /* width: 300px; */
    width: 1138px;
    padding-right: 60px;
}

.pencarian-wrap .send__btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    width: 50px;
    background-color: #1878B8;
    color: #fff;
}

.tautan-footer {
    display: flex;
    flex-wrap: wrap;
}

.tautan-footer .inner {
    width: 100%;
    flex: 0 0 auto;
}

.tautan-footer .inner li {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* max-width: 360px; */
    margin-bottom: 5px;
}

.tautan-footer .inner li a {
    color: #abaebe !important;
}

.tautan-footer .inner li a:hover {
    color: #fff !important;
}

.tautan-footer .inner li i {
    font-size: 12px;
    margin-right: 7px;
}

.z1{
    position: relative;
    z-index: 1;
}

.item-toppp .item{
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 5px 5px 0 0 #35aeff54;
    transition-duration: .3s;
}

.item-toppp .item:hover{
    background: #1878B8;
    box-shadow: 5px 5px 0 0 #ffffff54;
}

.item-toppp .item:hover a{
    color: white;
}

.item-toppp .item:hover .top-news-wrap .list-news p{
    color: #ffffffcf;
}

.item-toppp .item:hover .datetime{
    color: #ffffffa4;
}

.maps-kontak{
    width: 100%;
    height: 460px;
    border-radius: 10px;
}

.breadcrumb-section{
    padding-top: 84px;
}

.Products-checkout .customer{
    border-left: 5px solid #f0f2fa;
}

.slider-topp{
    background: #f3faff;
    /* padding: 20px 0 0 0px; */
    border-radius: 10px
}

.wrap-poster{
    padding: 10px;
    background: #f2fafe;
    border-radius: 10px;
}

.wrap-poster .item img{
    border-radius: 5px;
}

.img-galeri{
    width: 100%;
    /* border-radius: 10px;
    padding: 5px; */
  }

.pidio{
    position: absolute;
    left: 0px;
    top: 0px;
}

.pidio .icon-holder{
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff00;
    backdrop-filter: blur(0px);
    display: flex;
    align-items: center;
}

.pidio .icon-holder .icon{
    margin: 0 auto;
    /* width: 100%;
    text-align: center;
    height: 100%;
    align-items: center;
    display: flex; */
}

.pidio .icon-holder .icon a{
    width: 100%;
    /* height: 100%; */
    position: relative;
    display: flex;
    align-items: center;
}

.pidio .icon-holder .icon a img{
    transition-duration: .3s;
    margin: 0 auto;
    width: 55px !important;
    height: 55px !important;
    transition-duration: 1s;
    padding: 10px 10px 10px 15px;
    border-radius: 100px;
    backdrop-filter: blur(5px);
    background: #ff000057;
}

.pidio .icon-holder .icon a:hover img{
    width: 70px !important;
    height: 70px !important;
}

.our-case-section .gallery_product .filter-outer .image .overlay{
    background-color: #000000a8;
    backdrop-filter: blur(5px);
}

.rad-0{
    border-radius: 0px;
}

.rad-5{
    border-radius: 5px;
}

.rad-10{
    border-radius: 10px;
}

.rad-15{
    border-radius: 15px;
}

.rad-20{
    border-radius: 20px;
}

.rad-25{
    border-radius: 25px;
}

.rad-50{
    border-radius: 50px;
}

.copyright-wrap {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 15px 25px;
    background-color: rgba(255, 255, 255, 0.25);
}

.form-login .form-control:focus {
    box-shadow: 0 2px 0 #1878B8;
}

.form-login .form-control:focus+label {
    transform: translateY(-10px);
}






@media screen and (max-width: 768px) {
    .site-header.dark {
        padding: 15px 0 !important;
    }

    .top-news {
        margin-top: -130px;
    }

    .top-news .list-news {
        box-shadow: none !important
    }

    .welcome-section .welcome-inner.in {
        background-color: #111c55;
    }

    .welcome-section .icon .icon-next {
        color: #162058 !important;
    }
    
    .our-services-section-kic{
        padding: 25px 0px 0px 0px;
        margin: 15px 0 0 0;
    }

    .parallex-sec .parallex-inner p{
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: 10px;
        line-height: 1.2;
    }

    .top-news-wrap .title {
        font-size: 16px;
        padding: 8px 15px;
    }

    .top-news-wrap .list-news {
        padding: 0px;
    }

    .top-news-wrap .list-news .title-item {
        font-size: 1.25em;
        margin-bottom: 0px;
    }

    
    .parallex-sec .parallex-btn a{
        border-radius: 0;
        padding: 0px 35px;
    }

    .trigatra-wrap .owl-trigatra .detail{
        font-size: 2em;
    }
    
    .footer{
        padding: 30px 0px;
    }

    .img-layanan{
        width: auto !important;
        max-width: 100%;
        height: 135px;
        margin: 0 auto;
    }

    .breadcrumb-section .page-header .heading,
    .breadcrumb-section .page-header .bread-cumb-inner {
        max-width: 100%;
    }

    .btn-papeda{
        width: 100%;
    }

    .item-toppp .item{
        box-shadow: unset;
        border: 1px solid #cacaca;
    }
    
    .item-toppp .item:hover{
        box-shadow: unset;
    }

    .trigatra-wrap .owl-trigatra .item{
        padding: 20px 25px 50px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .navbar-toggle {
        margin-right: 15px;
    }
}