@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 15px;
}

p:last-child {
  margin-bottom: 0;
}

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 */
}

b,
strong {
  font-weight: bolder;
}

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
--------------------------------------------------------------*/
hr {
  background-color: #eaeaea;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol,
ol ol,
ol ul,
ul ol,
ul ul {
  padding-left: 20px;
  margin-bottom: 1em;
}

ul {
  list-style: disc inside none;
}

ol {
  list-style: decimal inside none;
}

p + ul,
p + ol {
  margin: -5px 0 15px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

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

dd {
  margin: 0 1.5em 1.5em;
}

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

.toBottomFromTop:hover i {
  animation: 0.5s forwards;
}

@keyframes toBottomFromTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@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 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%);
  }
}
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, ins {
  background: var(--rt-primary-color);
  text-decoration: none;
  color: #FFFFFF;
  padding: 1px 3px;
  border-radius: 2px;
  font-weight: 600;
}

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: var(--rt-gray20);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 32px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

a {
  color: var(--rt-primary-color);
}
a strong {
  color: var(--rt-title-color);
  transition: all 0.5s ease-in-out;
}

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

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

table th,
table td {
  border: 1px solid #ddd;
  padding: 8px;
}

td,
th {
  padding: 0;
}

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

/* Track */
::-webkit-scrollbar-track {
  background: var(--rt-gray20);
}

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

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

.container, .insureti-single-3 .content-top-area .wp-caption-text,
.container-fluid,
.rt-container,
.rt-container-fluid,
.container-narrow {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container::after, .insureti-single-3 .content-top-area .wp-caption-text::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, .insureti-single-3 .content-top-area .wp-caption-text {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container, .insureti-single-3 .content-top-area .wp-caption-text {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container, .insureti-single-3 .content-top-area .wp-caption-text {
    max-width: 992px;
  }
}
@media (min-width: 1140px) {
  .container, .insureti-single-3 .content-top-area .wp-caption-text {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .rt-container,
  .container,
  .insureti-single-3 .content-top-area .wp-caption-text {
    max-width: var(--rt-container-width);
  }
  .rt-container-lg {
    max-width: 1380px;
  }
}
.row {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin-right: -15px;
  margin-left: -15px;
  flex: 0 1 auto;
  flex-wrap: wrap;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

.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: 15px;
  padding-left: 15px;
  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%;
  }
}
.ml-auto {
  margin-left: auto;
}

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

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

.d-none {
  display: none !important;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

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

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-inline-flex {
  display: inline-flex !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-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;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse !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;
}

.overflow-hidden {
  overflow: hidden;
}

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

.gap-5 {
  gap: 5px;
}

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

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

.gap-8 {
  gap: 8px;
}

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

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

.gap-10 {
  gap: 10px;
}

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

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

.gap-15 {
  gap: 15px;
}

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

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

.gap-16 {
  gap: 16px;
}

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

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

.gap-20 {
  gap: 20px;
}

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

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

.gap-30 {
  gap: 30px;
}

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

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

.gap-40 {
  gap: 40px;
}

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

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

.gap-50 {
  gap: 50px;
}

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

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

.gap-60 {
  gap: 60px;
}

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

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

.gap-80 {
  gap: 80px;
}

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

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

.gap-100 {
  gap: 100px;
}

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

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

.gap-120 {
  gap: 120px;
}

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

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

.gap-150 {
  gap: 150px;
}

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

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

.gap-180 {
  gap: 180px;
}

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

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

.gap-200 {
  gap: 200px;
}

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

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

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

.alignright {
  float: right;
  margin: 15px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 15px 30px 30px 0;
}

a img.alignright {
  float: right;
  margin: 15px 0 60px 60px;
}

a img.alignnone {
  margin: 15px 60px 60px 0;
}

a img.alignleft {
  float: left;
  margin: 15px 60px 60px 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: #EFEFEF;
  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: 44px;
}

form.post-password-form input[type=submit] {
  background: var(--rt-primary-color);
  border-radius: 6px;
  color: #FFFFFF;
  font-weight: 500;
  outline: none;
  height: 44px;
  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 {
  margin-left: 0;
  border: none;
  background-color: var(--rt-primary-color);
  border-radius: 0 6px 6px 0;
  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-secondary-color);
}
.wp-block-search .wp-block-search__input {
  border-radius: 6px 0 0 6px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.wp-block-search .wp-block-search__input:focus-visible {
  outline: none;
  border-color: #565656;
}

.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: 12px;
}

: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;
  margin-bottom: 15px;
}
.wp-block-media-text figure {
  border-radius: 12px;
  overflow: hidden;
}

.wp-block-button {
  margin-bottom: 12px;
}
.wp-block-button .wp-block-button__link {
  background-color: var(--rt-primary-color);
  border-radius: 8px;
  letter-spacing: 0.13px;
  padding: 16px 22px;
  font-size: 15px;
  line-height: 19px;
  transition: all 320ms ease;
}
.wp-block-button .wp-block-button__link:hover {
  color: #FFFFFF;
  background-color: var(--rt-primary-dark);
}

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

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: var(--rt-primary-color);
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}

.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 .wp-block-button__link.no-border-radius,
.wp-block-button .wp-block-button__link.no-border-radius:before {
  border-radius: 0;
}

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

.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-insureti-primary-background-color {
  background-color: var(--rt-primary-color) !important;
}

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

.has-insureti-yellow-background-color {
  background-color: #F2A000 !important;
}

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

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

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

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

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

.has-insureti-yellow-color {
  color: #F2A000 !important;
}

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

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

.has-insureti-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-gray20);
  transition: all 320ms ease-in-out;
}
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-gray20);
}

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

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

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

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

.bypostauthor {
  background-color: transparent;
}

.elementor-invisible {
  visibility: visible;
}

ul#menu-testing-menu li .sub-menu a {
  color: var(--rt-primary-color);
}

.metaStyleDash, .insureti-post-card.meta-style-dash .read-more::before, .above-meta-style-dash .separate-meta a::before, .meta-style-dash .separate-meta a::before, .meta-style-dash-bg .insureti-post-meta li:is(.category, .tag) a::before, .meta-style-dash-bg .insureti-post-meta li::before, .meta-style-dash .insureti-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 .nav-article:hover, .insureti-post-card .entry-title a:hover, .meta-style-dash .separate-meta a::before, .above-meta-style-border .separate-meta a, .separate-meta a, .meta-style-dash-bg .insureti-post-meta li:is(.category, .tag) a, .meta-style-dash-bg .insureti-post-meta li:not(.category, .tag) a, .meta-style-dash-bg .insureti-post-meta li:not(.category, .tag):before, .meta-style-dash-bg .insureti-post-meta li:not(.category, .tag), .meta-style-border .insureti-post-meta ul li:is(.category, .tag) a, .meta-style-border .insureti-post-meta ul li:not(.category, .tag) a, .meta-style-border .insureti-post-meta ul li:not(.category, .tag), .widget a:hover, .insureti-topbar #topbar-menu ul ul li a:hover, .insureti-offcanvas-drawer ul li.current-menu-item > a,
.insureti-offcanvas-drawer ul li.current-menu-ancestor > a, .insureti-offcanvas-drawer ul li a:hover, .insureti-navigation ul.menu li ul.dropdown-menu li a:hover, .insureti-navigation ul li ul li:hover > a, .insureti-navigation ul.menu li.current-menu-item > a,
.insureti-navigation ul.menu li.current > a, .insureti-navigation ul.menu > li > a:hover, .insureti-navigation ul li a:hover, .insureti-navigation ul li.current-menu-item > a,
.insureti-navigation ul li.current-menu-ancestor > a, .site-branding h1 a {
  color: var(--rt-primary-color);
}

.secondaryColor, .meta-style-border .insureti-post-meta ul li:not(.category, .tag) a:hover {
  color: var(--rt-secondary-color);
}

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

.primaryBG, .above-meta-style-border .separate-meta a:hover, .meta-style-dash-bg .insureti-post-meta li:is(.category, .tag) a:hover, .meta-style-border .insureti-post-meta ul li:is(.category, .tag) a:hover, .widget .wp-calendar-table td#today a,
.widget .wp-calendar-table td#today, .insureti-navigation ul li.mega-menu > ul.dropdown-menu > li > ul.dropdown-menu li a:before, .insureti-navigation ul.menu li ul.dropdown-menu li a:before, .insureti-navigation > ul > li > a:before, 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);
}

.whiteColor, .insureti-single-3 .content-top-area .insureti-post-meta a:hover, .insureti-single-3 .content-top-area .entry-title, .blog-big-first-style.style2 .insureti-post-card:first-child .entry-title a, .blog-big-first-style.style2 .insureti-post-card:first-child .entry-wrapper, .above-meta-style-border .separate-meta a:hover, .meta-style-dash-bg .insureti-post-meta li:is(.category, .tag) a:hover, .meta-style-border .insureti-post-meta ul li:is(.category, .tag) a:hover {
  color: #FFFFFF;
}

.whiteBG {
  background-color: #FFFFFF;
}

.blackColor {
  color: #000000;
}

.blackBG {
  background-color: #000000;
}

body {
  font-family: var(--rt-body-font, "Poppins"), sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

h2,
.h2 {
  font-size: 36px;
  line-height: 48px;
}

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

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

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

h6,
.h6 {
  font-size: 14px;
  line-height: 18px;
}

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

.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 320ms ease-in-out;
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0;
  letter-spacing: 0.13px;
  position: relative;
  padding: 16px 22px;
  font-size: 15px;
  line-height: 15px;
  transition: all 320ms ease-in-out;
}
.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-shadow {
  box-shadow: 4px 4px 16px rgba(0, 174, 112, 0.12);
}

.button-style2 i {
  margin-left: 8px;
}

.btn-primary, .primary-btn-animation button {
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
  border-radius: 8px;
  overflow: hidden;
}
.btn-primary:hover, .primary-btn-animation button:hover {
  color: #FFFFFF;
  background-color: var(--rt-primary-dark);
  border-color: var(--rt-primary-dark);
}
.btn-primary i, .primary-btn-animation button i {
  font-size: 10px;
  margin-left: 10px;
  transition: all 320ms ease-in-out;
}
.btn-primary::after, .primary-btn-animation button::after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 0;
  visibility: hidden;
}
.btn-primary:hover, .primary-btn-animation button:hover {
  background-color: var(--rt-primary-dark);
}
.btn-primary:hover i, .primary-btn-animation button:hover i {
  transform: rotate(45deg);
}
.btn-primary:hover::after, .primary-btn-animation button:hover::after {
  left: 127%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  visibility: visible;
}

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

a {
  transition: all 320ms ease-in-out;
}
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-primary-dark {
  color: var(--rt-primary-dark);
}

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

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

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

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

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

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

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

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

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

.insureti-header-footer .site-header {
  opacity: 0;
  transition: opacity 0s 0.5s;
}

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

[class*=rticon] svg {
  fill: var(--rt-body-color);
  width: 20px;
  height: 20px;
}

[class*=rticon] svg {
  transition: all 320ms ease-in-out;
}

.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: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: -10px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.scrollToTop.show {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}
.insureti-footer-2 .scrollToTop {
  position: absolute;
  top: -58px;
  bottom: auto;
  right: 18px;
  opacity: 1;
  visibility: visible;
}
.scrollToTop svg {
  fill: var(--rt-primary-color);
}
.scrollToTop:hover {
  background: var(--rt-primary-color);
}
.scrollToTop:hover svg {
  fill: #FFFFFF;
}

/* Insureti Header Style
***************************/
.header-area {
  background-color: #FFFFFF;
  position: relative;
  z-index: 3;
  transition: all ease 0.31s;
}
.header-area .insureti-user-login a {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  padding: 7px 22px;
  border-radius: 4px;
}

.header-menu {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header-container {
  position: relative;
}

/* Insureti Header Top Style
***************************/
.main-header-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-header-section .insureti-navigation ul li .dropdown-menu li a {
  position: relative;
}
.main-header-section .insureti-navigation ul li .dropdown-menu li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: var(--rt-primary-color);
  position: absolute;
  left: 15px;
  top: 15px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.main-header-section .insureti-navigation ul li .dropdown-menu li a:hover {
  padding: 7px 15px 7px 32px;
}
.main-header-section .insureti-navigation ul li .dropdown-menu li a:hover::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.insureti-header-1 .main-header-section {
  padding: 10px 0;
}
.insureti-header-1 .header-container .insureti-navigation {
  justify-content: end;
}

.insureti-header-2 .header-area {
  background-color: transparent;
}
.insureti-header-2 .header-top {
  padding-top: 34px;
  padding-bottom: 34px;
  background-color: #FFFFFF;
}
.insureti-header-2 .header-top .contact-info-box .icon {
  background-color: #EAFAF4;
  box-shadow: none;
}
.insureti-header-2 .main-header-section {
  border-bottom: none;
  margin-bottom: -40px;
}
@media (min-width: 1139px) {
  .insureti-header-2 .main-header-section .site-branding {
    display: none;
  }
}
.insureti-header-2 .header-container .header-2 {
  background-color: #FFFFFF;
  border: 1px solid var(--rt-border-color2);
  border-radius: 10px;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .insureti-header-2 .header-container .header-2 {
    border-radius: 0;
  }
}
.insureti-header-2 .insureti-navigation ul li a {
  padding: 28px 15px;
}
.insureti-header-2 .insureti-navigation ul li .dropdown-menu li a {
  padding: 7px 15px 7px 26px;
}
.insureti-header-2 .menu-icon-wrapper .menu-bar .ham_burger {
  margin: 0 -5px;
}

.insureti-header-3 .main-header-section {
  border-bottom: 1px solid #E1E7E7;
}
.insureti-header-3 .main-header-section .phone {
  display: none;
}
@media (min-width: 1420px) {
  .insureti-header-3 .main-header-section .phone {
    display: inline-flex;
  }
}
.insureti-header-3 .main-header-section .phone .icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid var(--rt-primary-color);
  overflow: hidden;
}
.insureti-header-3 .main-header-section .phone .icon i {
  color: var(--rt-primary-color);
}
.insureti-header-3 .main-header-section .phone .info-wrap p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  color: #696969;
  font-weight: 500;
}
.insureti-header-3 .main-header-section .phone .info-wrap a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--rt-title-color);
}
.insureti-header-3 .main-header-section .phone:hover .icon i {
  animation: bottomtotop 0.5s forwards;
}
@media (min-width: 1200px) {
  .insureti-header-3 .header-container {
    padding: 5px 95px 5px 95px;
  }
}

.site-branding {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
}
.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-primary-dark);
}

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

