@charset "UTF-8";
.rgbBlack {
  background-color: rgb(9, 9, 9) !important;
}

.rgbWhite {
  background-color: rgb(255, 255, 255) !important;
}

.colorWhite {
  color: #fff !important;
}

.rgbRed {
  background: rgb(225, 36, 40) !important;
}

.color-red {
  color: #e12428 !important;
}

.rgbYellow {
  background: rgb(251, 175, 42) !important;
}

.color-yellow {
  color: #FBAF2A !important;
}

.rgbOrange {
  background: rgb(232, 115, 60) !important;
}

.color-orange {
  color: #E8733C !important;
}

.rgbPurple {
  background: rgb(187, 36, 225) !important;
}

.color-purple {
  color: #bb24e1 !important;
}

.rgbBlue {
  background: rgb(0, 86, 150) !important;
}

.color-blue {
  color: #005696 !important;
}

.rgbGreen {
  background: rgb(36, 162, 137) !important;
}

.color-green {
  color: #24A289 !important;
}

.grayColor-900 {
  color: #5E5E5E !important;
}

.background-image {
  background-position: 50% 50% !important;
}

.word-bg {
  padding: 1px 5px;
  border-radius: 4px;
}

.bg-gradient-green {
  background: transparent linear-gradient(81deg, #24A289 0%, #344557 100%) 0% 0% no-repeat padding-box;
}

.bg-dark-gray {
  background: #5E5E5E;
}

.bg-pattern {
  background-image: linear-gradient(to right, rgba(232, 232, 232, 0.36), rgba(232, 232, 232, 0.36)), url(../img/bg-patter.png);
  background-size: inherit;
  background-position: center center;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}

.bg-gradient-blue {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(212, 239, 252) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(212, 239, 252) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(212, 239, 252) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.partener-logo {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.19);
  border-radius: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.25rem;
  min-width: 10.625rem;
  min-height: 10.625rem;
}
.partener-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cs-svg-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8em;
  width: auto;
}
.cs-svg-icon:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
}
.cs-svg-icon.mail:after {
  background-image: url(icons/mail.svg);
}
.cs-svg-icon.facebook:after {
  background-image: url(icons/facebook.svg);
}
.cs-svg-icon.linkedin:after {
  background-image: url(icons/linkedin.svg);
}
.cs-svg-icon.instagram:after {
  background-image: url(icons/instagram.svg);
}
.cs-svg-icon.users:after {
  background-image: url(icons/users.svg);
}
.cs-svg-icon.editor-paper:after {
  background-image: url(icons/editor-paper.svg);
}
.cs-svg-icon.cehckbox-quadrat:after {
  background-image: url(icons/cehckbox-quadrat.svg);
}
.cs-svg-icon.lock:after {
  background-image: url(icons/lock.svg);
}

.section {
  padding-bottom: 2.5rem;
}

.pt-150 {
  padding-top: 9.375rem !important;
}

.pt-100 {
  padding-top: 6rem !important;
}

