/*--------------------------------------------------------------
# Import Modules
--------------------------------------------------------------*/
:root {
  --rt-primary-color: #4545FF;
  --rt-secondary-color: #2929e8;
  --rt-body-color: #1d1e20;
  --rt-title-color: #101517;
}

.rt-social .rt-social-1 a {
  background-color: #1877f2;
}

.rt-social .rt-social-1 a svg, .rt-social .rt-social-1 a g {
  fill: #fff;
}

.rt-social .rt-social-2 a {
  background-color: #1da1f2;
}

.rt-social .rt-social-2 a svg, .rt-social .rt-social-2 a g {
  fill: #fff;
}

.rt-social .rt-social-3 a {
  background-color: #0077b5;
}

.rt-social .rt-social-3 a svg, .rt-social .rt-social-3 a g {
  fill: #fff;
}

.rt-social .rt-social-4 a {
  background-color: #ff0000;
}

.rt-social .rt-social-4 a svg, .rt-social .rt-social-4 a g {
  fill: #fff;
}

.rt-social .rt-social-5 a {
  background-color: #87E64B;
}

.rt-social .rt-social-5 a svg, .rt-social .rt-social-5 a g {
  fill: #fff;
}

.rt-social .rt-social-6 a {
  background-color: #87E64B;
}

.rt-social .rt-social-6 a svg, .rt-social .rt-social-6 a g {
  fill: #fff;
}