/* Menu icon style
***************************/
.menu-icon-wrapper .menu-bar {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-icon-wrapper .menu-bar .ham_burger {
  width: 40px;
  height: 40px;
  margin: 0 -13px;
}
.menu-icon-wrapper .menu-bar .ham_burger .line {
  transition: all 0.5s ease-in-out;
}
.menu-icon-wrapper .menu-bar .ham_burger:hover .line {
  stroke: var(--rt-primary-color);
}
@media (max-width: 767px) {
  .menu-icon-wrapper .insureti-get-started-btn {
    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 li {
  list-style: none;
  position: relative;
}
.menu-icon-wrapper ul.has-separator {
  gap: 13px;
}
.menu-icon-wrapper .has-separator li:not(:last-child) {
  padding-right: 14px;
}
.menu-icon-wrapper .has-separator li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 23px;
  background: var(--rt-meta-color);
  top: 50%;
  transform: translateY(-50%);
}
.menu-icon-wrapper .has-button li:nth-last-child(2) {
  padding-right: 4px;
}
.menu-icon-wrapper .has-button li:nth-last-child(2)::after {
  content: none;
}

/* Main Navigation
***************************/
.insureti-navigation {
  flex: 1;
  display: flex;
  align-items: center;
  /* #. Submenu */
  /*Menu hover effect*/
}
@media (max-width: 1140px) {
  .main-header-section .insureti-navigation {
    display: none;
  }
}
.insureti-navigation ul.insureti-navbar {
  padding: 0;
  margin: 0;
}
.insureti-navigation ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.insureti-navigation ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  color: var(--rt-title-color);
  padding: 32px 16px;
  text-transform: capitalize;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.insureti-navigation ul li a .caret i {
  font-size: 10px;
}
.insureti-navigation ul li a .caret i::before {
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .insureti-navigation ul li a {
    padding: 4px 10px;
  }
}
.insureti-navigation ul li a:hover .caret i::before {
  transform: rotate(180deg);
}
.insureti-navigation ul li.current-menu-item > a svg,
.insureti-navigation ul li.current-menu-ancestor > a svg {
  fill: var(--rt-primary-color);
}
.insureti-navigation > ul > li > a:before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 2px;
  bottom: 26px;
  width: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s ease-out;
}
.insureti-navigation > ul > li > a:hover:before {
  width: 50%;
}
.insureti-navigation ul li a:hover svg {
  fill: var(--rt-primary-color);
  transform: rotate(180deg);
}
.insureti-navigation ul > li > ul {
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 10;
  padding: 0;
  width: 270px;
  text-align: left;
  background-color: #FFFFFF;
  box-shadow: 0 0 2.1875rem 0 rgba(0, 0, 0, 0.1);
}
.insureti-navigation ul > li > ul {
  visibility: hidden;
  opacity: 0;
}
.insureti-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 320ms ease-in-out;
}
.insureti-navigation ul li ul li ul {
  left: 100%;
  top: 0;
  width: 270px;
}
.insureti-navigation ul li ul li {
  display: block;
  border-bottom: none;
  border-left: none;
}
.insureti-navigation ul li ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.insureti-navigation ul li ul li a {
  position: relative;
  display: block;
  color: var(--rt-body-color);
  text-transform: inherit;
  padding: 7px 15px 7px 26px;
  font-weight: 500;
  z-index: 2;
  font-size: 14px;
  transition: all 320ms ease-in-out;
}
.insureti-navigation ul li ul li:first-child {
  margin-top: 10px;
}
.insureti-navigation ul li ul li:last-child {
  margin-bottom: 10px;
}
.insureti-navigation ul.menu li ul.dropdown-menu li:last-child:after {
  border-bottom: none;
}
.insureti-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);
}
.insureti-navigation ul.menu li ul.dropdown-menu li a:hover:before {
  width: 100%;
  left: 0;
  right: inherit;
}
.insureti-navigation > ul li.page_item_has_children > a:after,
.insureti-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 320ms ease-in-out;
}
.insureti-navigation .caret svg {
  transition: fill 0.4s;
  transition: all 320ms ease-in-out;
}
.insureti-navigation .dropdown-menu .caret {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.insureti-navigation .dropdown-menu .caret svg {
  transform: rotate(-90deg) scale(0.9);
}

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

/* Mega-menu CSS
***************************/
.insureti-navigation {
  /*start mega menu two column*/
  /*start mega menu three column*/
  /*end mega menu three column*/
}
.insureti-navigation ul.menu li.mega-menu ul.dropdown-menu li a:before,
.insureti-navigation ul.menu li.mega-menu ul.dropdown-menu li:after,
.insureti-navigation ul.menu li.mega-menu ul.dropdown-menu li.menu-item-has-children:before {
  display: none;
}
.insureti-navigation ul.menu li.mega-menu ul.dropdown-menu li a {
  padding: 0 0 8px;
}
.insureti-navigation ul.menu li.mega-menu .dropdown-menu .dropdown-toggle {
  padding-bottom: 0 !important;
}
.insureti-navigation ul li.mega-menu {
  position: static;
}
.insureti-navigation ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
}
.insureti-navigation ul li.mega-menu > ul.dropdown-menu {
  justify-content: flex-start;
  display: flex;
  background-color: #FFFFFF;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  padding: 30px;
  margin: auto;
}
.insureti-navigation ul li > ul.dropdown-menu {
  pointer-events: none;
}
.insureti-navigation ul > li:hover > ul.dropdown-menu {
  pointer-events: all;
}
.insureti-navigation ul li.mega-menu.two-column {
  position: relative;
}
.insureti-navigation ul li.mega-menu.two-column > ul.dropdown-menu {
  background-color: #FFFFFF !important;
  width: 520px !important;
}
.insureti-navigation ul li.mega-menu.two-column {
  position: relative;
}
.insureti-navigation ul li.mega-menu.three-column > ul.dropdown-menu {
  background-color: #FFFFFF !important;
  width: 780px !important;
}
.insureti-navigation ul li.mega-menu > ul.dropdown-menu > li {
  display: inline-block;
  margin: 0 15px;
  width: 100%;
  border: none;
}
.insureti-navigation ul li.mega-menu > ul.dropdown-menu > li a {
  padding-left: 0;
  margin-left: 0;
}
.insureti-navigation ul li.mega-menu > ul.dropdown-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);
}
.insureti-navigation ul li.mega-menu > ul.dropdown-menu > li a:hover:before {
  width: 100%;
  left: 0;
  right: inherit;
}
.insureti-navigation ul li.mega-menu > ul.dropdown-menu > li ul {
  position: relative;
  width: inherit;
  left: inherit;
  box-shadow: none;
  border-top: none;
  padding: 0;
}
.insureti-navigation ul li.mega-menu > ul.dropdown-menu > li > a {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.insureti-navigation ul li.mega-menu.hide-header > ul.dropdown-menu > li > a {
  display: none;
}
.insureti-navigation ul li.mega-menu > ul .caret {
  display: none !important;
}
.insureti-navigation ul li.mega-menu.mega-menu-col-2 > ul {
  width: 45%;
}
.insureti-navigation ul li.mega-menu.mega-menu-col-3 > ul {
  width: 65%;
}

/* Header search
***************************/
.insureti-search-popup.show .insureti-search-form {
  visibility: visible;
  opacity: 1;
  top: 55px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 320ms ease-in-out;
}
.insureti-search-popup .insureti-search-form {
  position: absolute;
  top: 70px;
  right: -12px;
  width: 300px;
  padding: 20px;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  font-size: var(--rt-body-font, "Poppins"), sans-serif-1;
  box-shadow: 7px 5px 30px 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.insureti-search-popup .insureti-search-form::before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 14px;
  height: 14px;
  top: -6px;
  right: 26px;
  transform: rotate(-45deg);
  z-index: -1;
}
.insureti-search-popup .insureti-search-form .search-box {
  position: relative;
  border: none;
  overflow: visible;
}
.insureti-search-popup .insureti-search-form .search-box svg {
  fill: #FFFFFF;
}
.insureti-search-popup .insureti-search-form .search-box button {
  border-radius: 3px;
}
.insureti-search-popup .insureti-search-form input[type=text] {
  width: 100%;
  height: 40px;
  padding: 5px 10px 5px 10px;
  background: #f8f8f8;
  transition: 0.4s;
  color: var(--rt-meta-color);
  border: 1px solid var(--rt-primary-color);
  border-radius: 6px;
}
.insureti-search-popup .insureti-search-form input[type=text]:hover, .insureti-search-popup .insureti-search-form input[type=text]:focus {
  outline: none;
  box-shadow: none;
}
.insureti-search-popup .insureti-search-form input[type=text]::-moz-placeholder {
  font-size: 14px;
}
.insureti-search-popup .insureti-search-form input[type=text]::placeholder {
  font-size: 14px;
}
.insureti-search-popup .insureti-search-form input[type=text]:focus + button {
  opacity: 1;
}
.insureti-search-popup .insureti-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
***************************/
.insureti-offcanvas-drawer {
  padding: 100px 40px 40px 40px;
  width: 350px;
  margin-left: -350px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 99999;
  box-sizing: border-box;
  transition: 0.4s ease-in-out;
  max-width: 100%;
  overflow: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.insureti-offcanvas-drawer.is-open {
  margin-left: 0;
}
.insureti-offcanvas-drawer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.insureti-offcanvas-drawer ul li a {
  padding: 8px 40px 8px 0;
  display: block;
  position: relative;
  color: var(--rt-title-color);
}
.insureti-offcanvas-drawer .caret {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--rt-primary-color);
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  border-radius: 50%;
}
.insureti-offcanvas-drawer .caret i {
  font-size: 12px;
}
.insureti-offcanvas-drawer .caret svg {
  fill: #FFFFFF;
}
.insureti-offcanvas-drawer ul ul {
  padding-left: 30px;
}
.insureti-offcanvas-drawer ul ul {
  display: none;
}
.insureti-offcanvas-drawer .offcanvas-logo {
  position: relative;
  margin-bottom: 35px;
}
.insureti-offcanvas-drawer .offcanvas-logo .trigger-off-canvas {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insureti-offcanvas-drawer .contact-details {
  padding: 25px 0 15px 0;
}
.insureti-offcanvas-drawer .contact-details .contact-info-label {
  font-size: 22px;
  color: var(--rt-title-color);
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
}
.insureti-offcanvas-drawer .contact-details li {
  margin-bottom: 6px;
}
.insureti-offcanvas-drawer .contact-details li:last-child {
  margin-bottom: 0;
}
.insureti-offcanvas-drawer .contact-details ul li {
  color: var(--rt-title-color);
}
.insureti-offcanvas-drawer .contact-details ul li i {
  margin-right: 5px;
  color: var(--rt-primary-color);
}
.insureti-offcanvas-drawer .contact-details ul li a {
  padding: 0;
  display: inline-block;
}
.insureti-offcanvas-drawer .contact-details ul li p {
  color: var(--rt-title-color);
  margin-bottom: 4px;
}
.insureti-offcanvas-drawer .social-icon-list ul {
  gap: 10px;
}
.insureti-offcanvas-drawer .social-icon-list a {
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 50%;
  background-color: var(--rt-primary-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.insureti-offcanvas-drawer .social-icon-list a:last-child {
  margin-right: 0;
}
.insureti-offcanvas-drawer .social-icon-list a svg {
  fill: #FFFFFF !important;
  width: 15px;
  height: 15px;
}
.insureti-offcanvas-drawer .social-icon-list a:hover {
  background-color: var(--rt-title-color);
}

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

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

/* Topbar Navigation
***************************/
.insureti-topbar {
  font-size: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(var(--rt-title-rgb), 0.9);
  color: var(--rt-gray40);
  position: relative;
}
@media (max-width: 992px) {
  .insureti-topbar {
    display: none;
  }
}
@media (max-width: 650px) {
  .insureti-topbar #topbar-menu > div {
    display: none;
  }
  .insureti-topbar .topbar-right {
    padding: 5px 0;
  }
}
@media (min-width: 992px) {
  .insureti-topbar .topbar-left {
    flex: 1;
  }
}
.insureti-topbar .topbar-left p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: var(--rt-gray60);
}
.insureti-topbar .topbar-left i {
  margin-right: 5px;
  color: var(--rt-primary-color);
}
.insureti-topbar .social-icon {
  display: inline-flex;
  align-items: center;
}
.insureti-topbar .social-icon a {
  padding: 5px 20px;
  display: flex;
  align-items: center;
}
.insureti-topbar .social-icon a svg {
  width: 15px;
  height: 14px;
  fill: var(--rt-gray40);
  margin-right: 5px;
}
.insureti-topbar .social-icon a:hover svg {
  fill: var(--rt-primary-color);
}
.insureti-topbar #topbar-menu ul.insureti-topbar-menu > li > a {
  color: var(--rt-gray40);
}
.insureti-topbar #topbar-menu ul li a {
  padding: 5px 20px 5px 0;
  color: inherit;
  font-weight: normal;
}
.insureti-topbar #topbar-menu ul ul li a {
  font-size: 0.95em;
  line-height: 1.6em;
  padding: 3px 27px 3px 18px;
  color: var(--rt-body-color);
}
.insureti-topbar #topbar-menu ul.insureti-topbar-menu > li.current-menu-item > a,
.insureti-topbar #topbar-menu ul.insureti-topbar-menu > li.current-menu-ancestor > a {
  color: #FFFFFF !important;
}
.insureti-topbar #topbar-menu ul ul li.current_page_item > a,
.insureti-topbar #topbar-menu ul ul li.current-menu-ancestor > a {
  color: var(--rt-primary-color) !important;
}
.insureti-topbar #topbar-menu .insureti-topbar-menu > li .dropdown-menu li a .caret svg {
  transform: rotate(-90deg) scale(0.8);
}
.insureti-topbar #topbar-menu .insureti-topbar-menu > li > a .caret svg {
  transform: scale(0.8);
  fill: var(--rt-gray40);
}

.topbar-1 {
  background-color: var(--rt-secondary-color);
  padding-top: 4px;
  padding-bottom: 4px;
}
.topbar-1 label {
  margin-right: 10px;
}
.topbar-1 .social-icon li {
  position: relative;
}
.topbar-1 .social-icon li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: var(--rt-gray60);
  opacity: 0.2;
  top: 8px;
  right: 0;
}
.topbar-1 .social-icon li:last-child::after {
  display: none;
}
.topbar-1 .social-icon a {
  color: var(--rt-gray60);
}
.topbar-1 .social-icon a svg {
  fill: #FFFFFF;
  margin-right: 5px;
}
.topbar-1 .social-icon a:hover {
  color: var(--rt-primary-color);
}

.topbar-2 {
  background-color: #1A1845;
  padding: 11px 0;
}
.topbar-2 .contact-info-wrapper {
  flex: 1;
}
.topbar-2 .contact-info-box {
  position: relative;
}
.topbar-2 .contact-info-box::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: #7071AD;
  opacity: 0.2;
  right: -25px;
  top: -12px;
}
.topbar-2 .contact-info-box .icon {
  background-color: unset;
  width: unset;
  height: unset;
  box-shadow: none;
}
.topbar-2 .contact-info-box .icon i {
  color: var(--rt-primary-color);
  font-size: 16px;
  margin-right: 10px;
}
.topbar-2 .contact-info-box .contact-info-details .info {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #FFFFFF;
}
.topbar-2 .contact-info-box .contact-info-details .info:hover {
  color: var(--rt-primary-color);
}
.topbar-2 .contact-info-box:hover .icon {
  background-color: unset;
}
.topbar-2 .contact-info-box:last-child::after {
  display: none;
}
.topbar-2 .contact-info-box.address::after {
  display: none;
}
.topbar-2 .social-icon {
  position: relative;
}
.topbar-2 .social-icon li {
  position: relative;
}
.topbar-2 .social-icon li::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: #7071AD;
  opacity: 0.2;
  top: -14px;
  right: 0;
}
.topbar-2 .social-icon li:first-child::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: #7071AD;
  opacity: 0.2;
  top: -14px;
  left: 0;
}
.topbar-2 .social-icon li a {
  padding: 5px 16px;
}
.topbar-2 .social-icon li a svg {
  fill: #FFFFFF;
  height: 14px !important;
}

.topbar-3 {
  background-color: #FFFFFF;
  padding-top: 4px;
  padding-bottom: 4px;
}
.topbar-3 .topbar-left p {
  color: var(--rt-title-color);
}
.topbar-3 label {
  margin-right: 10px;
}
.topbar-3 .topbar-right label, .topbar-3 .topbar-right a {
  color: var(--rt-title-color);
}
.topbar-3 .topbar-right label:hover, .topbar-3 .topbar-right a:hover {
  color: var(--rt-primary-color);
}
.topbar-3 .topbar-right .facebook svg {
  fill: #1877F2;
}
.topbar-3 .topbar-right .twitter svg {
  fill: var(--rt-title-color);
}
.topbar-3 .topbar-right .pinterest svg {
  fill: #E60023;
}
.topbar-3 .social-icon li {
  position: relative;
}
.topbar-3 .social-icon li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: var(--rt-gray60);
  top: 8px;
  right: 0;
}
.topbar-3 .social-icon li:last-child::after {
  display: none;
}

.topbar-4 {
  background-color: var(--rt-secondary-color);
  padding: 11px 0;
}
@media (min-width: 1200px) {
  .topbar-4 .topbar-container {
    padding-left: 95px;
    padding-right: 95px;
  }
}
.topbar-4 p, .topbar-4 a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--rt-gray60) !important;
}
.topbar-4 a:hover {
  color: var(--rt-primary-color) !important;
}
.topbar-4 .topbar-text i {
  color: var(--rt-primary-color);
}
.topbar-4 .social-icon li::before, .topbar-4 .social-icon li::after {
  display: none !important;
}
.topbar-4 .social-icon li:last-child {
  padding: 0 !important;
}

.header-top {
  background-color: var(--rt-gray20);
}
@media (max-width: 1200px) {
  .header-top {
    display: none;
  }
}
.header-top .contact-info-box {
  gap: 10px;
}
.header-top .contact-info-box .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 4px 4px 16px rgba(38, 37, 102, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.header-top .contact-info-box .icon i {
  font-size: 24px;
  color: var(--rt-primary-color);
}
.header-top .contact-info-box .contact-info-details .contact-label {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 3px;
}
.header-top .contact-info-box .contact-info-details .info {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: var(--rt-title-color);
}
.header-top .contact-info-box .contact-info-details .info:hover {
  color: var(--rt-primary-color);
}
.header-top .contact-info-box .contact-info-details .info.address:hover {
  color: var(--rt-title-color);
}
.header-top .contact-info-box:hover .icon {
  background-color: var(--rt-primary-color);
}
.header-top .contact-info-box:hover .icon i {
  color: #FFFFFF;
  animation: zoomIn 0.4s linear forwards;
}

/* Sticky Menu CSS
***************************/
.rt-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999 !important;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  animation: upsdown 1000ms;
}
.rt-sticky .navigation-area nav > ul > li > a {
  padding: 30px 15px;
}

.insureti-header-1:has(.rt-sticky) .insureti-navigation {
  justify-content: center;
}
.insureti-header-1:has(.rt-sticky) .main-header-section {
  padding: 0 0;
}

.insureti-header-2:has(.rt-sticky) .main-header-section {
  position: fixed !important;
  top: 0;
}
.insureti-header-2:has(.rt-sticky) .main-header-section .header-container {
  background-color: #FFFFFF;
}
.insureti-header-2:has(.rt-sticky) .main-header-section .header-2 {
  border-color: transparent;
  padding: 0;
}
@media (min-width: 1139px) {
  .insureti-header-2:has(.rt-sticky) .main-header-section .site-branding {
    display: block;
  }
}
.insureti-header-2:has(.rt-sticky) .main-header-section .insureti-navigation {
  justify-content: center;
}

body.admin-bar .rt-sticky {
  top: 32px !important;
}
@media (max-width: 782px) {
  body.admin-bar .rt-sticky {
    top: 46px !important;
  }
}
@media (max-width: 600px) {
  body.admin-bar .rt-sticky {
    top: 0 !important;
  }
}