.pt-90 {
  padding-top: 5.5rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pt-70 {
  padding-top: 4rem !important;
}

.pt-60 {
  padding-top: 3.5rem !important;
}

.pt-50 {
  padding-top: 3rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-30 {
  padding-top: 2rem !important;
}

.pt-20 {
  padding-top: 1.5rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pb-100 {
  padding-bottom: 6rem !important;
}

.pb-90 {
  padding-bottom: 5.5rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pb-70 {
  padding-bottom: 4rem !important;
}

.pb-60 {
  padding-bottom: 3.5rem !important;
}

.pb-50 {
  padding-bottom: 3rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-30 {
  padding-bottom: 2rem !important;
}

.pb-20 {
  padding-bottom: 1.5rem !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.mt-150 {
  margin-top: 9.375rem !important;
}

.mt-100 {
  margin-top: 6rem !important;
}

.mt-90 {
  margin-top: 5.5rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mt-70 {
  margin-top: 4rem !important;
}

.mt-60 {
  margin-top: 3.5rem !important;
}

.mt-50 {
  margin-top: 3rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-30 {
  margin-top: 2rem !important;
}

.mt-20 {
  margin-top: 1.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mb-100 {
  margin-bottom: 6rem !important;
}

.mb-90 {
  margin-bottom: 5.5rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.mb-70 {
  margin-bottom: 4rem !important;
}

.mb-60 {
  margin-bottom: 3.5rem !important;
}

.mb-50 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-30 {
  margin-bottom: 2rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-20 {
  margin-bottom: 1.5rem !important;
}

.font-manuscript {
  font-family: "Yeseva One", cursive;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #090909;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.layout {
  width: 90%;
  max-width: 1297px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

hr:not([size]) {
  height: 3px;
  color: #cccccc;
  opacity: 1;
}

p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-style: normal;
  letter-spacing: 0.0163rem;
  color: #090909;
  margin-top: 0;
  margin-bottom: 1rem;
}

.cs-p {
  font-size: 1.1875rem;
  line-height: 1.8125rem;
  font-weight: 400;
  letter-spacing: 1.24px;
  margin-bottom: 1.25rem;
}

p.large-p {
  font-size: 1.3125rem;
  line-height: 1.625rem;
}

ul.cs-simple-list, .cs-simple-list {
  margin-left: 0;
  padding-left: 15px;
}
ul.cs-simple-list li, .cs-simple-list li {
  font-size: 1.1875rem;
  line-height: 2.4375rem;
  font-style: italic;
  padding-left: 8px;
}
ul.cs-simple-list li::marker, .cs-simple-list li::marker {
  content: "-";
  font-size: 1.2em;
}

ul.tags {
  list-style: none;
  padding: 0;
  margin: 0 0 0.625rem 0;
}
ul.tags li {
  display: inline-block;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
ul.tags li .btn {
  color: #090909;
  text-decoration: none;
  font-size: 0.8125rem;
  line-height: 0.875rem;
  font-weight: bold;
  height: 1.875rem;
  border: 0.125rem solid #005696;
  border-radius: 0.625rem;
  padding: 0.5rem 1rem;
}
ul.tags li .btn:hover {
  background-color: rgb(0, 86, 150);
  color: #fff;
}

img {
  width: 100%;
  height: auto;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
}

a:hover {
  color: #005696;
}

.link {
  text-decoration: none;
}

.btn {
  font-size: 21px;
  line-height: 42px;
  font-weight: bold;
  height: 50px;
  padding: 0.25rem 1.5rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}

.cs-button-list {
  display: flex;
  gap: 40px;
}

.btn-min-w {
  min-width: 9.5rem;
}

.btn span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.btn-primary {
  color: #fff;
  background-color: rgb(0, 86, 150);
  border-color: #005696;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(225, 36, 40);
  border-color: #e12428;
}

.btn-orange {
  color: #fff;
  background-color: rgb(232, 115, 60);
  border-color: #E8733C;
}

.btn-orange:hover {
  color: #fff;
  background-color: rgb(0, 86, 150);
  border-color: #005696;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #e12428 !important;
  border-color: #e12428 !important;
  box-shadow: none;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-light {
  color: #8b8b8b;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}

.btn-light:hover {
  color: #fff;
  background-color: #8b8b8b;
  border-color: #8b8b8b;
}

.btn-o {
  color: #090909;
  background-color: transparent;
  border-color: #090909;
}

.btn-o:hover {
  color: #fff;
  background-color: #090909;
  border-color: #090909;
}

.btn-o-light {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-o-light:hover {
  color: #fff;
  background-color: #E8733C;
  border-color: #E8733C;
}

.btn-text {
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  color: #090909;
  text-decoration: revert;
  height: auto;
}

.btn-text:hover {
  color: #E8733C;
}

.btn-text:active {
  color: #E8733C !important;
  border-color: transparent !important;
}

.btn-text:focus {
  box-shadow: none;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 8px;
  font-size: 11px;
  line-height: 14px;
  border-radius: 4px;
  height: 25px;
  padding: 0.3125rem 0.5rem;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  border-radius: 0.25rem;
  height: 1.5625rem;
}

.click-notify-box {
  position: relative;
}

.click-notify-name {
  text-align: left;
  font-size: 11px;
  line-height: 20px;
  list-style: none;
  font-weight: normal;
  color: #A6ADB4;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 24px;
  position: absolute;
  width: min-content;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 4px 7px;
  position: absolute;
  top: -100%;
  left: -50%;
  margin-left: 10px;
}
.click-notify-name svg {
  fill: #b3b3b3;
}

.form-control {
  border-color: #005696;
}

.input-group-text {
  background-color: rgb(0, 86, 150);
  border-color: #005696;
  color: #fff;
}

.breadcrumb, ul.breadcrumb {
  background: #f8f8f8;
  display: block;
  list-style: none;
  padding: 9px 10px;
  margin: 0;
}
.breadcrumb li, ul.breadcrumb li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  color: #8b8b8b;
  font-weight: 400;
  padding: 0;
}
.breadcrumb li:after, ul.breadcrumb li:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  right: -5px;
  top: 50%;
  font-size: 10px;
  transform: translateY(-50%);
}
.breadcrumb li:last-child:after, ul.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li a, ul.breadcrumb li a {
  text-decoration: none;
  color: #8b8b8b;
  padding: 0 10px;
}
.breadcrumb li a:hover, ul.breadcrumb li a:hover {
  color: #8b8b8b;
  opacity: 0.7;
}
.breadcrumb li span, ul.breadcrumb li span {
  display: block;
  color: #005696;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 0;
}

.pagination {
  gap: 1.4375rem;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
}
.pagination .page-item {
  text-align: center;
  justify-content: center;
}
.pagination .page-item .page-link {
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 0.625rem;
  border: 0.125rem solid rgb(0, 86, 150);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}
.pagination .page-item.active > .page-link, .pagination .page-item.active .page-link {
  opacity: 1;
  background-color: transparent;
  border-color: rgb(0, 86, 150);
  color: rgb(0, 86, 150);
}

.title {
  font-weight: 600;
}

.big-title {
  color: #090909;
  font-size: 1.8125rem;
  line-height: 2.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  padding: 0;
  border-radius: 1.5625rem 1.5625rem 0 0;
  display: block;
  text-align: left;
  width: max-content;
  position: relative;
  margin: 0;
  position: relative;
}
.big-title--lg {
  color: #fff;
  background: rgb(0, 86, 150);
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  font-style: normal;
  padding: 0.625rem 1.875rem;
  border-radius: 0;
  display: block;
  text-align: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.big-title--lg span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 7px;
  padding-bottom: 5px;
}
.big-title span:first-child {
  display: block;
  overflow: hidden;
  background: #fff;
  padding-right: 15px;
}
.big-title.xl-title {
  font-size: 3.125rem;
  line-height: 3.5rem;
  font-weight: 600;
}
.big-title.t-divider-b {
  border-bottom: 0.625rem;
  text-align: center;
  border-bottom: 0.625rem solid #E8733C;
  margin-bottom: 2.1875rem;
}
.big-title.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  word-wrap: break-word;
}
.big-title.t-divider {
  width: 100%;
  position: relative;
  display: flex;
}
.big-title.t-divider .title-hr {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: -1;
}
.big-title.t-divider .title-hr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  left: 0;
  bottom: 0;
  background: #005696;
}

.large-title {
  color: #005696;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.smal-title {
  color: #24A289;
  font-size: 3rem;
  line-height: 3rem;
}

.subtitle {
  font-size: 1rem;
  line-height: 1.2;
  color: #090909;
  margin-bottom: 0;
}

.title-box-shadow {
  box-shadow: 0 1.5625rem 1.5625rem rgba(0, 0, 0, 0.12);
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  padding: 2.5rem 2.5rem 2.5rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.title-box-shadow .big-title {
  color: #005696;
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: bold;
  padding: 1.2rem 1.2rem;
  background: transparent;
  border-radius: 0;
  padding-top: 0;
  display: block;
}
.title-box-shadow .subtitle {
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #e12428;
}

.cat-filter .nav-link {
  color: #8b8b8b;
}

.cat-filter .nav-pills .nav-link {
  height: 38px;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 240px;
  min-width: 15rem;
  padding: 1rem 0.8rem;
  margin: 0;
  font-size: 0.9375rem;
  color: #747579;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-radius: 0.325rem;
}
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  color: #e12428;
  background-color: transparent;
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  color: #e12428;
  text-decoration: none;
  background-color: transparent;
}

.lang-dropdown {
  display: flex;
  align-items: center;
  margin-right: 0.75rem;
}
.lang-dropdown .dropdown-toggle {
  font-size: 1.0625rem;
  line-height: 1.625rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.lang-dropdown .dropdown-toggle::after {
  content: "\f078";
  margin-left: 0.555em;
  vertical-align: 0.555em;
  border: none;
  border-bottom: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 0.625rem;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.lang-dropdown .dropdown-menu {
  min-width: 0rem;
  padding: 0.3rem 0.5rem !important;
  margin-left: 0.625rem !important;
}
header {
  position: relative;
  padding: 0 0;
}
header.navbar-sticky {
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  transition: 0.3s;
}
header.navbar-sticky-on {
  background: #fff;
  padding: 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 5000;
}
header > .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
header .brand-logo {
  position: relative;
  padding: 0;
  display: inline-flex;
  height: 100%;
  z-index: 1;
}
header .brand-logo img {
  height: 2.5rem;
  margin-bottom: 0;
}

button.navbar-toggler.two-open-btn {
  position: relative;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: 1;
}
button.navbar-toggler.two-open-btn img {
  width: 30px;
}

.navbar-toggler.two-open-btn .navbar-toggler-animation {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: none;
  position: relative;
  height: 1.875rem;
  width: 2.1875rem;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-toggler.two-open-btn .navbar-toggler-animation span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  height: 0.25rem;
  background: rgb(0, 86, 150);
  display: block;
  position: absolute;
  width: 100%;
  border-radius: 1.875rem;
}

.navbar-sticky-on .navbar-toggler.two-open-btn .navbar-toggler-animation span {
  background-color: rgb(0, 86, 150);
}

.navbar-toggler.two-open-btn .navbar-toggler-animation span:nth-child(1) {
  top: 6%;
}

.navbar-toggler.two-open-btn .navbar-toggler-animation span:nth-child(2) {
  top: 49%;
  background: rgb(225, 36, 40);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar-toggler.two-open-btn .navbar-toggler-animation span:nth-child(3) {
  bottom: 10%;
}

.navbar-toggler.two-open-btn.show .navbar-toggler-animation span:nth-child(1) {
  -webkit-transform: rotateZ(45deg) translateY(-50%);
  transform: rotateZ(45deg) translateY(-50%);
  top: 50%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
}

.navbar-toggler.two-open-btn.show .navbar-toggler-animation span:nth-child(2) {
  visibility: hidden;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.navbar-toggler.two-open-btn.show .navbar-toggler-animation span:nth-child(3) {
  -webkit-transform: rotateZ(-45deg) translateY(-50%);
  transform: rotateZ(-45deg) translateY(-50%);
  bottom: 38%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
}

.navbar-light .navbar-toggler.two-open-btn {
  color: #747579;
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler.two-open-btn {
  padding: 0.25rem 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.navbar-toggler.two-open-btn:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.header-right,
.mm-nav-footer {
  display: flex;
  gap: 30px;
}
.header-right .icon-boxes,
.mm-nav-footer .icon-boxes {
  display: flex;
  align-items: center;
  justify-content: end;
  grid-gap: 0.55rem;
  gap: 0.55rem;
}
.header-right .icon-boxes a,
.mm-nav-footer .icon-boxes a {
  font-size: 1.0625rem;
  font-style: normal;
  text-decoration: none;
  color: #005696;
  border-radius: 3.125rem;
  height: 2.375rem;
  width: 2.375rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-right .icon-boxes a svg,
.mm-nav-footer .icon-boxes a svg {
  fill: #005794;
}
.header-right .icon-boxes a:hover,
.mm-nav-footer .icon-boxes a:hover {
  color: #E8733C;
  border-color: #E8733C;
}
.header-right .icon-boxes a:hover svg,
.mm-nav-footer .icon-boxes a:hover svg {
  fill: #E8733C;
}
.header-right .icon-boxes a:active,
.mm-nav-footer .icon-boxes a:active {
  color: #E8733C;
  border-color: #E8733C;
}
.header-right .icon-boxes a:active svg,
.mm-nav-footer .icon-boxes a:active svg {
  fill: #E8733C;
}
.header-right .icon-boxes .dvider-vertical,
.mm-nav-footer .icon-boxes .dvider-vertical {
  height: 16px;
  width: 1px;
  background-color: rgb(0, 86, 150);
}
.header-right .icon-boxes .socials,
.mm-nav-footer .icon-boxes .socials {
  display: flex;
}

.mm-nav-footer {
  margin-top: 1.25rem;
}
.mm-nav-footer .icon-boxes {
  justify-content: start;
}

.btn-shop-card.card-info {
  position: relative;
}
.btn-shop-card.card-info .num {
  width: auto;
  height: 1.125rem;
  border: 0.0625rem solid #fff;
  background: rgb(225, 36, 40);
  color: #fff;
  border-radius: 3.125rem;
  position: absolute;
  font-size: 0.8125rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  right: -0.625rem;
  top: -0.5rem;
  padding: 0.25rem;
}

.input-search-box {
  position: relative;
}
.input-search-box .input-group {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: flex;
  position: absolute;
  width: 9rem;
  top: 0.1875rem;
  right: 2.5rem;
  border-radius: 0.3125rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.input-search-box .input-group.focus {
  width: 13rem;
}
.input-search-box .input-group .form-control {
  padding: 0.15rem 0.75rem;
  border-color: #005696;
}
.input-search-box .input-group .input-group-text {
  color: #005696;
  background-color: #fff;
  border: 1px solid #005696;
}
.input-search-box.show .input-group {
  visibility: visible;
  opacity: 1;
}

.main-menu {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: 50px;
}
.main-menu .navbar {
  position: relative;
  padding: 0;
  width: 100%;
}
.main-menu .navbar .navbar-nav {
  gap: 1.5rem;
  grid-gap: 1.5rem;
  margin-top: 0;
}
.main-menu .navbar .navbar-nav li .nav-link-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu .navbar .navbar-nav li .nav-link {
  display: block;
  width: max-content;
  font-size: 1.0625rem;
  line-height: 1.625rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2.5625rem 0;
  color: #090909;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.main-menu .navbar .navbar-nav li .nav-link:hover {
  color: #E8733C;
}
.main-menu .navbar .navbar-nav li .nav-link::after {
  display: none;
}
.main-menu .navbar .navbar-nav li.active > a {
  color: #E8733C;
}
.main-menu .navbar .navbar-nav .dropdown-menu {
  box-shadow: none;
  border-radius: 0 0 0.3125rem 0.3125rem;
}
.main-menu .megamenu a.dropdown-item {
  position: relative;
  display: inline-block;
  width: auto;
  padding-left: 0;
  margin-left: 16px;
  position: relative;
}
.main-menu .megamenu a.dropdown-item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: transparent;
}
.main-menu .megamenu a.dropdown-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  border-bottom: 1px solid rgb(225, 36, 40);
}
.main-menu .megamenu a.dropdown-item.active::after {
  background: rgb(225, 36, 40);
}
.main-menu .megamenu .tabs {
  margin-top: 0.9375rem;
}
.main-menu .megamenu .tabs .mmenu-col {
  list-style: none;
  padding: 0;
  padding-left: 1rem;
}
.main-menu .megamenu .tabs .mmenu-col li a {
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
  margin: 0.375rem 0px;
  display: block;
  line-height: 1.25rem;
}
.main-menu .megamenu .tabs .mmenu-col li a:hover {
  color: #e12428;
  background-color: transparent;
}
.main-menu .megamenu .tabs .mmenu-col li ul {
  list-style: none;
  padding-left: 0.9375rem;
}
.main-menu .megamenu .tabs .mmenu-col li ul a {
  color: #8b8b8b;
  margin: 1px 0;
  font-size: 14px;
}

.mobmenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: white;
  box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0, 0, 0, 0.15);
  z-index: 5000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-110%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popover {
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-align: center;
  background-color: rgb(0, 87, 148);
  box-shadow: none;
  border: none;
  border-radius: 3.125rem;
  min-width: 5rem;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: -0.5rem;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: #005696;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  display: none;
}

.popover-header {
  padding: 0.4688rem 0.4688rem;
  margin-bottom: 0;
  font-size: 0.6875rem;
  color: #24A289;
  background-color: #fff;
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.popover-header .close {
  cursor: pointer;
  position: relative;
  bottom: 0.1875rem;
  float: right;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1;
  color: #090909;
  text-shadow: 0 0.0625rem 0 #fff;
  opacity: 1;
  list-style: none;
  text-decoration: none;
}

.popover-body {
  padding: 0.25rem 0.4688rem 0.4688rem;
  color: #fff;
}
.popover-body a {
  color: #fff;
  text-decoration: revert;
}

.button-boxes {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  gap: 0.3125rem;
}
.button-boxes a {
  font-size: 0.8125rem;
  line-height: 1.875rem;
  font-style: normal;
  font-weight: normal;
  height: 2.5rem;
  border: 0.0313rem solid transparent;
  background: #e12428;
  border-radius: 1.375rem;
  padding: 0.25rem 1.5625rem;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.button-boxes a:hover {
  background: rgb(0, 86, 150);
  border-color: #005696;
  color: #fff;
}
.button-boxes a.btn-o {
  border-color: transparent;
  background: transparent;
  color: #090909;
}
.button-boxes a.btn-o:hover {
  background: #5E5E5E;
  border-color: #090909;
  color: #fff;
}
.button-boxes.mobile {
  display: none;
}

.header-right .button-boxes a {
  font-size: 1rem;
  line-height: 1.8rem;
}

.video-background-controls button {
  font-size: 1.25rem;
  display: inline-block;
  padding: 0rem;
  margin: 0rem;
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
  line-height: 2rem;
  border: none;
  background: none;
  color: white;
  filter: drop-shadow(0rem 0rem 1px black);
  cursor: pointer;
  opacity: 1;
  transition: all 250ms ease-in-out;
  margin-left: 0.625rem;
}

.video-background-controls button:hover {
  opacity: 0.5;
}

iframe {
  transition: opacity 500ms ease-in-out;
  transition-delay: 250ms;
}

.owl-nav.disabled {
  display: none;
}

.owl-loaded {
  position: relative;
}

.owl-nav {
  position: absolute;
  width: 100%;
  overflow: revert;
  height: 0;
  top: 50%;
  left: 0;
  padding: 0 1.25rem;
}

.owl-nav button,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: transparent;
  border: transparent;
  border-radius: 3.125rem;
  color: #090909;
  font-size: 0.75rem;
}

.owl-carousel .owl-nav button svg {
  fill: #5E5E5E;
  height: auto;
  width: 0.9375rem;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  z-index: 1;
  opacity: 0.6;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  opacity: 1;
  border-color: #e12428;
  color: #e12428;
}

.owl-nav button.owl-next {
  float: right;
  right: 0;
  margin-right: -1.875rem;
}

.owl-nav button.owl-prev {
  margin-left: -1.875rem;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 3rem;
}
.owl-carousel .owl-dots button.owl-dot {
  background-color: rgb(0, 86, 150);
  width: 1rem;
  height: 1rem;
  border-radius: 3.125rem;
  margin: 0 0.3125rem;
  border: none;
  opacity: 0.8;
}
.owl-carousel .owl-dots button.owl-dot:focus {
  border: none;
  box-shadow: none;
}
.owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}

/* bottom style owl nav */
.bottom-nav .owl-nav {
  top: auto;
  bottom: 0;
  position: relative;
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3125rem;
}

.bottom-nav .owl-nav button.owl-prev {
  margin: 0 0.3125rem;
}

.bottom-nav .owl-nav button.owl-next {
  float: none;
  margin: 0 0.3125rem;
}

footer.footer {
  margin-top: 0;
  padding-top: 0;
}
footer.footer hr:not([size]) {
  height: 0.1875rem;
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  margin: 2rem 0;
}
footer.footer .footer-top {
  padding: 35px 0;
}
footer.footer .footer-top > * {
  margin-top: 0;
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer .footer-top > *:last-child {
  border-right: none;
}
footer.footer .footer-top p {
  color: #fff;
  line-height: 1.0625rem;
}
footer.footer .footer-top p:last-child {
  margin-bottom: 0;
}
footer.footer .footer-top .brand-logo {
  margin-bottom: 0;
  margin-top: 0;
}
footer.footer .footer-top .brand-logo img {
  width: auto;
  height: 3.25rem;
}
footer.footer .footer-top ul.address-list {
  list-style: none;
  text-decoration: none;
  padding: 0;
  display: block;
  position: relative;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
footer.footer .footer-top ul.address-list li {
  display: flex;
  gap: 0.9375rem;
  grid-gap: 0.9375rem;
  font-weight: 500;
}
footer.footer .footer-top ul.address-list li .icon {
  display: flex;
  align-items: center;
  color: #fff;
}
footer.footer .footer-top ul.address-list li .icon i {
  font-size: 1rem;
}
footer.footer .footer-top ul.address-list li .text {
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #fff;
}
footer.footer .footer-top ul.address-list li a {
  display: block;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 500;
  font-style: normal;
  padding: 0 0;
  color: #fff;
}
footer.footer .footer-top ul.address-list li a:hover {
  opacity: 0.7;
}
footer.footer .footer-nav-title {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #5E5E5E;
}
footer.footer ul.footer-nav {
  list-style: none;
  text-decoration: none;
  padding: 0;
  display: block;
  position: relative;
  margin-top: 1.25rem;
  cursor: context-menu;
}
footer.footer ul.footer-nav li {
  display: block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #5E5E5E;
}
footer.footer ul.footer-nav li a {
  display: block;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 500;
  font-style: normal;
  padding: 0;
  color: #5E5E5E;
}
footer.footer ul.footer-nav li a:hover {
  opacity: 0.7;
}
footer.footer ul.social-links,
footer.footer .social-links {
  padding: 0;
  text-decoration: none;
}
footer.footer ul.social-links a,
footer.footer .social-links a {
  list-style: none;
  text-decoration: none;
  padding: 0 0.25rem;
  color: #5E5E5E;
}
footer.footer ul.social-links a:first-child,
footer.footer .social-links a:first-child {
  padding-left: 0;
}
footer.footer ul.social-links a:last-child,
footer.footer .social-links a:last-child {
  padding-right: 0;
}
footer.footer ul.social-links a:hover,
footer.footer .social-links a:hover {
  opacity: 0.7;
}
footer.footer .footer-link-box {
  margin-top: 1.5625rem;
  text-align: -webkit-right;
  text-align: right;
}
footer.footer .footer-link-box a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  font-style: normal;
}
footer.footer .footer-link-box a:hover {
  opacity: 0.7;
}
footer.footer .copyright-hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e7e7e7;
}
footer.footer .copyright {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  color: #005696;
  margin-right: auto;
  margin-left: auto;
}
footer.footer .copyright span {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  text-align: center;
  display: block;
}
footer.footer .copyright a {
  text-decoration: none;
  color: #005696;
}
footer.footer .copyright a:hover {
  color: #E8733C;
}
footer.footer .scroll-to-top {
  position: relative;
}
footer.footer .scroll-to-top a {
  font-size: 1rem;
  width: 35px;
  height: 35px;
  border: 1px solid #005696;
  border-radius: 50px;
  color: #005696;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
footer.footer .scroll-to-top a:hover {
  color: #E8733C;
  border-color: #E8733C;
}

.banner-slider-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 70px;
}

.banner-slider-bg {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.banner-slider-bg .image {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.banner-slider-bg .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 86, 150, 0.8);
}
.banner-slider-bg .image img {
  display: block;
  width: 100%;
  height: 33.75rem;
  object-fit: cover;
}

#banner-slider.owl-banner-slider .item {
  position: relative;
  padding: 0;
}
#banner-slider.owl-banner-slider .item > div {
  position: relative;
}
#banner-slider.owl-banner-slider .item > div:first-child::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent linear-gradient(90deg, rgba(0, 86, 150, 0.82) 0%, rgba(0, 58, 99, 0) 40%) 0% 0% no-repeat padding-box;
}
#banner-slider.owl-banner-slider .item img {
  display: block;
  width: 100%;
  height: 33.75rem;
  object-fit: cover;
}
#banner-slider.owl-banner-slider .item .slide-content {
  display: flex;
  align-items: center;
  padding: 3.75rem 2.875rem 3.75rem 1.875rem;
}
#banner-slider.owl-banner-slider .item .slide-content .slide-min-title {
  font-size: 1.1875rem;
  line-height: 2.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.25rem;
}
#banner-slider.owl-banner-slider .item .slide-content .slide-title {
  font-size: 1.8125rem;
  line-height: 2.25rem;
  font-weight: 600;
  letter-spacing: 3.22px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2.5rem;
}
#banner-slider.owl-banner-slider .item .slide-content .slide-description {
  font-size: 1.1875rem;
  line-height: 1.8125rem;
  font-weight: 400;
  letter-spacing: 1.24px;
  color: #fff;
  margin-bottom: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#banner-slider.owl-banner-slider .item .slide-content .slide-btn {
  color: #005696;
  background-color: white;
  border-color: white;
}
#banner-slider.owl-banner-slider .item .slide-content .slide-btn:hover, #banner-slider.owl-banner-slider .item .slide-content .slide-btn:active, #banner-slider.owl-banner-slider .item .slide-content .slide-btn:focus {
  color: white;
  background-color: rgb(232, 115, 60);
  border-color: #E8733C;
}
#banner-slider.owl-banner-slider .owl-nav button {
  background: rgba(0, 0, 0, 0.35);
  border: transparent;
  border-radius: 3.125rem;
  color: #fff;
  font-size: 1.875rem;
  height: 2.75rem;
  width: 2.75rem;
  opacity: 1;
  padding: 0px 0.625rem !important;
}
#banner-slider.owl-banner-slider .owl-nav button.disabled {
  opacity: 0.2;
}
#banner-slider.owl-banner-slider button.owl-prev {
  margin-left: 0rem;
}
#banner-slider.owl-banner-slider button.owl-next {
  margin-right: 0rem;
}
#banner-slider.owl-banner-slider .owl-dots {
  height: max-content;
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0.625rem 1.25rem 0.625rem;
  width: 100%;
  margin-top: 0;
  background: rgba(0, 0, 0, 0.212);
  line-height: initial;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  justify-content: center;
}
#banner-slider.owl-banner-slider .owl-dots button.owl-dot {
  border: 2px solid #d5d5d5 !important;
  background: rgba(255, 255, 255, 0.21);
  opacity: 1;
}
#banner-slider.owl-banner-slider .owl-dots button.owl-dot.active {
  background: #005696;
}

