:root {
  --text-default-color: #333333;
  --primary-color: #0068e6;
  --secondary-color: #1d1a53;
  --accent-color: #f36b21;
  --green-color: #16c19f;
  --blue-light-color: #6ab2e2;
  --post-content-spacing: 2.5rem;
}
html {
  font-size: 16px;
}
body {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  color: var(--text-default-color);
  line-height: 1.5;
}

p {
  margin-block-end: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--accent-color);
}

blockquote,
.quote {
  margin-left: 0;
  font-size: clamp(1.25rem, 1.3889vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--secondary-color);
  margin-block: var(--post-content-spacing);
  padding-left: 1.875rem;
  border-left: 0.3125rem solid var(--accent-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  color: var(--primary-color);
  line-height: 1.2;
}

h1,
.h1 {
  font-size: clamp(2.25rem, 4.2824vw, 4.625rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

h2,
.h2 {
  font-size: clamp(2rem, 3.4722vw, 3.75rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h3,
.h3 {
  font-size: clamp(1.75rem, 2.3148vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: clamp(1.5rem, 1.7361vw, 1.875rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h5,
.h5 {
  font-size: clamp(1.25rem, 1.3889vw, 1.5rem);
  font-weight: 400;
}

h6,
.h6 {
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.text-lg {
  font-size: clamp(1.0625rem, 1.0995vw, 1.1875rem);
  line-height: 1.3;
}

.text-base {
  font-size: 1rem;
  line-height: 1.3;
}

.text-sm {
  font-size: 0.875rem;
}

.text-button {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
}

.text-button-lg {
  font-size: clamp(1.0625rem, 1.0995vw, 1.1875rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  padding: 0.9375rem 1.875rem;
  color: #ffffff;
  background-color: var(--primary-color);
  border-radius: 6.25rem;
}
.btn:hover {
  color: #ffffff;
  background-color: var(--secondary-color);
}

.btn.btn-large {
  font-size: clamp(1.0625rem, 1.0995vw, 1.1875rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.text-default {
  color: var(--text-default-color);
}

.text-primary {
  color: var(--primary-color);
}

.text-secondary {
  color: var(--secondary-color);
}

.text-accent {
  color: var(--accent-color);
}

.text-green {
  color: var(--green-color);
}
.visible-hidden {
  visibility: hidden;
}
.opacity-0 {
  opacity: 0;
}
.opacity-60 {
  opacity: 60%;
}
.opacity-70 {
  opacity: 70%;
}
.opacity-80 {
  opacity: 80%;
}
/*  */
.px-0 {
  padding-inline: 0 !important;
}

.my-0 {
  margin-block: 0 !important;
}

.mt-large {
  margin-top: 80px !important;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}
.px-lg {
  padding-inline: clamp(1.25rem, 2.3148vw, 2.5rem);
}
.py-lg {
  padding-block: clamp(1.25rem, 2.3148vw, 2.5rem);
}

.px-xl {
  padding-inline: clamp(1.25rem, 3.47vw, 3.75rem);
}
.py-xl {
  padding-block: clamp(2.5rem, 3.47vw, 3.75rem);
}
.pt-xl {
  padding-block-start: clamp(2.5rem, 3.47vw, 3.75rem);
}

.py-xl2 {
  padding-block: clamp(2.5rem, 4.6296vw, 5rem);
}
.mt-xl2 {
  margin-block-start: clamp(2.5rem, 4.6296vw, 5rem);
}

.py-xxl {
  padding-block: clamp(2.5rem, 5.787vw, 6.25rem);
}
.px-xxl {
  padding-inline: clamp(1.25rem, 5.787vw, 6.25rem);
}

.mt-xxl {
  margin-block-start: clamp(2.5rem, 5.787vw, 6.25rem);
}
.pt-xxl {
  padding-block-start: clamp(2.5rem, 5.787vw, 6.25rem);
}

.pb-xxl {
  padding-block-end: clamp(2.5rem, 5.787vw, 6.25rem);
}

.pt-4xl {
  padding-block-start: clamp(2.5rem, 10vw, 10rem);
}

.rounded-lg {
  border-radius: clamp(1.25rem, 1.736vw, 1.875rem);
}
.rounded-xl {
  border-radius: clamp(1.25rem, 2.3148vw, 2.5rem);
}

@media screen and (min-width: 768px) {
  .mt-large {
    margin-top: 160px !important;
  }
}

.fw-thin {
  font-weight: 100;
}
.fw-extralight {
  font-weight: 200;
}
.fw-light {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 800;
}
.fw-black {
  font-weight: 900;
}

.flex-full {
  flex: 1 !important;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white a {
  color: #ffffff !important;
}

/*  */
.text-body-lg {
  font-size: 22px;
}
.text-lg {
  font-size: 18px;
}

.btn {
}
.btn:hover {
}
/*  */

.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*  */

a.btn-rc,
button.btn-rc,
.btn-rc a.elementor-button,
button[type="submit"] {
  position: relative;
  width: 100%;
  max-width: 16.8125rem;
}

a.btn-rc:after,
button.btn-rc:after,
.btn-rc a.elementor-button:after,
button[type="submit"]:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: 0.8125rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5Ljk5NzkgMEgzLjIyNzA5QzEuNDQ0NzUgMCAwIDEuNDQ0NzUgMCAzLjIyNzA5VjIwSDUuNjUxMDhWOS41NzAxNEwxNi4wMDM0IDIwTDIwIDE2LjAwMzRMOS43NTI1NyA1LjY1MTA4SDIwVjBIMTkuOTk3OVoiIGZpbGw9IiNGMzZCMjEiLz4KPC9zdmc+Cg==);
  background-size: 0;
  background-repeat: no-repeat;
  background-position: bottom right;
  transition: 0.3s;
}

a.btn-rc:hover:after,
button.btn-rc:hover:after,
.btn-rc a.elementor-button:hover:after,
button[type="submit"]:hover:after {
  background-size: 100%;
  transition: 0.3s;
}

.elementor-widget-icon > .elementor-icon-wrapper {
  line-height: 1;
}

.drop-shadow-sm {
  box-shadow: -10px 20px 60px 0 rgba(0, 0, 0, 0.15);
}

.drop-shadow-lg {
  box-shadow: -30px 40px 60px 0 rgba(0, 0, 0, 0.05);
}

.px-container {
  padding-inline: 1.25rem !important;
}
.right-position-container {
  right: 20px !important;
}
@media screen and (min-width: 768px) {
  .px-container {
    padding-inline: 1.875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .px-container {
    padding-inline: 2.5rem !important;
  }
}

.breadcrumbs {
  opacity: 60%;
  font-size: 0.875rem;
}
body.page .breadcrumbs > span:not(:first-child) {
  font-weight: bold;
}
body.single .breadcrumbs {
  color: var(--primary-color);
}
body.page-template-page-full-dark {
  background-color: var(--secondary-color);
  color: #ffffff;
}
body.page-template-page-full-dark header {
  position: absolute;
  width: 100%;
  z-index: 99;
}

#smart-header.elementor-sticky--effects:not(.header-hidden) {
  background-color: rgba(255, 255, 255, 0.8);
}
body.page-template-page-full-dark #smart-header.elementor-sticky--effects:not(.header-hidden) {
  background: rgb(29, 26, 83, 0.8);
}
@supports ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px))) {
  #smart-header.elementor-sticky--effects:not(.header-hidden) {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  body.page-template-page-full-dark #smart-header.elementor-sticky--effects:not(.header-hidden) {
    background: rgb(29, 26, 83, 0.8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
}
body.page-template-page-full-dark main#content > .page-content > .elementor > .e-con:first-child {
  padding-block-start: 7.125rem;
}
@media screen and (min-width: 1025px) {
  body.page-template-page-full-dark main#content > .page-content > .elementor > .e-con:first-child {
    padding-block-start: 8.75rem;
  }
}
body.page-template-page-full-dark header .elementor-widget-n-menu .e-n-menu .e-n-menu-item .e-n-menu-title:hover .e-n-menu-title-text {
  color: var(--primary-color) !important;
}

body.page-template-page-full-dark header .elementor-widget-n-menu .e-n-menu .e-n-menu-item .e-n-menu-title {
  color: currentColor;
}
body.page-template-page-full-dark header .elementor-widget-n-menu .e-n-menu .e-n-menu-item .e-n-menu-title .e-n-menu-title-container,
body.page-template-page-full-dark header .elementor-widget-n-menu .e-n-menu .e-n-menu-item .e-n-menu-title .e-n-menu-title-container .e-n-menu-title-text {
  color: currentColor;
  fill: currentColor;
}
body.page-template-page-full-dark header .elementor-widget-n-menu .e-n-menu-title:not(:hover):not(.current) svg {
  fill: currentColor;
}
body.page-template-page-full-dark header .elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg {
  fill: var(--green-color);
}

body.page-template-page-full-dark header .elementor-widget-n-menu .e-n-menu .e-n-menu-item .e-n-menu-title .e-n-menu-title-container:hover,
body.page-template-page-full-dark header .elementor-widget-n-menu .e-n-menu .e-n-menu-item .e-n-menu-title.e-current .e-n-menu-title-container,
body.page-template-page-full-dark header .elementor-widget-n-menu .e-n-menu .e-n-menu-item .e-n-menu-title .e-n-menu-title-container:hover .e-n-menu-title-text,
body.page-template-page-full-dark header .elementor-widget-n-menu .e-n-menu .e-n-menu-item .e-n-menu-title.e-current .e-n-menu-title-container .e-n-menu-title-text {
  color: var(--primary-color);
  fill: var(--primary-color);
}

body.page-template-page-full-dark h1,
body.page-template-page-full-dark h2,
body.page-template-page-full-dark h3,
body.page-template-page-full-dark h4,
body.page-template-page-full-dark h5,
body.page-template-page-full-dark h6 {
  color: white;
}
.elementor-widget-theme-post-content h1,
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h6 {
  margin-top: var(--post-content-spacing);
  color: var(--primary-color);
}

.elementor-widget-theme-post-content figure,
.elementor-widget-theme-post-content .btn {
  margin-block: var(--post-content-spacing);
}

.elementor-widget-theme-post-content figure figcaption {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  font-style: normal;
}

.e-con.box-icon-shadow {
  width: 5.75rem;
  height: 5.75rem;
  position: relative;
  transition: 0.3s;
}

.e-con.box-icon-shadow .elementor-widget-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
  position: relative;
}

.e-con.box-icon-shadow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 25%;
  top: 0;
  border-radius: 100%;
  opacity: 40%;
  background-color: currentColor;
}
.box-icon-text {
  transition: 0.3s;
}
.box-icon-text:hover {
  transform: translateX(0.625rem);
  transition: 0.3s;
}
.box-icon-text .e-con.box-icon-shadow {
  transition: 0.3s;
}
.box-icon-text:hover .e-con.box-icon-shadow {
  transform: translateX(2rem);
  transition: 0.3s;
}

.box-icon-text .elementor-widget-text-editor,
.box-icon-text h5.elementor-heading-title {
  opacity: 0.8;
}

.e-con.box-icon-shadow.box-primary .elementor-widget-icon {
  background-color: var(--primary-color);
}

.e-con.box-icon-shadow.box-primary:before {
  background-color: var(--primary-color);
}

.e-con.box-icon-shadow.box-secondary .elementor-widget-icon {
  background-color: var(--secondary-color);
}
.e-con.box-icon-shadow.box-secondary:before {
  background-color: var(--secondary-color);
}

.e-con.box-icon-shadow.box-accent .elementor-widget-icon {
  background-color: var(--accent-color);
}
.e-con.box-icon-shadow.box-accent:before {
  background-color: var(--accent-color);
}

.e-con.box-icon-shadow.box-blue-light .elementor-widget-icon {
  background-color: var(--blue-light-color);
}
.e-con.box-icon-shadow.box-blue-light:before {
  background-color: var(--blue-light-color);
}

.e-con.box-icon-shadow.box-green .elementor-widget-icon {
  background-color: var(--green-color);
}

.e-con.box-icon-shadow.box-green:before {
  background-color: var(--green-color);
}

/* .elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper ~ .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper ~ .elementor-swiper-button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
} */

.mix-blend-mode-screen img {
  mix-blend-mode: screen;
}

.elementor-widget-text-editor a {
  text-decoration: underline;
}

.bg-radial-blue {
  background: radial-gradient(71.03% 167.39% at 41.89% 52.51%, #0068e6 10.15%, #103d96 100%) !important;
}
.bg-radial-accent {
  background: radial-gradient(71.03% 167.39% at 41.89% 52.51%, #f36b21 10.15%, #913808 99.39%) !important;
}
.bg-radial-green {
  background: radial-gradient(71.37% 201.5% at 74.03% 46.38%, #16c19f 10.15%, #238874 99.39%) !important;
}

.bg-overlay-radial-grey:before {
  background: radial-gradient(70.36% 235.93% at 95.26% 65.15%, rgba(237, 237, 237, 0.8) 0%, #ededed 100%) !important;
}

.bg-overlay-radial-grey2:before {
  background: radial-gradient(70.36% 235.93% at 95.26% 65.15%, rgba(237, 237, 237, 0.9) 0%, #ededed 100%) !important;
}

.bg-linear-dark {
  background: linear-gradient(0deg, #1d1a53 56.36%, rgba(29, 26, 83, 0) 103.49%);
}

.overlay-radial-accent:before {
  position: absolute;
  width: 80vw;
  height: 100vh;
  left: -36.5vw;
  top: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(243, 107, 33, 0.2) 0%, rgba(29, 26, 83, 0) 100%);
}

.bg-overlay-linear-dark .elementor-background-video-container:before {
  background: linear-gradient(180deg, #1d1a53 0%, rgba(29, 26, 83, 0.5) 49.52%, #1d1a53 100%) !important;
  mix-blend-mode: lighten;
}

.theme-color-default div.e-con.box-page-teaser {
  border-color: var(--primary-color);
}

.theme-color-default div.e-con.box-page-teaser .box-sub-title .elementor-heading-title {
  color: var(--text-default-color);
}

/*  */
.box-page-teaser {
  transition: 0.3s;
}

.box-page-teaser:hover {
  transform: translateY(-1.5rem);
  background-color: var(--secondary-color);
  transition: 0.3s;
}

.elementor-widget-loop-carousel .box-page-teaser:hover {
  transform: translateY(0);
}

.theme-color-default div.e-con.box-page-teaser:hover .box-sub-title .elementor-heading-title {
  color: #ffffff;
}
/*  */
.ct-tab-wrap {
  min-height: clamp(20rem, 43.98vw, 47.5rem);
}
.tab-head-item {
  cursor: pointer;
  margin-right: 0;
  color: #ffffff;
}
.tab-head-item.active,
.tab-head-item:hover {
  background-color: #ffffff;
  color: var(--secondary-color);
}
.tab-head-item.active .tab-active-primary .elementor-heading-title,
.tab-head-item:hover .tab-active-primary .elementor-heading-title,
.tab-head-item.tab-active-primary.active .elementor-heading-title,
.tab-head-item.tab-active-primary:hover .elementor-heading-title {
  color: var(--primary-color) !important;
}
.tab-head-item h5.elementor-heading-title {
  color: inherit !important;
}

body:not(.elementor-editor-active) .tab-content-box {
  display: none;
  transform: translateY(-110%);
  opacity: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

body:not(.elementor-editor-active) .tab-content-box.active {
  display: flex;
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .tab-head-item {
    max-width: 90%;
    margin-right: 0;
    margin-left: 10%;
    transition: 0.5s;
  }
  .tab-head-item.active,
  .tab-head-item:hover {
    margin-right: 10%;
    margin-left: 0;
    transition: 0.5s;
  }
}

/*  */
.elementor-pagination {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.elementor-pagination .page-numbers {
  margin: 0 !important;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
  background: white;
  border: 1px solid;
  border-radius: 0.5rem;
  color: var(--secondary-color);
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elementor-pagination .page-numbers.current,
.elementor-pagination .page-numbers:hover {
  color: #ffffff;
  background-color: var(--accent-color);
}

/*  */

.search-popup-wrap:not(.show) {
  display: none;
}

/* .e-search-form button[type="submit"]:after {
 width: .625rem;
 height: .625rem;
} */

.e-search-form button[type="submit"]:hover {
  padding-left: 1.25rem;
  padding-right: 2.5rem;
}

.elementor-post-info__item--type-terms {
  color: var(--accent-color);
}

div.post-title-h4 .e-loop-item .elementor-widget-theme-post-title .elementor-heading-title {
  font-size: clamp(1.125rem, 1.7361vw, 1.875rem);
}

.elementor-icon-list-items.elementor-inline-items {
  row-gap: 0.625rem;
}

.ele-video-lighten .elementor-wrapper {
  position: relative;
  background: #1d1a53;
}
.ele-video-lighten .elementor-wrapper video {
  mix-blend-mode: lighten;
}

.bg-blur-15 {
  backdrop-filter: blur(15px);
}

.list-item-menu.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item a:hover {
  transform: translateX(3px);
  transition: 0.3s;
}
