@charset "UTF-8";
/*--------------------------------------------------------------
# Import Modules
--------------------------------------------------------------*/
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
--------------------------------------------------------------*/
.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 li {
  margin-bottom: 0;
}

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);
  }
}
.move {
  animation: move 3s linear infinite;
}

@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.move1 {
  animation: move1 2s linear infinite;
}

@keyframes move1 {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-10px) translateX(30px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
.move2 {
  animation: move2 2s linear infinite;
}

@keyframes move2 {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-20px) translateX(10px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@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 showPrice {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hidePrice {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes rtDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rtFigureAnimate {
  0% {
    transform: rotate(0deg) translate(0px);
  }
  50% {
    transform: rotate(30deg) translate(0px);
  }
  100% {
    transform: rotate(0deg) translate(0px);
  }
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
/* Shake Animation */
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-3px);
  }
}
/* Launch Animation */
@keyframes launch {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-80px);
    opacity: 0;
  }
}
/* Pulse Animation */
@keyframes pulseIcon {
  0%, 100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes flicker {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  20% {
    opacity: 1;
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  30% {
    opacity: 0;
    transform: matrix(0.9, 0.1, -0.1, 0.9, 2, -2);
  }
  50% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  65% {
    opacity: 0;
    transform: matrix(1.2, 0, 0.1, 1, -3, 3);
  }
  80% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
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: #000000;
}

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, ins {
  background: #006D5B;
  text-decoration: none;
  color: #ffffff;
  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-title-color);
}

a:hover {
  color: var(--rt-primary-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;
}

.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);
  }
}
@media (max-width: 1200px) {
  .header-container {
    padding-right: 0;
    padding-left: 0;
  }
}

.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-caption p.wp-caption-text {
  font-size: 11px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.wp-block-query-pagination {
  margin-top: 10px;
}
.wp-block-query-pagination > a {
  color: #000000;
  font-size: 15px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers > *:not(.dots) {
  display: inline-flex;
  padding: 3px 8px;
  background-color: var(--rt-gray10);
  line-height: 1.3;
  min-width: 30px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 3px;
  color: #111111;
  border: none;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers a:hover {
  background-color: var(--rt-meta-color);
  color: #FFFFFF;
}

/* Gutenberg Style */
.blocks-gallery-grid, .wp-block-gallery {
  margin-bottom: 25px;
  margin-top: 25px;
}

.gallery-caption {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}

.wp-block-latest-comments__comment-date,
.wp-block-image figcaption,
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 14px;
}

.wp-block-image figcaption {
  color: #70778b;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 10px 10px 0;
  width: calc(50% - 10px);
  border-radius: 4px;
  overflow: hidden;
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: calc(33.33333% - 10px);
  margin-right: 10px;
}

.blocks-gallery-grid.columns-4 .blocks-gallery-image,
.blocks-gallery-grid.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
  width: calc(25% - 10px);
  margin-right: 10px;
}

.blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
  width: calc(20% - 5px);
  margin-right: 5px;
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0 !important;
}

.columns-5 .blocks-gallery-image figcaption,
.columns-5 .blocks-gallery-item figcaption,
.columns-6 .blocks-gallery-image figcaption,
.columns-6 .blocks-gallery-item figcaption,
.columns-7 .blocks-gallery-image figcaption,
.columns-7 .blocks-gallery-item figcaption,
.columns-8 .blocks-gallery-image figcaption,
.columns-8 .blocks-gallery-item figcaption {
  font-size: 14px;
}

.single-blog .single-blog-content .post-details .wp-block-rss,
.single-blog .single-blog-content .post-details .wp-block-latest-posts {
  list-style: none;
  padding: 0;
}

.single-blog .single-blog-content .post-details > *:last-child {
  margin-bottom: 0;
}

.single-blog .single-blog-content .post-details .wp-block-calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.single-blog .single-blog-content .post-details .wp-block-latest-comments,
.single-blog .single-blog-content .post-details .wp-block-archives {
  padding-left: 0;
}

form.post-password-form label > input {
  background: #FFFFFF;
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
  padding: 10px 8px;
  height: 50px;
}

form.post-password-form input[type=submit] {
  background: var(--rt-primary-color);
  border-radius: 6px;
  color: #FFFFFF;
  font-weight: 500;
  outline: none;
  height: 50px;
  transition: all ease 0.31s;
}

.comment-list .pingback-entry {
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__label {
  display: none;
}
.wp-block-search .wp-block-search__button {
  border: none;
  background-color: var(--rt-primary-color);
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  transition: 0.4s;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--rt-title-color);
}
.wp-block-search .wp-block-search__input {
  border-radius: 6px !important;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0;
  background-color: #f9f9f9;
  font-size: 16px;
}
.wp-block-search .wp-block-search__input::-moz-placeholder {
  color: var(--rt-primary-color);
}
.wp-block-search .wp-block-search__input::placeholder {
  color: var(--rt-primary-color);
}
.wp-block-search .wp-block-search__input:focus-visible {
  outline: none;
  border-color: #565656;
  box-shadow: none;
}

.wp-block-cover {
  margin-bottom: 15px;
  padding: 30px;
  border-radius: 6px;
  overflow: hidden;
}
.wp-block-cover .wp-block-cover__background {
  border-radius: 12px;
}
.wp-block-cover.is-repeated {
  border-radius: 12px;
}
.wp-block-cover a {
  color: #FFFFFF;
}

.has-large-font-size,
.has-x-large-font-size {
  line-height: 1.24;
}

figcaption,
figure.wp-block-image figcaption {
  border-radius: 15px;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #FFFFFF;
}

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

.wp-block-button {
  margin-bottom: 12px;
}
.wp-block-button .wp-block-button__link {
  display: inline-grid;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  border-radius: 500px;
  cursor: pointer;
  color: #fff;
  padding: 14px 30px;
  text-transform: capitalize;
  text-decoration: none;
  text-shadow: none;
  -webkit-appearance: none;
  border: none;
  background-color: var(--rt-primary-color);
  transition: all ease 0.3s;
  position: relative;
}
.wp-block-button .wp-block-button__link:hover {
  color: #FFFFFF;
  background-color: var(--rt-title-color);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--rt-primary-color);
  background-color: transparent;
  border: 2px solid var(--rt-primary-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--rt-title-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:before {
  display: none;
}

.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link:before {
  border-radius: 0;
}

.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link:after {
  border-radius: 0;
}

.wp-block-button .wp-block-button__link.no-border-radius,
.wp-block-button .wp-block-button__link.no-border-radius:before {
  border-radius: 0;
}

.wp-block-button .has-techly-primary-background-color:before {
  background-color: var(--rt-primary-color);
}

.wp-block-button .has-techly-dark-gray-background-color:before {
  background-color: #F3F7FF;
}

.wp-block-button .has-techly-light-gray-background-color:before {
  background-color: #f1f1f1;
}

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

.wp-block-post {
  margin-bottom: 24px;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  padding: 20px 30px 20px 30px;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 18px;
  text-align: center;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
  border-left: 3px solid;
  border-color: var(--rt-primary-color);
}

.wp-block-quote.is-style-large {
  text-align: center;
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
  border: none;
  border-bottom: 4px solid;
  border-top: 4px solid;
  color: currentColor;
  margin-bottom: 1.75em;
  margin-top: 1.5em;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 32px;
}

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

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

.has-techly-yellow-background-color {
  background-color: var(--rt-tertiary-color) !important;
}

.has-techly-dark-gray-background-color {
  background-color: var(--rt-gray20) !important;
}

.has-techly-light-gray-background-color {
  background-color: var(--rt-gray10) !important;
}

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

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

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

.has-techly-yellow-color {
  color: var(--rt-tertiary-color) !important;
}

.has-techly-dark-gray-color {
  color: var(--rt-gray20) !important;
}

.has-techly-light-gray-color {
  color: var(--rt-gray10) !important;
}

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

.wp-block-gallery.alignleft.extraclass {
  margin-right: 30px;
}

.wp-block-gallery-1.wp-block-gallery.columns-3 {
  margin-bottom: 15px;
}

/* 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 var(--rt-border-color);
  transition: all 520ms 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 var(--rt-border-color);
}

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: 160px;
  padding-bottom: 160px;
}
@media (max-width: 1199px) {
  .content-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.techly-breadcrumb-wrapper.no-bg.no-color + div {
  padding-top: 0;
}

.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: #000000;
}
.post-thumbnail:hover .post-edit-link {
  opacity: 1;
  visibility: visible;
}

/*blend mode*/
.rt-blend img {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg) !important;
}

/*scroll bar*/
.techly-offcanvas-drawer::-webkit-scrollbar {
  width: 1px;
}

.techly-offcanvas-drawer::-webkit-scrollbar {
  background: var(--rt-primary-color);
}

.techly-offcanvas-drawer::-webkit-scrollbar-thumb {
  background: var(--rt-primary-color);
}

