@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* color variant */
:root {
    --bs-primary: #05466C !important;
    --bs-secondary: #A12A2C !important;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-white: #fff;
    --bs-dark: #111;
    --bs-black: #000;
    --bs-border: #ccc;
    --bs-color: #0379f8;
    --bs-font: "Montserrat", sans-serif !important;
}
.html {
    margin-top: 0px !important;
}

body {
    font-family: var(--bs-font) !important;
    background: var(--bs-white) !important;
    color: var(--bs-black) !important;

}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ccc; 
}
header {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.logo img {
    width: 100px;
}
.navbar_desktop ul {
    display: flex;
    justify-content: end !important;
    text-decoration: none;
}
.navbar_desktop ul li a {
    color: var(--bs-primary);
    text-decoration: none;
    padding: 8px 15px   ;
}
.navbar_desktop ul li a:hover {
    border-bottom: 2px solid var(--bs-primary);
    border-top: 2px solid var(--bs-secondary);
    border-radius: 30px;
}
.navbar_desktop ul li {
    padding-right: 30px;
    list-style: none;
}
.navbar_desktop {
    margin-top: 35px;
}
img {
    width: 100%;
}
footer {
    padding: 10px;
    border-top: 1px solid #ccc;
    text-align: center;
    margin-top: 50px;
}
a {
    text-decoration: none !important;
}
span.main_page a {
    color: var(--bs-secondary);
    font-weight: 500;
}
.main_page::after {
    content: "\f101";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-left: 5px;
}
.breadcrumbs {
    padding: 10px 0;
    background: #ebebeb;
    border-bottom: 1px solid #ccc;
}
img {
    width: 100%;
}
.title_00 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 15px;
    color: var(--bs-primary);
}
table {
    width: 100%;
}
tbody, td, tfoot, th, thead, tr {
    border: 1px solid #ccc !important;
    padding: 5px 10px;
}

.common {
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 10px;
}
h3.system {
    margin-top: 15px;
    font-size: 24px !important;
    margin-bottom: 0 !important;
    color: var(--bs-secondary);
}
td {
    font-size: 14px;
}
.contact_00 {
    margin-top: 50px !important;
}
.contact_00 h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.contact_00 ul {
    list-style: none;
    padding-left: 0;
}
.contact_00 ul li {
    margin-bottom: 20px;
}
span.icon {
    width: 35px;
    height: 35px;
    display: inline-grid;
    border: 1px solid var(--bs-secondary);
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: var(--bs-secondary);
}

span.icon_text {
    font-size: 18px;
    padding-left: 10px;
}
svg {
}
.whatsapp {
    position: fixed;
    bottom: 30px;
    height: 60px !important;
    width: 60px !important;
    right: 20px;
    padding: 10px;
    background: rgb(77, 194, 71) !important;
    border-radius: 50px;
}
input, textarea#message {
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 20px !important;
}
input.readon.learn-more.submit.submitData {
    background: var(--bs-primary);
    border: none;
    color: var(--bs-white);
}

iframe {
    width: 100%;
}
.d_hide {
    display: none;
}


@media only screen and (max-width: 992px) {
.m_hide {
    display: none;
}
.menu_bar_m {
    background: #04466d;
    padding: 10px 8px;
    border-radius: 3px;
    cursor: pointer;
    width: fit-content;
    height: max-content;
    float: right;
    margin-top: 25px;
    display: inline-block;
}
.bar_1 {
    width: 25px;
    height: 2px;
    display: block;
    background: var(--bs-white);
    border-radius: 50px;
}
.bar_3 {
    margin: 7px 0;
}
.navbar_desktop.m_hide.active {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    margin-top: 0;
    height: 100vh;
}
.navbar_desktop ul {
    display: block;
    padding-left: 0 !important;
}
.x_mark {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar_desktop ul li a {
    padding: 12px;
    color: #fff !important;
    display: block;
    border-bottom: 1px solid;
}
.navbar_desktop ul li a:hover {
    border-bottom: 0;
    border-top: 0;
    border-radius: 0;
}

}