.rt-social .rt-social-5 a svg g {
  fill: var(--rt-title-color);
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

p {
  margin: 0 0 20px;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

embed,
iframe,
object {
  max-width: 100%;
}

/* Text-level semantics
======================== */
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

code, kbd, tt, var, samp {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .elementor-invisible {
    visibility: visible !important;
  }
}
hr {
  background-color: #eaeaea;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul ul,
ol ul {
  list-style: disc;
}

ul, ol {
  padding-left: 20px;
}

li > ul, li > ol {
  margin-bottom: 0;
  padding-left: 20px;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}
@keyframes upsdown {
  0% {
    transform: translateY(-100px);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes toptobottom {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes bottomtotop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes Rtdraw {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 770;
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes dash-animation {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 100%;
  }
}
@keyframes rt-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rt-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes marquee_left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee_right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes marquee_top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes marquee_bottom {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.spin {
  animation: spin 5s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rtDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  @keyframes move {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .move {
    animation: move 3s linear infinite;
  }
  @keyframes move1 {
    0% {
      transform: translateY(0) translateX(0);
    }
    50% {
      transform: translateY(-5px) translateX(5px);
    }
    100% {
      transform: translateY(0) translateX(0);
    }
  }
  .move1 {
    animation: move1 3s linear infinite;
  }
  @keyframes move2 {
    0% {
      transform: translateY(0) translateX(0);
    }
    50% {
      transform: translateY(5px) translateX(-5px);
    }
    100% {
      transform: translateY(0) translateX(0);
    }
  }
  .move2 {
    animation: move2 3s linear infinite;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

:focus-visible {
  outline: none;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: var(--rt-title-color);
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0 0 20px;
}

pre {
  background: #f1f1f1;
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 32px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

mark {
  background: transparent;
  text-decoration: none;
  padding: 1px 3px;
  border-radius: 2px;
  font-weight: 600;
}

kbd {
  color: #041b16;
  padding: 3px 5px 2px 5px;
  margin: 0 1px;
  background: #f1f1f1;
}

.wp-block-code {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  font-family: Menlo, Consolas, monaco, monospace;
  padding: 0.8em 1em;
}

a {
  color: var(--rt-primary-color);
}

a:hover {
  color: var(--rt-secondary-color);
}

* {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}

table th,
table td,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #e7e7e7;
  padding: 8px;
  text-align: center;
}

td,
th {
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #F2F6FF;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4c4c4c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--rt-primary-color);
}

.container,
.container-fluid,
.rt-container,
.rt-container-fluid,
.container-narrow {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.container::after,
.container-fluid::after,
.rt-container::after,
.rt-container-fluid::after,
.container-narrow::after {
  content: "";
  display: table;
  clear: both;
}

.rt-container-fluid,
.container-fluid {
  max-width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .rt-container,
  .container {
    max-width: var(--rt-container-width, 1320px);
  }
}
.row {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin-right: -12px;
  margin-left: -12px;
  flex: 0 1 auto;
  flex-wrap: wrap;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}

.row.g-0 > * {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
}

.row.g-1 {
  margin-right: -2px;
  margin-left: -2px;
  margin-top: -4px;
}

.row.g-1 > * {
  padding-right: 2px;
  padding-left: 2px;
  margin-top: 4px;
}

.row.g-2 {
  margin-right: -4px;
  margin-left: -4px;
  margin-top: -8px;
}

.row.g-2 > * {
  padding-right: 4px;
  padding-left: 4px;
  margin-top: 8px;
}

.row.g-3 {
  margin-right: -8px;
  margin-left: -8px;
  margin-top: -16px;
}

.row.g-3 > * {
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 16px;
}

.row.g-4 {
  margin-right: -12px;
  margin-left: -12px;
  margin-top: -24px;
}

.row.g-4 > * {
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 24px;
}

.row.g-5 {
  margin-right: -24px;
  margin-left: -24px;
  margin-top: -48px;
}

.row.g-5 > * {
  padding-right: 24px;
  padding-left: 24px;
  margin-top: 48px;
}

.nowrap {
  flex-wrap: nowrap;
}

.reverse {
  flex-direction: row-reverse;
}

.flex-item {
  flex: 0 0 auto;
}

.flex-item.grow {
  flex-grow: 1;
}

[class^=col-],
[class*=" col-"] {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  flex: 0 0 auto;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%;
}

.col-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}

.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

.col-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}

.col-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
}

.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.col-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%;
}

.col-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}

.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

.col-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%;
}

.col-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%;
}

.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1140px) {
  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
}
.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.d-none {
  display: none;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.p-0 {
  padding: 0px;
}

.m-0 {
  margin: 0px;
}

.p-5 {
  padding: 5px;
}

.m-5 {
  margin: 5px;
}

.p-8 {
  padding: 8px;
}

.m-8 {
  margin: 8px;
}

.p-10 {
  padding: 10px;
}

.m-10 {
  margin: 10px;
}

.p-15 {
  padding: 15px;
}

.m-15 {
  margin: 15px;
}

.p-16 {
  padding: 16px;
}

.m-16 {
  margin: 16px;
}

.p-20 {
  padding: 20px;
}

.m-20 {
  margin: 20px;
}

.p-30 {
  padding: 30px;
}

.m-30 {
  margin: 30px;
}

.p-40 {
  padding: 40px;
}

.m-40 {
  margin: 40px;
}

.p-50 {
  padding: 50px;
}

.m-50 {
  margin: 50px;
}

.p-60 {
  padding: 60px;
}

.m-60 {
  margin: 60px;
}

.p-80 {
  padding: 80px;
}

.m-80 {
  margin: 80px;
}

.p-100 {
  padding: 100px;
}

.m-100 {
  margin: 100px;
}

.p-120 {
  padding: 120px;
}

.m-120 {
  margin: 120px;
}

.p-150 {
  padding: 150px;
}

.m-150 {
  margin: 150px;
}

.p-180 {
  padding: 180px;
}

.m-180 {
  margin: 180px;
}

.p-200 {
  padding: 200px;
}

.m-200 {
  margin: 200px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-200 {
  padding-top: 200px;
}

@media (min-width: 992px) {
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pt-lg-150 {
    padding-top: 150px;
  }
}
@media (min-width: 768px) {
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pt-md-150 {
    padding-top: 150px;
  }
}
@media (min-width: 576px) {
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-150 {
    padding-top: 150px;
  }
}
.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-200 {
  padding-right: 200px;
}

@media (min-width: 992px) {
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .pr-lg-80 {
    padding-right: 80px;
  }
  .pr-lg-100 {
    padding-right: 100px;
  }
  .pr-lg-120 {
    padding-right: 120px;
  }
  .pr-lg-150 {
    padding-right: 150px;
  }
}
@media (min-width: 768px) {
  .pr-md-30 {
    padding-right: 30px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .pr-md-80 {
    padding-right: 80px;
  }
  .pr-md-100 {
    padding-right: 100px;
  }
  .pr-md-120 {
    padding-right: 120px;
  }
  .pr-md-150 {
    padding-right: 150px;
  }
}
@media (min-width: 576px) {
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .pr-sm-80 {
    padding-right: 80px;
  }
  .pr-sm-100 {
    padding-right: 100px;
  }
  .pr-sm-120 {
    padding-right: 120px;
  }
  .pr-sm-150 {
    padding-right: 150px;
  }
}
.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-200 {
  padding-bottom: 200px;
}

@media (min-width: 992px) {
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .pb-lg-150 {
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .pb-md-150 {
    padding-bottom: 150px;
  }
}
@media (min-width: 576px) {
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .pb-sm-150 {
    padding-bottom: 150px;
  }
}
.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-200 {
  padding-left: 200px;
}

@media (min-width: 992px) {
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .pl-lg-80 {
    padding-left: 80px;
  }
  .pl-lg-100 {
    padding-left: 100px;
  }
  .pl-lg-120 {
    padding-left: 120px;
  }
  .pl-lg-150 {
    padding-left: 150px;
  }
}
@media (min-width: 768px) {
  .pl-md-30 {
    padding-left: 30px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .pl-md-80 {
    padding-left: 80px;
  }
  .pl-md-100 {
    padding-left: 100px;
  }
  .pl-md-120 {
    padding-left: 120px;
  }
  .pl-md-150 {
    padding-left: 150px;
  }
}
@media (min-width: 576px) {
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .pl-sm-80 {
    padding-left: 80px;
  }
  .pl-sm-100 {
    padding-left: 100px;
  }
  .pl-sm-120 {
    padding-left: 120px;
  }
  .pl-sm-150 {
    padding-left: 150px;
  }
}
.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-200 {
  margin-top: 200px;
}

@media (max-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mt-lg-150 {
    margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .mt-md-150 {
    margin-top: 150px;
  }
}
@media (max-width: 576px) {
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .mt-sm-150 {
    margin-top: 150px;
  }
}
.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-200 {
  margin-right: 200px;
}

@media (max-width: 992px) {
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .mr-lg-80 {
    margin-right: 80px;
  }
  .mr-lg-100 {
    margin-right: 100px;
  }
  .mr-lg-120 {
    margin-right: 120px;
  }
  .mr-lg-150 {
    margin-right: 150px;
  }
}
@media (max-width: 768px) {
  .mr-md-30 {
    margin-right: 30px;
  }
  .mr-md-50 {
    margin-right: 50px;
  }
  .mr-md-80 {
    margin-right: 80px;
  }
  .mr-md-100 {
    margin-right: 100px;
  }
  .mr-md-120 {
    margin-right: 120px;
  }
  .mr-md-150 {
    margin-right: 150px;
  }
}
@media (max-width: 576px) {
  .mr-sm-30 {
    margin-right: 30px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .mr-sm-80 {
    margin-right: 80px;
  }
  .mr-sm-100 {
    margin-right: 100px;
  }
  .mr-sm-120 {
    margin-right: 120px;
  }
  .mr-sm-150 {
    margin-right: 150px;
  }
}
.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-200 {
  margin-bottom: 200px;
}

@media (max-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mb-lg-150 {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .mb-md-150 {
    margin-bottom: 150px;
  }
}
@media (max-width: 576px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mb-sm-150 {
    margin-bottom: 150px;
  }
}
.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-200 {
  margin-left: 200px;
}

@media (max-width: 992px) {
  .ml-lg-30 {
    margin-left: 30px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .ml-lg-80 {
    margin-left: 80px;
  }
  .ml-lg-100 {
    margin-left: 100px;
  }
  .ml-lg-120 {
    margin-left: 120px;
  }
  .ml-lg-150 {
    margin-left: 150px;
  }
}
@media (max-width: 768px) {
  .ml-md-30 {
    margin-left: 30px;
  }
  .ml-md-50 {
    margin-left: 50px;
  }
  .ml-md-80 {
    margin-left: 80px;
  }
  .ml-md-100 {
    margin-left: 100px;
  }
  .ml-md-120 {
    margin-left: 120px;
  }
  .ml-md-150 {
    margin-left: 150px;
  }
}
@media (max-width: 576px) {
  .ml-sm-30 {
    margin-left: 30px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .ml-sm-80 {
    margin-left: 80px;
  }
  .ml-sm-100 {
    margin-left: 100px;
  }
  .ml-sm-120 {
    margin-left: 120px;
  }
  .ml-sm-150 {
    margin-left: 150px;
  }
}
.gap-0 {
  gap: 0px;
}

.column-gap-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.row-gap-0 {
  row-gap: 0px;
}

.gap-5 {
  gap: 5px;
}

.column-gap-5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.row-gap-5 {
  row-gap: 5px;
}

.gap-8 {
  gap: 8px;
}

.column-gap-8 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.row-gap-8 {
  row-gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.column-gap-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.row-gap-10 {
  row-gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.column-gap-15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.row-gap-15 {
  row-gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.column-gap-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.row-gap-16 {
  row-gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.column-gap-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.row-gap-20 {
  row-gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.column-gap-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.row-gap-30 {
  row-gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.column-gap-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.row-gap-40 {
  row-gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.column-gap-50 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.row-gap-50 {
  row-gap: 50px;
}

.gap-60 {
  gap: 60px;
}

.column-gap-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.row-gap-60 {
  row-gap: 60px;
}

.gap-80 {
  gap: 80px;
}

.column-gap-80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.row-gap-80 {
  row-gap: 80px;
}

.gap-100 {
  gap: 100px;
}

.column-gap-100 {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.row-gap-100 {
  row-gap: 100px;
}

.gap-120 {
  gap: 120px;
}

.column-gap-120 {
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.row-gap-120 {
  row-gap: 120px;
}

.gap-150 {
  gap: 150px;
}

.column-gap-150 {
  -moz-column-gap: 150px;
       column-gap: 150px;
}

.row-gap-150 {
  row-gap: 150px;
}

.gap-180 {
  gap: 180px;
}

.column-gap-180 {
  -moz-column-gap: 180px;
       column-gap: 180px;
}

.row-gap-180 {
  row-gap: 180px;
}

.gap-200 {
  gap: 200px;
}

.column-gap-200 {
  -moz-column-gap: 200px;
       column-gap: 200px;
}

.row-gap-200 {
  row-gap: 200px;
}

/* WordPress Core
***************************/
.aligncenter,
div.aligncenter {
  display: block;
  margin: 12px auto 12px auto;
}

.alignright {
  float: right;
  margin: 12px 0 24px 24px;
}

.alignleft {
  float: left;
  margin: 12px 24px 24px 0;
}

a img.alignright {
  float: right;
  margin: 12px 0 48px 48px;
}

a img.alignnone {
  margin: 12px 48px 48px 0;
}

a img.alignleft {
  float: left;
  margin: 12px 48px 48px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-media-text {
  margin-bottom: 15px;
}

.wp-block-media-text figure {
  border-radius: 12px;
  overflow: hidden;
}

.wp-block-button .has-radius-primary-background-color:before {
  background-color: #4545FF;
}

.wp-block-button .has-radius-secondary-background-color:before {
  background-color: #FF0000;
}

.wp-block-button .has-radius-title-background-color:before {
  background-color: #101517;
}

.wp-block-button .has-radius-gray-background-color:before {
  background-color: #F2F6FF;
}

.wp-block-button .has-radius-white-background-color:before {
  background-color: #ffffff;
}

.has-radius-primary-background-color {
  background-color: var(--rt-primary-color) !important;
}

.has-radius-secondary-background-color {
  background-color: var(--rt-secondary-color) !important;
}

.has-radius-title-background-color {
  background-color: var(--rt-title-color) !important;
}

.has-radius-gray-background-color {
  background-color: #F2F6FF !important;
}

.has-radius-white-background-color {
  background-color: #FFFFFF !important;
}

.has-radius-primary-color {
  color: var(--rt-primary-color) !important;
}

.has-radius-secondary-color {
  color: var(--rt-secondary-color) !important;
}

.has-radius-title-color {
  color: var(--rt-title-color) !important;
}

.has-radius-gray-color {
  color: #F2F6FF !important;
}

.has-radius-white-color {
  color: #FFFFFF !important;
}

/* Form
***************************/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: medium none;
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--rt-body-color);
  border: 1px solid #e2e2e2;
  transition: all 120ms ease;
}

input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=url]:hover,
input[type=url]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=range]:hover,
input[type=range]:focus,
input[type=date]:hover,
input[type=date]:focus,
input[type=month]:hover,
input[type=month]:focus,
input[type=week]:hover,
input[type=week]:focus,
input[type=time]:hover,
input[type=time]:focus,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=color]:hover,
input[type=color]:focus,
textarea:hover,
textarea:focus {
  outline: none;
  border-color: rgba(var(--rt-primary-rgb), 0.5);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--rt-primary-rgb), 0.25);
}

select {
  border: 1px solid #e2e2e2;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

.content-area {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .content-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.post-edit-link {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #FFFFFF !important;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  line-height: 1;
  max-width: 44px;
  max-height: 24px;
  opacity: 0;
  visibility: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.post-edit-link:hover {
  background: var(--rt-title-color);
}

.post-thumbnail:hover .post-edit-link {
  opacity: 1;
  visibility: visible;
}

.radiustheme-search-form .search-box {
  position: relative;
}

.radiustheme-search-form .search-box input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: var(--rt-body-color);
  font-size: 15px;
  border-radius: 5px 0 0 5px;
  width: 100%;
  height: 48px;
  padding: 5px 60px 5px 14px;
}

.radiustheme-search-form .search-box .search-btn {
  background: var(--rt-primary-color);
  border: none;
  border-radius: 0 5px 5px 0;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 16px;
  position: absolute;
  transition: all 0.5s ease;
  padding: 10px 18px;
  height: 48px;
  right: 0;
}

/*scroll bar*/
.table-of-contents > ul::-webkit-scrollbar,
.radiustheme-offcanvas-drawer::-webkit-scrollbar {
  width: 2px;
}

.table-of-contents > ul::-webkit-scrollbar,
.radiustheme-offcanvas-drawer::-webkit-scrollbar {
  background: var(--rt-primary-color);
}

.table-of-contents > ul::-webkit-scrollbar-thumb,
.radiustheme-offcanvas-drawer::-webkit-scrollbar-thumb {
  background-color: #000;
}

.table-of-contents > ul::-webkit-scrollbar-track,
.radiustheme-offcanvas-drawer::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

.metaStyleDash {
  content: "-----";
  margin-right: 7px;
  letter-spacing: -4px;
  transform: scaleY(0.8);
  width: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.primaryColor, .above-meta-style-border .separate-meta a, .radiustheme-post-card .article-inner-wrapper .entry-title a:hover, .widget a:hover, .radiustheme-widget-area .rt-blog-post .entry-title a:hover {
  color: var(--rt-primary-color);
}

.primaryBG, .above-meta-style-border .separate-meta a:hover, button,
input[type=button],
input[type=reset],
input[type=submit], button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  background-color: var(--rt-primary-color);
}

.secondaryColor {
  color: var(--rt-secondary-color);
}

.secondaryBG {
  background-color: var(--rt-secondary-color);
}

.whiteColor, .above-meta-style-border .separate-meta a:hover {
  color: #FFFFFF;
}

.whiteBG {
  background-color: #FFFFFF;
}

.blackColor {
  color: var(--rt-title-color);
}

.blackBG {
  background-color: var(--rt-title-color);
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  background-color: #FFFFFF;
  color: var(--rt-body-color);
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  margin: 0 0 15px 0;
  font-weight: 600;
  color: var(--rt-title-color);
}

h1,
.h1 {
  font-size: 36px;
  line-height: 44px;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
h2,
.h2 {
  font-size: 28px;
  line-height: 32px;
}

h3,
.h3 {
  font-size: 22px;
  line-height: 28px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 26px;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 24px;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 20px;
}

small,
.small {
  font-size: 15px;
  line-height: 32px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-bold {
  font-weight: 700;
}

.text-semibold {
  font-weight: 600;
}

.text-uppercase {
  text-transform: uppercase;
}

.no-line-height {
  line-height: 1em !important;
}

:where(.is-layout-grid) {
  gap: 24px;
  margin-bottom: 24px;
}

.wp-block-image {
  margin: 30px 0;
}

ul,
ol {
  padding-left: 35px;
}

button {
  transition: all 120ms ease;
  cursor: pointer;
}

.btn {
  transition: all 0.15s;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  border-radius: 30px;
  padding: 14px 24px;
  line-height: 1;
  display: inline-flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  justify-content: center;
}

.btn:active {
  box-shadow: none;
}

.btn:focus {
  outline: none;
}

.btn.btn-xl {
  padding: 26px 34px;
  font-size: 26px;
  line-height: 26px;
}

.btn.btn-lg {
  padding: 20px 26px;
  font-size: 20px;
  line-height: 20px;
}

.btn.btn-sm {
  padding: 14px 22px;
  font-size: 15px;
  line-height: 15px;
}

.btn.btn-xs {
  padding: 13px 20px;
  font-size: 12px;
  line-height: 12px;
}

.btn-primary {
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}

.btn-primary:hover {
  color: #FFFFFF;
  background-color: var(--rt-secondary-color);
  border-color: var(--rt-secondary-color);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: var(--rt-secondary-color);
  border-color: var(--rt-secondary-color);
}

.btn-secondary:hover {
  color: #FFFFFF;
  background-color: rgba(var(--rt-secondary-rgb), 0.8);
  border-color: rgba(var(--rt-secondary-rgb), 0.8);
}

.btn-light {
  color: #FFFFFF;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}

.btn-light:hover {
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}

.btn-gray {
  color: #FFFFFF;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}

.btn-gray:hover {
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}

.rt-button .btn {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.rt-button .btn svg {
  width: 14px;
  height: 14px;
  fill: #FFFFFF;
}

.rt-button .btn i {
  font-size: 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
}

.rt-button .btn:hover i {
  transform: translateX(5px);
}

.button-1 {
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
}

.button-1 .elementor-button-wrap {
  display: inline-flex;
  gap: 10px;
}

.button-1:hover {
  color: #FFFFFF;
  background-color: var(--rt-secondary-color);
}

.button-2 {
  color: #FFFFFF;
  background-color: var(--rt-secondary-color);
}

.button-2 .elementor-button-wrap {
  display: inline-flex;
  gap: 10px;
}

.button-2:hover {
  color: #101517;
  background-color: #FFFFFF;
}

.button-3 {
  border: 1px solid var(--rt-secondary-color);
  background-color: var(--rt-secondary-color);
  color: #FFFFFF;
}

.button-3:hover {
  background-color: transparent;
  color: var(--rt-title-color);
}

.button-4 {
  border: 1px solid var(--rt-secondary-color);
  color: var(--rt-secondary-color);
}

.button-4:hover {
  background-color: var(--rt-secondary-color);
  color: #FFFFFF;
}

.button-5 {
  border: 1px solid var(--rt-primary-color);
  color: var(--rt-primary-color);
}

.button-5:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}

.elementor-button {
  transition: all 0.15s;
}

a {
  transition: all 120ms ease;
}

a, a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}

.text-primary {
  color: var(--rt-primary-color);
}

.bg-primary {
  background-color: var(--rt-primary-color);
}

.border-primary {
  border-color: var(--rt-primary-color);
}

.text-secondary {
  color: var(--rt-secondary-color);
}

.bg-secondary {
  background-color: var(--rt-secondary-color);
}

.border-secondary {
  border-color: var(--rt-secondary-color);
}

.text-white {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF;
}

.border-white {
  border-color: #FFFFFF;
}

::-moz-selection {
  background: var(--rt-primary-color);
  color: #FFFFFF;
}

::selection {
  background: var(--rt-primary-color);
  color: #FFFFFF;
}

::-moz-selection {
  background: var(--rt-primary-color);
  color: #FFFFFF;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table .display-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.background-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.overlay-dark {
  position: relative;
}

.overlay-dark:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0.5;
  background-color: var(--rt-title-color);
}

.hide {
  display: none;
  visibility: hidden;
}

.show {
  display: inline-block;
  visibility: visible;
}

.elementor-element.rt-parallax-bg-yes {
  transition: none !important;
}

[class*=rticon] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

[class*=rticon] svg {
  width: 18px;
  height: 18px;
}

[class*=rticon] svg {
  transition: all 120ms ease;
}

.video-container,
figure.wp-block-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container embed,
.video-container object,
.video-container video,
figure.wp-block-embed iframe,
figure.wp-block-embed embed,
figure.wp-block-embed object,
figure.wp-block-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img, img.img-responsive {
  max-width: 100%;
  height: auto;
}

/* Back to top */
.scroll-wrap {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 200ms linear, margin-right 0ms;
}

@media (max-width: 767px) {
  .scroll-wrap {
    display: none;
  }
}
.scroll-wrap:after {
  position: absolute;
  content: "";
  -webkit-mask: url(../images/sb_arrow_icon.svg);
          mask: url(../images/sb_arrow_icon.svg);
  background-color: var(--rt-primary-color);
  left: 9px;
  top: 10px;
  height: 14px;
  width: 20px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transform: rotate(-90deg) scale(0.8);
  transition: all 200ms linear;
}

.scroll-wrap.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-wrap svg path {
  fill: none;
}

.scroll-wrap svg.scroll-circle path {
  stroke: var(--rt-primary-color);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

@media (min-width: 1025px) {
  .header-mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-desktop {
    display: none;
  }
}
.site-branding {
  display: flex;
  align-items: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
  font-size: 28px;
  font-weight: 700;
  min-width: 172px;
}

.site-branding .icon-logo {
  max-width: 50px;
  line-height: 0;
}

.site-header {
  background-color: #F2F6FF;
  z-index: 999;
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
}

.site-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-header-section {
  border-bottom: 1px solid #e2e2e2;
}

.site-header .rt-container::after,
.site-header .row::after {
  display: none;
}

.mobile-header-section .navigation-menu-wrap {
  justify-content: space-between;
}

.mobile-header-section .site-branding img {
  max-width: 200px;
}

/*-------------------
#. Preloader css
--------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  z-index: 999999999;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}

.rt-loader {
  position: relative;
  color: rgba(0, 0, 0, 0.3);
  font-size: 80px;
}

@media (max-width: 767px) {
  .rt-loader {
    font-size: 48px;
  }
}
.rt-loader:before {
  content: attr(data-text);
  position: absolute;
  max-width: 7em;
  white-space: nowrap;
  color: var(--rt-title-color);
  animation: loading 1s linear;
}

@keyframes loading {
  0% {
    max-width: 0;
  }
}
/* Main Navigation
***************************/
.navigation-menu-wrap {
  position: relative;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .navigation-menu-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.radiustheme-navigation {
  /* #. Submenu */
  /*Menu hover effect*/
}

.radiustheme-navigation ul.radiustheme-navbar {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.radiustheme-navigation ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}

.radiustheme-navigation ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #101517;
  text-decoration: none;
  text-transform: capitalize;
  padding: 29px 17px;
  position: relative;
  align-items: center;
  gap: 5px;
  display: flex;
}

.radiustheme-navigation ul li a img {
  max-width: 24px;
  height: auto;
}

@media (max-width: 1199px) {
  .radiustheme-navigation ul li a {
    padding: 26px 5px;
  }
}
.radiustheme-navigation ul li.current-menu-item > a,
.radiustheme-navigation ul li.current-menu-ancestor > a {
  color: var(--rt-primary-color);
}

.radiustheme-navigation ul li a:hover {
  color: var(--rt-primary-color);
}

.radiustheme-navigation ul.menu > li > a:hover {
  color: var(--rt-primary-color);
}

.radiustheme-navigation ul.menu li.current-menu-item > a,
.radiustheme-navigation ul.menu li.current > a {
  color: var(--rt-primary-color);
}

.radiustheme-navigation ul > li > ul {
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 10;
  padding: 0;
  width: 240px;
  text-align: left;
  border-radius: 0 0 15px 15px;
  background-color: #FFFFFF;
  box-shadow: 0 30px 50px 0 rgba(20, 30, 45, 0.12);
}

.radiustheme-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.radiustheme-navigation ul li ul li ul {
  left: 100%;
  top: 0;
  width: 240px;
}

.radiustheme-navigation ul li ul li {
  display: block;
  padding: 0 24px;
}

.radiustheme-navigation ul li ul li a {
  position: relative;
  color: #101517;
  padding: 10px 0;
  z-index: 2;
  font-size: 15px;
}

.radiustheme-navigation ul li ul li:hover > a {
  color: var(--rt-primary-color);
}

.radiustheme-navigation ul.menu li ul.dropdown-menu li:last-child:after {
  border-bottom: none;
}

.radiustheme-navigation ul.menu li ul.dropdown-menu li a:hover {
  color: var(--rt-primary-color);
}

.radiustheme-navigation ul.menu li ul.dropdown-menu li a:before {
  position: absolute;
  z-index: 1;
  content: "";
  background-color: var(--rt-secondary-color);
  height: 0.0625rem;
  width: 0;
  right: 0;
  left: inherit;
  bottom: 0;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.radiustheme-navigation ul.menu li ul.dropdown-menu li a:hover:before {
  width: 100%;
  left: 0;
  right: inherit;
}

.radiustheme-navigation > ul li.page_item_has_children > a:after,
.radiustheme-navigation > ul li.menu-item-has-children > a:after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid var(--rt-primary-color);
  display: inline-block;
  transform: rotate(45deg) translate(1px, -4px);
  border-left: none;
  border-top: none;
  margin-left: 8px;
  transition: all 120ms ease;
}

.radiustheme-navigation .dropdown-menu .caret {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.radiustheme-navigation .dropdown-menu .caret svg {
  transform: rotate(-90deg) scale(0.9);
}

.radiustheme-navbar li > .dropdown-menu li.dropdown-inverse .dropdown-menu {
  left: auto;
  min-width: 195px;
  transition: all 0.2s;
}

.radiustheme-navbar li > .dropdown-menu li.dropdown-inverse:hover .dropdown-menu {
  margin-right: -5px;
}

.navigation-menu-wrap .tit {
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  right: -18px;
  top: -14px;
  background: #ff0053;
  color: #fff;
  border-radius: 30px;
  font-weight: 400;
  padding: 3px 7px;
  z-index: 1;
}

.navigation-menu-wrap .tit.feature {
  background: #e91e63;
}

.navigation-menu-wrap .tit.pro {
  background: #ff0053;
}

.navigation-menu-wrap .tit.new {
  background: #4caf50;
}

.navigation-menu-wrap .tit.hot {
  background: #ff5722;
}

.navigation-menu-wrap .sub {
  color: var(--rt-body-color);
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.navigation-menu-wrap .offcanvas-navigation .sub {
  margin: 4px 0 0;
}

.navigation-menu-wrap .menu-label-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
}

.navigation-menu-wrap .menu-label {
  position: relative;
}

/* Mega-menu CSS
***************************/
.mega-menu-wrap .e-con-inner {
  position: relative;
}

.mega-menu-wrap .elementor-element,
.mega-menu-wrap .elementor-widget-container {
  position: unset;
}

.radiustheme-navigation {
  /*start mega menu two column*/
  /*start mega menu three column*/
  /*end mega menu three column*/
}

.radiustheme-navigation ul.menu li.mega-menu ul.dropdown-menu li a:before,
.radiustheme-navigation ul.menu li.mega-menu ul.dropdown-menu li:after,
.radiustheme-navigation ul.menu li.mega-menu ul.dropdown-menu li.menu-item-has-children:before {
  display: none;
}

.radiustheme-navigation ul.menu li.mega-menu ul.dropdown-menu li a {
  padding: 0 0 8px;
}

.radiustheme-navigation ul.menu li.mega-menu .dropdown-menu .dropdown-toggle {
  padding-bottom: 0 !important;
}

.radiustheme-navigation ul li.mega-menu {
  position: static;
}

.radiustheme-navigation ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
}

.radiustheme-navigation ul li.mega-menu > ul.dropdown-menu {
  justify-content: flex-start;
  display: flex;
  background-color: #FFFFFF;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.radiustheme-navigation ul li.mega-menu > ul.dropdown-menu .menu-label {
  font-size: 16px;
  font-weight: 600;
}

.radiustheme-navigation ul li > ul.dropdown-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

.radiustheme-navigation ul > li:hover > ul.dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.radiustheme-navigation ul > li:hover > ul.dropdown-menu li a {
  transform: translateY(0px);
}

.radiustheme-navigation ul li.mega-menu.two-column {
  position: relative;
}

.radiustheme-navigation ul li.mega-menu.two-column > ul.dropdown-menu {
  background-color: #FFFFFF !important;
  width: 520px !important;
}

.radiustheme-navigation ul li.mega-menu.two-column {
  position: relative;
}

.radiustheme-navigation ul li.mega-menu.three-column > ul.dropdown-menu {
  background-color: #FFFFFF !important;
  width: 780px !important;
}

.radiustheme-navigation ul li.mega-menu > ul.dropdown-menu > li {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 0;
}

.radiustheme-navigation ul li.mega-menu > ul.dropdown-menu > li > ul.dropdown-menu {
  transform: unset;
}

.radiustheme-navigation ul li.mega-menu > ul.dropdown-menu > li ul {
  position: relative;
  width: inherit;
  left: inherit;
  box-shadow: none;
  border-top: none;
  padding: 0;
}

.radiustheme-navigation ul li.mega-menu > ul.dropdown-menu > li > a {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 24px;
}

.radiustheme-navigation ul li.mega-menu > ul.dropdown-menu > li > a:before {
  display: none;
}

.radiustheme-navigation ul li.mega-menu > ul.dropdown-menu a {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  font-size: 15px;
}

.radiustheme-navigation ul li.mega-menu > ul.dropdown-menu a img {
  max-width: 32px;
  height: auto;
  margin-top: 3px;
}

.radiustheme-navigation ul li.mega-menu.hide-header > ul.dropdown-menu > li > a {
  display: none;
}

.radiustheme-navigation ul li.mega-menu > ul .caret {
  display: none !important;
}

.radiustheme-navigation ul li.mega-menu.mega-menu-col-2 > ul {
  width: 45%;
}

.radiustheme-navigation ul li.mega-menu.mega-menu-col-3 > ul {
  width: 80%;
}

@media only screen and (max-width: 1199px) {
  .radiustheme-navigation ul li.mega-menu.mega-menu-col-3 > ul {
    width: 100%;
  }
}
.ham-burger .menu-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding: 0;
  z-index: 9999;
  transition: all 120ms ease;
}

.ham-burger .menu-label {
  color: var(--rt-title-color);
  font-weight: 600;
}

.ham-burger .btn-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: end;
  border: 1px solid #4c4c4c;
  border-radius: 3px;
  padding: 7px;
}

.ham-burger .btn-hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #4c4c4c;
  border-radius: 12px;
  transition: all 120ms ease;
}

.ham-burger .btn-hamburger span:nth-child(2) {
  width: 16px;
}

.ham-burger .btn-hamburger span:nth-child(3) {
  width: 12px;
}

.ham-burger .btn-hamburger span:nth-child(3) {
  margin-bottom: 0;
}

.ham-burger .is-open .btn-hamburger span:nth-child(2) {
  opacity: 0;
}

.ham-burger .is-open .btn-hamburger span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.ham-burger .is-open .btn-hamburger span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
  width: 20px;
}

/* Off canvas drawer */
.radiustheme-offcanvas-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  margin-left: -350px;
  max-width: 100%;
  z-index: 999;
  box-sizing: border-box;
  transition: 0.4s ease-in-out;
  background-color: #FFFFFF;
  border-top: 1px solid #e2e2e2;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  color: var(--rt-body-color);
  height: 100vh;
  padding: 24px;
  overflow: auto;
}

.radiustheme-offcanvas-drawer.is-open {
  margin-left: 0;
}

.radiustheme-offcanvas-drawer .offcanvas-drawer-wrap {
  margin-bottom: 50px;
}

.radiustheme-offcanvas-drawer .offcanvas-drawer-wrap > * {
  margin-bottom: 30px;
}

.radiustheme-offcanvas-drawer .offcanvas-drawer-wrap > *:last-child {
  margin-bottom: 0;
}

.radiustheme-offcanvas-drawer .offcanvas-logo .rt-site-logo {
  display: none !important;
}

.radiustheme-offcanvas-drawer .offcanvas-logo .rt-mobile-logo {
  display: block !important;
}

.radiustheme-offcanvas-drawer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.radiustheme-offcanvas-drawer nav ul li a {
  padding: 8px 20px 8px 0;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #101517;
  line-height: 1.3;
}

.radiustheme-offcanvas-drawer nav ul li a:hover {
  color: var(--rt-primary-color);
}

.radiustheme-offcanvas-drawer nav ul li ul a {
  font-size: 14px;
  font-weight: 400;
}

.radiustheme-offcanvas-drawer ul li.current-menu-item > a,
.radiustheme-offcanvas-drawer ul li.current-menu-ancestor > a {
  color: var(--rt-primary-color);
}

.radiustheme-offcanvas-drawer .caret {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--rt-primary-color);
  border-radius: 50%;
}

.radiustheme-offcanvas-drawer .caret svg {
  fill: #FFFFFF;
}

.radiustheme-offcanvas-drawer ul > li.is-open > a > .caret > svg {
  transform: rotate(180deg);
}

.radiustheme-offcanvas-drawer ul ul {
  padding-left: 20px;
}

.radiustheme-offcanvas-drawer .offcanvas-navigation li > ul {
  display: none;
}

.radiustheme-offcanvas-drawer li.dropdown .menu-image {
  max-width: 28px;
  height: auto;
  margin-top: 3px;
}

.radiustheme-offcanvas-drawer .offcanvas-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.radiustheme-offcanvas-drawer .offcanvas-logo .trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 26px;
  cursor: pointer;
  color: #101517;
  background: var(--rt-primary-color);
  border-radius: 50%;
  z-index: 1;
}

.radiustheme-offcanvas-drawer .product-search .rt-cat-drop {
  display: none;
}

.radiustheme-offcanvas-drawer .offcanvas-navigation li.mega-menu > a .caret {
  display: none;
}

.radiustheme-offcanvas-drawer .offcanvas-navigation li.mega-menu ul.dropdown-menu {
  display: block !important;
  padding-left: 0;
}

.radiustheme-offcanvas-drawer .offcanvas-navigation li.mega-menu ul.dropdown-menu li a.menu-link {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.radiustheme-offcanvas-drawer .offcanvas-navigation li.mega-menu ul.dropdown-menu li > a.dropdown-toggle {
  display: none;
}

.radiustheme-offcanvas-drawer .offcanvas-navigation li.mega-menu ul.dropdown-menu .menu-link p.sub {
  margin-bottom: 0;
}

.radiustheme-offcanvas-drawer .rt-button a {
  width: 100%;
}

@media (max-width: 1140px) {
  .radiustheme-widget-area {
    padding-top: 60px;
  }
}
@media (min-width: 1025px) {
  body .sidebar-sticky {
    align-self: flex-start;
    position: sticky;
    top: 32px;
  }
}
.radiustheme-widget-area .widget:last-child {
  margin-bottom: 0;
}

.radiustheme-widget-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.radiustheme-widget-area ul > li {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
}

.radiustheme-widget-area ul > li:last-child {
  margin-bottom: 0;
}

.radiustheme-widget-area ul > li > a {
  position: relative;
}

.radiustheme-widget-area ul.sub-menu {
  margin-top: 5px;
}

.radiustheme-widget-area .widget-title, .radiustheme-widget-area .wp-block-heading {
  font-size: 22px;
}

.radiustheme-widget-area .rt-sidebar, .radiustheme-widget-area .rt-single-sidebar {
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  padding: 40px;
}

.radiustheme-widget-area .rt-sidebar ul.children, .radiustheme-widget-area .rt-single-sidebar ul.children {
  margin-top: 10px;
}

.radiustheme-widget-area .wp-block-categories li,
.radiustheme-widget-area .wp-block-archives li,
.radiustheme-widget-area .wp-block-page-list li,
.radiustheme-widget-area .widget_archive ul li,
.radiustheme-widget-area .widget_categories ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  width: 100%;
}

.radiustheme-widget-area .wp-block-categories li a,
.radiustheme-widget-area .wp-block-archives li a,
.radiustheme-widget-area .wp-block-page-list li a,
.radiustheme-widget-area .widget_archive ul li a,
.radiustheme-widget-area .widget_categories ul li a {
  padding-left: 16px;
}

.radiustheme-widget-area .wp-block-categories li a:before,
.radiustheme-widget-area .wp-block-archives li a:before,
.radiustheme-widget-area .wp-block-page-list li a:before,
.radiustheme-widget-area .widget_archive ul li a:before,
.radiustheme-widget-area .widget_categories ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--rt-primary-color);
  transition: all 120ms ease;
}

.radiustheme-widget-area .wp-block-categories li a:hover,
.radiustheme-widget-area .wp-block-archives li a:hover,
.radiustheme-widget-area .wp-block-page-list li a:hover,
.radiustheme-widget-area .widget_archive ul li a:hover,
.radiustheme-widget-area .widget_categories ul li a:hover {
  color: var(--rt-secondary-color);
}

.radiustheme-widget-area .wp-block-categories li a:hover:before,
.radiustheme-widget-area .wp-block-archives li a:hover:before,
.radiustheme-widget-area .wp-block-page-list li a:hover:before,
.radiustheme-widget-area .widget_archive ul li a:hover:before,
.radiustheme-widget-area .widget_categories ul li a:hover:before {
  background-color: var(--rt-secondary-color);
}

.radiustheme-widget-area .wp-block-categories li:last-child,
.radiustheme-widget-area .wp-block-archives li:last-child,
.radiustheme-widget-area .wp-block-page-list li:last-child,
.radiustheme-widget-area .widget_archive ul li:last-child,
.radiustheme-widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.radiustheme-widget-area .widget_nav_menu ul li,
.radiustheme-widget-area .widget_pages ul li,
.radiustheme-widget-area .widget_meta ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  width: 100%;
}

.radiustheme-widget-area .widget_nav_menu ul li a,
.radiustheme-widget-area .widget_pages ul li a,
.radiustheme-widget-area .widget_meta ul li a {
  padding-left: 16px;
}

.radiustheme-widget-area .widget_nav_menu ul li a:before,
.radiustheme-widget-area .widget_pages ul li a:before,
.radiustheme-widget-area .widget_meta ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--rt-primary-color);
  transition: all 120ms ease;
}

.radiustheme-widget-area .widget_nav_menu ul li a:hover,
.radiustheme-widget-area .widget_pages ul li a:hover,
.radiustheme-widget-area .widget_meta ul li a:hover {
  color: var(--rt-secondary-color);
}

.radiustheme-widget-area .widget_nav_menu ul li a:hover:before,
.radiustheme-widget-area .widget_pages ul li a:hover:before,
.radiustheme-widget-area .widget_meta ul li a:hover:before {
  background-color: var(--rt-secondary-color);
}

.radiustheme-widget-area .widget_nav_menu ul li:last-child,
.radiustheme-widget-area .widget_pages ul li:last-child,
.radiustheme-widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.radiustheme-widget-area .wp-block-tag-cloud, .radiustheme-widget-area .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.radiustheme-widget-area .wp-block-tag-cloud a, .radiustheme-widget-area .tagcloud a {
  color: var(--rt-primary-color);
  background: #F2F6FF;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 600;
  margin: 0;
  padding: 12px 16px;
  line-height: 1.4;
}

.radiustheme-widget-area .wp-block-tag-cloud a:hover, .radiustheme-widget-area .tagcloud a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}

.radiustheme-widget-area .rt-blog-post {
  margin-bottom: 30px;
}

.radiustheme-widget-area .rt-blog-post:last-child {
  margin-bottom: 0;
}

.radiustheme-widget-area .rt-blog-post .post-thumbnail {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0;
}

.radiustheme-widget-area .rt-blog-post .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.radiustheme-widget-area .rt-blog-post:hover img {
  transform: scale(1.09);
}

.radiustheme-widget-area .rt-blog-post ul li {
  font-size: 15px;
  border: none;
  margin: 0;
  padding: 0;
}

.radiustheme-widget-area .rt-blog-post .rt-post-meta {
  padding-top: 20px;
}

.radiustheme-widget-area .rt-blog-post .entry-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.radiustheme-widget-area .rt-blog-post .entry-title a {
  color: var(--rt-title-color);
}

.radiustheme-widget-area .rt-blog-post .entry-content {
  padding-top: 12px;
}

.radiustheme-widget-area .rt-blog-post .post-thumbnail-wrap .posted-on {
  display: none;
}

.radiustheme-widget-area .blog-list-style .rt-post-meta {
  padding-top: 0;
}

.radiustheme-widget-area .blog-list-style .article-inner-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.radiustheme-widget-area .blog-list-style .post-thumbnail-wrap {
  width: 80px;
}

.radiustheme-widget-area .blog-list-style .entry-wrapper {
  flex: 1;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
  overflow: hidden;
}

.widget a {
  color: var(--rt-body-color);
}

.widget ul, .widget ol {
  padding-left: 0;
}

.widget ul ul, .widget ul ol, .widget ol ul, .widget ol ol {
  padding-left: 20px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

@media (max-width: 992px) {
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    max-width: 45.1%;
  }
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 22%;
  }
}
@media (max-width: 550px) {
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 45.1%;
  }
}
/*------------------------
  Sidebar Widget
-------------------------*/
/*------ List ----------*/
.widget_block .wp-block-group__inner-container > ul,
.widget > ul {
  margin-top: 0;
}

.widget_block .wp-block-group__inner-container > ul > li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  line-height: 1.6;
}

.wp-block-latest-posts__featured-image img {
  float: left;
  width: 100px;
  margin-right: 12px;
  border-radius: 8px;
  display: inline-block;
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
  color: var(--rt-body-color);
  line-height: 1.2;
  font-weight: 500;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 16px;
}

ol.wp-block-latest-comments {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
}

/*------ Recent Comments ------*/
.widget_recent_comments ul li {
  margin-bottom: 12px;
}

.widget_recent_comments ul li a {
  border-bottom: none;
  padding: 0;
}

.widget_recent_comments ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/*---- RSS ------*/
.widget_rss .widget-heading img {
  margin-top: -3px;
}

.widget_rss ul li {
  margin-bottom: 12px;
}

.widget_rss ul li .rsswidget {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.4;
}

.widget_rss ul li:last-child {
  margin-bottom: 0;
}

/*--------- Text Widget ---------*/
.widget_text .widget-heading {
  margin-bottom: 15px;
}

.widget_text select {
  margin-top: 0;
}

/*------ Select ----------*/
.widget select {
  background-color: #FFFFFF;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  padding: 16px 13px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 95%;
  transition: all ease 0.31s;
}

/*------ Calender ----------*/
.wp-calendar-table caption {
  caption-side: top;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  text-align: center;
  background-color: #F2F6FF;
}

.wp-calendar-table td {
  padding: 0;
  text-align: center;
  line-height: 32px;
}

.wp-calendar-table td a {
  font-weight: 600;
}

.wp-calendar-table td#today, .wp-calendar-table a {
  color: #fff;
  background-color: var(--rt-primary-color);
}

.widget_radiustheme_about .about-logo a {
  font-size: 36px;
  font-weight: 600;
}

.widget_radiustheme_contact ul {
  padding: 0 30px;
}

.widget_radiustheme_contact ul li {
  display: flex;
  align-items: flex-start;
}

.widget_radiustheme_contact ul li.phone-no {
  font-size: 20px;
  font-weight: 600;
}

.widget_radiustheme_contact li [class*=rticon-] {
  flex: 0 0 30px;
  padding-top: 4px;
  justify-content: start;
}

.widget_radiustheme_contact li svg {
  fill: var(--rt-primary-color);
}

.widget_radiustheme_contact li p {
  margin: 0;
}

/* Footer Top Section */
.footer-top-section {
  padding-top: 80px;
}

.footer-top-section .footer-envato {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
}

@media (max-width: 940px) {
  .footer-top-section .footer-envato {
    flex-direction: column;
    text-align: center;
  }
  .footer-top-section .footer-envato br {
    display: none;
  }
}
.footer-top-section .footer-top-text {
  font-size: clamp(36px, 4vw, 44px);
  line-height: 1.3;
}

.footer-top-section .envato-logo .envato-logo-link {
  background-color: #87E64B;
  border-radius: 10px;
  padding: 23px 25px;
  display: inline-block;
  line-height: 0;
}

.footer-top-section .envato-logo .envato-logo-link img {
  transition: all 120ms ease;
}

.footer-top-section .envato-logo .envato-logo-link:hover img {
  transform: scale(1.05);
}

/* Footer Area */
.footer-widgets-wrapper {
  padding: 100px 10px 60px;
  font-size: 16px;
    color: #9CABCF;
}

@media (max-width: 767px) {
  .footer-widgets-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.footer-widgets-wrapper .footer-widgets {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .footer-widgets-wrapper .footer-widgets > .widget:nth-child(2),
  .footer-widgets-wrapper .footer-widgets > .widget:nth-child(3),
  .footer-widgets-wrapper .footer-widgets > .widget:nth-child(4) {
    padding-left: 80px;
  }
  .footer-widgets-wrapper .footer-widgets > .widget:nth-child(4) {
    padding-left: 50px;
  }
}

.footer-widgets-wrapper .footer-widgets .widget-title,
.footer-widgets-wrapper .footer-widgets .widgettitle {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-widgets-wrapper .footer-widgets > .widget {
  flex-grow: 25;
}

.footer-widgets-wrapper .footer-widgets .footer-logo {
  margin-bottom: 8px;
}

.footer-widgets-wrapper .footer-widgets ul {
  list-style: none;
  padding-left: 0;
}

.footer-widgets-wrapper .footer-widgets ul ul {
  padding-left: 20px;
}

.footer-custom-menu {
  margin-bottom: 30px;
}

.footer-custom-menu .radiustheme-navbar li a.menu-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}
.site-footer .footer-sidebar .consultation-btn{
  color: #fff;
  margin-top: 5px;
  display: block;
  transition: 0.3s;
}
.site-footer .footer-sidebar .consultation-btn:hover{
  color: var(--rt-primary-color);
}

@media (min-width: 1024px) {
  #nav_menu-9 {
    padding-left: 40px;
  }
}
.site-footer {
  position: relative;
  overflow: hidden;
    background-color: #0A1B47;
  z-index: 2;
}

.site-footer a {
  color: #9CABCF;
}

.site-footer .footer-container {
  position: relative;
  z-index: 1;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer-shortcode {
  margin-top: 24px;
}

.site-footer .footer-widget-logo img {
  margin-bottom: 15px;
}

.site-footer .footer-sidebar ul li {
  margin-bottom: 0;
  padding-bottom: 8px;
}

.site-footer .footer-sidebar ul li:last-child {
  padding-bottom: 0;
}

.site-footer .footer-social:not(:has(*)) {
  background: red;
  padding: 15px;
}

.site-footer .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.site-footer .tagcloud a {
  color: var(--rt-primary-color);
  background: #F2F6FF;
  border-radius: 6px;
  display: inline-block;
  font-size: 16px !important;
  margin: 0;
  padding: 8px 18px;
  line-height: 1.4;
}

.site-footer .tagcloud a:hover {
  background-color: var(--rt-secondary-color);
  color: #101517;
}

.site-footer .footer-sidebar ul li a,
.site-footer .widget_archive ul li a,
.site-footer .widget_categories ul li a,
.site-footer .widget_pages ul li a,
.site-footer .widget_meta ul li a {
  position: relative;
}

.site-footer .footer-sidebar ul li a:before,
.site-footer .widget_archive ul li a:before,
.site-footer .widget_categories ul li a:before,
.site-footer .widget_pages ul li a:before,
.site-footer .widget_meta ul li a:before {
  background-color: var(--rt-primary-color);
  position: absolute;
  content: "";
  bottom: 1px;
  right: 0;
  height: 1px;
  width: 0;
  opacity: 0;
  transition: 0.25s;
}

.site-footer .footer-sidebar ul li a:hover:before,
.site-footer .widget_archive ul li a:hover:before,
.site-footer .widget_categories ul li a:hover:before,
.site-footer .widget_pages ul li a:hover:before,
.site-footer .widget_meta ul li a:hover:before {
  width: 100%;
  left: 0;
  opacity: 1;
}

/* Footer Copyright */
.footer-copyright-wrapper {
  position: relative;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--rt-body-color);
  border-top: 1px solid #2C335B;
  font-size: 16px;
}

.footer-copyright-wrapper .copyright-text {
  text-align: center;
  line-height: 1.4;
    color: #9CABCF;
}

.footer-copyright-wrapper .payment-text {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  flex-wrap: wrap;
}

.footer-copyright-wrapper a {
  color: #fff;
    font-weight: 600;
}

.footer-copyright-wrapper a:hover {
  color: var(--rt-primary-color);
}

.footer-copyright-wrapper .copy-right-wrap {
  justify-content: center;
  gap: 10px;
}
.footer-copyright-wrapper .rt-container::after{
    display: none;
}

@media (max-width: 767px) {
  .footer-copyright-wrapper .copy-right-wrap {
    flex-direction: column;
  }
}
.comments-area {
  margin-top: 50px;
}

.comments-area .comment-list-wrapper {
  margin-top: 50px;
  margin-bottom: 45px;
}

.comments-area .comments-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.comments-area dd {
  margin-bottom: 15px;
}

.comments-area .comments-content ul,
.comments-area .comments-content ol {
  padding-left: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
  padding-left: 15px;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-author {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.comment-author .vcard {
  flex: 0 0 100px;
}

@media (max-width: 767px) {
  .comment-author .vcard {
    flex: 0 0 50px;
  }
}
.comment-author .vcard img {
  border-radius: 8px;
}

.comment-author .author-info {
  margin-top: -4px;
  flex: auto;
}

.comment-author .author-info cite {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
}

.comment-author .author-info cite a {
  color: var(--rt-title-color);
}

.comment-author .author-info cite a:hover {
  color: var(--rt-primary-color);
}

.comment-author .comment-meta {
  font-size: 15px;
  margin-bottom: 10px;
}

.comment-author .comment-meta a {
  color: #4c4c4c;
}

.comment-metadata {
  margin-left: 50px;
}

.comment-reply-link {
  padding: 0 8px;
  height: 30px;
  color: #4c4c4c;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .comment-reply-link {
    position: relative;
    margin-top: 12px;
  }
}
.comment-reply-link svg {
  fill: var(--rt-title-color);
}

.comment-reply-link:hover {
  background: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
  color: #101517;
}

.comment-reply-link:hover svg {
  fill: #101517;
}

#cancel-comment-reply-link {
  padding-left: 12px;
}

.comment-list li {
  font-size: 16px;
  position: relative;
}

.comment-list .comment-body {
  margin-bottom: 35px;
}

.comment-list > li ol,
.comment-list > li ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.comment-list li ol.children {
  padding-left: 30px;
  margin: 0;
  list-style: none;
  margin-top: 25px;
}

.comment-list li.comment:last-child {
  border-bottom: 0 solid;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comment-respond .comment-reply-title {
  font-size: 32px;
}

.comment-respond .comment-notes, .comment-respond .logged-in-as {
  color: var(--rt-title-color);
  font-size: 16px;
}

.comment-respond .comment-notes a, .comment-respond .logged-in-as a {
  color: var(--rt-title-color);
}

.comment-respond .comment-notes a:hover, .comment-respond .logged-in-as a:hover {
  color: var(--rt-primary-color);
}

@media (min-width: 768px) {
  .comment-form .comment-form-author {
    width: 50%;
    float: left;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .comment-form .comment-form-email {
    width: 50%;
    padding-left: 12px;
  }
}
.comment-form label {
  color: var(--rt-title-color);
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
}

.comment-form input,
.comment-form textarea {
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  width: 100%;
  padding: 14px 15px;
  line-height: 1.3;
}

.comment-form input:focus,
.comment-form textarea:focus {
  box-shadow: unset;
  border: 1px solid var(--rt-primary-color);
}

.comment-form textarea {
  resize: vertical;
}

.comment-form input[type=submit] {
  width: auto;
  background: var(--rt-title-color);
  color: #FFFFFF;
  border: none;
  padding: 16px 26px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 120ms ease;
}

.comment-form input[type=submit]:hover {
  background: var(--rt-primary-color);
  color: #101517;
}

.comment-form .form-submit {
  margin-bottom: 0;
}

.comment-form .required {
  color: #FF0000;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
  flex: 1;
}

.comment-notes {
  font-size: 90%;
  margin-bottom: 30px;
}

p.comment-form-cookies-consent {
  display: flex;
  margin-bottom: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
}

p.comment-form-cookies-consent input {
  width: auto;
}

p.comment-form-cookies-consent * {
  margin: 0;
}

.comment-navigation {
  margin-top: 26px;
  border-top: 1px solid #e2e2e2;
  padding-top: 30px;
}

.comment-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.comment-navigation .nav-links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--rt-title-color);
  border: 1px solid #F2F6FF;
  padding: 6px 15px;
}

.comment-navigation .nav-links a:hover {
  background: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
  color: #101517;
}

.comment-navigation .nav-links a:hover svg {
  fill: #101517;
}

.rt-breadcrumb-banner {
  background-color: #F2F6FF;
  padding: 80px 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .rt-breadcrumb-banner {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .rt-breadcrumb-banner {
    padding: 50px 0;
  }
}
.rt-breadcrumb-banner > .container {
  max-width: 960px;
}

.rt-breadcrumb-banner .entry-title {
  color: var(--rt-title-color);
  font-size: clamp(36px, 4vw, 48px);
  line-height: 1.4;
}

@media (max-width: 767px) {
  .rt-breadcrumb-banner .entry-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .rt-breadcrumb-banner p br {
    display: none;
  }
}
.rt-social {
  display: flex;
  gap: 9px;
}

.rt-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(0);
}

.rt-social li a:hover {
  transform: translateY(-4px);
}

.fraction-slider .swiper .swiper-slide figure {
  padding: 0 15px;
}

a.sb-button,
.sb-button a {
  overflow: hidden;
  display: inline-flex;
  position: relative;
}

a.sb-button::after,
.sb-button a::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  opacity: 0;
  transform: translate(0, 100%) scaleY(2) rotate(5deg);
  transition: opacity 0.25s, transform 0.25s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
  transform-origin: top center;
}

a.sb-button .elementor-button-icon,
.sb-button a .elementor-button-icon {
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a.sb-button .elementor-button-text,
.sb-button a .elementor-button-text {
  transition: opacity 0.25s, transform 0.25s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a.sb-button:hover::before,
.sb-button a:hover::before {
  opacity: 1;
}

a.sb-button:hover::after,
.sb-button a:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}

a.sb-button:hover .elementor-button-text,
.sb-button a:hover .elementor-button-text {
  transform: translateY(-150%) scaleY(2) rotate(5deg);
  opacity: 0;
}

a.sb-button:hover .elementor-button-icon,
.sb-button a:hover .elementor-button-icon {
  transform: translateX(5px) scale(1.1);
}

/* Blog Search CSS */
@media (min-width: 767px) {
  .blog-search-box {
    display: flex;
    justify-content: center;
  }
  .blog-search-box .blog-search {
    width: 50%;
  }
}
.blog-search-box .blog-search {
  position: relative;
  margin-bottom: 60px;
  box-shadow: 0 7px 70px 0 rgba(0, 0, 0, 0.05);
  padding: 28px 37px 32px;
}

.blog-search-box .header-search-form input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: var(--rt-body-color);
  font-size: 15px;
  border-radius: 5px 0 0 5px;
  width: 100%;
  height: 48px;
  padding: 5px 60px 5px 14px;
}

.blog-search-box .header-search-form .search-btn {
  background: var(--rt-primary-color);
  border: none;
  border-radius: 0 5px 5px 0;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 16px;
  position: absolute;
  transition: all 0.5s ease;
  padding: 10px 18px;
  height: 48px;
  right: 37px;
}

.blog-search-box .header-search-form .search-btn svg {
  fill: #FFFFFF;
}

/* Post Block */
.radiustheme-post-card .article-inner-wrapper {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e2e2;
  overflow: hidden;
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.radiustheme-post-card .article-inner-wrapper .entry-wrapper {
  padding: 22px 30px 30px;
  flex: 1;
  display: flex;
}

.radiustheme-post-card .article-inner-wrapper .entry-wrapper .entry-header {
  display: flex;
  flex-direction: column;
}

.radiustheme-post-card .article-inner-wrapper .entry-above-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #4c4c4c;
  font-size: 15px;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 12px;
}

.radiustheme-post-card .article-inner-wrapper .entry-above-meta a {
  font-weight: 500;
}

.radiustheme-post-card .article-inner-wrapper .entry-title {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.radiustheme-post-card .article-inner-wrapper .entry-title a {
  color: var(--rt-title-color);
}

.radiustheme-post-card .article-inner-wrapper .rt-post-meta {
  font-size: 15px;
  margin-top: auto;
}

.radiustheme-post-card .article-inner-wrapper .rt-post-meta ul {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 10px;
}

.radiustheme-post-card .article-inner-wrapper .post-thumbnail {
  margin: 0;
  overflow: hidden;
  line-height: 0;
}

.radiustheme-post-card .article-inner-wrapper .post-thumbnail img {
  transition: all 520ms ease;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1.01) scaleY(1.01);
  backface-visibility: hidden;
}

.radiustheme-post-card:hover .article-inner-wrapper {
  box-shadow: 0 7px 20px rgba(69, 69, 225, 0.2);
}

.radiustheme-post-card:hover .article-inner-wrapper .post-thumbnail img {
  transform: perspective(500px) rotateX(0.03deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}

.sticky .article-inner-wrapper {
  background-color: rgba(var(--rt-primary-rgb), 0.08);
  border-color: var(--rt-primary-color);
  border-radius: 15px;
}

.single-content .entry-content {
  margin-bottom: 40px;
}

.single-content .entry-content > p + :is(h1, h2, h3) {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-content .entry-content img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.single-content .entry-content .wp-block-image {
  margin: 30px 0;
}

.single-content .entry-content .vc-info3-btns {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: nowrap;
}

.single-content .entry-content .vc-info3-btns a {
  background: var(--rt-primary-color);
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
}

.single-content .entry-content .vc-info3-btns a:hover {
  opacity: 0.7;
}

.single-content ul.social-share-list {
  padding-left: 0;
}

.single-content ul {
  padding-left: 35px;
}

.single-content ul li {
  color: var(--rt-title-color);
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.6;
}

.single-content .single-inner-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.post-thumbnail-wrap .wp-caption-text {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.entry-content img {
  border-radius: 12px;
}

.entry-video-area {
  margin-top: 40px;
  margin-bottom: 40px;
}

.entry-video-area .embed-responsive-item {
  width: 100%;
  height: 450px;
  border-radius: 12px;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 24px;
}

:where(.wp-block-columns) {
  margin-top: 30px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .admin-bar.single .radius-progress-container {
    top: 32px;
  }
}
.radius-progress-container {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
}

.radius-progress-bar {
  height: 4px;
  background: linear-gradient(90deg, var(--rt-primary-color) 0%, var(--rt-secondary-color) 100%);
  width: 0;
}

.separate-meta {
  margin-bottom: 10px;
}

.separate-meta a {
  background-color: #F2F6FF;
  color: var(--rt-primary-color);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 4px 4px 0;
  line-height: 1.2;
}

.separate-meta a:hover {
  background: var(--rt-primary-color);
  color: #FFFFFF;
}

.separate-meta .sp {
  display: none;
}

.above-meta-style-border .separate-meta a {
  height: 100%;
  border: 1px solid var(--rt-primary-color);
  padding: 4px 10px;
  line-height: 1.2;
  background: #FFFFFF;
}

.rt-post-meta {
  font-size: 15px;
}

.rt-post-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.rt-post-meta ul li {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #4c4c4c;
}

.rt-post-meta ul li path {
  stroke: #4c4c4c;
}

.rt-post-meta ul li.edit-link {
  opacity: 0;
  visibility: hidden;
}

.rt-post-meta ul li .avatar {
  border-radius: 7px;
}

article:hover .rt-post-meta ul li.edit-link {
  opacity: 1;
  visibility: visible;
}

.rt-post-meta ul li a {
  color: var(--rt-primary-color);
  font-weight: 500;
  padding-bottom: 0;
}

.rt-post-meta ul li a:hover {
  color: var(--rt-secondary-color);
}

.pagination-list {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  display: flex;
}

.pagination-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-size: 22px;
  font-weight: 600;
  color: var(--rt-title-color);
  background-color: #F2F6FF;
  border-radius: 6px;
}

.pagination-list li a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}

.pagination-list li svg {
  transition: unset;
}

.pagination-list li:first-child svg {
  transform: rotate(-180deg);
}

.pagination-list li.active a {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}

@media (min-width: 991px) {
  .single-post .single-inner-space {
    padding-left: 60px;
    padding-right: 400px;
  }
}
.single-post .single-post-thumbnail {
  margin-bottom: 50px;
}

.single-post .single-post-thumbnail img {
  border-radius: 15px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1440px) {
  .single-post .single-post-thumbnail img {
    height: 650px;
  }
}
.single-post .radiustheme-post-card .rt-post-meta {
  margin-bottom: 15px;
}

.single-post .entry-footer {
  display: flex;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .single-post .entry-footer {
    flex-direction: column;
    align-items: baseline !important;
    gap: 20px;
  }
}
.single-post .entry-footer .post-tags {
  display: flex;
  align-items: center;
  gap: 15px;
}

.single-post .entry-footer .tag-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.single-post .entry-footer .tag-links .sp {
  display: none;
}

.single-post .entry-footer .tag-links a {
  background-color: #F2F6FF;
  color: var(--rt-primary-color);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  padding: 8px 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.4;
}

.single-post .entry-footer .tag-links a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}

.single-post .entry-footer .post-share {
  display: flex;
  align-items: center;
  gap: 15px;
}

.single-post .entry-footer .social-share-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}

.single-post .entry-footer .social-share-list li {
  margin-bottom: 0;
}

.single-post .entry-footer .social-share-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  color: var(--rt-primary-color);
}

.single-post .entry-footer .social-share-list a i {
  display: block;
}

.single-post .entry-footer .social-share-list a:hover {
  background-color: var(--rt-primary-color);
  color: #101517;
  border-color: transparent;
}

.single-post .entry-footer .social-share-list a:hover i {
  animation: headShake 1.5s;
}

.rt-related-post {
  margin-top: 60px;
}

.rt-related-post .related-title {
  margin-bottom: 30px;
}

@media (max-width: 1139px) {
  .rt-related-post .row.g-4 {
    justify-content: center;
  }
}
.single-post .rt-related-post .rt-post-meta {
  margin-bottom: 0;
}

.author .profile-author {
  margin-bottom: 60px;
  margin-top: 0;
}

@media (min-width: 1199px) {
  .author .profile-author {
    padding: 60px;
  }
}
.profile-author {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 45px;
  margin-top: 50px;
  border-radius: 12px;
  background-color: #F2F6FF;
}

@media (max-width: 575px) {
  .profile-author {
    padding: 30px;
  }
}
.profile-author .profile-thumb img {
  border-radius: 8px;
}

.profile-author .profile-content {
  flex: 1;
}

@media (max-width: 575px) {
  .profile-author .profile-content {
    flex: auto;
  }
}
.profile-author .profile-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

.profile-author .author-bio {
  margin-bottom: 18px;
}

.profile-author .profile-designation {
  font-size: 15px;
  color: #4c4c4c;
  margin-bottom: 7px;
}

.profile-author .profile-author-social {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 18px 0 0 0;
  padding: 0;
  text-align: left;
}

.profile-author .profile-author-social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  color: var(--rt-title-color);
  background-color: #FFFFFF;
  border-radius: 3px;
  transform: translateY(0);
}