/* Transparent Header
***************************/
.has-trheader .insureti-navigation ul li > ul.dropdown-menu {
  border-radius: 5px;
}
.has-trheader .insureti-navigation ul li > ul.dropdown-menu li a {
  color: var(--rt-title-color);
}
.has-trheader .insureti-navigation ul li > ul.dropdown-menu li a:hover {
  color: var(--rt-primary-color);
}
.has-trheader.insureti-header-1 .header-area {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.has-trheader.insureti-header-1 .insureti-navigation ul li a {
  color: #FFFFFF;
}
.has-trheader.insureti-header-1 .menu-icon-wrapper [class*=rticon] svg {
  fill: #FFFFFF;
}
.has-trheader.insureti-header-1 .menu-icon-wrapper .menu-bar .ham_burger .line {
  stroke: #FFFFFF;
}
.has-trheader.insureti-header-1 .menu-icon-wrapper .hamburg svg path {
  stroke: #FFFFFF;
}
.has-trheader.insureti-header-1 .menu-icon-wrapper .menu-search-bar svg {
  fill: #FFFFFF;
}
.has-trheader.insureti-header-1 .menu-icon-wrapper .insureti-get-started-btn a {
  padding: 12px 22px;
}
.has-trheader.insureti-header-1 .rt-sticky .menu-icon-wrapper .menu-bar .ham_burger .line {
  stroke: var(--rt-title-color);
}
.has-trheader.insureti-header-2 .header-area {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.has-trheader.insureti-header-2 .header-top {
  background-color: transparent;
}
.has-trheader.insureti-header-2 .header-top .contact-info-box .contact-info-details .contact-label {
  color: #FFFFFF;
}
.has-trheader.insureti-header-2 .header-top .contact-info-box .contact-info-details .info {
  color: #FFFFFF;
}
.has-trheader.insureti-header-2 .main-header-section {
  position: relative;
  top: 0;
}
.has-trheader.insureti-header-3 .header-area {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.has-trheader.insureti-header-3 .header-top {
  background-color: transparent;
  padding-bottom: 15px;
}
.has-trheader.insureti-header-3 .header-top .contact-info-box .contact-info-details .contact-label {
  color: #FFFFFF;
}
.has-trheader.insureti-header-3 .header-top .contact-info-box .contact-info-details .info {
  color: #FFFFFF;
}
.has-trheader.insureti-header-3 .main-header-section {
  position: relative;
  top: 0;
}

.tr-header-dark .insureti-navigation ul li a {
  color: var(--rt-title-color) !important;
}
.tr-header-dark .insureti-navigation ul li a:hover {
  color: var(--rt-primary-color) !important;
}
.tr-header-dark.insureti-header-1 .menu-search-bar {
  background-color: #F2A000 !important;
  width: 41px;
  height: 41px;
  border-radius: 50px;
}
.tr-header-dark.insureti-header-1 .menu-search-bar svg {
  fill: #FFFFFF !important;
}
.tr-header-dark.insureti-header-1 .menu-icon-wrapper .hamburg svg path {
  stroke: var(--rt-title-color);
}
.tr-header-dark.insureti-header-2 .header-top, .tr-header-dark.insureti-header-3 .header-top {
  background-color: transparent;
}
.tr-header-dark.insureti-header-2 .header-top .contact-info-box .icon, .tr-header-dark.insureti-header-3 .header-top .contact-info-box .icon {
  background-color: var(--rt-primary-color);
}
.tr-header-dark.insureti-header-2 .header-top .contact-info-box .icon i, .tr-header-dark.insureti-header-3 .header-top .contact-info-box .icon i {
  color: #FFFFFF;
}
.tr-header-dark.insureti-header-2 .header-top .contact-info-box .contact-info-details .contact-label, .tr-header-dark.insureti-header-3 .header-top .contact-info-box .contact-info-details .contact-label {
  color: var(--rt-title-color) !important;
}
.tr-header-dark.insureti-header-2 .header-top .contact-info-box .contact-info-details .info, .tr-header-dark.insureti-header-3 .header-top .contact-info-box .contact-info-details .info {
  color: var(--rt-title-color) !important;
}
.tr-header-dark [class*=rticon] svg {
  fill: var(--rt-title-color);
}
.tr-header-dark .menu-icon-wrapper .menu-bar .ham_burger .line {
  stroke: var(--rt-title-color) !important;
}

.insureti-header-1.tr-header-light .rt-sticky {
  background-color: #212554;
}
.ham_burger {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.is-open .ham_burger {
  transform: rotate(45deg);
}
.is-open .ham_burger .top {
  stroke-dashoffset: -64px;
}
.is-open .ham_burger .middle {
  transform: rotate(90deg);
}
.is-open .ham_burger .bottom {
  stroke-dashoffset: -64px;
}
.ham_burger .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: var(--rt-body-color);
  stroke-width: 4;
  stroke-linecap: round;
}
.ham_burger .top {
  stroke-dasharray: 40 160;
}
.ham_burger .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.ham_burger .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

#preloader {
  position: fixed;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  overflow: visible;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner:before {
  transform: rotateX(60deg) rotateY(45deg) rotateZ(45deg);
  animation: 750ms rotateBefore infinite linear reverse;
}

.spinner:after {
  transform: rotateX(240deg) rotateY(45deg) rotateZ(45deg);
  animation: 750ms rotateAfter infinite linear;
}

.spinner:before,
.spinner:after {
  box-sizing: border-box;
  content: "";
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -5em;
  margin-left: -5em;
  width: 6em;
  height: 6em;
  transform-style: preserve-3d;
  transform-origin: 50%;
  transform: rotateY(50%);
  perspective-origin: 50% 50%;
  perspective: 340px;
  background-size: 6em 6em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2NnB4IiBoZWlnaHQ9IjI5N3B4IiB2aWV3Qm94PSIwIDAgMjY2IDI5NyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8dGl0bGU+c3Bpbm5lcjwvdGl0bGU+CiAgICA8ZGVzY3JpcHRpb24+Q3JlYXRlZCB3aXRoIFNrZXRjaCAoaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoKTwvZGVzY3JpcHRpb24+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8cGF0aCBkPSJNMTcxLjUwNzgxMywzLjI1MDAwMDM4IEMyMjYuMjA4MTgzLDEyLjg1NzcxMTEgMjk3LjExMjcyMiw3MS40OTEyODIzIDI1MC44OTU1OTksMTA4LjQxMDE1NSBDMjE2LjU4MjAyNCwxMzUuODIwMzEgMTg2LjUyODQwNSw5Ny4wNjI0OTY0IDE1Ni44MDA3NzQsODUuNzczNDM0NiBDMTI3LjA3MzE0Myw3NC40ODQzNzIxIDc2Ljg4ODQ2MzIsODQuMjE2MTQ2MiA2MC4xMjg5MDY1LDEwOC40MTAxNTMgQy0xNS45ODA0Njg1LDIxOC4yODEyNDcgMTQ1LjI3NzM0NCwyOTYuNjY3OTY4IDE0NS4yNzczNDQsMjk2LjY2Nzk2OCBDMTQ1LjI3NzM0NCwyOTYuNjY3OTY4IC0yNS40NDkyMTg3LDI1Ny4yNDIxOTggMy4zOTg0Mzc1LDEwOC40MTAxNTUgQzE2LjMwNzA2NjEsNDEuODExNDE3NCA4NC43Mjc1ODI5LC0xMS45OTIyOTg1IDE3MS41MDc4MTMsMy4yNTAwMDAzOCBaIiBpZD0iUGF0aC0xIiBmaWxsPSIjMDAwMDAwIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==);
}

@keyframes rotateBefore {
  from {
    transform: rotateX(60deg) rotateY(45deg) rotateZ(0deg);
  }
  to {
    transform: rotateX(60deg) rotateY(45deg) rotateZ(-360deg);
  }
}
@keyframes rotateAfter {
  from {
    transform: rotateX(240deg) rotateY(45deg) rotateZ(0deg);
  }
  to {
    transform: rotateX(240deg) rotateY(45deg) rotateZ(360deg);
  }
}
.insureti-breadcrumb-wrapper {
  padding: 100px 0 80px 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.insureti-breadcrumb-wrapper.has-bg {
  position: relative;
}
.insureti-breadcrumb-wrapper .banner-content-wrapper {
  align-items: center;
}
.insureti-breadcrumb-wrapper .breadcrumb {
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  color: var(--rt-body-color);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 10px;
  margin: 0;
  position: relative;
  flex-wrap: wrap;
}
.insureti-breadcrumb-wrapper .breadcrumb li {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.insureti-breadcrumb-wrapper .breadcrumb a {
  color: var(--rt-body-color);
}
.insureti-breadcrumb-wrapper .breadcrumb a:hover {
  color: var(--rt-primary-color);
}
.insureti-breadcrumb-wrapper .breadcrumb svg {
  fill: var(--rt-body-color);
}
.insureti-breadcrumb-wrapper .breadcrumb li.active {
  color: var(--rt-primary-color);
}

.has-trheader .insureti-breadcrumb-wrapper {
  padding-top: 240px !important;
  opacity: 0;
  transition: opacity 0.3s;
}

.breadcrumb .raquo i::before {
  transform: rotate(-90deg);
}

.insureti-widget-area {
  position: relative;
  display: block;
  /*@media (min-width: 768px) {
  	.layout-right-sidebar & {
  		padding-left: 30px;
  	}
  	.layout-left-sidebar & {
  		padding-right: 30px;
  	}
  }*/
}
.insureti-widget-area .widget {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  background-color: #EFF3F3;
  border-radius: 12px;
}
.insureti-widget-area .widget label {
  color: var(--rt-title-color);
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
.insureti-widget-area .widget .widget-title, .insureti-widget-area .widget .wp-block-heading {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  border-bottom: 1px solid var(--rt-gray60);
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 24px;
}
.insureti-widget-area .widget .widget_categories ul li {
  background-color: red !important;
}

@media (min-width: 1140px) {
  .sidebar-sticky {
    align-self: flex-start;
    position: sticky;
    top: 150px;
  }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  font-size: 15px;
  line-height: 1.6;
  font-size: 15px;
  margin: 0 0 30px;
  color: var(--rt-body-color);
  padding: 35px 30px 40px 30px;
}
.widget .wp-block-tag-cloud, .widget.widget_tag_cloud .tagcloud {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.widget .wp-block-tag-cloud a, .widget.widget_tag_cloud .tagcloud a {
  background-color: #FFFFFF;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  padding: 10px 20px;
  border-radius: 50px;
}
.widget .wp-block-tag-cloud a:hover, .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.widget .category-links a {
  background-color: transparent !important;
}
.widget .category-links a:hover {
  background-color: transparent;
  color: var(--rt-primary-color) !important;
}
.widget.widget_media_image {
  padding: 0;
  background-color: transparent;
}
.widget.widget_media_image figure {
  margin-bottom: 0;
}
.widget:last-child {
  margin-bottom: 0;
}

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

@media (min-width: 767px) {
  .widget {
    margin: 0 0 30px;
  }
}
/*--------------------------------------------------------------
## 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 ul {
  list-style: none;
  margin: 0;
}

.widget ul li:not(.widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_nav_menu ul li, .footer-sidebar ul li, .insureti-post-card ul li) {
  margin-bottom: 12px;
}
.widget ul li:not(.widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_nav_menu ul li, .footer-sidebar ul li, .insureti-post-card ul li) a {
  position: relative;
  padding: 20px 40px 20px 30px;
  background-color: #FFFFFF;
  border-radius: 8px;
  color: var(--rt-title-color);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
  z-index: 1;
  display: block;
  transition: all 320ms ease-in-out;
}
.widget ul li:not(.widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_nav_menu ul li, .footer-sidebar ul li, .insureti-post-card ul li) a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--rt-primary-color);
  width: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 320ms ease-in-out;
  z-index: -1;
}
.widget ul li:not(.widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_nav_menu ul li, .footer-sidebar ul li, .insureti-post-card ul li) a::after {
  content: "\e846";
  position: absolute;
  font-family: "rt-fontello";
  right: 20px;
  top: 20px;
  color: var(--rt-gray60);
  transform: rotate(-45deg);
  transition: all 320ms ease-in-out;
}
.widget ul li:not(.widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_nav_menu ul li, .footer-sidebar ul li, .insureti-post-card ul li) a:hover {
  color: #FFFFFF;
}
.widget ul li:not(.widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_nav_menu ul li, .footer-sidebar ul li, .insureti-post-card ul li) a:hover::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.widget ul li:not(.widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_nav_menu ul li, .footer-sidebar ul li, .insureti-post-card ul li) a:hover::after {
  transform: rotate(0deg);
  color: #FFFFFF;
}
.widget ul li:not(.widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_nav_menu ul li, .footer-sidebar ul li, .insureti-post-card ul li):last-child {
  margin-bottom: 0;
}

.widget ul li ul li:last-child {
  padding-bottom: 0;
}

.widget ul li ul li:first-child {
  padding-top: 6px;
}

.widget ul .cat-item a {
  line-height: 1;
  color: var(--rt-title-color);
}

.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,
.widget > ul > li:last-child a,
.widget .menu-testing-menu-container > ul > li:last-child a {
  border-bottom: none;
}

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

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

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 a {
  border-bottom: none;
  padding: 0;
}

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

.insureti-footer-1 .site-footer .recentcomments {
  color: var(--rt-gray40);
}

/*---- TAG ------*/
.insureti-footer-2 .widget_tag_cloud .wp-block-tag-cloud a, .insureti-footer-2 .widget_tag_cloud.widget_tag_cloud .tagcloud a {
  background-color: var(--rt-title-color) !important;
  color: #FFFFFF !important;
}
.insureti-footer-2 .widget_tag_cloud .wp-block-tag-cloud a:hover, .insureti-footer-2 .widget_tag_cloud.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--rt-primary-color) !important;
  color: #FFFFFF !important;
}

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

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

.widget_rss ul li .rsswidget {
  font-weight: 700;
}

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

.insureti-footer-1 .site-footer .widget_rss span {
  color: var(--rt-gray40) !important;
}
.insureti-footer-1 .site-footer .widget_rss .rssSummary {
  color: var(--rt-gray40) !important;
}
.insureti-footer-1 .site-footer .widget_rss cite {
  color: var(--rt-gray40) !important;
}
.insureti-footer-1 .site-footer .widget_rss a {
  color: #FFFFFF;
}

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

.widget_text select {
  margin-top: 0;
}

.insureti-footer-1 .site-footer .widget_text .widget-heading {
  color: var(--rt-gray40) !important;
}
.insureti-footer-1 .site-footer .textwidget {
  color: var(--rt-gray40) !important;
}

/*------- Tag Cloud ----------*/
.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
}

/*------ Select ----------*/
.widget select {
  background-color: #FFFFFF;
  border: 1px solid var(--rt-title-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;
}

/*--------- Text Widget ---------*/
.widget_text select {
  margin-top: 0;
}

/*------ Calender ----------*/
.wp-calendar-table caption {
  caption-side: top;
  padding-top: 0;
  padding-bottom: 15px;
  line-height: 1;
  text-align: center;
}

.widget .calendar_wrap {
  margin-top: 0;
}

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

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

.widget .wp-calendar-table td#today a,
.widget .wp-calendar-table td#today {
  color: #FFFFFF;
}

.wp-calendar-nav-next {
  float: right;
}

.insureti-footer-1 .site-footer .widget_calendar {
  color: var(--rt-gray40) !important;
}
.insureti-footer-1 .site-footer .widget_calendar a {
  color: var(--rt-gray40);
}
.insureti-footer-1 .site-footer .wp-calendar-table caption {
  color: var(--rt-gray40) !important;
}

/* Custom Widges
***************************/
.widget_insureti_about .about-logo a {
  font-size: 36px;
  font-weight: 600;
  color: red;
}
.widget_insureti_about .about-logo {
  color: red;
}

.widget_insureti_contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_insureti_contact ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.widget_insureti_contact li [class*=rticon-] {
  flex: 0 0 30px;
  padding-top: 4px;
  justify-content: start;
}
.widget_insureti_contact li svg {
  fill: var(--rt-primary-color);
}
.widget_insureti_contact li p {
  margin: 0;
}

.widget_insureti_contact_banner {
  background-color: transparent !important;
  padding: 0 !important;
}
.widget_insureti_contact_banner .author-widget {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 30px 62px 30px 30px;
  min-height: 420px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .widget_insureti_contact_banner .author-widget {
    padding: 30px;
  }
}
.widget_insureti_contact_banner .author-widget h3 {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.widget_insureti_contact_banner .author-widget a {
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid #5A5999;
  border-radius: 50px;
  padding: 5px 15px 5px 5px;
}
.widget_insureti_contact_banner .author-widget a .icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: var(--rt-primary-color);
  margin-right: 4px;
  overflow: hidden;
}
.widget_insureti_contact_banner .author-widget a .icon i {
  color: #FFFFFF;
  font-size: 18px;
}
.widget_insureti_contact_banner .author-widget a:hover {
  color: var(--rt-primary-color);
}
.widget_insureti_contact_banner .author-widget a:hover .icon i {
  animation: bottomtotop 0.4s forwards;
}

/* Site Footer
***************************/
.site-footer {
  position: relative;
  background-color: #0D0D39;
  z-index: 1;
  overflow: hidden;
}
.site-footer::before {
  content: url("../images/footer1-shape.png");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}
@media (min-width: 1200px) {
  .site-footer::before {
    top: -40%;
  }
}
.site-footer .footer-container {
  position: relative;
}
.site-footer .footer-social li {
  margin-right: 12px;
  display: inline-block;
}
.site-footer .footer-social a {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.site-footer .footer-social a svg {
  fill: var(--rt-secondary-color);
}
.site-footer .footer-social a:hover {
  background-color: var(--rt-primary-color);
}
.site-footer .footer-social a:hover svg {
  fill: #FFFFFF;
  animation: toBottomFromTop 0.5s forwards;
}

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

/* Footer Widget wrapper
***************************/
.footer-widgets-wrapper {
  padding-top: 100px;
  padding-bottom: 95px;
  font-size: 15px;
}
.footer-widgets-wrapper .footer-widgets {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.footer-widgets-wrapper .footer-widgets .widget {
  padding: 0 15px;
}
.footer-widgets-wrapper .footer-widgets .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widgets-wrapper .footer-widgets .widget ul li {
  padding-bottom: 0;
}
.footer-widgets-wrapper .footer-widgets .widget ul li a {
  font-size: 16px;
  line-height: 38px;
  font-weight: 500;
  color: var(--rt-gray60);
  position: relative;
}
.footer-widgets-wrapper .footer-widgets .widget ul li a::before {
  content: "";
  position: absolute;
  background-color: var(--rt-primary-color);
  bottom: -1px;
  height: 1px;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper .footer-widgets .widget ul li a:hover {
  color: var(--rt-primary-color);
}
.footer-widgets-wrapper .footer-widgets .widget ul li a:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.footer-widgets-wrapper .footer-widgets .widget-title {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #FFFFFF;
}
.footer-widgets-wrapper .footer-widgets > .widget {
  flex-grow: 25;
}
.footer-widgets-wrapper .footer-widgets ul {
  padding-left: 0;
}
.footer-widgets-wrapper .footer-widgets ul ul {
  padding-left: 20px;
}
.footer-widgets-wrapper .footer-widgets .about-logo {
  margin-bottom: 18px;
}
.footer-widgets-wrapper .footer-widgets .widget_insureti_about {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--rt-gray60);
}
.footer-widgets-wrapper .footer-widgets .widget_insureti_about p {
  margin-bottom: 30px;
}

/* Footer Copyright
***************************/
.footer-copyright-wrapper {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #595989;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  background: rgba(var(--rt-title-rgb), 0.9);
}
.footer-copyright-wrapper .copyright-text {
  text-align: center;
}
.footer-copyright-wrapper a {
  color: var(--rt-gray40);
}

.insureti-footer-1 .footer-copyright-wrapper {
  background-color: rgba(255, 255, 255, 0.06);
}

.insureti-footer-2 .footer-copyright-wrapper {
  background-color: transparent;
}
.insureti-footer-2 .footer-copyright-wrapper .rt-container {
  border-top: 1px solid rgba(105, 105, 105, 0.25);
  border-radius: 16px 16px 0px 0px;
}

.insureti-footer-2 .site-footer {
  background-color: #FFFFFF;
  position: relative;
}
.insureti-footer-2 .site-footer::before {
  content: url("../images/footer2-shape.png");
  position: absolute;
  top: -92px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0.25;
  z-index: -1;
}
.insureti-footer-2 .site-footer .insureti-navigation ul > li:hover > ul {
  z-index: 9999;
}
.insureti-footer-2 .site-footer.schema-default {
  background-color: var(--rt-title-color);
}
.insureti-footer-2 .site-footer .insureti-footer-menu {
  text-align: center;
}
@media (min-width: 1200px) {
  .insureti-footer-2 .site-footer .insureti-footer-menu {
    margin: 0 -15px;
  }
}
.insureti-footer-2 .site-footer .insureti-footer-menu > li > a {
  font-size: 18px;
  color: var(--rt-gray40);
  padding: 8px 16px;
}
.insureti-footer-2 .site-footer .insureti-footer-menu > li > a:hover {
  color: #FFFFFF;
}
.insureti-footer-2 .site-footer .insureti-footer-menu > li > a svg {
  fill: var(--rt-gray40);
}
.insureti-footer-2 .site-footer .footer-menu-wrapper {
  padding: 30px 0;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px) {
  .insureti-footer-2 .site-footer .footer-menu-wrapper {
    padding: 32px 0;
  }
}
.insureti-footer-2 .site-footer .footer-menu-wrapper .align-default {
  justify-content: end;
}
.insureti-footer-2 .site-footer .footer-social a svg {
  fill: #FFFFFF !important;
}
.insureti-footer-2 .site-footer .footer-social a:has(.rticon-facebook) {
  background-color: #1877F2;
}
.insureti-footer-2 .site-footer .footer-social a:has(.rticon-twitter) {
  background-color: #1DA1F2;
}
.insureti-footer-2 .site-footer .footer-social a:has(.rticon-linkedin) {
  background-color: #0077B5;
}
.insureti-footer-2 .site-footer .footer-social a:hover {
  box-shadow: 4px 4px 12px rgba(29, 161, 242, 0.3);
}
.insureti-footer-2 .site-footer .footer-copyright-logo {
  padding-top: 7px;
}
@media (max-width: 767px) {
  .insureti-footer-2 .site-footer .footer-copyright-logo {
    text-align: center;
  }
}
.insureti-footer-2 .site-footer .footer-copyright-logo img {
  max-width: 300px;
  max-height: 100px;
  transform: scale(0.84);
  -o-object-fit: contain;
     object-fit: contain;
}
.insureti-footer-2 .site-footer .widget_insureti_about {
  color: var(--rt-body-color);
}
.insureti-footer-2 .site-footer .widget-title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: var(--rt-title-color);
}
.insureti-footer-2 .site-footer .widget ul li a {
  color: var(--rt-body-color);
}
.insureti-footer-2 .site-footer .copyright-text {
  padding-top: 15px;
}

.insureti-footer-2 .footer-widgets-wrapper {
  padding-bottom: 36px;
}

.widget_search form .search-box, .insureti-search-form .search-box {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 50px;
}
.widget_search form .search-box input, .insureti-search-form .search-box input {
  height: 50px;
  padding: 0 15px;
  border: none;
  width: 100%;
  background: transparent;
}
.widget_search form .search-box button, .insureti-search-form .search-box button {
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  color: #FFFFFF;
  padding: 0 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #00C07C;
  box-shadow: 4px 4px 16px rgba(0, 192, 124, 0.25);
}
.widget_search form .search-box button svg, .insureti-search-form .search-box button svg {
  fill: #FFFFFF;
  width: 18px;
  height: 20px;
  margin-top: 1.5px;
}
.widget_search form .search-box button .btn-label, .insureti-search-form .search-box button .btn-label {
  display: none;
}

.comments-area {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.comments-area .comment-list-wrapper {
  margin-top: 38px;
  background-color: transparent;
  border-radius: 12px;
}
.comments-area h2.comments-title {
  font-size: 25px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--rt-gray60);
}
.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-meta a {
  color: #333;
}

.comment-author {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 10px;
}
.comment-author .vcard {
  flex: 0 0 45px;
}
.comment-author .vcard img {
  border-radius: 50%;
}
.comment-author .author-info {
  margin-top: -4px;
  flex: auto;
}
.comment-author .author-info cite {
  font-style: normal;
}
.comment-author .author-info cite a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--rt-title-color);
}
.comment-author .comment-meta {
  padding-left: 25px;
  position: relative;
}
.comment-author .comment-meta a {
  color: var(--rt-body-color);
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
.comment-author .comment-meta::before {
  content: "\e841";
  font-family: "rt-fontello";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--rt-primary-color);
}

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

.comment-reply-link {
  padding: 0 10px;
  height: 35px;
  color: var(--rt-title-color);
  border: 1px solid var(--rt-body-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
}
.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;
}

.comment-list li {
  position: relative;
  color: var(--rt-body-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.comment-list .comment-body:not(.last-item) {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--rt-gray60);
  padding-bottom: 22px;
}
.comment-list > li ol,
.comment-list > li ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.comment-list > li ol .comment-body,
.comment-list > li ul .comment-body {
  margin-bottom: 20px;
}
.comment-list li ol.children {
  padding-left: 50px;
  margin: 0;
  list-style: none;
  margin-top: 25px;
}
.comment-list li ol.children ol.children {
  padding-left: 20px;
}
.comment-list li.comment:last-child {
  border-bottom: 0px solid;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comment-respond {
  margin-top: 50px;
  margin-bottom: 30px;
  background-color: var(--rt-gray20);
  padding: 40px 55px;
  border-radius: 8px;
}
.comment-respond .comment-reply-title {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.comment-respond .comment-reply-title small a {
  background-color: #FFFFFF;
  border: 1px solid red;
  border-radius: 50px;
  padding: 4px 8px;
  color: #000000;
  font-weight: 500;
}

.comment-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 8px 15px;
}
.comment-form textarea {
  padding: 15px;
  resize: vertical;
  border-radius: 6px;
}
.comment-form input[type=submit] {
  width: auto;
  background: var(--rt-primary-color);
  padding: 12px 30px;
  border-radius: 0;
  border: 1px solid var(--rt-primary-color);
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  transition: all 320ms ease-in-out;
}
.comment-form input[type=submit]:hover {
  background: var(--rt-primary-dark);
}
.comment-form .form-submit {
  margin-bottom: 0;
}
.comment-form .required {
  color: #FF0000;
}
.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label {
  flex: 0 0 100px;
  margin: 0;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
  flex: 1;
  border-radius: 6px;
  overflow: hidden;
  height: 48px;
}
.comment-form .comment-form-author, .comment-form .comment-form-email {
  width: 50%;
  float: left;
}
.comment-form .comment-form-author {
  padding-right: 15px;
}
.comment-form .comment-form-email {
  padding-left: 15px;
}
.comment-form .comment-form-url {
  width: 100%;
}

.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: center;
  gap: 5px;
  width: 100%;
}
p.comment-form-cookies-consent input {
  width: auto;
}
p.comment-form-cookies-consent label {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: var(--rt-body-color);
}
p.comment-form-cookies-consent * {
  margin: 0;
}

.comment-navigation {
  margin-top: 26px;
  border-top: 1px solid var(--rt-gray20);
  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-gray40);
  padding: 6px 15px;
}
.comment-navigation .nav-links a:hover {
  background: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.comment-navigation .nav-links a:hover svg {
  fill: #FFFFFF;
}

/* Start Team Item */
.team-item {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E3ECEC;
  border-radius: 20px;
  padding: 24px 24px 30px 24px;
}
.team-item .post-thumbnail-wrap {
  margin-bottom: 0;
  line-height: 0;
}
.team-item:hover .team-thumbs {
  background-color: #c1d6d6;
}
.team-item:hover .team-thumbs .post-thumb-link img {
  transform: scale(1.15);
}

.team-thumbs {
  position: relative;
  display: inline-block;
  background-color: #EFF3F3;
  border-radius: 15px;
  margin-bottom: 11px;
  overflow: hidden;
  transition: background-color 0.5s ease-in-out;
}
.team-thumbs .post-thumb-link img {
  transition: all 0.8s ease-in-out !important;
  transform-origin: top;
}

.rt-team-social .share-wrap {
  z-index: 2;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 10px;
  bottom: 10px;
  list-style-type: none;
}
.rt-team-social .share-wrap li {
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  background-color: var(--rt-primary-color);
  border-radius: 6px;
  cursor: pointer;
}
.rt-team-social .share-wrap .share a {
  color: #FFFFFF;
}
.rt-team-social .share-wrap .share:hover.right .submenu li:nth-child(1) {
  opacity: 1;
  top: -37px;
  transform: rotate(0deg);
  transition-delay: 0.08s;
}
.rt-team-social .share-wrap .share:hover.right .submenu li:nth-child(2) {
  opacity: 1;
  top: -74px;
  transform: rotate(0deg);
  transition-delay: 0.16s;
}
.rt-team-social .share-wrap .share:hover.right .submenu li:nth-child(3) {
  opacity: 1;
  top: -111px;
  transform: rotate(0deg);
  transition-delay: 0.24s;
}
.rt-team-social .share-wrap .share:hover.right .submenu li:nth-child(4) {
  opacity: 1;
  top: -148px;
  transform: rotate(0deg);
  transition-delay: 0.32s;
}
.rt-team-social .share-wrap .share:hover.right .submenu li:nth-child(5) {
  opacity: 1;
  top: -185px;
  transform: rotate(0deg);
  transition-delay: 0.4s;
}
.rt-team-social .share-wrap .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.rt-team-social .share-wrap .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.rt-team-social .share-wrap .submenu li a {
  color: #FFFFFF;
}
.rt-team-social .share-wrap .submenu li a:hover i.fa {
  color: #fff;
}
.rt-team-social .share-wrap .submenu li a:hover.facebook i.fa {
  background-color: #3b5999;
}
.rt-team-social .share-wrap .submenu li a:hover.twitter i.fa {
  background-color: #55acee;
}
.rt-team-social .share-wrap .submenu li a:hover.googlePlus i.fa {
  background-color: #dd4b39;
}
.rt-team-social .share-wrap .submenu li a:hover.instagram i.fa {
  background-color: #e4405f;
}
.rt-team-social .share-wrap .submenu li:nth-child(1) {
  transform: rotateX(45deg);
}
.rt-team-social .share-wrap .submenu li:nth-child(2) {
  transform: rotateX(90deg);
}
.rt-team-social .share-wrap .submenu li:nth-child(3) {
  transform: rotateX(135deg);
}
.rt-team-social .share-wrap .submenu li:nth-child(4) {
  transform: rotateX(180deg);
}

.team-content .team-info .team-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 8px;
}
.team-content .team-info .team-title a {
  color: var(--rt-title-color);
}
.team-content .team-info .team-title a:hover {
  color: var(--rt-primary-color);
}
.team-content .team-info .team-designation {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.team-content .team-info .team-designation:has(+ p) {
  margin-bottom: 10px;
}

.rt-team-default .row {
  row-gap: 30px;
}
.rt-team-default .pagination-area {
  margin-top: 50px;
}

/* End Pricing Table */
/* Start Team Item */
.service-item {
  border: 1px solid var(--rt-gray60);
  border-radius: 20px;
  padding: 36px 25px 29px 36px;
  background-color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.service-item .service-thumbs {
  display: inline-block;
}
.service-item .service-thumbs img {
  transition: all 320ms ease-in-out;
}
.service-item .service-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-item .service-title a {
  color: var(--rt-title-color);
}
.service-item .service-title a:hover {
  color: var(--rt-primary-color);
}
.service-item .service-content .text-content {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.service-item .service-content .text-content:has(+ .read-more-btn) {
  margin-bottom: 22px;
}
.service-item .read-more-btn a {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  font-weight: 500;
}
.service-item .read-more-btn a i {
  font-size: 11px;
  display: inline-block;
}
.service-item .read-more-btn a.icon-position-right i {
  margin-left: 8px;
}
.service-item .read-more-btn a.icon-position-left i {
  margin-right: 8px;
}
.service-item .read-more-btn.show-hover {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.service-item .service-icon {
  margin-bottom: 26px;
}
.service-item .service-icon i {
  font-size: 34px;
  color: var(--rt-title-color);
}
.service-item:hover {
  box-shadow: 8px 8px 36px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.service-item:hover .service-thumbs img {
  transition: all 0.6s ease-in-out;
  transform: scale(1.09);
}
.service-item:hover .read-more-btn.show-hover {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.service-item-style-1 .service-icon {
  width: 70px;
  height: 70px;
  background-color: var(--rt-primary-color);
  border-radius: 15px;
}
.service-item-style-1 .service-icon i {
  color: #FFFFFF;
}
.service-item-style-1 .service-content .read-more-btn a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  padding: 13px 22px 11px 23px;
  background-color: #EAF7F4;
  color: var(--rt-title-color);
}
.service-item-style-1 .service-content .read-more-btn a:hover {
  background-color: var(--rt-secondary-color);
  color: #FFFFFF;
}
.service-item-style-1 .service-content .read-more-btn a:hover i {
  transition: unset;
}
.service-item-style-1:hover .service-icon i {
  animation: 0.8s zoomIn forwards;
}
.service-item-style-2 {
  border: 1px solid var(--rt-gray60);
  padding: 55px 58px 55px 55px;
  border-radius: 30px;
}
.service-item-style-2 .service-thumbs {
  display: inline-block;
}
.service-item-style-2 .service-icon {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.service-item-style-2 .service-icon i {
  font-size: 65px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .service-item-style-2 .service-icon {
    margin-bottom: 15px;
  }
}
.service-item-style-2 .service-content .service-title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}
.service-item-style-2 .service-content .text-content {
  padding: 0;
  color: #000000;
}
.service-item-style-2 .service-content .read-more-btn a {
  background: var(--rt-primary-color);
  color: #FFFFFF;
  border-radius: 8px;
  padding: 14px 30px;
}
.service-item-style-2 .service-content .read-more-btn a:hover {
  background-color: var(--rt-primary-dark);
}
.service-item-style-2:hover {
  border-color: transparent !important;
}
.service-item-style-2:hover .service-icon i {
  color: var(--rt-primary-color);
}
.service-item-style-2:hover .service-icon i::before {
  animation: 1s zoomIn forwards;
}
.service-item-style-3 {
  background: #FFFFFF;
  border: 1px solid #E8EFEF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}
.service-item-style-3 .service-thumbs {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  z-index: 0;
  display: inline;
}
.service-item-style-3 .service-thumbs::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 50%, #191919 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.service-item-style-3 .service-thumbs .post-thumbnail-wrap {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .service-item-style-3 .service-thumbs .post-thumbnail {
    width: 100%;
  }
  .service-item-style-3 .service-thumbs .post-thumbnail img {
    width: 100%;
  }
}
.service-item-style-3 .service-thumbs .icon-title-wrap {
  gap: 12px;
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 2;
  padding-right: 10px;
}
.service-item-style-3 .service-thumbs .icon-title-wrap:hover .service-icon i {
  animation: forwards 0.8s zoomIn;
}
.service-item-style-3 .service-title {
  margin-bottom: 0;
  font-size: 20px;
  flex: 1;
}
.service-item-style-3 .service-title a {
  color: #FFFFFF;
}
.service-item-style-3 .service-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: var(--rt-primary-color);
  overflow: hidden;
  margin-bottom: 0;
}
.service-item-style-3 .service-icon i {
  color: #FFFFFF;
  font-size: 26px;
}
.service-item-style-3 .service-content {
  padding: 25px 30px 30px 30px;
}
.service-item-style-3 .service-content .text-content:has(+ .read-more-btn) {
  margin-bottom: 19px;
}
.service-item-style-3 .service-content .read-more a {
  position: relative;
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  background-color: #EAF7F4;
  border-radius: 8px;
  color: var(--rt-secondary-color);
  padding: 15px 30px;
}
.service-item-style-3 .service-content .read-more a i {
  font-size: 12px;
  margin-left: 8px;
}
.service-item-style-3 .service-content .read-more a i::before {
  transition: all 0.3s ease-in-out;
}
.service-item-style-3 .service-content .read-more a:hover {
  background-color: var(--rt-secondary-color);
  color: #FFFFFF;
}
.service-item-style-3 .service-content .read-more a:hover i::before {
  transform: rotate(45deg);
}

.rt-service-default .row {
  row-gap: 30px;
}
@media (max-width: 1200px) {
  .rt-service-default .row {
    row-gap: 30px;
  }
}

/* End ServiceX Item */
.team-contact-form-area {
  position: relative;
  z-index: 0;
}
.team-contact-form-area .title-area {
  margin-bottom: 35px;
}
.team-contact-form-area .title-area .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  color: var(--rt-title-color);
}
@media (max-width: 600px) {
  .team-contact-form-area .title-area .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.team-contact-form-area .title-area .sub-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--rt-body-color);
}
@media (max-width: 600px) {
  .team-contact-form-area .title-area .sub-title {
    font-size: 15px;
    line-height: 26px;
  }
}
.team-contact-form-area .phone-number-area .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  outline: 1px solid rgba(0, 192, 124, 0.2);
  outline-offset: 7px;
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  overflow: hidden;
}
.team-contact-form-area .phone-number-area .icon i {
  font-size: 25px;
}
.team-contact-form-area .phone-number-area .content p {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: var(--rt-body-color);
}
.team-contact-form-area .phone-number-area .content a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: var(--rt-title-color);
}
.team-contact-form-area .phone-number-area .content a:hover {
  color: var(--rt-primary-color);
}
.team-contact-form-area .phone-number-area:hover .icon i {
  animation: bottomtotop 0.4s linear forwards;
}
@media (max-width: 1139px) {
  .team-contact-form-area .team-contact-form-wrap {
    margin: 0 0;
  }
}
.team-contact-form-area .team-contact-form-wrap .form-box label {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: var(--rt-title-color);
  margin-bottom: 10px;
}
.team-contact-form-area .team-contact-form-wrap .form-box input {
  border-radius: 6px;
  border-color: transparent;
  padding: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--rt-body-color);
}
.team-contact-form-area .team-contact-form-wrap .form-box input::-moz-placeholder {
  color: var(--rt-body-color);
}
.team-contact-form-area .team-contact-form-wrap .form-box input::placeholder {
  color: var(--rt-body-color);
}
.team-contact-form-area .team-contact-form-wrap .form-box select {
  background-color: var(--rt-gray20);
  border-color: transparent;
  height: 47px !important;
}
.team-contact-form-area .team-contact-form-wrap .form-box textarea {
  border-color: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--rt-body-color);
}
.team-contact-form-area .team-contact-form-wrap .form-box textarea::-moz-placeholder {
  color: var(--rt-body-color);
}
.team-contact-form-area .team-contact-form-wrap .form-box textarea::placeholder {
  color: var(--rt-body-color);
}
.team-contact-form-area .team-contact-form-wrap .form-box button {
  background-color: var(--rt-primary-color) !important;
  padding: 10px 20px !important;
  font-size: 15px;
}
.team-contact-form-area .team-contact-form-wrap .form-box button:hover {
  opacity: 1;
  background-color: var(--rt-primary-dark) !important;
}
.team-contact-form-area .team-contact-form-wrap .fluentform div.ff-el-form-hide_label > .ff-el-input--label {
  display: none !important;
}

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

