/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 10, 2021, 10:37:26 AM
    Author     : martthewz
*/

.logo-text {
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    color: #444;
}

.tagline {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    color: #444;
}

.navbar-nav .nav-link {
    line-height: 54px;
    font-size: 0.98rem;
}

.page_header {
    padding-top: 15px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 5px;
    margin-bottom: 25px;

}

.page-title {
    font-size: 1.3125rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #343a40;
}

@media (max-width: 767px) {
    .logo-text {
        font-size: 12px;
    }

    .tagline {
        font-size: 11px;
    }
}


/*height and width*/
.height-500 {
    height: 500px;
}

.height-500-responsive {
    height: 500px;
}

@media (max-width: 1199.98px) {
    .height-500-responsive {
        height: 400px;
    }
}

/*Header sticky*/
header.navbar-sticky-on .navbar-top,
header.navbar-sticky-on .navbar-logo {
    display: none !important;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    background-color: #28a745;
}

.hk-sec-title {
    border-bottom: 1px solid #dee2e6;
}

/*Wrapper*/
.hk-wrapper {
    background: #fff;
    position: relative;
}

.hk-pg-wrapper {
    background: #f4f6f7;
    padding: 57px 0 60px;
    position: relative;
}

.hk-pg-wrapper .hk-pg-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.hk-pg-wrapper .hk-pg-header .hk-pg-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hk-pg-wrapper .hk-pg-header .hk-pg-title .pg-title-icon {
    padding-right: 10px;
    color: #c1c6c8;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hk-pg-wrapper .hk-pg-header>div:first-child,
.hk-pg-wrapper .hk-pg-header>div:last-child {
    margin-bottom: 15px;
}