.profile-author .profile-author-social li a:hover {
  opacity: 0.7;
  transform: translateY(-4px);
}

.profile-author .profile-author-social li:nth-child(1) svg {
  fill: #1877f2;
}

.profile-author .profile-author-social li:nth-child(2) svg {
  fill: #1a1a1a;
}

.profile-author .profile-author-social li:nth-child(3) svg {
  fill: #0077b5;
}

.profile-author .profile-author-social li:nth-child(4) svg {
  fill: #ff0000;
}

.profile-author .profile-author-social li:nth-child(5) svg {
  fill: #E1306C;
}

.profile-author .profile-author-social li:nth-child(6) svg {
  fill: #e60023;
}

.profile-author .profile-author-social li:nth-child(7) svg {
  fill: #25D366;
}

.profile-author .about-author ul.author-box-social li:nth-child(1) a {
  color: #1877f2;
}

.profile-author .about-author ul.author-box-social li:nth-child(2) a {
  color: #1da1f2;
}

.profile-author .about-author ul.author-box-social li:nth-child(3) a {
  color: #0077b5;
}

.profile-author .about-author ul.author-box-social li:nth-child(4) a {
  color: #ff0000;
}

.wp-block-quote {
  background-color: #fff7e6;
  border-left: 6px solid;
  border-color: var(--rt-title-color);
  color: var(--rt-title-color);
  margin: 30px 0;
  padding: 20px 30px 20px 30px;
  font-size: 18px;
  line-height: 1.5;
}