.insureti-post-meta {
  color: var(--rt-meta-color);
  font-size: 15px;
}
.insureti-post-meta ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.insureti-post-meta ul li {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.insureti-post-meta ul li i {
  margin-right: 5px;
}
.insureti-post-meta ul li a {
  color: var(--rt-meta-color);
}
.insureti-post-meta ul li a:hover {
  color: var(--rt-primary-color);
}
.insureti-post-meta ul li .prefix {
  margin-right: 4px;
}
.insureti-post-meta ul li.edit-link {
  opacity: 0;
  visibility: hidden;
}
article:hover .insureti-post-meta ul li.edit-link {
  opacity: 1;
  visibility: visible;
}
.meta-style-default .insureti-post-meta {
  font-size: 15px;
}
.meta-style-default .insureti-post-meta ul {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: block;
}
.meta-style-default .insureti-post-meta ul li {
  display: inline;
}
.meta-style-default .insureti-post-meta ul li a {
  color: var(--rt-meta-color);
}
.meta-style-default .insureti-post-meta ul li a:hover {
  color: var(--rt-primary-color);
}
.meta-style-default .insureti-post-meta ul li:not(:last-child) {
  margin-right: 16px;
}
.meta-style-border .insureti-post-meta ul {
  gap: 5px;
}
.meta-style-border .insureti-post-meta ul li:not(.category, .tag) {
  border: 1px solid var(--rt-primary-color);
  padding: 0 10px;
}
.meta-style-border .insureti-post-meta ul li:is(.category, .tag) {
  padding: 0;
}
.meta-style-border .insureti-post-meta ul li:is(.category, .tag) .tag-links,
.meta-style-border .insureti-post-meta ul li:is(.category, .tag) .category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.meta-style-border .insureti-post-meta ul li:is(.category, .tag) .sp {
  display: none;
}
.meta-style-border .insureti-post-meta ul li:is(.category, .tag) a {
  display: inline-block;
  height: 100%;
  border: 1px solid var(--rt-primary-color);
  padding: 4px 10px;
  line-height: 1.2;
}
.meta-style-pipe .insureti-post-meta li:not(:last-child)::after {
  content: " | ";
  transform: scaleY(0.9);
  margin: 0 1px 0 10px;
}
.meta-style-dash-bg .insureti-post-meta ul {
  gap: 6px;
}
.meta-style-dash-bg .insureti-post-meta li {
  padding: 0;
}
.meta-style-dash-bg .insureti-post-meta .tag-links,
.meta-style-dash-bg .insureti-post-meta .category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.meta-style-dash-bg .insureti-post-meta li:not(.category, .tag) {
  background: var(--rt-meta-light);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  margin: 0;
  transition: all 320ms ease-in-out;
}
.meta-style-dash-bg .insureti-post-meta li:not(.category, .tag) a:hover {
  color: var(--rt-title-color);
}
.meta-style-dash-bg .insureti-post-meta li:is(.category, .tag) .sp {
  display: none;
}
.meta-style-dash-bg .insureti-post-meta li:is(.category, .tag) a {
  display: inline-block;
  height: 100%;
  padding: 5.5px 10px;
  line-height: 1.2;
  position: relative;
  background-color: var(--rt-meta-light);
}
.meta-style-dash-bg .insureti-post-meta li:is(.category, .tag)::before {
  content: none;
}

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

.separate-meta {
  margin-bottom: 10px;
}
.separate-meta a {
  font-style: normal;
  font-weight: 500;
  background: transparent;
  border: 1px solid var(--rt-primary-color);
  font-size: 14px;
  min-height: 30px;
  padding: 3px 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 6px;
}
.separate-meta a::before {
  display: none;
}
.separate-meta a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF !important;
}
.separate-meta .category svg {
  display: none;
}
.separate-meta .sp {
  display: none;
}
.above-meta-style-border .separate-meta a {
  height: 100%;
  border: 1px solid var(--rt-primary-color);
  padding: 4px 10px;
  line-height: 1.2;
  background: #FFFFFF;
}
.meta-style-dash .separate-meta a:hover::before {
  color: #FFFFFF;
}
.article-inner-wrapper:has(.post-thumbnail-wrap) .separate-meta .date, .article-inner-wrapper:has(.post-thumbnail-wrap) .separate-meta .el-date {
  background-color: var(--rt-secondary-color);
  color: #FFFFFF;
  position: absolute;
  top: 25px;
  left: 25px;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  transition: all 320ms ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.article-inner-wrapper:has(.post-thumbnail-wrap) .separate-meta .date i, .article-inner-wrapper:has(.post-thumbnail-wrap) .separate-meta .el-date i {
  margin-right: 4px;
  color: #FFFFFF;
  font-size: 16px;
  transition: all 320ms ease-in-out;
}
/*Post Block
===================================*/
.insureti-post-card {
  margin-bottom: 30px;
}
.insureti-post-card .article-inner-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.insureti-post-card .entry-header:has(+ .entry-content) {
  margin-bottom: 13px;
}
.insureti-post-card .entry-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .insureti-post-card .entry-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.insureti-post-card .entry-title a {
  color: var(--rt-title-color);
}
.insureti-post-card .entry-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.insureti-post-card .entry-content:has(+ .entry-footer, + .read-more) {
  margin-bottom: 18px;
}
.insureti-post-card .category i {
  margin-right: 4px;
}
.insureti-post-card .category-links a:hover {
  color: var(--rt-primary-color);
}
.insureti-post-card .read-more {
  position: relative;
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  background-color: #EAF7F4;
  border-radius: 8px;
  color: var(--rt-secondary-color);
  padding: 14px 30px;
}
.insureti-post-card .read-more i {
  font-size: 12px;
  margin-left: 8px;
}
.insureti-post-card .read-more i::before {
  transition: all 0.5s ease-in-out;
}
.insureti-post-card .read-more:hover {
  background-color: var(--rt-secondary-color);
  color: #FFFFFF;
}
.insureti-post-card .read-more:hover i {
  color: #FFFFFF;
}
.insureti-post-card .read-more:hover i:before {
  transform: rotate(45deg);
}
.insureti-post-card.meta-style-dash .read-more::before {
  color: #FFFFFF;
}
.insureti-post-card:hover .post-thumb-link img {
  transform: scale(1.1);
}
.insureti-post-card-default .category-links a {
  border-radius: 6px;
}
.insureti-post-card-grid-1 .article-inner-wrapper {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  overflow: hidden;
}
.insureti-post-card-grid-1 .article-inner-wrapper .post-thumbnail-wrap {
  margin-bottom: 0;
  line-height: 0;
}
.insureti-post-card-grid-1 .article-inner-wrapper .post-thumbnail-wrap .post-thumbnail {
  border-radius: 0;
}
.insureti-post-card-grid-1 .article-inner-wrapper .entry-wrapper {
  padding: 30px;
}
.insureti-post-card-grid-1 .article-inner-wrapper .entry-title {
  font-size: 22px;
  line-height: 30px;
}
.insureti-post-card-grid-1 .article-inner-wrapper .separate-meta a {
  background-color: transparent;
  border: 1px solid var(--rt-primary-color);
}
.insureti-post-card-grid-1 .article-inner-wrapper .separate-meta a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.insureti-post-card-grid-1 .article-inner-wrapper .read-more {
  background-color: #EAF7F4;
  border-radius: 8px;
  color: var(--rt-secondary-color);
  padding: 14px 30px;
}
.insureti-post-card-grid-1 .article-inner-wrapper .read-more:hover {
  background-color: var(--rt-secondary-color);
  color: #FFFFFF;
}
.insureti-post-card-grid-1 .article-inner-wrapper .read-more:hover i {
  color: #FFFFFF;
}

.post-thumbnail-wrap {
  position: relative;
  margin-bottom: 21px;
}
.post-thumbnail-wrap .post-thumbnail {
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  display: inline-block;
}
.post-thumbnail-wrap .post-thumbnail img {
  border-radius: 0;
}
@media (max-width: 768px) {
  .post-thumbnail-wrap .post-thumbnail {
    text-align: center;
  }
}
.post-thumbnail-wrap .post-thumb-link img {
  transition: all 320ms ease-in-out;
}

.widget .insureti-post-card .entry-title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 6px;
}

