:root {
  --white-color:                  #ffffff;
  --primary-color:                #13547a;
  --secondary-color:              #80d0c7;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #80d0c7;
  --custom-btn-bg-hover-color:    #13547a;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #13547a;

  --body-font-family:             'Open Sans', sans-serif;
  --title-font-family:            'Montserrat', sans-serif;

  --h1-font-size:                 58px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --h7-font-size:                 18px;
  --p-font-size:                  20px;
  --menu-font-size:               14px;
  --btn-font-size:                18px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color) !important;
  font-family: var(--body-font-family)!important; 
}
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}
h7 {
  color: var(--dark-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font-family); 
  font-weight: var(--font-weight-semibold);
}
h7 {
  font-family: var(--title-font-family); 
  font-weight: var(--font-weight-semibold);
}
h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
}
h7 {
  color: var(--primary-color);
  font-size: var(--h7-font-size);
}


a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


.shadow-divider {
  box-shadow: 0px 3px 10px #999;
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}
.bg-dark {
    background-color: #255483!important;
}
.bg-bottom {
    background-color: #3e444a !important;
}

.bg-jump {
    background-color: #255483!important;
}
.navbar {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;

}
.nav-link {
  

  font-family: var(--title-font-family)!important;
  font-size: var(--btn-font-size)!important;
  font-weight: var(--font-weight-medium)!important;
  
}
.navbar-nav > li{
  padding-left:30px;
  padding-right:30px;
}
/*.db_desc {
padding-right:30px;

}*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 2rem;
}


/* END CAROUSEL CSS */

/* COUNTER CSS */

.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 30px 50px;
}

.counter {
  font-size: 60px;
  margin-top: 10px;
}

@media (max-width: 580px) {
  body {
    flex-direction: column;
  }
}
/* END COUNTER CSS */

/* CARD CSS*/
.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* END CARD CSS */
.btn-primary {
    color: #ffffff;
    background-color: #255483!important;
    border-color: #23297a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #518FCE!important;
    border-color: #285e8e; /*set the color you want here*/
}
.sec-title h6 > span {
    border-bottom: 2px solid #255483;
    padding-bottom: 5px;
}
.sec-title h7 > span {
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
}
/* Datatable*/
.dt_head {
    color: #FFF;
    font-weight: 700;
    white-space: nowrap;
}
/*END datatable*/
.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.border-dark {
  border-color: #255483!important;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.box-widget {
  border: none;
  position: relative;
}
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 2px solid #ffc107;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 2px 3px rgba(21, 19, 19, 0.1);
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-title {
  display: inline-block;
  font-size: 15px;
  margin: 0;
  line-height: 1;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.pull-right {
  float: right !important;
}
.text-dark {
  color: #255483 !important;
}
.top-bar-left ul {
    margin: 0;
    padding: 0;
    
  list-style-type: none;
  
  overflow: hidden;
  
}
    
.top-bar-left li {
    color: #24135f;
    font-size: 14px;
    padding-left: 11px;
    line-height: 10px;
    display: inline;
}
.input-group-append {
  cursor: pointer;
}
.title-widget {
    color: #fff;
    font-size: 14px;
    /* font-weight: 500; */
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 0;
    
    margin-left: 0;
    padding-left: 28px;
}
.title-widget::before {
    background-color: #ffc107 !important;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}
.center {
  text-align: center;
  font-size: 12px;
  color: #fff;
  }
.copyright {
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    padding: 7px 0;
}

.bottom-link {
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    padding: 7px 0;
    text-align: right;
}
.heading {
  color: #fff;
    padding: 7px 0;
}
.photo {
    min-height: 130px;
}
.Size12
{
    font-size: 12px;
    
}
.Size11
{
    font-size: 11px;
    
}
.Size10
{
    font-size: 10px;
    
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.card-header {
  
    padding-top: 0.2rem;
    padding-right: 1rem;
    padding-bottom: 0.2rem;
    padding-left: 1rem;
}
 @media (max-width:576px){
 .table {
 width: inherit !important;
 }}
 .help-text {
    text-align: justify;
    color: #255483;
    border: 1px dotted red;
    padding: 5px;
    border-radius: 4px; /* optional, for cleaner edges */
  }
.text-dark {
  color: --primary-color;
}
.card-body-instruction {
  flex: 1 1 auto;
    padding-top: 0.2rem;
    padding-right: 1rem;
    padding-bottom: 0.2rem;
    padding-left: 1rem;
}