.wp-block-quote p {
  margin-bottom: 5px;
}

.wp-block-quote cite {
  color: var(--rt-title-color);
  font-size: 16px;
  font-weight: 700;
}

.wp-block-quote.has-text-align-right {
  padding-left: 0;
  padding-right: 30px;
  border-left: 0;
  border-right: 6px solid;
  border-color: var(--rt-title-color);
}

/* social share list */
@media (min-width: 991px) {
  .chat-perplexity-wrap {
    position: sticky;
    top: 50px;
  }
}
@media (min-width: 991px) {
  .chat-perplexity-wrap .chat-gtp-perplexity {
    position: absolute;
    right: -400px;
    top: -10px;
    width: 320px;
  }
}
.chat-perplexity-wrap .chat-gtp-perplexity .summarize-title {
  font-size: 20px;
  margin-bottom: 6px;
}

.chat-perplexity-wrap .chat-gtp-perplexity ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding: 0;
}

.chat-perplexity-wrap .chat-gtp-perplexity li {
  width: 48%;
}

.chat-perplexity-wrap .chat-gtp-perplexity li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  gap: 8px;
  padding: 0 10px;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
  color: #fff;
  border-radius: 3px;
}

.chat-perplexity-wrap .chat-gtp-perplexity li a:hover {
  opacity: 0.8;
}