.insureti-widget-post.blog-list-style .insureti-post-card {
  margin-bottom: 20px;
  font-size: unset;
  border: unset;
  border-radius: unset;
  padding: unset;
}
.insureti-widget-post.blog-list-style .insureti-post-card .insureti-post-meta {
  margin-bottom: 0;
}
.insureti-widget-post.blog-list-style .insureti-post-card .article-inner-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}
.insureti-widget-post.blog-list-style .insureti-post-card .post-thumbnail-wrap {
  margin-bottom: 0;
}
.insureti-widget-post.blog-list-style .insureti-post-card .post-thumbnail {
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
}
.insureti-widget-post.blog-list-style .insureti-post-card .post-thumbnail a, .insureti-widget-post.blog-list-style .insureti-post-card .post-thumbnail img {
  width: 100%;
  height: 100%;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.insureti-widget-post.blog-list-style .insureti-post-card .entry-wrapper {
  flex: 1;
}
.insureti-widget-post.blog-list-style .insureti-post-card .entry-wrapper .entry-title {
  font-size: 15px;
  line-height: 26px;
}
.insureti-widget-post.blog-list-style .insureti-post-card p {
  margin: 0;
}
.insureti-widget-post.blog-list-style .insureti-post-card .date {
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
}
.insureti-widget-post.blog-list-style .insureti-post-card .date i {
  color: var(--rt-primary-color);
  font-size: 16px;
  margin-right: 6px;
}
.insureti-widget-post.blog-list-style .insureti-post-card .date::before {
  display: none !important;
}

.blog-big-first-style.style2 .insureti-post-card:first-child .post-thumbnail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.67) 20%, rgba(0, 0, 0, 0) 100%);
  transition: height 320ms ease-in-out;
}
.blog-big-first-style.style2 .insureti-post-card:first-child:hover .post-thumbnail::after {
  height: 100%;
}
.blog-big-first-style.style2 .insureti-post-card:first-child .entry-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 15px;
}
.blog-big-first-style.style2 .insureti-post-card:first-child .entry-header {
  transition: all 320ms ease-in-out;
}
.blog-big-first-style.style2 .insureti-post-card:first-child .entry-content {
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 320ms ease-in-out;
}
.blog-big-first-style.style2 .insureti-post-card:first-child:hover .entry-content {
  max-height: 54px;
}
.blog-big-first-style.style2 .insureti-post-card:first-child .insureti-post-meta ul {
  justify-content: center;
}
.blog-big-first-style.style2 .insureti-post-card:not(:first-child) .post-thumbnail {
  display: none;
}
.blog-big-first-style.style2 .insureti-post-card:not(:first-child, :last-child) {
  border-bottom: 1px solid var(--rt-gray20);
  padding-bottom: 14px;
  margin-bottom: 26px;
}
.blog-big-first-style.style2 .insureti-post-card:last-child {
  margin-bottom: 0;
}

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

.pagination-area {
  position: relative;
  z-index: 2;
}
.pagination-area ul {
  list-style: none;
}
.pagination-area ul li {
  margin-right: 12px;
  line-height: 26px;
  transition: all 320ms ease-in-out;
}
.pagination-area ul li a {
  color: var(--rt-body-color);
  border: 1px solid #E7EAF0;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 17px;
}
.pagination-area ul li.active a, .pagination-area ul li:hover a {
  background: var(--rt-primary-color);
  box-shadow: 4px 4px 16px rgba(0, 192, 124, 0.25);
  border-color: transparent;
  color: #FFFFFF;
}
.pagination-area ul li:last-child {
  margin-right: 0;
}
.pagination-area ul .prev a i::before {
  transform: rotate(-180deg);
}

.rt-related-post {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F7FBFB;
}
.rt-related-post .related-title {
  text-align: center;
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
  margin-bottom: 47px;
}

.rt-related-team {
  margin-top: 70px;
}
.rt-related-team .related-title {
  text-align: center;
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
  margin-bottom: 35px;
}

.single-content .insureti-post-card {
  font-size: 17px;
  border: 1px solid var(--rt-gray60);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 50px;
}
.single-content .insureti-post-card .post-thumbnail {
  border-radius: 12px;
}
.single-content .insureti-post-card .separate-meta .date {
  display: none;
}
.single-content .insureti-post-card .entry-title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  text-transform: capitalize;
}
.single-content .insureti-post-card.insureti-post-card-grid-1 .article-inner-wrapper {
  border: none;
}
.single-content .insureti-post-card.insureti-post-card-grid-1 .article-inner-wrapper .entry-wrapper {
  padding: 30px 0 0;
}
.single-content .insureti-post-card .entry-content > p + :is(h1, h2, h3) {
  margin-top: 20px;
}
.single-content .insureti-post-card .wp-block-column ul {
  list-style: none;
}
.single-content .insureti-post-card .wp-block-column ul li {
  position: relative;
}
.single-content .insureti-post-card .wp-block-column ul li::before {
  content: "\e84c";
  position: absolute;
  font-family: "rt-fontello";
  left: -20px;
  top: 0;
  color: var(--rt-primary-color);
}
.single-content .insureti-post-card .wp-block-column figure img {
  border-radius: 12px;
}
.single-content .insureti-post-card .separate-meta {
  margin-bottom: 15px;
}
.single-content .insureti-post-card .entry-footer {
  border-top: 1px solid var(--rt-gray60);
  padding-top: 20px;
}
.single-content .insureti-post-card .entry-footer .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.single-content .insureti-post-card .entry-footer .post-tags .tag-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.single-content .insureti-post-card .entry-footer .post-tags .tag-links a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  background-color: var(--rt-gray20);
  padding: 7px 14px;
  border-radius: 50px;
  color: var(--rt-body-color);
}
.single-content .insureti-post-card .entry-footer .post-tags .tag-links a:last-child {
  margin-right: 0;
}
.single-content .insureti-post-card .entry-footer .post-tags .tag-links a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.single-content .insureti-post-card .entry-footer .post-tags .tag-links .sp {
  display: none;
}
.single-content .insureti-post-card .entry-footer .post-share .social-share-list {
  list-style: none;
  display: flex;
  gap: 8px;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 600px) {
  .single-content .insureti-post-card .entry-footer .post-share .social-share-list {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.single-content .insureti-post-card .entry-footer .post-share .social-share-list li {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--rt-gray20);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 320ms ease-in-out;
}
.single-content .insureti-post-card .entry-footer .post-share .social-share-list li a {
  color: #FFFFFF;
}
.single-content .insureti-post-card .entry-footer .post-share .social-share-list li:hover {
  box-shadow: 4px 4px 12px rgba(29, 161, 242, 0.3);
}
.single-content .insureti-post-card .entry-footer .post-share .social-share-list li:hover a {
  animation: toBottomFromTop 0.5s forwards;
}
.single-content .insureti-post-card .entry-footer .post-share .social-share-list .social-facebook {
  background-color: #1877F2;
}
.single-content .insureti-post-card .entry-footer .post-share .social-share-list .social-twitter {
  background-color: #1DA1F2;
}
.single-content .insureti-post-card .entry-footer .post-share .social-share-list .social-pinterest {
  background-color: #E60023;
}
.single-content .insureti-post-card .entry-footer .post-share .social-share-list .social-linkedin {
  background-color: #00A0DC;
}
.single-content .insureti-post-card .insureti-post-meta {
  font-size: 15px;
  color: var(--rt-meta-color);
  margin-bottom: 20px;
}

.wp-block-quote {
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 30px;
  color: var(--rt-title-color);
  background-color: var(--rt-gray20);
  padding: 25px 30px !important;
  margin: 0;
  border-radius: 12px;
  border-left: none;
  position: relative;
}
.wp-block-quote p, .wp-block-quote cite {
  padding-left: 80px;
}
@media (max-width: 768px) {
  .wp-block-quote p, .wp-block-quote cite {
    padding-left: 0;
    padding-top: 50px;
  }
}
.wp-block-quote::before {
  content: "\e84b";
  font-family: "rt-fontello";
  font-size: 40px;
  position: absolute;
  color: var(--rt-primary-color);
  left: 30px;
  top: 40%;
}
@media (max-width: 768px) {
  .wp-block-quote::before {
    top: 12%;
  }
}

body:not(.insureti-single-1) .entry-content ul {
  list-style: circle inside none;
}
body:not(.insureti-single-1) .wp-block-quote {
  padding: 0;
  border: none;
  font-style: italic;
  font-weight: bold;
  color: var(--rt-title-color);
}
body:not(.insureti-single-1) .wp-block-quote p {
  margin-bottom: 5px;
}
body:not(.insureti-single-1) .wp-block-quote cite, body:not(.insureti-single-1) .wp-block-quote footer {
  font-style: italic;
  font-weight: bold;
  color: var(--rt-title-color);
}

.content-top-area {
  position: relative;
}
.content-top-area .single-top-header {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  width: 100%;
}

.post-thumbnail-wrap .wp-caption-text {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.post-thumbnail-wrap .wp-caption-text span {
  display: block;
  line-height: 1;
}

.insureti-single-2 .single-post-container .content-top-area .post-thumbnail-wrap {
  margin-bottom: 40px;
}
.insureti-single-2 .single-post-container .content-top-area .wp-caption-text {
  margin-top: 15px;
}
.insureti-single-2 .single-post-container .content-top-area .post-thumbnail {
  height: 540px;
  overflow: hidden;
}
.insureti-single-2 .single-post-container .content-top-area .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insureti-single-2 .single-post-container .single-content .entry-title {
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.2;
}

.insureti-single-3 .site-content {
  padding-top: 0;
}
.insureti-single-3 .content-area {
  padding-top: 0 !important;
}
.insureti-single-3 .topbar-4 {
  background-color: transparent;
}
.insureti-single-3 .topbar-4 .topbar-left p {
  color: #FFFFFF;
}
.insureti-single-3 .topbar-4 .topbar-right .social-icon a {
  color: #FFFFFF;
}
.insureti-single-3 .topbar-4 .topbar-right .social-icon a svg {
  fill: #FFFFFF;
}
.insureti-single-3 .post-thumbnail-wrap .post-thumbnail {
  border-radius: 0;
}
.insureti-single-3 .rt-container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.insureti-single-3.admin-bar .insureti-breadcrumb-wrapper {
  padding-top: 160px;
}
.insureti-single-3 .single-post-container {
  padding-top: 0 !important;
}
.insureti-single-3 .content-top-area {
  margin-bottom: 40px;
}
.insureti-single-3 .content-top-area .wp-caption-text {
  margin-top: 15px;
}
.insureti-single-3 .content-top-area .post-thumbnail {
  position: relative;
  height: clamp(460px, 50vw, 740px);
  overflow: hidden;
  margin-bottom: 0;
}
.insureti-single-3 .content-top-area .post-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.insureti-single-3 .content-top-area .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insureti-single-3 .content-top-area .entry-title {
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.2;
  margin-bottom: 20px;
}
.insureti-single-3 .content-top-area .insureti-post-meta {
  font-size: 20px;
  color: var(--rt-gray20);
}
.insureti-single-3 .content-top-area .insureti-post-meta a,
.insureti-single-3 .content-top-area .insureti-post-meta li:before {
  color: var(--rt-gray20);
}
.insureti-single-3 .post-edit-link {
  top: auto;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  left: auto;
  right: 0;
}

.insureti-single-4 .single-post-container {
  padding-top: 0 !important;
}
.insureti-single-4 .single-post-container .insureti-widget-area {
  display: none !important;
}
.insureti-single-4 .single-post-container .content-row {
  justify-content: center;
  margin-top: -90px;
}
.insureti-single-4 .single-post-container .content-col {
  max-width: 86% !important;
  flex: 0 0 86% !important;
  background: #FFF;
  padding: 30px;
}
@media (min-width: 992px) {
  .insureti-single-4 .single-post-container .content-col {
    padding: 70px 80px;
  }
}
.insureti-single-4 .single-post-container .content-top-area .post-thumbnail {
  height: 540px;
  overflow: hidden;
  margin-bottom: 0;
}
.insureti-single-4 .single-post-container .content-top-area .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insureti-single-4 .single-post-container .entry-title {
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.2;
}
.insureti-single-4 .post-thumbnail-wrap .wp-caption-text {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  opacity: 0.7;
}
.insureti-single-4 .post-thumbnail-wrap .wp-caption-text svg {
  fill: #FFFFFF;
}

.single-post-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}
.single-post-pagination .post-thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  flex: 0 0 80px;
}
.single-post-pagination .post-navigation-content span {
  display: block;
  margin-bottom: 4px;
}
.single-post-pagination .nav-article {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--rt-body-color);
}
.single-post-pagination .nav-title {
  line-height: 26px;
}
.single-post-pagination .nav-title a {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: var(--rt-title-color);
}
.single-post-pagination .nav-title a:hover {
  color: var(--rt-primary-color);
}
.single-post-pagination .post-navigation {
  display: flex;
  gap: 25px;
  flex: 0 0 50%;
  align-items: center;
}
.single-post-pagination .post-navigation .nav-article:hover {
  color: var(--rt-primary-color);
}
.single-post-pagination .post-navigation.prev .nav-article i {
  margin-right: 10px;
  font-size: 12px;
}
.single-post-pagination .post-navigation.next i {
  margin-left: 5px;
  font-size: 12px;
}
@media (max-width: 799px) {
  .single-post-pagination .post-navigation {
    flex: 0 0 100%;
  }
  .single-post-pagination .post-navigation:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }
}