.banner-slider-classic .owl-item {
  transform: scale(0.9);
  transition: all 0.3s ease-in-out 0s;
}
.banner-slider-classic .owl-item.center {
  transform: scale(1);
  z-index: 1;
}
.banner-slider-classic .owl-item.center .item {
  border-radius: 10px;
  margin-bottom: 10px;
}
.banner-slider-classic .owl-item.center .item .content {
  transform: translate(0, 0%);
  opacity: 1;
}
.banner-slider-classic .item {
  position: relative;
}
.banner-slider-classic .item a {
  text-decoration: none;
}
.banner-slider-classic .item .content {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 1.875rem 1.875rem 1.5625rem;
  z-index: 1;
  transform: translate(0, 100%);
  transition: all 0.6s ease-in-out 0s;
  opacity: 0;
}
.banner-slider-classic .item .content a.title, .banner-slider-classic .item .content .title {
  color: #fff;
  margin-bottom: 10px;
}
.banner-slider-classic .item .content a.title h3, .banner-slider-classic .item .content .title h3 {
  font-size: 29px;
  line-height: 33px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner-slider-classic .item .content a.title:hover, .banner-slider-classic .item .content .title:hover {
  opacity: 0.7;
}
.banner-slider-classic .item .content .bottom-info {
  display: flex;
  padding-bottom: 0;
  color: #fff;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  margin-top: 0.9375rem;
}
.banner-slider-classic .item .content .bottom-info a.text-link, .banner-slider-classic .item .content .bottom-info .text-link {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
}
.banner-slider-classic .item .content .bottom-info a.text-link i, .banner-slider-classic .item .content .bottom-info .text-link i {
  font-size: 0.9rem;
  margin-right: 0.3125rem;
  margin-top: -1px;
}
.banner-slider-classic .item .content .bottom-info a.text-link:hover, .banner-slider-classic .item .content .bottom-info .text-link:hover {
  opacity: 0.7;
}
.banner-slider-classic .item:after {
  content: "";
  position: absolute;
  background: transparent linear-gradient(180deg, rgba(0, 86, 150, 0) 0%, rgb(0, 86, 150) 100%) 0% 0%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner-slider-classic img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 448px;
  object-fit: cover;
  border-radius: 10px;
}
.banner-slider-classic .owl-carousel {
  padding-left: 2rem;
  padding-right: 2rem;
}
.banner-slider-classic .owl-carousel .owl-nav button.owl-next, .banner-slider-classic .owl-carousel .owl-nav button.owl-prev {
  color: #ffffff;
  font-size: 30px;
  opacity: 1;
}
.banner-slider-classic .owl-carousel .owl-nav button.owl-next:hover, .banner-slider-classic .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 0.9;
}
.banner-slider-classic .owl-carousel .owl-dots {
  margin-top: 0;
}
.banner-slider-classic .owl-carousel .owl-dots button.owl-dot {
  background-color: #fff;
  opacity: 0.7;
  width: 0.6875rem;
  height: 0.6875rem;
}
.banner-slider-classic .owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}