.chat-perplexity-wrap .chat-gtp-perplexity li:nth-child(1) a {
  background-color: #1A1A1A;
}

.chat-perplexity-wrap .chat-gtp-perplexity li:nth-child(2) a {
  background-color: #31b8c6;
}

.social-share-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  transition: all 0.3s ease;
  margin-top: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-share-list li.share-now {
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 575px) {
  .social-share-list li.share-now {
    width: 100%;
  }
}
.social-share-list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  gap: 8px;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
  color: #fff;
  border-radius: 3px;
}

.social-share-list li a svg {
  fill: #FFFFFF;
}

.social-share-list li a:hover {
  opacity: 0.7;
}

.social-share-list li:nth-child(2) a {
  background-color: #1877f2;
}

.social-share-list li:nth-child(3) a {
  background-color: #1A1A1A;
}

.social-share-list li:nth-child(4) a {
  background-color: #0077b5;
}

.social-share-list li:nth-child(5) a {
  background-color: #e60023;
}

.social-share-list li:nth-child(6) a {
  background-color: #25D366;
}

.single-content .entry-content .table-of-contents a {
  color: var(--rt-title-color);
}

.single-content .entry-content .table-of-contents a:hover {
  color: var(--rt-primary-color);
}

.table-of-contents {
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px 30px 20px;
}

.table-of-contents h2 {
  font-size: 20px;
}

.table-of-contents ul ul {
  padding-left: 15px;
  list-style-type: circle;
}

.table-of-contents ul ul li {
  font-size: 15px;
}

.table-of-contents ul li {
  font-size: 16px;
  margin-bottom: 12px;
}

.table-of-contents ul li a.active {
  color: var(--rt-primary-color) !important;
}

.table-of-contents > ul {
  padding-left: 15px;
  padding-right: 12px;
  overflow-y: auto;
  height: 450px;
}

@media (min-width: 991px) {
  .table-contents {
    position: sticky;
    top: 50px;
  }
  .table-of-contents {
    position: absolute;
    right: -400px;
    top: 90px;
    width: 320px;
  }
}
.single-download-content .item-figure {
  margin-bottom: 28px;
}

.single-download-content .entry-content a {
  color: var(--rt-primary-color);
}

.single-download-content .rt-button {
  margin-bottom: 28px;
  display: inline-flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.single-download-content .rt-button .btn {
  color: #FFFFFF;
}

.single-download-content .rt-button .btn-live-demo {
  background-color: var(--rt-secondary-color);
}

.single-download-content .rt-button .btn-live-demo:hover {
  opacity: 0.8;
}

.purchase-licence {
  background-color: #F2F6FF;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.purchase-licence .entry-title {
  font-size: 24px;
  margin-bottom: 12px;
}

.purchase-licence .nav-tabs {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
  border-bottom: none;
  border-radius: 30px;
  background: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.purchase-licence .nav-tabs li {
  width: 50%;
  color: var(--rt-title-color);
  padding: 7px;
  font-weight: 500;
  cursor: pointer;
}

.purchase-licence .nav-tabs li.is-active {
  background-color: #F3812F;
}

.purchase-licence .item-price {
  margin-bottom: 20px;
}

.purchase-licence .edd_price {
  color: var(--rt-secondary-color);
  font-size: 22px;
  font-weight: 700;
}

.purchase-licence .purchase-note {
  color: #f71616;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 13px;
  display: inline-block;
}

.purchase-licence .pricing-options .purchase-tax {
  background: rgba(255, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  color: var(--rt-secondary-color);
  border-radius: 8px;
  padding: 10px 15px;
  line-height: 1.6;
}

.purchase-licence .edd-submit.button.blue {
  border: none;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 16px 24px;
  line-height: 1;
  -moz-column-gap: 6px;
       column-gap: 6px;
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  width: 100%;
  transition: all 0.2s;
}

.purchase-licence .edd-submit.button.blue:hover {
  background-color: var(--rt-secondary-color);
}

.pricing-options .tab-block-pane:nth-child(1) li:nth-last-child(-n+3) {
  display: none;
}

.pricing-options .tab-block-pane:nth-child(2) li:nth-child(-n+3) {
  display: none;
}

#edd_purchase_form, #edd_checkout_cart_form {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 12px;
}

@media (max-width: 767px) {
  #edd_purchase_form, #edd_checkout_cart_form {
    padding: 15px;
  }
}
#edd_checkout_cart_form .edd_cart_header_row {
  background-color: #EEEEFF;
}

#edd_checkout_cart_form .edd_cart_item {
  font-weight: 500;
}

#edd_checkout_cart_form .edd_cart_item:nth-child(odd) {
  background-color: #F8FBFF;
}

#edd_checkout_cart_form .edd_cart_item:nth-child(even) {
  background-color: #F2F5F9;
}

.edd-blocks__confirmation-details {
  display: inline-flex;
}

.pricing-options .submit-btn,
#edd_checkout_cart a.edd-cart-saving-button,
.edd-blocks__confirmation-details a,
#edd-purchase-button,
.edd-submit {
  background-color: #4545FF !important;
  border-radius: 6px;
  color: #FFFFFF;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 15px 30px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.pricing-options .submit-btn:hover,
#edd_checkout_cart a.edd-cart-saving-button:hover,
.edd-blocks__confirmation-details a:hover,
#edd-purchase-button:hover,
.edd-submit:hover {
  background-color: #FF0000 !important;
}

#edd-purchase-button {
  width: 100%;
}

.pricing-options .purchase-tax {
  margin-top: 20px;
}

#edd_checkout_form_wrap legend {
  width: auto;
  padding: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: var(--rt-title-color);
}

#edd_checkout_form_wrap label {
  color: var(--rt-title-color);
  font-weight: 500;
  margin-bottom: 12px;
}

#edd_checkout_form_wrap .edd-description {
  color: var(--rt-body-color);
  display: none;
}

#edd_checkout_form_wrap fieldset {
  border: none;
  padding: 0;
}

#edd_checkout_form_wrap input[type=email],
#edd_checkout_form_wrap input[type=password],
#edd_checkout_form_wrap input[type=tel],
#edd_checkout_form_wrap input[type=text],
#edd_checkout_form_wrap select {
  padding: 12px 15px;
  border-radius: 5px;
  border: none;
  background-color: #F4F4F4;
}

#edd_checkout_form_wrap #edd-card-phone-wrap .iti {
  display: block;
}

#edd_checkout_form_wrap #edd_final_total_wrap {
  background-color: transparent;
  border: none;
  text-align: center;
  margin-bottom: 10px;
}

#edd_checkout_form_wrap #edd_final_total_wrap strong {
  font-size: 15px;
  font-weight: 500;
  color: var(--rt-body-color);
}

#edd_checkout_form_wrap #edd_final_total_wrap .edd_cart_amount {
  font-size: 18px;
  color: var(--rt-title-color);
  font-weight: 600;
}

#edd_checkout_cart td,
#edd_checkout_cart th,
#edd_checkout_cart .edd_cart_header_row th {
  background-color: transparent;
  border: none;
  padding: 15px;
}

#edd_checkout_cart td {
  font-size: 16px;
}

.edd-show-terms .edd_terms_links {
  font-size: 18px;
  font-weight: 600;
}

#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap select.edd-select,
#edd_checkout_form_wrap textarea.edd-input {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