.error-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error-404 img {
  max-width: 100%;
  height: auto;
}
.error-404 .error-img {
  margin-bottom: 30px;
}
.error-404 .error-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error-404 .error-info .error-title {
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 15px;
  font-weight: 600;
}
.error-404 .error-info a i {
  margin-right: 10px;
}

.team-single .team-single-item .single-team-thumb {
  box-shadow: 0px 4px 8px rgba(239, 243, 243, 0.5);
  border-radius: 16px;
  position: sticky;
  top: 150px;
}
.team-single .team-thumb {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-color: #EFF3F3;
  line-height: 0;
  height: 100%;
}
.team-single .team-thumb img {
  border-radius: 16px;
  transition: all 320ms ease-in-out;
}
.team-single .team-single-content-wrap {
  background-color: #EFF3F3;
  box-shadow: 0px 4px 8px rgba(239, 243, 243, 0.5);
  border-radius: 16px;
}
.team-single .team-single-content-wrap .team-single-info-title {
  font-size: 22px;
  margin-bottom: 20px;
}
.team-single .team-single-content {
  padding: 30px;
}
.team-single .team-single-content .team-heading {
  border-bottom: 1px solid var(--rt-gray60);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.team-single .team-single-content .team-heading .entry-title {
  font-weight: 600;
  font-size: 36px;
}
.team-single .team-single-content .team-heading .designation {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.team-single .team-single-content .content {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.team-single .team-single-content .team-info {
  margin-bottom: 25px;
}
.team-single .team-info ul.single-team-contact-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 25px;
}
.team-single .team-info li .icon {
  width: 45px;
  height: 45px;
  border: 1px solid var(--rt-primary-color);
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
.team-single .team-info li .icon i {
  font-size: 20px;
  color: var(--rt-primary-color);
  transition: all 0.5s ease-in-out;
}
.team-single .team-info li .info {
  gap: 7px;
}
.team-single .team-info li .info .team-label {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}
.team-single .team-info li .info .info-text {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: var(--rt-title-color);
}
.team-single .team-info li:hover .icon {
  background-color: var(--rt-primary-color);
}
.team-single .team-info li:hover .icon i {
  color: #FFFFFF;
}
.team-single .team-info .rt-single-team-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}
.team-single .team-info .rt-single-team-social ul li a {
  width: 35px;
  height: 35px;
  background-color: var(--rt-primary-color);
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  overflow: hidden;
}
.team-single .team-info .rt-single-team-social ul li a:hover i {
  animation: bottomtotop 0.4s linear forwards;
}

.service-single p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.service-single h1, .service-single h2 {
  border-bottom: 1px solid var(--rt-gray60);
  padding-bottom: 10px;
}
.service-single .service-thumb {
  margin-bottom: 35px;
  overflow: hidden;
}
.service-single .service-thumb img {
  border-radius: 12px;
}

.button, .team-contact-form-area .team-contact-form-wrap .form-box button {
  background: var(--rt-primary-color);
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 8px;
  padding: 16px 30px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  transition: all 320ms ease-in-out;
}
@media (max-width: 600px) {
  .button, .team-contact-form-area .team-contact-form-wrap .form-box button {
    font-size: 14px;
    line-height: 20px;
  }
}
.button i::before, .team-contact-form-area .team-contact-form-wrap .form-box button i::before {
  transition: all 320ms ease-in-out;
}
.button-style2 {
  background-color: transparent;
  border: 1px solid #0D0D39;
  color: #0D0D39;
  padding: 15px 30px;
}
.button-style2 i {
  color: #0D0D39;
}
.button-style2:hover {
  background-color: var(--rt-primary-color);
  border: 1px solid var(--rt-primary-color);
  color: #FFFFFF;
}
.button-style2:hover i {
  color: #FFFFFF;
}
.button:hover, .team-contact-form-area .team-contact-form-wrap .form-box button:hover {
  color: #FFFFFF;
}
.button:hover i::before, .team-contact-form-area .team-contact-form-wrap .form-box button:hover i::before {
  transform: rotate(45deg);
}

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

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

.section-title-wrapper {
  position: relative;
  margin-bottom: 24px;
}
.section-title-wrapper.style2 .main-title {
  text-align: right;
  position: relative;
  flex: 1;
  margin-bottom: 0;
}
.section-title-wrapper.style2 .main-title:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 74px;
  background-color: var(--rt-primary-color);
  right: -40px;
  top: 15px;
}
@media (max-width: 768px) {
  .section-title-wrapper.style2 .main-title {
    text-align: center;
  }
}
.section-title-wrapper.style2 .description {
  text-align: left;
  flex: 1;
}
@media (max-width: 768px) {
  .section-title-wrapper.style2 .description {
    text-align: center;
  }
}
.section-title-wrapper.style2 .title-inner-wrapper {
  gap: 80px;
  align-items: center;
}
@media (max-width: 768px) {
  .section-title-wrapper.style2 .title-inner-wrapper {
    display: block;
    text-align: center;
  }
}

.section-title-wrapper .title-inner-wrapper {
  position: relative;
  z-index: 2;
}

.section-title-wrapper .bg-title-wrap {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  display: none;
}

.section-title-wrapper .background-title {
  display: inline-block;
  font-family: "quentinregular", sans-serif;
  font-size: 100px;
  line-height: 130px;
  color: var(--rt-primary-light2);
  pointer-events: none;
  word-break: break-all;
}

@media (max-width: 767px) {
  .section-title-wrapper .background-title {
    font-size: 80px;
  }
}
.section-title-wrapper .background-title.outline {
  -webkit-text-stroke-color: #e5e8f0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}

.section-title-wrapper .top-sub-title-wrap {
  display: inline-block;
}

.section-title-wrapper .top-sub-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  font-family: var(--rt-heading-font);
  text-transform: uppercase;
  letter-spacing: 1.1px;
  background: linear-gradient(90deg, #FF4569 -0.17%, #FA8A06 100.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.section-title-wrapper .top-sub-title i {
  font-size: 7px;
  margin-right: 5px;
}

.section-title-wrapper .main-title {
  color: var(--rt-title-color);
}
@media (max-width: 768px) {
  .section-title-wrapper .main-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 600px) {
  .section-title-wrapper .main-title {
    font-size: 26px;
    line-height: 38px;
  }
}
.section-title-wrapper .main-title span {
  background: linear-gradient(269.37deg, #FC0000 5.03%, #EB8A17 56.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.section-title-wrapper .description p {
  margin-bottom: 0;
}

.section-title-wrapper .description ul {
  padding-top: 15px;
}

.section-title-wrapper .description ul li {
  margin-bottom: 10px;
}

.section-title-wrapper .description ul li {
  color: #212121;
}

.section-title-wrapper a.title-link-button {
  z-index: 11;
  position: absolute;
}

@media (max-width: 574px) {
  .section-title-wrapper .description br,
  .section-title-wrapper .main-title br {
    display: none;
  }
  .section-title-wrapper .description p {
    display: inline;
  }
}
/* End Section Title */
/*RT Paralax*/
.rt-animated-img {
  position: absolute;
  height: auto;
  width: auto !important;
}

.elementor-custom-embed-play i {
  opacity: 1;
  text-shadow: 0 27px 57px rgba(0, 0, 0, 0.41);
  transition: 0.1s linear;
}

.elementor-custom-embed-play i.eicon-play-o::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background-color: var(--rt-primary-color);
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}

.elementor-widget.rt-parallax-follow-main-wrapper {
  position: static;
}

.left-to-right {
  animation: rtLeftRight ease-in-out forwards infinite;
  animation-duration: 15s;
}

.top-to-bottom {
  animation: rtTopBottom ease-in-out forwards infinite;
  animation-duration: 15s;
}

@keyframes rtLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rtTopBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(80px);
  }
  100% {
    transform: translateY(0);
  }
}
/*End Video Block*/
/*Video Icon Block
=================================================*/
.rt-video-icon-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.rt-video-icon-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.rt-video-icon-wrapper .video-icon-inner {
  display: inline-flex;
  align-items: center;
}

.rt-video-icon-wrapper .icon-box {
  position: relative;
  z-index: 1;
}

.rt-video-icon-wrapper .video-popup-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--rt-primary-color);
  color: #ffffff;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rt-video-icon-wrapper .video-popup-icon i {
  padding-left: 3px;
}

.rt-video-icon-wrapper .video-popup-icon:hover {
  background-color: var(--rt-primary-dark);
}

.rt-video-icon-wrapper .video-popup-icon .triangle {
  z-index: 3;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 11px solid #fff;
  border-radius: 2px;
  transition: 0.4s;
  margin-left: 3px;
}

.rt-video-icon-wrapper .button-text {
  margin-left: 24px;
  display: inline-block;
  font-size: 14px;
  color: #70778b;
  font-weight: 600;
}
@keyframes sppbModalRipple {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.rt-ripple-effect {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3), 0 0 0 20px rgba(0, 0, 0, 0.2), 0 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: -1;
  animation: sppbModalRipple 2s infinite;
  border-radius: 50%;
}

.icon-style2 .rt-ripple-effect {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
}

.icon-style2 .rt-ripple-effect::before,
.icon-style2 .rt-ripple-effect::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #bbb;
  left: 0;
  top: 0;
  transition: 0.4s;
}

.icon-style2 .rt-ripple-effect::before {
  animation: toTopAnimation 2s linear infinite;
}

.icon-style2 .rt-ripple-effect::after {
  animation: toTopAnimation 2s 1s linear infinite;
}
@keyframes toTopAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
/*End Video Icon Block*/
/* Testimonial Block
=================================================*/
.slider-item {
  align-items: center;
  overflow: hidden;
}
.slider-item .testimonial-img {
  line-height: 0;
}
.slider-item .testimonial-content {
  flex: 1;
}
.slider-item .testimonial-content .quote {
  display: inline-block;
  margin-bottom: 34px;
  font-size: 50px;
}
.slider-item .testimonial-content .rt-content {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: var(--rt-title-color);
  margin-bottom: 40px;
}
.slider-item .testimonial-content .item-rating {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.slider-item .testimonial-content .item-rating .has-rating .active {
  color: #FF9B05;
}
.slider-item .testimonial-content .item-rating .has-rating .deactive {
  color: var(--rt-gray20);
}
.slider-item .testimonial-content .title-area {
  position: relative;
  z-index: 1;
}
.slider-item .testimonial-content .title-area .rt-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #0D0D39;
  margin-bottom: 0;
}
.slider-item .testimonial-content .title-area .rt-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

/* style 1 */
.rt-testimonial-layout-1 .slider-item {
  background-color: #FFFFFF;
  border-radius: 20px;
}
.rt-testimonial-layout-1 .slider-item .testimonial-content {
  padding: 40px 64px 40px 70px;
}
.rt-testimonial-layout-1 .slider-item .testimonial-content .title-area {
  width: 331px;
  padding: 13px 30px 19px 30px;
}
.rt-testimonial-layout-1 .slider-item .testimonial-content .title-area::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  top: 0;
  left: 0;
  background: var(--rt-primary-color);
  z-index: 0;
}
.rt-testimonial-layout-1 .slider-item .testimonial-content .title-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #00AE70 0%, rgba(0, 174, 112, 0) 100%);
  opacity: 0.08;
  z-index: -1;
}
@media (max-width: 950px) {
  .rt-testimonial-layout-1 .slider-item {
    flex-direction: column-reverse;
  }
}
.rt-testimonial-layout-1 .slider-item .testimonial-img img {
  height: 100%;
}
@media (max-width: 576px) {
  .rt-testimonial-layout-1 .slider-item .testimonial-img {
    display: none;
  }
}
.rt-testimonial-layout-2 .slider-item .testimonial-content .rt-content {
  font-weight: 400;
  margin-bottom: 25px;
}
.rt-testimonial-layout-2 .slider-item .testimonial-content .item-rating {
  margin-bottom: 0;
}
.rt-testimonial-layout-2 .slider-item .testimonial-content .title-area {
  margin-bottom: 20px;
}
/* style2 / thumb slider */
.rt-thumbnail-area {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .rt-thumbnail-area {
    width: 315px;
  }
}
.rt-thumbnail-area .testimonial-img {
  text-align: center;
}
.rt-thumbnail-area .testimonial-img img {
  max-width: 60px;
  border-radius: 50%;
}
.rt-thumbnail-area .swiper-slide-thumb-active .testimonial-img img {
  border: 2px solid var(--rt-primary-color);
  border-radius: 50px;
}

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

