.headmenu li a,
.sitemenu li a,
.socialmenu li a {
  color: var(--whitecolor);
}
.btn,
img,
svg {
  vertical-align: middle;
}
.fab,
.fas,
.las {
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
h1,
h3,
p,
ul {
  margin-top: 0;
}
#backtop,
.btn {
  text-align: center;
}
body {
  font-display: optional;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  padding: 0;
}
.copyrightbar small {
  color: #a7a8ae !important;
  font-weight: 400 !important;
}
.copyrightbar p,
.copyrightbar small,
.rowblock h3,
ul ul {
  margin-bottom: 0;
}
svg {
  overflow: hidden;
}
h1,
h3 {
  font-weight: 500;
  width: 100%;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
small {
  font-size: 80%;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.col-lg-12,
.col-lg-6,
.col-lg-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: none;
  outline: 0;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.headmenu li a,
.headmenu li ul li a,
.sitemenu li a {
  font-size: 14px;
}
A:hover,
a,
a:focus,
a:hover {
  text-decoration: none !important;
}
.sep1 {
  color: #818692;
  font-size: 15px;
}
@media (max-width: 768px) {
  .sep1 {
    display: none !important;
  }
}
@media (max-width: 1366px) {
  .sep1 {
    display: none;
  }
}
.fab,
.fas {
  display: var(--fa-display, inline-block);
}
.fas {
  font-family: "Font Awesome 6 Free";
}
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fas {
  font-weight: 900;
}
.copyrightbar,
.copyrightbar small {
  font-size: 11px;
}
.copyrightbar,
.copyrightbar a {
  color: #b6b5b5;
}
.headermain {
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.copyrightbar,
.footermenusection,
.headermain .boxmenu {
  font-family: Arial, Helvetica, sans-serif;
}
.headmenu,
.headmenu li,
.sitemenu li,
.socialmenu li {
  list-style-type: none;
}
.footermenusection {
  background: var(--darkcolor);
  padding: 30px 0;
}
.copyrightbar,
.headermain,
.headmenu li:hover ul {
  background: var(--darkercolor);
}
.sitemenu,
.socialmenu {
  align-items: center;
  padding: 0;
  display: flex;
}
.socialmenu {
  justify-content: center;
  margin: 0 0 30px;
}
.socialmenu li a {
  padding: 0 10px;
}
.copyrightbar a,
.sitemenu li a {
  padding: 0 15px;
  text-decoration: none !important;
  border-right: 1px solid var(--darkmidcolor);
}
.btn:hover,
.headmenu li a,
a {
  text-decoration: none;
}
.copyrightbar a:hover,
.headmenu li a:hover,
.sitemenu li a:hover,
.socialmenu li a:hover {
  color: var(--hoverblue);
}
.sitemenu {
  justify-content: center;
  margin: 0;
}
.sitemenu li:last-child a {
  border-right: 0px !important;
}
.copyrightbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 0;
}
.headmenu li a {
  display: block;
  padding: 5px 15px;
}
.copyrightbar p a:last-child {
  border: 0 !important;
}
.closemenu,
.togglemenu {
  display: none;
}
.headermain .boxmenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  padding: 5px;
  min-height: 60px;
}
.headermain a img {
  max-width: 250px;
}
.headmenu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.headmenu li {
  position: relative;
  padding-bottom: 15px;
  top: 8px;
}
.headmenu ul,
p:empty {
  display: none !important;
}
.headmenu li:hover ul {
  display: block !important;
  position: absolute;
  padding: 10px 0;
  margin: 5px;
}
.headmenu li ul li {
  padding-bottom: 5px;
  position: static;
  white-space: nowrap;
  font-size: 14px;
}
#DynabicMenuInnerDiv {
  padding-bottom: 60px;
  margin-bottom: 0 !important;
}
.togglemenu {
  color: var(--whitecolor) !important;
  height: 25px;
}
.la-arrow-right:before {
  content: "\f061";
}
.la-arrow-up:before {
  content: "\f062";
}
*,
::after,
::before {
  box-sizing: border-box;
}
.btn,
a {
  background-color: transparent;
}
a,
a:focus,
a:hover {
  transition: 0.3s ease-in-out;
}
h1 {
  font-size: 2.5rem;
}
h3 {
  font-size: 1.75rem;
}
.btn,
body {
  font-weight: 400;
  font-size: 1rem;
}
.btn:disabled {
  opacity: 0.65;
}
.btn,
.btn:hover,
body {
  color: #212529;
}
.d-block {
  display: block !important;
}
.btn,
.las {
  display: inline-block;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
  .container,
  body {
    min-width: 992px !important;
  }
}
.las {
  font-family: "Line Awesome Free";
  font-weight: 900;
}
b {
  font-weight: bolder;
}
.btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.mt-5 {
  margin-top: 3rem !important;
}
.hero h1,
.hero p {
  color: var(--white);
  display: table;
}
.btn-cta-red,
.btn-cta-yellow {
  border-radius: 0;
  font-weight: 500;
}
.hero {
  background-image: url(/images/header-bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 8rem 0;
}
.hero h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 70px;
}
.hero p {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 38px;
}
.btn-cta-yellow {
  color: var(--dark);
  background-color: var(--yellow);
  font-size: 24px;
}
.btn-cta-yellow:hover {
  color: var(--white) !important;
  background-color: var(--red) !important;
}
.btn-cta-red {
  color: var(--white);
  background-color: var(--red);
  font-size: 24px;
}
.btn-cta-red:hover {
  background-color: var(--yellow);
  color: var(--dark) !important;
}
.btn {
  padding: 10px 35px;
  line-height: 30px !important;
  font-size: 18px !important;
}
.d-center {
  align-items: center;
  justify-content: center;
}
.btn,
h1,
h3 {
  font-weight: 500;
}
a {
  color: #0055B3;
}
@media (max-width: 768px) {
  .copyrightbar {
    flex-flow: column;
    text-align: center;
  }
  .headermain {
    padding: 0 10px;
  }
  .headmenu {
    display: none !important;
  }
  .headmenu li:hover ul,
  .row,
  .togglemenu {
    display: block !important;
  }
  .localefeat {
    padding: 15px 0;
    display: flex;
    align-items: center;
  }
  .copyrightbar a,
  .togglemenu {
    padding: 0 5px;
  }
  .headmenu li:hover ul {
    position: static !important;
    padding: 10px 0 0 30px !important;
    margin: inherit !important;
    background: inherit !important;
  }
  .closemenu {
    display: block;
    position: absolute;
    right: 0;
    z-index: 9999;
    top: 0;
    padding: 15px;
    transform: scale(0.7);
  }
  .closemenu svg line {
    stroke: #ffffff !important;
  }
  .copyrightbar p {
    margin-top: 5px;
  }
  .headermain .boxmenu {
    padding: 0 !important;
  }
  .headmenu li a {
    font-size: 16px !important;
  }
  .headmenu li ul li {
    margin-bottom: 10px;
  }
  .hero .btn-cta-yellow {
    margin-left: auto;
    margin-right: auto;
  }
  .hero {
    margin-top: 0 !important;
    padding: 4rem 0 !important;
  }
  .hero h1 {
    font-size: 38px !important;
    line-height: 46px !important;
  }
  p {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .hero {
    background: #2969e6 !important;
  }
}
@media (max-width: 992px) {
  .hero h1,
  .hero p,
  body {
    text-align: left !important;
  }
  .hero {
    padding: 5rem 0 2rem !important;
  }
  .hero p {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container {
    max-width: 960px;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
img {
  outline: 0 !important;
  border-style: none;
}
body {
  background-color: var(--white);
  font-family: Poppins, sans-serif;
  margin: 0;
  line-height: 1.5;
  text-align: left;
}
p,
ul {
  margin-bottom: 1rem;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
::selection {
  color: var(--white);
  background: var(--red);
}
@media (max-width: 767px) {
  h1,
  h3 {
    text-align: left;
    width: 100%;
  }
  .btn {
    display: block;
    margin: 20px auto !important;
  }
  .hero .btn {
    display: block !important;
    margin: 40px auto 0 !important;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
.mt-3 {
  margin-top: 1rem !important;
}
:lang(en) .hero h1 {
  font-size: 70px;
  line-height: 90px;
}
small {
  color: var(--gray);
  font-weight: 600;
  color: var(--gray);
  margin-bottom: 10px;
  display: block;
}
#backtop {
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999999999;
  background: var(--red);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 100px;
  opacity: 0;
}
.rowblock {
  background: #f8f8f8;
  border: 1px solid #fff;
  padding: 1.5rem;
}
.rowblocks p {
  margin-bottom: 0;
  color: var(--dark);
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 24px;
}
.rowblock:nth-child(0n + 10),
.rowblock:nth-child(0n + 14),
.rowblock:nth-child(0n + 2),
.rowblock:nth-child(0n + 6) {
  background: #eff3ff;
}
.rowblock:nth-child(0n + 11),
.rowblock:nth-child(0n + 15),
.rowblock:nth-child(0n + 3),
.rowblock:nth-child(0n + 7) {
  background: #e3ebf8;
}
.rowblock:nth-child(0n + 12),
.rowblock:nth-child(0n + 16),
.rowblock:nth-child(0n + 4),
.rowblock:nth-child(0n + 8) {
  background: #c7dff0;
}
.heading-bar {
  margin-bottom: 3rem;
}
.heading-bar h2,
.heading-bar h3 {
  font-size: 80px;
  font-weight: 700;
  color: var(--dark);
}
.heading-bar p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 32px;
}
.rowblocks .row {
  margin-left: 0;
  margin-right: 0;
}
.rowblock a:hover {
  color: var(--blue) !important;
}
.rowblock small {
  font-size: 14px;
  color: var(--litegray);
}
@media (max-width: 668px) {
  .sep1 {
    display: none;
  }
  .rowblock {
    max-width: 100% !important;
  }
  .sy-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .heading-bar h2,
  .heading-bar h3 {
    font-size: 42px;
  }
  .rowblock h3 a {
    font-size: 18px;
  }
  .row {
    margin: 0;
  }
}
.hero .row {
  padding-bottom: 5rem !important;
  padding-top: 2rem !important;
}
.sy-6 {
  padding: 0 0 6rem !important;
}
.rowblocks {
  padding: 6rem 0 !important;
}
@media (max-width: 1600px) {
  .hero {
    background-position: bottom center !important;
  }
}
body .hero div.row {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
:root {
  --white: #ffffff;
  --dark: #1f3154;
  --yellow: #ffc700;
  --blue: #4187ff;
  --red: #ae0f04;
  --lite: #eaeaea;
  --shine-blue: #1f3cd5;
  --litef8: #f8f8f8;
  --greenlite: #3ddc84;
  --litegray: #49535a;
}
/*! CSS Used from: /css/v2/bootstrap.min.css */
*,
::after,
::before {
  box-sizing: border-box;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
}
/*! CSS Used from: /css/v2/generic.bundle.min.css */
*,
::after,
::before {
  box-sizing: border-box;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
}
.las {
  font-style: normal;
}
.las {
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.las {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
::selection {
  color: var(--white);
  background: var(--red);
}
/*! CSS Used from: Embedded */
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
/*! CSS Used from: /css/v2/line-awesome.min.css */
.las {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.la-arrow-right:before {
  content: "\f061";
}
.las {
  font-family: "Line Awesome Free";
  font-weight: 900;
}
/*! CSS Used from: /css/v2/generic.bundle.min.css */
*,
::after,
::before {
  box-sizing: border-box;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
}
.las {
  font-style: normal;
}
.las {
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.las {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
::selection {
  color: var(--white);
  background: var(--red);
}
@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/css/fonts/la-solid-900.eot);
  src: url(/css/fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),
    url(/css/fonts/la-solid-900.woff2) format("woff2"),
    url(/css/fonts/la-solid-900.woff) format("woff"),
    url(/css/fonts/la-solid-900.ttf) format("truetype"),
    url(/css/fonts/la-solid-900.svg#lineawesome) format("svg");
}
@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/css/fonts/la-regular-400.eot);
  src: url(/css/fonts/la-regular-400.eot?#iefix) format("embedded-opentype"),
    url(/css/fonts/la-regular-400.woff2) format("woff2"),
    url(/css/fonts/la-regular-400.woff) format("woff"),
    url(/css/fonts/la-regular-400.ttf) format("truetype"),
    url(/css/fonts/la-regular-400.svg#lineawesome) format("svg");
}