#edd_checkout_cart .edd_cart_remove_item_btn {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgY2xhc3M9InctNiBoLTYiPgogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTE0Ljc0IDlsLS4zNDYgOW0tNC43ODggMEw5LjI2IDltOS45NjgtMy4yMWMuMzQyLjA1Mi42ODIuMTA3IDEuMDIyLjE2Nm0tMS4wMjItLjE2NUwxOC4xNiAxOS42NzNhMi4yNSAyLjI1IDAgMDEtMi4yNDQgMi4wNzdIOC4wODRhMi4yNSAyLjI1IDAgMDEtMi4yNDQtMi4wNzdMNC43NzIgNS43OW0xNC40NTYgMGE0OC4xMDggNDguMTA4IDAgMDAtMy40NzgtLjM5N20tMTIgLjU2MmMuMzQtLjA1OS42OC0uMTE0IDEuMDIyLS4xNjVtMCAwYTQ4LjExIDQ4LjExIDAgMDEzLjQ3OC0uMzk3bTcuNSAwdi0uOTE2YzAtMS4xOC0uOTEtMi4xNjQtMi4wOS0yLjIwMWE1MS45NjQgNTEuOTY0IDAgMDAtMy4zMiAwYy0xLjE4LjAzNy0yLjA5IDEuMDIyLTIuMDkgMi4yMDF2LjkxNm03LjUgMGE0OC42NjcgNDguNjY3IDAgMDAtNy41IDAiIC8+Cjwvc3ZnPgo=) 50% no-repeat;
  background-size: 1em;
  box-shadow: none !important;
  display: block;
  height: 1em;
  opacity: 0.6;
  top: 0;
  width: 1em;
  text-indent: -1000px;
  color: transparent;
}

#edd_checkout_form_wrap .edd-payment-icons {
  background-color: #F2F6FF;
  border-radius: 6px;
  padding: 30px;
  margin-top: 24px;
}

.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=email],
.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=password],
.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=tel],
.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=text],
.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form select {
  padding: 12px 15px !important;
  border-radius: 5px;
  border: none;
  background-color: #F4F4F4;
}

.edd-success .entry-content > p {
  background-color: #fff3f3;
  border-radius: 5px;
  padding: 8px 20px;
}

.wp-block-edd-confirmation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-block-edd-confirmation ul li {
  font-size: 14px;
}

.wp-block-edd-confirmation .edd-blocks-receipt__items,
.wp-block-edd-confirmation .edd-blocks-receipt__totals {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border: none;
  padding: 30px;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .wp-block-edd-confirmation .edd-blocks-receipt__items,
  .wp-block-edd-confirmation .edd-blocks-receipt__totals {
    padding: 15px;
  }
}
.wp-block-edd-receipt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-block-edd-receipt ul li {
  font-size: 14px;
}

.wp-block-edd-receipt .edd-blocks-receipt__totals,
.wp-block-edd-receipt .edd-blocks-receipt__items {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border: none;
  padding: 30px;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .wp-block-edd-receipt .edd-blocks-receipt__totals,
  .wp-block-edd-receipt .edd-blocks-receipt__items {
    padding: 15px;
  }
}
table.edd-table {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  table.edd-table {
    padding: 15px;
  }
}
table.edd-table th, table.edd-table td {
  border: none;
  padding: 18px 30px;
}

table.edd-table thead {
  background-color: #EEEEFF;
}

table.edd-table thead th {
  font-size: 20px;
  font-weight: 600;
  color: var(--rt-title-color);
}

table.edd-table tbody td {
  border-bottom: 1px solid #e2e2e2;
}

table.edd-table tbody td a {
  font-weight: 500;
}

#edd_user_history.edd-table th {
  background: #EEEEFF;
  font-weight: 600;
}

#edd_user_history.edd-table td, #edd_user_history.edd-table th {
  padding: 18px 30px;
}

table#edd_purchase_receipt_products li {
  margin: 0;
}

nav.elementor-nav-menu--main ul.elementor-nav-menu {
  display: flex;
  gap: 12px;
}

nav.elementor-nav-menu--main ul.elementor-nav-menu .elementor-item {
  background-color: #F2F6FF;
  color: var(--rt-title-color);
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.2s;
}

nav.elementor-nav-menu--main ul.elementor-nav-menu .elementor-item:after {
  height: 0 !important;
}

nav.elementor-nav-menu--main ul.elementor-nav-menu .elementor-item.elementor-item-active {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}

nav.elementor-nav-menu--layout-vertical ul.elementor-nav-menu {
  flex-direction: column;
}

.edd_download_file br {
  display: none;
}

#edd_login_form.edd_form legend {
  font-size: 24px;
  font-weight: 600;
  color: var(--rt-title-color);
}

#edd_login_form.edd_form label {
  font-weight: 500;
  min-width: 175px;
  display: inline-block;
}

#edd_login_form.edd_form .edd-input {
  padding: 8px 12px;
  border-radius: 5px;
}

#edd_login_form.edd_form #edd_login_submit.edd-submit {
  width: auto;
  font-size: 16px;
  padding: 12px 30px;
  font-weight: 600;
}

/* Edd theme and plugin style */
.rt-dynamic-edd-layout .nav-tabs {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}

.rt-dynamic-edd-layout .nav-tabs li {
  line-height: 0;
}

.rt-dynamic-edd-layout .nav-tabs li.is-active .bg-envato {
  box-shadow: 0 6px 5px 0 rgba(114, 179, 30, 0.42);
}

.rt-dynamic-edd-layout .nav-tabs li.is-active .bg-radius {
  box-shadow: 0 6px 5px 0 rgba(51, 93, 255, 0.42);
}

.rt-dynamic-edd-layout .nav-tabs .nav-link {
  color: #FFFFFF;
  border-radius: 30px;
  padding: 14px 30px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 55px;
  cursor: pointer;
}

.rt-dynamic-edd-layout .nav-tabs .nav-link.bg-envato {
  background-color: #87E64B;
  color: #101517;
}

.rt-dynamic-edd-layout .nav-tabs .nav-link.bg-radius {
  background-color: #335dff;
}

.rt-dynamic-edd-layout .rt-edd-item {
  background-color: #FFFFFF;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  transition: all 120ms ease;
}

.rt-dynamic-edd-layout .rt-edd-item:hover {
  box-shadow: 0 7px 20px rgba(69, 69, 225, 0.2);
}

.rt-dynamic-edd-layout .rt-edd-item .rt-button {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rt-dynamic-edd-layout .rt-edd-item .rt-item-price {
  color: var(--rt-primary-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.rt-dynamic-edd-layout .item-image {
  line-height: 0;
}

.rt-dynamic-edd-layout .item-image img {
  border-radius: 8px 8px 0 0;
}

.rt-dynamic-edd-layout .item-content {
  padding: 25px 0 0;
}

.rt-dynamic-edd-layout .item-content .rt-base {
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.rt-dynamic-edd-layout .item-content .rt-base.Popular {
  background: #f9616f;
  color: #fff;
}

.rt-dynamic-edd-layout .item-content .rt-base.New {
  background: #09a906;
  color: #fff;
}

.rt-dynamic-edd-layout .item-content .rt-base.Trending {
  background: #ff6e00;
  color: #fff;
}

.rt-dynamic-edd-layout .item-content .rt-base.Featured {
  background: #BA17DB;
  color: #fff;
}

.rt-dynamic-edd-layout .item-content .rt-last-updated {
  font-size: 14px;
  margin-bottom: 5px;
  color: #4c4c4c;
}

.rt-dynamic-edd-layout .item-content .rt-last-updated span {
  color: var(--rt-body-color);
  font-weight: 500;
}

.rt-dynamic-edd-layout .rt-title {
  font-size: 24px;
  line-height: 1.2;
}

.rt-dynamic-edd-layout .rt-title a {
  display: flex;
  align-items: self-start;
  gap: 10px;
  color: var(--rt-title-color);
}

.rt-dynamic-edd-layout .rt-title a img {
  max-width: 40px;
}

.rt-dynamic-edd-layout .rt-title a:hover {
  color: var(--rt-primary-color);
}

@media (min-width: 1024px) {
  .rt-edd-list-layout .rt-sticky {
    position: sticky;
    top: 110px;
  }
}
.rt-edd-list-layout .rt-edd-item {
  display: flex;
  gap: 24px;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .rt-edd-list-layout .rt-edd-item {
    flex-direction: column;
  }
}
.rt-edd-list-layout .item-image {
  flex: 1;
}

.rt-edd-list-layout .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  flex: 1;
}

.error-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.error-404 img {
  height: auto;
  filter: grayscale(1);
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
    margin-right: -45px;
  }
}
.error-404 .error-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding-top: 40px;
  text-align: center;
}

@media (min-width: 992px) {
  .error-404 .error-info {
    max-width: 50%;
  }
}
.error-404 .error-info .error-title {
  font-size: 44px;
  margin-bottom: 15px;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .error-404 .error-info .error-title {
    font-size: 44px;
  }
}
.error-404 .error-info p {
  font-size: 24px;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .error-404 .error-info p {
    font-size: 28px;
  }
}
.error-404 .error-info .btn-primary {
  margin-top: 10px;
  display: inline-block;
}

.text-bold .elementor-heading-title span {
  font-weight: 700;
}

.elementor-heading-title .type-wrap {
  display: inline-block;
  background-color: #E50052;
  font-weight: 400;
  padding: 0 12px;
}

.elementor-heading-title a:hover {
  color: var(--rt-primary-color);
}

@media (max-width: 991px) {
  .elementor-widget-text-editor br,
  .elementor-heading-title br {
    display: none;
  }
}
.elementor-widget-image-carousel .swiper .swiper-slide figure {
  line-height: 0;
}

.rt-primary {
  color: var(--rt-primary-color);
}

.rt-secondary {
  color: var(--rt-secondary-color);
}

.red {
  color: var(--rt-secondary-color);
}

@media (max-width: 991px) {
  .mfp-iframe-holder .mfp-close {
    right: 5px;
  }
}
@media (min-width: 769px) {
  .elementor-section-sticky {
    position: sticky;
    top: 120px;
  }
}
.image-hover-animation-01 .elementor-widget-container img {
  transition: all 0.5s cubic-bezier(0.08, 0.27, 0.04, 1.11);
}

.image-hover-animation-01 .elementor-widget-container img:hover {
  transform: translateY(-5px);
}

.elementor-widget-html .popup-youtube {
  display: flex;
  align-items: center;
}

.popup-youtube .video-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  background: linear-gradient(180deg, #FF7679 0%, #FB0004 100%);
  position: relative;
  z-index: 1;
  animation: pulseShadowPrimary 2000ms linear infinite;
  transition: transform 0.3s;
}

.popup-youtube span.text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  margin-left: 15px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}

.popup-youtube:hover .video-icon {
  transform: scale(1.1);
}

@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 var(--rt-primary-color);
  }
  70% {
    box-shadow: 0 0 0 20px var(--rt-primary-color);
    opacity: 0;
  }
  100% {
    box-shadow: 0 0 0 0 var(--rt-primary-color);
    opacity: 0;
  }
}
@keyframes pulseShadowPrimary {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
  }
}
.elementor-custom-embed-play {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rt-secondary-color);
  border-radius: 100px;
  background: #FFFFFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.elementor-custom-embed-play svg {
  opacity: 1;
  height: 20px;
  width: 20px;
}

.elementor-custom-embed-play i {
  color: var(--rt-secondary-color);
  font-size: 20px;
  opacity: 1;
}

.elementor-custom-embed-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-shadow 1500ms ease-out infinite;
  z-index: -1;
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe {
  border-radius: 20px;
}

@media (min-width: 1025px) {
  .elementor-lightbox .elementor-video-container .elementor-video-landscape {
    max-height: 50vh !important;
    width: 50vw !important;
  }
}
.cl-video-layout .elementor-custom-embed-play {
  position: absolute;
  top: 130px;
}

.rt-blur-shape-layout-1 {
  position: relative;
  z-index: 1;
}

@media (min-width: 1441px) {
  .rt-blur-shape-layout-1:before {
    position: absolute;
    content: "";
    border-radius: 431px;
    width: 358.13px;
    height: 358.13px;
    left: -96.06px;
    top: 179.08px;
    background: #D7E9FF;
    filter: blur(100px);
    z-index: -1;
  }
  .rt-blur-shape-layout-1:after {
    position: absolute;
    content: "";
    width: 379px;
    height: 379px;
    right: 0;
    bottom: 179.08px;
    background: #FFECF2;
    filter: blur(100px);
    z-index: -1;
  }
}
.rt-blur-shape-layout-2 {
  position: relative;
  z-index: 1;
}

@media (min-width: 1441px) {
  .rt-blur-shape-layout-2:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 299px;
    height: 299px;
    left: 19px;
    top: 19px;
    background: #0F4CF3;
    filter: blur(400px);
  }
  .rt-blur-shape-layout-2:after {
    position: absolute;
    content: "";
    bottom: 179.08px;
    z-index: -1;
    width: 298px;
    height: 298px;
    right: 30px;
    top: 312px;
    background: #DEFF71;
    filter: blur(400px);
  }
}
.rt-blur-shape-layout-3 {
  position: relative;
}

@media (min-width: 1441px) {
  .rt-blur-shape-layout-3:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 299px;
    height: 299px;
    left: 21.99px;
    top: 358px;
    background: #FF7171;
    filter: blur(400px);
  }
  .rt-blur-shape-layout-3:after {
    position: absolute;
    content: "";
    bottom: 179.08px;
    z-index: -1;
    width: 298px;
    height: 298px;
    right: 30px;
    top: 80px;
    background: #0F4CF3;
    filter: blur(400px);
  }
}
.rt-blur-shape-layout-4 {
  position: relative;
}

@media (min-width: 1441px) {
  .rt-blur-shape-layout-4:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1375px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #FFFFFF 0%, #F1F0F9 51.44%, #FFFFFF 100%);
  }
}
.rt-blur-shape-layout-5::after {
  pointer-events: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 150px;
  z-index: 10;
  background: linear-gradient(180deg, rgba(245, 245, 252, 0) -15%, rgba(245, 245, 252, 0) 20.25%, #FFFFFF 71.25%);
  content: "";
}

.rt-blur-shape-layout-6 {
  position: relative;
}

@media (min-width: 1441px) {
  .rt-blur-shape-layout-6:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3220.15px;
    left: 0;
    top: 202px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F1F0F9 21.15%, #FFFFFF 100%);
  }
}
.rt-blur-shape-layout-7 {
  position: relative;
}

@media (min-width: 1441px) {
  .rt-blur-shape-layout-7:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 942px;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F1F0F9 21.15%, #FFFFFF 100%);
  }
}
.rt-blur-shape-layout-8 {
  position: relative;
}

@media (min-width: 1441px) {
  .rt-blur-shape-layout-8:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1680px;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF 4.83%, #F1F0F9 24.96%, #FFFFFF 100%);
  }
}
body #content .animated {
  animation-duration: 0.6s;
}

@media only screen and (max-width: 479px) {
  body #content .animated {
    animation-duration: 0s !important;
  }
}
body .fadeInUp {
  animation-name: rtFadeInUp !important;
}

@keyframes rtFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.elementor-accordion .elementor-accordion-item {
  border: 1px solid #e3e3e3 !important;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
}

.elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  color: var(--rt-title-color);
  font-size: 17px;
  font-weight: 600;
  padding: 15px;
  line-height: 1.2;
  background: #fff;
}