/*Info box
=================================*/
.rt-info-box {
  position: relative;
  transition: all 320ms ease-in-out;
}
.rt-info-box .insurance-process-number {
  position: absolute;
  right: 25px;
  top: 20px;
}
.rt-info-box .insurance-process-number .process-number {
  font-weight: 700;
  font-size: 5rem;
  line-height: 96px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--rt-gray60);
  color: #FFFFFF;
}
.rt-info-box .icon-holder {
  overflow: hidden;
}
.rt-info-box .icon-holder i {
  font-size: 34px;
  color: var(--rt-primary-color);
}
.rt-info-box .icon-holder.icon-left, .rt-info-box .icon-holder.icon-right {
  margin-bottom: 0;
}
.rt-info-box .image-holder {
  line-height: 0;
}
.rt-info-box .content-holder {
  flex: 1;
}
.rt-info-box .content-holder .info-title {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 10px;
}
.rt-info-box .content-holder .read-more-btn {
  display: inline-block;
}
.rt-info-box .content-holder .read-more-btn .button-text i {
  font-size: 10px;
  display: inline-block;
}
.rt-info-box .content-holder .read-more-btn.show-hover {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.rt-info-box:hover .icon-holder i {
  animation: 0.7s zoomIn forwards;
}
.rt-info-box:hover .icon-holder svg {
  animation: 0.7s zoomIn forwards;
}
.rt-info-box:hover .read-more-btn.show-hover {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.rt-info-box-style2 .icon-holder {
  background-color: var(--rt-primary-color);
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.rt-info-box-style2 .icon-holder i {
  color: #FFFFFF;
}
.rt-info-box-style2:hover .icon-holder {
  background-color: #FFFFFF;
  border-color: var(--rt-primary-color);
}
.rt-info-box-style2:hover .icon-holder i {
  color: var(--rt-primary-color);
}
.rt-info-box-style2:hover .icon-holder svg path {
  fill: #FFFFFF;
}
.rt-info-box-style2:hover .content-holder .read-more-btn .button-text i {
  color: var(--rt-primary-color);
}

.rt-contact-info-box {
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.rt-contact-info-box:hover .icon-holder i {
  animation: zoomIn 0.5s forwards;
}
.rt-contact-info-box:hover .content-holder .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rt-contact-info-box .icon-holder {
  width: 55px;
  height: 55px;
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  transition: all 320ms ease-in-out;
}
.rt-contact-info-box .icon-holder i {
  font-size: 22px;
}
.rt-contact-info-box .content-holder {
  flex: 1;
}
.rt-contact-info-box .content-holder .info-title {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: var(--rt-body-color);
  border-bottom: 1px solid var(--rt-gray60);
  padding-bottom: 16px;
  margin-bottom: 12px;
  transition: all 320ms ease-in-out;
}
.rt-contact-info-box .content-holder .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rt-contact-info-box .content-holder .contact-list li {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: var(--rt-title-color);
  transition: all 320ms ease-in-out;
}
.rt-contact-info-box .content-holder .contact-list li span {
  font-weight: 600;
  color: var(--rt-body-color);
}
.rt-contact-info-box .content-holder .contact-list li a {
  color: var(--rt-title-color);
}
.rt-contact-info-box .content-holder .contact-list li a:hover {
  color: var(--rt-primary-color) !important;
}

/* Service box
=================================*/
.service-slider-1 .service-item:hover {
  box-shadow: none;
  border-color: var(--rt-gray60);
}
.service-slider-1 .service-item:hover .service-thumbs img {
  transform: unset;
}

/*====================================
Start RT Slider Block
=====================================*/
.rt-main-slider-wrapper {
  position: relative;
  display: none;
}

.rt-main-slider-wrapper img {
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.rt-swiper-slider .slider-dark-button {
  display: inline-block;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  color: rgb(255, 255, 255);
  border: 2px solid var(--rt-primary-dark);
  border-radius: 30px;
  padding: 17px 35px;
  font-size: 15px;
}

.rt-swiper-slider .slider-dark-button:hover {
  background-color: var(--rt-primary-dark);
}

.rt-slider-wrapper .slider-inner-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
}

.rt-slider-wrapper .slider-inner-wrapper .bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transform: scale(1);
  transition: 1500ms;
}

.rt-slider-wrapper .swiper-slide-active {
  z-index: 10;
}

.content-area.single-product .swiper-autoheight,
.content-area.single-product .swiper-autoheight .swiper-slide {
  height: 100%;
}

.content-area.single-product .swiper-autoheight .swiper-slide {
  min-height: 250px;
}

@media (max-width: 600px) {
  .content-area.single-product .swiper-autoheight,
  .content-area.single-product .swiper-autoheight .swiper-slide {
    height: 250px;
  }
  .content-area.single-product .swiper-autoheight img,
  .content-area.single-product .swiper-autoheight .swiper-slide img {
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
.rt-main-slider-wrapper.style2 .rt-slider-wrapper .swiper-slide {
  text-align: center;
}

.rt-main-slider-wrapper.style2 .rt-slider-wrapper .swiper-slide img {
  display: inline-block;
}

.rt-slider-wrapper .swiper-slide-active .slider-inner-wrapper .bg.zoom-out {
  transform: scale(1.1);
  transition-delay: 0.1s;
}

.rt-slider-wrapper .slider-inner-wrapper .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.rt-slider-wrapper .elementor-swiper-button {
  text-align: center;
  display: inline-block;
  box-sizing: content-box;
  transition: all 0.4s;
}

/* RT Slider Animation */
.rt-slider-content-wrap {
  margin-bottom: 10px;
}

.rt-slider-content-wrap * {
  margin: 0;
  line-height: 1.2;
}

/* Slider button visibility */
.rt-slider-wrapper.visible-on-hover .elementor-swiper-button {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.rt-slider-wrapper.visible-on-hover:hover .elementor-swiper-button {
  visibility: visible;
  opacity: 1;
}

.rt-slider-wrapper .slider-btn {
  display: inline-block;
}

.rt-slider-wrapper .slider-title-wrap h2 {
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  color: #ffffff;
  font-family: var(--rt-heading-font);
}

.rt-slider-wrapper .slider-subtitle-wrap h4 {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (max-width: 1023px) {
  .rt-slider-wrapper .slider-title-wrap h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .rt-slider-wrapper .slider-subtitle-wrap h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .rt-slider-wrapper .slider-title-wrap h2 br,
  .rt-slider-wrapper .slider-subtitle-wrap h4 br {
    display: none;
  }
}
/* Slider Gallery Style  */
.rt-main-slider-wrapper .rt-slider-gallery-wrapper {
  position: absolute;
  width: 100%;
}

.rt-gallery-thumbs .swiper-slide {
  height: 150px;
  overflow: hidden;
  transition: 0.5s;
}

.rt-gallery-thumbs .swiper-slide .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.5s;
  transform-origin: center;
}

.rt-gallery-thumbs .swiper-slide:hover .img-bg {
  transform: scale(1.1);
}

/*Remove Br on mobile*/
@media (max-width: 600px) {
  .remove-br br {
    display: none;
  }
}
/*End RT Slider*/
/* ==================================
Start MailChim Style
================================== */
.rt-mailchimp-wrap {
  position: relative;
}

.rt-mailchimp-wrap input[type=email] {
  width: 100%;
  background-color: #fff;
  border: none;
  height: 60px;
  padding: 0 160px 0 30px;
  border-radius: 30px;
  color: #212121;
}

.rt-mailchimp-wrap input[type=email]:focus,
.rt-mailchimp-wrap input[type=email]:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.rt-mailchimp-wrap input[type=email]::-moz-placeholder {
  color: #788593;
}

.rt-mailchimp-wrap input[type=email]::placeholder {
  color: #788593;
}

.rt-mailchimp-wrap input[type=submit] {
  background: var(--rt-primary-dark);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  font-weight: bold;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  border-radius: 0;
}

.rt-mailchimp-wrap input[type=submit]:hover {
  background: var(--rt-primary-color);
}

.rt-mailchimp-wrap .rt-animation-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 144px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 0 30px 30px 0;
}

.rt-mailchimp-wrap .rt-animation-btn::after {
  content: none;
}

.rt-mailchimp-wrap ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.rt-mailchimp-wrap ::placeholder {
  color: #ffffff;
  opacity: 1;
}

.rt-mailchimp-wrap :-ms-input-placeholder {
  color: #ffffff;
}

.rt-mailchimp-wrap ::-ms-input-placeholder {
  color: #ffffff;
}

/*Footer mailchimp Form*/
.site-footer .rt-mailchimp-wrap * {
  border-radius: 0 !important;
}

.site-footer .rt-mailchimp-wrap input[type=email] {
  margin-bottom: 10px;
  padding: 5px 15px;
  height: 52px;
  border: 1px solid var(--rt-primary-color);
}

.site-footer .rt-mailchimp-wrap .rt-animation-btn,
.site-footer .rt-mailchimp-wrap input[type=submit] {
  position: static;
}

.site-footer .rt-mailchimp-wrap .rt-animation-btn {
  height: 52px;
}

/* End MailChim Style */
/* Start Progressbar style */
.rt-progress-bar .progress-title {
  font-size: 16px;
  color: #212121;
  font-weight: bold;
  font-family: var(--rt-body-font);
}

.rt-progress-bar.style2 .elementor-progress-percentage {
  position: relative;
  padding: 0;
}

.rt-progress-bar.style2 .elementor-progress-percentage .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -26px;
  margin-right: -11px;
  color: var(--rt-primary-color);
  font-size: 16px;
  font-weight: bold;
}

.rt-progress-bar.style2 .elementor-progress-percentage .shape {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--rt-primary-color);
  border: 5px solid #fff;
  box-shadow: -1.336px 6.871px 24px 0 rgba(0, 0, 0, 0.17);
  display: inline-block;
}

.rt-progress-bar.style2 .elementor-progress-percentage .percentage {
  margin-bottom: 10px;
}

.rt-progress-bar.style2 .elementor-progress-wrapper {
  overflow: inherit !important;
  position: relative;
  background: none;
}

.rt-progress-bar.style2 .elementor-progress-wrapper::before {
  content: "";
  width: 100%;
  height: 7px;
  background: #e0e8fa;
  border-radius: 50px;
  overflow: hidden;
  display: block;
  top: 0;
  position: absolute;
  z-index: -1;
}

.rt-progress-bar.style2 .elementor-progress-bar {
  height: 7px;
}

.progress-bar-striped {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-size: 18px 18px;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* End Progressbar style */
/* Start Pricing Table */
.rt-pricing-box-wrapper {
  border: 1px solid #e5e5e5;
  padding: 45px 50px 50px 50px;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  z-index: 1;
  position: relative;
}

.rt-pricing-box-wrapper::before,
.rt-pricing-box-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
}

.rt-pricing-box-wrapper::before {
  background-color: #fff;
}

.rt-pricing-box-wrapper::after {
  opacity: 0;
  visibility: hidden;
}

.rt-pricing-box-wrapper:hover::after {
  opacity: 1;
  visibility: visible;
}

.rt-pricing-box-wrapper hr {
  border-bottom: 1px solid var(--rt-gray60);
  margin: 15px 0 30px 0;
}

.rt-pricing-box-wrapper .plan-name-wrap {
  margin-bottom: 10px;
}

.rt-pricing-box-wrapper .plan-name-wrap .plan-name {
  color: #212121;
  font-size: 18px;
  text-transform: uppercase;
  font-family: var(--rt-heading-font);
  font-weight: 700;
  letter-spacing: 1.2px;
  margin: 0;
}

.rt-pricing-box-wrapper .price-wrap .price {
  font-weight: 700;
  color: #000000;
  font-size: 32px;
  line-height: 1.2;
  font-family: var(--rt-heading-font);
}

.rt-pricing-box-wrapper .price-wrap .seperator,
.rt-pricing-box-wrapper .price-wrap .period {
  font-size: 16px;
  color: #b2bbc5;
}

.rt-pricing-box-wrapper .subtitle {
  font-size: 15px;
  line-height: 24px;
  color: #788593;
  padding-top: 15px;
}

.rt-pricing-box-wrapper .feature-lists {
  font-size: 15px;
  color: #646464;
}
.rt-pricing-box-wrapper .feature-lists ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-pricing-box-wrapper .feature-lists ul li {
  line-height: 19px;
  margin-bottom: 20px;
  display: flex;
  gap: 18px;
  align-items: center;
}
.rt-pricing-box-wrapper footer {
  padding-top: 25px;
}
.rt-pricing-box-wrapper footer .pricing-table-btn i {
  margin-left: 10px;
}
.rt-pricing-box-wrapper footer .pricing-table-btn i::before {
  transition: all 320ms ease-in-out;
}
.rt-pricing-box-wrapper footer .pricing-table-btn:hover {
  background-color: var(--rt-primary-color) !important;
  color: #FFFFFF !important;
}
.rt-pricing-box-wrapper footer .pricing-table-btn:hover i::before {
  transform: rotate(45deg);
}

.rt-pricing-box-wrapper footer .btn {
  display: block;
  border-radius: 3px;
  background-color: var(--rt-primary-color);
  padding: 17px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  transition: 0.4s ease-in-out;
  border: none;
  color: #FFFFFF;
}

.rt-pricing-box-wrapper footer .btn:after {
  background-color: var(--rt-primary-color);
}

.rt-pricing-box-wrapper .icon-holder {
  position: absolute;
  top: 66px;
  right: 63px;
  font-size: 50px;
}

.rt-pricing-box-wrapper .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: white;
  text-transform: uppercase;
  font-weight: bold;
}

/* End Pricing Table */
.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-meta-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-meta-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: red;
  border-radius: 6px;
  text-align: center;
  margin-top: 12px;
  padding: 12px 24px;
}

.rt-price-tab-box {
  border: 1px solid var(--rt-border-color);
  padding: 40px;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
  z-index: 0;
  position: relative;
}
.rt-price-tab-box::before, .rt-price-tab-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
}
.rt-price-tab-box::before {
  background-color: #FFFFFF;
}
.rt-price-tab-box::after {
  opacity: 0;
  visibility: hidden;
}
.rt-price-tab-box:hover::after {
  opacity: 1;
  visibility: visible;
}
.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 .price-header {
  border-bottom: 1px solid var(--rt-gray60);
  padding-bottom: 17px;
  margin-bottom: 36px;
}
.rt-price-tab-box .rt-title {
  color: var(--rt-primary-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.rt-price-tab-box .sub-title {
  padding-bottom: 22px;
}
.rt-price-tab-box .price-wrap .price {
  color: var(--rt-title-color);
  transition: 0.4s ease-in-out;
  font-weight: 600;
  font-size: 56px;
  line-height: 84px;
  text-transform: uppercase;
}
.rt-price-tab-box .price-wrap .seperator, .rt-price-tab-box .price-wrap .period {
  color: var(--rt-body-color);
  transition: 0.4s ease-in-out;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.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;
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  transition: 0.4s ease-in-out;
  color: var(--rt-body-color);
}
.rt-price-tab-box .feature-lists ul li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  color: var(--rt-primary-color);
  transition: 0.4s ease-in-out;
}
.rt-price-tab-box .quixa-button {
  padding-top: 20px;
}
.rt-price-tab-box .quixa-button .pricing-tab-btn {
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid var(--rt-primary-color);
  width: 100%;
}
.rt-price-tab-box .quixa-button .pricing-tab-btn i {
  margin-left: 5px;
}
.rt-price-tab-box .quixa-button .pricing-tab-btn i::before {
  transition: all 0.5s ease-in-out;
}
.rt-price-tab-box .quixa-button .pricing-tab-btn:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.rt-price-tab-box .quixa-button .pricing-tab-btn:hover i::before {
  transform: rotate(45deg);
}

.team-item .team-img {
  line-height: 0;
  margin-bottom: 18px;
}
.team-item .name {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: var(--rt-title-color);
  margin-bottom: 10px;
}
.team-item .designation {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.team-slider-1 .swiper-navigation .swiper-button {
  top: 40%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--rt-gray60);
  background-color: #FFFFFF;
  transition: all 320ms ease-in-out;
}
.team-slider-1 .swiper-navigation .swiper-button::after {
  font-size: 18.95px;
  font-weight: bold;
  transition: all 320ms ease-in-out;
  display: none;
}
.team-slider-1 .swiper-navigation .swiper-button:hover {
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.team-slider-1 .swiper-navigation .swiper-button:hover::after {
  color: #FFFFFF;
}
.team-slider-1 .swiper-navigation .swiper-button-prev, .team-slider-1 .swiper-navigation .swiper-button-next {
  background-image: none;
  z-index: 2;
}
.team-slider-1 .swiper-navigation .swiper-button-prev::before, .team-slider-1 .swiper-navigation .swiper-button-next::before {
  content: "\e863";
  font-family: "rt-fontello";
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--rt-body-color);
}
.team-slider-1 .swiper-navigation .swiper-button-prev:hover::before, .team-slider-1 .swiper-navigation .swiper-button-next:hover::before {
  color: #FFFFFF;
}
.team-slider-1 .swiper-navigation .swiper-button-prev {
  left: -80px;
}
.team-slider-1 .swiper-navigation .swiper-button-prev::before {
  transform: translate(-5px, -12px) rotate(-180deg);
}
.team-slider-1 .swiper-navigation .swiper-button-next {
  right: -80px;
}
.team-slider-1 .swiper-navigation .swiper-button-next::before {
  transform: translate(-3px, -14px);
}

.rt-counter-box .counter-icon {
  display: inline-block;
  margin-bottom: 10px;
}
.rt-counter-box .counter-icon i {
  font-size: 25px;
}
.rt-counter-box .counter-number {
  font-size: 40px;
  line-height: 32px;
  font-weight: 700;
  color: var(--rt-title-color);
  margin-bottom: 10px;
}
.rt-counter-box .gradient-color {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text !important;
  background: linear-gradient(90deg, #00AE70 -0.21%, #00E127 99.79%);
}
.rt-counter-box-style2 {
  align-items: center;
}
.rt-counter-box-style2 .counter-icon {
  margin-bottom: 0;
}
.rt-counter-box-style2 .counter-icon i {
  font-size: 25px;
}
.rt-counter-box-style3 .counter-number {
  position: relative;
  z-index: 0;
}
.rt-counter-box-style3 .round-shape {
  position: absolute;
  left: 50px;
  top: -10px;
  z-index: -1;
}
.faq-style-1 .elementor-accordion .elementor-accordion-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 15px;
}
.faq-style-1 .elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0;
}

.faq-style-2 .elementor-accordion .elementor-accordion-item {
  border-radius: 6px !important;
  margin-bottom: 15px;
}
.faq-style-2 .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border-width: 0 !important;
}
.faq-style-2 .elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0;
}
.faq-style-2 .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  border-top: 1px solid #E7E7E7;
}

.rt-image-layout .img-wrap {
  line-height: 0;
}
.rt-image-layout .img-wrap img {
  transition: all 320ms ease-in-out;
}

.gray a img {
  opacity: 0.5;
  transition: all 320ms ease-in-out;
}
.gray a img:hover {
  opacity: 1;
}

@media (max-width: 600px) {
  .logo-box {
    text-align: center;
  }
}

.service-grid-layout-4 .swiper-pagination-bullet {
  background: var(--rt-primary-color);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  transition: all 320ms ease-in-out;
  margin: 0 4px;
}
.service-grid-layout-4 .swiper-pagination-bullet-active {
  width: 42px;
}
.service-grid-layout-4 .swiper-horizontal > .swiper-pagination-bullets, .service-grid-layout-4 .swiper-pagination-bullets.swiper-pagination-horizontal, .service-grid-layout-4 .swiper-pagination-custom, .service-grid-layout-4 .swiper-pagination-fraction {
  bottom: -45px;
  left: 0;
  right: 0;
  z-index: 2;
}

