/*
    ========================================
    DISKOMINFOTIK KOTA BIMA THEME
    ========================================
    
    @author         : Fahmi Sutarno
    @version        : v1.0
    @date-create    : 25/10/2021
    @last-update    : -
*/

/*
    ======================
        [IMPORT FONTS]
    ======================
*/


/*  
    ======================
        [GLOBAL STYLE]   
    ======================
*/

html{
    position: relative;
    min-height: 100%;
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    /* font-family: Nunito,sans-serif; */
    background-color: #fff;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0px;
    /* overflow: hidden; */
}

section {
    padding: 60px 0;
    overflow: hidden;
}
button{
    outline: none !important;
}

a{
    text-decoration: none !important;
}
.max-height-200{
    max-height: 200px !important;
}

.marg-20-top {
    margin-top: 20px !important;
}
.marg-20-bot {
    margin-bottom: 20px !important;
}

.marg-30-top {
    margin-top: 30px !important;
}

.marg-40-top {
    margin-top: 40px !important;
}

/*  
    ======================
        [TOP BAR]   
    ======================
*/

#topbar {
    background: #000;
    font-size: 14px;
    padding: 0;
    color: #fff;
    height: 40px;
}

#topbar .contact-info span {
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}



/* 
    ======================
        [HEADER]   
    ======================
*/
.navbar{
    border-bottom: 2px solid;
}
.navbar-nav  a {
    display: block;
    position: relative;
    color: #555555;
    padding: 8px 0 12px 25px;
    padding: 2px 5px 1px 5px;
    transition: 0.3s;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}=

.shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
}

.dropdown-menu {
    font-size: 0.90rem;
}

.navbar-brand img {
    /*width: auto;*/
    /*height: auto;*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
}

.navbar-brand img {
    margin-right: 5px;
    /*width: 50%;*/
    vertical-align: top;
}

.sticky-top {
    /* position: -webkit-sticky; */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    transition: all 3s ;
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.page-title {
    display: block;
    padding: 20px 0;
    margin-bottom: 20px;
}

.page-title h2 {
    position: relative;
    font-family: 'Open Sans',sans-serif;
    font-size: 21px;
    line-height: 34px;
    font-weight: 700;
    color: #28282d;
    text-transform: uppercase;
}
.page-title h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 40px;
    height: 1px;
    background-color: #ef4034;
}
.page-title h2 small {
    padding-left: 5px;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: none;
}
.page-title h2::after {
    content: '';
    position: absolute;
    left: 40px;
    bottom: -20px;
    width: 40px;
    height: 1px;
    background-color: #28282d;
}

.page-content{
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 20px;
}
.page-content h2{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 16px;
}

.icon-box {
    /*text-align: center;*/
    border: 1px solid #d8d9df;
    padding: 20px 20px;
    position: relative;
    /*margin-bottom: 30px;*/
    background-color: #fff;
    /*max-height: 200px;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border-bottom: 3px solid #d8d9df;
}

.icon-box h4 {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 30px 0;
    text-align: center;
}

.icon-box p {
    font-size: 15px;
    color: #716f6f;}

.owl-carousel .owl-dots{
    display: none;
}
.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-theme .owl-nav {
    position: absolute;
    top: -90px;
    right: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    padding: 2px 10px !important;
    background: #fff;
    border-bottom: 2px solid #d8d9df;
}

.breadcrumb{
    margin-top: 1rem;
    background-color: transparent;
}
.breadcrumb .breadcrumb-item a{
    color: #000;
}
#map { height: 400px; }

.box-title {
    padding: 10px;
    background: #309a4a;
    text-align: center;
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 12px;
}

.kts {
    font-size: 12px;
    position: absolute;
}

.temp-icon{
    width: 20px !important;
}

