:root {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    --pad-top-bottom: 80px;
  }
  @media only screen and (max-width: 1199px) {
    :root {
      --pad-top-bottom: calc(80px - 30px);
    }
  }
  @media only screen and (max-width: 767px) {
    :root {
      --pad-top-bottom: calc(80px - 50px);
    }
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    background-color: #fff;
  }
  body,
  div,
  p,
  a {
    font-size: 16px;
    font-family: "Heebo" !important;
    font-weight: 400;
    letter-spacing: normal;
  }
  @media only screen and (min-width: 1200px) {
    body,
    div,
    p,
    a {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 991px) {
    p,
    a {
      font-size: 14px;
    }
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  label,
  input,
  textarea,
  li {
    font-family: "Heebo" !important;
    letter-spacing: normal;
  }
  section {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  @media only screen and (min-width: 1200px) {
    section {
      padding-top: var(--pad-top-bottom);
      padding-bottom: var(--pad-top-bottom);
    }
  }
  @media only screen and (max-width: 1199px) {
    section {
      padding-top: var(--pad-top-bottom);
      padding-bottom: var(--pad-top-bottom);
    }
  }
  @media only screen and (max-width: 767px) {
    section {
      padding-top: var(--pad-top-bottom);
      padding-bottom: var(--pad-top-bottom);
    }
  }
  .row {
    --bs-gutter-x: 3rem;
  }
  @media only screen and (min-width: 1200px) {
    .sec-p {
      padding-top: var(--pad-top-bottom);
      padding-bottom: var(--pad-top-bottom);
    }
  }
  @media only screen and (max-width: 1199px) {
    .sec-p {
      padding-top: var(--pad-top-bottom);
      padding-bottom: var(--pad-top-bottom);
    }
  }
  @media only screen and (max-width: 767px) {
    .sec-p {
      padding-top: var(--pad-top-bottom);
      padding-bottom: var(--pad-top-bottom);
    }
  }
  .color-white {
    color: #fff;
  }
  .color-black {
    color: #000;
  }
  .color-orange {
    color: #ea3c26;
  }
  .gray {
    color: #707070;
  }
  a:hover,
  a:focus {
    outline: none !important;
    text-decoration: none;
  }
  .btn {
    padding: 0.45rem 1.6rem;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.8px;
    padding-top: 0;
    padding-bottom: 0;
  }
  @media only screen and (min-width: 1200px) {
    .btn {
      height: 36px;
      line-height: 34px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .btn {
      height: 36px;
      line-height: 34px;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
    }
  }
  .btn:focus {
    text-decoration: none !important;
    outline: none !important;
  }
  .btn.btn-primary {
    background-color: #ea3c26 !important;
    color: #fff !important;
    border: 1px solid #ea3c26 !important;
    border-radius: 11px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
  }
  .btn.btn-primary:hover,
  .btn.btn-primary:focus {
    color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgba(234, 60, 38, 0.7) !important;
    border-color: rgba(234, 60, 38, 0.7) !important;
    text-decoration: none;
  }
  .btn.btn-dark {
    background-color: #0c1010 !important;
    color: #fff !important;
    border: 1px solid #0c1010 !important;
    border-radius: 11px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    max-width: 186px;
    width: 100%;
  }
  .btn.btn-dark:hover,
  .btn.btn-dark:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important;
    background-color: rgba(9, 25, 31, 0.7) !important;
    border-color: rgba(9, 25, 31, 0.7) !important;
    text-decoration: none;
  }
  .btn.btn-link {
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
  }
  .btn.btn-link.orange {
    color: #ea3c26;
  }
  .btn.btn-link:hover,
  .btn.btn-link:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .btn.btn-link:before {
    background-color: #ea3c26;
  }
  .btn.btn-blue {
    background-color: #204454 !important;
    color: #fff !important;
    border: 1px solid #204454 !important;
    border-radius: 4.5rem;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .btn.btn-blue:hover,
  .btn.btn-blue:focus {
    background-color: #204454 !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .btn-img {
    padding: 0;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea,
  select {
    color: #0c1010 !important;
    font-size: 16px !important;
    border-radius: 11px !important;
    border-color: #f2f2f2 !important;
    background-color: #f2f2f2 !important;
    padding: 1rem 1.8rem !important;
  }
  @media only screen and (min-width: 1200px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea,
    select {
      padding: 1rem 3rem !important;
    }
  }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus,
  select:focus {
    border-color: transparent !important;
    background-color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
  }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #0c1010 !important;
    font-weight: normal;
  }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #0c1010 !important;
    font-weight: normal;
  }
  input[type="text"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="date"]::-ms-input-placeholder,
  input[type="month"]::-ms-input-placeholder,
  input[type="week"]::-ms-input-placeholder,
  input[type="time"]::-ms-input-placeholder,
  input[type="datetime"]::-ms-input-placeholder,
  input[type="datetime-local"]::-ms-input-placeholder,
  input[type="color"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #0c1010 !important;
    font-weight: normal;
  }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder,
  textarea::placeholder {
    color: #0c1010 !important;
    font-weight: normal;
  }
  header .nav-toggle .toggle-icon {
    height: auto;
  }
  header .nav-toggle svg {
    height: auto;
  }
  header#site-header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
  }
  header#site-header .header-inner {
    height: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 999px) {
    header#site-header .header-inner {
      height: 80px;
    }
  }
  @media only screen and (min-width: 992px) {
    header#site-header .header-inner .header-navigation-wrapper {
      -webkit-box-align: initial;
      -ms-flex-align: initial;
      align-items: initial;
      height: 100%;
    }
  }
  @media only screen and (min-width: 992px) {
    header#site-header .header-inner .primary-menu {
      height: 100%;
    }
  }
  header#site-header .header-inner .primary-menu > li {
    margin-left: 2rem;
    position: relative;
  }
  @media only screen and (min-width: 992px) {
    header#site-header .header-inner .primary-menu > li::after {
      position: absolute;
      bottom: -8px;
      left: 0;
      content: "";
      border-bottom: 4px solid #204454;
      width: 100%;
      display: none;
    }
  }
  @media only screen and (min-width: 992px) {
    header#site-header .header-inner .primary-menu > li {
      margin-left: 0;
      padding: 20px 10px 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media only screen and (max-width: 1199px) {
    header#site-header .header-inner .primary-menu > li {
      margin-left: 1.5rem;
    }
  }
  header#site-header .header-inner .primary-menu > li a {
    color: #204454;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
  }
  header#site-header .header-inner .primary-menu > li.page_item:hover {
    background-color: #204454;
  }
  @media only screen and (min-width: 992px) {
    header#site-header .header-inner .primary-menu > li.page_item:hover::after {
      display: block;
    }
  }
  header#site-header .header-inner .primary-menu > li.page_item:hover a {
    color: #fff;
  }
  header#site-header .header-inner .primary-menu > li.current-menu-item {
    background-color: #204454;
  }
  @media only screen and (min-width: 992px) {
    header#site-header .header-inner .primary-menu > li.current-menu-item::after {
      display: block;
    }
  }
  header#site-header .header-inner .primary-menu > li.current-menu-item a {
    color: #fff;
  }
  header#site-header .header-inner .site-logo .custom-logo {
    max-height: 70px;
  }
  .menu-modal .menu-wrapper .modal-menu {
    padding-left: 0;
  }
  .menu-modal .menu-wrapper .modal-menu .page_item .ancestor-wrapper a {
    color: #204454;
    text-decoration: none;
    font-size: 16px;
    padding: 1.5rem 0;
  }
  @media only screen and (max-width: 767px) {
    .menu-modal .menu-wrapper .modal-menu .page_item .ancestor-wrapper a {
      padding: 15px;
    }
  }
  .menu-modal .menu-wrapper .modal-menu .page_item .ancestor-wrapper a:hover,
  .menu-modal .menu-wrapper .modal-menu .page_item .ancestor-wrapper a:focus {
    color: #204454;
  }
  .menu-modal
    .menu-wrapper
    .modal-menu
    .page_item.current-menu-item
    .ancestor-wrapper
    a {
    color: #204454;
  }
  .menu-modal
    .menu-wrapper
    .menu-top
    .close-nav-toggle.fill-children-current-color {
    fill: #204454;
  }
  .menu-modal
    .menu-wrapper
    .menu-top
    .close-nav-toggle.fill-children-current-color
    .svg-icon {
    fill: #204454;
  }
  .footer-nav-widgets-wrapper {
    display: none;
  }
  #site-footer.site-footer {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
  #site-footer.site-footer .footer-wrapper {
    background-color: #3c3c40;
  }
  @media only screen and (max-width: 1199px) {
    #site-footer.site-footer .col-footer-1 {
      margin-bottom: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    #site-footer.site-footer .col-footer-1 {
      margin-bottom: 15px;
    }
  }
  #site-footer.site-footer .col-footer-1 .site-desc img {
    max-width: 99.8px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
    margin-bottom: 15px;
  }
  #site-footer.site-footer .col-footer-1 .site-desc p {
    font-size: 14px;
    font-weight: normal;
  }
  #site-footer.site-footer .footer-title {
    font-size: 22px;
    font-weight: normal;
    line-height: 2.27;
    letter-spacing: 1.1px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
  }
  @media only screen and (max-width: 767px) {
    #site-footer.site-footer .footer-title {
      font-size: 16px;
    }
  }
  #site-footer.site-footer .footer-title::after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.4;
  }
  #site-footer.site-footer .menu-list ul {
    margin-left: 0;
    list-style-type: none;
    padding-left: 0;
  }
  #site-footer.site-footer .menu-list ul li {
    margin-left: 0;
    margin-top: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: relative;
  }
  #site-footer.site-footer .menu-list ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-right: 6px;
    color: #8a8a8c;
    font-size: 16px;
  }
  #site-footer.site-footer .menu-list ul li a {
    font-size: 16px;
    line-height: 1.2;
    color: #8a8a8c;
    text-transform: uppercase;
  }
  @media only screen and (max-width: 767px) {
    #site-footer.site-footer .menu-list ul li a {
      font-size: 14px;
    }
  }
  #site-footer.site-footer .menu-list ul li a:hover {
    text-decoration: none;
  }
  #site-footer.site-footer .menu-list ul li:hover {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  #site-footer.site-footer .menu-list ul li:hover a {
    color: #fff;
  }
  #site-footer.site-footer .footer-contact p {
    color: #707070;
    font-size: 14px;
  }
  #site-footer.site-footer .footer-contact p i {
    font-size: 14px;
  }
  #site-footer.site-footer .footer-contact p a {
    color: #707070;
  }
  #site-footer.site-footer .location p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 0.8px;
    color: #fff;
  }
  @media only screen and (max-width: 767px) {
    #site-footer.site-footer .location p {
      font-size: 14px;
    }
  }
  #site-footer.site-footer .footer-social-list .list-group-item {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    margin-right: 10px;
    background-color: transparent;
    -webkit-transition: all 0.5 linear;
    transition: all 0.5 linear;
    background-color: #fff;
    color: #000;
  }
  #site-footer.site-footer .footer-social-list .list-group-item:hover {
    text-decoration: none;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    color: #fff;
    background-color: #ea3c26;
  }
  #site-footer.site-footer .footer-social-list .list-group-item:first-child {
    border-radius: 0 !important;
  }
  #site-footer.site-footer .footer-social-list .list-group-item:last-child {
    border-radius: 0 !important;
    margin-right: 0;
  }
  #site-footer.site-footer .footer-social-list .list-group-item i {
    font-size: 14px;
  }
  #site-footer.site-footer .footer-2 {
    background-color: #2d2d30;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #site-footer.site-footer .footer-2 .footer-credits p {
    color: #fff;
    font-weight: 300;
    opacity: 0.45;
    letter-spacing: 0.8px;
    font-size: 16px;
  }
  @media only screen and (max-width: 767px) {
    #site-footer.site-footer .footer-2 .footer-credits p {
      font-size: 12px;
    }
  }
  #site-footer.site-footer .footer-2 .footer-credits p a {
    color: #fff;
    font-size: 16px;
  }
  @media only screen and (max-width: 767px) {
    #site-footer.site-footer .footer-2 .footer-credits p a {
      font-size: 12px;
    }
  }
  img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
  .banner {
    position: relative;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
    overflow: hidden;
  }
  @media only screen and (min-width: 1200px) {
    .banner {
      height: 470px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner {
      height: 350px;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner {
      height: 200px;
    }
  }
  .banner .bg-banner {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0;
  }
  .banner .banner-contents {
    position: relative;
    z-index: 1;
    height: 100%;
  }
  .banner p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  @media only screen and (max-width: 1100px) {
    .banner p {
      font-size: 18px;
    }
  }
  .banner .btn {
    max-width: 175px;
    width: 100%;
  }
  .title {
    margin-bottom: 30px;
  }
  .title h2 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.31;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
  }
  .title h2.small {
    font-size: 28px;
  }
  @media only screen and (max-width: 1199px) {
    .title h2.small {
      font-size: 24px;
    }
  }
  @media only screen and (max-width: 767px) {
    .title h2.small {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .title h2 {
      font-size: 36px;
    }
  }
  @media only screen and (max-width: 767px) {
    .title h2 {
      font-size: 26px;
    }
  }
  .title h2::after {
    content: "";
    width: 40%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .title h2.orange {
    padding-bottom: 15px;
  }
  .title h2.orange::after {
    background-color: #ea3c26;
  }
  .title h2.black {
    padding-bottom: 15px;
  }
  .title h2.black::after {
    background-color: #000;
  }
  .title h2.orange {
    padding-bottom: 15px;
  }
  .title h2.orange::after {
    background-color: #ea3c26;
  }
  .title h2.white {
    padding-bottom: 15px;
  }
  .title h2.white::after {
    background-color: #fff;
  }
  .title h2.center::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .title h2.line-0::after {
    display: none;
  }
  .banner-title h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.46;
    position: relative;
    display: inline-block;
  }
  @media only screen and (max-width: 1199px) {
    .banner-title h1 {
      font-size: 36px;
      line-height: 1.2;
    }
  }
  @media only screen and (max-width: 991px) {
    .banner-title h1 {
      font-size: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-title h1 {
      font-size: 26px;
    }
  }
  .banner-title h1::after {
    content: "";
    width: 40%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .banner-title h1.orange {
    padding-bottom: 15px;
  }
  .banner-title h1.orange::after {
    background-color: #ea3c26;
  }
  .banner-title h1.center::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .line-bottom {
    position: relative;
  }
  .line-bottom::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .line-bottom.orange::after {
    background-color: #ea3c26;
  }
  .banner-home {
    min-height: 100vh;
  }
  .banner-home .banner-contents .list-group-item {
    font-size: 20px;
  }
  .banner-home .banner-contents .list-group-item .fa {
    color: #ea3c26;
  }
  .banner-home .banner-bottom .btn-img img {
    max-width: 40px;
    -webkit-animation-duration: calc(var(--animate-duration) * 7);
    animation-duration: calc(var(--animate-duration) * 7);
  }
  @media only screen and (max-width: 1199px) {
    .banner-home .banner-bottom .btn-img img {
      max-width: 30px;
    }
  }
  @media only screen and (min-width: 768px) {
    .size-c.left-c {
      max-width: calc(720px / 2);
      margin-left: auto;
      padding-left: 30px;
    }
  }
  @media only screen and (min-width: 992px) {
    .size-c.left-c {
      max-width: calc(960px / 2);
      margin-left: auto;
      padding-left: 30px;
    }
  }
  @media only screen and (min-width: 1200px) {
    .size-c.left-c {
      max-width: calc(1140px / 2);
      margin-left: auto;
      padding-left: 30px;
    }
  }
  @media only screen and (min-width: 1400px) {
    .size-c.left-c {
      max-width: calc(1320px / 2);
      margin-left: auto;
      padding-left: 30px;
    }
  }
  @media only screen and (min-width: 768px) {
    .size-c.right-c {
      max-width: calc(720px / 2);
      margin-right: auto;
      padding-right: 30px;
    }
  }
  @media only screen and (min-width: 992px) {
    .size-c.right-c {
      max-width: calc(960px / 2);
      margin-right: auto;
      padding-right: 30px;
    }
  }
  @media only screen and (min-width: 1200px) {
    .size-c.right-c {
      max-width: calc(1140px / 2);
      margin-right: auto;
      padding-right: 30px;
    }
  }
  @media only screen and (min-width: 1400px) {
    .size-c.right-c {
      max-width: calc(1320px / 2);
      margin-right: auto;
      padding-right: 30px;
    }
  }
  .form-gray form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-gray form .form-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-gray form .form-select {
    background-position: right 2.75rem center;
  }
  .form-gray form .btn {
    max-width: 100% !important;
    height: 46px;
    line-height: 46px;
    text-transform: capitalize !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .form-gray form input[type="checkbox"]:checked::before {
    margin: -0.35rem 0 0 -0.35rem;
  }
  .wpcf7 form .wpcf7-response-output {
    margin-top: 0.5em;
    margin-left: 1em;
    border-color: #ea3c26 !important;
  }
  .text-truncate-3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .bg-banner-1 {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0;
  }
  .section-login {
    min-height: 100vh;
  }
  @media only screen and (max-width: 1199px) {
    .section-login {
      padding-top: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-login {
      padding-top: 80px;
    }
  }
  .section-login .bg-banner {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0;
  }
  .section-login .wrapper .row {
    min-height: calc(100vh - var(--pad-top-bottom) * 2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-login .wrapper .left figure {
    max-width: 500px;
  }
  .section-login .wrapper .left .login-box {
    max-width: 500px;
    background-color: #204454;
    border-radius: 100px;
    padding: 30px 60px;
    -webkit-box-shadow: -12px 0px 0px #028d88;
    box-shadow: -12px 0px 0px #028d88;
  }
  @media only screen and (max-width: 991px) {
    .section-login .wrapper .left .login-box {
      padding: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-login .wrapper .left .login-box {
      border-radius: 20px;
      margin-bottom: 30px;
    }
  }
  .section-login .wrapper .left .login-box h2 {
    color: #fff;
    font-size: 18px;
  }
  @media only screen and (min-width: 1200px) {
    .section-login .wrapper .left .login-box h2 {
      font-size: 22px;
    }
  }
  .section-login .wrapper .left label {
    color: #fff;
  }
  .section-login .wrapper .left .um-button {
    background-color: #ffb70b;
    color: #212529;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
  }
  .section-login .wrapper .left .um-button:hover,
  .section-login .wrapper .left .um-button:focus {
    background-color: #ffb70b;
    color: #212529;
  }
  .section-login .wrapper .left .um-field-checkbox {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .section-login .wrapper .left .um-field-checkbox-option,
  .section-login .wrapper .left .um-icon-android-checkbox-outline {
    color: #fff !important;
  }
  .section-login .wrapper .left a.um-link-alt {
    color: #fff !important;
    font-size: 14px;
  }
  .section-login h1 {
    font-size: 40px;
    color: #fff;
  }
  @media only screen and (max-width: 1199px) {
    .section-login h1 {
      font-size: 22px;
    }
  }
  .section-login .list-group .list-group-item {
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-login .list-group .list-group-item img {
    color: #204454;
    -o-object-fit: contain;
    object-fit: contain;
    height: 20px;
  }
  .section-login .btn-blue {
    max-width: 180px;
    width: 100%;
  }
  .section-register {
    min-height: 100vh;
  }
  @media only screen and (max-width: 1199px) {
    .section-register {
      padding-top: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-register {
      padding-top: 80px;
    }
  }
  .section-register .wrapper .row {
    min-height: calc(100vh - var(--pad-top-bottom) * 2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-register .wrapper .right .register-box {
    max-width: 500px;
    background-color: #204454;
    border-radius: 10px;
    padding: 30px 20px;
    -webkit-box-shadow: 0px 12px 6px 0px #028d88;
    box-shadow: 0px 12px 6px 0px #028d88;
  }
  @media only screen and (max-width: 991px) {
    .section-register .wrapper .right .register-box {
      padding: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-register .wrapper .right .register-box {
      border-radius: 20px;
      margin-bottom: 30px;
    }
  }
  .section-register .wrapper .right .register-box h2 {
    color: #fff;
    font-size: 18px;
  }
  @media only screen and (min-width: 1200px) {
    .section-register .wrapper .right .register-box h2 {
      font-size: 22px;
    }
  }
  .section-register .wrapper .right label {
    color: #fff;
  }
  .section-register .wrapper .right .um-button {
    background-color: #04a9a5;
    color: #fff;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
  }
  .section-register .wrapper .right .um-button:hover,
  .section-register .wrapper .right .um-button:focus {
    background-color: #04a9a5;
    color: #fff;
  }
  .section-register .wrapper .right .um-field-checkbox {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .section-register .wrapper .right .um-field-checkbox-option,
  .section-register .wrapper .right .um-icon-android-checkbox-outline {
    color: #fff !important;
  }
  .section-register .wrapper .right a.um-link-alt {
    color: #fff !important;
    font-size: 14px;
  }
  .section-user-profile {
    min-height: 100vh;
  }
  @media only screen and (max-width: 1199px) {
    .section-user-profile {
      padding-top: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-user-profile {
      padding-top: 80px;
    }
  }
  .section-user-profile .um-14.um {
    max-width: 100% !important;
  }
  .section-user-profile .um-profile {
    max-width: 100% !important;
  }
  .section-user-profile .um-profile.um .um-name a {
    color: #fff !important;
  }
  .section-user-profile .user-name {
    font-size: 20px;
    color: #fff;
  }
  .section-user-profile .user-email {
    font-size: 16px;
    color: #fff;
    text-transform: lowercase !important;
  }
  .section-user-profile .user-item-span {
    font-size: 16px;
    color: #fff;
  }
  .section-user-profile .um-profile-note span {
    color: #fff;
  }
  .section-user-profile .um-profile-nav,
  .section-user-profile .um-profile-body {
    display: none;
  }
  .section-user-profile .um-profile-meta .um-meta-text {
    font-size: 16px;
    color: #212529;
  }
  .section-user-profile .user-profile-list .user-profile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 1.2rem;
  }
  .section-user-profile .user-profile-list .user-profile-item label {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
  }
  .section-user-profile .user-profile-list .user-profile-item .user-item-span {
    font-size: 16px;
    line-height: 18px;
  }
  .section-user-profile .um-cover-e {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background-image: url("http://qr.bonitapharma.com/wp-content/uploads/2021/09/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .section-user-profile .um-cover-e .um-cover-add {
    display: none !important;
  }
  .section-user-profile .um-cover-e img {
    display: none !important;
  }
  @media only screen and (max-width: 767px) {
    .section-user-profile .um-cover-e {
      background-position: center top;
    }
  }
  .section-user-details {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media only screen and (max-width: 1199px) {
    .section-user-details {
      padding-top: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-user-details {
      padding-top: 80px;
    }
  }
  .section-user-details .wrapper .row {
    min-height: calc(100vh - var(--pad-top-bottom) * 2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-user-details .left .inner-logo {
    max-width: 300px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .section-user-details .left .sub-title {
    color: #fff;
    color: #204454;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .section-user-details .left p {
    color: #fff;
  }
  .section-user-details .profile-detail-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
  }
  .section-user-details .profile-details-list .list-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0px;
    background-color: transparent;
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-user-details .profile-details-list .list-group-item .profile-img {
    border-radius: 50%;
    border: 4px solid #fff;
    max-width: 150px;
  }
  .section-user-details .profile-details-list .list-group-item label {
    font-size: 20px;
    line-height: 1.2;
    color: #204454;
    font-weight: bold;
    letter-spacing: 1px;
    min-width: 170px;
  }
  @media only screen and (max-width: 767px) {
    .section-user-details .profile-details-list .list-group-item label {
      font-size: 14px;
    }
  }
  .section-user-details .profile-details-list .list-group-item h5 {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0.6px;
  }
  @media only screen and (max-width: 767px) {
    .section-user-details .profile-details-list .list-group-item h5 {
      font-size: 14px;
    }
  }
  .section-user-details .profile-details-list .list-group-item .user-item-span {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0.6px;
  }
  @media only screen and (max-width: 767px) {
    .section-user-details .profile-details-list .list-group-item .user-item-span {
      font-size: 14px;
    }
  }
  .section-user-details .profile-details-list .list-group-item .user-item-span p {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0.6px;
  }
  @media only screen and (max-width: 767px) {
    .section-user-details
      .profile-details-list
      .list-group-item
      .user-item-span
      p {
      font-size: 14px;
    }
  }
  .section-account {
    min-height: 100vh;
  }
  @media only screen and (max-width: 1199px) {
    .section-account {
      padding-top: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-account {
      padding-top: 80px;
    }
  }
  .section-account .account-wrapper .um-account-side li {
    background-color: #fff;
  }
  .section-account .account-wrapper .um-account-side li a span.um-account-icon i {
    color: #204454;
  }
  .section-account .account-wrapper .um-account-main div.um-account-heading {
    color: #204454;
    font-size: 30px;
  }
  .section-account .account-wrapper .um-account-main div.um-account-heading i {
    font-size: 30px;
  }
  .section-account .account-wrapper .um .um-field-label label {
    color: #fff;
  }
  .section-account .account-wrapper .um-account-name a {
    color: #fff;
  }
  .section-account .account-wrapper .um-account-profile-link a {
    color: #fff;
  }
  .section-account .account-wrapper .um-button,
  .section-account .account-wrapper .um-request-button {
    background-color: #204454 !important;
    color: #fff !important;
    border: 1px solid #204454 !important;
    border-radius: 4.5rem !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
  }
  .section-account .account-wrapper .um-button:hover,
  .section-account .account-wrapper .um-button:focus,
  .section-account .account-wrapper .um-request-button:hover,
  .section-account .account-wrapper .um-request-button:focus {
    background-color: #204454 !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .section-account .account-wrapper .um-request-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
  .section-account .account-wrapper .um .um-tip:hover,
  .section-account
    .account-wrapper
    .um
    .um-field-radio.active:not(.um-field-radio-state-disabled)
    i,
  .section-account
    .account-wrapper
    .um
    .um-field-checkbox.active:not(.um-field-radio-state-disabled)
    i,
  .section-account .account-wrapper .um .um-member-name a:hover,
  .section-account .account-wrapper .um .um-member-more a:hover,
  .section-account .account-wrapper .um .um-member-less a:hover,
  .section-account .account-wrapper .um .um-members-pagi a:hover,
  .section-account .account-wrapper .um .um-cover-add:hover,
  .section-account .account-wrapper .um .um-profile-subnav a.active,
  .section-account .account-wrapper .um .um-item-meta a,
  .section-account .account-wrapper .um-account-name a:hover,
  .section-account .account-wrapper .um-account-nav a.current,
  .section-account
    .account-wrapper
    .um-account-side
    li
    a.current
    span.um-account-icon,
  .section-account
    .account-wrapper
    .um-account-side
    li
    a.current:hover
    span.um-account-icon,
  .section-account .account-wrapper .um-dropdown li a:hover,
  .section-account .account-wrapper i.um-active-color,
  .section-account .account-wrapper span.um-active-color {
    color: #fff;
  }
  .section-account .account-wrapper .um-field-checkbox:hover i,
  .section-account .account-wrapper .um-field-radio:hover i {
    color: #fff;
  }
  .section-account .account-wrapper .um-field-checkbox-option,
  .section-account .account-wrapper .um-field-radio-option {
    color: #fff !important;
  }
  .section-account
    .account-wrapper
    .select2.select2-container
    .select2-selection {
    border-radius: 10px !important;
  }
  .section-account .account-wrapper .um-account-main label {
    color: #204454;
  }
  .section-account .account-wrapper .um-account-main p {
    color: #fff;
  }
  .section-account .account-wrapper .um-account-nav a {
    color: #204454 !important;
  }
  .restpwd-section .restpwd{
	min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.restpwd-section{
		background-image: url(https://qr.bonitapharma.com/wp-content/uploads/2021/09/login-bg.jpg);
		height: 100%;
		width: 100%;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		z-index: 0;
		padding: 0 !important;
	}
	.restpwd-section .restpwd-title{
        color: #204454;
        font-size: 30px;
        text-align: center;
        margin-bottom: 1em;
    }
    .restpwd-section .um-field-label label {
        font-size: 15px !important;
        line-height: 22px !important;
        font-weight: bold;
        font-weight: 600;
        color: #fff;
    }
    .restpwd-section .um-form-field{
        height: 40px;
    }
    .restpwd-section .restpwd-btn{
        background-color: #204454 !important;
        padding: 16px 40px !important;
        color: #fff !important;
        border: 1px solid #204454 !important;
        border-radius:20px!important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-transform: uppercase !important;
        vertical-align: middle !important;
        height: auto !important;
        font-size: 15px !important;
        line-height: 1em !important;
        cursor: pointer !important;
        box-shadow: none;
        text-shadow: none;
        font-family: inherit;
        outline: none !important;
        margin: 0;
        opacity: 1;
        -webkit-appearance: none;
        text-decoration: none !important;
    }
.forgot-pwd-box-desc{ font-size: 14px;
    font-weight: 600;
} 
.modal-header-close {
    padding: 0 !important;
    margin: 0 !important;
}
.modal-forgot-background{
    background-color: #02a8a2 !important;
    border: 2px solid #204454 !important;
    border-radius: 50px !important;
    -webkit-box-shadow: -12px 0px 0px #204454db;
    box-shadow: -12px 0px 0px #204454db;
    padding: 15px 30px;
}
.visitors .dataTables_scroll {
  margin-bottom: 1% !important;
}
.visitors table.dataTable thead tr {
background: #204454 !important;
}
.visitors table.dataTable thead th {
 color: #fff !important;

}
.visitors table.dataTable tfoot {
display: none !important
}
.visitors .dataTables_wrapper{
color:#fff
}
.visitors .dataTables_wrapper select{
padding: 3px 6px !important;
border-radius: 6px !important;
background: #fff !important;
}
.visitors .dataTables_wrapper input[type="search"]{
padding: 3px 14px !important;
border-radius: 6px !important;
background: #fff !important;
}
.visitors table.dataTable td {
padding: 6px 10px !important;
font-size: 16px !important;
}
.visitors .dataTables_paginate .paginate_button.previous:before {
font-family: 'notika-icon';
font-size: 14px;
line-height: 35px;
}

.visitors .dataTables_paginate .paginate_button.disabled, .visitors .dataTables_paginate .paginate_button.disabled:hover, .visitors .dataTables_paginate .paginate_button.disabled:active {
cursor: default;
color: #fff !important;
border: 1px solid transparent;
background: transparent;
box-shadow: none;
}

.visitors .dataTables_paginate .paginate_button:hover, .visitors .dataTables_paginate .paginate_button:focus {
color: white !important;
border: 0px solid #ccc;
background: #204454 !important;
}
.visitors .dataTables_paginate .paginate_button.current, .visitors .dataTables_paginate .paginate_button.current:focus, .visitors .dataTables_paginate .paginate_button.current:hover {
background: #204454;
color: #fff!important;
}
.visitors .dataTables_paginate .paginate_button {
width: 35px;
height: 35px;
border-radius: 50% !important;
background-color: #fff;
vertical-align: top;
color: #7E7E7E!important;
margin: 0 2px;
border: 0!important;
line-height: 21px;
box-shadow: none!important;
}
.visitors .dataTables_paginate .paginate_button {
box-sizing: border-box;
display: inline-block;
min-width: 1.5em;
padding: 0.4em 0em;
margin-left: 2px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
*cursor: hand;
color: #333333 !important;
border: 1px solid transparent;
border-radius: 2px;
}
.visitors .dataTables_paginate .paginate_button:hover, .visitors .dataTables_paginate .paginate_button:focus {
color: white !important;
border: 0px solid #ccc;
background: #204454 !important;
}
.visitors .dataTables_paginate .paginate_button:hover {
color: white !important;
border: 1px solid #111111;
background-color: #585858;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
background: -moz-linear-gradient(top, #585858 0%, #111 100%);
background: -ms-linear-gradient(top, #585858 0%, #111 100%);
background: -o-linear-gradient(top, #585858 0%, #111 100%);
background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.visitors .dataTables_paginate .paginate_button.next:before, .visitors .dataTables_paginate .paginate_button.previous:before {
font-family: 'notika-icon';
font-size: 14px;
line-height: 35px;
}

    
  /*# sourceMappingURL=bx-style.css.map */
  