a{text-decoration:none;}
.breadcrumb-item {
  font-size: 0.8125rem;
}

.breadcrumb-item a {
  color: #595d69;
}
.breadcrumb.breadcrumb-dark .breadcrumb-item a {
  color: #dfe0e5;
}

.breadcrumb.breadcrumb-dark .breadcrumb-item a:hover {
  color: #2163e8;
}

.breadcrumb.breadcrumb-dark .breadcrumb-item.active{
  color: #d0d4d9;
}
.breadcrumb.breadcrumb-dots .breadcrumb-item + .breadcrumb-item::before {
  content: "•";
  font-size: 22px;
  line-height: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-link {
  padding-bottom: 0px;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 6%;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  font-weight: inherit;
  padding: 0;
  text-decoration:none;
}

.btn {
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  outline: 0;
  white-space: nowrap;
  margin-bottom: 6px;
}

.input-group .btn {
  margin-bottom: 0;
}

.btn-xs {
  padding: 0.4rem 0.6rem;
  font-size: 0.6rem;
  line-height: 1.2;
  border-radius: 0.25rem;
}

.btn-white {
  background: #fff;
  color: #191a1f;
}

.btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover {
  background: #f0f1f3;
  color: #191a1f;
}

.btn-outline-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline-white.active, .btn-outline-white:active, .btn-outline-white:focus, .btn-outline-white:hover {
  color: #191a1f;
  background: #fff;
}

.btn-outline-light {
  background: transparent;
  border-color: #d0d4d9;
  color: #595d69;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-check:checked + .btn-outline-light {
  background: #d0d4d9;
  border-color: #d0d4d9;
  color: #191a1f;
}

.btn-round {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
}

.btn-round i {
  margin: 0;
}

.btn-round .fa-play {
  padding-left: 3px;
}

.btn-round.btn-lg, .btn-group-lg > .btn-round.btn {
  height: 55px;
  width: 55px;
  line-height: 55px;
}

.btn-round.btn-sm, .btn-group-sm > .btn-round.btn {
  height: 32px;
  width: 32px;
  line-height: 30px;
}

.btn-round.btn-sm i, .btn-group-sm > .btn-round.btn i {
  font-size: .6rem;
}

/*rtl:raw:
.btn-round .fa-play{
  padding-left: 3px;
  padding-right: 0;
}
*/
.btn-primary-soft {
  color: #2163e8;
  background-color: rgba(33, 99, 232, 0.1);
}

.btn-primary-soft:hover {
  color: #fff;
  background-color: #2163e8;
}

.btn-secondary-soft {
  color: #595d69;
  background-color: rgba(89, 93, 105, 0.1);
}

.btn-secondary-soft:hover {
  color: #fff;
  background-color: #595d69;
}

.btn-success-soft {
  color: #0cbc87;
  background-color: rgba(12, 188, 135, 0.1);
}

.btn-success-soft:hover {
  color: #fff;
  background-color: #0cbc87;
}

.btn-info-soft {
  color: #4f9ef8;
  background-color: rgba(79, 158, 248, 0.1);
}

.btn-info-soft:hover {
  color: #fff;
  background-color: #4f9ef8;
}

.btn-warning-soft {
  color: #f7c32e;
  background-color: rgba(247, 195, 46, 0.1);
}

.btn-warning-soft:hover {
  color: #000;
  background-color: #f7c32e;
}

.btn-danger-soft {
  color: #d6293e;
  background-color: rgba(214, 41, 62, 0.1);
}

.btn-danger-soft:hover {
  color: #fff;
  background-color: #d6293e;
}

.btn-light-soft {
  color: #f7f8f9;
  background-color: rgba(247, 248, 249, 0.1);
}

.btn-light-soft:hover {
  color: #000;
  background-color: #f7f8f9;
}

.btn-dark-soft {
  color: #191a1f;
  background-color: rgba(25, 26, 31, 0.1);
}

.btn-dark-soft:hover {
  color: #fff;
  background-color: #191a1f;
}

.card, .overflow-hidden {
  will-change: transform;
}

.card .card-element-hover {
  visibility: hidden;
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.card:hover .card-element-hover {
  visibility: visible;
  margin-top: 0px;
  opacity: 1;
}

.card.card-overlay-bottom {
  overflow: hidden;
}

.card.card-overlay-bottom:before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background-image: linear-gradient(180deg, transparent, black);
  z-index: 1;
}

.card .card-img-overlay {
  z-index: 2;
}

.card.card-overlay-top {
  overflow: hidden;
}

.card.card-overlay-top:before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(black));
  background-image: linear-gradient(0deg, transparent, black);
}

.card-img-scale .card-img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.card-img-scale:hover .card-img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.card-bg-scale {
  z-index: 99;
}

.card-bg-scale::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -webkit-transition: all 1s !important;
  transition: all 1s !important;
  z-index: -2;
}

.card-bg-scale:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1s !important;
  transition: all 1s !important;
}

.card-featured {
  position: absolute;
  z-index: 99;
  background: #2163e8;
  color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  text-align: center;
  top: -8px;
  right: -48px;
  width: 120px;
  padding: 16px 0 3px 0;
}

.card-img-flash {
  position: relative;
  overflow: hidden;
}