.event-main-content .item {
  position: relative;
  margin-bottom: 30px;
}
.event-main-content .item a {
  text-decoration: none;
}
.event-main-content .item .text {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 1.875rem 2.875rem 2.2rem;
  z-index: 1;
}
.event-main-content .item .text a.title, .event-main-content .item .text .title {
  color: #fff;
  margin-bottom: 10px;
}
.event-main-content .item .text a.title h3, .event-main-content .item .text .title h3 {
  font-size: 29px;
  line-height: 33px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-main-content .item .text a.title:hover, .event-main-content .item .text .title:hover {
  opacity: 0.7;
}
.event-main-content .item .text .bottom-info {
  display: flex;
  padding-bottom: 0;
  color: #fff;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  margin-top: 0.9375rem;
}
.event-main-content .item .text .bottom-info a.text-link, .event-main-content .item .text .bottom-info .text-link {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
}
.event-main-content .item .text .bottom-info a.text-link i, .event-main-content .item .text .bottom-info .text-link i {
  font-size: 0.9rem;
  margin-right: 0.3125rem;
  margin-top: -0.0625rem;
}
.event-main-content .item .text .bottom-info a.text-link:hover, .event-main-content .item .text .bottom-info .text-link:hover {
  opacity: 0.7;
}
.event-main-content .item:after {
  content: "";
  position: absolute;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%) 0% 0%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.event-main-content .item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  border-radius: 0.625rem;
}
.event-main-content .content img {
  border-radius: 0.625rem;
  margin-bottom: 30px;
  margin-top: 20px;
}