.elementor-accordion .elementor-accordion-item .elementor-active .elementor-accordion-title {
  color: var(--rt-primary-color);
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content {
  padding: 5px 24px 24px;
  background: #fff;
  border: none;
  line-height: 30px;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content p:last-child {
  margin-bottom: 0;
}

.elementor-accordion .elementor-accordion-item .elementor-accordion-icon-closed {
  font-size: 14px;
}

.elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened {
  font-size: 14px;
}

.elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened svg {
  fill: var(--rt-primary-color);
}

.accordion-new-design > .elementor-widget-container {
  overflow: hidden;
}

.accordion-new-design .e-n-accordion-item-title-text i {
  margin-right: 8px;
}

.accordion-new-design .e-n-accordion-item[open] > .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-weight: 600;
}

.carousel-grayscale .swiper-slide img {
  filter: grayscale(1);
}

.carousel-grayscale .swiper-slide:hover img {
  filter: grayscale(0);
}

@media only screen and (max-width: 767px) {
  .select2-container {
    width: 100% !important;
  }
}
.elementor-heading-title span {
  color: var(--rt-primary-color);
}

.elementor-widget-text-editor ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.elementor-widget-text-editor ul li {
  margin-bottom: 12px;
}

.elementor-widget-text-editor ul li:last-child {
  margin-bottom: 0;
}

.post-grid-feature-menu .elementor-icon-list-items {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.post-grid-feature-menu .elementor-icon-list-item a {
  flex-direction: row-reverse;
  justify-content: space-between;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  color: var(--rt-title-color);
  padding: 10px 12px;
  border-radius: 6px;
}

.post-grid-feature-menu .elementor-icon-list-item.is-active a, .post-grid-feature-menu .elementor-icon-list-item:hover a {
  background: var(--rt-primary-color);
  color: #FFFFFF;
}

.post-grid-feature-list .elementor-icon-list-items {
  gap: 10px;
}

.post-grid-feature-list .elementor-icon-list-item {
  background: #F1F0F9;
  border-radius: 6px;
  padding: 8px 18px;
}

.rt-info-box .rt-box-item {
  display: flex;
  gap: 30px;
  transition: transform 0.15s;
}

.rt-info-box .rt-box-item p {
  margin-bottom: 0;
}

.rt-info-box .rt-box-item:hover {
  transform: translateY(-5px);
}

.rt-info-box .rt-box-item:hover .item-icon span:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.rt-info-box .rt-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
}

.rt-info-box .item-icon span {
  color: var(--rt-title-color);
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.rt-info-box .item-icon span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.4);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease;
  border-radius: 50%;
}

.rt-info-box .item-icon .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  background-color: #F4F4F4;
  color: var(--rt-title-color);
  border-radius: 50%;
  border: 5px solid #FFFFFF;
  position: absolute;
  right: -14px;
  top: 0;
}

.rt-offer-box .rt-item-box {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 50px 40px;
  transition: transform 0.3s ease-out;
}

.rt-offer-box .rt-item-box:hover {
  transform: translateY(-10px);
}

.rt-offer-box .rt-item-box:hover .rt-icon span:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.rt-offer-box .rt-popup .popup {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background-color: #f3f3f3;
  border-radius: 50%;
  color: #878787;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rt-offer-box .rt-popup .popup:hover {
  background-color: var(--rt-title-color);
  color: #FFFFFF;
}

.rt-offer-box .rt-popup:hover .popup-content {
  opacity: 1;
  visibility: visible;
}

.rt-offer-box .rt-popup .popup-content {
  font-size: 14px;
  line-height: 1.3;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 20px;
  top: 60px;
  width: 180px;
  background-color: #f3f3f3;
  padding: 15px;
  border-radius: 5px;
  transition: all 0.233s;
}

.rt-offer-box .rt-icon {
  margin-bottom: 30px;
}

.rt-offer-box .rt-icon span {
  background-color: #F2F6FF;
  color: var(--rt-title-color);
  border-radius: 50%;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 100px;
  width: 100px;
  z-index: 1;
}

.rt-offer-box .rt-icon span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #AFB1B9;
  transform: scale(0.4);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease;
  border-radius: 50%;
}

.rt-offer-box .rt-text {
  margin-top: 25px;
}

.rt-offer-box .rt-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.rt-offer-box .rt-desc {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.rt-offer-box .item-list {
  color: var(--rt-title-color);
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  list-style: none;
  margin: 30px 0 40px;
  padding: 0;
  line-height: 1.3;
}

.rt-offer-box .item-list li {
  display: flex;
}

.rt-offer-box .item-list li i {
  color: var(--rt-primary-color);
  margin-right: 8px;
}

.rt-offer-box .rt-price {
  color: var(--rt-primary-color);
  font-size: 40px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 35px;
}

.rt-offer-box .rt-price del {
  color: #AFB1B9;
  font-size: 36px;
  font-weight: 500;
}

.rt-offer-box .rt-button .btn {
  width: 100%;
}

/* Image box style */
.rt-image-box {
  height: 100%;
}

.rt-image-box .rt-box-item {
  background-color: #F2F6FF;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 120ms ease;
}

.rt-image-box .rt-box-item:hover {
  box-shadow: -10px 10px 30px rgba(69, 69, 225, 0.2);
  transform: translateY(-5px);
}

.rt-image-box .rt-box-item .rt-button {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rt-image-box .item-image {
  line-height: 0;
}

.rt-image-box .item-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.rt-image-box .item-content {
  padding: 25px 0 0;
}

.rt-image-box .rt-content p:last-child {
  margin-bottom: 0;
}

.rt-image-box .rt-title {
  font-size: 22px;
  line-height: 1.3;
}

.classified-listing-tab > .elementor-widget-container {
  overflow: hidden;
}

.classified-listing-tab .rt-image-box .rt-box-item {
  flex-direction: row-reverse;
  background: transparent;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1199px) {
  .classified-listing-tab .rt-image-box .rt-box-item {
    display: block;
  }
}
.classified-listing-tab .rt-image-box .rt-box-item:hover {
  transform: unset;
  box-shadow: unset;
}

.classified-listing-tab .rt-image-box .rt-box-item .btn {
  background: transparent;
  color: var(--rt-primary-color);
  padding: 0;
}

.classified-listing-tab .rt-image-box .rt-box-item .btn > span {
  display: none;
}

.classified-listing-tab .rt-image-box .item-image {
  line-height: 0;
  flex: 0 0 52%;
  max-width: 52%;
}

@media (max-width: 1199px) {
  .classified-listing-tab .rt-image-box .item-image {
    max-width: 100%;
  }
}
.classified-listing-tab .rt-image-box .item-image img {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
}

.classified-listing-tab .e-n-tab-title-text img {
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .classified-listing-tab .e-n-tabs-content > .e-child {
    display: block !important;
    height: 0;
    opacity: 0;
    overflow: hidden auto;
    position: relative;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease-in, left 1.5s cubic-bezier(0.2, 1, 0.22, 1);
  }
  .classified-listing-tab .e-n-tabs-content > .e-child.e-active {
    height: auto;
    min-height: 500px;
    opacity: 1;
    left: 0;
    top: 0;
  }
  .classified-listing-tab .e-n-tabs-content {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .classified-listing-tab .e-n-tabs-heading {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
  }
}
.classified-listing-tab.tab-two-style {
  /* ACTIVE TAB */
}

.classified-listing-tab.tab-two-style .e-n-tab-title {
  justify-content: space-between;
}

.classified-listing-tab.tab-two-style .e-n-tab-title .e-n-tab-icon svg {
  width: unset;
}

.classified-listing-tab.tab-two-style .e-n-tab-title-text {
  flex-direction: column;
  align-items: start;
}

.classified-listing-tab.tab-two-style .tab-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  color: var(--rt-body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
}

.classified-listing-tab.tab-two-style .e-n-tab-title[aria-selected=true] {
  font-weight: 600;
}

.classified-listing-tab.tab-two-style .e-n-tab-title[aria-selected=true]:before {
  position: absolute;
  left: 2px;
  content: "";
  background: var(--rt-primary-color);
  height: 70px;
  width: 3px;
  border-radius: 0 30px 30px 0;
}

.classified-listing-tab.tab-two-style .e-n-tab-title[aria-selected=true] .tab-content {
  margin-top: 10px;
  max-height: 200px;
  opacity: 1;
}

.classified-listing-tab.tab-two-style .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
  fill: none;
}

.classified-listing-tab.tab-two-style .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg path {
  stroke: var(--rt-primary-color);
}

.classified-listing-tab.tab-two-style .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg {
  fill: none;
}

@media (max-width: 767px) {
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
    margin-block-start: 0;
  }
}
/* Image box style */
.rt-image-content-box .rt-box-item {
  background-color: #FFFFFF;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
  height: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-direction: row-reverse;
  transition: all 120ms ease;
}

@media (max-width: 768px) {
  .rt-image-content-box .rt-box-item {
    flex-direction: column;
  }
}
.rt-image-content-box .rt-box-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.09);
}

.rt-image-content-box .rt-button {
  margin-top: 30px;
}

.rt-image-content-box .rt-button a {
  width: 100%;
  border-radius: 30px;
}

.rt-image-content-box .item-image {
  flex: 1 1 50%;
  line-height: 0;
  min-width: 0;
  height: 460px;
  display: flex;
  align-items: center;
}

.rt-image-content-box .item-image img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.rt-image-content-box .item-content {
  flex: 1 1 50%;
  min-width: 0;
}

.rt-image-content-box .title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.rt-image-content-box .title-wrap .title-icon {
  line-height: 0;
}

.rt-image-content-box .rt-title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 0;
}

.rt-image-content-box .rt-title a {
  color: var(--rt-title-color);
}

/* team style */
.rt-team-member .rt-member-item {
  background-color: #F2F6FF;
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
}

.rt-team-member .item-image {
  line-height: 0;
}

.rt-team-member .item-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.rt-team-member .item-content {
  padding: 20px;
  border-top: 4px solid var(--rt-primary-color);
}

.rt-team-member .rt-title {
  font-size: 20px;
  margin-bottom: 3px;
  line-height: 1.2;
}

.rt-team-member .rt-content {
  color: var(--rt-primary-color);
  margin-bottom: 0;
  font-weight: 500;
}

.rt-testimonial .rt-testimonial-item {
  border: 1px solid var(--rt-primary-color);
  border-radius: 20px;
  padding: 50px 35px;
}

.rt-testimonial .quote {
  position: absolute;
  left: -35px;
  top: -35px;
  background-color: #FFFFFF;
  border: 1px solid var(--rt-primary-color);
  color: var(--rt-primary-color);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rt-testimonial .item-author-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rt-testimonial .item-rating {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 5px;
  line-height: 0;
  margin-bottom: 15px;
}

.rt-testimonial .item-rating path {
  fill: #4c4c4c;
}

.rt-testimonial .item-rating .active path {
  fill: #FFCF11;
}

.rt-testimonial .author-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--rt-title-color);
}

.rt-testimonial .item-content {
  margin-bottom: 35px;
}

.rt-testimonial .author-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.rt-testimonial .author-box .author-content {
  flex: 1;
}

.rt-testimonial .author-box .author-name {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.3;
}

.rt-testimonial .author-box .marketplace-name {
  font-size: 15px;
}

.rt-testimonial .author-box .author-image {
  line-height: 0;
}

.rt-testimonial .author-box .author-image img {
  width: 50px;
  border-radius: 50%;
}

.rt-testimonial .marketplace-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  line-height: 0;
  border: 1px solid #3858E9;
  border-radius: 50%;
}

.rt-testimonial-slider .marquee-top,
.rt-testimonial-slider .marquee-bottom {
  display: inline-grid;
  row-gap: 24px;
}

.rt-testimonial-slider .marquee-top .rt-testimonial-item,
.rt-testimonial-slider .marquee-bottom .rt-testimonial-item {
  display: inline-grid;
  row-gap: 24px;
}

.rt-testimonial-slider .marquee-left .rt-testimonial-item,
.rt-testimonial-slider .marquee-right .rt-testimonial-item {
  display: flex;
  gap: 24px;
  margin-right: 20px;
}

.rt-testimonial-slider .marquee-left .rt-item,
.rt-testimonial-slider .marquee-right .rt-item {
  width: 418px;
}

.rt-testimonial-slider .rt-item {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  white-space: normal;
  padding: 35px;
  display: flex;
  flex-direction: column;
}

.rt-testimonial-slider .rating-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}

.rt-testimonial-slider .item-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
}

.rt-testimonial-slider .item-rating {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 5px;
  line-height: 0;
}

.rt-testimonial-slider .item-rating path {
  fill: #4c4c4c;
}

.rt-testimonial-slider .item-rating .active path {
  fill: #FFCF11;
}

.rt-testimonial-slider .author-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--rt-title-color);
  line-height: 1.3;
}

.rt-testimonial-slider .rt-content {
  font-size: 16px;
}

.rt-testimonial-slider .item-author-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.rt-testimonial-slider .author-box {
  display: inline-flex;
  gap: 12px;
  flex: 1;
}

.rt-testimonial-slider .author-box .author-content {
  flex: 1;
  line-height: 1.2;
}

.rt-testimonial-slider .author-box .author-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.3;
}

.rt-testimonial-slider .author-box .marketplace-name {
  font-size: 14px;
}

.rt-testimonial-slider .author-box .author-image {
  line-height: 0;
}

.rt-testimonial-slider .author-box .author-image img {
  width: 50px;
  border-radius: 50%;
}

.rt-testimonial-slider .marketplace-icon {
  display: flex;
  align-items: center;
}

.rt-testimonial-slider .marquee-left::before,
.rt-testimonial-slider .marquee-right::before {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 10;
  background-image: linear-gradient(to right, rgba(248, 248, 248, 0.6705882353), transparent);
  content: "";
}