.rt-swiper-slider {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden !important;
}

.swiper-button-next, .swiper-button-prev {
  background-image: none;
}

/* navigation button */
.swiper-navigation .swiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .swiper-button {
    display: none;
  }
}

.swiper-navigation .swiper-button-next, .swiper-button-prev {
  z-index: 2 !important;
}

.swiper-navigation .swiper-button-prev {
  left: -90px;
}
.swiper-navigation .swiper-button-prev::after {
  content: "\e856" !important;
  font-family: "rt-fontello" !important;
  position: absolute;
  margin-bottom: auto;
  font-size: 18px;
}

.swiper-navigation .swiper-button-next {
  right: -90px;
}

.swiper-navigation .swiper-button-next::after {
  content: "\e858"; 
  font-family: "rt-fontello";
  position: absolute;
  margin-bottom: auto;
  font-size: 18px;
  
}

/* subscription form */
.ff_submit_btn_wrapper {
  margin-bottom: 0 !important;
}

.fluentform .ff-el-input--label {
  margin-bottom: 8px !important;
}

@media (min-width: 768px) {
  .frm-fluent-form .ff-t-container {
    gap: 20px !important;
  }
}
.frm-fluent-form 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;
}

.subscription-form .ff-t-column-1 .ff-el-group, .search-form .ff-t-column-1 .ff-el-group {
  margin-bottom: 0 !important;
}
.subscription-form .ff-t-column-1 .ff-el-group input:focus, .search-form .ff-t-column-1 .ff-el-group input:focus {
  box-shadow: none;
}
.subscription-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button, .search-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button {
  margin-bottom: 0 !important;
}
.subscription-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button i::before, .search-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button i::before {
  transform: rotate(-45deg);
  transition: all 320ms ease-in-out;
}
.subscription-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button:hover i::before, .search-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button:hover i::before {
  transform: rotate(0deg);
}
.subscription-form .ff-el-input--content::before, .search-form .ff-el-input--content::before {
  content: "\e815";
  font-family: "rt-fontello";
  font-size: 20px;
  position: absolute;
  color: var(--rt-primary-color);
  left: 30px;
  top: 21px;
  margin: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .subscription-form .ff-el-input--content::before, .search-form .ff-el-input--content::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .fluentform-widget-wrapper:has(.subscription-form, .subscription-form-2) {
    background-color: transparent !important;
  }
  .fluentform-widget-wrapper:has(.subscription-form, .subscription-form-2) .ff-el-group {
    text-align: center;
  }
}

.frm-fluent-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button i::before {
  transform: rotate(-45deg);
  transition: all 320ms ease-in-out;
}
.frm-fluent-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button:hover i::before {
  transform: rotate(0deg);
}

/** search form **/
.search-form .ff-el-input--content::before {
  content: "\e833";
  font-family: "rt-fontello";
  font-size: 20px;
  position: absolute;
  color: var(--rt-primary-color);
  left: 30px;
  top: 21px;
  margin: auto;
  z-index: 1;
}

/** search form 2 **/
@media (max-width: 768px) {
  .subscription-form-2 .fluentform-widget-wrapper {
    background-color: transparent !important;
  }
}

.subscription-form-2 {
  overflow: hidden;
  align-items: center;
}
@media (min-width: 768px) {
  .subscription-form-2 .ff-t-column-1 .ff-el-group {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .subscription-form-2 .ff-t-column-1 .ff-el-input--content input {
    border-radius: 6px !important;
  }
}
@media (max-width: 768px) {
  .subscription-form-2 .ff-t-column-2 .ff_submit_btn_wrapper_custom {
    justify-content: flex-start !important;
  }
}
.subscription-form-2 .ff-t-column-2 .ff_submit_btn_wrapper_custom button {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .subscription-form-2 .ff-t-column-2 .ff_submit_btn_wrapper_custom button {
    border-radius: 6px !important;
  }
}
@media (max-width: 768px) {
  .subscription-form-2 .ff-text-right {
    text-align: left !important;
  }
}
.subscription-form-2.footer-subscription {
  gap: 0 !important;
}

.primary-btn-animation button:hover {
  opacity: 1 !important;
  background-color: var(--rt-primary-dark) !important;
}

.ff-default .ff_btn_style:focus, .ff-default .ff_btn_style:hover {
  opacity: 1 !important;
}

.rt-icon-list .list-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rt-icon-list .list-items .icon-list {
  margin-bottom: 10px;
}
.rt-icon-list .list-items .icon-list .title-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rt-icon-list .list-items .icon-list .title-link i {
  color: var(--rt-primary-color);
  font-size: 28px;
}
.rt-icon-list .list-items .icon-list .title-link span {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--rt-title-color);
  display: inline-block;
}
.rt-icon-list .list-items .icon-list:last-child {
  margin-bottom: 0;
}

@font-face {
  font-family: "rt-fontello";
  src: url("../fonts/fontello-icon/rt-fontello.eot?24256130");
  src: url("../fonts/fontello-icon/rt-fontello.eot?24256130#iefix") format("embedded-opentype"), url("../fonts/fontello-icon/rt-fontello.woff2?24256130") format("woff2"), url("../fonts/fontello-icon/rt-fontello.woff?24256130") format("woff"), url("../fonts/fontello-icon/rt-fontello.ttf?24256130") format("truetype"), url("../fonts/fontello-icon/rt-fontello.svg?24256130#rt-fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'rt-fontello';
    src: url('../font/rt-fontello.svg?24256130#rt-fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "rt-fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1.3em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-rt-warning-empty:before {
  content: "\e800";
} /* '' */
.icon-rt-tag:before {
  content: "\e801";
} /* '' */
.icon-rt-filter:before {
  content: "\e802";
} /* '' */
.icon-rt-tags:before {
  content: "\e803";
} /* '' */
.icon-rt-flower:before {
  content: "\e804";
} /* '' */
.icon-rt-grid:before {
  content: "\e805";
} /* '' */
.icon-rt-minus:before {
  content: "\e806";
} /* '' */
.icon-rt-up-angle-bar:before {
  content: "\e807";
} /* '' */
.icon-rt-paper-plane:before {
  content: "\e808";
} /* '' */
.icon-rt-plus:before {
  content: "\e809";
} /* '' */
.icon-rt-quote:before {
  content: "\e80a";
} /* '' */
.icon-rt-reply:before {
  content: "\e80b";
} /* '' */
.icon-rt-search:before {
  content: "\e80c";
} /* '' */
.icon-rt-list:before {
  content: "\e80d";
} /* '' */
.icon-rt-calendar:before {
  content: "\e80e";
} /* '' */
.icon-rt-chevron-right-1:before {
  content: "\e80f";
} /* '' */
.icon-rt-location-4:before {
  content: "\e810";
} /* '' */
.icon-rt-user-1:before {
  content: "\e811";
} /* '' */
.icon-rt-user:before {
  content: "\e812";
} /* '' */
.icon-rt-down-arrow:before {
  content: "\e813";
} /* '' */
.icon-rt-tree:before {
  content: "\e814";
} /* '' */
.icon-rt-email:before {
  content: "\e815";
} /* '' */
.icon-rt-play:before {
  content: "\e816";
} /* '' */
.icon-rt-cart:before {
  content: "\e817";
} /* '' */
.icon-rt-clock:before {
  content: "\e818";
} /* '' */
.icon-rt-arrow-circle:before {
  content: "\e819";
} /* '' */
.icon-rt-phone:before {
  content: "\e81a";
} /* '' */
.icon-rt-user-2:before {
  content: "\e81b";
} /* '' */
.icon-rt-comment:before {
  content: "\e81c";
} /* '' */
.icon-rt-medicine:before {
  content: "\e81d";
} /* '' */
.icon-rt-ei_user:before {
  content: "\e81e";
} /* '' */
.icon-rt-marketing:before {
  content: "\e81f";
} /* '' */
.icon-rt-education:before {
  content: "\e820";
} /* '' */
.icon-rt-round-border-tick:before {
  content: "\e821";
} /* '' */
.icon-rt-award:before {
  content: "\e822";
} /* '' */
.icon-rt-image:before {
  content: "\e823";
} /* '' */
.icon-rt-video:before {
  content: "\e824";
} /* '' */
.icon-rt-check:before {
  content: "\e825";
} /* '' */
.icon-rt-share:before {
  content: "\e826";
} /* '' */
.icon-rt-location-2:before {
  content: "\e827";
} /* '' */
.icon-rt-location-3:before {
  content: "\e828";
} /* '' */
.icon-rt-carbon_forum:before {
  content: "\e829";
} /* '' */
.icon-rt-comment-2:before {
  content: "\e82a";
} /* '' */
.icon-rt-check-2:before {
  content: "\e82b";
} /* '' */
.icon-rt-feedback:before {
  content: "\e82c";
} /* '' */
.icon-rt-chevron-down:before {
  content: "\e82d";
} /* '' */
.icon-rt-eye:before {
  content: "\e82e";
} /* '' */
.icon-rt-grid-2:before {
  content: "\e82f";
} /* '' */
.icon-rt-i:before {
  content: "\e830";
} /* '' */
.icon-rt-location-1:before {
  content: "\e831";
} /* '' */
.icon-rt-location-pointer:before {
  content: "\e832";
} /* '' */
.icon-rt-location-pointer-2:before {
  content: "\e833";
} /* '' */
.icon-rt-lock:before {
  content: "\e834";
} /* '' */
.icon-rt-search-1:before {
  content: "\e835";
} /* '' */
.icon-rt-phone-2:before {
  content: "\e836";
} /* '' */
.icon-rt-round-tick:before {
  content: "\e837";
} /* '' */
.icon-rt-star:before {
  content: "\e838";
} /* '' */
.icon-rt-subscibe-email:before {
  content: "\e839";
} /* '' */
.icon-rt-user-3:before {
  content: "\e83a";
} /* '' */
.icon-rt-arrow-double:before {
  content: "\e83b";
} /* '' */
.icon-zoom-in:before {
  content: "\e83c";
} /* '' */
.icon-rt-article:before {
  content: "\e83d";
} /* '' */
.icon-rt-available-location:before {
  content: "\e83e";
} /* '' */
.icon-rt-calender-2:before {
  content: "\e83f";
} /* '' */
.icon-rt-calender-3:before {
  content: "\e840";
} /* '' */
.icon-rt-calender-4:before {
  content: "\e841";
} /* '' */
.icon-rt-plus-1:before {
  content: "\e842";
} /* '' */
.icon-rt-select-category:before {
  content: "\e843";
} /* '' */
.icon-rt-registration:before {
  content: "\e844";
} /* '' */
.icon-rt-pdf:before {
  content: "\e845";
} /* '' */
.icon-rt-arrow-right-1:before {
  content: "\e846";
} /* '' */
.icon-rt-like:before {
  content: "\e847";
} /* '' */
.icon-rt-heart:before {
  content: "\e848";
} /* '' */
.icon-zoom-out:before {
  content: "\e849";
} /* '' */
.icon-check:before {
  content: "\e84a";
} /* '' */
.icon-quotes-stroke:before {
  content: "\e84b";
} /* '' */
.icon-rt-check-mark:before {
  content: "\e84c";
} /* '' */
.icon-rt-heart-1:before {
  content: "\e84d";
} /* '' */
.icon-rt-doctor:before {
  content: "\e84e";
} /* '' */
.icon-rt-trust-badge:before {
  content: "\e84f";
} /* '' */
.icon-rt-x-twitter:before {
  content: "\e850";
} /* '' */
.icon-guidance-service:before {
  content: "\e851";
} /* '' */
.icon-rt-find-doctor:before {
  content: "\e852";
} /* '' */
.icon-finance-feature:before {
  content: "\e853";
} /* '' */
.icon-google-play:before {
  content: "\e854";
} /* '' */
.icon-rt-dollar-1:before {
  content: "\e855";
} /* '' */
.icon-left-arrow:before {
  content: "\e856";
} /* '' */
.icon-rt-location-5:before {
  content: "\e857";
} /* '' */
.icon-right-arrow:before {
  content: "\e858";
} /* '' */
.icon-rt-solar_star-fall:before {
  content: "\e859";
} /* '' */
.icon-message:before {
  content: "\e85a";
} /* '' */
.icon-money-analysis-service:before {
  content: "\e85b";
} /* '' */
.icon-quarter-circle:before {
  content: "\e85c";
} /* '' */
.icon-quotation-right:before {
  content: "\e85d";
} /* '' */
.icon-quotation-right-small:before {
  content: "\e85e";
} /* '' */
.icon-quotation-small:before {
  content: "\e85f";
} /* '' */
.icon-quotation-small-alt:before {
  content: "\e860";
} /* '' */
.icon-review:before {
  content: "\e861";
} /* '' */
.icon-icon-quixa-quote:before {
  content: "\e862";
} /* '' */
.icon-rt-chevron-right:before {
  content: "\e863";
} /* '' */
.icon-search:before {
  content: "\e864";
} /* '' */
.icon-secure-data-service:before {
  content: "\e865";
} /* '' */
.icon-security-service:before {
  content: "\e866";
} /* '' */
.icon-solve-problems:before {
  content: "\e867";
} /* '' */
.icon-tax-service:before {
  content: "\e868";
} /* '' */
.icon-arrow_vector:before {
  content: "\e869";
} /* '' */
.icon-time-data-service:before {
  content: "\e86a";
} /* '' */
.icon-rt-comments:before {
  content: "\e86b";
} /* '' */
.icon-uiux-service:before {
  content: "\e86c";
} /* '' */
.icon-user:before {
  content: "\e86d";
} /* '' */
.icon-user-datalist-feature:before {
  content: "\e86e";
} /* '' */
.icon-analysis-service:before {
  content: "\e86f";
} /* '' */
.icon-angle-down:before {
  content: "\e870";
} /* '' */
.icon-application-feature:before {
  content: "\e871";
} /* '' */
.icon-apple:before {
  content: "\e872";
} /* '' */
.icon-app-service:before {
  content: "\e873";
} /* '' */
.icon-app-service-alt:before {
  content: "\e874";
} /* '' */
.icon-comunication-service:before {
  content: "\e875";
} /* '' */
.icon-clock:before {
  content: "\e876";
} /* '' */
.icon-comunication-service-alt:before {
  content: "\e877";
} /* '' */
.icon-content-marketing:before {
  content: "\e878";
} /* '' */
.icon-correct:before {
  content: "\e879";
} /* '' */
.icon-credit-feature:before {
  content: "\e87a";
} /* '' */
.icon-data-service:before {
  content: "\e87b";
} /* '' */
.icon-degital-art:before {
  content: "\e87c";
} /* '' */
.icon-development-service:before {
  content: "\e87d";
} /* '' */
.icon-digital-marketing-service:before {
  content: "\e87e";
} /* '' */
.icon-download:before {
  content: "\e87f";
} /* '' */
.icon-file:before {
  content: "\e880";
} /* '' */
.icon-file-alt:before {
  content: "\e881";
} /* '' */
.icon-filter:before {
  content: "\e882";
} /* '' */
.icon-parcentege:before {
  content: "\e883";
} /* '' */
.icon-play:before {
  content: "\e884";
} /* '' */
.icon-savings-feature:before {
  content: "\e885";
} /* '' */
.icon-finance-consulting-feature:before {
  content: "\e886";
} /* '' */
.icon-rt-medical:before {
  content: "\e887";
} /* '' */
.icon-rt-plane:before {
  content: "\e888";
} /* '' */
.icon-rt-umbrella-2:before {
  content: "\e889";
} /* '' */
.icon-rt-umbrella-1:before {
  content: "\e88a";
} /* '' */
.icon-rt-car:before {
  content: "\e88b";
} /* '' */
.icon-rt-home:before {
  content: "\e88c";
} /* '' */
.icon-rt-fill-arrow:before {
  content: "\e88d";
} /* '' */
.icon-rt-round-chevron-left:before {
  content: "\e88e";
} /* '' */
.icon-rt-round-chevron-right:before {
  content: "\e88f";
} /* '' */
.icon-rt-phone-stroke:before {
  content: "\e890";
} /* '' */
.icon-rt-email-stroke:before {
  content: "\e891";
} /* '' */
.icon-cancel:before {
  content: "\e892";
} /* '' */
.icon-secure:before {
  content: "\e893";
} /* '' */
.icon-rt-short-arrow:before {
  content: "\e894";
} /* '' */
.icon-health:before {
  content: "\e895";
} /* '' */
.icon-car:before {
  content: "\e896";
} /* '' */
.icon-home:before {
  content: "\e897";
} /* '' */
.icon-trusted:before {
  content: "\e898";
} /* '' */
.icon-money:before {
  content: "\e899";
} /* '' */
.icon-h2-info-ic-1:before {
  content: "\e89a";
} /* '' */
.icon-h2-info-ic-3:before {
  content: "\e89b";
} /* '' */
.icon-home-on-hand:before {
  content: "\e89c";
} /* '' */
.icon-home-spark:before {
  content: "\e89d";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-github-circled:before {
  content: "\f09b";
} /* '' */
.icon-pinterest-circled:before {
  content: "\f0d2";
} /* '' */
.icon-pinterest-squared:before {
  content: "\f0d3";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-folder-empty:before {
  content: "\f114";
} /* '' */
.icon-star-half-alt:before {
  content: "\f123";
} /* '' */
.icon-youtube:before {
  content: "\f167";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-skype:before {
  content: "\f17e";
} /* '' */
.icon-vimeo-squared:before {
  content: "\f194";
} /* '' */
.icon-vine:before {
  content: "\f1ca";
} /* '' */
.icon-cc-stripe:before {
  content: "\f1f5";
} /* '' */
.icon-pinterest:before {
  content: "\f231";
} /* '' */
.icon-whatsapp:before {
  content: "\f232";
} /* '' */
.icon-envelope-open-o:before {
  content: "\f2b7";
} /* '' */
.icon-twitter-squared:before {
  content: "\f304";
} /* '' */
.icon-facebook-squared:before {
  content: "\f308";
} /* '' */
.icon-linkedin-squared:before {
  content: "\f30c";
} /* '' */
.icon-rt-youtube:before {
  content: "\f315";
} /* '' */

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