.metaStyleDash, .meta-style-dash-bg .rt-post-meta li:is(.category, .tag) a::before, .meta-style-dash-bg .rt-post-meta li::before, .meta-style-dash .rt-post-meta li::before {
  content: "-----";
  margin-right: 7px;
  letter-spacing: -4px;
  transform: scaleY(0.8);
  width: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.primaryColor, .single-post-pagination .post-navigation:hover .link, .techly-post-card .entry-title a:hover, .above-meta-style-border .separate-meta a, .meta-style-dash-bg .rt-post-meta li:is(.category, .tag) a, .meta-style-dash-bg .rt-post-meta li:not(.category, .tag) a, .meta-style-dash-bg .rt-post-meta li:not(.category, .tag):before, .meta-style-dash-bg .rt-post-meta li:not(.category, .tag), .meta-style-border .rt-post-meta ul li:is(.category, .tag) a, .meta-style-border .rt-post-meta ul li:not(.category, .tag) a, .meta-style-border .rt-post-meta ul li:not(.category, .tag), .widget a:hover, .techly-widget-area .rt-blog-post .entry-title a:hover, .techly-breadcrumb-wrapper .breadcrumb li.active .title, .techly-offcanvas-drawer ul li.current-menu-item > a,
.techly-offcanvas-drawer ul li.current-menu-ancestor > a, .techly-offcanvas-drawer nav ul li a:hover, .techly-navigation ul.menu li.current-menu-item > a,
.techly-navigation ul.menu li.current > a, .techly-navigation ul.menu > li > a:hover, .techly-navigation ul li a:hover, .techly-navigation ul li.current-menu-item > a,
.techly-navigation ul li.current-menu-ancestor > a, .site-branding h1 a {
  color: var(--rt-primary-color);
}

.primaryBG, .above-meta-style-border .separate-meta a:hover, .meta-style-dash-bg .rt-post-meta li:is(.category, .tag) a:hover, .meta-style-border .rt-post-meta ul li:is(.category, .tag) 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, .meta-style-border .rt-post-meta ul li:not(.category, .tag) a:hover {
  color: var(--rt-secondary-color);
}

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

.tertiaryColor {
  color: var(--rt-tertiary-color);
}

.tertiaryBG, .techly-navigation ul.menu li ul.dropdown-menu li a:before {
  background-color: var(--rt-tertiary-color);
}

.whiteColor, .single-post.techly-single-3 .content-top-area .rt-post-meta a, .single-post.techly-single-3 .content-top-area .rt-post-meta i,
.single-post.techly-single-3 .content-top-area .rt-post-meta li:before, .single-post.techly-single-3 .content-top-area .rt-post-meta, .single-post.techly-single-3 .content-top-area .entry-title, .above-meta-style-border .separate-meta a:hover, .meta-style-dash-bg .rt-post-meta li:is(.category, .tag) a:hover, .meta-style-border .rt-post-meta ul li:is(.category, .tag) a:hover {
  color: #FFFFFF;
}

.whiteBG {
  background-color: #FFFFFF;
}

.blackColor {
  color: #000000;
}

.blackBG {
  background-color: #000000;
}

@font-face {
  font-family: "rt-fonttello";
  src: url("../fonts/fontello-icon/rt-fonttello.eot?10401218");
  src: url("../fonts/fontello-icon/rt-fonttello.eot?10401218#iefix") format("embedded-opentype"), url("../fonts/fontello-icon/rt-fonttello.woff2?10401218") format("woff2"), url("../fonts/fontello-icon/rt-fonttello.woff?10401218") format("woff"), url("../fonts/fontello-icon/rt-fonttello.ttf?10401218") format("truetype"), url("../fonts/fontello-icon/rt-fonttello.svg?10401218#rt-fonttello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "rt-fonttello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rt-pinterest:before {
  content: "\e800";
} /* '' */
.icon-rt-plane:before {
  content: "\e801";
} /* '' */
.icon-rt-play:before {
  content: "\e802";
} /* '' */
.icon-rt-plus:before {
  content: "\e803";
} /* '' */
.icon-rt-presentation:before {
  content: "\e804";
} /* '' */
.icon-rt-puzzle:before {
  content: "\e805";
} /* '' */
.icon-rt-quick-solutions:before {
  content: "\e806";
} /* '' */
.icon-rt-quote:before {
  content: "\e807";
} /* '' */
.icon-rt-reports:before {
  content: "\e808";
} /* '' */
.icon-rt-right:before {
  content: "\e809";
} /* '' */
.icon-rt-right-arrow:before {
  content: "\e80a";
} /* '' */
.icon-rt-rocket:before {
  content: "\e80b";
} /* '' */
.icon-rt-search:before {
  content: "\e80c";
} /* '' */
.icon-rt-settings:before {
  content: "\e80d";
} /* '' */
.icon-rt-share:before {
  content: "\e80e";
} /* '' */
.icon-rt-sliders:before {
  content: "\e80f";
} /* '' */
.icon-rt-solution:before {
  content: "\e810";
} /* '' */
.icon-rt-star:before {
  content: "\e811";
} /* '' */
.icon-rt-strategic-planning:before {
  content: "\e812";
} /* '' */
.icon-rt-strategic-planning-2:before {
  content: "\e813";
} /* '' */
.icon-rt-support-system:before {
  content: "\e814";
} /* '' */
.icon-rt-tiktok:before {
  content: "\e815";
} /* '' */
.icon-rt-trending-up:before {
  content: "\e816";
} /* '' */
.icon-rt-twitter:before {
  content: "\e817";
} /* '' */
.icon-rt-up:before {
  content: "\e818";
} /* '' */
.icon-rt-user:before {
  content: "\e819";
} /* '' */
.icon-rt-user-plus:before {
  content: "\e81a";
} /* '' */
.icon-rt-users:before {
  content: "\e81b";
} /* '' */
.icon-rt-whatsapp:before {
  content: "\e81c";
} /* '' */
.icon-rt-youtube:before {
  content: "\e81d";
} /* '' */
.icon-rt-ai:before {
  content: "\e81e";
} /* '' */
.icon-rt-align-left:before {
  content: "\e81f";
} /* '' */
.icon-rt-align-right:before {
  content: "\e820";
} /* '' */
.icon-rt-bell-ring:before {
  content: "\e821";
} /* '' */
.icon-rt-blocks:before {
  content: "\e822";
} /* '' */
.icon-rt-bold:before {
  content: "\e823";
} /* '' */
.icon-rt-building:before {
  content: "\e824";
} /* '' */
.icon-rt-calendar:before {
  content: "\e825";
} /* '' */
.icon-rt-cancel:before {
  content: "\e826";
} /* '' */
.icon-rt-check:before {
  content: "\e827";
} /* '' */
.icon-rt-clock:before {
  content: "\e828";
} /* '' */
.icon-rt-command:before {
  content: "\e829";
} /* '' */
.icon-rt-comment:before {
  content: "\e82a";
} /* '' */
.icon-rt-dashboard:before {
  content: "\e82b";
} /* '' */
.icon-rt-dollar:before {
  content: "\e82c";
} /* '' */
.icon-rt-down:before {
  content: "\e82d";
} /* '' */
.icon-rt-download:before {
  content: "\e82e";
} /* '' */
.icon-rt-earth:before {
  content: "\e82f";
} /* '' */
.icon-rt-efficient-operations:before {
  content: "\e830";
} /* '' */
.icon-rt-empowered-leadership:before {
  content: "\e831";
} /* '' */
.icon-rt-expert-advice:before {
  content: "\e832";
} /* '' */
.icon-rt-facebook:before {
  content: "\e833";
} /* '' */
.icon-rt-file:before {
  content: "\e834";
} /* '' */
.icon-rt-film:before {
  content: "\e835";
} /* '' */
.icon-rt-flash:before {
  content: "\e836";
} /* '' */
.icon-rt-folder:before {
  content: "\e837";
} /* '' */
.icon-rt-fullscreen:before {
  content: "\e838";
} /* '' */
.icon-rt-gift:before {
  content: "\e839";
} /* '' */
.icon-rt-git-commit:before {
  content: "\e83a";
} /* '' */
.icon-rt-guidance:before {
  content: "\e83b";
} /* '' */
.icon-rt-hard-drive:before {
  content: "\e83c";
} /* '' */
.icon-rt-help-circle:before {
  content: "\e83d";
} /* '' */
.icon-rt-image-plus:before {
  content: "\e83e";
} /* '' */
.icon-rt-instagram:before {
  content: "\e83f";
} /* '' */
.icon-rt-invoices:before {
  content: "\e840";
} /* '' */
.icon-rt-italic:before {
  content: "\e841";
} /* '' */
.icon-rt-leadership-executive:before {
  content: "\e842";
} /* '' */
.icon-rt-left:before {
  content: "\e843";
} /* '' */
.icon-rt-left-arrow:before {
  content: "\e844";
} /* '' */
.icon-rt-link:before {
  content: "\e845";
} /* '' */
.icon-rt-linkedin:before {
  content: "\e846";
} /* '' */
.icon-rt-list:before {
  content: "\e847";
} /* '' */
.icon-rt-list-filter:before {
  content: "\e848";
} /* '' */
.icon-rt-list-ordered:before {
  content: "\e849";
} /* '' */
.icon-rt-location:before {
  content: "\e84a";
} /* '' */
.icon-rt-locations:before {
  content: "\e84b";
} /* '' */
.icon-rt-lock:before {
  content: "\e84c";
} /* '' */
.icon-rt-mail:before {
  content: "\e84d";
} /* '' */
.icon-minus:before {
  content: "\e84e";
} /* '' */
.icon-rt-notepad:before {
  content: "\e84f";
} /* '' */
.icon-rt-notifications:before {
  content: "\e850";
} /* '' */
.icon-rt-package:before {
  content: "\e851";
} /* '' */
.icon-rt-palette:before {
  content: "\e852";
} /* '' */
.icon-rt-payments:before {
  content: "\e853";
} /* '' */
.icon-rt-phone:before {
  content: "\e854";
} /* '' */
.icon-heart-empty:before {
  content: "\e855";
} /* '' */
.icon-ok-circled:before {
  content: "\e856";
} /* '' */
.icon-ok-circled2:before {
  content: "\e857";
} /* '' */
.icon-tag:before {
  content: "\e858";
} /* '' */
.icon-eye:before {
  content: "\e859";
} /* '' */
.icon-rt-star-fill:before {
  content: "\e85a";
} /* '' */
.icon-up:before {
  content: "\f176";
} /* '' */
body {
  font-family: var(--rt-body-font, "Mona Sans"), sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  background-color: var(--rt-body-bg-color);
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

h1,
.h1 {
  font-size: 60px;
  line-height: 72px;
}

h2,
.h2 {
  font-size: 50px;
  line-height: 62px;
}

h3,
.h3 {
  font-size: 40px;
  line-height: 52px;
}

h4,
.h4 {
  font-size: 30px;
  line-height: 42px;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 32px;
}

h6,
.h6 {
  font-size: 10px;
  line-height: 22px;
}

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

.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;
}

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

.btn {
  display: inline-grid;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  border-radius: 500px;
  cursor: pointer;
  color: #FFFFFF;
  padding: 5px 5px 5px 30px;
  text-transform: capitalize;
  text-decoration: none;
  text-shadow: none;
  -webkit-appearance: none;
  border: none;
  background-color: var(--rt-primary-color);
  transition: all ease 0.3s;
  position: relative;
}
.btn:hover {
  background-color: var(--rt-title-color);
  color: #FFFFFF;
}
.btn:hover .btn-content-wrap .rt-button-icon .btn-icon-wrapper .btn-icon {
  transform: translate3d(17px, -17px, 0px) scale3d(0.2, 0.2, 1);
}
.btn:hover .btn-content-wrap .rt-button-icon .btn-icon-wrapper .btn-hover-icon {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
}
.btn:active {
  box-shadow: none;
}
.btn:focus {
  outline: none;
}
.btn.btn-xl {
  padding: 24px 32px;
  font-size: 24px;
  line-height: 24px;
}
.btn.btn-lg {
  padding: 18px 24px;
  font-size: 18px;
  line-height: 18px;
}
.btn.btn-sm {
  padding: 12px 20px;
  font-size: 13px;
  line-height: 13px;
}
.btn.btn-xs {
  padding: 11px 18px;
  font-size: 10px;
  line-height: 10px;
}

.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: var(--rt-meta-color);
  border-color: var(--rt-meta-color);
}
.btn-light:hover {
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}

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

.btn-content-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
}

.rt-button-icon {
  height: 50px;
  width: 50px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.btn-icon-wrapper {
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-icon {
  display: flex;
  color: var(--rt-title-color);
  transition: transform 0.35s linear;
  font-size: 13px;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.btn-icon i::before {
  font-weight: 600;
}

.btn-hover-icon {
  display: flex;
  color: var(--rt-title-color);
  transition: transform 0.35s linear;
  font-size: 13px;
  position: absolute;
  transform: translate3d(-17px, 17px, 0px) scale3d(0.2, 0.2, 1);
}
.btn-hover-icon i::before {
  font-weight: 600;
}

.button-2 {
  padding: 5px 5px 5px 20px;
  background-color: transparent;
  border: 1px solid #E1E1E2;
  color: var(--rt-title-color);
}
.button-2:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  border-color: var(--rt-primary-color);
}
.button-2:hover .rt-button-icon {
  background-color: #FFFFFF;
}
.button-2:hover .btn-icon {
  color: var(--rt-primary-color);
}
.button-2:hover .btn-hover-icon {
  color: var(--rt-primary-color);
}
.button-2 .rt-button-icon {
  height: 35px;
  width: 35px;
  background-color: var(--rt-primary-color);
}
.button-2 .btn-icon {
  color: #FFFFFF;
}
.button-2 .btn-icon i::before {
  font-weight: 500;
}
.button-2 .btn-hover-icon {
  color: #FFFFFF;
}
.button-2 .btn-hover-icon i::before {
  font-weight: 500;
}

.button-3 {
  padding: 5px 5px 5px 20px;
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.button-3:hover {
  background-color: var(--rt-title-color);
  color: #FFFFFF;
}
.button-3:hover .rt-button-icon {
  background-color: #FFFFFF;
}
.button-3:hover .btn-icon {
  color: var(--rt-primary-color);
}
.button-3:hover .btn-hover-icon {
  color: var(--rt-primary-color);
}
.button-3 .rt-button-icon {
  height: 35px;
  width: 35px;
  background-color: #FFFFFF;
}
.button-3 .btn-icon {
  color: var(--rt-primary-color);
}
.button-3 .btn-hover-icon {
  color: var(--rt-primary-color);
}

.button-4 {
  padding: 14px 30px;
  font-weight: 500;
}

a {
  transition: all 520ms 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-body {
  color: var(--rt-body-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-white {
  color: #FFFFFF;
}

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

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

.text-black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.border-black {
  border-color: #000000;
}

::-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: #000000;
}

.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 {
  fill: var(--rt-meta-color);
  width: 18px;
  height: 18px;
}

[class*=rticon] svg {
  transition: all 520ms 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;
}

/*============================
# Review Schema Style
=============================*/
.rtrs-review-wrap {
  border-radius: 4px;
  padding: 25px 30px 30px;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}

.rtrs-review-wrap .rtrs-sorting-bar {
  background-color: #fff;
  padding: 0;
}

.rtrs-review-wrap .rtrs-sorting-bar .rtrs-sorting-select select {
  padding: 7px 32px 5px 13px;
  box-shadow: none;
  border: 1px solid #eaeaea;
}

.rtrs-review-wrap .rtrs-sorting-bar .rtrs-sorting-title {
  font-size: 18px;
  font-weight: 500;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-each-review {
  padding: 23px 25px 24px !important;
  background: transparent !important;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn {
  background-color: var(--rt-primary-light3, #EAF7F4) !important;
  color: var(--rt-primary-color) !important;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn:hover {
  background-color: var(--rt-primary-dark) !important;
  color: #fff !important;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-review-title {
  margin: 0 0 8px;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body p {
  margin-bottom: 0 !important;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn {
  padding: 0 !important;
}

body .rtrs-review-form {
  background-color: transparent !important;
  padding: 0 !important;
}

.rtrs-review-wrap .rtrs-paginate {
  margin: 0 0 10px !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-rating-category li {
  margin-bottom: 0 !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-rating-category li {
  line-height: 2 !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group {
  margin-bottom: 20px !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group.rtrs-submit-button {
  margin-bottom: 0 !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group input[submit] {
  margin-bottom: 0 !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group .rtrs-submit-btn {
  background-color: var(--rt-primary-color) !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group .rtrs-submit-btn:hover {
  background-color: var(--rt-primary-dark) !important;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta li {
  margin-bottom: 0 !important;
}

.rtrs-summary {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important;
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress {
  margin-bottom: 10px !important;
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress label {
  margin-bottom: 0 !important;
}

.rtrs-summary .rtrs-progress-wrap {
  padding: 20px 30px 10px !important;
}

.rtrs-summary .rtrs-progress-wrap progress::-webkit-progress-value {
  background: var(--rt-primary-color) !important;
}

.rtrs-summary .rtrs-progress-wrap progress::-moz-progress-bar {
  background: var(--rt-primary-color) !important;
}

.rtrs-summary .rtrs-progress-wrap progress::-webkit-progress-bar {
  background: #C7E6DE !important;
}

.rtrs-summary .rtrs-progress-wrap progress {
  color: var(--rt-primary-dark) !important;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date i:before {
  color: var(--rt-primary-color) !important;
}

/* Back to top
======================*/
.scrollToTop {
  width: 0;
  height: 0;
  border-radius: 80px;
  background-color: #FFFFFF;
  color: var(--rt-primary-color);
  border: 1.5px solid var(--rt-primary-color);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.scrollToTop svg {
  animation: slideInUp 1s ease infinite alternate;
}
.scrollToTop.show {
  opacity: 1;
  visibility: visible;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 80px;
}
.scrollToTop:hover {
  background: var(--rt-primary-color);
  color: #FFFFFF;
}

/*-------------------
#. 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: 9999999;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
}

.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
}
.loader:before {
  display: none !important;
}

.loader .cssload-loader {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.loader .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
}

.loader .cssload-inner.cssload-one {
  left: 0;
  top: 0;
  animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 5px solid var(--rt-primary-color);
}

.loader .cssload-inner.cssload-two {
  right: 0;
  top: 0;
  animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 5px solid var(--rt-primary-color);
}

.loader .cssload-inner.cssload-three {
  right: 0;
  bottom: 0;
  animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 5px solid var(--rt-primary-color);
}

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@media (min-width: 1025px) {
  .rt-mobile-logo,
  .light-logo,
  .mobile-hamburg {
    display: none;
  }
}
@media (min-width: 1200px) {
  .site-header .rt-container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1024px) {
  .rt-site-logo,
  .desktop-hamburg {
    display: none;
  }
}
.main-header-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.site-branding {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
}
.site-branding h1 {
  margin: 0;
}
.site-branding h1 a {
  display: flex;
  padding: 10px 0;
  font-weight: bold;
  transition: color 0.4s;
}
.site-branding h1 a:hover {
  color: var(--rt-secondary-color);
}

.site-header {
  position: relative;
  z-index: 9;
}
.site-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.menu-icon-wrapper .menu-icon-action {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .menu-icon-wrapper .menu-icon-action {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .menu-icon-wrapper .menu-icon-action .rt-button {
    display: none;
  }
}
.menu-icon-wrapper a {
  display: flex;
  justify-content: center;
}
.menu-icon-wrapper a:hover svg {
  fill: var(--rt-primary-color);
}
.menu-icon-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-icon-wrapper ul li {
  list-style: none;
  margin-bottom: 0;
  position: relative;
}
.menu-icon-wrapper .menu-search-bar {
  font-size: 26px;
}
.menu-icon-wrapper svg {
  width: 24px;
  height: 24px;
}
.menu-icon-wrapper .has-separator li:not(:last-child) {
  padding-right: 15px;
}
.menu-icon-wrapper .has-separator li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: var(--rt-primary-color);
  top: 50%;
  transform: translateY(-50%);
}
.menu-icon-wrapper .has-button li:nth-last-child(1) {
  padding-right: 0;
}
.menu-icon-wrapper .has-button li:nth-last-child(1)::after,
.menu-icon-wrapper .has-button li:nth-last-child(2)::after {
  content: none;
}

.header-search {
  position: fixed;
  top: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.3);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 150;
  transition: all ease 0.31s;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header-search .header-search-wrap {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 345px;
  background-color: #FFFFFF;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 150;
  transition-duration: 1.6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header-search .close {
  position: absolute;
  top: 100px;
  right: 30px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  opacity: 0;
  visibility: visible;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  color: #FFFFFF;
  background: var(--rt-primary-color);
  border-radius: 50%;
  z-index: 1;
}
.header-search .header-search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1176px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: all 0s ease-in-out;
}
.header-search .header-search-form input[type=search] {
  width: 90%;
  height: 60px;
  color: var(--rt-title-color);
  font-size: 16px;
  text-align: left;
  border: none;
  border-radius: 0;
  margin: 0 auto;
  padding: 15px 35px 15px 0;
  outline: none;
  background: transparent;
  border-bottom: 1px solid var(--rt-border-color);
  line-height: 28px;
  transition: all 0s ease-in-out;
}
.header-search .header-search-form input[type=search]:focus {
  box-shadow: none;
}
.header-search .header-search-form .search-btn {
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: var(--rt-primary-color);
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-left: -24px;
  background: transparent;
  line-height: 29px;
  transition: all 0s ease-in-out;
}
.header-search.open {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-search.open .header-search-wrap {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-search.open .close {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .techly-header-2 .site-header .header-container {
    max-width: 1320px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
  }
}
.techly-header-2 .site-header .header-container .navigation-menu-wrap {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 12px;
}
@media (min-width: 1200px) {
  .techly-header-2 .site-header .header-container .navigation-menu-wrap {
    padding: 0;
    border-radius: 100px;
    padding: 0 20px 0 30px;
    margin-top: 40px;
  }
}
.techly-header-2 .site-header.scrolling {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.techly-header-2 .site-header.scrolling .header-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.techly-header-2 .site-header.scrolling .header-container .navigation-menu-wrap {
  border-radius: 0;
  margin-top: 0;
}

/* Main Navigation
***************************/
@media (min-width: 1350px) {
  .navigation-menu-wrap {
    position: relative;
  }
}
@media (max-width: 1024px) {
  .navigation-menu-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .navigation-menu-wrap {
    justify-content: center;
    gap: 12px;
  }
  .navigation-menu-wrap .menu-icon-wrapper {
    margin-left: auto;
    padding-left: 0;
  }
  .navigation-menu-wrap .menu-icon-wrapper > ul {
    justify-content: center;
  }
}

.techly-navigation {
  flex: 1;
  display: flex;
  align-items: center;
  /* #. Submenu */
  /*Menu hover effect*/
}
@media (max-width: 1024px) {
  .main-header-section .techly-navigation {
    display: none;
  }
}
.techly-navigation ul.techly-navbar {
  padding: 0;
  margin: 0;
}
.techly-navigation ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.techly-navigation ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: var(--rt-title-color);
  text-decoration: none;
  padding: 32px 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .techly-navigation ul li a {
    padding: 26px 15px;
  }
}
.techly-navigation ul li.current-menu-item > a svg,
.techly-navigation ul li.current-menu-ancestor > a svg {
  fill: var(--rt-primary-color);
}
.techly-navigation ul li a:hover svg {
  fill: var(--rt-primary-color);
}
.techly-navigation ul > li > ul {
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 10;
  padding: 0;
  width: 270px;
  text-align: left;
  border-radius: 0 0 15px 15px;
  background-color: var(--rt-body-bg-color);
  box-shadow: 0 8px 8px rgba(23, 22, 24, 0.04), 0 4px 4px rgba(23, 22, 24, 0.04), 0 2px 2px rgba(23, 22, 24, 0.04);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.techly-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.techly-navigation ul li ul li ul {
  left: 100%;
  top: 0;
  width: 270px;
}
.techly-navigation ul li ul li {
  display: block;
  padding: 0 24px;
}
.techly-navigation ul li ul li a {
  position: relative;
  display: block;
  color: var(--rt-title-color);
  padding: 7px 0;
  z-index: 2;
  font-size: 15px;
  font-weight: 500;
}
.techly-navigation ul li ul li:hover > a {
  padding-left: 10px;
}
.techly-navigation ul li ul > li:last-child > a {
  border-bottom: none;
}
.techly-navigation ul li ul li:hover > a {
  color: var(--rt-primary-color);
}
.techly-navigation ul.menu li ul.dropdown-menu li:last-child:after {
  border-bottom: none;
}
.techly-navigation ul.menu li ul.dropdown-menu li a:hover {
  color: var(--rt-primary-color);
}
.techly-navigation ul.menu li ul.dropdown-menu li a:before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 0.0625rem;
  width: 0;
  right: 0;
  left: inherit;
  bottom: 0;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.techly-navigation ul.menu li ul.dropdown-menu li a:hover:before {
  width: 100%;
  left: 0;
  right: inherit;
}
.techly-navigation > ul li.page_item_has_children > a:after,
.techly-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 520ms ease;
}
.techly-navigation .caret svg {
  fill: unset;
  transition: fill 0.4s;
}
.techly-navigation .dropdown-menu .caret {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.techly-navigation .dropdown-menu .caret svg {
  transform: rotate(-90deg) scale(0.9);
}

.techly-navbar li > .dropdown-menu li.dropdown-inverse .dropdown-menu {
  left: auto;
  min-width: 195px;
  transition: all 0.2s;
}
.techly-navbar li > .dropdown-menu li.dropdown-inverse:hover .dropdown-menu {
  margin-right: -5px;
}

/* Mega-menu CSS
***************************/
.mega-menu-wrap .e-con-inner {
  position: relative;
}
.mega-menu-wrap .elementor-element,
.mega-menu-wrap .elementor-widget-container {
  position: unset;
}

.techly-navigation {
  /*start mega menu two column*/
  /*start mega menu three column*/
  /*end mega menu three column*/
}
.techly-navigation ul.menu li.mega-menu ul.dropdown-menu li a:before,
.techly-navigation ul.menu li.mega-menu ul.dropdown-menu li:after,
.techly-navigation ul.menu li.mega-menu ul.dropdown-menu li.menu-item-has-children:before {
  display: none;
}
.techly-navigation ul.menu li.mega-menu ul.dropdown-menu li a {
  padding: 0 0 8px;
}
.techly-navigation ul.menu li.mega-menu .dropdown-menu .dropdown-toggle {
  padding-bottom: 0 !important;
}
.techly-navigation ul li.mega-menu {
  position: static;
}
.techly-navigation ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
}
.techly-navigation ul li.mega-menu > ul.dropdown-menu {
  justify-content: flex-start;
  display: flex;
  background-color: var(--rt-body-bg-color);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.techly-navigation ul li > ul.dropdown-menu {
  transform: translate3d(0px, 2rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  pointer-events: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.techly-navigation ul > li:hover > ul.dropdown-menu {
  transform: translateY(0);
  pointer-events: all;
}
.techly-navigation ul li.mega-menu.two-column {
  position: relative;
}
.techly-navigation ul li.mega-menu.two-column > ul.dropdown-menu {
  background-color: #FFFFFF !important;
  width: 520px !important;
}
.techly-navigation ul li.mega-menu.two-column {
  position: relative;
}
.techly-navigation ul li.mega-menu.three-column > ul.dropdown-menu {
  background-color: #FFFFFF !important;
  width: 780px !important;
}
.techly-navigation ul li.mega-menu > ul.dropdown-menu > li {
  display: inline-block;
  width: 100%;
  border: none;
}
.techly-navigation ul li.mega-menu > ul.dropdown-menu > li > ul.dropdown-menu {
  transform: unset;
}
.techly-navigation ul li.mega-menu > ul.dropdown-menu > li ul {
  position: relative;
  width: inherit;
  left: inherit;
  box-shadow: none;
  border-top: none;
  padding: 0;
}
.techly-navigation ul li.mega-menu > ul.dropdown-menu > li > a {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 24px;
  border-bottom: 1px dashed var(--rt-meta-color);
}
.techly-navigation ul li.mega-menu > ul.dropdown-menu > li > a:before {
  display: none;
}
.techly-navigation ul li.mega-menu.hide-header > ul.dropdown-menu > li > a {
  display: none;
}
.techly-navigation ul li.mega-menu > ul .caret {
  display: none !important;
}
.techly-navigation ul li.mega-menu.mega-menu-col-2 > ul {
  width: 45%;
}
.techly-navigation ul li.mega-menu.mega-menu-col-3 > ul {
  width: 65%;
}

/* Header search
***************************/
.rt-search-popup.show .rt-search-form {
  visibility: visible;
  opacity: 1;
  top: 51px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 520ms ease;
}
.rt-search-popup .rt-search-form {
  position: absolute;
  top: 70px;
  right: -12px;
  width: 300px;
  padding: 5px 12px 6px 14px;
  background: var(--rt-title-color);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  font-size: 15px;
}
.rt-search-popup .rt-search-form::before {
  content: "";
  position: absolute;
  background: var(--rt-title-color);
  width: 14px;
  height: 14px;
  top: -6px;
  right: 26px;
  transform: rotate(-45deg);
}
.rt-search-popup .rt-search-form .search-box {
  position: relative;
  border: none;
}
.rt-search-popup .rt-search-form .search-box svg {
  fill: var(--rt-meta-color);
}
.rt-search-popup .rt-search-form input[type=text] {
  width: 100%;
  height: 40px;
  padding: 5px;
  border: none;
  background: none;
  transition: 0.4s;
  color: var(--rt-meta-color);
}
.rt-search-popup .rt-search-form input[type=text]:hover, .rt-search-popup .rt-search-form input[type=text]:focus {
  outline: none;
}
.rt-search-popup .rt-search-form input[type=text]:focus + button {
  opacity: 1;
}
.rt-search-popup .rt-search-form button {
  position: absolute;
  top: 50% !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
  background: none;
  border: none;
  outline: none;
  height: 100%;
  padding: 3px 8px 0;
  opacity: 0;
}

/* Off canvas drawer */
.techly-offcanvas-drawer {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  height: 100vh;
  justify-content: space-between;
  padding: 40px;
  width: 350px;
  margin-left: -350px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--rt-body-bg-color);
  color: var(--rt-body-color);
  z-index: 99999;
  box-sizing: border-box;
  transition: 0.4s ease-in-out;
  max-width: 100%;
  overflow: auto;
}
.techly-offcanvas-drawer.is-open {
  margin-left: 0;
}
.techly-offcanvas-drawer .offcanvas-logo .rt-site-logo {
  display: none !important;
}
.techly-offcanvas-drawer .offcanvas-logo .rt-mobile-logo {
  display: block !important;
}
.techly-offcanvas-drawer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.techly-offcanvas-drawer nav ul li a {
  padding: 8px 40px 8px 0;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: var(--rt-title-color);
  line-height: 1.3;
}
.techly-offcanvas-drawer nav ul li ul a {
  font-size: 15px;
  font-weight: 600;
}
.techly-offcanvas-drawer .caret {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--rt-primary-color);
  border-radius: 50%;
}
.techly-offcanvas-drawer .caret svg {
  fill: #FFFFFF;
}
.techly-offcanvas-drawer ul > li.is-open > a > .caret > svg {
  transform: rotate(180deg);
}
.techly-offcanvas-drawer ul ul {
  padding-left: 30px;
}
.techly-offcanvas-drawer .offcanvas-navigation li > ul {
  display: none;
}
.techly-offcanvas-drawer .offcanvas-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.techly-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: #FFFFFF;
  background: var(--rt-primary-color);
  border-radius: 50%;
  z-index: 1;
}

.techly-body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99990;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.techly-offcanvas-drawer.is-open + .techly-body-overlay {
  opacity: 1;
  visibility: visible;
}

.offcanvas-address label {
  display: block;
  color: var(--rt-title-color);
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  width: 100%;
}
.offcanvas-address .offcanvas-info {
  margin-bottom: 24px;
}
.offcanvas-address .offcanvas-info li {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 10px;
  color: var(--rt-body-color);
}
.offcanvas-address .offcanvas-info a {
  color: var(--rt-body-color);
}
.offcanvas-address .offcanvas-info a:hover {
  color: var(--rt-primary-color);
}
.offcanvas-address .offcanvas-info svg {
  width: 14px;
  height: 14px;
}
.offcanvas-address .offcanvas-social-icon {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.offcanvas-address .offcanvas-social-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  border-radius: 38px;
  border: 1px solid var(--rt-border-color);
  color: var(--rt-primary-color);
  overflow: hidden;
}
.offcanvas-address .offcanvas-social-icon a svg {
  fill: var(--rt-primary-color);
  width: 15px;
  height: 15px;
}
.offcanvas-address .offcanvas-social-icon a:hover svg {
  animation: headShake 1.5s;
}

/* Topbar Navigation
***************************/
.techly-topbar {
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #000000;
  color: #FFFFFF;
  min-height: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .techly-topbar {
    display: none;
  }
}
@media (max-width: 650px) {
  .techly-topbar .topbar-right {
    padding: 5px 0;
  }
}
.techly-topbar .topbar-row {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .techly-topbar .topbar-row {
    justify-content: center;
  }
}
.techly-topbar .topbar-left span {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-right: 15px;
}
.techly-topbar .topbar-left span:not(:last-child):after {
  content: "/";
  margin-left: 15px;
  color: #FFFFFF;
}
.techly-topbar .topbar-left svg {
  fill: var(--rt-meta-light);
  width: 15px;
  height: 15px;
}
.techly-topbar .topbar-left a {
  color: #FFFFFF;
}
.techly-topbar .topbar-left a:hover {
  color: var(--rt-primary-color);
}
@media (max-width: 767px) {
  .techly-topbar .topbar-left {
    justify-content: center;
  }
}
.techly-topbar .topbar-right a {
  color: #FFFFFF;
}
.techly-topbar .topbar-right a:hover {
  color: var(--rt-primary-color);
}
.techly-topbar .topbar-right span {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-right: 15px;
}
.techly-topbar .topbar-right span:not(:last-child):after {
  content: "/";
  margin-left: 15px;
  color: #FFFFFF;
}
.techly-topbar .social-icon {
  display: inline-flex;
  align-items: center;
}
.techly-topbar .social-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
}
.techly-topbar .social-icon a:hover svg {
  fill: var(--rt-primary-color);
}
.techly-topbar .social-icon [class*=rticon] svg {
  width: 15px;
  height: 15px;
  fill: #FFFFFF;
}

.has-trheader .site-header .techly-topbar * {
  color: var(--rt-meta-light);
}

/*========================================
//  HeadRoom Sticky
==========================================*/
.site-header.scrolling {
  box-shadow: 6px 6px 32px 0 rgba(0, 80, 191, 0.08);
}

.has-trheader .site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: transparent;
}

.has-sticky-header .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.has-sticky-header.tr-header-dark .site-header.scrolling {
  background-color: #fff;
}
.has-sticky-header.tr-header-light .site-header {
  background-color: initial;
}
.has-sticky-header.tr-header-light .site-header.scrolling {
  background-color: var(--rt-title-color);
}

.admin-bar.has-trheader .site-header,
.admin-bar.has-sticky-header .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar.has-trheader .site-header,
  .admin-bar.has-sticky-header .site-header {
    top: 46px;
  }
}

.headroom {
  will-change: transform;
  transition: transform 250ms ease-in-out;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

/* Transparent Header */
.has-trheader.has-menu-shadow .site-header::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(31, 18, 148, 0.1) 100%);
  top: 0;
  position: absolute;
  width: 100%;
  height: 86px;
  z-index: -1;
  pointer-events: none;
}
.has-trheader .site-header .techly-navigation ul li a svg {
  opacity: 0.7;
}

.tr-header-light .light-logo {
  display: block;
}
.tr-header-light .dark-logo, .tr-header-light .rt-mobile-logo {
  display: none;
}
.tr-header-light .techly-navigation .menu-main-menu-container > ul > li > a {
  color: #FFFFFF;
}
.tr-header-light .techly-navigation .menu-main-menu-container > ul > li > a svg {
  fill: #FFFFFF;
}
.tr-header-light .ham-burger .btn-hamburger svg {
  color: #FFFFFF;
}
.tr-header-light .ham-burger .menu-label {
  color: #FFFFFF;
}
.tr-header-light .menu-icon-wrapper .cart-icon-area a i {
  color: #FFFFFF;
}
.tr-header-light .menu-icon-wrapper .cart-icon-area a .cart-icon-num {
  background: var(--rt-primary-color);
}
.tr-header-light .menu-icon-wrapper .menu-search-bar {
  color: #FFFFFF;
}
.tr-header-light .menu-icon-wrapper a svg {
  fill: #FFFFFF;
}
.tr-header-light .menu-icon-wrapper .ham_burger .line {
  stroke: #FFFFFF;
}
.tr-header-light .menu-icon-wrapper .has-separator li:not(:last-child):after {
  background-color: #FFFFFF;
}
.tr-header-light .menu-icon-wrapper .button-4:hover {
  background-color: #FFFFFF;
  color: var(--rt-primary-color);
}

.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;
  transition: all 520ms ease;
}
.ham-burger .menu-label {
  color: var(--rt-title-color);
  font-weight: 600;
}
.ham-burger .btn-hamburger svg {
  color: var(--rt-title-color);
}
.ham-burger:hover .btn-hamburger svg {
  color: var(--rt-primary-color);
}

.techly-breadcrumb-wrapper {
  display: flex;
  align-items: center;
  padding: 120px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .techly-breadcrumb-wrapper {
    padding: 80px 0;
  }
}
.techly-breadcrumb-wrapper.has-bg {
  position: relative;
  background-color: #f2f2f2;
  z-index: 0;
}
.techly-breadcrumb-wrapper.has-bg .entry-title {
  color: #FFFFFF;
}
.techly-breadcrumb-wrapper .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.techly-breadcrumb-wrapper .breadcrumb {
  display: block;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  color: var(--rt-meta-color);
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  position: relative;
}
.techly-breadcrumb-wrapper .breadcrumb li {
  display: inline;
  position: relative;
  align-items: center;
  gap: 10px;
}
.techly-breadcrumb-wrapper .breadcrumb .raquo {
  padding: 0 5px;
  line-height: 1;
  font-size: 8px;
  color: #FFFFFF;
}
.techly-breadcrumb-wrapper .breadcrumb a {
  color: var(--rt-meta-color);
}
.techly-breadcrumb-wrapper .breadcrumb path {
  stroke: var(--rt-meta-color);
}
.techly-breadcrumb-wrapper .container {
  z-index: 1;
}
.techly-breadcrumb-wrapper .entry-breadcrumb {
  margin-bottom: 5px;
}
.techly-breadcrumb-wrapper .entry-breadcrumb span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.techly-breadcrumb-wrapper .entry-breadcrumb span a {
  color: #FFFFFF;
  text-transform: capitalize;
}
.techly-breadcrumb-wrapper .entry-breadcrumb span a:hover {
  color: var(--rt-primary-color);
}
.techly-breadcrumb-wrapper .entry-breadcrumb .current-item {
  color: #FFFFFF;
}
.techly-breadcrumb-wrapper .entry-breadcrumb .dvdr {
  color: #FFFFFF;
  line-height: 1;
  padding: 0 10px;
  font-size: 12px;
}
.techly-breadcrumb-wrapper .entry-title {
  color: var(--rt-title-color);
  font-size: 50px;
  line-height: 62px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .techly-breadcrumb-wrapper .entry-title {
    font-size: 40px;
    line-height: 52px;
  }
}
.techly-breadcrumb-wrapper .align-items-center .entry-breadcrumb {
  text-align: center;
}
.techly-breadcrumb-wrapper .align-items-end .entry-breadcrumb {
  text-align: right;
}

.has-trheader .techly-breadcrumb-wrapper {
  padding-top: 205px;
}
.has-trheader .techly-breadcrumb-wrapper.has-bg {
  padding-bottom: 110px;
}
.has-trheader .techly-breadcrumb-wrapper.has-color {
  padding-bottom: 110px;
}

.has-sticky-header .techly-breadcrumb-wrapper {
  padding-top: 200px;
}
.has-sticky-header .techly-breadcrumb-wrapper.has-bg {
  padding-bottom: 110px;
}
.has-sticky-header .techly-breadcrumb-wrapper.has-color {
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .has-sticky-header .techly-breadcrumb-wrapper {
    padding-top: 150px;
  }
  .has-sticky-header .techly-breadcrumb-wrapper.has-bg {
    padding-bottom: 80px;
  }
  .has-sticky-header .techly-breadcrumb-wrapper.has-color {
    padding-bottom: 80px;
  }
}

.has-sticky-header.has-top-bar .techly-breadcrumb-wrapper {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .has-sticky-header.has-top-bar .techly-breadcrumb-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.techly-breadcrumb-wrapper .breadcrumb,
.has-trheader .techly-breadcrumb-wrapper .breadcrumb {
  color: var(--rt-meta-color);
}
.techly-breadcrumb-wrapper .breadcrumb a,
.has-trheader .techly-breadcrumb-wrapper .breadcrumb a {
  color: var(--rt-meta-color);
}
.techly-breadcrumb-wrapper .breadcrumb a:hover,
.has-trheader .techly-breadcrumb-wrapper .breadcrumb a:hover {
  color: var(--rt-primary-color);
}
.techly-breadcrumb-wrapper .breadcrumb li.active .title,
.has-trheader .techly-breadcrumb-wrapper .breadcrumb li.active .title {
  color: var(--rt-primary-color);
}

.banner-light .entry-title {
  color: #FFFFFF;
}
.banner-light .entry-breadcrumb span a {
  color: #FFFFFF;
}
.banner-light .entry-breadcrumb .dvdr {
  color: #FFFFFF;
}

@media (max-width: 1140px) {
  .layout-right-sidebar .techly-widget-area {
    padding-top: 60px;
  }
  .layout-left-sidebar .techly-widget-area {
    padding-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  body .sidebar-sticky {
    align-self: flex-start;
    position: sticky;
    top: 32px;
  }
  body .sidebar-sticky-100 {
    align-self: flex-start;
    position: sticky;
    top: 100px;
  }
  body .sidebar-sticky-200 {
    align-self: flex-start;
    position: sticky;
    top: 200px;
  }
}
.techly-widget-area .widget:last-child {
  margin-bottom: 0;
}
.techly-widget-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.techly-widget-area ul > li {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
}
.techly-widget-area ul > li:last-child {
  margin-bottom: 0;
}
.techly-widget-area ul > li > a {
  position: relative;
}
.techly-widget-area ul.sub-menu {
  margin-top: 10px;
}
.techly-widget-area .widget-title, .techly-widget-area .wp-block-heading {
  font-size: 24px;
  line-height: 32px;
}
.techly-widget-area .rt-sidebar, .techly-widget-area .rt-single-sidebar {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.techly-widget-area .rt-sidebar ul.children, .techly-widget-area .rt-single-sidebar ul.children {
  margin-top: 10px;
}
.techly-widget-area .widget_media_image {
  background-color: transparent;
  padding: 0;
  width: 100%;
}
.techly-widget-area .widget_media_image:before {
  display: none;
}
.techly-widget-area .widget_media_image .wp-block-image {
  margin-bottom: 0;
}
.techly-widget-area .widget_media_image img {
  width: 100%;
}
.techly-widget-area .wp-block-categories li,
.techly-widget-area .wp-block-archives li,
.techly-widget-area .wp-block-page-list li,
.techly-widget-area .widget_archive ul li,
.techly-widget-area .widget_categories ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  width: 100%;
  position: relative;
}
.techly-widget-area .wp-block-categories li a,
.techly-widget-area .wp-block-archives li a,
.techly-widget-area .wp-block-page-list li a,
.techly-widget-area .widget_archive ul li a,
.techly-widget-area .widget_categories ul li a {
  color: var(--rt-body-color);
  position: relative;
  line-height: 36px;
  display: flex;
}
.techly-widget-area .wp-block-categories li a:after,
.techly-widget-area .wp-block-archives li a:after,
.techly-widget-area .wp-block-page-list li a:after,
.techly-widget-area .widget_archive ul li a:after,
.techly-widget-area .widget_categories ul li a:after {
  content: "\e83b";
  position: absolute;
  font-family: rt-fonttello;
  right: 0;
  top: 4px;
  color: var(--rt-primary-color);
  transition: all 320ms ease-in-out;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F3F7FF;
  border-radius: 100%;
  font-size: 10px;
}
.techly-widget-area .wp-block-categories li a:hover,
.techly-widget-area .wp-block-archives li a:hover,
.techly-widget-area .wp-block-page-list li a:hover,
.techly-widget-area .widget_archive ul li a:hover,
.techly-widget-area .widget_categories ul li a:hover {
  color: var(--rt-primary-color);
}
.techly-widget-area .wp-block-categories li a:hover:after,
.techly-widget-area .wp-block-archives li a:hover:after,
.techly-widget-area .wp-block-page-list li a:hover:after,
.techly-widget-area .widget_archive ul li a:hover:after,
.techly-widget-area .widget_categories ul li a:hover:after {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.techly-widget-area .wp-block-categories li:last-child,
.techly-widget-area .wp-block-archives li:last-child,
.techly-widget-area .wp-block-page-list li:last-child,
.techly-widget-area .widget_archive ul li:last-child,
.techly-widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.techly-widget-area .widget_nav_menu ul li,
.techly-widget-area .widget_pages ul li,
.techly-widget-area .widget_meta ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  width: 100%;
  position: relative;
}
.techly-widget-area .widget_nav_menu ul li a,
.techly-widget-area .widget_pages ul li a,
.techly-widget-area .widget_meta ul li a {
  color: var(--rt-body-color);
  position: relative;
  line-height: 36px;
  display: flex;
}
.techly-widget-area .widget_nav_menu ul li a:after,
.techly-widget-area .widget_pages ul li a:after,
.techly-widget-area .widget_meta ul li a:after {
  content: "\e83b";
  position: absolute;
  font-family: rt-fonttello;
  right: 0;
  top: 4px;
  color: var(--rt-primary-color);
  transition: all 320ms ease-in-out;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F3F7FF;
  border-radius: 100%;
  font-size: 10px;
}
.techly-widget-area .widget_nav_menu ul li a:hover,
.techly-widget-area .widget_pages ul li a:hover,
.techly-widget-area .widget_meta ul li a:hover {
  color: var(--rt-primary-color);
}
.techly-widget-area .widget_nav_menu ul li a:hover:after,
.techly-widget-area .widget_pages ul li a:hover:after,
.techly-widget-area .widget_meta ul li a:hover:after {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.techly-widget-area .widget_nav_menu ul li:last-child,
.techly-widget-area .widget_pages ul li:last-child,
.techly-widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}
.techly-widget-area .wp-block-tag-cloud, .techly-widget-area .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}
.techly-widget-area .wp-block-tag-cloud a, .techly-widget-area .tagcloud a {
  color: var(--rt-title-color);
  background-color: var(--rt-meta-light);
  border-radius: 20px;
  display: inline-block;
  font-size: 12px !important;
  font-weight: 500;
  margin: 0;
  padding: 10px 15px;
  line-height: 1;
}
.techly-widget-area .wp-block-tag-cloud a:hover, .techly-widget-area .tagcloud a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.techly-widget-area .rt-blog-post {
  margin-bottom: 16px;
}
.techly-widget-area .rt-blog-post:last-child {
  margin-bottom: 0;
}
.techly-widget-area .rt-blog-post .post-thumbnail {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 0;
}
.techly-widget-area .rt-blog-post .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.techly-widget-area .rt-blog-post:hover img {
  transform: scale(1.09);
}
.techly-widget-area .rt-blog-post ul li {
  font-size: 14px;
  border: none;
  margin: 0;
  padding: 0;
  color: var(--rt-primary-color);
  font-weight: 500;
}
.techly-widget-area .rt-blog-post .rt-post-meta {
  padding-top: 20px;
}
.techly-widget-area .rt-blog-post .entry-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.techly-widget-area .rt-blog-post .entry-title a {
  color: var(--rt-title-color);
}
.techly-widget-area .rt-blog-post .entry-content {
  padding-top: 12px;
}
.techly-widget-area .rt-blog-post .post-thumbnail-wrap .posted-on {
  display: none;
}
.techly-widget-area .blog-list-style .rt-post-meta {
  padding-top: 0;
}
.techly-widget-area .blog-list-style .article-inner-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.techly-widget-area .blog-list-style .post-thumbnail-wrap {
  width: 100px;
}
.techly-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 var(--rt-border-color);
  border-radius: 6px;
  padding: 16px 13px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 10px;
  background-image: url(../images/select-arrow.svg) !important;
  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: var(--rt-gray10);
}
.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_techly_about .about-logo a {
  font-size: 36px;
  font-weight: 600;
}

.widget_techly_contact ul {
  padding: 0 30px;
}
.widget_techly_contact ul li {
  display: flex;
  align-items: flex-start;
}
.widget_techly_contact ul li.phone-no {
  font-size: 20px;
  font-weight: 600;
}
.widget_techly_contact li [class*=rticon-] {
  flex: 0 0 30px;
  padding-top: 4px;
  justify-content: start;
}
.widget_techly_contact li svg {
  fill: var(--rt-primary-color);
}
.widget_techly_contact li p {
  margin: 0;
}

/* Site Footer
***************************/
.site-footer {
  position: relative;
  z-index: 1;
}
.site-footer .footer-container {
  position: relative;
  z-index: 1;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-sidebar ul li {
  margin-bottom: 0;
  padding-bottom: 8px;
}
.footer-sidebar ul li a {
  color: #484848;
}
.footer-sidebar ul li:last-child {
  padding-bottom: 0;
}

/* Footer Menu Wrapper
***************************/
.site-footer .footer-menu-wrapper {
  border-top: 1px solid var(--rt-gray20);
}
.techly-footer-1 .site-footer .footer-menu-wrapper .align-default {
  justify-content: center;
}
.site-footer .techly-navigation ul > li > ul.depth_0 {
  bottom: 100%;
  top: auto;
}
.site-footer .techly-navigation ul li ul li ul {
  left: 100%;
  top: auto;
  bottom: 0;
}

/* Footer Widget wrapper
***************************/
.footer-widgets-wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
  font-size: 15px;
  background-color: #F3F7FF;
  position: relative;
}
.footer-widgets-wrapper .footer-widgets {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.footer-widgets-wrapper .footer-widgets .widget-title, .footer-widgets-wrapper .footer-widgets .widgettitle {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 35px;
  color: var(--rt-title-color);
  text-transform: capitalize;
}
.footer-widgets-wrapper .footer-widgets > .widget {
  flex-grow: 25;
}
.footer-widgets-wrapper .footer-widgets ul {
  list-style: none;
  padding-left: 0;
}
.footer-widgets-wrapper .footer-widgets ul ul {
  padding-left: 20px;
}

.site-footer .footer-shortcode {
  margin-top: 24px;
}
.site-footer .footer-shortcode .fluentform .ff-t-container {
  position: relative;
}
@media (min-width: 768px) {
  .site-footer .footer-shortcode .fluentform .ff-t-container {
    gap: 0;
    align-items: start;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-shortcode .fluentform .frm-fluent-form {
    background-color: #FFFFFF;
    padding: 6px;
    border-radius: 60px;
  }
}
.site-footer .footer-shortcode .fluentform .frm-fluent-form .ff-el-form-control {
  border: 0;
}
.site-footer .footer-shortcode .fluentform .frm-fluent-form .ff-el-form-control:focus {
  outline: 0;
  box-shadow: none;
}
.site-footer .footer-shortcode .fluentform .frm-fluent-form .ff-el-form-control::-moz-placeholder {
  color: #648A73;
}
.site-footer .footer-shortcode .fluentform .frm-fluent-form .ff-el-form-control::placeholder {
  color: #648A73;
}
.site-footer .footer-shortcode .fluentform .frm-fluent-form .ff-btn-submit {
  border: 0;
  background-color: var(--rt-secondary-color);
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .site-footer .footer-shortcode .fluentform .frm-fluent-form .ff-btn-submit {
    border-radius: 60px;
    margin-top: 0;
  }
}
.site-footer .footer-shortcode .fluentform .frm-fluent-form .ff-btn-submit:hover {
  opacity: 1;
  background-color: var(--rt-primary-color);
}
.site-footer .footer-widget-logo img {
  margin-bottom: 15px;
}
.site-footer .footer-social:not(:has(*)) {
  background: red;
  padding: 15px;
}
.site-footer .footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.site-footer .footer-social a {
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.site-footer .footer-social a svg {
  fill: #FFFFFF;
}
.site-footer .footer-social a:hover {
  color: var(--rt-secondary-color);
}
.site-footer .footer-social a:hover svg {
  fill: var(--rt-secondary-color);
}
.site-footer .footer-social svg {
  width: 14px;
  height: 14px;
}
.site-footer .fluentform .ff-t-container {
  position: relative;
}
@media (min-width: 768px) {
  .site-footer .fluentform .ff-t-container {
    gap: 0;
    align-items: start;
  }
}
.site-footer .fluentform .ff-el-group {
  margin-bottom: 0;
}
.site-footer .fluentform .ff-btn-submit {
  margin-bottom: 0 !important;
  overflow: hidden;
}
.site-footer .fluentform .ff-btn-submit i {
  display: block;
  transition: all 0.4s ease-in-out;
}
.site-footer .fluentform .ff-btn-submit:hover i {
  animation: fadeInBottomLeft 0.5s forwards;
}
.site-footer .fluentform .ff-t-cell:first-of-type {
  flex-basis: 100% !important;
}
.site-footer .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.site-footer .tagcloud a {
  color: var(--rt-primary-color);
  background-color: #FFFFFF;
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  font-size: 12px !important;
  border-radius: 20px;
  margin: 0px;
  padding: 10px 15px;
}
.site-footer .tagcloud a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.site-footer .widget_nav_menu 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;
  line-height: 35px;
  transition: all 0.4s;
}
.site-footer .widget_nav_menu 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 {
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--rt-primary-color);
  position: absolute;
  left: 100%;
  bottom: 10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.site-footer .widget_nav_menu 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;
  transition: width 0.4s ease;
  visibility: visible;
  opacity: 1;
}
.site-footer .widget_techly_contact .techly-contact-widget-wrapper .footer-place {
  font-size: 14px;
  color: var(--rt-title-color);
  margin-bottom: -5px;
}
.site-footer .widget_techly_contact .techly-contact-widget-wrapper .phone-no p a {
  color: var(--rt-title-color);
}
.site-footer .widget_techly_contact .techly-contact-widget-wrapper .phone-no p a:hover {
  color: var(--rt-primary-color);
}

/* Footer Copyright
***************************/
.footer-copyright-wrapper {
  position: relative;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--rt-title-color);
  font-size: 16px;
  background-color: #EAEEF7;
}
.footer-copyright-wrapper .copyright-text {
  text-align: center;
}
.footer-copyright-wrapper a {
  color: var(--rt-meta-color);
}
.footer-copyright-wrapper a:hover {
  color: var(--rt-tertiary-color);
}
.footer-copyright-wrapper .social-icon {
  align-items: center;
}
.footer-copyright-wrapper .social-icon a {
  height: 38px;
  width: 38px;
  border-radius: 38px;
  background-color: transparent;
  border: 1px solid var(--rt-title-color);
  color: var(--rt-title-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.footer-copyright-wrapper .social-icon a svg {
  fill: var(--rt-title-color);
}
.footer-copyright-wrapper .social-icon a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  border-color: var(--rt-primary-color);
}
.footer-copyright-wrapper .social-icon a:hover svg {
  animation: toBottomFromTop 0.7s forwards;
  fill: #FFFFFF;
}
.footer-copyright-wrapper .social-icon svg {
  width: 14px;
  height: 14px;
}

@media (min-width: 1400px) {
  .has-sticky-footer .site-footer {
    position: sticky;
    bottom: 0;
    top: 0;
    z-index: 0;
  }
  .has-sticky-footer .site-content {
    position: relative;
    background-color: var(--rt-body-bg-color);
    z-index: 1;
  }
}
.techly-footer-1 .footer-copyright-wrapper {
  border-top: 1px solid var(--rt-border-color);
}

.techly-search-form .search-box {
  position: relative;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
}
.techly-search-form .search-box input {
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  padding: 0 55px 0 20px;
  border: none;
  width: 100%;
  border-radius: 5px;
  background-color: #F9F9F9;
  color: var(--rt-title-color);
}
.techly-search-form .search-box input::-moz-placeholder {
  color: #B6B8BC;
}
.techly-search-form .search-box input::placeholder {
  color: #B6B8BC;
}
.techly-search-form .search-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFFFFF;
  background: var(--rt-primary-color);
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.techly-search-form .search-box button:hover {
  background-color: var(--rt-title-color);
}
.techly-search-form .search-box button:hover svg {
  fill: #FFFFFF;
}
.techly-search-form .search-box button svg {
  fill: #FFFFFF;
  width: 18px;
  height: 18px;
  margin: 1.5px;
  transition: all 0.3s ease-in-out;
}
.techly-search-form .search-box button .btn-label {
  display: none;
}

.comments-area {
  margin-top: 30px;
}
.comments-area .comment-list-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--rt-border-color);
}
.comments-area .comments-title {
  font-size: 30px;
  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: 18px;
  align-items: flex-start;
}
.comment-author .vcard {
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
}
.comment-author .vcard img {
  border-radius: 100%;
}
.comment-author .author-info {
  margin-top: -4px;
  flex: auto;
}
.comment-author .author-info cite {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 26px;
}
.comment-author .author-info cite a {
  color: var(--rt-title-color);
  text-transform: capitalize;
}
.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: var(--rt-body-color);
}
.comment-author .comment-meta a:hover {
  color: var(--rt-primary-color);
}

.author-meta {
  display: flex;
  gap: 20px;
}

.comment-text {
  text-transform: capitalize;
}

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

.comment-reply-link {
  padding: 0 8px;
  height: 35px;
  width: 35px;
  border: 1px solid #484848;
  border-radius: 100%;
  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: #FFFFFF;
}
.comment-reply-link:hover svg {
  fill: #FFFFFF;
}

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

.comment-list li {
  font-size: 16px;
  position: relative;
}
.comment-list .comment-body {
  margin-bottom: 25px;
}
.comment-list > li ol,
.comment-list > li ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.comment-list li ol.children {
  padding-left: 80px;
  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: 30px;
  margin-bottom: 5px;
}
.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 var(--rt-border-color);
  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-primary-color);
  color: #FFFFFF;
  border: none;
  padding: 16px 26px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 520ms ease;
}
.comment-form input[type=submit]:hover {
  background: var(--rt-title-color);
  color: #FFFFFF;
}
.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 var(--rt-border-color);
  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 var(--rt-gray20);
  padding: 6px 15px;
}
.comment-navigation .nav-links a:hover {
  background: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
  color: var(--rt-button-color);
}
.comment-navigation .nav-links a:hover svg {
  fill: var(--rt-button-color);
}

/* Blog Card CSS
===============================*/
.layout-left-sidebar #sidebar {
  order: -1;
}

.rt-post-meta {
  color: var(--rt-title-color);
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}
.rt-post-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 1025px) {
  .rt-post-meta ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.rt-post-meta ul li {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  text-transform: capitalize;
  transition: all 520ms ease;
}
.rt-post-meta ul li .bypostauthor {
  margin-right: 4px;
}
.rt-post-meta ul li.edit-link {
  opacity: 0;
  visibility: hidden;
}
.rt-post-meta ul li i {
  padding-right: 6px;
  color: var(--rt-primary-color);
  font-size: 16px;
  transition: all 520ms ease;
}
article:hover .rt-post-meta ul li.edit-link {
  opacity: 1;
  visibility: visible;
}
.rt-post-meta ul li a {
  color: var(--rt-body-color);
  padding-bottom: 0;
  transition: all 520ms ease;
}
.rt-post-meta ul li a:hover {
  color: var(--rt-primary-color);
}
.meta-style-default .rt-post-meta ul {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: block;
}
.meta-style-default .rt-post-meta ul li {
  display: inline;
}
.meta-style-default .rt-post-meta ul li:not(:last-child) {
  margin-right: 20px;
}
.meta-style-default .rt-post-meta ul li:not(:last-child):after {
  content: "•";
  color: #D9D9D9;
  margin-left: 20px;
}
.meta-style-border .rt-post-meta ul {
  gap: 5px;
}
.meta-style-border .rt-post-meta ul li:not(.category, .tag) {
  color: var(--rt-primary-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
  min-height: 32px;
  padding: 0 12px;
}
.meta-style-border .rt-post-meta ul li:is(.category, .tag) {
  padding: 0;
}
.meta-style-border .rt-post-meta ul li:is(.category, .tag) .tag-links,
.meta-style-border .rt-post-meta ul li:is(.category, .tag) .category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.meta-style-border .rt-post-meta ul li:is(.category, .tag) .sp {
  display: none;
}
.meta-style-border .rt-post-meta ul li:is(.category, .tag) a {
  color: var(--rt-primary-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 12px;
}
.meta-style-pipe .rt-post-meta li:not(:last-child)::after {
  content: " | ";
  transform: scaleY(0.9);
  margin: 0 1px 0 10px;
}
.meta-style-dash-bg .rt-post-meta ul {
  gap: 6px;
}
.meta-style-dash-bg .rt-post-meta li {
  padding: 0;
}
.meta-style-dash-bg .rt-post-meta .tag-links,
.meta-style-dash-bg .rt-post-meta .category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.meta-style-dash-bg .rt-post-meta li:not(.category, .tag) {
  background: var(--rt-gray20);
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  margin: 0;
  transition: all 520ms ease;
}
.meta-style-dash-bg .rt-post-meta li:not(.category, .tag) a:hover {
  color: var(--rt-title-color);
}
.meta-style-dash-bg .rt-post-meta li:is(.category, .tag) .sp {
  display: none;
}
.meta-style-dash-bg .rt-post-meta li:is(.category, .tag) a {
  display: inline-block;
  height: 100%;
  padding: 7px 12px;
  line-height: 1;
  position: relative;
  background-color: var(--rt-gray10);
  border-radius: 6px;
}
.meta-style-dash-bg .rt-post-meta li:is(.category, .tag)::before {
  content: none;
}

.widget .rt-post-meta {
  margin-bottom: 6px;
}

.separate-meta {
  margin-bottom: 10px;
}
.separate-meta a {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 4px 4px 0;
  line-height: 1.1;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
}
.separate-meta a:hover {
  background: var(--rt-title-color);
  color: #FFFFFF;
}
.separate-meta .sp {
  display: none;
}
.above-meta-style-border .separate-meta a {
  height: 100%;
  border: 1px solid var(--rt-primary-color);
  line-height: 1.2;
  background: #FFFFFF;
}
.above-meta-style-dash .separate-meta a {
  background-color: transparent;
  color: var(--rt-primary-color);
  border-radius: 0;
  padding: 0;
  padding-left: 15px;
  position: relative;
}
.above-meta-style-dash .separate-meta a:hover {
  color: #000000;
}
.above-meta-style-dash .separate-meta a:hover::before {
  background-color: #000000;
}
.above-meta-style-dash .separate-meta a::before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: var(--rt-primary-color);
  position: absolute;
  top: 7px;
  left: 0;
}

/* Post Block
===================================*/
.techly-post-card .article-inner-wrapper {
  transition: all 520ms ease;
}
.techly-post-card .article-inner-wrapper .entry-content {
  margin-top: 5px;
  transition: all 520ms ease;
}
.techly-post-card .entry-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: capitalize;
}
.techly-post-card .entry-title a {
  color: var(--rt-title-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: inherit;
  display: inline;
  padding-bottom: 0;
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  line-height: 1;
}
.techly-post-card .entry-title a:hover {
  background-size: 100% 2px;
  transition: all 0.4s ease-out;
}
.techly-post-card .entry-footer {
  margin-top: 22px;
}
.techly-post-card:hover .article-inner-wrapper .post-thumbnail img {
  transform: translate3d(0, 0, 0) scale(1.2);
}

.post-thumbnail-wrap {
  position: relative;
}
.post-thumbnail-wrap .post-thumbnail {
  overflow: hidden;
  margin-bottom: 0;
  line-height: 0;
  border-radius: 15px;
}
.post-thumbnail-wrap .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
  transition: opacity 0.35s, transform 0.45s, filter 0.35s;
  transform: translate3d(-5.55%, 0, 0) scale(1.2);
}
.post-thumbnail-wrap .rt-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.post-thumbnail-wrap .rt-video .video-popup-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: var(--rt-primary-color);
  line-height: 42px;
  text-align: center;
  font-size: 18px;
}
.post-thumbnail-wrap .swiper-slide {
  line-height: 0;
}

.blog-default .entry-wrapper {
  padding: 20px 0 0 0;
}
.blog-default .article-inner-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-list .entry-wrapper {
  padding: 24px 0 0 0;
}
.blog-list .entry-wrapper .entry-title {
  font-size: 30px;
  font-weight: 600;
}
.blog-list .separate-meta a {
  background-color: var(--rt-body-bg-color);
  color: var(--rt-primary-color);
}
.blog-list .separate-meta a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.blog-list .article-inner-wrapper {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  margin-bottom: 16px;
}
.blog-list .article-inner-wrapper .post-thumbnail-wrap .post-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.blog-list .article-inner-wrapper .post-thumbnail-wrap .post-thumbnail .post-thumb-link {
  border-radius: 15px;
  width: 100%;
}
.blog-list .article-inner-wrapper .post-thumbnail-wrap .post-thumbnail .post-thumb-link img {
  border-radius: 15px;
  width: 100%;
}

.blog-list-2 .separate-meta a {
  background-color: transparent;
  color: var(--rt-primary-color);
  border: 1px solid var(--rt-primary-color);
  border-radius: 5px;
}
.blog-list-2 .entry-wrapper {
  flex: 1;
  padding: 30px 30px 20px 30px;
  position: relative;
  overflow: hidden;
  background-color: #F9F9F9;
  border-radius: 0 10px 10px 0;
  transition: all 520ms ease;
}
@media (min-width: 1025px) {
  .blog-list-2 .article-inner-wrapper {
    display: flex;
    align-items: stretch;
  }
}
.blog-list-2 .article-inner-wrapper:hover .entry-wrapper {
  background-color: var(--rt-primary-color);
}
.blog-list-2 .article-inner-wrapper:hover .entry-wrapper .separate-meta a {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.blog-list-2 .article-inner-wrapper:hover .entry-wrapper .entry-title a {
  color: #FFFFFF;
  transition: all 520ms ease;
}
.blog-list-2 .article-inner-wrapper:hover .entry-wrapper .entry-content {
  color: #FFFFFF;
}
.blog-list-2 .article-inner-wrapper:hover .entry-wrapper .rt-post-meta {
  color: #FFFFFF;
}
.blog-list-2 .article-inner-wrapper:hover .entry-wrapper .rt-post-meta ul li {
  color: #FFFFFF;
}
.blog-list-2 .article-inner-wrapper:hover .entry-wrapper .rt-post-meta ul li a {
  color: #FFFFFF;
}
.blog-list-2 .article-inner-wrapper:hover .entry-wrapper .rt-post-meta ul li i {
  color: #FFFFFF;
}
.blog-list-2 .post-thumbnail-wrap .post-thumbnail {
  border-radius: 10px 0 0 10px;
  height: 100%;
}
.blog-list-2 .post-thumbnail-wrap .post-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
}

.blog-grid-2 .article-inner-wrapper {
  position: relative;
}
.blog-grid-2 .post-thumbnail {
  border-radius: 10px 10px 0 0;
}
.blog-grid-2 .post-thumbnail-wrap {
  margin-bottom: 0;
}
.blog-grid-2 .post-thumbnail-wrap img {
  border-radius: 10px 10px 0 0;
}
@media (min-width: 1025px) {
  .blog-grid-2 .post-thumbnail-wrap img {
    height: 380px;
  }
}
.blog-grid-2 .separate-meta {
  position: absolute;
  bottom: -30px;
  left: 40px;
}
.blog-grid-2 .entry-wrapper {
  background-color: #F9F9F9;
  padding: 40px 40px 20px;
  border-radius: 0 0 10px 10px;
}
.blog-grid-2 .rt-post-meta {
  margin-bottom: 12px;
}

.blog-grid-3 .post-thumbnail {
  border-radius: 5px;
}
.blog-grid-3 .article-inner-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.blog-grid-3 .entry-wrapper {
  padding: 30px 0 0 0;
}
.blog-grid-3 .entry-wrapper .entry-title a {
  color: #FFFFFF;
}
.blog-grid-3 .entry-wrapper .entry-title a:hover {
  color: var(--rt-primary-color);
}
.blog-grid-3 .entry-wrapper .separate-meta a {
  background-color: transparent;
  border: 1px solid #959595;
  color: #959595;
  padding: 5px 15px;
}
.blog-grid-3 .entry-wrapper .separate-meta a:hover {
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.blog-grid-3 .rt-post-meta {
  color: #DCDCDC;
}
.blog-grid-3 .rt-post-meta i {
  color: #DCDCDC;
}
.blog-grid-3 .rt-post-meta a {
  color: #DCDCDC;
}
.blog-grid-3 .rt-post-meta a:hover {
  color: #FFFFFF;
}

.blog-grid-4 .post-thumbnail, .blog-grid-4 img {
  border-radius: 15px;
}
.blog-grid-4 .separate-meta a {
  background-color: var(--rt-gray20);
  border: 1px solid var(--rt-border-color);
  color: var(--rt-primary-color);
  border-radius: 50px;
}
.blog-grid-4 .separate-meta a:hover {
  border: 1px solid var(--rt-primary-color);
  color: var(--rt-primary-color);
}
.blog-grid-4 .is-image .post-thumbnail-wrap {
  margin-bottom: 34px;
}
.blog-grid-4 .is-image .separate-meta {
  position: absolute;
  left: 24px;
  bottom: -24px;
  z-index: 1;
}
.blog-grid-4.no-above-meta .entry-wrapper {
  margin-top: 20px;
}

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

.blog-grid-2.sticky .entry-wrapper {
  padding: 0 24px 24px;
}

.blog-grid-4.sticky .entry-wrapper {
  padding: 0 24px 24px;
}

.pagination-list {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  display: flex;
}
.pagination-list li i {
  font-size: 15px;
}
.pagination-list li:first-child i {
  transform: rotate(-180deg);
}
.pagination-list li.active a {
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}
.pagination-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid var(--rt-title-color);
  background-color: transparent;
  color: var(--rt-title-color);
  border-radius: 6px;
}
.pagination-list a:hover {
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}

.pagination-area-2 .pagination-list li a {
  border-radius: 50%;
}
.pagination-area-2 .pagination-list li a:hover {
  background-color: var(--rt-secondary-color);
  color: #FFFFFF;
}
.pagination-area-2 .pagination-list li.active a {
  background-color: var(--rt-secondary-color);
  color: #FFFFFF;
}

.single-content .techly-post-card .entry-content {
  margin-bottom: 40px;
}
.single-content .techly-post-card .entry-content > p + :is(h1, h2, h3) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-content .techly-post-card .separate-meta {
  margin-bottom: 15px;
}
.single-content .single-inner-wrapper {
  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: 15px;
}

.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;
}

.rt-related-post {
  margin-top: 60px;
}
.rt-related-post .related-title {
  font-size: 30px;
  margin-bottom: 26px;
}
.rt-related-post .rt-post-meta {
  margin-bottom: 0 !important;
}

.single-post .single-post-thumbnail {
  margin-bottom: 30px;
}
.single-post .single-post-thumbnail .post-thumbnail {
  height: 540px;
  display: block;
}
.single-post .single-post-thumbnail .post-thumbnail img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.single-post .techly-post-card .entry-header .entry-title {
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.2;
  margin-bottom: 24px;
}
.single-post .techly-post-card .entry-content p {
  text-transform: capitalize;
}
.single-post .techly-post-card .rt-post-meta {
  margin-bottom: 15px;
}
.single-post .entry-footer {
  display: flex;
  border-bottom: 1px solid var(--rt-border-color);
  border-top: 1px solid var(--rt-border-color);
  padding-bottom: 30px;
  padding-top: 30px;
}
@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;
  font-weight: 600;
  color: var(--rt-title-color);
}
.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: #F3F7FF;
  color: var(--rt-title-color);
  border-radius: 20px;
  font-size: 12px;
  padding: 8px 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.4;
  font-weight: 500;
}
.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: 10px;
  position: relative;
}
.single-post .entry-footer .post-share .share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 30px;
  height: 30px;
  background-color: #F3F7FF;
  border-radius: 100%;
  color: var(--rt-title-color);
  position: relative;
  z-index: 2;
}
.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;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.single-post .entry-footer .social-share-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 30px;
  height: 30px;
  background-color: #F3F7FF;
  border-radius: 100%;
  color: var(--rt-title-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: #FFFFFF;
  border-color: transparent;
}
.single-post .entry-footer .social-share-list a:hover i {
  animation: headShake 1.5s;
}

.post-share:hover .share-icon {
  transform: translateX(-100px);
}

.post-share:hover .social-share-list li {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(0);
}

.post-share .social-share-list li:nth-child(1) {
  left: -65px;
}

.post-share .social-share-list li:nth-child(2) {
  left: -30px;
}

.post-share .social-share-list li:nth-child(3) {
  left: 5px;
}

.post-share:hover .social-share-list li:nth-child(1) {
  transition-delay: 0.1s;
}

.post-share:hover .social-share-list li:nth-child(2) {
  transition-delay: 0.2s;
}

.post-share:hover .social-share-list li:nth-child(3) {
  transition-delay: 0.3s;
}

.author .profile-author {
  margin-bottom: 60px;
  margin-top: 0;
}
@media (min-width: 1199px) {
  .author .profile-author {
    padding: 60px;
  }
}

.profile-author {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
  border-bottom: 1px solid var(--rt-border-color);
}
.profile-author .profile-thumb {
  height: 80px;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.profile-author .profile-thumb img {
  border-radius: 100%;
}
.profile-author .profile-content {
  flex: 1;
}
@media (max-width: 575px) {
  .profile-author .profile-content {
    flex: auto;
  }
}
.profile-author .profile-title {
  margin-bottom: 2px;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 32px;
}
.profile-author .profile-info {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.profile-author .author-bio {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.profile-author .profile-author-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.profile-author .profile-author-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid var(--rt-border-color);
  border-radius: 100%;
  color: var(--rt-primary-color);
}
.profile-author .profile-author-social a:hover {
  background-color: var(--rt-primary-color);
  border: 1px solid transparent;
  color: #FFFFFF;
}
.profile-author .profile-author-social a:hover i {
  animation: headShake 1.5s;
}

.wp-block-quote {
  background-color: #F9F9F9;
  border-left: 3px solid;
  border-color: var(--rt-primary-color);
  color: var(--rt-title-color);
  margin: 30px 0;
  padding: 20px 30px 20px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  font-style: italic;
}
.wp-block-quote p {
  margin-bottom: 15px;
}
.wp-block-quote p.rt-quote-author {
  color: var(--rt-primary-color);
  font-weight: 400;
  font-size: 16px;
}
.wp-block-quote cite {
  color: var(--rt-primary-color);
  font-size: 16px;
  font-weight: 400;
}
.wp-block-quote.has-text-align-right {
  padding-left: 0;
  padding-right: 30px;
  border-left: 0;
  border-right: 3px solid;
  border-color: var(--rt-primary-color);
}

.techly-single-2 .single-post-container .content-top-area .post-thumbnail {
  border-radius: 15px;
}
@media (min-width: 768px) {
  .techly-single-2 .single-post-container .content-top-area .post-thumbnail {
    height: 640px;
  }
}

.single-post.techly-single-3 .content-area {
  padding-top: 0;
}
.single-post.techly-single-3 .content-top-area {
  position: relative;
  padding: 0;
}
.single-post.techly-single-3 .content-top-area .post-thumbnail-wrap {
  overflow: hidden;
  z-index: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-post.techly-single-3 .content-top-area .post-thumbnail-wrap {
    height: 400px;
  }
}
.single-post.techly-single-3 .content-top-area .post-thumbnail-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.single-post.techly-single-3 .content-top-area .single-top-header {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 100%;
}
.single-post.techly-single-3 .content-top-area .separate-meta a {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  border: none;
}
.single-post.techly-single-3 .content-top-area .separate-meta a:hover {
  background-color: var(--rt-secondary-color);
  color: #FFFFFF;
}
.single-post.techly-single-3 .content-top-area .wp-caption-text {
  position: absolute;
  right: 24px;
  bottom: 9px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  padding: 5px 16px;
}
.single-post.techly-single-3 .content-top-area .post-thumbnail {
  position: relative;
}
.single-post.techly-single-3 .content-top-area .post-thumbnail img {
  border-radius: 0;
  height: 100%;
}
.single-post.techly-single-3 .content-top-area .rt-post-meta a:hover {
  color: var(--rt-secondary-color);
}

.single-post.techly-single-4 .single-post-container .techly-widget-area {
  display: none !important;
}
.single-post.techly-single-4 .single-post-container .content-row {
  justify-content: center;
  margin-top: 40px;
}
.single-post.techly-single-4 .single-post-container .content-top-area {
  padding: 0;
}
.single-post.techly-single-4 .single-post-container .content-top-area .post-thumbnail-wrap {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .single-post.techly-single-4 .single-post-container .content-top-area .post-thumbnail-wrap {
    margin-left: 100px;
    margin-right: 100px;
  }
}
.single-post.techly-single-4 .single-post-container .content-top-area .post-thumbnail-wrap .wp-caption-text {
  position: absolute;
  right: 24px;
  bottom: 9px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  padding: 5px 16px;
}
.single-post.techly-single-4 .single-post-container .content-top-area .post-thumbnail {
  border-radius: 30px;
}
.single-post.techly-single-4 .single-post-container .content-top-area .post-thumbnail img {
  border-radius: 30px;
}

.single-post-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  border-bottom: 1px solid var(--rt-border-color);
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}
.single-post-pagination p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.single-post-pagination .post-navigation {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 50%;
  align-items: center;
}
.single-post-pagination .post-navigation:hover span {
  background-color: var(--rt-primary-color);
}
.single-post-pagination .post-navigation:hover span svg {
  fill: #FFFFFF;
}
.single-post-pagination .post-navigation.next {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .single-post-pagination .post-navigation {
    flex: 0 0 100%;
  }
  .single-post-pagination .post-navigation:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.single-post-pagination .post-navigation span {
  height: 60px;
  width: 60px;
  background-color: var(--rt-meta-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.single-post-pagination .post-navigation svg {
  width: 20px;
  height: 16px;
  fill: var(--rt-primary-color);
  transition: all 0.3s ease-in-out;
}
.single-post-pagination .post-navigation .pagination-content {
  flex: 1;
}
.single-post-pagination .link {
  display: flex;
  flex: 0 0 calc(100% - 50px);
  gap: 15px;
  font-size: 16px;
  line-height: 30px;
  color: var(--rt-title-color);
  font-weight: 500;
  flex-direction: column;
  padding-left: 20px;
}
.single-post-pagination .nav-title {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 100%;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  color: var(--rt-primary-color);
  font-family: var(--rt-heading-font, "Mona Sans"), sans-serif;
  padding-left: 20px;
}
.single-post-pagination .next .nav-title,
.single-post-pagination .next .link {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 20px;
}

.rt-service-sidebar {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 30px;
}

.service-sidebar-menu .techly-navigation,
.service-sidebar-menu2 .techly-navigation {
  display: block;
}

.rt-service-sidebar .elementor-element .elementor-heading-title, .service-sidebar-menu .elementor-element .elementor-heading-title, .service-sidebar-menu2 .elementor-element .elementor-heading-title {
  border-bottom: 2px solid #DCE5D3;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 10px;
}
.rt-service-sidebar .elementor-element .elementor-heading-title:before, .service-sidebar-menu .elementor-element .elementor-heading-title:before, .service-sidebar-menu2 .elementor-element .elementor-heading-title:before {
  content: "";
  height: 4px;
  width: 50px;
  background-color: var(--rt-secondary-color);
  position: absolute;
  bottom: -3px;
  left: 0;
  border-radius: 10px;
}
.rt-service-sidebar ul.menu li,
.rt-service-sidebar .techly-navbar li, .service-sidebar-menu ul.menu li,
.service-sidebar-menu .techly-navbar li, .service-sidebar-menu2 ul.menu li,
.service-sidebar-menu2 .techly-navbar li {
  padding-bottom: 0;
  width: 100%;
}
.rt-service-sidebar ul.menu li:last-child a,
.rt-service-sidebar .techly-navbar li:last-child a, .service-sidebar-menu ul.menu li:last-child a,
.service-sidebar-menu .techly-navbar li:last-child a, .service-sidebar-menu2 ul.menu li:last-child a,
.service-sidebar-menu2 .techly-navbar li:last-child a {
  margin-bottom: 0;
}
.rt-service-sidebar ul.menu li a,
.rt-service-sidebar .techly-navbar li a, .service-sidebar-menu ul.menu li a,
.service-sidebar-menu .techly-navbar li a, .service-sidebar-menu2 ul.menu li a,
.service-sidebar-menu2 .techly-navbar li a {
  position: relative;
  display: block;
  color: var(--rt-title-color) !important;
  background-color: transparent;
  border: 1px solid #E1E1E2;
  border-radius: 10px;
  padding: 18px 22px;
  font-weight: 500;
  line-height: 22px;
  font-size: 18px;
  z-index: 1;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.rt-service-sidebar ul.menu li a:after,
.rt-service-sidebar .techly-navbar li a:after, .service-sidebar-menu ul.menu li a:after,
.service-sidebar-menu .techly-navbar li a:after, .service-sidebar-menu2 ul.menu li a:after,
.service-sidebar-menu2 .techly-navbar li a:after {
  position: absolute;
  right: 10px;
  top: 10px;
  content: "\e83b";
  font-family: "rt-fonttello";
  color: var(--rt-title-color);
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 40px;
  background-color: #F9F9F9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 12px;
}
.rt-service-sidebar ul.menu li a:before,
.rt-service-sidebar .techly-navbar li a:before, .service-sidebar-menu ul.menu li a:before,
.service-sidebar-menu .techly-navbar li a:before, .service-sidebar-menu2 ul.menu li a:before,
.service-sidebar-menu2 .techly-navbar li a:before {
  display: none;
}
.rt-service-sidebar ul.menu li a:hover,
.rt-service-sidebar .techly-navbar li a:hover, .service-sidebar-menu ul.menu li a:hover,
.service-sidebar-menu .techly-navbar li a:hover, .service-sidebar-menu2 ul.menu li a:hover,
.service-sidebar-menu2 .techly-navbar li a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF !important;
  border-color: var(--rt-primary-color);
}
.rt-service-sidebar ul.menu li a:hover:after,
.rt-service-sidebar .techly-navbar li a:hover:after, .service-sidebar-menu ul.menu li a:hover:after,
.service-sidebar-menu .techly-navbar li a:hover:after, .service-sidebar-menu2 ul.menu li a:hover:after,
.service-sidebar-menu2 .techly-navbar li a:hover:after {
  background-color: #FFFFFF;
  color: var(--rt-primary-color);
}
.rt-service-sidebar ul.menu li.current-menu-item a,
.rt-service-sidebar .techly-navbar li.current-menu-item a, .service-sidebar-menu ul.menu li.current-menu-item a,
.service-sidebar-menu .techly-navbar li.current-menu-item a, .service-sidebar-menu2 ul.menu li.current-menu-item a,
.service-sidebar-menu2 .techly-navbar li.current-menu-item a {
  background-color: var(--rt-primary-color);
  color: #FFFFFF !important;
  border-color: var(--rt-primary-color);
}
.rt-service-sidebar ul.menu li.current-menu-item a:after,
.rt-service-sidebar .techly-navbar li.current-menu-item a:after, .service-sidebar-menu ul.menu li.current-menu-item a:after,
.service-sidebar-menu .techly-navbar li.current-menu-item a:after, .service-sidebar-menu2 ul.menu li.current-menu-item a:after,
.service-sidebar-menu2 .techly-navbar li.current-menu-item a:after {
  background-color: #FFFFFF;
}
.rt-service-sidebar .frm-fluent-form .ff-el-input--label, .service-sidebar-menu .frm-fluent-form .ff-el-input--label, .service-sidebar-menu2 .frm-fluent-form .ff-el-input--label {
  display: none;
}
.rt-service-sidebar .frm-fluent-form .ff-el-form-control, .service-sidebar-menu .frm-fluent-form .ff-el-form-control, .service-sidebar-menu2 .frm-fluent-form .ff-el-form-control {
  font-size: 15px;
}
.rt-service-sidebar .frm-fluent-form input, .service-sidebar-menu .frm-fluent-form input, .service-sidebar-menu2 .frm-fluent-form input {
  height: 55px;
}
.rt-service-sidebar .frm-fluent-form .ff-btn-submit, .service-sidebar-menu .frm-fluent-form .ff-btn-submit, .service-sidebar-menu2 .frm-fluent-form .ff-btn-submit {
  width: 100%;
  padding: 15px 30px;
  background-color: var(--rt-primary-color) !important;
}
.rt-service-sidebar .frm-fluent-form .ff-el-form-check-label, .service-sidebar-menu .frm-fluent-form .ff-el-form-check-label, .service-sidebar-menu2 .frm-fluent-form .ff-el-form-check-label {
  font-size: 15px;
  line-height: 1.6;
}

.service-sidebar-menu2 ul.menu li a,
.service-sidebar-menu2 .techly-navbar li a {
  background-color: #F4FAEE;
}

.widget_techly_download {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  text-align: center;
}

.download-widget {
  position: relative;
}
.download-widget .download-widget-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.download-widget .download-text {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}
.download-widget .rt-download .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 50px;
  padding: 8px 10px 8px 30px;
  color: #FFFFFF;
  background-color: var(--rt-title-color);
}
.download-widget .rt-download .link:hover .icon i {
  animation: rtDown 2s linear infinite;
}
.download-widget .rt-download .text {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.download-widget .rt-download i {
  font-size: 18px;
  color: var(--rt-primary-color);
  margin-left: 10px;
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #FFFFFF;
}

.woocommerce div.product div.images {
  margin-bottom: 50px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div {
  overflow: hidden;
  border-radius: 12px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  gap: 5px;
  margin-top: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  overflow: hidden;
  border-radius: 6px;
}
.woocommerce div.product div.summary {
  margin-bottom: 50px;
}
.woocommerce div.product div.summary .product_title {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.woocommerce div.product div.summary .woocommerce-product-rating {
  margin-bottom: 10px;
}
.woocommerce div.product div.summary .price {
  color: var(--rt-primary-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td {
  text-align: left;
}
.woocommerce div.product form.cart .variations label {
  color: var(--rt-title-color);
}
.woocommerce div.product form.cart .woocommerce-variation-price {
  margin-bottom: 20px;
}
.woocommerce .quantity .qty {
  height: 48px;
  border-radius: 8px;
}
.woocommerce .quantity input.input-text:focus {
  outline: none;
  box-shadow: unset;
}
.woocommerce .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.woocommerce .product_meta > span {
  color: var(--rt-title-color);
  font-weight: 700;
}
.woocommerce .product_meta > span span, .woocommerce .product_meta > span a {
  color: var(--rt-body-color);
  font-weight: 400;
}
.woocommerce .post-share-btn {
  margin-top: 20px;
}
.woocommerce .post-share-btn .item-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 5px;
}
.woocommerce .post-share-btn .item-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rt-body-color);
  font-size: 14px;
  padding: 0;
}
.woocommerce .post-share-btn .item-social a:hover {
  color: var(--rt-title-color);
}
.woocommerce .woocommerce-product-details__short-description ul li {
  padding-left: 15px;
  position: relative;
  text-transform: capitalize;
  color: var(--rt-title-color);
  font-weight: 500;
}
.woocommerce .woocommerce-product-details__short-description ul li:before {
  content: "•";
  color: var(--rt-title-color);
  position: absolute;
  left: 0;
}
.woocommerce .rtsb-social-share-container .share-wrapper .rtsb-social-share .rtsb-share-item .rtsb-share-btn:hover {
  box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs {
  border: 1px solid #dbdbdb;
  margin-top: 30px;
  padding: 40px !important;
  border-radius: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-bottom: 25px;
  padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid var(--rt-border-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  position: relative;
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: var(--rt-primary-color);
  background-color: transparent;
  border-bottom: 2px solid var(--rt-secondary-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 15px;
  color: var(--rt-title-color);
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description p {
  text-transform: capitalize;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h4 {
  margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li {
  padding-left: 15px;
  position: relative;
  text-transform: capitalize;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li:before {
  content: "•";
  color: var(--rt-body-color);
  position: absolute;
  left: 0;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
  background-color: #FFFFFF;
  border-radius: 6px;
  margin-top: 8px;
  padding: 20px 25px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 60px;
  border: none;
  margin-right: 25px;
  border-radius: 50%;
  padding: 0;
  position: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
  color: var(--rt-title-color);
}
.woocommerce .comment-respond .comment-reply-title {
  color: var(--rt-title-color);
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
.woocommerce .rtsb-actions-button .button-item .tipsy .icon {
  transition: all 0.3s ease-in-out;
}
.woocommerce .rtsb-actions-button .button-item .tipsy:hover .icon {
  background-color: var(--rt-secondary-color);
  color: #FFFFFF;
}

.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  border: 1px solid #F8F8F8;
  opacity: 1;
}

.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-grid-layout .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image.swiper-slide-thumb-active,
.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-grid-layout .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image:hover,
.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image.swiper-slide-thumb-active,
.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image:hover {
  border-color: var(--rt-primary-color);
}

.related.products {
  margin-top: 50px;
}
.related.products h2 {
  font-size: 30px;
  margin-bottom: 26px;
}

.rtsb-product-filters .filter-content {
  padding-left: 0;
  padding-right: 0;
}

.woo-archive-sidebar {
  border: 1px solid var(--rt-border-color);
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  padding: 25px 30px 30px;
}
.woo-archive-sidebar.widget_search {
  border: unset;
  border-radius: unset;
  padding: 0;
}
.woo-archive-sidebar .wc-block-product-categories {
  margin-bottom: 0;
}

.woocommerce ul.product_list_widget li {
  color: var(--rt-primary-color);
  font-weight: 700;
}
.woocommerce ul.product_list_widget li del {
  opacity: 0.5;
  font-weight: 400;
}
.woocommerce ul.product_list_widget li ins {
  background-color: transparent;
  color: inherit;
}
.woocommerce ul.product_list_widget li img {
  width: 60px;
  border-radius: 6px;
}
.woocommerce ul.product_list_widget li a {
  color: var(--rt-title-color);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.woocommerce ul.product_list_widget li a:hover {
  color: var(--rt-primary-color);
}
.woocommerce ul.product_list_widget li .rtsb-star-rating {
  margin-bottom: 6px;
}

.rt-team-default > .row {
  justify-content: center;
}
.rt-team-default .team-item {
  position: relative;
  text-align: center;
  transition: all 520ms ease;
}
.rt-team-default .team-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-team-default .team-item .team-title {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 28px;
  font-weight: 600;
}
.rt-team-default .team-item .team-title a {
  color: var(--rt-title-color);
}
.rt-team-default .team-item .team-title a:hover {
  color: var(--rt-primary-color);
}
.rt-team-default .team-item .team-designation {
  color: var(--rt-body-color);
}
.rt-team-default .team-item p {
  margin-top: 8px;
}
.rt-team-default .team-item:hover .team-thumbs img {
  transform: scale(1);
}
.rt-team-default .team-thumbs {
  position: relative;
}
.rt-team-default .team-thumbs img {
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1.05);
}
.rt-team-default .team-social {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}
.rt-team-default .team-social:hover li .rt-team-social-dropdown {
  visibility: visible;
  opacity: 1;
  max-height: 120px;
}
.rt-team-default .team-social:hover li .rt-team-social-dropdown .social-item {
  transform: translateY(0);
  opacity: 1;
  backface-visibility: visible;
}
.rt-team-default .team-social:hover li .rt-team-social-dropdown .social-item:nth-child(1) {
  transition-delay: 0.1s;
}
.rt-team-default .team-social:hover li .rt-team-social-dropdown .social-item:nth-child(2) {
  transition-delay: 0.2s;
}
.rt-team-default .team-social:hover li .rt-team-social-dropdown .social-item:nth-child(3) {
  transition-delay: 0.3s;
}
.rt-team-default .team-social:hover li .rt-team-social-dropdown .social-item:nth-child(4) {
  transition-delay: 0.4s;
}
.rt-team-default .team-social:hover li .rt-team-social-dropdown .social-item:nth-child(5) {
  transition-delay: 0.5s;
}
.rt-team-default .team-social:hover li .rt-team-social-dropdown .social-item:nth-child(6) {
  transition-delay: 0.6s;
}
.rt-team-default .team-social li {
  position: relative;
  transition: all 520ms ease;
  line-height: 1;
}
.rt-team-default .team-social li .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  transition: all 0.21s ease-in-out;
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.rt-team-default .team-social li .social-link i {
  display: block;
  transition: all 0.21s ease-in-out;
}
.rt-team-default .team-social li .rt-team-social-dropdown {
  top: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: all 0.7s;
  border: 2px solid #FFFFFF;
  background-color: var(--rt-primary-color);
  padding: 10px 0;
  z-index: 1;
}
.rt-team-default .team-social li .rt-team-social-dropdown .social-item {
  opacity: 0;
  backface-visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.rt-team-default .team-social li .rt-team-social-dropdown .social-item .social-link {
  margin-bottom: 10px;
  display: block;
  height: auto;
  width: auto;
  border: 0;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 16px;
}

.rt-team-multi-layout-1 .team-item .team-thumbs {
  text-align: center;
}
.rt-team-multi-layout-1 .team-item .post-thumbnail {
  z-index: 1;
  position: relative;
  border-radius: 10px 10px 0 0;
  background-color: #F0EEFF;
  transition: all 0.4s ease;
}
.rt-team-multi-layout-1 .team-item .team-content {
  background-color: var(--rt-body-bg-color);
  padding: 20px;
  position: relative;
  border-radius: 0 0 10px 10px;
  border: 1px solid #E7E7E7;
}
.rt-team-multi-layout-1 .team-item:hover .post-thumbnail {
  background-color: var(--rt-primary-color);
}
.rt-team-multi-layout-1 .team-item .team-social {
  top: 20px;
}
@media (min-width: 1200px) {
  .rt-team-multi-layout-1 .odd {
    margin-top: -50px;
  }
}

@media (min-width: 1200px) {
  .team-grid-layout-1 .team-item {
    height: 414px;
  }
}
.team-grid-layout-1 .team-item .team-social {
  top: -20px;
}

.rt-team-multi-layout-2 .team-item {
  position: relative;
  z-index: 1;
}
.rt-team-multi-layout-2 .team-item .team-thumbs {
  text-align: center;
}
.rt-team-multi-layout-2 .team-item .post-thumbnail {
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  background-color: #1C5CF3;
}
.rt-team-multi-layout-2 .team-item .team-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.rt-team-multi-layout-2 .team-item .team-title a {
  color: #FFFFFF;
}
.rt-team-multi-layout-2 .team-item .team-designation {
  color: #D9D9D9;
}
.rt-team-multi-layout-2 .team-item p {
  color: #D9D9D9;
}
.rt-team-multi-layout-2 .team-item:hover .post-thumbnail img {
  filter: grayscale(0);
}
.rt-team-multi-layout-2 .team-item .team-social {
  top: 20px;
}

.rt-team-slider-shadow {
  position: relative;
  overflow: hidden;
}
.rt-team-slider-shadow::after {
  content: "";
  height: 37%;
  width: 100%;
  background-image: url(../images/team-shape.png);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: contain;
  background-position: center bottom;
}
@media (min-width: 1200px) {
  .rt-team-slider-shadow::after {
    height: 38%;
  }
}

@media (min-width: 1200px) {
  .rt-margin-left {
    margin-left: calc((100% - 1296px) / 2);
  }
}

@media (min-width: 1200px) {
  .team-grid-layout-5 .team-item {
    height: 100%;
  }
}

.rt-team-slider-layout .cursor__inner {
  border: 1px solid var(--rt-title-color);
  background-color: var(--rt-title-color);
}
.rt-team-slider-layout .team-item {
  position: relative;
}
.rt-team-slider-layout .team-item:hover .post-thumbnail {
  background-color: #1C5CF3;
}
.rt-team-slider-layout .team-item .post-thumbnail {
  background-color: #1C5CF3;
  padding: 40px 0 0 0;
}
.rt-team-slider-layout .team-item .team-content {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  position: absolute;
  bottom: 50px;
  left: 40px;
  padding: 0;
  z-index: 2;
}
.rt-team-slider-layout .team-item .team-social {
  top: 20px;
}

.team-single-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-single-item .team-single-wrap .order-2 {
  order: 2;
}
@media (min-width: 992px) {
  .team-single-item .team-single-wrap .order-1 .team-single-content-wrap {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .team-single-item .team-single-wrap .order-1 .team-single-content-wrap {
    padding-bottom: 50px;
  }
}
.team-single-item .team-single-image {
  background-color: var(--rt-primary-color);
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .team-single-item .team-single-image {
    height: 608px;
    width: 637px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.team-single-item .team-single-image img {
  width: 100%;
}
.team-single-item .team-thumb-round {
  border-radius: 12px;
  padding: 24px 30px 30px;
  border: 1px solid var(--rt-border-color);
  background-color: var(--rt-meta-color);
  text-align: center;
}
.team-single-item .team-thumb-round img {
  background-color: var(--rt-gray10);
  border-radius: 1000px;
}
.team-single-item .entry-title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.team-single-item .designation {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}
.team-single-item .team-single-content-wrap h3 {
  position: relative;
  font-size: 24px;
  margin-bottom: 18px;
  line-height: 1.4;
}
.team-single-item .team-single-content-wrap .wp-block-separator {
  border-bottom: 1px solid #E1E1E2;
}
.team-single-item .team-single-content-wrap .team-info {
  margin-top: 12px;
  border-bottom: 1px solid #E1E1E2;
}
.team-single-item .team-single-content-wrap .team-info ul li {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: var(--rt-body-color);
  width: 100%;
}
.team-single-item .team-single-content-wrap .team-info ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.team-single-item .team-single-content-wrap .team-info ul li a {
  color: var(--rt-title-color);
  font-size: 18px;
  font-weight: 600;
}
.team-single-item .team-single-content-wrap .team-info ul li a:hover {
  color: var(--rt-primary-color);
}
@media (max-width: 575px) {
  .team-single-item .team-single-content-wrap .team-info ul li {
    float: unset;
    width: 100%;
  }
}
.team-single-item .team-single-content-wrap .team-info ul li:last-child {
  margin-bottom: 0;
}
.team-single-item .team-single-content-wrap .team-info ul .team-label {
  color: var(--rt-title-color);
  font-size: 16px;
  width: 150px;
  display: inline-block;
}
.team-single-item .team-social-social {
  display: flex;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.team-single-item .team-social-social li {
  border-bottom: 0 !important;
  width: auto !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.team-single-item .team-social-social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: transparent;
  color: var(--rt-title-color);
  height: 45px;
  width: 45px;
  border-radius: 100%;
  border: 1px solid #DCDCDC;
  transition: all 0.3s ease-in-out;
}
.team-single-item .team-social-social li a i {
  display: block;
  transition: all 0.41s ease-in-out;
}
.team-single-item .team-social-social li a:hover {
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}
.team-single-item .team-social-social li a:hover i {
  transform: rotateY(380deg);
  color: #FFFFFF;
}
.team-single-item .rt-skill-wrap {
  margin-top: 35px;
  border-bottom: 1px solid #E1E1E2;
  padding-bottom: 40px;
}
.team-single-item .rt-skill-wrap .rt-skill-each {
  margin-top: 20px;
}
.team-single-item .rt-skill-wrap .rt-name {
  color: var(--rt-title-color);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--rt-heading-font, "Mona Sans"), sans-serif;
}
.team-single-item .rt-skill-wrap .progress {
  position: relative;
  background-color: #E5E5E5;
  border-radius: 30px;
  height: 20px;
  padding: 3px;
}
.team-single-item .rt-skill-wrap .progress-bar {
  position: relative;
  height: 14px;
  width: 0;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  border-radius: 30px;
  transition: 2s linear;
}
.team-single-item .rt-skill-wrap .progress-bar span {
  font-size: 16px;
  font-weight: 500;
  color: var(--rt-title-color);
  position: absolute;
  right: 0;
  top: -28px;
  padding-bottom: 10px;
  line-height: 1;
}
.team-single-item .rt-skill-wrap .progress-bar:before {
  content: attr(data-per);
  position: absolute;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--rt-title-color);
  bottom: 20px;
  right: 0;
}
.team-single-item .rt-skill-wrap .bg-success {
  background-color: #0F53F3 !important;
}

.team-contact-form {
  margin-top: 40px;
}
.team-contact-form .frm-fluent-form .ff-el-input--label {
  display: none;
}
.team-contact-form .frm-fluent-form .ff-el-form-control {
  border: 1px solid #E1E1E2;
  font-size: 15px;
  height: 60px;
}
.team-contact-form .frm-fluent-form .ff-el-form-control:focus {
  border: 1px solid var(--rt-primary-color);
  outline: none;
  box-shadow: unset;
}
.team-contact-form .frm-fluent-form .ff-el-form-control::-moz-placeholder {
  color: #B6B8BC;
}
.team-contact-form .frm-fluent-form .ff-el-form-control::placeholder {
  color: #B6B8BC;
}
.team-contact-form .frm-fluent-form .ff-btn-submit {
  background-color: var(--rt-primary-color) !important;
  color: var(--rt-button-color);
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 38px;
  letter-spacing: 0.5px;
}
.team-contact-form .frm-fluent-form .ff-btn-submit:hover {
  background-color: var(--rt-title-color) !important;
  color: #FFFFFF;
}

.rt-related-team {
  margin-top: 60px;
}
.rt-related-team .related-title {
  font-size: 30px;
  margin-bottom: 26px;
}

.rt-service-default .service-item {
  position: relative;
  transition: all 520ms ease;
}
.rt-service-default .service-item .service-thumbs {
  margin-bottom: 20px;
}
.rt-service-default .service-item .service-thumbs img {
  transition: all 520ms ease;
}
.rt-service-default .service-item .service-icon {
  display: flex;
  font-size: 40px;
  color: var(--rt-primary-color);
}
.rt-service-default .service-item .service-icon i {
  transition: all 520ms ease;
}
.rt-service-default .service-item .service-title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  text-transform: capitalize;
}
.rt-service-default .service-item .service-title a {
  color: var(--rt-title-color);
}
.rt-service-default .service-item .service-title a:hover {
  color: var(--rt-primary-color);
}
.rt-service-default .service-item .service-info p {
  margin-bottom: 0;
}
.rt-service-default .service-item .rt-button {
  margin-top: 28px;
}
.rt-service-default .service-item:hover .service-thumbs img {
  transform: scale(1.08);
}

.rt-service-multi-layout-1 .service-item {
  border-radius: 20px;
  position: relative;
  background-color: #F4F1FF;
  border: 1px solid #E1E1E2;
  padding: 40px;
}
.rt-service-multi-layout-1 .service-item:hover .service-icon i {
  transform: scale(1.1);
}
.rt-service-multi-layout-1 .service-item .service-content .service-title {
  margin-bottom: 0;
}
.rt-service-multi-layout-1 .service-item .service-content p {
  margin-top: 10px;
}
.rt-service-multi-layout-1 .service-item .service-content .rt-button {
  margin-top: 40px;
}

.rt-service-multi-layout-2 .service-item {
  padding: 40px;
  background-color: #222429;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.rt-service-multi-layout-2 .service-item .service-icon {
  color: #FFFFFF;
  margin-bottom: 20px;
  display: block;
}
.rt-service-multi-layout-2 .service-item:hover .service-icon i {
  transform: scale(1.2);
}
.rt-service-multi-layout-2 .service-content {
  transition: all 520ms ease;
}
.rt-service-multi-layout-2 .service-title {
  margin-bottom: 0;
}
.rt-service-multi-layout-2 .service-title a {
  color: #FFFFFF !important;
}
.rt-service-multi-layout-2 .service-title a:hover {
  color: var(--rt-primary-color) !important;
}
.rt-service-multi-layout-2 p {
  margin-bottom: 35px;
  color: #B6B8BC;
}
.rt-service-multi-layout-2 .rt-button {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
.rt-service-multi-layout-2 .rt-button .btn {
  background-color: transparent;
  padding: 0;
}
.rt-service-multi-layout-2 .rt-button .btn .rt-button-icon {
  height: 60px;
  width: 60px;
  background-color: #222429;
  border: 3px solid #1F2126;
}
.rt-service-multi-layout-2 .rt-button .btn .rt-button-icon .btn-icon {
  color: #FFFFFF;
}
.rt-service-multi-layout-2 .rt-button .btn .rt-button-icon .btn-hover-icon {
  color: #FFFFFF;
}

.service-single .service-single-item .entry-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}
.service-single .service-single-item .post-thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
.service-single .service-single-item .post-thumbnail img {
  border-radius: 20px;
  height: 480px;
}
.service-single .service-single-item .wp-block-image img {
  border-radius: 12px;
  width: 100%;
}
.service-single .service-single-item .wp-block-separator {
  border-top: 1px solid;
  background-color: #E1E1E2;
  border-bottom: 0;
  margin-top: 30px;
  border-color: #E1E1E2;
}
.service-single .service-single-item h3.wp-block-heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}
.service-single .service-single-item h4.wp-block-heading {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
}
.service-single .service-single-item :where(.wp-block-columns) {
  margin-top: 15px;
  margin-bottom: 15px;
}
.service-single .service-single-item ul.wp-block-list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.service-single .service-single-item ul.wp-block-list li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  color: var(--rt-title-color);
}
.service-single .service-single-item ul.wp-block-list li + li {
  margin-top: 5px;
}
.service-single .service-single-item ul.wp-block-list li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\e85e";
  font-family: "rt-fontello";
  transition: all ease 0.31s;
  color: var(--rt-primary-color);
}

.rt-related-service {
  margin-top: 60px;
}
.rt-related-service .related-title {
  font-size: 30px;
  margin-bottom: 26px;
}

.rt-project-default > .row {
  justify-content: center;
}
.rt-project-default .project-item {
  position: relative;
  transition: all 520ms ease;
}
.rt-project-default .project-item .project-thumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 15px;
}
.rt-project-default .project-item .project-thumbs img {
  width: 100%;
  transition: all 0.5s;
}
.rt-project-default .project-item .project-title {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 600;
}
.rt-project-default .project-item .project-title a {
  color: var(--rt-title-color);
}
.rt-project-default .project-item .project-title a:hover {
  color: var(--rt-primary-color);
}
.rt-project-default .project-item .project-cat {
  display: block;
  text-transform: capitalize;
}
.rt-project-default .project-item .project-cat a {
  color: var(--rt-primary-color);
}
.rt-project-default .project-item .project-excerpt {
  margin-top: 3px;
}
.rt-project-default .project-item .is-blend img {
  filter: grayscale(100%);
}
.rt-project-default .project-item .rt-button {
  margin-top: 15px;
}
.rt-project-default .project-item:hover .is-blend img {
  filter: grayscale(0);
}
.rt-project-default .project-item:hover .project-thumbs img {
  transform: scale(1.1);
}

.rt-project-multi-layout-1 .project-item {
  overflow: hidden;
}
.rt-project-multi-layout-1 .project-item .project-thumbs {
  margin-bottom: 0;
}
.rt-project-multi-layout-1 .project-item .project-thumbs:before {
  display: none;
}
.rt-project-multi-layout-1 .project-item .project-content {
  color: var(--rt-title-color);
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 30px;
  z-index: 2;
  margin: auto;
  overflow: hidden;
  padding: 0;
  width: auto;
  will-change: scroll-position;
  transition: unset;
}
.rt-project-multi-layout-1 .project-item .project-content .project-info .project-cat {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0 0 10px 10px;
  padding: 9px 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.rt-project-multi-layout-1 .project-item .project-content .project-info .project-cat a {
  color: #FFFFFF;
}
.rt-project-multi-layout-1 .project-item .project-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.rt-project-multi-layout-1 .project-item .project-title a {
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 10px 10px 0 0;
  padding: 13px 20px;
  display: inline-block;
}
.rt-project-multi-layout-1 .project-item .project-title a:hover {
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
}

.rt-project-multi-layout-2 .project-item {
  overflow: hidden;
}
.rt-project-multi-layout-2 .project-item .project-thumbs {
  margin-bottom: 0 !important;
}
.rt-project-multi-layout-2 .project-item .project-content {
  padding: 20px 0 0 0;
}
.rt-project-multi-layout-2 .project-item .project-content .project-cat {
  margin-bottom: 10px;
}
.rt-project-multi-layout-2 .project-item .project-content .project-title {
  margin-bottom: 15px;
}

.project-grid-layout-2 .item-gallery {
  display: grid;
  grid-gap: 24px;
  grid-template: "grid-item-1 grid-item-1 grid-item-1 grid-item-1 grid-item-1 grid-item-1" "grid-item-2 grid-item-2 grid-item-2 grid-item-3 grid-item-3 grid-item-3" "grid-item-2 grid-item-2 grid-item-2 grid-item-4 grid-item-4 grid-item-4" "grid-item-5 grid-item-5 grid-item-5 grid-item-5 grid-item-5 grid-item-5" "grid-item-6 grid-item-6 grid-item-6 grid-item-7 grid-item-7 grid-item-7";
}
@media (max-width: 479px) {
  .project-grid-layout-2 .item-gallery {
    display: block;
  }
}
.project-grid-layout-2 .project-item {
  position: relative;
  height: 100%;
}
@media (min-width: 1024px) {
  .project-grid-layout-2 .project-item {
    height: 460px;
  }
}
.project-grid-layout-2 .project-item .project-thumbs {
  height: 100%;
}
@media (min-width: 1024px) {
  .project-grid-layout-2 .project-item .project-thumbs {
    height: 460px;
  }
}
.project-grid-layout-2 .project-item .project-thumbs .post-thumbnail-wrap {
  height: 100%;
}
@media (min-width: 1024px) {
  .project-grid-layout-2 .project-item .project-thumbs .post-thumbnail-wrap {
    height: 460px;
  }
}
.project-grid-layout-2 .project-item .project-thumbs .post-thumbnail-wrap .post-thumbnail {
  height: 100%;
}
@media (min-width: 1024px) {
  .project-grid-layout-2 .project-item .project-thumbs .post-thumbnail-wrap .post-thumbnail {
    height: 460px;
  }
}
.project-grid-layout-2 .project-item .project-thumbs .post-thumbnail-wrap .post-thumbnail img {
  height: 100%;
}
@media (min-width: 1024px) {
  .project-grid-layout-2 .project-item .project-thumbs .post-thumbnail-wrap .post-thumbnail img {
    height: 460px;
  }
}
.project-grid-layout-2 .project-item .project-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media (min-width: 576px) {
  .project-grid-layout-2 .project-item .project-content {
    bottom: 40px;
    left: 40px;
  }
}
.project-grid-layout-2 .project-item .project-content .project-cat {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0 0 10px 10px;
  padding: 9px 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.project-grid-layout-2 .project-item .project-content .project-cat a {
  color: #FFFFFF;
}
.project-grid-layout-2 .project-item .project-content .project-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.project-grid-layout-2 .project-item .project-content .project-title a {
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 10px 10px 0 0;
  padding: 13px 20px;
  display: inline-block;
}
.project-grid-layout-2 .project-item .project-content .project-title a:hover {
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
}
.project-grid-layout-2 .project-item .project-content .project-title:hover a {
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
}

.project-grid-layout-2 .grid-item-1 {
  grid-area: grid-item-1;
}

.project-grid-layout-2 .grid-item-2 {
  grid-area: grid-item-2;
}
.project-grid-layout-2 .grid-item-2 .project-item {
  height: 100%;
}
@media (min-width: 1024px) {
  .project-grid-layout-2 .grid-item-2 .project-item {
    height: 944px;
  }
}
.project-grid-layout-2 .grid-item-2 .project-item .project-thumbs {
  height: 100%;
}
@media (min-width: 1024px) {
  .project-grid-layout-2 .grid-item-2 .project-item .project-thumbs {
    height: 944px;
  }
}
.project-grid-layout-2 .grid-item-2 .project-item .project-thumbs .post-thumbnail-wrap {
  height: 100%;
}
@media (min-width: 1024px) {
  .project-grid-layout-2 .grid-item-2 .project-item .project-thumbs .post-thumbnail-wrap {
    height: 944px;
  }
}
.project-grid-layout-2 .grid-item-2 .project-item .project-thumbs .post-thumbnail-wrap .post-thumbnail {
  height: 100%;
}
@media (min-width: 1024px) {
  .project-grid-layout-2 .grid-item-2 .project-item .project-thumbs .post-thumbnail-wrap .post-thumbnail {
    height: 944px;
  }
}
.project-grid-layout-2 .grid-item-2 .project-item .project-thumbs .post-thumbnail-wrap .post-thumbnail img {
  height: 100%;
}
@media (min-width: 1024px) {
  .project-grid-layout-2 .grid-item-2 .project-item .project-thumbs .post-thumbnail-wrap .post-thumbnail img {
    height: 944px;
  }
}

.project-grid-layout-2 .grid-item-3 {
  grid-area: grid-item-3;
}

.project-grid-layout-2 .grid-item-4 {
  grid-area: grid-item-4;
}

.project-grid-layout-2 .grid-item-5 {
  grid-area: grid-item-5;
}

.project-grid-layout-2 .grid-item-6 {
  grid-area: grid-item-6;
}

.project-grid-layout-2 .grid-item-7 {
  grid-area: grid-item-7;
}

.project-slider-layout-6 .project-item {
  overflow: hidden;
}
.project-slider-layout-6 .project-item .project-thumbs {
  margin-bottom: 0;
}
.project-slider-layout-6 .project-item .project-thumbs:before {
  display: none;
}
.project-slider-layout-6 .project-item .project-content {
  padding: 20px 0 0 0;
}
.project-slider-layout-6 .project-item .project-content .project-info .project-cat a {
  color: #7F7E7E;
}
.project-slider-layout-6 .project-item .project-content .project-info .project-cat a:hover {
  color: #FFFFFF;
}
.project-slider-layout-6 .project-item .project-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  display: inline-block;
}
.project-slider-layout-6 .project-item .project-title a {
  color: #FFFFFF;
}
.project-slider-layout-6 .project-item .project-title a:hover {
  color: var(--rt-primary-color);
}
.project-slider-layout-6 .swiper-slide {
  display: flex;
  align-items: center;
  height: 520px;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  transform: scale(0.9);
}
.project-slider-layout-6 .swiper-slide-active {
  transform: scale(1.1);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.project-slider-layout-6 .swiper-navigation .swiper-button {
  margin-top: 30px;
}

/*----------------------------------*/
/* Project Accordion */
/*----------------------------------*/
.rt-project-accordion-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .rt-project-accordion-wrap {
    flex-direction: row;
  }
}
.rt-project-accordion-wrap .item {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  flex: 1 1 0%;
  transition: flex 0.5s ease-in-out;
  margin-right: 24px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .rt-project-accordion-wrap .item {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.rt-project-accordion-wrap .item:hover {
  flex: 2 1 0%;
}
.rt-project-accordion-wrap .project-bg {
  height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
}
.rt-project-accordion-wrap .content {
  padding: 20px 0 0 0;
}
.rt-project-accordion-wrap .content .rt-accordion-category {
  margin-bottom: 10px;
  display: block;
}
.rt-project-accordion-wrap .content .rt-accordion-category a {
  font-size: 18px;
  color: #7F7E7E;
  transition: all 0.3s ease-in-out;
}
.rt-project-accordion-wrap .content .rt-accordion-category a:hover {
  color: #FFFFFF;
}
.rt-project-accordion-wrap .content .accordion-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.rt-project-accordion-wrap .content .accordion-title a {
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.rt-project-accordion-wrap .content .accordion-title a:hover {
  color: var(--rt-primary-color);
}

@media (min-width: 1024px) {
  .project-single .project-content-info {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.project-single .post-thumbnail-wrap .post-thumbnail {
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-single .post-thumbnail-wrap .post-thumbnail img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-single .project-item-content .wp-block-image {
  margin-bottom: 0;
}
.project-single .project-item-content .wp-block-image img {
  border-radius: 15px;
}
.project-single .project-item-content ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.project-single .project-item-content ul li {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 700;
  color: var(--rt-title-color);
}
.project-single .project-item-content ul li + li {
  margin-top: 20px;
}
.project-single .project-item-content ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e827";
  font-family: "rt-fonttello";
  transition: all ease 0.31s;
  color: var(--rt-primary-color);
  font-size: 8px;
  background-color: transparent;
  border: 1px solid var(--rt-primary-color);
  border-radius: 100%;
  height: 25px;
  width: 25px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .project-single .project-information {
    max-width: 66%;
    flex: 0 0 66%;
  }
}
.project-single .project-information ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-single .project-information .info-list {
  display: flex;
  flex-wrap: wrap;
}
.project-single .project-information .info-list > li {
  margin-bottom: 20px;
  color: var(--rt-title-color);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  max-width: 50%;
  flex: 0 0 50%;
}
.project-single .project-information .info-list > li:last-child {
  margin-bottom: 0;
}
.project-single .project-information .info-list a {
  color: var(--rt-title-color);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}
.project-single .project-information .info-list a:hover {
  color: var(--rt-primary-color);
}
.project-single .project-information .info-list label {
  color: var(--rt-body-color);
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.project-single .project-information ul.rating {
  display: inline-flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.project-single .project-information ul.rating li.star-rate i {
  color: var(--rt-secondary-color);
}
.project-single .project-content {
  margin-top: 30px;
}
.project-single .project-content .entry-title {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.project-single .project-sidebar-img img {
  width: 100%;
  border-radius: 15px;
}

.project-pagination {
  display: flex;
  gap: 15px;
  margin-top: 60px;
}
.project-pagination .prev-project, .project-pagination .next-project {
  flex: 1;
}
.project-pagination .prev-project a, .project-pagination .next-project a {
  width: 100%;
  display: inline-block;
  background-color: #F3F7FF;
  padding: 25px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.project-pagination .prev-project:hover a, .project-pagination .next-project:hover a {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.project-pagination .prev-project a i {
  margin-right: 10px;
}
.project-pagination .next-project a i {
  margin-left: 10px;
}

.elementor-lightbox .elementor-lightbox-image {
  border-radius: 100%;
}
.elementor-lightbox .elementor-swiper-button > i {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.rt-related-project {
  margin-top: 30px;
}
.rt-related-project .related-title {
  font-size: 30px;
  margin-bottom: 26px;
}

.error-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .error-404 img {
    max-width: 954px;
    height: auto;
  }
}
.error-404 .error-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  margin-top: 40px;
}
.error-404 .error-info .error-title {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 600;
}
.error-404 .error-info p {
  line-height: 1.2;
  color: #848484;
  margin-bottom: 35px;
}

.woocommerce .price {
  color: var(--rt-primary-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}
.woocommerce .price del {
  font-size: 17px;
  font-weight: 400;
  opacity: 0.5;
}
.woocommerce .price ins {
  color: var(--rt-primary-color);
  background-color: transparent;
}
.woocommerce select,
.woocommerce .wc-blocks-components-select .wc-blocks-components-select__container {
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
  transition: all 0.21s ease-in-out;
}
.woocommerce .woocommerce-ordering {
  margin: 0;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .rtsb-archive-catalog-ordering .woocommerce-ordering select {
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
  padding: 5px 24px 5px 12px;
  font-size: 16px;
  font-weight: 500;
  width: initial;
  height: 40px;
  outline: none;
  vertical-align: middle;
}
.woocommerce .rtsb-product-default-filters {
  margin-bottom: 30px;
}
.woocommerce .rtsb-product-default-filters .default-filter-title-wrapper .widget-title {
  position: relative;
}
.woocommerce .rtsb-product-default-filters .default-filter-title-wrapper .widget-title:before {
  content: "";
  height: 4px;
  width: 50px;
  background-color: var(--rt-secondary-color);
  position: absolute;
  bottom: -3px;
  left: 0;
  border-radius: 10px;
}
.woocommerce .rtsb-archive-default-filters-wrapper .input-type-checkbox input.rtsb-checkbox-filter + label:after,
.woocommerce .rtsb-archive-default-filters-wrapper .input-type-radio input.rtsb-checkbox-filter + label:after {
  left: 9px;
  top: 4px;
}
.woocommerce .rtsb-archive-default-filters-wrapper .input-type-checkbox input.rtsb-checkbox-filter:checked + label:after,
.woocommerce .rtsb-archive-default-filters-wrapper .input-type-radio input.rtsb-checkbox-filter:checked + label:after {
  border-color: var(--rt-primary-color);
}
.woocommerce .rtsb-archive-default-filters-wrapper .input-type-checkbox input.rtsb-checkbox-filter + label:before,
.woocommerce .rtsb-archive-default-filters-wrapper .input-type-radio input.rtsb-checkbox-filter + label:before {
  border: 1px solid #D0DAC6;
  background-color: #FFFFFF;
  padding: 11px;
  border-radius: 5px;
}

.woo-shop-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid var(--rt-border-color);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 12px 24px;
}
.woo-shop-top .view-mode ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.woo-shop-top .view-mode ul a {
  font-size: 18px;
  width: 40px;
  height: 40px;
  padding: 0;
  display: grid;
  place-content: center;
  border-radius: 5px;
  border: 1px solid var(--rt-border-color);
  color: var(--rt-meta-light);
}
.woo-shop-top .view-mode ul .selected a {
  color: var(--rt-primary-color);
}

.rt-shop-meta .button-text {
  display: none;
}

.woocommerce .star-rating {
  font-size: 14px;
  margin: 0 0 3px;
}
.woocommerce .star-rating:before {
  content: "SSSSS";
  color: var(--rt-body-color);
}
.woocommerce .star-rating span:before {
  color: var(--rt-tertiary-color);
}
.woocommerce .woocommerce-review-link {
  color: var(--rt-body-color);
}
.woocommerce .rating-count {
  color: var(--rt-meta-light);
  font-size: 14px;
}
.woocommerce span.onsale {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  border-radius: 6px 0;
  margin: 0;
  padding: 6px 12px;
  min-width: auto;
  min-height: auto;
  line-height: 1;
  font-weight: 500;
  left: 0;
  top: 0;
}
.woocommerce ul.products {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
.woocommerce ul.products li.product {
  float: none;
  flex: 0 0 auto;
  max-width: initial;
  margin: 0;
  padding: 0;
}
.woocommerce ul.products li.product img {
  margin-bottom: 0 !important;
  transform: scaleX(1);
  transition: all 0.45s;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: auto;
  left: 0;
  margin: 0;
}
.woocommerce ul.products li.product .rt-product-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--rt-border-color);
  border-radius: 8px;
  padding: 15px;
  height: 100%;
  transition: all 0.21s ease-in-out;
}
.woocommerce ul.products li.product .rt-product-block .rt-product-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--rt-gray20);
  margin-bottom: 17px;
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-meta {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  bottom: 0;
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  transform: translateY(110%);
  transition: all 0.4s;
  visibility: hidden;
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-meta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  color: var(--rt-title-color);
  border-radius: 6px;
  font-size: 14px;
  padding: 5px 8px;
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-meta > a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-meta .action-cart i {
  padding-right: 5px;
}
.woocommerce ul.products li.product .rt-product-block .shop-cat {
  margin-bottom: 12px;
  line-height: 1;
}
.woocommerce ul.products li.product .rt-product-block .shop-cat a {
  color: var(--rt-body-color);
  font-size: 14px;
  font-weight: 400;
}
.woocommerce ul.products li.product .rt-product-block .shop-cat a:hover {
  color: var(--rt-primary-color);
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-title {
  font-size: 17px;
  margin-bottom: 10px;
  padding: 0;
  line-height: 1.2;
}
.woocommerce ul.products li.product .rt-product-block .rt-price {
  color: var(--rt-primary-color);
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.woocommerce ul.products li.product .rt-product-block:hover .rt-product-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.woocommerce ul.products li.product .rt-product-block:hover .rt-shop-meta {
  opacity: 1;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.08, 0.27, 0.04, 1.11);
  visibility: visible;
}
.woocommerce ul.products li.product .rt-product-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  padding: 15px;
}
.woocommerce ul.products li.product .rt-product-list .rt-content-area {
  flex: 1;
  padding: 0;
}
.woocommerce ul.products li.product .rt-product-list .rt-product-thumb {
  margin-bottom: 0;
}
.woocommerce ul.products li.product .rt-product-list .rt-shop-title {
  font-size: 22px;
}
.woocommerce ul.products li.product .rating-custom,
.woocommerce ul.products li.product .woocommerce-product-rating {
  margin-bottom: 0;
  line-height: 1;
}
.woocommerce ul.products li.product .rating-custom {
  margin-bottom: 10px;
}
.woocommerce ul.products li.product .product-rating {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 0;
}

.woocommerce ul.products:before {
  display: none;
}

.woocommerce ul.products.columns-2 li.product {
  width: calc(50% - 12px);
}

.woocommerce ul.products.columns-3 li.product {
  width: calc(33.3333333333% - 16px);
}

.woocommerce ul.products.columns-4 li.product {
  width: calc(25% - 18px);
}

.woocommerce ul.products.columns-5 li.product {
  width: calc(20% - 19.2px);
}

.woocommerce ul.products.columns-6 li.product {
  width: calc(16.6666666667% - 20px);
}

@media (max-width: 1199px) {
  .product-grid-view ul.products.columns-4 li.product,
  .product-grid-view ul.products.columns-5 li.product,
  .product-grid-view ul.products.columns-6 li.product {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 991px) {
  .product-grid-view ul.products.columns-3 li.product,
  .product-grid-view ul.products.columns-4 li.product,
  .product-grid-view ul.products.columns-5 li.product,
  .product-grid-view ul.products.columns-6 li.product {
    width: calc(50% - 12px);
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .product-grid-view ul.products.columns-2 li.product,
  .product-grid-view ul.products.columns-3 li.product,
  .product-grid-view ul.products.columns-4 li.product,
  .product-grid-view ul.products.columns-5 li.product,
  .product-grid-view ul.products.columns-6 li.product {
    width: 100%;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
  .woocommerce ul.products li.product .rt-product-list {
    display: block;
  }
  .woocommerce ul.products li.product .rt-product-list .rt-product-thumb {
    margin-bottom: 17px;
  }
}
@media (max-width: 575px) {
  .woo-shop-top {
    display: block;
    text-align: center;
  }
  .limit-sort-wrap {
    margin-bottom: 7px;
  }
}
.wc-block-grid .wc-block-grid__product-title {
  font-size: 17px;
}
.wc-block-grid .wp-block-button__link {
  font-size: 16px !important;
}
.wc-block-grid .rtsb-wishlist-btn {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce a.button,
.components-button,
.wc-block-components-button,
.mini-cart-footer a.button {
  background: var(--rt-primary-color);
  color: #FFFFFF;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 28px;
  letter-spacing: 0.16px;
  line-height: 1;
  opacity: 1;
  transition: all 0.21s ease-in-out;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.components-button:hover,
.wc-block-components-button:hover,
.mini-cart-footer a.button:hover {
  color: #FFFFFF;
  background-color: var(--rt-secondary-color);
}

.wc-block-cart {
  margin-bottom: 0 !important;
}
.wc-block-cart table.wc-block-cart-items {
  border: 1px solid var(--rt-border-color);
  margin-bottom: 0 !important;
}
.wc-block-cart table.wc-block-cart-items td {
  text-align: left;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  font-size: 14px;
  color: var(--rt-title-color);
  font-weight: 600;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  color: var(--rt-tertiary-color);
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header th {
  background-color: var(--rt-gray20) !important;
  color: var(--rt-title-color);
  font-size: 15px;
  padding: 16px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
  visibility: visible;
}
.wc-block-cart .wc-block-components-product-name {
  font-weight: 600;
}
.wc-block-cart .wc-block-components-product-badge {
  border: none;
  background-color: var(--rt-tertiary-color);
  color: var(--rt-title-color);
  display: none;
}
.wc-block-cart .wc-block-components-quantity-selector {
  height: 40px;
  margin-bottom: 0 !important;
}
.wc-block-cart .wc-block-components-product-metadata {
  display: none;
}
.wc-block-cart .wc-block-cart-item__quantity {
  display: flex;
  justify-content: space-between;
}
.wc-block-cart .wc-block-cart-items__row {
  padding: 20px !important;
}
.wc-block-cart .wc-block-cart-items__row .wc-block-components-product-price {
  color: var(--rt-title-color);
  font-weight: 600;
}
.wc-block-cart .wc-block-cart-items__row .wc-block-cart-item__prices del {
  opacity: 0.5;
}
.wc-block-cart .wc-block-cart-items__row .wc-block-cart-item__prices ins {
  background-color: transparent;
  color: inherit;
}
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
  background-color: var(--rt-gray20);
  padding: 30px;
}
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
  color: var(--rt-title-color);
  font-size: 15px;
  padding: 0 0 12px;
}
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item,
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon {
  padding: 0;
}
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item {
  color: var(--rt-title-color);
}

.rtsb-cart-table table th, .rtsb-cart-table table td, .rtsb-cart-table .wp-block-table td, .rtsb-cart-table .wp-block-table th {
  border: none;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff;
  opacity: 1;
  padding: 15px 20px 16px 20px;
}

.wc-block-components-form .wc-block-components-text-input input,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  border: 1px solid var(--rt-border-color) !important;
}

body .is-large .wc-block-checkout__actions {
  padding: 0;
}

body .wc-blocks-components-select .wc-blocks-components-select__container {
  border: 1px solid var(--rt-border-color) !important;
  padding: 0 0.5em;
}

body .wc-blocks-components-select .wc-blocks-components-select__label {
  display: none;
}

body .wc-blocks-components-select .wc-blocks-components-select__select {
  padding: 0;
}

body .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  box-shadow: unset;
}

body .wc-block-checkout__sidebar .wc-block-components-product-name {
  color: var(--rt-title-color);
  font-size: 16px;
  font-weight: 700;
}

body .wc-block-checkout__sidebar .wc-block-components-totals-item {
  color: var(--rt-title-color);
  font-weight: 700;
}

.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .product_title {
  color: var(--rt-title-color);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}

.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .price {
  color: var(--rt-primary-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .price .woocommerce-Price-amount {
  font-size: unset;
}

.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .single_add_to_cart_button {
  background-color: var(--rt-primary-color);
  min-height: 48px;
}

.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .single_add_to_cart_button:hover {
  background-color: var(--rt-secondary-color);
}

.rtsb-wishlist-content .rtsb-wishlist-table th {
  color: var(--rt-title-color);
}
.rtsb-wishlist-content .rtsb-wl-product-price {
  color: var(--rt-title-color);
  font-weight: 600;
}
.rtsb-wishlist-content del {
  opacity: 0.5;
}
.rtsb-wishlist-content ins {
  background-color: transparent;
  color: inherit;
}

.rtsb-compare-list .rtsb-compare-field-label {
  color: var(--rt-title-color);
  font-weight: 600;
}
.rtsb-compare-list .rtsb-compare-product-price {
  color: var(--rt-title-color);
  font-weight: 600;
}
.rtsb-compare-list .rtsb-compare-product-price del {
  opacity: 0.5;
}
.rtsb-compare-list .rtsb-compare-product-price ins {
  background-color: transparent;
  color: inherit;
}

.woocommerce-product-gallery__trigger:before {
  display: none !important;
}

/*===============================
Section Title
================================*/
.elementor-section-wrap {
  overflow: hidden;
}

.rt-side-subtitle {
  display: inline-block;
}

.section-title-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .section-title-wrapper {
    margin-bottom: 50px;
  }
}
.section-title-wrapper .top-sub-title {
  font-size: 16px;
  align-items: center;
  display: inline-block;
  margin-bottom: 8px;
  text-transform: capitalize;
  color: var(--rt-primary-color);
  font-weight: 500;
  padding: 9px 15px;
  line-height: 1;
  background-color: transparent;
  border: 1px solid var(--rt-primary-color);
  border-radius: 40px;
  position: relative;
}
.section-title-wrapper .top-sub-title i {
  margin-right: 5px;
  animation: flicker 3s infinite;
}
.section-title-wrapper .both-line-shape::before, .section-title-wrapper .both-line-shape:after {
  content: "";
  height: 2px;
  width: 20px;
  background-color: var(--rt-primary-color);
  position: absolute;
  top: 10px;
}
.section-title-wrapper .both-line-shape::before {
  left: 0;
}
.section-title-wrapper .both-line-shape::after {
  right: 0;
}
.section-title-wrapper .main-title {
  position: relative;
  font-size: 36px;
  line-height: 46px;
}
@media (min-width: 768px) {
  .section-title-wrapper .main-title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (min-width: 1200px) {
  .section-title-wrapper .main-title {
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 30px;
  }
}
.section-title-wrapper .main-title path {
  stroke: var(--rt-secondary-color);
}
.section-title-wrapper .main-title span {
  font-weight: 400;
}
.section-title-wrapper .main-title img.spin {
  animation: spin 15s linear infinite;
}
.section-title-wrapper .description p {
  opacity: 1 !important;
  margin-bottom: 15px;
}
.section-title-wrapper ul.feature-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  text-align: left;
}
@media (min-width: 768px) {
  .section-title-wrapper ul.feature-list.two-column li {
    width: 50%;
    float: left;
  }
}
.section-title-wrapper .list-layout-1 li {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--rt-title-color);
}
.section-title-wrapper .list-layout-1 li .icon {
  margin-right: 10px;
  color: var(--rt-primary-color);
  font-size: 22px;
}
.section-title-wrapper .list-layout-2 li {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--rt-title-color);
}
.section-title-wrapper .list-layout-2 li .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 44px;
  height: 44px;
  margin-right: 9px;
  border-radius: 100%;
  color: var(--rt-primary-color);
  border: 1px solid var(--rt-border-color);
  background-color: var(--rt-body-bg-color);
}
.section-title-wrapper .shadow-title-wrap {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: -1;
}
.section-title-wrapper .shadow-title-wrap .shadow-title {
  display: inline-block;
  font-size: 150px;
  line-height: 48px;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #E4E9F1;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .section-title-wrapper .description br,
  .section-title-wrapper .main-title br {
    display: none;
  }
}
/* End Section Title */
.rt-swiper-hero-slider {
  overflow: hidden;
}

.rt-hero-slider .content-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.rt-hero-slider .slider-content {
  position: relative;
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .rt-hero-slider .slider-content {
    max-width: 570px;
    z-index: 9;
    background-image: url(../images/banner-content-bg.svg);
    background-repeat: no-repeat;
    padding: 60px 80px 90px;
    background-color: transparent;
    border-radius: unset;
  }
}
.rt-hero-slider .single-slider {
  background-size: cover;
  background-position: top center;
  min-height: 775px;
  display: flex;
  align-items: center;
}
.rt-hero-slider .sub-title {
  position: relative;
  display: inline-block;
  color: var(--rt-secondary-color);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1.4;
  z-index: 1;
}
.rt-hero-slider .slider-title {
  font-size: 60px;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.1;
}
.rt-hero-slider .slider-text {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.rt-hero-slider .animation .single-slide .sub-title {
  transform: translateY(70px);
  transition: all ease 1.2s;
  opacity: 0;
  visibility: hidden;
}
.rt-hero-slider .animation .single-slide .slider-title {
  transform: translateY(70px);
  transition: all ease 1.2s;
  opacity: 0;
  visibility: hidden;
}
.rt-hero-slider .animation .single-slide .slider-text {
  transform: translateY(70px);
  transition: all ease 1.2s;
  opacity: 0;
  visibility: hidden;
}
.rt-hero-slider .animation .single-slide .slider-btn-area {
  transform: translateY(70px);
  transition: all ease 1.2s;
  opacity: 0;
  visibility: hidden;
}
.rt-hero-slider .animation .single-slide.swiper-slide-active .sub-title {
  transform: translateY(0);
  transition-delay: 0.5s;
  opacity: 1;
  visibility: visible;
}
.rt-hero-slider .animation .single-slide.swiper-slide-active .slider-title {
  transform: translateY(0);
  transition-delay: 1s;
  opacity: 1;
  visibility: visible;
}
.rt-hero-slider .animation .single-slide.swiper-slide-active .slider-text {
  transform: translateY(0);
  transition-delay: 1.5s;
  opacity: 1;
  visibility: visible;
}
.rt-hero-slider .animation .single-slide.swiper-slide-active .slider-btn-area {
  transform: translateX(0);
  transition-delay: 2s;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .rt-hero-slider .slider-title br,
  .rt-hero-slider .slider-text br {
    display: none;
  }
}
.rt-hero-slider .swiper-pagination-wrap {
  position: relative;
}
.rt-hero-slider .swiper-pagination-wrap:before {
  content: "";
  background-image: url(../images/pagination.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -9px;
  height: 60px;
  width: 100%;
  background-position: bottom right;
  z-index: 1;
}
.rt-hero-slider .swiper-pagination {
  position: absolute;
  margin-top: 0;
  justify-content: right;
  -moz-column-gap: 7px;
       column-gap: 7px;
  bottom: 10px !important;
  right: 19%;
  left: auto !important;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 2400px) {
  .rt-hero-slider .swiper-pagination {
    right: 16%;
  }
}
.rt-hero-slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: auto;
  height: 100%;
  text-align: left;
  color: #B7B7B7;
  background: transparent !important;
}
.rt-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  color: var(--rt-title-color);
}
.rt-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  position: absolute;
  content: "";
  right: -7px;
  top: 13px;
  width: 40px;
  height: 2px;
  border-radius: 50px;
  background-color: var(--rt-title-color);
}
.rt-hero-slider .swiper-pagination .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
  text-align: right;
}
.rt-hero-slider .swiper-pagination .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:after {
  display: none;
}
.rt-hero-slider .swiper-pagination .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 13px;
  right: auto;
  width: 40px;
  height: 2px;
  border-radius: 50px;
  background-color: var(--rt-title-color);
}

/*===============================
RT Post Grid
================================*/
.rt-el-post-wrapper ul li:not(:last-child):after {
  content: "•";
  color: #B6B4B4;
  margin-left: 15px;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 1025px) {
  .rt-el-post-wrapper ul li:not(:last-child):after {
    margin-left: 30px;
  }
}

.blog-grid-5 .separate-meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.blog-grid-5 .separate-meta a {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.blog-grid-5 .separate-meta a:hover {
  background-color: var(--rt-title-color);
  color: #FFFFFF;
}
.blog-grid-5 .rt-post-meta {
  margin-bottom: 16px;
}
.blog-grid-5 .entry-wrapper {
  padding-top: 24px;
}

@media (min-width: 1025px) {
  .blog-list-2.rt-el-post-wrapper .post-thumbnail-wrap {
    max-width: 322px;
  }
}
.rt-pricing-box-wrapper {
  padding: 30px;
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
  position: relative;
  background-color: #161358;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .rt-pricing-box-wrapper {
    padding: 60px 40PX;
  }
}
.rt-pricing-box-wrapper .is-featured {
  background: var(--rt-secondary-color);
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  top: -2px;
  font-size: 12px;
  color: white;
  text-transform: capitalize;
  transition: 0.4s ease-in-out;
  padding: 10px 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 50px;
}
.rt-pricing-box-wrapper .plan-name-wrap .plan-name {
  color: var(--rt-title-color);
  font-size: 24px;
  line-height: 32PX;
  transition: 0.4s ease-in-out;
  margin-bottom: 5px;
  color: var(--rt-primary-color);
  font-weight: 400;
}
.rt-pricing-box-wrapper .subtitle {
  padding-bottom: 35px;
  margin-bottom: 35px;
  color: #B6B8BC;
  border-bottom: 1px solid #3E3A8B;
}
.rt-pricing-box-wrapper .price-wrap {
  margin-bottom: 15px;
}
.rt-pricing-box-wrapper .price-wrap .price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  transition: 0.4s ease-in-out;
  color: #FFFFFF;
}
.rt-pricing-box-wrapper .price-wrap .seperator, .rt-pricing-box-wrapper .price-wrap .period {
  font-size: 24px;
  color: #B6B8BC;
  transition: 0.4s ease-in-out;
  line-height: 32px;
  font-weight: 500;
}
.rt-pricing-box-wrapper .feature-lists .list-text {
  font-size: 20px;
  font-weight: 500;
  color: #B6B8BC;
  margin-bottom: 20px;
}
.rt-pricing-box-wrapper .feature-lists ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-pricing-box-wrapper .feature-lists ul li {
  text-align: left;
  line-height: 1.4;
  margin-bottom: 15px;
  transition: 0.4s ease-in-out;
  text-transform: capitalize;
  color: #B6B8BC;
  font-weight: 500;
}
.rt-pricing-box-wrapper .feature-lists ul li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  color: var(--rt-primary-color);
  transition: 0.4s ease-in-out;
  font-size: 9px;
  height: 24px;
  width: 24px;
  background-color: #100D47;
  border-radius: 100%;
}
.rt-pricing-box-wrapper .feature-lists ul li svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.rt-pricing-box-wrapper .rt-button {
  padding-top: 30px;
}
.rt-pricing-box-wrapper .rt-button .btn {
  padding: 16px 30px;
  width: 100%;
  border-radius: 10px;
}
.rt-pricing-box-wrapper .icon-holder {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 50px;
  z-index: -1;
}
.rt-pricing-box-wrapper:hover {
  box-shadow: 7px 7px rgba(15, 83, 243, 0.8);
  transform: translateY(5px);
}

.rt-pricing-layout-2 .price-wrap .price {
  display: block;
}
.rt-pricing-layout-2 .price-wrap .period {
  font-size: 16px;
}
.rt-pricing-layout-2 hr {
  border-bottom: 1px solid var(--rt-border-color);
  margin: 30px 0;
}

.rt-pricing-layout-3 header {
  text-align: center;
}
.rt-pricing-layout-3 .price-wrap .price {
  display: block;
}
.rt-pricing-layout-3 .price-wrap .period {
  font-size: 16px;
}
.rt-pricing-layout-3 .rt-button {
  margin-bottom: 30px;
}

.rt-pricing-tab .price-switch-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
}
.rt-pricing-tab .pack-name {
  display: inline-block;
  font-size: 16px;
  color: var(--rt-title-color);
  font-weight: 600;
  text-transform: capitalize;
}
.rt-pricing-tab .pack-name:last-of-type {
  color: var(--rt-primary-color);
}
.rt-pricing-tab .pricing-switch-container {
  width: 60px;
  height: 30px;
  clear: both;
  text-align: center;
  position: relative;
  border-radius: 100px;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 2px #949494;
}
.rt-pricing-tab .pricing-switch-container .pricing-switch {
  cursor: pointer;
  width: 100%;
  float: left;
  height: 1rem;
  line-height: 1rem;
  position: relative;
  z-index: 888;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}
.rt-pricing-tab .pricing-switch-container .pricing-switch:nth-child(2).pricing-switch-active ~ .switch-button {
  left: 55%;
}
.rt-pricing-tab .pricing-switch-container .switch-button {
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  z-index: 555;
  margin: 0;
  border: none;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  background-color: var(--rt-primary-color);
}
.rt-pricing-tab .price-switch-box--active .pack-name:first-of-type {
  color: var(--rt-primary-color);
}
.rt-pricing-tab .price-switch-box--active .pack-name:last-of-type {
  color: var(--rt-title-color);
}
.rt-pricing-tab .price-wrap {
  position: relative;
  height: 80px;
  overflow: hidden;
}
.rt-pricing-tab .price-wrap .price-box {
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
}
.rt-pricing-tab .price-wrap .price-box.price-box-show {
  animation: showPrice 0.7s forwards;
}
.rt-pricing-tab .price-wrap .price-box.price-box-hide {
  animation: hidePrice 0.7s forwards;
}
.rt-pricing-tab .price-note {
  background-color: var(--rt-gray10);
  border-radius: 6px;
  text-align: center;
  margin-top: 12px;
  padding: 12px 24px;
}

.rt-price-tab-box {
  padding: 45px 40px 60px;
  overflow: hidden;
  border-radius: 30px;
  transition: 0.4s ease-in-out;
  z-index: 0;
  position: relative;
  background-color: var(--rt-meta-light);
}
.rt-price-tab-box .is-featured {
  background: var(--rt-primary-color);
  position: absolute;
  width: 200px;
  text-align: center;
  transform: rotate(41deg);
  right: -58px;
  height: 43px;
  line-height: 43px;
  top: 16px;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.4s ease-in-out;
}
.rt-price-tab-box .rt-title {
  color: var(--rt-primary-color);
  font-size: 24px;
  font-weight: 400;
  transition: 0.4s ease-in-out;
  margin-bottom: 0;
}
.rt-price-tab-box .sub-title {
  padding-bottom: 32px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 40px;
}
.rt-price-tab-box .price-wrap .price {
  font-size: 40px;
  font-weight: 700;
  color: var(--rt-title-color);
  line-height: 52px;
  transition: 0.4s ease-in-out;
}
.rt-price-tab-box .price-wrap .seperator, .rt-price-tab-box .price-wrap .period {
  font-size: 24px;
  color: var(--rt-body-color);
  transition: 0.4s ease-in-out;
  text-transform: capitalize;
}
.rt-price-tab-box .feature-lists ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-price-tab-box .feature-lists ul li {
  text-align: left;
  line-height: 1.4;
  margin-bottom: 15px;
  transition: 0.4s ease-in-out;
  color: var(--rt-title-color);
  font-weight: 500;
}
.rt-price-tab-box .feature-lists ul li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 15px;
  font-size: 10px;
  color: var(--rt-primary-color);
  background-color: #FFFFFF;
  transition: 0.4s ease-in-out;
}

.pricing-button {
  padding-top: 27px;
}
.pricing-button .pricing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  padding: 20px 0;
  height: 60px;
  width: 100%;
  border-radius: 50px;
  transition: all 0.4s ease;
}
.pricing-button .pricing-btn:hover {
  background-color: var(--rt-title-color);
  color: #FFFFFF;
}

/*-------------------------------------
#. EL: Logo Slider
---------------------------------------*/
.rt-logo-brand .logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.rt-logo-brand .logo-box.gray img {
  filter: grayscale(1);
  transition: all ease 0.21s;
  opacity: 0.5;
}
.rt-logo-brand .logo-box.gray:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.rt-logo-brand .logo-box.brightness img {
  filter: invert(51%) sepia(24%) saturate(778%) hue-rotate(203deg) brightness(90%) contrast(87%);
  transition: all ease 0.21s;
  opacity: 1;
}
.rt-logo-brand .logo-box.brightness:hover img {
  opacity: 1;
}
.rt-logo-brand .logo-box a {
  line-height: 1;
}

.rt-testimonial-slider {
  height: 100%;
}
.rt-testimonial-slider .slider-item {
  position: relative;
  z-index: 0;
}
.rt-testimonial-slider .slider-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rt-testimonial-slider .slider-item .item-rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 30px;
  margin-bottom: 0;
  color: #F99A1E;
}
.rt-testimonial-slider .slider-item .item-rating .icon-rt-star {
  font-weight: 900;
}
.rt-testimonial-slider .slider-item .item-rating .active {
  color: #F99A1E;
}
.rt-testimonial-slider .slider-item .item-rating .deactive {
  color: var(--rt-gray20);
}
.rt-testimonial-slider .slider-item .rt-content {
  margin-bottom: 20px;
  color: var(--rt-title-color);
}
.rt-testimonial-slider .slider-item .rt-content p {
  margin-bottom: 0;
}
.rt-testimonial-slider .slider-item .rt-title {
  color: var(--rt-title-color);
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
}
.rt-testimonial-slider .slider-item .rt-name {
  color: var(--rt-title-color);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--rt-heading-font, "Mona Sans"), sans-serif;
}
.rt-testimonial-slider .slider-item .rt-subtitle {
  color: #848484;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--rt-heading-font, "Mona Sans"), sans-serif;
}

.rt-testimonial-layout-1 {
  position: relative;
  text-align: center;
}
.rt-testimonial-layout-1 .swiper-slide.swiper-slide-next + .swiper-slide,
.rt-testimonial-layout-1 .swiper-slide.swiper-slide-next {
  transition: all 700ms ease-in-out;
  visibility: visible;
}
@media (min-width: 1200px) {
  .rt-testimonial-layout-1 .swiper-slide.swiper-slide-next + .swiper-slide .slider-item,
  .rt-testimonial-layout-1 .swiper-slide.swiper-slide-next .slider-item {
    transform: rotate(-45deg) translateX(-150px) translateY(100px);
  }
}
.rt-testimonial-layout-1 .swiper-slide:has(+ .swiper-slide-prev),
.rt-testimonial-layout-1 .swiper-slide.swiper-slide-prev {
  transition: all 700ms ease-in-out;
  visibility: visible;
}
@media (min-width: 1200px) {
  .rt-testimonial-layout-1 .swiper-slide:has(+ .swiper-slide-prev) .slider-item,
  .rt-testimonial-layout-1 .swiper-slide.swiper-slide-prev .slider-item {
    transform: rotate(45deg) translateX(150px) translateY(100px);
  }
}
.rt-testimonial-layout-1 .swiper-slide-active {
  z-index: 3;
}
.rt-testimonial-layout-1 .swiper-slide-active .slider-item {
  filter: blur(0);
}
@media (min-width: 1200px) {
  .rt-testimonial-layout-1 .swiper-slide-active .slider-item {
    transform: rotate(0deg) translateX(0px) translateY(0px);
    width: 390px;
  }
}
.rt-testimonial-layout-1 .slider-item {
  transition: all 700ms ease-in-out;
  height: 399px;
  overflow: hidden;
  padding: 50px 25px;
  border-radius: 20px 20px 0 0;
  background-color: var(--rt-meta-light);
  filter: blur(2px);
}

.rt-testimonial-layout-2 .slider-item .quote {
  font-size: 50px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.rt-testimonial-layout-2 .slider-item .rt-content {
  font-size: 30px;
  font-style: italic;
  line-height: 42px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.rt-testimonial-layout-2 .slider-item .rt-title {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.rt-testimonial-layout-2 .slider-item .rt-subtitle {
  font-size: 14px;
  text-align: left;
}
.rt-testimonial-layout-2 .item-author-info {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.rt-testimonial-layout-2 .swiper-navigation .swiper-button-prev, .rt-testimonial-layout-2 .swiper-navigation .swiper-button-next {
  top: 50%;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #959595;
  color: #959595;
  margin: 0;
}
.rt-testimonial-layout-2 .swiper-navigation .swiper-button-prev:hover, .rt-testimonial-layout-2 .swiper-navigation .swiper-button-next:hover {
  background-color: #FFFFFF;
  color: var(--rt-title-color);
  border-color: #FFFFFF;
}
.rt-testimonial-layout-2 .swiper-navigation .swiper-button-next {
  left: auto;
}
.rt-testimonial-layout-2 .testimonial-content {
  text-align: center;
}
@media (min-width: 1024px) {
  .rt-testimonial-layout-2 .testimonial-content {
    width: 892px;
    margin-right: auto;
    margin-left: auto;
  }
}

.rt-testimonial-layout-3 .slider-item {
  box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: var(--rt-meta-light);
  border-radius: 20px;
  padding: 50px 26px;
  transition: all 0.4s ease-in-out;
}
.rt-testimonial-layout-3 .slider-item:hover {
  box-shadow: none;
}
.rt-testimonial-layout-3 .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
}
.rt-testimonial-layout-3 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--rt-primary-color);
}

.rt-counter-layout .rt-counter-box {
  position: relative;
  display: inline-block;
}
.rt-counter-layout .rt-counter-box .bg-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rt-counter-layout .rt-counter-box .counter-number {
  display: inline-flex;
  font-size: 100px;
  color: var(--rt-title-color);
  line-height: 1.2;
  transition: all 520ms ease;
}
.rt-counter-layout .rt-counter-box .counter-label {
  font-size: 20px;
  font-weight: 600;
  color: var(--rt-title-color);
  line-height: 1;
  margin-bottom: 0;
}
.rt-counter-layout .rt-counter-box .counter-gradient {
  -webkit-text-stroke: 2px transparent;
}
.rt-counter-layout .rt-counter-box:hover .counter-number {
  color: initial;
  -webkit-text-stroke: unset;
}

.rt-counter-layout-1 .counter-blr-shape {
  position: absolute;
  height: 160px;
  width: 160px;
  border-radius: 160px;
  background-color: rgba(186, 241, 130, 0.5);
  filter: blur(125px);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}
.rt-counter-layout-1 .shape-2 {
  background-color: rgba(226, 130, 241, 0.5);
}
.rt-counter-layout-1 .shape-3 {
  background-color: rgba(130, 135, 241, 0.5);
}
.rt-counter-layout-1 .shape-4 {
  background-color: rgba(130, 241, 208, 0.5);
}

.rt-counter-layout-2 .rt-counter-box .counter-number {
  color: transparent;
  text-decoration: none;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-stroke: 2px #565656;
  transition: all 520ms ease;
}

.rt-counter-layout-3 .rt-counter-box {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.rt-counter-layout-3 .rt-counter-box .counter-number {
  font-size: 30px;
}
.rt-counter-layout-3 .rt-counter-box .counter-label {
  font-size: 16px;
}

.rt-counter-layout-4 .rt-counter-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.rt-rating-layout .rating-number {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 1;
}
.rt-rating-layout .rating-wrap {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.rt-rating-layout .item-rating {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-size: 20px;
}
.rt-rating-layout .item-rating .active {
  color: var(--rt-tertiary-color);
}
.rt-rating-layout .item-rating .deactive {
  color: var(--rt-gray10);
}

.rt-image-layout {
  position: relative;
}
.rt-image-layout .rt-image {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.rt-image-layout .rt-image .rt-img {
  display: block;
}
.rt-image-layout .rt-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.rt-image-layout .rt-content {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rt-image-layout-1 .rt-image {
  position: relative;
  z-index: 1;
}

.rt-image-layout-4 .rt-image {
  overflow: hidden;
  display: inline-block;
  border-radius: 15px;
}

.rt-gallery-item .image-link {
  position: relative;
  overflow: hidden;
  background-color: var(--rt-title-color);
}
.rt-gallery-item .image-link i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.31s;
}
.rt-gallery-item .image-link img {
  opacity: 1;
  transition: all ease 0.31s;
}
@media (max-width: 1024px) {
  .rt-gallery-item .image-link img {
    width: 100%;
  }
}
.rt-gallery-item:hover .image-link i {
  visibility: visible;
  opacity: 1;
}
.rt-gallery-item:hover .image-link img {
  opacity: 0.5;
}

.rt-cta-sec {
  position: relative;
}

.rt-image-slider-layout .tech-cta-image-wrap {
  display: flex;
  position: absolute;
  top: -400px;
  right: -10%;
  gap: 10px;
  transform: rotate(15deg);
}
@media (min-width: 1024px) {
  .rt-image-slider-layout .image-wrap-2 {
    margin-top: -275px;
  }
}
.rt-image-slider-layout .cta-img-1 {
  border-radius: 6px;
  margin-bottom: 5px;
}
.rt-image-slider-layout .cta-img-1 img {
  border-radius: 6px;
  width: 100%;
}

.rt-image-slider-layout-2 .tech-cta-image-wrap {
  display: flex;
  position: absolute;
  top: -400px;
  right: auto;
  left: -10%;
  gap: 10px;
  transform: rotate(-15deg);
}

.rt-tab-block .tab-block-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-tab-block .tab-block-tab {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  cursor: pointer;
  font-weight: 700;
  padding: 12px 24px;
  position: relative;
  color: var(--rt-primary-color);
  transition: all 520ms ease;
}
.rt-tab-block .tab-block-tab.is-active {
  color: var(--rt-tertiary-color);
}
@media (max-width: 575px) {
  .rt-tab-block .tab-block-tab {
    width: 100%;
  }
}
.rt-tab-block .tab-block-content p:last-child {
  margin: 0;
}
.rt-tab-block .tab-block-content .rt-button {
  margin-top: 35px;
}
.rt-tab-block .tab-block-content .feature-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 7px;
}
@media (max-width: 991px) {
  .rt-tab-block .tab-block-content .feature-wrap {
    flex-direction: column;
  }
}
.rt-tab-block .tab-block-content .content-wrap {
  flex: 1;
}
.rt-tab-block .tab-block-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-tab-block .tab-block-content ul li {
  position: relative;
  padding-left: 32px;
  color: var(--rt-title-color);
}
.rt-tab-block .tab-block-content ul li:before {
  position: absolute;
  left: 0;
  font-size: 11px;
  content: "\e825";
  font-family: "rt-fontello";
  transition: all ease 0.31s;
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.rt-tab-block .tab-block-content ul li + li {
  margin-top: 10px;
}

.rt-tab-layout-1 .tab-block-tab {
  background-color: var(--rt-body-bg-color);
  border-color: var(--rt-border-color);
  border-left-style: solid;
  border-top: solid;
  border-width: 1px;
}
.rt-tab-layout-1 .tab-block-tab:last-of-type {
  border-right-style: solid;
}
.rt-tab-layout-1 .tab-block-tab::before,
.rt-tab-layout-1 .tab-block-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transition: 0.1s ease-in-out;
}
.rt-tab-layout-1 .tab-block-tab::before {
  background-color: var(--rt-primary-color);
  left: 0;
  right: 0;
  top: -2px;
}
.rt-tab-layout-1 .tab-block-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}
.rt-tab-layout-1 .tab-block-tab.is-active::before {
  background-color: var(--rt-tertiary-color);
}
.rt-tab-layout-1 .tab-block-tab.is-active::after {
  background-color: #fff;
}
.rt-tab-layout-1 .tab-block-content {
  border: 1px solid var(--rt-border-color);
  border-radius: 0 12px 12px 12px;
  padding: 24px;
}

.rt-tab-layout-2 .tab-block-tabs {
  gap: 10px;
  margin-bottom: 30px;
}
.rt-tab-layout-2 .tab-block-tab {
  background-color: var(--rt-body-bg-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
}
.rt-tab-layout-2 .tab-block-tab.is-active {
  background-color: var(--rt-tertiary-color);
  color: var(--rt-button-text-color);
}
.rt-tab-layout-2 .tab-block-content {
  border: 1px solid var(--rt-border-color);
  border-radius: 12px;
  padding: 24px;
}

.rt-tab-layout-3 .tab-block {
  display: flex;
  gap: 30px;
}
.rt-tab-layout-3 .tab-block-tabs {
  gap: 10px;
}
@media (min-width: 1025px) {
  .rt-tab-layout-3 .tab-block-tabs {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .rt-tab-layout-3 .tab-block {
    flex-direction: column;
  }
}
.rt-tab-layout-3 .tab-block-tab {
  background-color: var(--rt-body-bg-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
}
.rt-tab-layout-3 .tab-block-tab.is-active {
  background-color: var(--rt-tertiary-color);
  color: var(--rt-button-text-color);
}
.rt-tab-layout-3 .tab-block-content {
  border: 1px solid var(--rt-border-color);
  border-radius: 12px;
  padding: 24px;
  flex: 1;
}

.rt-info-box .info-box {
  position: relative;
  background-size: cover;
  transition: all 520ms ease;
  z-index: 0;
}
.rt-info-box .info-box .info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  transition: all 520ms ease;
}
.rt-info-box .info-box .info-icon i, .rt-info-box .info-box .info-icon svg, .rt-info-box .info-box .info-icon img {
  display: flex;
  transition: all 520ms ease;
  color: var(--rt-primary-color);
}
.rt-info-box .info-box:hover .info-icon i, .rt-info-box .info-box:hover .info-icon svg, .rt-info-box .info-box:hover .info-icon img {
  transform: scale(1.1);
  color: var(--rt-primary-color);
}
.rt-info-box .info-icon-holder {
  position: relative;
  margin-bottom: 15px;
  line-height: 0;
}
.rt-info-box .info-icon-holder a {
  display: inline-block;
}
.rt-info-box .content-holder {
  transition: all 520ms ease;
}
.rt-info-box .content-holder p {
  margin-bottom: 0;
  line-height: 1.75;
  transition: all 520ms ease;
}
.rt-info-box .rt-info-image {
  position: relative;
  overflow: hidden;
}
.rt-info-box .rt-button {
  margin-top: 24px;
}
.rt-info-box .info-title {
  font-size: 30px;
  line-height: 42px;
}
.rt-info-box .info-title a {
  color: var(--rt-title-color);
  transition: all 520ms ease;
}
.rt-info-box .info-title a:hover {
  color: var(--rt-primary-color);
}
@media (max-width: 767px) {
  .rt-info-box .info-title br {
    display: none;
  }
}
.rt-info-box .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 18px;
}
.rt-info-box .feature-list li {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--rt-title-color);
}
.rt-info-box .feature-list li .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  border-radius: 100%;
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
}

.rt-info-layout-1 .info-box {
  border: 1px solid #E1E1E2;
  background-color: #F4F1FF;
  border-radius: 20px;
  padding: 60px;
  overflow: hidden;
  transition: all 520ms ease;
}
@media (max-width: 479px) {
  .rt-info-layout-1 .info-box {
    padding: 40px;
  }
}
.rt-info-layout-1 .info-box:hover {
  background-color: #FFFFFF;
}
.rt-info-layout-1 .info-box:hover .btn {
  background-color: var(--rt-title-color);
  color: #FFFFFF;
}
.rt-info-layout-1 .info-box:hover .btn .rt-button-icon {
  background-color: #FFFFFF;
}
.rt-info-layout-1 .info-box:hover .btn .btn-icon {
  color: var(--rt-primary-color);
}
.rt-info-layout-1 .info-box:hover .btn .btn-hover-icon {
  color: var(--rt-primary-color);
}
.rt-info-layout-1 .info-icon-holder {
  margin-bottom: 20px;
}
.rt-info-layout-1 .info-icon {
  filter: drop-shadow(-12.96px 17.28px 34.56px #B5D9F5);
}
.rt-info-layout-1 .info-title {
  margin-bottom: 15px;
}
.rt-info-layout-1 .btn {
  background-color: #FFFFFF;
  color: var(--rt-title-color);
  transition: all 520ms ease;
}
.rt-info-layout-1 .btn .rt-button-icon {
  background-color: var(--rt-primary-color);
  transition: all 520ms ease;
}
.rt-info-layout-1 .btn .btn-icon {
  color: #FFFFFF;
  transition: all 520ms ease;
}
.rt-info-layout-1 .btn .btn-hover-icon {
  color: #FFFFFF;
  transition: all 520ms ease;
}

.rt-info-layout-2 .info-box {
  border: 1px solid #1F2126;
  background-color: #222429;
  border-radius: 20px;
  padding: 50px 30px 30px;
  position: relative;
}
.rt-info-layout-2 .info-box:before, .rt-info-layout-2 .info-box:after {
  content: "";
  height: 0;
  width: 0;
  transition: 0.35s;
  opacity: 0;
  position: absolute;
  border-radius: 20px;
}
.rt-info-layout-2 .info-box:before {
  bottom: 0;
  left: 0;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #FFFFFF;
}
.rt-info-layout-2 .info-box:after {
  top: 0;
  right: 0;
  border-right: 1px solid;
  border-top: 1px solid;
  border-color: #FFFFFF;
}
.rt-info-layout-2 .info-box:hover:before, .rt-info-layout-2 .info-box:hover:after {
  width: 100%;
  height: 100%;
  transition: width 0.35s, height 0.35s, border-radius 0.15s 0.15s, opacity 0.5s;
  border-radius: 20px;
  opacity: 1;
}
.rt-info-layout-2 .info-box:hover .rt-button .btn .rt-button-icon {
  background-color: #FFFFFF !important;
}
.rt-info-layout-2 .info-box:hover .rt-button .btn .rt-button-icon .btn-icon {
  color: var(--rt-primary-color);
}
.rt-info-layout-2 .info-box:hover .rt-button .btn .rt-button-icon .btn-hover-icon {
  color: var(--rt-primary-color);
}
.rt-info-layout-2 .info-box .info-title {
  position: relative;
  z-index: 1;
}
.rt-info-layout-2 .info-box .rt-button {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}
.rt-info-layout-2 .info-box .rt-button .btn {
  background-color: transparent;
  padding: 0;
}
.rt-info-layout-2 .info-box .rt-button .btn .rt-button-icon {
  transition: all 0.4s ease-in-out;
}

.rt-info-layout-3 .info-box {
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--rt-meta-light);
  -webkit-clip-path: polygon(73.521% 0%, 73.521% 0%, 74.313% 0.103%, 75.047% 0.394%, 75.719% 0.846%, 76.32% 1.43%, 76.846% 2.12%, 77.29% 2.888%, 77.646% 3.707%, 77.908% 4.549%, 78.07% 5.387%, 78.125% 6.193%, 78.125% 8.486%, 78.125% 8.486%, 78.292% 10.458%, 78.775% 12.328%, 79.547% 14.073%, 80.583% 15.665%, 81.857% 17.082%, 83.341% 18.297%, 85.01% 19.285%, 86.838% 20.022%, 88.799% 20.483%, 90.865% 20.642%, 95.192% 20.642%, 95.192% 20.642%, 95.972% 20.702%, 96.712% 20.876%, 97.402% 21.154%, 98.032% 21.527%, 98.592% 21.986%, 99.072% 22.52%, 99.463% 23.121%, 99.755% 23.779%, 99.937% 24.485%, 100% 25.229%, 100% 95.413%, 100% 95.413%, 99.937% 96.157%, 99.755% 96.863%, 99.463% 97.521%, 99.072% 98.122%, 98.592% 98.656%, 98.032% 99.115%, 97.402% 99.488%, 96.712% 99.766%, 95.972% 99.94%, 95.192% 100%, 4.808% 100%, 4.808% 100%, 4.028% 99.94%, 3.288% 99.766%, 2.598% 99.488%, 1.968% 99.115%, 1.408% 98.656%, 0.928% 98.122%, 0.537% 97.521%, 0.245% 96.863%, 0.063% 96.157%, 0% 95.413%, 0% 4.587%, 0% 4.587%, 0.063% 3.843%, 0.245% 3.137%, 0.537% 2.479%, 0.928% 1.878%, 1.408% 1.344%, 1.968% 0.885%, 2.598% 0.512%, 3.288% 0.234%, 4.028% 0.06%, 4.808% 0%, 73.521% 0%);
          clip-path: polygon(73.521% 0%, 73.521% 0%, 74.313% 0.103%, 75.047% 0.394%, 75.719% 0.846%, 76.32% 1.43%, 76.846% 2.12%, 77.29% 2.888%, 77.646% 3.707%, 77.908% 4.549%, 78.07% 5.387%, 78.125% 6.193%, 78.125% 8.486%, 78.125% 8.486%, 78.292% 10.458%, 78.775% 12.328%, 79.547% 14.073%, 80.583% 15.665%, 81.857% 17.082%, 83.341% 18.297%, 85.01% 19.285%, 86.838% 20.022%, 88.799% 20.483%, 90.865% 20.642%, 95.192% 20.642%, 95.192% 20.642%, 95.972% 20.702%, 96.712% 20.876%, 97.402% 21.154%, 98.032% 21.527%, 98.592% 21.986%, 99.072% 22.52%, 99.463% 23.121%, 99.755% 23.779%, 99.937% 24.485%, 100% 25.229%, 100% 95.413%, 100% 95.413%, 99.937% 96.157%, 99.755% 96.863%, 99.463% 97.521%, 99.072% 98.122%, 98.592% 98.656%, 98.032% 99.115%, 97.402% 99.488%, 96.712% 99.766%, 95.972% 99.94%, 95.192% 100%, 4.808% 100%, 4.808% 100%, 4.028% 99.94%, 3.288% 99.766%, 2.598% 99.488%, 1.968% 99.115%, 1.408% 98.656%, 0.928% 98.122%, 0.537% 97.521%, 0.245% 96.863%, 0.063% 96.157%, 0% 95.413%, 0% 4.587%, 0% 4.587%, 0.063% 3.843%, 0.245% 3.137%, 0.537% 2.479%, 0.928% 1.878%, 1.408% 1.344%, 1.968% 0.885%, 2.598% 0.512%, 3.288% 0.234%, 4.028% 0.06%, 4.808% 0%, 73.521% 0%);
}
@media (max-width: 320px) {
  .rt-info-layout-3 .info-box {
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}
.rt-info-layout-3 .info-box:before {
  content: "";
  height: 40px;
  width: 40px;
  background-color: var(--rt-primary-color);
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: all 0.8s ease;
}
.rt-info-layout-3 .info-box .info-title {
  margin-bottom: 10px;
}
.rt-info-layout-3 .info-box .info-icon-holder {
  margin-bottom: 5px;
}
.rt-info-layout-3 .info-box:hover:before {
  transform: scale3d(45, 45, 1);
  will-change: transform;
  background-color: var(--rt-primary-color);
}
.rt-info-layout-3 .info-box:hover .info-icon svg {
  transform: translateY(-5px);
}
.rt-info-layout-3 .info-box:hover .info-title a {
  color: #FFFFFF;
}
.rt-info-layout-3 .info-box:hover .content-holder {
  color: #FFFFFF;
}
.rt-info-layout-3 .info-arrow-icon {
  height: 80px;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--rt-meta-light);
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 520ms ease;
}
@media (max-width: 376px) {
  .rt-info-layout-3 .info-arrow-icon {
    height: 70px;
    width: 70px;
    top: 10px;
  }
}
@media (max-width: 320px) {
  .rt-info-layout-3 .info-arrow-icon {
    display: none;
  }
}
.rt-info-layout-3 .info-arrow-icon:hover {
  background-color: var(--rt-primary-color);
}
.rt-info-layout-3 .info-arrow-icon:hover i {
  color: #FFFFFF;
  animation: fadeInBottomLeft 0.5s forwards;
}
.rt-info-layout-3 .info-arrow-icon i {
  font-size: 18px;
  transition: all 520ms ease;
}
.rt-info-layout-3 .info-arrow-icon i::before {
  font-weight: 600;
}

.rt-info-layout-4 {
  overflow: hidden;
  position: relative;
}
.rt-info-layout-4 .info-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rt-info-layout-4 .info-box:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--rt-primary-color);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: scale(0);
  transition: all 0.4s;
  border-radius: 20px;
  transform-origin: bottom center;
}
.rt-info-layout-4:hover .info-box:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.rt-info-layout-4:hover .info-box .info-icon {
  transform: scale(-1) rotate(180deg);
}
.rt-info-layout-4:hover .info-box .info-title a {
  color: #FFFFFF;
}
.rt-info-layout-4:hover .info-box .content-holder {
  color: #FFFFFF;
}
.rt-info-layout-4:hover .info-box .rt-button .btn {
  border-color: #FFFFFF;
  background-color: #FFFFFF !important;
}

.rt-info-layout-5 .info-box .info-title a {
  position: relative;
}
.rt-info-layout-5 .info-box .info-title a:before {
  content: "";
  height: 1.5px;
  width: 0;
  background-color: var(--rt-primary-color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.4s ease;
}
.rt-info-layout-5:hover .info-box .info-title a {
  color: var(--rt-primary-color);
}
.rt-info-layout-5:hover .info-box .info-title a::before {
  width: 100%;
}

.rt-info-layout-6 .info-box {
  overflow: hidden;
}
.rt-info-layout-6 .info-box .info-icon-holder {
  position: relative;
  margin-bottom: 0;
}
.rt-info-layout-6 .info-box .info-icon-holder .info-icon {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 175px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .rt-info-layout-6 .info-box .info-icon-holder .info-icon {
    top: 450px;
  }
}
@media (max-width: 768px) {
  .rt-info-layout-6 .info-box .info-icon-holder .info-icon {
    top: 245px;
  }
}
@media (max-width: 767px) {
  .rt-info-layout-6 .info-box .info-icon-holder .info-icon {
    top: 835px;
  }
}
@media (max-width: 575px) {
  .rt-info-layout-6 .info-box .info-icon-holder .info-icon {
    top: 535px;
  }
}
@media (max-width: 425px) {
  .rt-info-layout-6 .info-box .info-icon-holder .info-icon {
    top: 335px;
  }
}
@media (max-width: 375px) {
  .rt-info-layout-6 .info-box .info-icon-holder .info-icon {
    top: 240px;
  }
}
@media (max-width: 320px) {
  .rt-info-layout-6 .info-box .info-icon-holder .info-icon {
    top: 160px;
  }
}
.rt-info-layout-6 .info-box .info-content-holder {
  padding: 50px 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.rt-info-layout-6 .info-box .info-content-holder::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #F9F9F9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 0 10px 10px;
  transition: transform 0.4s ease;
  transform: translateY(0);
}
.rt-info-layout-6 .info-box .rt-info-image {
  position: relative;
  overflow: hidden;
}
.rt-info-layout-6 .info-box .rt-info-image::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.rt-info-layout-6 .info-box .rt-info-image img {
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.rt-info-layout-6 .info-box:hover .info-icon-holder .info-icon {
  background-color: var(--rt-primary-color);
}
.rt-info-layout-6 .info-box:hover .info-icon-holder .info-icon img {
  transform: scale(1);
}
.rt-info-layout-6 .info-box:hover .info-content-holder::before {
  transform: translateY(100%);
}
.rt-info-layout-6 .info-box:hover .info-content-holder .info-title a {
  color: #FFFFFF;
}
.rt-info-layout-6 .info-box:hover .info-content-holder .content-holder p {
  color: #FFFFFF;
}

.rt-info-layout-7 .info-box {
  border: 1px solid #E1E1E2;
  background-color: #F4F1FF;
  border-radius: 20px;
  padding: 60px;
  overflow: hidden;
  transition: all 520ms ease;
}
@media (max-width: 479px) {
  .rt-info-layout-7 .info-box {
    padding: 40px;
  }
}
.rt-info-layout-7 .info-box:hover {
  background-color: #EDF2FF;
}
.rt-info-layout-7 .info-box:hover .btn {
  background-color: var(--rt-title-color);
  color: #FFFFFF;
}
.rt-info-layout-7 .info-box:hover .btn .rt-button-icon {
  background-color: #FFFFFF;
}
.rt-info-layout-7 .info-box:hover .btn .btn-icon {
  color: var(--rt-primary-color);
}
.rt-info-layout-7 .info-box:hover .btn .btn-hover-icon {
  color: var(--rt-primary-color);
}
.rt-info-layout-7 .info-icon-holder {
  margin-bottom: 20px;
}
.rt-info-layout-7 .info-icon {
  filter: drop-shadow(-12.96px 17.28px 34.56px #B5D9F5);
}
.rt-info-layout-7 .info-title {
  margin-bottom: 15px;
}
.rt-info-layout-7 .btn {
  background-color: #FFFFFF;
  color: var(--rt-title-color);
  transition: all 520ms ease;
}
.rt-info-layout-7 .btn .rt-button-icon {
  background-color: var(--rt-primary-color);
  transition: all 520ms ease;
}
.rt-info-layout-7 .btn .btn-icon {
  color: #FFFFFF;
  transition: all 520ms ease;
}
.rt-info-layout-7 .btn .btn-hover-icon {
  color: #FFFFFF;
  transition: all 520ms ease;
}

.rt-info-slider .info-slider-box {
  background-color: #F4F8FF;
  border-radius: 10px;
  padding: 40px 35px 40px;
  animation: marquee_left 30s linear infinite;
  display: inline-block;
}
.rt-info-slider .info-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.rt-info-slider .rt-icon {
  margin-bottom: 10px;
}

/*===============================
Fluent form style
================================*/
@media (min-width: 768px) {
  .hero-subscribe .frm-fluent-form .ff-t-container {
    gap: 8px;
  }
}

@media (min-width: 768px) {
  .frm-fluent-form .ff-t-container {
    align-items: self-start;
  }
}
.ff_submit_btn_wrapper .ff_btn_style {
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .rt-footer-form-1 .frm-fluent-form {
    background-color: transparent;
    border: 1px solid #DCDCDC;
    border-radius: 50px;
    padding: 5px;
  }
}
.rt-footer-form-1 .frm-fluent-form .ff-el-group {
  margin-bottom: 0 !important;
}
.rt-footer-form-1 .frm-fluent-form .ff-el-form-control {
  background-color: transparent;
}
@media (max-width: 767px) {
  .rt-footer-form-1 .frm-fluent-form .ff-el-form-control {
    border: 1px solid #DCDCDC !important;
    background-color: transparent;
    border-radius: 50px !important;
    height: 50px;
    margin-bottom: 10px;
  }
}
.rt-footer-form-1 .frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit {
  margin-bottom: 0;
  height: 50px;
  width: 70px;
}
@media (max-width: 767px) {
  .rt-footer-form-1 .frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit {
    min-width: auto;
  }
}
.rt-footer-form-1 .ff-default .ff-el-form-control:focus {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  outline: none;
}

@media (min-width: 768px) {
  .rt-footer-form-2 .frm-fluent-form {
    border: 1px solid #B6B8BC;
    padding: 10px;
  }
}
.rt-footer-form-2 .frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit {
  height: 60px;
  width: auto;
}
.rt-footer-form-2 .frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit i {
  margin-right: 6px;
  display: inline-block;
}

.rt-footer-form-3 .frm-fluent-form {
  border: 0;
  padding: 0;
  background-color: transparent;
}
@media (min-width: 768px) {
  .rt-footer-form-3 .frm-fluent-form .ff-column-container {
    border: 1px solid #FFFFFF;
    padding: 5px;
    background-color: #FFFFFF;
    border-radius: 50px;
    margin-bottom: 10px;
  }
}
.rt-footer-form-3 .frm-fluent-form .ff-t-cell.ff-t-column-1 {
  position: relative;
}
.rt-footer-form-3 .frm-fluent-form .ff-t-cell.ff-t-column-1::before {
  content: "\e84d";
  font-family: "rt-fonttello";
  font-weight: 500;
  display: none;
  position: absolute;
  left: 20px;
  top: 10px;
  color: #B6B8BC;
}
@media (min-width: 1024px) {
  .rt-footer-form-3 .frm-fluent-form .ff-t-cell.ff-t-column-1::before {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .rt-footer-form-3 .frm-fluent-form .ff-el-form-control {
    padding: 11px 15px 11px 40px;
  }
}
.rt-footer-form-3 .frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit {
  height: 50px;
  width: auto;
}

@media (min-width: 768px) {
  .rt-footer-form-1 .frm-fluent-form .ff-t-container {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .rt-footer-form-2 .frm-fluent-form {
    background-color: #fff;
    border-radius: 60px;
    padding: 5px;
  }
}
.rt-footer-form-2 .frm-fluent-form .ff-el-group {
  margin-bottom: 0 !important;
}
.rt-footer-form-2 .frm-fluent-form .ff-el-form-control {
  border: 0;
  background-color: initial;
  padding: 10px;
}
@media (max-width: 767px) {
  .rt-footer-form-2 .frm-fluent-form .ff-el-form-control {
    background-color: #fff;
    border-radius: 60px;
    height: 55px;
  }
}
.rt-footer-form-2 .frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit {
  margin-bottom: 0;
}

.frm-fluent-form select {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 16px 13px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 12px;
  background-image: url(../images/select.svg) !important;
  background-repeat: no-repeat;
  background-position: 90%;
  transition: all ease 0.31s;
}

.frm-fluent-form select:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}

.ff-default .ff_btn_style:focus, .ff-default .ff_btn_style:hover {
  opacity: 1 !important;
  transition: all 0.3s ease-in-out;
}

.rt-contact-form .frm-fluent-form .ff-el-group {
  margin-bottom: 15px;
}
.rt-contact-form .frm-fluent-form .ff_submit_btn_wrapper {
  margin-bottom: 0;
}

/* Start Progressbar style */
.rt-progress-bar .title-bar .title {
  font-size: 20px;
  margin-bottom: 0;
}
.rt-progress-bar .skill-bar {
  position: relative;
  background-color: #EBE8D9;
  border: 1px solid #fff;
  border-radius: 30px;
  height: 21px;
  padding: 3px;
}
.rt-progress-bar .skill-bar .skill-per {
  height: 13px;
  width: 0;
  border-radius: 30px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  background-color: var(--rt-primary-color);
  transition: 2s linear;
  position: relative;
}
.rt-progress-bar .is-percentage .skill-per:before {
  content: attr(data-per);
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--rt-title-color);
  bottom: 35px;
  right: 0;
  font-family: var(--rt-heading-font, "Mona Sans"), sans-serif;
}

.rt-video-icon {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rt-video-icon:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.rt-video-icon .video-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.rt-video-icon .icon-box {
  position: relative;
  z-index: 1;
}
.rt-video-icon .video-popup-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #FFFFFF;
  color: var(--rt-primary-color);
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--rt-primary-color);
}
.rt-video-icon .video-popup-icon i::before {
  font-weight: 600;
}
.rt-video-icon .video-popup-icon:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.rt-video-icon .button-text {
  margin-left: 24px;
  display: inline-block;
  font-size: 16px;
  color: var(--rt-meta-color);
  font-weight: 800;
}

.icon-style1 .video-popup-icon {
  z-index: 1;
}

.icon-style2 {
  margin: auto;
}
@keyframes sppbModalRipple {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes pulse_border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
  }
}
.rt-contact-info .info-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--rt-title-color);
  margin-bottom: 20px;
  line-height: 1.2;
}
.rt-contact-info .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rt-contact-info .contact-list li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--rt-body-color);
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.rt-contact-info .contact-list li:last-child {
  margin-bottom: 0 !important;
}
.rt-contact-info .contact-list li span {
  color: var(--rt-title-color);
  font-weight: 600;
  margin-right: 5px;
}
.rt-contact-info .contact-list li i {
  margin-right: 5px;
}
.rt-contact-info .contact-list li a {
  color: var(--rt-body-color);
}
.rt-contact-info .contact-list li a:hover {
  color: var(--rt-primary-color);
}
.rt-contact-info .list-horizontal {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .rt-contact-info .list-horizontal {
    justify-content: center;
  }
}
.rt-contact-info .list-horizontal li {
  margin-right: 15px;
}
.rt-contact-info .list-horizontal li:not(:last-child):after {
  content: "/";
  margin-left: 15px;
  color: #B1C387;
}

.rt-social-icon {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.rt-social-icon .rt-social-item {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.rt-social-icon .rt-social-item a {
  font-size: 16px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.21s ease-in-out;
  overflow: hidden;
}
.rt-social-icon .rt-social-item a i {
  display: block;
  transition: all 0.21s ease-in-out;
}
.rt-social-icon .rt-social-item a:hover {
  color: var(--rt-primary-color);
}

.rt-hero-section-search {
  position: relative;
  z-index: 2;
}

.rt-search-box-container:not(.rt-search-container) ~ #rt_datafetch, .rt-search-box-container:not(.rt-search-container) #rt_datafetch {
  opacity: 0;
  visibility: hidden;
}

.rt-search-box-form {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid var(--rt-border-color);
  border-radius: 100px;
  padding-left: 20px;
}
.rt-search-box-form .rt-data-fetch {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 61px;
  border-radius: 12px;
  padding: 20px;
  transform: translateX(-50%);
  z-index: 2;
}
.rt-search-box-form .rt-search-result-list + .rt-search-result-list {
  border-top: 1px solid #D7D7D7;
  padding-top: 10px;
  margin-top: 10px;
}
.rt-search-box-form .rt-search-result-list .rt-top-title {
  color: var(--rt-body-color);
  font-size: 16px;
  font-weight: 600;
}
.rt-search-box-form .rt-search-result-list .rt-top-title i {
  color: var(--rt-meta-color);
  font-size: 12px;
  margin-right: 5px;
}
.rt-search-box-form .rt-search-result-list .rt-top-title:hover {
  color: var(--rt-primary-color);
}
.rt-search-box-form .rt-search-result-list .rt-search-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.rt-search-box-form .rt-search-result-list .rt-search-breadcrumb i {
  color: var(--rt-meta-color);
  font-size: 12px;
  margin-right: 5px;
}
.rt-search-box-form .rt-search-result-list .rt-search-breadcrumb a {
  color: var(--rt-body-color);
}
.rt-search-box-form .rt-search-result-list .rt-search-breadcrumb a:hover {
  color: var(--rt-primary-color);
}
.rt-search-box-form .search-box-text-field,
.rt-search-box-form .input-area,
.rt-search-box-form .input-group-addon {
  width: 100%;
}
.rt-search-box-form .search-box-input {
  font-size: 16px;
  background-color: transparent;
  color: #000000;
  width: 94%;
  height: 60px;
  border: none;
}
.rt-search-box-form .search-box-input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.rt-search-box-form #cleanText {
  cursor: pointer;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  color: var(--rt-primary-color);
}
.rt-search-box-form .category-selector {
  position: relative;
  min-width: 165px;
}
.rt-search-box-form .category-selector select {
  border: none;
  cursor: pointer;
  width: 100%;
}
.rt-search-box-form .category-selector .nice-select {
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.rt-search-box-form .category-selector .nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 40%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}
.rt-search-box-form .category-selector .nice-select span {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.rt-search-box-form .category-selector .nice-select .list {
  font-size: 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  margin: 0;
  padding: 15px 20px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.rt-search-box-form .category-selector .nice-select .list li {
  margin: 3px 0;
}
.rt-search-box-form .category-selector .nice-select .list li.selected, .rt-search-box-form .category-selector .nice-select .list li:hover {
  color: var(--rt-primary-color);
}
.rt-search-box-form .category-selector .nice-select.open .list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1) translateY(16px);
}
.rt-search-box-form .category-selector .nice-select.open:after {
  transform: rotate(-135deg);
}
.rt-search-box-form .rt-search-box-btn {
  font-size: 16px;
  font-weight: 700;
  border-radius: 100px;
  letter-spacing: 0.5px;
  height: 60px;
  width: 150px;
  border: none;
  background: var(--rt-primary-color);
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 5;
}
@media (max-width: 575px) {
  .rt-search-box-form {
    display: block;
    border-radius: 12px;
    padding: 0 20px 20px;
  }
  .rt-search-box-form .search-box-input {
    border-bottom: 1px solid var(--rt-border-color) !important;
  }
  .rt-search-box-form .category-selector {
    margin-bottom: 20px;
    padding: 15px 0;
    border-bottom: 1px solid var(--rt-border-color) !important;
  }
  .rt-search-box-form .rt-search-box-btn {
    border-radius: 6px;
    margin-top: 12px;
    width: 100%;
  }
}

.rt-search-container .rt-data-fetch {
  background-color: #FFFFFF;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  text-align: left;
  z-index: 3;
}
.rt-search-container #cleanText {
  opacity: 1;
  visibility: visible;
}

.rt-search-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}
.rt-search-text .popular-label {
  font-size: 15px;
  font-weight: 600;
}
.rt-search-text .rt-search-key {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 7px;
}
.rt-search-text .rt-search-key li {
  position: relative;
  display: inline-block;
}
.rt-search-text .rt-search-key li a {
  border-radius: 100px;
  background-color: var(--rt-body-bg-color);
  border: 1px solid var(--rt-border-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 15px;
  color: var(--rt-body-color);
  line-height: 1.3;
}

.rt-hero-section-content-wrapper .rt-searchbox-container:not(.rt-search-container) ~ #rt_datafetch,
.rt-hero-section-content-wrapper .rt-searchbox-container:not(.rt-search-container) #rt_datafetch {
  opacity: 0;
  visibility: hidden;
}

.rt-search-box-form .search-box-text-field .search-box-input::-webkit-input-placeholder,
.rt-search-box-form .search-box-text-field .search-box-input::-moz-placeholder,
.rt-search-box-form .search-box-text-field .search-box-input:-ms-input-placeholder,
.rt-search-box-form .search-box-text-field .search-box-input::-ms-input-placeholder,
.rt-search-box-form .search-box-text-field .search-box-input::placeholder {
  font-size: 1rem;
  line-height: 19px;
  color: #000;
}

.rt-focus {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(180deg, rgba(4, 3, 40, 0.3) 15.13%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}

.rt-search-active .rt-focus {
  opacity: 1;
  visibility: visible;
}

.download-list .item-list + .item-list {
  margin-top: 12px;
}
.download-list .download-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  color: var(--rt-title-color);
  border-radius: 10px;
  padding: 16px 22px;
  font-size: 18px;
  font-weight: 500;
}
.download-list .download-link i {
  display: block;
  font-size: 22px;
  transition: all 520ms ease;
  color: var(--rt-primary-color);
}
.download-list .download-link .text {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.download-list .download-link .icon i {
  color: var(--rt-title-color);
}
.download-list .download-link:hover .icon i {
  animation: rtDown 2s linear infinite;
}

.rt-icon-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-icon-list ul li {
  margin-bottom: 10px;
}
.rt-icon-list ul li:last-child {
  margin-bottom: 0 !important;
}
.rt-icon-list .title-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--rt-meta-light);
  color: var(--rt-title-color);
  border-radius: 8px;
  padding: 22px 25px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.rt-icon-list .title-link i {
  font-size: 30px;
  color: var(--rt-primary-color);
  transition: all 0.3s ease-in-out;
}
.rt-icon-list .title-link svg {
  width: 26px;
}
.rt-icon-list .title-link:hover {
  background-color: var(--rt-secondary-color);
  color: #FFFFFF;
}
.rt-icon-list .title-link:hover i {
  color: #FFFFFF;
}
.rt-icon-list .title-link:hover:after {
  color: #FFFFFF;
}
.rt-icon-list .right-arrow-icon .title-link:after {
  position: absolute;
  right: 22px;
  font-weight: 500;
  content: "\e84b";
  font-family: "rt-fontello";
  color: var(--rt-primary-color);
  transition: all 0.3s ease-in-out;
}

.rt-phone-1 {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.rt-phone-1 .phone-icon {
  padding-right: 8px;
}
.rt-phone-1 .phone-label {
  padding-right: 8px;
}
.rt-phone-1 .content {
  display: flex;
  align-items: center;
}

.rt-phone-2 {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.rt-phone-2 .phone-icon {
  color: var(--rt-button-color);
  padding-right: 8px;
}
.rt-phone-2 .phone-icon i {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: var(--rt-primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #FFFFFF;
}
.rt-phone-2 .phone-label {
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 600;
  padding-right: 8px;
  margin-bottom: 6px;
  display: inline-block;
}

.rt-cart-float-inner .rt-cart-icon .items {
  display: none;
}

.menu-icon-action .action-icon {
  position: relative;
}
.menu-icon-action .action-icon i {
  color: var(--rt-title-color);
  font-size: 20px;
}
.menu-icon-action .action-icon > span {
  position: absolute;
  right: -5px;
  top: -13px;
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
  border-radius: 50%;
  font-size: 13px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-icon-area a {
  position: relative;
}
.cart-icon-area a i {
  font-size: 24px;
  color: var(--rt-title-color);
}
.cart-icon-area a .cart-icon-num {
  height: 20px;
  width: 20px;
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  top: -5px;
  right: -5px;
}

.elementor-widget-rt-site-logo .site-branding .rt-mobile-logo, .elementor-widget-rt-site-logo .site-branding .rt-site-logo {
  display: none !important;
}
.elementor-widget-rt-site-logo .site-branding.dark .dark-logo {
  display: block !important;
}
.elementor-widget-rt-site-logo .site-branding.light .light-logo {
  display: block !important;
}

.techly-footer-builder .techly-navbar li a {
  position: relative;
  transition: all 0.4s;
}
.techly-footer-builder .techly-navbar li a::before {
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--rt-primary-color);
  position: absolute;
  left: 100%;
  bottom: 10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.techly-footer-builder .techly-navbar li a:hover::before {
  width: 100%;
  left: 0;
  transition: width 0.4s ease;
  visibility: visible;
  opacity: 1;
}

/* Elementor global CSS
===============================*/
.elementor-icon.elementor-social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.mfp-iframe-holder .mfp-iframe {
  border-radius: 20px;
}
.mfp-iframe-holder .mfp-close {
  top: -44px;
  right: 0;
  text-align: center;
  width: 44px;
  opacity: 1;
  padding-right: 0;
  background-color: var(--rt-tertiary-color);
}

@media (max-width: 1199px) {
  .rt-service-section-1, .rt-blog-list-section {
    overflow: hidden;
  }
}

.faq-style-1 .e-n-accordion .e-n-accordion-item {
  transition: all 0.3s ease;
}
.faq-style-1 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  justify-content: space-between;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.faq-style-1 .e-n-accordion .e-n-accordion-item.e-n-accordion-item[open] .e-n-accordion-item-title {
  border-radius: 5px 5px 0 0;
}

.faq-style-2 .e-n-accordion .e-n-accordion-item {
  transition: all 0.3s ease;
}
.faq-style-2 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  padding: 25px 30px;
  transition: all 0.3s ease;
}

.faq-style-3 .e-n-accordion .e-n-accordion-item {
  transition: all 0.3s ease;
}
.faq-style-3 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  border: 0;
  transition: all 0.3s ease;
  border-top: 1px solid #e1e1e1;
  position: relative;
}
@media (min-width: 768px) {
  .faq-style-3 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
    height: 36px;
    width: 36px;
    border: 1px solid #484848;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.faq-style-3 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title::before {
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #484848;
  border-radius: 100%;
  position: absolute;
  top: 32px;
  left: 50px;
}
@media (max-width: 1024px) {
  .faq-style-3 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title::before {
    display: none;
  }
}
.faq-style-3 .e-n-accordion .e-n-accordion-item .elementor-element {
  border: 0;
}
.faq-style-3 .e-n-accordion .e-n-accordion-item.e-n-accordion-item[open] .e-n-accordion-item-title::before {
  border-color: #FFFFFF;
}
.faq-style-3 .e-n-accordion .e-n-accordion-item.e-n-accordion-item[open] .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  border-color: #FFFFFF;
}

.rt-fun-fact-wrap {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media (max-width: 767px) {
  .rt-fun-fact-wrap {
    position: unset !important;
  }
}

@media (max-width: 1440px) {
  .rt-faq-wrap-1 .elementor-widget-rt-image {
    display: none;
  }
}

.rt-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  overflow: hidden;
  transition: all 0.5s;
}
.rt-icon-box .elementor-icon-box-wrapper:hover .elementor-icon-box-icon .elementor-icon {
  background-color: var(--rt-secondary-color);
  fill: #FFFFFF;
  color: #FFFFFF;
}
.rt-icon-box .elementor-icon-box-wrapper:hover .elementor-icon-box-icon .elementor-icon i {
  animation: zoomIn 0.5s ease;
}

@media (min-width: 1800px) {
  body .hero-margin-pleft {
    margin-left: 12%;
  }
  body .hero-margin-mleft {
    margin-left: -12%;
  }
}
@media (min-width: 1600px) {
  body .hero9-margin-left {
    margin-left: calc((100% - 1364px) / 2 + 12px);
  }
}
body .home4-hero-social {
  position: absolute;
  left: -60px;
  bottom: 400px;
  z-index: 2;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  body .home4-hero-social {
    left: auto;
    right: 0;
  }
}
body .home4-hero-social .rt-social-icon {
  transform: rotate(-90deg);
  left: 0;
  position: relative;
  gap: 10px;
}
@media (min-width: 1440px) and (max-width: 1660px) {
  body .home4-hero-social .rt-social-icon {
    left: -90px;
  }
}

body .home7-hero-social {
  position: absolute;
  left: 0;
  bottom: 450px;
  z-index: 2;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  body .home7-hero-social {
    left: auto;
    right: 0;
  }
}
body .home7-hero-social .rt-social-icon {
  transform: rotate(-90deg);
  left: 0;
  position: relative;
  gap: 10px;
}
@media (min-width: 1440px) and (max-width: 1660px) {
  body .home7-hero-social .rt-social-icon {
    left: -90px;
  }
}

.page-id-9694 .scrolling .header-top-space > .e-con-inner {
  padding-top: 0 !important;
}

.page-id-8441 .scrolling .header-top-space > .e-con-inner {
  padding-top: 0 !important;
}

@media (min-width: 1440px) {
  .rt-margin-left {
    margin-left: calc((100% - 1296px) / 2);
  }
}

/*-------------------------------------
#. EL: Swiper Slider
---------------------------------------*/
.rt-swiper-slider {
  overflow: hidden;
}
.rt-swiper-slider .swiper-wrapper {
  align-items: center;
}

.swiper-navigation .swiper-button-prev {
  left: 0;
  right: 0;
  margin: auto;
}
.swiper-navigation .swiper-button-next {
  left: 140px;
  right: 0;
  margin: auto;
}
.swiper-navigation .swiper-button {
  position: absolute;
  top: auto;
  width: 60px;
  height: 40px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: var(--rt-meta-light);
  transition: all 520ms ease;
  color: var(--rt-title-color);
  margin-top: 90px;
}
@media (max-width: 1024px) {
  .swiper-navigation .swiper-button {
    margin-top: 40px;
  }
}
.swiper-navigation .swiper-button:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.swiper-navigation .swiper-button:after {
  display: none;
}

.swiper-pagination {
  position: relative;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  bottom: 0 !important;
  z-index: 1;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all 0.21s ease-in-out;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #FFFFFF;
  width: 40px;
  border-radius: 500px;
}

@media (max-width: 767px) {
  .swiper-navigation {
    display: none;
  }
}
.swiper-scrollbar {
  position: relative !important;
  border: 1px solid var(--rt-meta-color);
  background-color: #FFFFFF;
  height: 17px !important;
  margin-top: 60px;
  margin-bottom: 20px;
  width: 100% !important;
  left: 0 !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 100px;
  border: 2px solid #000000;
  background-color: var(--rt-primary-color);
  box-shadow: 4px 7px 0 0 rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  width: 156px !important;
  height: 40px;
  padding: 10px 0;
  top: -15px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.swiper-scrollbar .swiper-scrollbar-drag i {
  font-size: 12px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

@media (max-width: 1024px) {
  .moving-shape-wrap {
    text-align: center;
  }
}

.about-round-box {
  position: relative;
  height: 160px;
  width: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 100%;
}

.moving-shape-box {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: var(--rt-secondary-color);
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.moving-shape-box i {
  font-size: 20px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.moving-shape-box .about-shape {
  height: 139px;
  width: 139px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.moving-shape-box .about-shape .shape {
  animation-duration: 15s;
}

.image-column {
  width: 100%;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1441px) {
  .image-column {
    width: 526px;
  }
}
.image-column .col-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: -webkit-clip-path 0s ease 0.8s;
  transition: clip-path 0s ease 0.8s;
  transition: clip-path 0s ease 0.8s, -webkit-clip-path 0s ease 0.8s;
}
.image-column .col-img img {
  width: 100%;
  height: auto;
  will-change: transform;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 50px 0 50px 50px;
}
.image-column .col-img.active {
  opacity: 1;
  transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  visibility: visible;
}

@media (max-width: 767px) {
  .image-column .col-img.active {
    position: static;
    margin-bottom: 20px;
  }
}
.list-feature {
  margin: 0 0 0 50px;
}
@media (max-width: 768px) {
  .list-feature {
    margin: 0 0 0 20px;
  }
}
.list-feature ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-feature ul li {
  margin-bottom: 50px;
}
.list-feature ul li .list-item .list-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #8CC0FF;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.4s;
}
.list-feature ul li .list-item .list-title:hover {
  color: #FFFFFF;
}
.list-feature ul li .list-item .list-title.active {
  color: #FFFFFF;
}

.rt-service-layout-2 .service-box {
  background-color: #F9F7EB;
  border-radius: 26px;
  position: relative;
}
.rt-service-layout-2 .service-box:after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../images/service-bg.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top left;
  border-radius: 26px;
  background-size: contain;
}
@media (max-width: 1199px) {
  .rt-service-layout-2 .service-box:after {
    display: none;
  }
}
.rt-service-layout-2 .service-box .service-thumbs {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  border-radius: 26px 26px 0 0;
}
@media (min-width: 1200px) {
  .rt-service-layout-2 .service-box .service-thumbs {
    height: 313px;
    border-radius: 26px;
  }
}
.rt-service-layout-2 .service-box .service-thumbs img {
  width: 100%;
  transform: scale(1.01);
  transition: all 0.5s;
  transform-origin: bottom left;
  border-radius: 26px 26px 0 0;
}
@media (min-width: 1200px) {
  .rt-service-layout-2 .service-box .service-thumbs img {
    border-radius: 26px;
  }
}
.rt-service-layout-2 .service-box .service-icon {
  position: absolute;
  top: -84px;
  right: 35px;
  z-index: 1;
  background-color: var(--rt-secondary-color);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 520ms ease;
}
.rt-service-layout-2 .service-box .service-icon i {
  font-size: 45px;
  transition: all 520ms ease;
  color: #FFFFFF;
}
.rt-service-layout-2 .service-box .service-content {
  padding: 20px 40px 30px;
  position: relative;
  z-index: 1;
}
.rt-service-layout-2 .service-box .service-content .service-title {
  margin-bottom: 0;
  font-size: 24px;
}
.rt-service-layout-2 .service-box .service-content p {
  margin-bottom: 10px;
}
.rt-service-layout-2 .service-box .service-content .rt-button {
  margin-top: 15px;
}
.rt-service-layout-2 .service-box .service-content .rt-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.rt-service-layout-2 .service-box .service-content .rt-shape svg {
  color: #EAE7D1;
}
.rt-service-layout-2 .service-box .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-service-layout-2 .service-box .feature-list .icon {
  margin-right: 10px;
  font-size: 20px;
}
.rt-service-layout-2 .service-box:hover .service-thumbs a img {
  transform: scale(1.1);
}
.rt-service-layout-2 .service-box:hover .service-icon {
  background-color: var(--rt-primary-color);
}
.rt-service-layout-2 .service-box:hover .service-icon i {
  color: #FFFFFF;
}

.rt-service-slider-box {
  background-color: #06033D;
  border-radius: 0 0 20px 20px;
}
.rt-service-slider-box .service-thumb-wrap {
  position: relative;
}
.rt-service-slider-box .service-thumb-wrap .service-thumbs {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.rt-service-slider-box .service-thumb-wrap .service-thumbs img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.rt-service-slider-box .rt-icon {
  position: absolute;
  bottom: 30px;
  right: 35px;
}
.rt-service-slider-box .rt-icon a {
  height: 65px;
  width: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 4px solid #100D47;
  background-color: #06033D;
  color: #FFFFFF;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.rt-service-slider-box .rt-icon a:hover {
  transform: rotate(0);
}
.rt-service-slider-box .service-content {
  padding: 10px 40px 35px 40px;
}
.rt-service-slider-box .slider-title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
}
.rt-service-slider-box .slider-title a {
  color: #FFFFFF !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: inherit;
  display: inline;
  padding-bottom: 0;
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  line-height: 1;
}
.rt-service-slider-box p {
  color: #B6B8BC;
  margin-bottom: 0;
}
.rt-service-slider-box:hover .service-thumbs img {
  transform: scale(1.05);
}
.rt-service-slider-box:hover .rt-icon a {
  background-color: var(--rt-primary-color);
}
.rt-service-slider-box:hover .rt-icon a i {
  animation: fadeInBottomLeft 0.5s forwards;
}
.rt-service-slider-box:hover .slider-title a {
  background-size: 100% 1px;
  transition: all 0.4s ease-out;
}

.rt-data-service {
  border: 1px solid #262626;
  position: relative;
}
.rt-data-service .list-item {
  border-bottom: 1px solid #262626;
  padding: 25px 80px;
  position: relative;
  z-index: 1;
}
.rt-data-service .list-item:after {
  content: "";
  height: 0;
  width: 100%;
  background-color: var(--rt-title-color);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: height 0.5s ease;
}
.rt-data-service .list-item:hover:after {
  height: 100%;
  background-color: var(--rt-primary-color);
}
.rt-data-service .list-item:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .rt-data-service .list-item.even {
    padding-left: 40%;
  }
}
.rt-data-service .data-service-content {
  display: flex;
  gap: 30px;
  align-items: center;
  transition: all 0.5s;
}
.rt-data-service .rt-number {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 45px;
}
.rt-data-service .rt-title {
  font-weight: 400;
  margin-bottom: 0;
}
.rt-data-service .rt-title a {
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.rt-data-service .service-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 250px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
  margin: -150px 0 0 -150px;
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
  background-repeat: no-repeat;
  background-size: cover;
}
.rt-data-service .hover-reveal-item:hover .service-bg-image {
  opacity: 1;
}

.rt-blur-shape ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rt-blur-shape ul li {
  position: absolute;
  z-index: -1;
}

.rt-blur-shape-layout-1 li {
  height: 299px;
  width: 299px;
  border-radius: 100%;
  background-color: #EDFBF3;
  filter: blur(250px);
  top: 0;
  left: 0;
}

.rt-blur-shape-layout-2 li {
  width: 299px;
  height: 299px;
  border-radius: 100%;
  background: #0F4CF3;
  filter: blur(250px);
}

.rt-blur-shape-layout-2 li:nth-child(1) {
  top: 0;
  left: 0;
}

.rt-blur-shape-layout-2 li:nth-child(2) {
  top: 500px;
  right: 0;
}

.rt-blur-shape-layout-3 li {
  height: 529px;
  width: 529px;
  border-radius: 529px;
  filter: blur(100px);
}

.rt-blur-shape-layout-3 li:nth-child(1) {
  background-color: #E5E6FF;
  top: -200px;
  left: 0;
}

.rt-blur-shape-layout-3 li:nth-child(2) {
  background-color: #FAECE8;
  top: -300px;
  right: 0;
}

.rt-blur-shape-layout-3 li:nth-child(3) {
  background-color: #EBF8FF;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.rt-integration-shape {
  position: relative;
}
.rt-integration-shape .fixed-shape {
  text-align: center;
  padding-top: 300px;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .rt-integration-shape .fixed-shape {
    padding-top: 0;
  }
}
.rt-integration-shape .fixed-shape .rt-icon {
  height: 180px;
  width: 180px;
  background-color: var(--rt-primary-color);
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rt-integration-shape .shape-item {
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  bottom: -80px;
  z-index: 1;
  transition: 0.4s;
}
@media (max-width: 575px) {
  .rt-integration-shape .shape-item {
    position: unset;
    transform: translate(0);
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}
.rt-integration-shape .shape-item .icon {
  height: 170px;
  width: 170px;
  background-color: #0F0F10;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rt-integration-shape .shape-item.active {
  position: absolute;
  transform: translate(0);
}
@media (max-width: 575px) {
  .rt-integration-shape .shape-item.active {
    position: unset;
    transform: translate(0);
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}
.rt-integration-shape .shape-item.active:nth-child(1) {
  bottom: 24%;
  left: 0;
}
.rt-integration-shape .shape-item.active:nth-child(2) {
  left: 18%;
  bottom: 50%;
}
.rt-integration-shape .shape-item.active:nth-child(3) {
  left: 40%;
  bottom: 50%;
}
.rt-integration-shape .shape-item.active:nth-child(4) {
  left: 62%;
  bottom: 50%;
}
.rt-integration-shape .shape-item.active:nth-child(5) {
  left: 82%;
  bottom: 24%;
}

.rt-marquee-slider {
  position: relative;
}
.rt-marquee-slider .rt-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 20px;
  line-height: 1;
}
.rt-marquee-slider .rt-marquee.marquee-left .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_left 40s linear infinite;
}
.rt-marquee-slider .rt-marquee.marquee-right .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_right 40s linear infinite;
}
.rt-marquee-slider .rt-marquee:hover .rt-marquee-item {
  animation-play-state: paused;
}
.rt-marquee-slider .rt-marquee-item .entry-title {
  display: inline-flex;
  align-items: center;
  font-size: 120px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 0;
  text-transform: capitalize;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--rt-title-color);
  color: transparent;
  z-index: 1;
}
.rt-marquee-slider .rt-marquee-item .entry-title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--rt-primary-color);
  white-space: nowrap;
  content: attr(data-per);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.rt-marquee-slider .rt-marquee-item .entry-title:hover:before {
  width: 100%;
}
.rt-marquee-slider .rt-marquee-item .entry-title a {
  color: transparent;
}
.rt-marquee-slider .rt-marquee-item .title-gradient {
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rt-marquee-slider .rt-marquee-item .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  text-align: center;
}

.rt-working-process .process-item {
  position: relative;
  text-align: center;
}
.rt-working-process .process-info {
  margin-bottom: 50px;
}
.rt-working-process .rt-step {
  margin-bottom: 15px;
}
.rt-working-process .rt-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rt-working-process .process-content {
  position: relative;
}
.rt-working-process .rt-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 32px;
}
.rt-working-process .right {
  left: auto;
}
.rt-working-process .rt-number {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rt-primary-color);
  background-color: #FFFFFF;
  border-radius: 100%;
  transition: all 520ms ease;
  color: var(--rt-primary-color);
  font-weight: 600;
  position: absolute;
  z-index: 1;
}

.rt-process-layout-1 .process-item.even {
  margin-top: 115px;
}
@media (max-width: 1139px) {
  .rt-process-layout-1 .process-item.even {
    margin-top: 0;
  }
}
.rt-process-layout-1 .process-item:hover .process-icon:before {
  transform: scale(0.9);
}
.rt-process-layout-1 .process-item:hover .rt-number {
  border-color: #000000;
  background-color: #000000;
  color: #FFFFFF;
}
.rt-process-layout-1 .rt-number {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rt-primary-color);
  background-color: #FFFFFF;
  border-radius: 100%;
  transition: all 520ms ease;
  color: var(--rt-primary-color);
  font-weight: 600;
  position: absolute;
  top: 135px;
  right: 65px;
  z-index: 1;
}

.process-icon {
  color: var(--rt-primary-color);
  font-size: 15px;
  height: 160px;
  width: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--rt-meta-light);
  border-radius: 100%;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.process-icon:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--rt-primary-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  border-radius: 100%;
  transition: all 0.5s;
  z-index: -1;
}

.rt-process-layout-2 {
  text-align: center;
}
.rt-process-layout-2 .process-item {
  position: absolute;
}
@media (max-width: 1024px) {
  .rt-process-layout-2 .process-item {
    position: unset;
    margin-bottom: 24px;
  }
}
.rt-process-layout-2 .process-item:nth-child(1) {
  top: 10%;
  right: 9%;
}
.rt-process-layout-2 .process-item:nth-child(2) {
  top: 45%;
  right: 3%;
}
.rt-process-layout-2 .process-item:nth-child(2) .process-icon {
  background-color: #0FF38C;
}
.rt-process-layout-2 .process-item:nth-child(3) {
  top: 80%;
  right: 12%;
}
.rt-process-layout-2 .process-item:nth-child(3) .process-icon {
  background-color: #0FBEF3;
}
.rt-process-layout-2 .process-item:nth-child(4) {
  top: 10%;
  left: 9%;
}
.rt-process-layout-2 .process-item:nth-child(4) .process-content {
  flex-direction: row-reverse;
}
.rt-process-layout-2 .process-item:nth-child(4) .process-icon {
  background-color: #FF6B36;
}
.rt-process-layout-2 .process-item:nth-child(4) .rt-title {
  text-align: right;
}
@media (max-width: 1024px) {
  .rt-process-layout-2 .process-item:nth-child(4) .rt-title {
    text-align: left;
  }
}
.rt-process-layout-2 .process-item:nth-child(5) {
  top: 45%;
  left: 3%;
}
.rt-process-layout-2 .process-item:nth-child(5) .process-content {
  flex-direction: row-reverse;
}
.rt-process-layout-2 .process-item:nth-child(5) .process-icon {
  background-color: #9F0FF3;
}
.rt-process-layout-2 .process-item:nth-child(5) .rt-title {
  text-align: right;
}
@media (max-width: 1024px) {
  .rt-process-layout-2 .process-item:nth-child(5) .rt-title {
    text-align: left;
  }
}
.rt-process-layout-2 .process-item:nth-child(6) {
  top: 80%;
  left: 12%;
}
.rt-process-layout-2 .process-item:nth-child(6) .process-content {
  flex-direction: row-reverse;
}
.rt-process-layout-2 .process-item:nth-child(6) .process-icon {
  background-color: #BAF30F;
}
.rt-process-layout-2 .process-item:nth-child(6) .rt-title {
  text-align: right;
}
@media (max-width: 1024px) {
  .rt-process-layout-2 .process-item:nth-child(6) .rt-title {
    text-align: left;
  }
}
.rt-process-layout-2 .process-item:hover .rt-title a {
  color: var(--rt-primary-color);
}
.rt-process-layout-2 .process-item:hover .process-icon svg {
  animation: pulseIcon 0.7s infinite;
}
.rt-process-layout-2 .process-content {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 1200px) {
  .rt-process-layout-2 .process-content {
    min-width: 353px;
    max-width: 353px;
    justify-content: end;
  }
}
.rt-process-layout-2 .process-icon {
  color: var(--rt-primary-color);
  font-size: 15px;
  height: 120px;
  width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F30FA7;
  border-radius: 100%;
  margin-bottom: 0;
  flex-shrink: 0;
}
.rt-process-layout-2 .rt-title {
  text-align: left;
}

.rt-process-layout-3 .process-item:hover .process-icon::before {
  transform: scale(0.9);
}
.rt-process-layout-3 .rt-number {
  top: -20px;
  right: 205px;
}
@media (max-width: 479px) {
  .rt-process-layout-3 .rt-number {
    top: -10px;
  }
}

@media (min-width: 1200px) {
  .rt-process-box {
    height: 635px;
    width: 635px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px dashed #CDCDCD;
    border-radius: 100%;
  }
}

.process-item-img {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .process-item-img {
    height: 380px;
    width: 380px;
    background-color: #F4F7FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
  }
}

.shake-launch-animation img {
  animation: shake 0.3s ease-in-out 0s 4, launch 3s ease-in 1.6s forwards infinite;
}

.rt-process-list {
  list-style: none;
}

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.cursor.visible {
  opacity: 1;
  visibility: visible;
}
.cursor__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -80%) scale(0.7);
  width: 60px;
  height: 60px;
  border: 1px solid var(--rt-primary-color);
  background-color: var(--rt-primary-color);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 300;
  transition: transform 0.3s;
  color: #FFFFFF;
}
.visible .cursor__inner {
  transform: translate(-50%, -80%) scale(1.1);
}

.swiper-slide a {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.case-item .list-item {
  background-color: #F3F7FF;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
@media (min-width: 992px) {
  .case-item .list-item {
    display: flex;
    justify-content: space-between;
  }
}
.case-item .list-item:hover {
  background-color: var(--rt-primary-color);
}
.case-item .list-item:hover .service-img img {
  transform: scale3d(1.5, 1.5, 1);
  transition: transform 5s ease-in-out;
}
.case-item .list-item:hover .rt-subtitle {
  color: #FFFFFF;
}
.case-item .list-item:hover .rt-title a {
  color: #FFFFFF;
}
.case-item .list-item:hover .rt-content {
  color: #FFFFFF;
}
.case-item .list-item:hover .rt-line:after {
  background-color: #FFFFFF;
}
.case-item .list-item:hover .rt-button .button-2 {
  background-color: var(--rt-title-color);
  color: #FFFFFF;
  border-color: var(--rt-title-color);
}
.case-item .service-img {
  overflow: hidden;
  border-radius: 10px;
}
.case-item .service-img img {
  border-radius: 10px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}
@media (max-width: 767px) {
  .case-item .service-img img {
    width: 100%;
  }
}
.case-item .rt-subtitle {
  font-size: 18px;
  color: var(--rt-primary-color);
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.case-item .rt-title {
  font-size: 30px;
  line-height: 42px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.case-item .rt-title a {
  color: var(--rt-title-color);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .case-item .left-side-content {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 992px) {
  .case-item .left-side-content {
    max-width: 582px;
    flex: 1;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.case-item .rt-line {
  position: relative;
}
.case-item .rt-line:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #d9d9d9;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .case-item .rt-line {
    display: none;
  }
}
@media (min-width: 992px) {
  .case-item .right-side-content {
    max-width: 594px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .case-item .right-side-content {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .case-item .right-side-content {
    margin-top: 0;
  }
}
.case-item .rt-content {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .case-item .rt-content {
    max-width: 330px;
  }
}
.case-item .rt-content p {
  margin-bottom: 0;
}
.case-item .rt-button .button-2 {
  border: 1px solid var(--rt-title-color);
  transition: all 0.3s ease-in-out;
}

.case-study-layout-2 .case-item .list-item {
  display: block;
  margin-bottom: 0;
}
.case-study-layout-2 .case-item .list-item:hover .rt-subtitle {
  color: var(--rt-primary-color);
  background-color: #FFFFFF;
}
.case-study-layout-2 .case-item .service-img {
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}
.case-study-layout-2 .case-item .service-img img {
  border-radius: 10px;
}
.case-study-layout-2 .case-item .rt-subtitle {
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
  padding: 9px 20px;
  display: inline-block;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .rt-working-accordion-item {
    display: flex;
    gap: 24px;
  }
}
.rt-working-accordion-item .working-accordion-box {
  background-color: var(--rt-meta-light);
  position: relative;
  z-index: 1;
  padding: 30px;
  overflow: hidden;
  border-radius: 30px;
  flex: 1;
  transition: none;
}
@media (max-width: 1200px) {
  .rt-working-accordion-item .working-accordion-box {
    margin-bottom: 24px;
  }
}
.rt-working-accordion-item .working-accordion-box:before {
  content: "";
  height: 475px;
  width: 475px;
  background-color: #EAF1FF;
  position: absolute;
  right: -60%;
  bottom: -50%;
  z-index: -1;
  border-radius: 100%;
}
.rt-working-accordion-item .working-accordion-box.active .working-thumb {
  opacity: 1;
}
.rt-working-accordion-item .working-accordion-box.active .working-content p {
  opacity: 1;
}
.rt-working-accordion-item .working-accordion-box:hover .working-thumb {
  opacity: 1;
}
.rt-working-accordion-item .working-accordion-box:hover .working-content p {
  opacity: 1;
}
.rt-working-accordion-item .working-accordion-box .working-thumb {
  margin-bottom: 0 !important;
  border-radius: 30px;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  opacity: 0;
  position: unset;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .rt-working-accordion-item .working-accordion-box .working-thumb {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .rt-working-accordion-item .working-accordion-box .working-thumb {
    opacity: 1 !important;
  }
}
.rt-working-accordion-item .working-accordion-box .working-thumb img {
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .rt-working-accordion-item .working-accordion-box .working-thumb img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .rt-working-accordion-item .working-accordion-box .working-content {
    width: 290px;
  }
}
.rt-working-accordion-item .working-accordion-box .working-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.rt-working-accordion-item .working-accordion-box p {
  opacity: 0;
  margin-bottom: 80px;
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (max-width: 1200px) {
  .rt-working-accordion-item .working-accordion-box p {
    opacity: 1 !important;
  }
}

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