.carousel-nav-box {
  display: flex;
  gap: 20px;
}

.widget-post-carousel-nav {
  margin-left: auto;
}
.widget-post-carousel-nav .owl-nav {
  display: flex;
  justify-items: end;
  grid-gap: 0.5625rem;
  gap: 0.5625rem;
  position: relative;
  top: auto;
  left: auto;
  right: -0.3125rem;
  padding: 0;
}
.widget-post-carousel-nav .owl-nav button {
  height: 1.875rem;
  width: 1.875rem;
  margin: 0;
  border: 0.125rem solid #005696;
  border-radius: 0.625rem;
  color: #005696;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.widget-post-carousel-nav .owl-nav button:hover {
  background: rgb(0, 86, 150);
  border-color: rgb(0, 86, 150);
  color: #fff;
}
.widget-post-carousel-style2 .item a {
  text-decoration: none;
}
.widget-post-carousel-style2 .item .image {
  margin-bottom: 1.25rem;
  height: 11.8125rem;
  overflow: hidden;
  border-radius: 0.625rem;
}
.widget-post-carousel-style2 .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.widget-post-carousel-style2 .item .content .cat a {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #8b8b8b;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.widget-post-carousel-style2 .item .content .cat a:hover {
  color: #005696;
}
.widget-post-carousel-style2 .item .content .title-link {
  margin-bottom: 0.625rem;
}
.widget-post-carousel-style2 .item .content .title-link .title {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.widget-post-carousel-style2 .item .content .title-link .title {
  display: block;
  font-size: 1.225rem;
  line-height: 1.6875rem;
  font-weight: bold;
  color: #090909;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.widget-post-carousel-style2 .item .content .title-link:hover .title {
  color: #005696;
}
.widget-post-carousel-style2 .item .bottom-info .date-time-link {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #8b8b8b;
}
.widget-post-carousel-style2 .item .bottom-info .date-time-link:hover {
  color: #005696;
}
.widget-post-carousel-style2 .item .bottom-info .date-time-link i {
  font-size: 1rem;
}
.widget-post-carousel-style2 .item:hover .image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.widget-post-carousel-style2.owl-carousel .owl-dots {
  margin-top: 1rem;
}
.widget-post-carousel-style2.owl-carousel .owl-dots .owl-dot {
  background-color: #e7e7e7;
  width: 0.7rem;
  height: 0.7rem;
  opacity: 0.5;
}

.social-set {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.social-set ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.social-set ul li {
  display: flex;
  align-items: center;
  height: 40px;
  margin-right: 7.5px;
  background-color: #fcfcfc;
  border: 1px solid #d8dbe2;
  justify-content: center;
  width: 40px;
  transition: 0.3s;
}
.social-set ul li a {
  text-decoration: none;
  color: #373a3c;
}
.social-set ul li a i {
  font-size: 20px;
  color: rgb(0, 86, 150);
}
.social-set ul li:hover {
  background-color: rgb(0, 86, 150);
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}
.social-set ul li:hover a {
  color: #fff;
}
.social-set ul li:hover a i {
  color: #fff;
}

.cs-text-box {
  margin-bottom: 0.625rem;
}
.cs-text-box .headline {
  color: #005696;
}
.cs-text-box p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-style: italic;
  color: #8b8b8b;
}
.cs-text-box hr:not([size]) {
  color: #e7e7e7;
  border-top: 2px solid;
}

.content {
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.widget-grid-post {
  position: relative;
  margin-bottom: 0;
  height: 100%;
  border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  box-shadow: 0px 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.widget-grid-post::before {
  position: absolute;
  content: "";
  height: 0.1875rem;
  width: 86%;
  left: 0;
  bottom: 0;
  border-bottom: 0.1875rem;
  background: rgb(0, 86, 150);
  margin-left: 7%;
  margin-right: auto;
}
.widget-grid-post .thumbnail {
  position: relative;
  border-radius: 0.625rem 0.625rem 0px 0px;
  overflow: hidden;
}
.widget-grid-post .thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 11.25rem;
}
.widget-grid-post .thumbnail .thumb-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0.9375rem 1.25rem;
}
.widget-grid-post .thumbnail .thumb-info .thumb-info-in {
  display: flex;
  align-items: center;
}
.widget-grid-post .thumbnail > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.widget-grid-post .thumbnail > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.625rem 0.625rem 0rem 0rem;
  background: transparent linear-gradient(180deg, #0073C6 0%, rgba(0, 58, 99, 0) 100%) 0% 0% no-repeat padding-box;
}
.widget-grid-post .thumbnail.no-overlay > a:after {
  display: none;
}
.widget-grid-post .thumbnail.dark-overlay:after {
  background: rgba(163, 0, 0, 0.75);
}
.widget-grid-post .thumbnail .big-text {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 3.125rem;
  line-height: 3.5625rem;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.widget-grid-post .thumbnail .cat {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.widget-grid-post .thumbnail .cat .link {
  display: inline-block;
  text-transform: none;
  text-decoration: none;
  margin-right: 12px;
}
.widget-grid-post .thumbnail .cat span {
  color: #fff;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  text-transform: uppercase;
}
.widget-grid-post .thumbnail .cat span {
  display: contents;
  max-width: 7.5rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-grid-post .thumbnail .date-time {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #e7e7e7;
  text-transform: uppercase;
  min-width: fit-content;
}
.widget-grid-post .thumbnail .date-time i {
  margin-right: 0.125rem;
}
.widget-grid-post .thumbnail .date-time span {
  display: block;
}
.widget-grid-post .thumbnail .decor-line {
  display: block;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 0.48);
  margin-top: 8px;
}
.widget-grid-post .item-content {
  position: relative;
  width: 100%;
  padding: 1.375rem;
}
.widget-grid-post .item-content .title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.4375rem;
  letter-spacing: 0.0025rem;
}
.widget-grid-post .item-content .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.widget-grid-post .item-content .direction {
  font-size: 1.1875rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #ACACAC;
  text-decoration: none;
  text-transform: uppercase;
}
.widget-grid-post .item-content > .link {
  color: #005696;
}
.widget-grid-post .item-content > .link:hover {
  color: #E8733C;
}
.widget-grid-post .item-content .bottom-info .cat {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.widget-grid-post .item-content .bottom-info .cat .link {
  display: inline-block;
  text-transform: none;
  text-decoration: none;
  margin-right: 12px;
}
.widget-grid-post .item-content .bottom-info .cat span {
  color: #8b8b8b;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  text-transform: uppercase;
}
.widget-grid-post .item-content .bottom-info .cat span {
  display: contents;
  max-width: 7.5rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-grid-post .item-content .bottom-info .date-time {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #8b8b8b;
  text-transform: uppercase;
  min-width: fit-content;
}
.widget-grid-post .item-content .bottom-info .date-time i {
  margin-right: 0.125rem;
}
.widget-grid-post .item-content .bottom-info .date-time span {
  display: block;
}
.widget-grid-post.--simple-post {
  box-shadow: none;
}
.widget-grid-post.--simple-post .thumbnail {
  border-radius: 0.625rem;
}
.widget-grid-post.--simple-post .thumbnail > a::after {
  background: none;
}
.widget-grid-post.--simple-post .thumbnail img {
  min-height: 14.25rem;
}
.widget-grid-post.--simple-post .direction {
  top: 0;
  position: absolute;
  left: 0;
  height: auto;
  background: rgb(0, 86, 150);
  font-size: 17px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 20px;
}
.widget-grid-post.--simple-post .item-content {
  padding: 1.375rem 0 0;
}
.widget-grid-post.--simple-post .item-content .title {
  text-transform: inherit;
}
.widget-grid-post.--simple-post::before {
  display: none;
}

.widget-news-lent .widget-title {
  background: rgb(0, 86, 150);
  padding: 1.25rem 1.875rem;
  border-radius: 0.625rem 0.625rem 0rem 0rem;
}
.widget-news-lent .widget-title span {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.widget-news-lent .widget-button .btn {
  width: 100%;
  padding: 0.25rem 1.875rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
.widget-news-lent ul {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 1.25rem 0;
  box-shadow: 0px 0px 0.75rem rgba(0, 0, 0, 0.161);
}
.widget-news-lent ul li {
  border-bottom: 1px solid #e7e7e7;
  margin: 0.125rem 1.875rem;
  padding: 10px 0;
}
.widget-news-lent ul li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.widget-news-lent ul li:last-child {
  margin-top: 0;
  padding-top: 0;
  border-bottom: 0;
}
.widget-news-lent ul li a {
  padding: 0;
  display: block;
  color: #090909;
  text-decoration: none;
}
.widget-news-lent ul li a:hover {
  color: #E8733C;
}
.widget-news-lent ul li a span {
  display: block;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 600;
  text-align: left;
}
.widget-news-lent ul li a.title {
  margin-bottom: 20px;
}
.widget-news-lent ul li a.date-time {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-align: left;
  color: #b3b3b3;
}

.news-grid-post img.image-tumbnail {
  border-radius: 0.625rem;
}
.news-grid-post .big-title span {
  background: transparent;
}
.news-grid-post .item-content {
  width: 100%;
  padding: 1.25rem 0;
}
.news-grid-post .item-content .title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  letter-spacing: 0px;
  color: #005696;
}
.news-grid-post .item-content .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-grid-post .item-content .description {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-grid-post .item-content > .link {
  color: #005696;
}
.news-grid-post .item-content > .link:hover {
  color: #E8733C;
}

.widget-call-actions {
  display: flex;
  flex-wrap: wrap;
}
.widget-call-actions .image-box {
  width: 50%;
}
.widget-call-actions .image-box img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  height: 100%;
}
.widget-call-actions .content-bg {
  position: relative;
  background-color: #3C7DD9;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 3.75rem 2.875rem 3.75rem 1.875rem;
}
.widget-call-actions .content-bg::after {
  content: "";
  position: absolute;
  background-image: url(../img/bg-patter.png);
  background-size: inherit;
  background-position: center center;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.widget-call-actions .content-bg .content {
  z-index: 1;
}
.widget-call-actions .content-bg .content .slide-min-title {
  font-size: 1.1875rem;
  line-height: 2.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.25rem;
}
.widget-call-actions .content-bg .content .slide-title {
  font-size: 1.8125rem;
  line-height: 2.25rem;
  font-weight: 600;
  letter-spacing: 3.22px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2.5rem;
}
.widget-call-actions .content-bg .content .slide-description {
  font-size: 1.1875rem;
  line-height: 1.8125rem;
  font-weight: 400;
  letter-spacing: 1.24px;
  color: #fff;
  margin-bottom: 1.25rem;
}
.widget-call-actions .content-bg .content .slide-btn {
  margin-top: 20px;
}

.widget-post-carousel .item {
  position: relative;
  min-height: 25.7rem;
}
.widget-post-carousel .item::after {
  content: "";
  position: absolute;
  background-color: rgba(60, 125, 217, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.widget-post-carousel .item a {
  text-decoration: none;
}
.widget-post-carousel .item img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.widget-post-carousel .item .content {
  position: relative;
  padding: 35px 20px;
  z-index: 1;
}
.widget-post-carousel .item .content .title {
  font-size: 1.3rem;
  line-height: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.6rem;
}
.widget-post-carousel .item .content .description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #fff;
}
.widget-post-carousel .item .content hr:not([size]) {
  color: rgba(255, 255, 255, 0.5);
}
.widget-post-carousel .item.featured {
  background-color: rgb(232, 115, 60);
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.widget-post-carousel .item.featured.purple {
  background-color: rgb(187, 36, 225);
}
.widget-post-carousel .item.featured::after {
  content: "";
  position: absolute;
  background-image: url(../img/bg-patter-white.png);
  background-color: transparent;
  background-size: inherit;
  background-position: center center;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.25;
}
.widget-post-carousel .item.featured .description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.widget-post-carousel .item.featured .number {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 600;
  color: #fff;
}
.widget-post-carousel .item.featured .name {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #fff;
}
.widget-post-carousel.owl-carousel .owl-dots {
  margin-top: 1rem;
}
.widget-post-carousel.owl-carousel .owl-dots .owl-dot {
  background-color: #ffffff;
  width: 0.7rem;
  height: 0.7rem;
  opacity: 0.5;
}

.social-info-box {
  text-align: center;
}
.social-info-box h4 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #005696;
  margin-bottom: 1rem;
  letter-spacing: 0.1437rem;
}
.social-info-box .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-info-box .social-link a {
  font-size: 40px;
  color: #005696;
  text-decoration: none;
}
.social-info-box .social-link a:hover {
  color: #E8733C;
}
.social-info-box .social-link a:first-child::after {
  display: table-cell;
  content: "/";
  color: #090909;
  font-size: 1.5625rem;
  vertical-align: middle;
  margin: 0 0.3125rem;
  margin-top: 0.25rem;
}
.social-info-box .social-link a:first-child {
  display: flex;
  align-items: center;
}

.widget-selected-category a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 0.3563rem;
}
.widget-selected-category a:last-child {
  margin-bottom: 0;
}
.widget-selected-category a::after {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  border: 0.0625rem solid transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.widget-selected-category a img {
  width: 100%;
  height: 4.375rem;
  object-fit: cover;
}
.widget-selected-category a .cat-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: left;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.widget-selected-category a .cat-name {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.3125rem 2.8125rem;
}
.widget-selected-category a .cat-name .cat-num {
  float: right;
  display: block;
  height: 1.875rem;
  min-width: 1.875rem;
  width: auto;
  background: #fff;
  border-radius: 3.125rem;
  color: #939393;
  text-align: center;
  padding: 0.3125rem;
  font-weight: 500;
}
.widget-selected-category a:hover::after {
  background: rgba(51, 112, 84, 0.73);
  border: 1px solid #285a00;
}

.widget-ads.ads-d-h-200px img {
  min-height: 12.5rem;
}
.widget-ads.ads-d-h-250px img {
  min-height: 15.625rem;
}

.widget-top-solid a {
  text-decoration: none;
}
.widget-top-solid .item {
  display: flex;
  gap: 1.25rem;
  row-gap: 1.25rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e7e7e7;
}
.widget-top-solid .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.widget-top-solid .thumbnail {
  width: 6.25rem;
  height: 6.25rem;
  position: relative;
}
.widget-top-solid .thumbnail img {
  width: 6.25rem;
  height: 6.25rem;
  object-fit: cover;
  border-radius: 100px;
}
.widget-top-solid .thumbnail .cat-num {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  right: -0.3125rem;
  min-height: 1.5rem;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  background: #5E5E5E;
  border-radius: 3.125rem;
  border: 0.125rem solid #fff;
  padding: 0.25rem;
}
.widget-top-solid .cat {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #8b8b8b;
}
.widget-top-solid .cat:hover {
  color: #e12428;
}
.widget-top-solid .cat span {
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
.widget-top-solid .title {
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  font-weight: 600;
  color: #090909;
  margin-bottom: 0.375rem;
}
.widget-top-solid .date-time a {
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #8b8b8b;
}
.widget-top-solid .date-time a i {
  font-size: 0.875rem;
  margin-right: 0.3125rem;
}

.post-gallery .swipebox {
  display: block;
  width: 100%;
  min-height: 18rem;
}
.post-gallery .swipebox img {
  display: block;
  width: 100%;
  min-height: 18rem;
  object-fit: cover;
  object-position: center;
}

/* === RTL override for your stylesheet === */
/* Подключай ПОСЛЕ основного CSS или компилируй отдельно */
[dir=rtl] {
  direction: rtl;
  unicode-bidi: isolate-override;
  /* Базовая типографика/общие отступы */
  /* сброс на логические, если надо: padding-left/right переопределяются ниже где явно */
  /* Списки, теги */
  /* Ссылки/кнопки: выравнивание и отступы */
  /* Breadcrumbs */
  /* Pagination по центру — без изменений */
  /* Заголовки */
  /* Lang dropdown */
  /* Header */
  /* Иконка корзины с числом */
  /* Поле поиска в хедере */
  /* Главное меню */
  /* Мобильное меню: открываем справа налево */
  /* Видео-контролы */
  /* Owl Nav (стрелки) */
  /* Баннер-слидер: внутренние отступы контента */
  /* Соц. блоки/посты — иконки слева вместо справа */
  /* Соц-набор разделитель "/" между ссылками слева направо */
  /* Виджеты и карточки: направление и микроправки */
  /* Selected category виджет */
  /* Карточки новостей */
  /* Footer */
  /* Breadcrumbs/даты/текстовые ссылки внутри блоков */
  /* Карусели — подписи снизу */
  /* Разное: выравнивания и подрезка */
  /* Локальные swap-ы margin/padding (часто используемые шаблонно) */
  /* Общие замены для часто встречающихся utility-отступов */
  /* Тонкие штрихи: текстовые направления в виджетах и баннерах */
  /* Иконки-стрелки в списках/ссылках: если используешь FontAwesome "angle-right" */
}
[dir=rtl] body {
  text-align: right;
}
[dir=rtl] .layout {
  padding-inline: 0;
}
[dir=rtl] p, [dir=rtl] .cs-p, [dir=rtl] .content {
  text-align: right;
}
[dir=rtl] ul.cs-simple-list, [dir=rtl] .cs-simple-list {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] ul.cs-simple-list li, [dir=rtl] .cs-simple-list li {
  padding-left: 0;
  padding-right: 8px;
}
[dir=rtl] ul.tags li {
  margin-right: 0;
  margin-left: 0.625rem;
}
[dir=rtl] .btn span {
  flex-direction: row-reverse;
  gap: 5px;
}
[dir=rtl] .btn-text {
  text-align: right;
}
[dir=rtl] .breadcrumb, [dir=rtl] ul.breadcrumb {
  text-align: right;
}
[dir=rtl] .breadcrumb li, [dir=rtl] ul.breadcrumb li { /* симметрично оставим */ }
[dir=rtl] .breadcrumb li:after, [dir=rtl] ul.breadcrumb li:after {
  content: "\f053"; /* стрелка влево для RTL */
  left: -5px;
  right: auto;
}
[dir=rtl] .breadcrumb li a, [dir=rtl] ul.breadcrumb li a {
  padding: 0 10px;
}
[dir=rtl] .breadcrumb li span, [dir=rtl] ul.breadcrumb li span {
  padding-right: 0;
  padding-left: 10px;
}
[dir=rtl] .big-title {
  text-align: right;
}
[dir=rtl] .big-title span:first-child {
  padding-right: 0;
  padding-left: 15px;
}
[dir=rtl] .big-title.center {
  text-align: center;
}
[dir=rtl] .large-title, [dir=rtl] .smal-title, [dir=rtl] .subtitle {
  text-align: right;
}
[dir=rtl] .lang-dropdown {
  margin-right: 0;
  margin-left: 0.75rem;
}
[dir=rtl] .lang-dropdown .dropdown-toggle::after {
  margin-left: 0;
  margin-right: 0.555em;
}
[dir=rtl] .lang-dropdown .dropdown-menu {
  margin-left: 0 !important;
  margin-right: 0.625rem !important;
}
[dir=rtl] header > .layout {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
[dir=rtl] .header-right .icon-boxes .dvider-vertical {
  margin-left: 0;
}
[dir=rtl] .btn-shop-card.card-info .num {
  right: auto;
  left: -0.625rem;
}
[dir=rtl] .input-search-box .input-group {
  right: auto;
  left: 2.5rem;
}
[dir=rtl] .input-search-box .input-group.focus {
  left: 2.5rem;
}
[dir=rtl] .main-menu {
  margin-right: 50px;
  margin-left: auto;
}
[dir=rtl] .main-menu .navbar .navbar-nav li .nav-link {
  text-align: right;
}
[dir=rtl] .main-menu .megamenu a.dropdown-item {
  margin-left: 0;
  margin-right: 16px;
}
[dir=rtl] .main-menu .megamenu a.dropdown-item::after, [dir=rtl] .main-menu .megamenu a.dropdown-item::before {
  left: auto;
  right: 0;
}
[dir=rtl] .main-menu .megamenu .tabs .mmenu-col {
  padding-left: 0;
  padding-right: 1rem;
}
[dir=rtl] .main-menu .megamenu .tabs .mmenu-col ul {
  padding-left: 0;
  padding-right: 0.9375rem;
}
[dir=rtl] .mobmenu {
  left: auto;
  right: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
}
[dir=rtl] .video-background-controls button {
  margin-left: 0;
  margin-right: 0.625rem;
}
[dir=rtl] .owl-nav {
  left: auto;
  right: 0;
}
[dir=rtl] .owl-nav button.owl-next {
  float: left;
  right: auto;
  margin-left: 0;
  margin-right: -1.875rem;
}
[dir=rtl] .owl-nav button.owl-prev {
  float: right;
  margin-right: 0;
  margin-left: -1.875rem;
}
[dir=rtl] #banner-slider.owl-banner-slider .item .slide-content {
  padding: 3.75rem 1.875rem 3.75rem 2.875rem; /* swap L/R */
  text-align: right;
}
[dir=rtl] .widget-post-carousel-style2 .bottom-info .date-time-link i,
[dir=rtl] .widget-top-solid .date-time a i,
[dir=rtl] .widget-grid-post .thumbnail .date-time i,
[dir=rtl] .widget-grid-post .item-content .bottom-info .date-time i {
  margin-right: 0;
  margin-left: 0.3125rem;
}
[dir=rtl] .social-info-box .social-link a:first-child::after {
  margin-left: 0.3125rem;
  margin-right: 0;
}
[dir=rtl] .widget-grid-post::before {
  left: auto;
  right: 0;
  margin-left: auto;
  margin-right: 7%;
}
[dir=rtl] .widget-grid-post .thumbnail .thumb-info {
  left: auto;
  right: 0;
}
[dir=rtl] .widget-grid-post .thumbnail .cat .link {
  margin-right: 0;
  margin-left: 12px;
}
[dir=rtl] .widget-grid-post .item-content .direction {
  text-align: right;
}
[dir=rtl] .widget-grid-post .item-content .bottom-info .cat .link {
  margin-right: 0;
  margin-left: 12px;
}
[dir=rtl] .widget-selected-category a .cat-name {
  text-align: right;
  padding: 0.3125rem 2.8125rem;
}
[dir=rtl] .widget-selected-category a .cat-name .cat-num {
  float: left; /* вместо right */
}
[dir=rtl] .news-grid-post .item-content {
  text-align: right;
}
[dir=rtl] footer.footer { /* ссылки справа в LTR — в RTL уводим налево, если нужно менять — убери это правило */ }
[dir=rtl] footer.footer .footer-top > * {
  border-right: none;
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.4);
}
[dir=rtl] footer.footer .footer-top > *:last-child {
  border-left: none;
}
[dir=rtl] footer.footer .footer-link-box {
  text-align: left;
}
[dir=rtl] footer.footer .copyright a:hover {
  color: #E8733C;
}
[dir=rtl] .widget-news-lent ul li a span,
[dir=rtl] .widget-news-lent ul li a.title,
[dir=rtl] .widget-news-lent ul li a.date-time {
  text-align: right;
}
[dir=rtl] .bottom-nav .owl-nav button.owl-prev,
[dir=rtl] .bottom-nav .owl-nav button.owl-next {
  float: none;
}
[dir=rtl] .title-box-shadow .subtitle {
  text-align: center;
}
[dir=rtl] .title-box-shadow .big-title {
  text-align: right;
}
[dir=rtl] .mr-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
[dir=rtl] .ml-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}
[dir=rtl] .pr-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
[dir=rtl] .pl-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
[dir=rtl] .pr-10 {
  padding-right: 0 !important;
  padding-left: 10px !important;
}
[dir=rtl] .pl-10 {
  padding-left: 0 !important;
  padding-right: 10px !important;
}
[dir=rtl] .mr-10 {
  margin-right: 0 !important;
  margin-left: 10px !important;
}
[dir=rtl] .ml-10 {
  margin-left: 0 !important;
  margin-right: 10px !important;
}
[dir=rtl] .banner-slider-classic .item .content,
[dir=rtl] .event-main-content .item .text {
  text-align: right;
}
[dir=rtl] .widget-post-carousel .content .title,
[dir=rtl] .widget-post-carousel .content .description {
  text-align: right;
}

/* При желании можно включить логические свойства и совсем уйти от left/right:
   пример:
   [dir="rtl"] .something { margin-inline-start: 0; margin-inline-end: 10px; }
*/

/*# sourceMappingURL=main.css.map */