.rt-testimonial-slider .marquee-left::after,
.rt-testimonial-slider .marquee-right::after {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 10;
  background-image: linear-gradient(to left, #f8f8f8, transparent);
  content: "";
}

/* plugin info with api */
.rt-plugins-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.rt-plugins-info-wrapper .info-wrapper {
  background-color: #F2F6FF;
  padding: 24px 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .rt-plugins-info-wrapper .info-wrapper {
    width: 100%;
  }
}
.rt-plugins-info-wrapper .info-wrapper.downloads {
  background-color: #FFF7F7;
}

.rt-plugins-info-wrapper .info-wrapper.active-installs {
  background-color: #e3e9f4;
}

.rt-plugins-info-wrapper .info-wrapper.reviews, .rt-plugins-info-wrapper .info-wrapper.avg-reviews {
  background-color: #FAFFDD;
}

.rt-plugins-info-wrapper .info-wrapper.version {
  background-color: #EDF7FF;
}

.rt-plugins-info-wrapper .info-wrapper.last-updated {
  background-color: #FFF7E7;
}

.rt-plugins-info-wrapper .info-wrapper.wp-compat {
  background-color: #ECF3FF;
}

.rt-plugins-info-wrapper .info-wrapper.tested {
  background-color: #E5DFFF;
}

.rt-plugins-info-wrapper .info-wrapper svg {
  width: 22px;
  height: 22px;
}

.rt-plugins-info-wrapper .info-wrapper.downloads svg, .rt-plugins-info-wrapper .info-wrapper.last-updated svg, .rt-plugins-info-wrapper .info-wrapper.version svg {
  color: #004BFF;
}

.rt-plugins-info-wrapper .info-wrapper.reviews svg, .rt-plugins-info-wrapper .info-wrapper.avg-reviews svg {
  color: #EB9F0C;
}

.rt-plugins-info-wrapper .info-wrapper.active-installs svg {
  color: #00C64F;
}

.rt-plugins-info-wrapper .info-wrapper.active-installs svg path {
  stroke: #00C64F;
}

.rt-plugins-info-wrapper .info-wrapper.wp-compat svg, .rt-plugins-info-wrapper .info-wrapper.tested svg {
  color: #333;
}

.rt-plugins-info-wrapper .info-icon {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}

.rt-plugins-info-wrapper .plugin-info {
  color: #000;
  line-height: 28px;
}

.rt-plugins-info-wrapper .plugin-info strong {
  font-weight: 600;
}

/* product info */
.rt-product-dynamic {
  border: 1px solid var(--rt-primary-color);
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.rt-product-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rt-product-info .rt-info-box-item {
  font-size: 15px;
  background-color: #F2F6FF;
  border-radius: 5px;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.rt-product-info .rt-title {
  color: var(--rt-title-color);
  font-weight: 600;
}

/* version comparison style */
@media (max-width: 1200px) {
  .table-responsive {
    overflow-x: scroll;
  }
  .table-responsive .table-striped {
    min-width: 760px;
  }
}
.rt-comparison-table {
  border: 1px solid #EBEBF5;
  border-radius: 12px;
  overflow: hidden;
}

.rt-comparison-table .table {
  margin: 0;
}

.rt-comparison-table .table th, .rt-comparison-table .table td {
  border: none;
  border-right: 1px solid #e2e2e2;
}

.rt-comparison-table .table th:first-child, .rt-comparison-table .table td:first-child {
  border-left: none;
}

.rt-comparison-table .table th:last-child, .rt-comparison-table .table td:last-child {
  border-right: none;
}

.rt-comparison-table .rt-comparison-table-head {
  background-color: var(--rt-primary-color);
}

.rt-comparison-table .rt-comparison-table-head .rt-title {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 14px 40px;
  text-align: center;
}

.rt-comparison-table .rt-comparison-table-head .rt-title.rt-item-title {
  text-align: left;
}

.rt-comparison-table .rt-comparison-table-body .rt-item-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--rt-title-color);
  text-align: left;
  padding: 12px 40px;
}

.rt-comparison-table .rt-comparison-table-body .rt-comparison-item {
  font-size: 16px;
  font-weight: 500;
  color: var(--rt-title-color);
  width: 220px;
}

.rt-comparison-table .rt-comparison-table-body tr:nth-child(odd) {
  background-color: #FBFAFF;
}

.rt-comparison-table .rt-comparison-table-body tr:nth-child(even) {
  background-color: #EEEEF8;
}

.rt-comparison-table .rt-comparison-table-body .list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rt-comparison-table .rt-comparison-table-body .icon-tick {
  color: #30d883;
}

.rt-comparison-table .rt-comparison-table-body .icon-cross {
  color: var(--rt-secondary-color);
}

.rt-pricing-table .tab-block-pane.display-block {
  display: block !important;
}

.rt-pricing-table .nav-tabs {
  position: relative;
  background-color: #E6E3FC;
  border: 1px solid #9A93CF;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 30px;
  padding: 10px;
  height: 100%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  margin: 0 auto 40px;
  text-align: center;
  gap: 10px;
  list-style: none;
}

.rt-pricing-table .nav-tabs li {
  position: relative;
}

.rt-pricing-table .nav-tabs li .nav-link {
  color: #4F45A5;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 24px;
  cursor: pointer;
}

.rt-pricing-table .nav-tabs li.is-active .nav-link {
  color: var(--rt-primary-color);
  border: 1px solid #9A93CF;
  background-color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.24);
}

.rt-pricing-table .nav-tabs .offer {
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-table;
  background: var(--rt-secondary-color);
  border-radius: 15px;
  padding: 6px 10px;
  line-height: 1;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
}

.rt-pricing-table .nav-tabs .offer:after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--rt-secondary-color);
}

.rt-pricing-table .tab-content {
  background-color: #FFFFFF;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

@media (min-width: 768px) {
  .rt-pricing-table .tab-content .rt-item .rt-price-tab-box {
    border-right: 1px solid #e2e2e2;
  }
}
@media (max-width: 767px) {
  .rt-pricing-table .tab-content .rt-item .rt-price-tab-box {
    border-bottom: 1px solid #e2e2e2;
  }
}
.rt-pricing-table .tab-content .rt-item:last-child .rt-price-tab-box {
  border-right: none !important;
  border-bottom: none;
}

.rt-pricing-table .tab-content .rt-item:last-child .rt-price-tab-box.popular-item {
  border-right: 1px solid var(--rt-primary-color) !important;
}

.rt-pricing-table .rt-popular {
  position: absolute;
  right: -42px;
  top: 28px;
  padding: 5px 12px;
  text-align: center;
  color: #fff;
  background-color: var(--rt-primary-color);
  transform: rotate(45deg);
  width: 180px;
}

.rt-pricing-table .rt-price-tab-box {
  position: relative;
  padding: 45px 50px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.rt-pricing-table .rt-price-tab-box.popular-item {
  border: 1px solid var(--rt-primary-color) !important;
  box-shadow: 0 0 10px rgba(69, 69, 225, 0.2);
  background-color: #F4F8FF;
}

@media (max-width: 767px) {
  .rt-pricing-table .rt-price-tab-box {
    padding: 40px 30px;
  }
}
.rt-pricing-table .price-header {
  margin-bottom: 35px;
  text-align: center;
}

.rt-pricing-table .price-header .rt-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.rt-pricing-table .price-header .rt-price {
  font-size: 50px;
  font-weight: 700;
  color: var(--rt-title-color);
  line-height: 1;
}

.rt-pricing-table .price-header .rt-price del {
  font-size: 17px;
  font-weight: 500;
  color: #AFB1B9;
}

.rt-pricing-table .price-header .price {
  margin-top: 15px;
}

.rt-pricing-table .price-header .price-unit {
  font-size: 17px;
  font-weight: 500;
  color: #AFB1B9;
}

.rt-pricing-table .price-header .save-price {
  background: rgba(255, 0, 0, 0.15);
  font-size: 12px;
  font-weight: 500;
  color: var(--rt-secondary-color);
  border-radius: 30px;
  max-width: 96px;
  margin-left: 7px;
  padding: 4px 7px;
}

.rt-pricing-table .price-header .rt-renews {
  display: block;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
}

.rt-pricing-table .price-header .rt-renews span {
  color: var(--rt-title-color);
  font-weight: 600;
}

.rt-pricing-table .rt-features {
  margin-bottom: 35px;
}

.rt-pricing-table .rt-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  row-gap: 10px;
}

.rt-pricing-table .rt-features li {
  color: var(--rt-title-color);
  font-size: 15px;
  font-weight: 500;
}

.rt-pricing-table .rt-features li.red {
  color: var(--rt-secondary-color);
}

.rt-pricing-table .rt-features li span.new {
  background: rgba(255, 0, 0, 0.15);
  color: var(--rt-secondary-color);
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
}

.rt-pricing-table .rt-features li span.info {
  background: rgba(255, 169, 0, 0.25);
  color: var(--rt-title-color);
  padding: 2px 5px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  border-radius: 5px;
}

.rt-pricing-table .rt-features i {
  color: #01BB45;
  margin-right: 8px;
}

.rt-pricing-table .rt-features i.red {
  color: var(--rt-secondary-color);
}

.rt-pricing-table .rt-features img {
  position: relative;
  top: 3px;
  margin-right: 8px;
}

.rt-pricing-table .rt-features a {
  color: var(--rt-title-color);
  text-decoration: underline;
}

.rt-pricing-table .rt-features a:hover {
  color: var(--rt-primary-color);
}

.rt-pricing-table .rt-notice {
  background: #fff3f3;
  color: var(--rt-secondary-color);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  border-radius: 7px;
  padding: 13px;
  margin-bottom: 30px;
}

.rt-pricing-table .rt-notice i {
  padding-right: 4px;
}

.rt-pricing-table .rt-price-button {
  margin-top: auto;
}

.rt-pricing-table .rt-price-button .btn {
  border-width: 1.5px;
  width: 100%;
}

.rt-pricing-table .price-note {
  font-size: 18px;
  padding: 15px 20px;
  background: #fff3f3;
  color: var(--rt-secondary-color);
  font-weight: 500;
  margin-top: 30px;
  border-radius: 8px;
}

@media (max-width: 340px) {
  .rt-pricing-tab .nav-tabs {
    gap: 5px;
  }
  .rt-pricing-tab .nav-tabs .nav-link {
    font-size: 17px;
    padding: 5px 12px;
  }
}
.rt-marquee-wrap {
  position: relative;
}

.rt-marquee-wrap .rt-marquee {
  overflow: hidden;
  white-space: nowrap;
  display: inline-grid;
  height: 690px;
}

.rt-marquee-wrap .rt-marquee .marquee-item {
  display: inline-grid;
  row-gap: 24px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .rt-marquee-wrap .rt-marquee .marquee-item {
    row-gap: 12px;
    margin-bottom: 12px;
  }
}
.rt-marquee-wrap .rt-marquee .marquee-item .item-image {
  position: relative;
  white-space: normal;
}

.rt-marquee-wrap .rt-marquee .marquee-item img {
  display: block;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.rt-marquee-wrap .rt-marquee.marquee-top .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_top 40s linear infinite;
}

.rt-marquee-wrap .rt-marquee.marquee-bottom .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_bottom 40s linear infinite;
}

.rt-marquee-wrap .rt-marquee:hover .rt-marquee-item {
  animation-play-state: paused;
}

.rt-testimonial-slider {
  position: relative;
}

.rt-testimonial-slider .rt-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.rt-testimonial-slider .rt-marquee.marquee-left .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_left 40s linear infinite;
}

.rt-testimonial-slider .rt-marquee.marquee-right .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_right 40s linear infinite;
}

.rt-testimonial-slider .rt-marquee.marquee-top .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_top 60s linear infinite;
}

.rt-testimonial-slider .rt-marquee.marquee-bottom .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_bottom 60s linear infinite;
}

.rt-testimonial-slider .rt-marquee:hover .rt-marquee-item {
  animation-play-state: paused;
}

.rt-review-video-card {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
}

.rt-review-video-card .card-media {
  line-height: 0;
  overflow: hidden;
  position: relative;
}

.rt-review-video-card .card-media::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  transition: all 0.52s ease;
}

.rt-review-video-card .card-media::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%);
  transition: all 0.52s ease;
  opacity: 0;
}

.rt-review-video-card .card-media .media-thumb {
  backface-visibility: hidden;
  margin: 0;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.rt-review-video-card .card-media .media-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.rt-review-video-card .card-media .video-icon {
  width: 50px;
  height: 50px;
}

.rt-review-video-card .card-media .video-icon img {
  width: 14px;
}

.rt-review-video-card .card-media .video-meta > span {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 50px;
  line-height: 1;
  min-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 75px;
}

.rt-review-video-card .card-media .video-meta .duration {
  right: 20px;
  background: linear-gradient(180deg, #5788ff -20%, #004bff);
}

.rt-review-video-card .card-media .video-meta .view-count {
  left: 20px;
  background: linear-gradient(180deg, #ff6b41 -20%, #ff5727);
}

.rt-review-video-card .card-media .video-meta svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.rt-review-video-card .card-content {
  padding: 30px;
}

.rt-review-video-card .card-content h3 {
  color: var(--rt-title-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 0;
  margin-top: 15px;
}

@media only screen and (min-width: 1024px) {
  .rt-review-video-card .card-content h3 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}
.rt-review-video-card .card-content .card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #77797e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.rt-review-video-card:hover {
  box-shadow: 0 5px 24px rgba(0, 75, 255, 0.1);
}

.rt-review-video-card:hover .card-media::before {
  opacity: 0;
}

.rt-review-video-card:hover .card-media::after {
  opacity: 1;
}

.rt-review-video-card:hover .card-media .video-icon {
  transform: scale(1.1);
}

#service-tab .e-n-tabs-heading {
  margin-bottom: -1px;
  z-index: 9;
}

#service-tab .e-n-tab-title:hover,
#service-tab .e-n-tab-title[aria-selected=true] {
  background-color: #fff !important;
}

#service-tab #service-tab1 {
  background-color: #F7E8FF;
}

#service-tab #service-tab2 {
  background-color: #EAEBFF;
}

#service-tab #service-tab3 {
  background-color: #FFEFE7;
}

#service-tab #service-tab4 {
  background-color: #E5FEE9;
}

#service-tab #service-tab5 {
  background-color: #FFECF4;
}

#service-tab #service-tab6 {
  background-color: #EAFBFF;
}

/* black friday style */
.pricing-section .elementor-heading-title span {
  color: #37F0CB;
}

.pricing-section .rt-pricing-table .price-header {
  text-align: left;
}

.pricing-section .rt-pricing-table .tab-content {
  background-color: transparent;
}

.pricing-section .rt-pricing-table .rt-price-tab-box.popular-item {
  border: 1px solid #2B2B5C !important;
  transform: unset;
}

.pricing-section .rt-pricing-table .rt-popular {
  background: linear-gradient(135deg, #FFB31A, #C63200);
}

.pricing-section .price-header .price-unit {
  display: none;
}

.pricing-section .rt-pricing-table .price-header .save-price {
  padding: 4px 10px;
}

.pricing-section .rt-pricing-table .rt-features li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #2B2B5C;
  color: #fff;
}

/* black friday top bar style */
.bf-header-top {
  background-color: #0A1A3D;
  background-image: url(/wp-content/uploads/2025/11/black-friday-topbar-bg-scaled.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.bf-header-top .bf-content-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 12px 0;
  text-align: center;
}

@media (max-width: 920px) {
  .bf-header-top .bf-content-column {
    justify-content: center;
  }
}
.bf-header-top .bf-top-banner {
  display: block;
  width: 450px;
}

@media (max-width: 1440px) {
  .bf-header-top .bf-top-banner {
    width: 320px;
  }
}
.bf-header-top .bf-super-offer {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .bf-header-top .bf-super-offer {
    font-size: 22px;
  }
}
.bf-header-top .bf-super-offer span {
  color: #16F916;
}

.bf-header-top .bf-deal-btn {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background: #16F916;
  border-radius: 6px;
  padding: 14px 30px;
  line-height: 1.2;
}

.bf-header-top .bf-deal-btn:hover {
  background: #03c503;
}

@media (max-width: 1440px) {
  .bf-header-top .bf-deal-btn {
    margin-top: 0;
    font-size: 15px;
    padding: 12px 20px;
  }
}
@media (max-width: 565px) {
  .bf-header-top .bf-deal-btn {
    margin-top: 10px;
  }
}
/* portfolio style */
.rt-portfolio-wrap .rt-portfolio-item {
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
}

.rt-portfolio-wrap .rt-portfolio-item .rt-title {
  font-size: 20px;
  flex: 1;
  margin-bottom: 0;
}

.rt-portfolio-wrap .rt-portfolio-item .btn {
  border-color: var(--rt-primary-color);
  color: var(--rt-primary-color);
  border-radius: 5px;
  padding: 13px 20px;
  font-size: 14px;
}

.rt-portfolio-wrap .rt-portfolio-item .btn:hover {
  background: var(--rt-primary-color);
  color: #FFFFFF;
}

.rt-portfolio-wrap .rt-portfolio-item .rt-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px;
}

.rt-portfolio-wrap .rt-portfolio-item .rt-image {
  position: relative;
  overflow: hidden;
}

.rt-portfolio-wrap .rt-portfolio-item .rt-image img {
  transition: all 0.23s ease-in-out;
}

.rt-portfolio-wrap .rt-portfolio-item:hover .rt-image img {
  transform: scale(1.03);
}

.rt-portfolio-wrap .rt-load-more {
  text-align: center;
  margin-top: 30px;
}

/*New Style Design*/
.footer-top-section{
    display: none;
}
.banner-heighlight{
  color: #7390EB !important;
}
.icon-color-transfarent .elementor-button:hover svg, .icon-color-transfarent .elementor-button:focus svg {
  fill: #124e9e00 !important;
}

/* #### Generated By: http://font.download #### */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: local("Inter Regular"), url("../fonts/inter-webfont/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: local("Inter Medium"), url("../fonts/inter-webfont/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: local("Inter Semi Bold"), url("../fonts/inter-webfont/Inter-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: local("Inter Bold"), url("../fonts/inter-webfont/Inter-Bold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: local("Inter Extra Bold"), url("../fonts/inter-webfont/Inter-ExtraBold.woff") format("woff");
}