.card-img-flash::before {
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  left: -80%;
  width: 50%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.card-img-flash:hover::before {
  -webkit-animation: imgflash 1s;
          animation: imgflash 1s;
}

@-webkit-keyframes imgflash {
  100% {
    left: 125%;
  }
}

@keyframes imgflash {
  100% {
    left: 125%;
  }
}

.card-grid .card-grid-lg {
  height: 560px;
}

.card-grid .card-grid-sm {
  height: calc(280px - calc(var(--bs-gutter-y) / 2));
}

@media (max-width: 767.98px) {
  .card-grid .card-grid-lg {
    height: 400px;
  }
}

.card-fold {
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.card-fold:after {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(-45deg, #fff 45%, #fff 45%, #d0d4d9 50%, #fff 70%);
  -webkit-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.4);
          box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.7rem 0px 0px 0px;
}

.card:hover .card-fold:after,
.card:focus .card-fold:after,
.card:active .card-fold:after,
.card:hover.card-fold:after,
.card:focus.card-fold:after,
.card:active.card-fold:after {
  width: 40px;
  height: 40px;
}

.bg-dark .card-fold:after {
  background: linear-gradient(-45deg, #191a1f 45%, #000 45%, #d0d4d9 50%, #fff 70%);
}

.dropdown-menu {
  -webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
          box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
}

.dropdown-item {
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}

.dropdown-item.active {
  color: #2163e8;
}

.dropdown-item.active:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #2163e8;
  display: inline-block;
  border-radius: 50%;
  margin-left: -12px;
  margin-right: 5px;
  margin-bottom: 1px;
}

.dropdown-toggle:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.5rem;
  margin-left: 0.35rem;
  font-weight: 900;
  vertical-align: middle;
  border: none;
}

.dropup .dropdown-toggle:after {
  content: "\f077";
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.5rem;
  margin-left: 0.35rem;
  font-weight: 900;
  vertical-align: middle;
  border: none;
}

.dropdown-menu .dropdown-toggle:after {
  position: absolute;
  right: 25px;
  top: 10px;
}

.dropdown-menu .dropdown-toggle:before {
  position: absolute;
  right: 25px;
  top: 10px;
}

.dropdown-fullwidth {
  position: static;
}

.dropdown-fullwidth .dropdown-menu {
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 1rem 0;
}

@media (min-width: 576px) {
  .dropdown-fullwidth .dropdown-menu {
    max-width: 96%;
  }
}

@media (min-width: 768px) {
  .dropdown-fullwidth .dropdown-menu {
    max-width: 94%;
  }
}

@media (min-width: 992px) {
  .dropdown-fullwidth .dropdown-menu {
    max-width: 94%;
  }
}

@media (min-width: 1200px) {
  .dropdown-fullwidth .dropdown-menu {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .dropdown-fullwidth .dropdown-menu {
    max-width: 1200px;
  }
}

@media (max-width: 1199.98px) {
  .dropdown-fullwidth .dropdown-menu .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    top: 120%;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .navbar-expand-xl .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar-expand-xl .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar-expand-xl .dropdown-submenu {
    position: relative;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 120%;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .navbar-expand-lg .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar-expand-lg .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar-expand-lg .dropdown-submenu {
    position: relative;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    top: 120%;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .navbar-expand-md .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar-expand-md .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar-expand-md .dropdown-submenu {
    position: relative;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    top: 120%;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .navbar-expand-sm .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar-expand-sm .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar-expand-sm .dropdown-submenu {
    position: relative;
  }
}

.dropdown-menu-size-md {
  min-width: 20rem;
}

@media (max-width: 575.98px) {
  .dropdown-menu-size-md {
    min-width: 100%;
  }
}

.dropdown-toggle-icon-none .dropdown-toggle:after {
  content: none;
}

.list-group .list-group-item i, .list-group .list-group-item span {
  margin-right: 5px;
}

.list-group-borderless .list-group-item {
  border: none;
  padding: 0.425rem 0;
}

.list-group-borderless a.list-group-item:hover {
  background-color: transparent;
  color: #2163e8;
}

.nav-pills .nav-link {
  cursor: pointer;
  margin-bottom: 15px;
  padding: 0.5rem 1rem;
}

.nav.flex-column:not(.nav-pills) .nav-link {
  padding-left: 0;
  padding-top: 0.30rem;
  padding-bottom: 0.30rem;
}

.tab-content {
  padding: 25px 0;
  margin-bottom: 20px;
}

.nav-tabs .nav-link {
  padding: 0.5rem 1rem;
  border: none;
}

.nav-tabs .nav-link.active {
  background: #2163e8;
  color: #fff;
  border: none;
}

.nav-tabs .nav-link.active .nav-link {
  color: #fff;
}

.nav-tabs.nav-tabs-line {
  border-bottom: solid 3px rgba(0, 0, 0, 0.1);
}

.nav-tabs.nav-tabs-line .nav-link {
  border: transparent;
}

.nav-tabs.nav-tabs-line .nav-item:first-child .nav-link {
  padding-left: 0;
}

.nav-tabs.nav-tabs-line .nav-link {
  background: transparent;
  border-bottom: 3px solid transparent;
}

.nav-tabs.nav-tabs-line .nav-link.active {
  background: transparent;
  color: #2163e8;
  border-bottom: 3px solid #2163e8;
}

.nav-tabs.nav-tabs-line .nav-item {
  margin-bottom: -2px;
}

.nav-tabs.nav-tabs-dark .nav-item .nav-link {
  color: #191a1f;
}

.nav-tabs.nav-tabs-dark .nav-link.active {
  background: #191a1f;
  color: #fff;
}

.nav.nav-divider a:not(.dropdown-item) {
  color: inherit;
}

.nav.nav-divider .nav-item + .nav-item:before {
  content: "\2022";
  color: inherit;
  padding-left: .65rem;
  padding-right: .75rem;
  opacity: 0.8;
}

.nav.nav-divider .nav-item {
	display: inline-block;
    vertical-align: middle;
    font-size: .8rem;
}

.nav.nav-divider .nav-link {
  padding: 0;
  color: inherit;
}

.navbar {
  z-index: 9;
}

.navbar-nav .nav-link {
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 90px;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.navbar-toggler {
  margin-bottom: 0;
  border: 0;
}

header .navbar-nav .show > .nav-link,
header .navbar-nav .nav-link.active {
  color: #2163e8;
}

header .navbar-nav .show > .nav-link:before,
header .navbar-nav .nav-link.active:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #2163e8;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.20rem;
  margin-bottom: 1px;
}

.navbar-sticky-on {
  position: fixed;
  z-index: 1020;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-animation: fadeInDown .5s;
          animation: fadeInDown .5s;
  width: 100%;
  -webkit-box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.2);
          box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.2);
}

.navbar-sticky-on .navbar-top {
  display: none !important;
}

.navbar-sticky-on .navbar-nav .nav-link {
  line-height: 50px;
}

.navbar-sticky-on .navbar-brand {
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-sticky-on .navbar-brand .navbar-brand-item {
  height: 35px;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.navbar-lh-sm.navbar-nav .nav-link {
  line-height: 60px;
}

.navbar-transparent {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-dark .navbar-top span:not(.dropdown-item-text) {
  color: #fff;
}

.navbar-dark .navbar-top a:not(.dropdown-item) {
  color: #fff;
}

.navbar-dark .navbar-top a:not(.dropdown-item):hover {
  color: #2163e8;
}

.navbar-dark .nav .nav-link {
  color: #fff;
}

.navbar-dark .nav .nav-link:hover {
  color: #2163e8;
}

.navbar-dark.navbar-sticky-on {
  background-color: #191a1f;
}
.navbar .container-fluid .dropdown-fullwidth .dropdown-menu, .navbar .container-sm .dropdown-fullwidth .dropdown-menu, .navbar .container-md .dropdown-fullwidth .dropdown-menu, .navbar .container-lg .dropdown-fullwidth .dropdown-menu, .navbar .container-xl .dropdown-fullwidth .dropdown-menu, .navbar .container-xxl .dropdown-fullwidth .dropdown-menu {
  width: 100%;
}

.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-toggle:after {
  content: "\f00d";
  font-family: 'Font Awesome 5 Pro';
  font-size: 10px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none !important;
  margin: 0;
}

@media (hover: hover) {
  .navbar .dropdown-menu .dropdown-submenu.dropend:hover > .dropdown-toggle:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-opened.dropdown-toggle:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.navbar .dropdown-menu .dropdown-submenu.dropstart .dropdown-toggle:before {
  content: "\f00d";
  font-family: 'Font Awesome 5 Pro';
  font-size: 10px;
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none !important;
  margin: 0;
  font-weight: 900;
}

.navbar .dropdown-menu .dropdown-submenu.dropstart:hover > .dropdown-toggle:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl .navbar-collapse {
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
            box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 25px;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-menu:before {
    content: none;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
    padding-bottom: 0px;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav > .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 30px;
    position: relative;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav > .nav-item .nav-link {
    line-height: 40px;
  }
  .navbar-dark .navbar-expand-xl .navbar-collapse .nav-link {
    color: #595d69;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-expand-xl .dropdown-fullwidth {
    width: 100%;
  }
  .navbar-expand-xl .dropdown-fullwidth .dropdown-menu {
    max-width: 100%;
  }
  .navbar-expand-xl .dropdown-fullwidth .container {
    max-width: 100%;
    padding: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu {
    background: rgba(89, 93, 105, 0.04);
    padding: 20px 0px;
    margin: 10px 0;
  }
  .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu .dropdown-submenu .dropdown-menu {
    background: rgba(89, 93, 105, 0.06);
    padding: 10px 0px !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-collapse {
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
            box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 25px;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-menu:before {
    content: none;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
    padding-bottom: 0px;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav > .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 30px;
    position: relative;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav > .nav-item .nav-link {
    line-height: 40px;
  }
  .navbar-dark .navbar-expand-lg .navbar-collapse .nav-link {
    color: #595d69;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-expand-lg .dropdown-fullwidth {
    width: 100%;
  }
  .navbar-expand-lg .dropdown-fullwidth .dropdown-menu {
    max-width: 100%;
  }
  .navbar-expand-lg .dropdown-fullwidth .container {
    max-width: 100%;
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-item > .dropdown-menu {
    background: rgba(89, 93, 105, 0.04);
    padding: 20px 0px;
    margin: 10px 0;
  }
  .navbar-expand-lg .navbar-nav .nav-item > .dropdown-menu .dropdown-submenu .dropdown-menu {
    background: rgba(89, 93, 105, 0.06);
    padding: 10px 0px !important;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-collapse {
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
            box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 25px;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-menu:before {
    content: none;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
    padding-bottom: 0px;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav > .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 30px;
    position: relative;
  }
  .navbar-expand-md .navbar-collapse .navbar-nav > .nav-item .nav-link {
    line-height: 40px;
  }
  .navbar-dark .navbar-expand-md .navbar-collapse .nav-link {
    color: #595d69;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-expand-md .dropdown-fullwidth {
    width: 100%;
  }
  .navbar-expand-md .dropdown-fullwidth .dropdown-menu {
    max-width: 100%;
  }
  .navbar-expand-md .dropdown-fullwidth .container {
    max-width: 100%;
    padding: 0;
  }
  .navbar-expand-md .navbar-nav .nav-item > .dropdown-menu {
    background: rgba(89, 93, 105, 0.04);
    padding: 20px 0px;
    margin: 10px 0;
  }
  .navbar-expand-md .navbar-nav .nav-item > .dropdown-menu .dropdown-submenu .dropdown-menu {
    background: rgba(89, 93, 105, 0.06);
    padding: 10px 0px !important;
  }
}

@media (max-width: 575.98px) {
  .navbar-expand-sm .navbar-collapse {
    -webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
            box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 25px;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-menu:before {
    content: none;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
    padding-bottom: 0px;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav > .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 30px;
    position: relative;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav > .nav-item .nav-link {
    line-height: 40px;
  }
  .navbar-dark .navbar-expand-sm .navbar-collapse .nav-link {
    color: #595d69;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-expand-sm .dropdown-fullwidth {
    width: 100%;
  }
  .navbar-expand-sm .dropdown-fullwidth .dropdown-menu {
    max-width: 100%;
  }
  .navbar-expand-sm .dropdown-fullwidth .container {
    max-width: 100%;
    padding: 0;
  }
  .navbar-expand-sm .navbar-nav .nav-item > .dropdown-menu {
    background: rgba(89, 93, 105, 0.04);
    padding: 20px 0px;
    margin: 10px 0;
  }
  .navbar-expand-sm .navbar-nav .nav-item > .dropdown-menu .dropdown-submenu .dropdown-menu {
    background: rgba(89, 93, 105, 0.06);
    padding: 10px 0px !important;
  }
}

.pagination .page-item {
  margin-bottom: 5px;
  float: left;
}

.pagination-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px;
  border-radius: 0.25rem;
}

.pagination-bordered .page-item {
  margin: 2px;
}

.pagination-bordered .page-link {
  border: transparent;
  border-radius: 0.25rem;
}

.progress {
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
}

.progress .progress-bar {
  position: relative;
  overflow: visible;
  border-radius: 0.25rem;
}

.progress .progress-percent {
  color: #595d69;
  font-weight: 500;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: -24px;
  font-size: 12px;
}

.progress.progress-percent-bg .progress-percent {
  background: #595d69;
  padding: 2px 5px;
  border-radius: 2px;
  color: #fff;
  line-height: 16px;
  position: absolute;
  right: 0;
  top: -25px;
  font-size: 10px;
}

.progress.progress-percent-bg .progress-percent:before {
  border-top-color: #595d69;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}

.progress.progress-percent-bg .progress-percent:after, .progress.progress-percent-bg .progress-percent:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.progress.progress-percent-bg .progress-percent:after {
  border-top-color: #595d69;
  border-width: 4px;
  left: 50%;
  margin-left: -4px;
}

.progress.progress-xs {
  height: 3px;
}

.progress.progress-sm {
  height: 5px;
}

.progress.progress-md {
  height: 10px;
}

.progress.progress-lg {
  height: 16px;
}

.progress.progress-xl {
  height: 20px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
  z-index: 0;
  position: relative;
}

main {
  background-color: #fff;
}

header {
  position: relative;
  z-index: 1020;
  background: #fff;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

*:focus {
  outline: none !important;
}

h1 > a, .h1 > a, h2 > a, .h2 > a, h3 > a, .h3 > a, h4 > a, .h4 > a, h5 > a, .h5 > a, h6 > a, .h6 > a {
  color: #191a1f;
}

h1 > a:hover, .h1 > a:hover, h2 > a:hover, .h2 > a:hover, h3 > a:hover, .h3 > a:hover, h4 > a:hover, .h4 > a:hover, h5 > a:hover, .h5 > a:hover, h6 > a:hover, .h6 > a:hover {
  color: #2163e8;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

section {
  padding-top: 3.5rem;
  padding-bottom: 2.8rem;
}

@media (max-width: 767.98px) {
  section {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

.text-white-force *:not(.btn):not(.dropdown-item):not(.badge) {
  color: #fff;
}

small, .small,
.small {
  font-weight: 400;
}

.smaller {
  font-size: 60%;
  font-weight: 500;
}

.dropcap {
  font-size: 4em;
  font-weight: bold;
  display: block;
  float: left;
  margin: .04em .2em 0 0;
  color: #191a1f;
  line-height: 1;
}

.bg-blur {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.bg-facebook {
  background-color: #5d82d1;
  color: #fff;
}

.bg-facebook:hover {
  background-color: #5475bc;
  color: #fff;
}

.text-facebook {
  color: #5d82d1;
}

.text-facebook:hover {
  color: #5475bc;
}

.bg-instagram {
  background: #c22b72;
  color: #fff;
}

.bg-instagram:hover {
  background-color: #af2767;
  color: #fff;
}

.text-instagram {
  color: #c22b72;
}

.text-instagram:hover {
  color: #af2767;
}

.bg-instagram-gradient {
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  background-size: 120% 120%;
  background-position: right bottom;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}

.bg-instagram-gradient:hover {
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: left bottom;
}

.text-instagram-gradient {
  color: transparent;
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 120% 120%;
}

.text-instagram-gradient:hover {
  color: transparent;
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bg-google {
  background-color: #3c7ff1;
  color: #fff;
}

.bg-google:hover {
  background-color: #3672d9;
  color: #fff;
}

.text-google {
  color: #3c7ff1;
}

.text-google:hover {
  color: #3672d9;
}

.bg-twitter {
  background-color: #40bff5;
  color: #fff;
}

.bg-twitter:hover {
  background-color: #3aacdd;
  color: #fff;
}

.text-twitter {
  color: #40bff5;
}

.text-twitter:hover {
  color: #3aacdd;
}

.bg-linkedin {
  background-color: #238cc8;
  color: #fff;
}

.bg-linkedin:hover {
  background-color: #207eb4;
  color: #fff;
}

.text-linkedin {
  color: #238cc8;
}

.text-linkedin:hover {
  color: #207eb4;
}

.bg-pinterest {
  background-color: #e60023;
  color: #fff;
}

.bg-pinterest:hover {
  background-color: #cf0020;
  color: #fff;
}

.text-pinterest {
  color: #e60023;
}

.text-pinterest:hover {
  color: #cf0020;
}

.bg-dribbble {
  background-color: #f7659c;
  color: #fff;
}

.bg-dribbble:hover {
  background-color: #de5b8c;
  color: #fff;
}

.text-dribbble {
  color: #f7659c;
}

.text-dribbble:hover {
  color: #de5b8c;
}

.bg-youtube {
  background-color: #ff0000;
  color: #fff;
}

.bg-youtube:hover {
  background-color: #e60000;
  color: #fff;
}

.text-youtube {
  color: #ff0000;
}

.text-youtube:hover {
  color: #e60000;
}

.bg-skype {
  background-color: #13c1f3;
  color: #fff;
}

.bg-skype:hover {
  background-color: #11aedb;
  color: #fff;
}

.text-skype {
  color: #13c1f3;
}

.text-skype:hover {
  color: #11aedb;
}

.blockquote {
  position: relative;
  padding-left: 80px;
}

.blockquote:before {
  content: '"';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8rem;
  line-height: 0.8em;
  font-weight: 700;
  color: #2163e8;
}

.blockquote-footer {
  margin-top: 12px;
  padding-left: 80px;
}

.blockquote.blockquote-primary {
  background: #2163e8;
  color: #fff;
  padding: 20px 20px 20px 90px;
  border-radius: 0.25rem;
}

.blockquote.blockquote-primary * {
  color: #fff;
}

.blockquote.blockquote-primary:before {
  color: #fff !important;
  top: 20px;
  left: 20px;
}

.blockquote.blockquote-dark {
  background: #191a1f;
  color: #fff;
  padding: 20px 20px 20px 90px;
  border-radius: 0.25rem;
}

.blockquote.blockquote-dark * {
  color: #fff;
}

.blockquote.blockquote-dark:before {
  top: 20px;
  left: 20px;
}

.blockquote.blockquote-light {
  background: #f0f1f3;
  color: #29292e;
  padding: 20px 20px 20px 90px;
  border-radius: 0.25rem;
}

.blockquote.blockquote-light * {
  color: #29292e;
}

.blockquote.blockquote-light:before {
  top: 20px;
  left: 20px;
}

.blockquote.blockquote-line {
  padding: 10px 20px;
  border-left: 5px solid #2163e8;
}

.blockquote.blockquote-line:before {
  display: none;
}

.blockquote.blockquote-icon-bg {
  padding: 0;
}

.blockquote.blockquote-icon-bg:before {
  font-size: 18rem;
  color: #191a1f;
  opacity: 0.3;
  z-index: -1;
}

.blockquote.blockquote-icon-bg .blockquote-footer {
  padding: 0;
}

a.badge:hover {
  color: #fff;
}

.plyr__control--overlaid, .plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #2163e8;
}

.plyr--full-ui input[type=range] {
  color: #2163e8;
}

/* rtl:raw:
.glightbox-clean .gclose, .glightbox-modern .gclose{
  right: auto !important;
  left: 20px;
}
*/
.nav-search .dropdown-menu {
  top: 120%;
  visibility: hidden;
  opacity: 0;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 300px;
  left: auto;
  right: 0;
}

.nav-search .dropdown-menu.show {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 575.98px) {
  .nav-search .dropdown-menu {
    width: 100%;
  }
}
.sticky-post {
  position: fixed;
  bottom: 100px;
  right: 50px;
  width: 300px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sticky-post.sticky-post-sticked {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.bg-parallax {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.bg-parallax:before {
  z-index: 0;
}

@media (min-width: 768px) {
  footer.footer-sticky {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1 !important;
  }
}

.preloader {
  background-color: #fff;
  position: fixed;
  z-index: 1190;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.preloader .preloader-item {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.dark-mode-switch {
  margin: 0;
}

.dark-mode-switch.form-check {
  min-height: auto;
}

.dark-mode-switch .form-check-input, .dark-mode-switch .form-check-label {
  cursor: pointer !important;
}

.dark-mode-item {
  display: none !important;
}

body.dark-mode .dark-mode-item {
  display: block !important;
}

body.dark-mode .light-mode-item {
  display: none !important;
}

.modeswitch {
  width: 42px;
  height: 12px;
  background: #595d69;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 16px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.modeswitch:hover {
  cursor: pointer;
}

.modeswitch .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-14%);
          transform: translateX(-14%);
  height: 26px;
  width: 26px;
  background: #d8831b;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.modeswitch .switch:before {
  content: "\f185";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  border: none;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  display: block;
}

.dark-mode .modeswitch {
  background: #d0d4d9;
}

.dark-mode .modeswitch .switch {
  -webkit-transform: translateX(18px) rotate(1turn);
          transform: translateX(18px) rotate(1turn);
  background: #191a1f;
}

.dark-mode .modeswitch .switch:before {
  content: "\f186";
}

.navbar-dark .modeswitch {
  background: #a1a1a8;
}

.avatar {
  height: 3rem;
  width: 3rem;
  position: relative;
  display: inline-block !important;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar-group {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar-group > li {
  position: relative;
}

.avatar-group > li:not(:last-child) {
  margin-right: -0.8rem;
}

.avatar-group .avatar-img {
  border: 2px solid #fff;
}

.avatar .avatar-name {
  margin-left: 7px;
}

.avatar-xs {
  height: 2.1875rem;
  width: 2.1875rem;
}

.avatar-sm {
  height: 2.5rem;
  width: 2.5rem;
}

.avatar-lg {
  height: 4rem;
  width: 4rem;
}

.avatar-xl {
  height: 5.125rem;
  width: 5.125rem;
}

.avatar-xxl {
  height: 5.125rem;
  width: 5.125rem;
}

@media (min-width: 768px) {
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
  }
}

.avatar-xxxl {
  height: 8rem;
  width: 8rem;
}

@media (min-width: 768px) {
  .avatar-xxxl {
    width: 11rem;
    height: 11rem;
  }
}

.divider {
  height: 1px;
  background: #000;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.divider-light {
  height: 1px;
  background: #fff;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.bg-dark-overlay-2 {
  position: relative;
  z-index: 99;
}

.bg-dark-overlay-2:before {
  content: " ";
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-dark-overlay-3 {
  position: relative;
  z-index: 99;
}

.bg-dark-overlay-3:before {
  content: " ";
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-dark-overlay-4 {
  position: relative;
  z-index: 99;
}

.bg-dark-overlay-4:before {
  content: " ";
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-dark-overlay-5 {
  position: relative;
  z-index: 99;
}

.bg-dark-overlay-5:before {
  content: " ";
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-dark-overlay-6 {
  position: relative;
  z-index: 99;
}

.bg-dark-overlay-6:before {
  content: " ";
  background: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-dark-overlay-7 {
  position: relative;
  z-index: 99;
}

.bg-dark-overlay-7:before {
  content: " ";
  background: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-dark-overlay-8 {
  position: relative;
  z-index: 99;
}

.bg-dark-overlay-8:before {
  content: " ";
  background: #000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-dark-overlay-9 {
  position: relative;
  z-index: 99;
}

.bg-dark-overlay-9:before {
  content: " ";
  background: #000;
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tns-outer {
  position: relative;
}

.tns-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tiny-slider .item {
  position: relative;
}

.tns-controls [data-controls] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0.25rem;
  display: block;
  z-index: 9;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: none;
  padding: 0;
  margin: 0 10px;
}

.tns-controls [data-controls]:hover {
  background-color: #2163e8;
  color: #fff;
}

.tns-controls [data-controls] i {
  line-height: inherit;
}

.tns-controls [data-controls='prev'] {
  left: 0;
}

.tns-controls [data-controls='next'] {
  right: 0;
}

/* rtl:raw:
.tiny-slider .tns-controls [data-controls]{
  transform: scaleX(-1) translateY(-50%);
}
*/
.arrow-dark [data-controls] {
  background: #191a1f;
  color: #fff;
}

.arrow-white [data-controls] {
  background-color: #fff;
  color: #595d69;
}

.arrow-gray [data-controls] {
  background: #dfe0e5;
  color: #191a1f;
}

.arrow-round [data-controls] {
  border-radius: 50%;
}

.arrow-bordered [data-controls] {
  background: transparent !important;
  color: #d0d4d9;
  border: 2px solid #d0d4d9;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.arrow-bordered [data-controls]:hover {
  border-color: #595d69;
  background: transparent;
  color: #595d69;
}

.arrow-blur [data-controls] {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.4) !important;
}

.arrow-blur [data-controls]:hover {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  background: rgba(0, 0, 0, 0.4) !important;
}

.arrow-blur.arrow-white [data-controls] {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff;
}

.arrow-only [data-controls] {
  background: transparent;
}

.arrow-only [data-controls]:hover {
  background: transparent;
  color: #191a1f;
}

.arrow-hover {
  overflow: hidden;
}

.arrow-hover [data-controls='prev'] {
  left: -60px;
}

.arrow-hover [data-controls='next'] {
  right: -60px;
}

.arrow-hover:hover [data-controls='prev'] {
  left: 0px;
}

.arrow-hover:hover [data-controls='next'] {
  right: 0px;
}

.arrow-end .tns-controls [data-controls] {
  bottom: 10px;
}

.arrow-end [data-controls='prev'] {
  right: 30px;
  left: auto;
}

.arrow-end [data-controls='next'] {
  right: 0;
}

.arrow-xs .tns-controls [data-controls] {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .arrow-md-none [data-controls] {
    display: none;
  }
}

.tns-nav {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: auto;
  text-align: center;
  white-space: nowrap;
}

.tns-nav [data-nav] {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #a1a1a8;
          box-shadow: inset 0 0 0 2px #a1a1a8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}

.tns-nav [data-nav]:after {
  border-radius: 50%;
  overflow: hidden;
  content: '';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #a1a1a8;
  -webkit-box-shadow: 0 0 1px #a1a1a8;
          box-shadow: 0 0 1px #a1a1a8;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.tns-nav .tns-nav-active:after {
  height: 100%;
}

.dots-inside .tns-nav {
  top: auto;
  padding-bottom: 20px;
}

.dots-primary .tns-nav [data-nav] {
  -webkit-box-shadow: inset 0 0 0 2px #2163e8;
          box-shadow: inset 0 0 0 2px #2163e8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dots-primary .tns-nav [data-nav]:after {
  background-color: #2163e8;
  -webkit-box-shadow: 0 0 1px #2163e8;
          box-shadow: 0 0 1px #2163e8;
}

.dots-white .tns-nav [data-nav] {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dots-white .tns-nav [data-nav]:after {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px #fff;
          box-shadow: 0 0 1px #fff;
}

.dots-dark .tns-nav [data-nav] {
  -webkit-box-shadow: inset 0 0 0 2px #191a1f;
          box-shadow: inset 0 0 0 2px #191a1f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dots-dark .tns-nav [data-nav]:after {
  background-color: #191a1f;
  -webkit-box-shadow: 0 0 1px #191a1f;
          box-shadow: 0 0 1px #191a1f;
}

.dots-creative .tns-nav [data-nav] {
  background: #dfe0e5;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dots-creative .tns-nav [data-nav]:after {
  content: none;
}

.dots-creative .tns-nav .tns-nav-active {
  background: #2163e8;
  width: 24px;
}

.custom-thumb [data-nav] {
  cursor: pointer;
  opacity: 0.6;
}

.custom-thumb [data-nav] * {
  color: #fff !important;
}

.custom-thumb .tns-nav-active[data-nav] {
  opacity: 1;
}

.text-primary-hover a {
  color: #d0d4d9;
}

.text-primary-hover a:hover {
  color: #2163e8 !important;
}

a.text-primary-hover, button.text-primary-hover {
  color: #d0d4d9;
}

a.text-primary-hover:hover, button.text-primary-hover:hover {
  color: #2163e8 !important;
}

.text-primary-hover li {
  color: #d0d4d9;
}

.text-primary-hover li:hover {
  color: #2163e8 !important;
}

.font-base {
  font-family: "Rubik", sans-serif !important;
}

.font-heading {
  font-family: "Nunito Sans", sans-serif !important;
}

.grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.zoom-hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.zoom-hover:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.up-hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.up-hover:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.icon-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: 75%;
}

.icon-md {
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  font-size: .8rem;
}

.icon-lg {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  font-size: 1.2rem;
}

.icon-xl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  font-size: 1.9rem;
}

@media (min-width: 992px) {
  .oversized-block {
    width: calc(100% + 140px - 20px + 140px - 20px);
    margin-left: calc(-140px + 20px);
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	    margin-top: .5rem;
    margin-bottom: .5rem;
}
p{
	margin: 5px 0;
}
.logo-sitebar {
    text-align: start;
    margin: 0;
}
.logo-sitebar img {
    height: 60px;
    margin: 0;
}
.search_form>i.fa{
	z-index:100;
}
.newsheadtop-desciption {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.social-links {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}
.social-link {
	margin: 2px 8px 2px 0;
	width: 25px;
	height: 25px;
	line-height: 28px;
	font-size: 1.5rem;
	border-radius: 50%;
	border: 2px solid;
	transition: color .4s, border .4s, background .4s;
	text-align: center;
}
.social-link img {
	display: block;
	transition: transform .3s;
	width: 100%;
	height: auto;
	border-radius:20px;
}
/************start splide arrow************/
.splide:not(.splide--ttb) button.splide__arrow {
    padding: 0;
    outline: none;
    font-family: Roboto;
    transform: translateY(-50%);
    border: 1px solid #d8d8d8;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    top:50%;
    z-index: 1;
    width: 40px;
    height: 60px;
    font-size: 30px;
    display: flex;
    text-align: center;
    border: 0;
    align-items: center;
    justify-content: center;
}
.splide:not(.splide--ttb) button.splide__arrow.splide__arrow--prev,.splide:not(.splide--ttb) button.splide__arrow.splide__arrow--next{
	opacity:1;
	box-shadow:none;
}
.splide:not(.splide--ttb) button.splide__arrow.splide__arrow--prev {
    border-radius:0 999px 999px  0;
    border-left: 0;
background: rgba(209,209,209,0);
background: -moz-linear-gradient(left, rgba(209,209,209,0) 0%, rgba(209,209,209,0.08) 10%, rgba(3,3,3,0.8) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(209,209,209,0)), color-stop(10%, rgba(209,209,209,0.08)), color-stop(100%, rgba(3,3,3,0.8)));
background: -webkit-linear-gradient(left, rgba(209,209,209,0) 0%, rgba(209,209,209,0.08) 10%, rgba(3,3,3,0.8) 100%);
background: -o-linear-gradient(left, rgba(209,209,209,0) 0%, rgba(209,209,209,0.08) 10%, rgba(3,3,3,0.8) 100%);
background: -ms-linear-gradient(left, rgba(209,209,209,0) 0%, rgba(209,209,209,0.08) 10%, rgba(3,3,3,0.8) 100%);
background: linear-gradient(to right, rgba(209,209,209,0) 0%, rgba(209,209,209,0.08) 10%, rgba(3,3,3,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#030303', GradientType=1 );
}
.splide:not(.splide--ttb) button.splide__arrow.splide__arrow--next{
	border-radius: 999px  0 0 999px  ;
	 border-right: 0;
background: rgba(3,3,3,0.8);
background: -moz-linear-gradient(left, rgba(3,3,3,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(3,3,3,0.8)), color-stop(90%, rgba(209,209,209,0.08)), color-stop(100%, rgba(209,209,209,0)));
background: -webkit-linear-gradient(left, rgba(3,3,3,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
background: -o-linear-gradient(left, rgba(3,3,3,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
background: -ms-linear-gradient(left, rgba(3,3,3,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
background: linear-gradient(to right, rgba(3,3,3,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#d1d1d1', GradientType=1 );
}
.splide__arrow svg{
	fill:#ffffff;
    height: 25px;
    width: 25px;
}
.splide--slide.splide--ttb .splide__arrow svg{fill:#000;}
.splide__arrow svg{width:1rem; height:1rem;}
.splide:not(.splide--ttb) button.splide__arrow{
	opacity:0;
	visibility:hidden;
	z-index:-1;
}
.splide:not(.splide--ttb):hover button.splide__arrow{
	opacity:1;
	visibility:visible;
	z-index:1;
}
.splide__arrow--prev {
    left: 0;
}
.splide__arrow--next {
    right: 0;
}
.splide button.splide__arrow {
	    box-shadow: 0px 0px 3px 3px rgba(255,255,255,0.5) !important;
}
/************end splide arrow************/
b, strong{font-weight:bold;}
.logo-footer {
    max-width: 185px;
}
.news-gird .card-desciption {
    font-size: 14px;
    display: -webkit-box;
    height: 54px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    font-weight: 400;
    line-height: 1.3em;
}
.news-gird .title-news {
    display: -webkit-box;
    height: 48px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.news-top-slider .splideHome a.btn-link {
    display: -webkit-box;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
}
.bg-image-cate{
	background-position:center;
	background-size:cover;
}
.card-desciption{
    font-size: 14px;
}
.nav.nav-divider .nav-item{font-size:12px;}

.section-sub .card-title a {
    font-size: 16px;
    line-height: 1.3em;
    display: block;
    display: -webkit-box;
    height: 62px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    font-weight: 600 !important;
}
.section-sub p.card-text{
    margin-top: 10px;
    height: 62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    font-weight: 500;
	font-size:14px;
	margin-bottom:0;
}

.content-description *,.content-description{color:#000000;}
.content-description img{height:auto !important}
.nav-btn-search{
	color:#000000;
}
.nav-btn-search i{
	font-size:1.6rem;
}
.navbar-top {
    background: #333;
}
.breadcrumb-item+.breadcrumb-item::before{
	color:#ffffff;
}
.breadcrumb.breadcrumb-dots .breadcrumb-item+.breadcrumb-item::before{
	float: left;
    padding-right:0.8rem;
    color: #a1a1a8;
}
.content-description {
    background: #fff;
    padding: 0;
}
.section-heading>h1 {
    font-size: var(--font-size-title-large);
}
button.button-form-enewsletter{
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    color: #333;
    background: transparent;
    z-index: 10;
}
.is-sticky .navbar-sticky {
    width: 100%;
    background: #ffffff;
	box-shadow: 0 0.125rem 0.3rem -0.0625rem rgb(0 0 0 / 3%), 0 0.275rem 0.75rem -0.0625rem rgb(0 0 0 / 6%);
}
.nav-item-facebook a{color: #2163e8;}
.nav-item-twitter a{color: #1DA1F2;}
.nav-item-youtube a{color: #FF0000;}
.footer-bottom .nav-link:first-child{padding-left:0}
.small-date{font-size:12px;}
.cate_list_html {
    position: relative;
    z-index: 1000;
}
.title-news{
    font-size: 1rem;
    line-height: 1.5em;
    display: block;
}
.result_search .title-news {
    font-size: 16px;
    line-height: 1.2em;
    display: -webkit-box;
    max-height: 65px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    font-weight: 600 !important;
}
.result_search .title-news~.card-text, .card-text,.card-desciption{
	margin-top: 10px;
    height: 62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}
ul.nav.nav-divider {
    margin-top: 5px;
}
.news-footer .title-news {
	font-size: 16px;
    line-height: 1.3em;
    display: -webkit-box;
    max-height: 65px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    font-weight: 600 !important;
    margin: 0;
}
.title-news-sitebar>a{
    font-size: 14px;
    font-weight: 500 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
}
@media (max-width: 991px){
	.card-grid .card-grid-lg {
		height: 380px;
	}
	.card-grid .card-grid-sm {
		height: calc(230px - calc(var(--bs-gutter-y)/ 2));
	}
	.section-heading>h1 {
		font-size: 24px;
	}
	.news-footer{
		overflow-x: auto;
		
	}
	.news-footer-in{
		z-index: 0;
		width: 1050px;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	.news-footer .title-news{
		font-size:1rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		-webkit-line-clamp: 3;
		line-height: 1.3em;
	}
	.item-news {
		max-width: 350px;
	}
}

@media (max-width: 767px){
	.card-grid .card-grid-lg {
		height: 320px;
	}
	.card-grid .card-grid-sm {
		height: calc(200px - calc(var(--bs-gutter-y)/ 2));
	}
	.news-footer-in{
		width:780px;
	}
	.item-news {
		max-width: 260px;
	}
	.section-heading>h1 {
		font-size: 20px;
	}
	.card-first-post h2 {
		font-size: 18px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		-webkit-line-clamp: 3;
		line-height: 1.3em;
	}
}
@media (max-width: 576px){
	.card-grid .card-grid-lg {
		height: 280px;
	}
	.card-grid .card-grid-sm {
		height: calc(200px - calc(var(--bs-gutter-y)/ 2));
	}
	.section-heading>h1 {
		font-size: 18px;
	}
}
.news-top-slider{
	padding-left: 10px;
    width: calc(100% - 80px);
}
.news-top-slider .text-reset.btn-link {
    transition: color 0.25s ease-in-out;
    text-decoration: none;
    display: -webkit-box;
    height: 20px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    line-height: 1.3em;
    color: #fff;
    font-size: 15px;
}
.product-title>a {
    transition: color 0.25s ease-in-out;
    text-decoration: none;
    display: -webkit-box;
    height: 2.4rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-weight: 600;
    line-height: 1.3em;
    color: #355278;
    font-size: 15px;
}
.image-full:after{
	   content: "";
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 80%;
}

.image-full img {
    width: 100%;
    height: auto;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slider-splide-config .image-full:after {
    padding-top: 63%;
}
.content-description .slider-splide-config .image-full img{
	height:100% !important;
 -o-object-fit: contain;
    object-fit: contain;
}
.image-full {
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    overflow: hidden;
	display:block;
}
.hastag {
    font-size: .8rem;
    padding: 2px 5px;
    background: #ffeff2;
}
.text-primary-hover a.hastag {
    background:#000;
    color: #fff;
    font-weight: bold;
}
.card.card-bg-scale{
    overflow: hidden;
    background-position: 50% 50%;
    -webkit-backface-visibility: hidden;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.page-link {
    padding: 0.7rem 2px;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.1em;
}
.page-item.active .page-link{
    z-index: 3;
    color: #fff;
    background-color: #890000;
    border-color: #ff0000;
}
.page-item .page-link:hover {
	background:#b70203;
    border-color: #890000;
}
.news-top-slider .btn-link{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    line-height: 1.3em;
	font-size:14px;
	color:#000;
}
.news-top-name .badge{font-size:12px;}
nav>.breadcrumb {
    display: -webkit-box !important;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    font-weight: 600;
    line-height: 1.3em;
    flex-wrap: initial;
	margin-bottom:5px;
	padding:0;
}
nav>.breadcrumb li {
    font-size: 12px;
    position: relative;
    display: inline-block;
}
.breadcrumb-item{font-size:12px;}
.breadcrumb-item a {
    color: #ffffff;
    font-weight: 500;
}
.breadcrumb-item::before {
    margin-top: .0625rem;
    content: "\f054" !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: .9em;
    vertical-align: middle;
}
.breadcrumb-item:first-child::before{display:none;}
.breadcrumb-item::before {
    font-size: 8px;
    line-height: 18px;
}
.breadcrumb-item+.breadcrumb-item{ padding-left:.4rem;}
.breadcrumb-item+.breadcrumb-item::before{
    padding-right:.4rem;
}
.sitebar-item .title {
    font-size: 18px;
}

.navbar-brand {
  padding-top: 10px;
  padding-bottom: 5px;
}

.navbar-brand .navbar-brand-item {
  height: 40px;
  display: block;
  width: auto;
}

@media (max-width: 767.98px) {
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-brand .navbar-brand-item {
    height: 35px;
  }
}
body .side-menu h3.toc-header{color:#000000;}

body .side-menu .btn {
    background: rgba(226, 226, 226, 1);
    background: -moz-linear-gradient(-45deg, rgba(226, 226, 226, 1) 0%, rgba(209, 209, 209, 1) 47%, rgba(254, 254, 254, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(226, 226, 226, 1)), color-stop(47%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(226, 226, 226, 1) 0%, rgba(209, 209, 209, 1) 47%, rgba(254, 254, 254, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(226, 226, 226, 1) 0%, rgba(209, 209, 209, 1) 47%, rgba(254, 254, 254, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(226, 226, 226, 1) 0%, rgba(209, 209, 209, 1) 47%, rgba(254, 254, 254, 1) 100%);
    background: linear-gradient(135deg, rgba(226, 226, 226, 1) 0%, rgba(209, 209, 209, 1) 47%, rgba(254, 254, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
    color: #000;
}

body .side-menu .btn.btn-site-menu:hover {
    -webkit-box-shadow: 0px 6px 8px rgb(0 0 0 / 20%);
    box-shadow: 0px 6px 8px rgb(0 0 0 / 20%);
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 47%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(47%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 47%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 47%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 47%, rgba(254,254,254,1) 100%);
	background: linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 47%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
	color:#000;
}
.side-menu .btn:hover .image{
	color:#000;
}
.title-top {
    font-size: 22px;
    line-height: 1.3em;
    display: -webkit-box;
    max-height: 60px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    margin: 0;
}
section.section-header{
	position:relative;
}
section.section-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}
section.section-header h1 {
    font-size: var(--font-size-title-large);
	text-transform:uppercase;
	color:#ffffff;
}
.gc-nowrap .gc-time{
    display: none !important;
}
section.section-header {
    position: relative;
}
section.section-header .container{
    position: relative;
	z-index:10;
}
.brand_html.primarycate_html {
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 9;
    font-size: 12px;
    display: flex;
} 
.brand_html.primarycate_html a {
    color: #fff;
    line-height: 1.5em;
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    padding: 2px 6px;
    border-radius: 4px;
}
.content-description-in, .content-description-in * {
    font-size: 14px;
    line-height: 1.5em;
}
.content-description-in h2, .content-description-in h2 * {
    font-size: calc(1rem + 0.1vw);
    font-weight: bold;
}
.content-description-in h2,.content-description-in h2 *{font-size: calc(1.02rem + 0.1vw);font-weight: bold;}
.content-description-in h3,.content-description-in h3 *{font-size: calc(1rem + 0.1vw);font-weight: bold;}
.content-description-in h4,.content-description-in h4 *{font-size: calc(0.95rem + 0.1vw);font-weight: bold;}
.content-description-in h5,.content-description-in h5 *{font-size: calc(0.9rem + 0.1vw);font-weight: bold;}
.content-description-in h6,.content-description-in h6 *{font-size: calc(0.85rem + 0.1vw);font-weight: bold;}
button.close.closeNotification {
	width: 30px;
	height: 30px;
	z-index: 1000;
	color: #fff;
	background: #b50000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 1;
	position: absolute;
	right: 7px;
	top: 7px;
	font-size: 18px;
	padding: 3px;
}
div[data-oembed-url] {
    margin-bottom: 10px;
}

/*******plugin Table*********/
table.toc {
    width: 100% !important;
	margin-bottom:10px;
}

table.toc p {
    margin: 0
}

table.toc td,table.toc th {
    padding: 10px
}
table.toc:has(thead) {
    cursor: move;
}
table.toc thead>tr, table.toc thead>tr * {
    background-color: #555555 !important;
    color: #ffffff;
}

table.toc tr:nth-child(even) {
    background-color: #000000;
    background-color: rgba(0, 0, 0, .2)
}

table.toc tr:nth-child(odd) {
    background-color: #000000;
    background-color: rgba(0, 0, 0, .1)
}
/*******plugin Table*********/
.content-description-in table {
    width: 100%;
    overflow: hidden;
    border: 1px inset #ccc;
	border-collapse: separate;
}
.content-description-in table td, .content-description-in table th {
    padding: 5px;
    border: 1px solid;
    border-color: #ccc;
}
.content-description-in table thead{
	 background:#f1f1f1;
}
.menu>li>a {
    color: #000000;
}
.news-new-top {
    background: #f1f1f1;
}
/***********/
.card {
    border: 0;
}
/***********/
a.btn-readmore {
    color: #000;
    display: inline-flex;
    align-items: center;
}
.btn-readmore i {
    font-size: 10px;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    height: 20px
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
    fill: #ffffff
}

.swiper-button-next {
    border-radius: 999px 0 0 999px;
    border-right: 0;
    background: rgba(72, 72, 72, .8);
    background: -moz-linear-gradient(left, rgba(72, 72, 72, .8) 0, rgba(209, 209, 209, .08) 90%, rgba(209, 209, 209, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(72, 72, 72, .8)), color-stop(90%, rgba(209, 209, 209, .08)), color-stop(100%, rgba(209, 209, 209, 0)));
    background: -webkit-linear-gradient(left, rgba(72, 72, 72, .8) 0, rgba(209, 209, 209, .08) 90%, rgba(209, 209, 209, 0) 100%);
    background: -o-linear-gradient(left, rgba(72, 72, 72, .8) 0, rgba(209, 209, 209, .08) 90%, rgba(209, 209, 209, 0) 100%);
    background: -ms-linear-gradient(left, rgba(72, 72, 72, .8) 0, rgba(209, 209, 209, .08) 90%, rgba(209, 209, 209, 0) 100%);
    background: linear-gradient(to right, rgba(72, 72, 72, .8) 0, rgba(209, 209, 209, .08) 90%, rgba(209, 209, 209, 0) 100%)
}

.swiper-button-prev {
    border-radius: 0 999px 999px 0;
    border-left: 0;
    background: rgba(209, 209, 209, 0);
    background: -moz-linear-gradient(left, rgba(209, 209, 209, 0) 0, rgba(209, 209, 209, .08) 10%, rgba(72, 72, 72, .8) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(209, 209, 209, 0)), color-stop(10%, rgba(209, 209, 209, .08)), color-stop(100%, rgba(72, 72, 72, .8)));
    background: -webkit-linear-gradient(left, rgba(209, 209, 209, 0) 0, rgba(209, 209, 209, .08) 10%, rgba(72, 72, 72, .8) 100%);
    background: -o-linear-gradient(left, rgba(209, 209, 209, 0) 0, rgba(209, 209, 209, .08) 10%, rgba(72, 72, 72, .8) 100%);
    background: -ms-linear-gradient(left, rgba(209, 209, 209, 0) 0, rgba(209, 209, 209, .08) 10%, rgba(72, 72, 72, .8) 100%);
    background: linear-gradient(to right, rgba(209, 209, 209, 0) 0, rgba(209, 209, 209, .08) 10%, rgba(72, 72, 72, .8) 100%)
}

.swiper-fade .swiper-slide {
	opacity:0 !important;
    
}
.swiper-fade  .swiper-slide.swiper-slide-active{
	opacity:1 !important;
}

.fugu-section-padding2 {
    padding: 110px 0 120px;
}

.fugu-section-padding {
    padding: 120px 0;
}
.z-index {
    z-index: 3;
    position: relative;
}
.fugu-shape3 {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 6%;
}
.fugu-apps-thumb {
    position: relative;
    transform: rotate(-5deg);
    margin-left: 60px;
}
.fugu-default-content.large-content h2 {
    font-size: var(--font-size-title-xlarge);
}
.fugu-btn {
    font-size: 16px;
    line-height: 24px;
    border-radius: 3px;
    padding: 20px 55px;
    font-weight: 700;
    font-family: Inter, sans-serif;
    width: fit-content;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    text-align: center;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    color: var(--gray-800);
    background-color: var(--warning-500);
}
.fugu-video-thumb {
    position: relative;
}
.fadeInUpX {
    -webkit-animation-name: fadeInUpX;
    animation-name: fadeInUpX;
}
.fugu-video-thumb img {
    width: 100%;
    height: 100%;
}
.fugu-play-btn, a.fugu-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a.fugu-popup img {
    -webkit-animation: rotate-animation 10s infinite linear;
    -moz-animation: rotate-animation 10s infinite linear;
    -o-animation: rotate-animation 10s infinite linear;
    animation: rotate-animation 10s infinite linear;
}
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fugu-btn-wrap {
    margin-top: 35px;
}
.fugu-btn {
    font-size: 16px;
    line-height: 24px;
    border-radius: 3px;
    padding: 20px 55px;
    font-weight: 700;
    font-family: Inter, sans-serif;
    width: fit-content;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    text-align: center;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    color: var(--gray-800);
    background-color: #FFC947;
}
.fugu-btn:hover {
    color: #ffffff;
    background-color:#13111A;
}
.fugu-icon-list {
    margin-top: 35px;
}
.fugu-icon-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.fugu-icon-list ul li {
    position: relative;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 10px;
    color: var(--gray-800);
}
.fugu-icon-list ul li img {
    position: absolute;
    left: 0;
    top: 3px;
}
.menu li:hover>a:not(.menu-title), .menu .active>a:not(.menu-title) {
   color: #d31726;
}
.section-invest .card{
	 border-radius: 0;
}
.section-invest .image-full img, .section-invest .card-body{
	border-radius:0 !important;
}
.section-invest .card-body{
	padding:10px !important;
}
.section-invest .card .card-title{
	margin-top:0;
}
body section.section-header.section-header-main:after {
    background: rgba(0, 0, 0, 0.1);
}
body section.section-header.section-header-main h1,body section.section-header.section-header-main .breadcrumb-item a{
	color:#000;
}
body section.section-header.section-header-main .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}
body section.section-header.section-header-main .breadcrumb-item+.breadcrumb-item::before{
	color:#000;
	line-height: 20px;
}
