@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');
* {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

.banner {
    width: 100%;
    position: relative;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

header {
    /*	padding: 11px 0px;*/
}

.input-group-text {
    background-color: #03a9f5;
    color: #fff;
    border-color: #03a9f5;
}

.table .thead-dark th {
    background-color: #016aaf;
    border-color: #016aaf;
    font-weight: 500;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #016aaf;
}

.nav-link {
    color: black;
    font-size: 15px;
    letter-spacing: 0.8px;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.form-control {
    border-color: #03a9f5;
}

.input-group-text {
    background-color: #03a9f5;
    color: #fff;
    border-color: #03a9f5;
}

.table th {
    font-weight: 500;
}

.table .thead-dark th {
    background-color: #0f1114;
    border-color: #016aaf;
    font-weight: 500;
}

.form-control:disabled,
.form-control[readonly] {
    background: #e5f8ff;
}

.text-primary {
    color: #016aaf !important;
}

.btn-primary {
    border-color: #03a9f5;
    background-color: #03a9f5;
}

.btn-primary:hover {
    background: #016aaf;
}

@media screen,
print {
    footer {
        display: none;
    }
}

.sec-title {
    text-align: center;
    padding-bottom: 2.5rem;
}

.sec-title h2 {
    color: #000;
}

.sec-title h2 span::before {
    position: absolute;
    width: 50px;
    height: 1px;
    background: #03a9f5;
    top: 18px;
    content: "";
    left: -60px;
}

.sec-title p {
    margin-top: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    max-width: 550px;
}