@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
	## Social Profiles
	## Top Bar Icon List
	## Top Bar Menu
	## Contact Methods
	## Nav Search Form
	## Nav Mini Cart
# Forms
# Navigation
	## Links
	## Primary Menu
# Accessibility
# Alignments
# Clearings
# Layout
	## Topbar
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #0B091B;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  color: #0B091B;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

h3, .h3 {
  font-size: 30px;
}

h4, .h4 {
  font-size: 24px;
}

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

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

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code {
  color: #0D5756;
}

code, kbd, tt, var {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

abbr, acronym {
  border-bottom: 1px dotted #8a8da1;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  margin-top: 0 !important;
}

:root {
  scroll-behavior: auto;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

a {
  color: #0B091B;
  text-decoration: none;
}

body {
  font-family: "Inter", sans-serif;
  background: #fff;
  position: relative;
  font-size: 16px;
  color: #0B091B;
  font-weight: 400;
  line-height: 26px;
  max-width: 100vw;
  overflow-x: hidden;
}
body.canvas-header {
  padding-left: 400px;
}
@media (max-width: 1440px) {
  body.canvas-header {
    padding-left: 300px;
  }
}
@media (max-width: 992px) {
  body.canvas-header {
    padding-left: 0;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

p {
  margin-bottom: 1em;
}

.pr {
  position: relative;
}

.no-scroll {
  overflow: hidden;
}

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

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

.pt-100 {
  padding-top: 110px;
}
@media (max-width: 576px) {
  .pt-100 {
    padding-top: 50px;
  }
}

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

.h-100 {
  height: 100%;
}

.site-main {
  min-height: 50vh;
}

@media (max-width: 767px) {
  .position-default {
    position: static !important;
  }
}

.pts-18 {
  padding-top: 18%;
}
@media (max-width: 1024px) {
  .pts-18 {
    padding-top: 30%;
  }
}
@media (max-width: 576px) {
  .pts-18 {
    padding-top: 40%;
  }
}

@media (min-width: 992px) {
  .pl_30 {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .fc-order-2 {
    order: 2;
  }
}
.pb-50 {
  padding-bottom: 50px;
}

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

.mb-70 {
  margin-bottom: 67px !important;
  font-weight: 500 !important;
}

.fc-slider-pagination {
  height: 40px;
}

.fc-portfolio-pagination {
  margin: 45px auto 0;
  width: max-content;
}

.swiper-container {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
  }
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1170px;
}

@media (max-width: 1200px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 540px !important;
  }
}
@media (max-width: 576px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
  }
}
@media (min-width: 991px) {
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
}
@media (max-width: 1024px) {
  .nio-order-md {
    order: 1;
  }
  .btn-responsive {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .btn-responsive {
    max-width: 100%;
    width: 100%;
  }
  .btn-responsive .btn {
    font-size: 1rem;
  }
}
strong,
b {
  font-weight: 700;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.container-full {
  max-width: 1670px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.extended-parallax {
  position: absolute;
}

.height-max-content {
  height: max-content;
}

.fc-image-order-2 {
  order: 2;
}

#preloader .loading {
  font-size: 84px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  line-height: 1;
}
@media (max-width: 767px) {
  #preloader .loading {
    font-size: 64px;
  }
}
@media (max-width: 576px) {
  #preloader .loading {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  #preloader .loading {
    font-size: 30px;
  }
}
#preloader .loading span {
  position: relative;
  color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}
#preloader .loading span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: #0B091B;
  opacity: 0;
  transform: scale(1.5);
  animation: loading 3s infinite;
}
#preloader .loading span:nth-child(2)::after {
  animation-delay: 0.1s;
}
#preloader .loading span:nth-child(3)::after {
  animation-delay: 0.2s;
}
#preloader .loading span:nth-child(4)::after {
  animation-delay: 0.3s;
}
#preloader .loading span:nth-child(5)::after {
  animation-delay: 0.4s;
}
#preloader .loading span:nth-child(6)::after {
  animation-delay: 0.5s;
}
#preloader .loading span:nth-child(7)::after {
  animation-delay: 0.6s;
}

@keyframes loading {
  0%, 75%, 100% {
    transform: scale(1.5);
    opacity: 0;
  }
  25%, 50% {
    transform: scale(1);
    opacity: 1;
  }
}
.page-loading-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fc-parallax-layer {
  width: max-content;
}

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

.comment-list ul, .comment-list ol {
  padding-left: 25px;
  margin-bottom: 30px;
}
.comment-list ol ol, .comment-list ol ul, .comment-list ul ol, .comment-list ul ul {
  margin-bottom: 0;
}

ul ul {
  list-style-type: disc;
}

.fc__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fc__list li {
  color: #0B091B;
  line-height: 1.9;
  display: flex;
  align-items: baseline;
  position: relative;
  font-size: 16px;
}
.fc__list li.icon-shape .fc__list-icon {
  padding: 0.3em;
  background-color: #F1F6FE;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  text-align: center;
  margin-right: 10px;
}
.fc__list li.icon-shape .fc__list-icon i, .fc__list li.icon-shape .fc__list-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  color: #0D5756;
  font-size: 16px;
}
.fc__list li p {
  margin: 0;
}
.fc__list li .fc__list-icon {
  margin-right: 10px;
  font-size: 14px;
  color: #a6afbc;
  text-align: center;
}
.fc__list li a {
  color: #0B091B;
  display: flex;
  align-items: baseline;
}
.fc__list li a:hover {
  color: #0D5756;
}
.fc__list.list-dice li {
  padding-left: 25px;
  display: block;
}
.fc__list.list-dice li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 15px;
  background: #6730e3;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.fc__list.inline-items li {
  display: inline-block;
}
.fc__list.inline-items li:not(:last-child) {
  margin-right: 20px;
}

table {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #E7E7E7;
}
table thead {
  background: #F6F6F6;
}
table th {
  text-align: left;
  padding: 10px 24px !important;
  color: #0B091B;
  font-size: 16px;
  font-weight: 500 !important;
  vertical-align: middle;
  letter-spacing: -0.16px;
}
table th a {
  color: #0B091B;
}
table th a:hover {
  color: #0D5756;
}
table td {
  padding: 10px 15px;
  border-top: none;
  border-right: none;
  vertical-align: middle;
}
table td:last-child {
  border-right: 1px solid #E7E7E7;
}

.wp-block-calendar table th {
  min-width: 40px;
  text-align: center;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  direction: ltr;
}
tbody > tr {
  border-top: 1px solid #E7E7E7;
}

tfoot tr #prev a:hover, tfoot tr #next a:hover {
  color: #0D5756;
}

tbody > tr > th {
  background-color: #f5f5f5;
}

table thead ~ tbody > tr > th {
  background-color: transparent;
}

caption {
  caption-side: top;
  text-align: center;
}

.calendar_wrap caption {
  text-align: center;
  background: #f0f2f9;
  color: #051441;
  font-weight: 500;
  border-radius: 5px 5px 0 0;
}
.calendar_wrap table tr, .calendar_wrap table td {
  border: 0;
}
.calendar_wrap table thead tr {
  border: 0;
}
.calendar_wrap table thead tr th {
  border: 0;
}

nav.wp-calendar-nav {
  background: #f0f2f9;
  padding: 5px 20px;
  border-radius: 6px;
}

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

@media (max-width: 576px) {
  table th {
    min-width: 80px;
  }
}
.fc-hover-cursor-effect {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background: #000;
  color: #0B091B;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  z-index: 999;
}

.fc-image-hover {
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  width: 300px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: -50%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

[data-fc-wrapper-link] {
  cursor: pointer;
}

.fc-cursor {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #0B091B;
  z-index: 999;
  transition: 0.15s;
}

.fc-cursor-follower {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 8px;
  height: 8px;
  background-color: #0B091B;
  border-radius: 50%;
  transition: 0.2s;
  z-index: 999;
}

/*--------------------------------------------------------------
## Button
--------------------------------------------------------------*/
.fc-btn {
  position: relative;
  padding: 13px 24px;
  background-color: #0D5756;
  border: 2px solid #0D5756;
  z-index: 1;
  color: #fff;
  overflow: hidden;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  gap: 8px;
}
.fc-btn svg {
  width: 1em;
}
.fc-btn svg path {
  transition: all 0.4s ease-in-out;
}
.fc-btn.btn-full-width {
  display: flex;
  width: 100%;
  text-align: center;
}
.fc-btn.btn-full-width .fc-btn-content-wrapper {
  justify-content: center;
}
.fc-btn.btn-circle {
  border-radius: 40px;
}
.fc-btn.btn-sqr {
  border-radius: 0;
}
.fc-btn.btn-round {
  border-radius: 8px;
}
.fc-btn:hover {
  background: transparent;
  color: #0D5756;
  border-color: #0D5756;
  box-shadow: none !important;
}
.fc-btn:hover svg path {
  fill: #ffffff;
}
.fc-btn.btn-small {
  padding: 5px 30px;
}
.fc-btn.btn-lg {
  padding: 14px 35px;
  font-size: 20px;
}
.fc-btn.btn-outline {
  background: transparent;
  color: #0D5756;
  border-color: #0D5756;
}
.fc-btn.btn-outline:hover {
  color: #fff;
  border-color: #0D5756;
  background-color: #0D5756;
}
.fc-btn.btn-outline.btn-light {
  border-color: #ED0202;
  color: #0B091B;
}
.fc-btn.btn-outline.btn-light:hover {
  color: #fff;
  background-color: #ED0202;
}
.fc-btn.btn-outline.btn-dark {
  border: 1px solid #EAEEF3;
  color: #0B091B;
}
.fc-btn.btn-outline.btn-dark:hover {
  color: #fff;
  background-color: #0B091B;
}
.fc-btn.btn-light:not(.btn-outline) {
  background-color: #ffffff;
  color: #0B091B;
  border-color: #ffffff;
}
.fc-btn.btn-light:not(.btn-outline):hover {
  color: #ffffff;
  background: transparent;
}
.fc-btn.btn-dark:not(.btn-outline) {
  background-color: #0B091B;
  color: #fff;
  border-color: #0B091B;
  box-shadow: 12px 12px 36px 0 rgba(0, 0, 0, 0.4);
}
.fc-btn.btn-dark:not(.btn-outline):hover {
  color: #0B091B;
  background: transparent;
}
.fc-btn .elementor-align-icon-left {
  margin-right: 5px;
  order: -1;
}
.fc-btn .elementor-align-icon-right {
  margin-left: 5px;
}
.fc-btn .fc-btn-icon {
  font-size: 14px;
  line-height: 1;
}
.fc-btn .fc-btn__icon {
  line-height: 1;
}

.fc-btn .fc-btn-content-wrapper, .fc-btn-link .fc-btn-content-wrapper, .fc-btn-underline .fc-btn-content-wrapper {
  display: flex;
  align-items: center;
}
.fc-btn .fc-btn-content-wrapper.fc-btn-icon-top, .fc-btn .fc-btn-content-wrapper.fc-btn-icon-bottom, .fc-btn-link .fc-btn-content-wrapper.fc-btn-icon-top, .fc-btn-link .fc-btn-content-wrapper.fc-btn-icon-bottom, .fc-btn-underline .fc-btn-content-wrapper.fc-btn-icon-top, .fc-btn-underline .fc-btn-content-wrapper.fc-btn-icon-bottom {
  flex-direction: column;
}
.fc-btn .fc-btn-content-wrapper.fc-btn-icon-bottom .fc-btn-icon, .fc-btn-link .fc-btn-content-wrapper.fc-btn-icon-bottom .fc-btn-icon, .fc-btn-underline .fc-btn-content-wrapper.fc-btn-icon-bottom .fc-btn-icon {
  order: 2;
}
.fc-btn .fc-btn-content-wrapper .elementor-align-icon-right, .fc-btn .fc-btn-content-wrapper .fc-btn__align-icon-right, .fc-btn-link .fc-btn-content-wrapper .elementor-align-icon-right, .fc-btn-link .fc-btn-content-wrapper .fc-btn__align-icon-right, .fc-btn-underline .fc-btn-content-wrapper .elementor-align-icon-right, .fc-btn-underline .fc-btn-content-wrapper .fc-btn__align-icon-right {
  order: 2;
}

.fc-btn-link, .fc-btn-underline {
  display: inline-flex;
  align-items: center;
  color: #0D5756;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.fc-btn-link .fc-btn-icon, .fc-btn-underline .fc-btn-icon {
  font-size: 14px;
  line-height: 1;
}
.fc-btn-link svg, .fc-btn-underline svg {
  width: 1em;
}
.fc-btn-link svg path, .fc-btn-underline svg path {
  transition: all 0.4s ease-in-out;
}
.fc-btn-link:hover, .fc-btn-underline:hover {
  color: #0B091B;
}
.fc-btn-link:hover svg path, .fc-btn-underline:hover svg path {
  fill: #0B091B;
}

.fc-btn-underline {
  display: inline-flex;
  align-items: center;
}
.fc-btn-underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0D5756;
  transition: all 0.3s ease-in-out;
}
.fc-btn-underline:hover {
  color: #0B091B;
}
.fc-btn-underline:hover svg path {
  fill: #0B091B;
}

.fc-btn__icon {
  line-height: 1;
}

.play-button {
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.play-button .fc-btn__text {
  position: relative;
  z-index: 1;
}
.play-button .fc-btn__text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #111921;
  transition: all 0.3s ease-in-out;
}
.play-button .fc-btn__icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background: #111921;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin-right: 7px;
}
.play-button .fc-btn__icon i {
  margin-left: 3px;
}

.btn-icon-shape-outline, .btn-icon-shape-solid {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.7em;
  line-height: 1;
}
.btn-icon-shape-outline i, .btn-icon-shape-outline svg, .btn-icon-shape-solid i, .btn-icon-shape-solid svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.btn-icon-shape-outline svg path, .btn-icon-shape-solid svg path {
  transition: all 0.4s ease-in-out;
}
.btn-icon-shape-outline.btn-icon-round, .btn-icon-shape-solid.btn-icon-round {
  border-radius: 4px;
}
.btn-icon-shape-outline.btn-icon-round.ripple-effect:before, .btn-icon-shape-outline.btn-icon-round.ripple-effect:after, .btn-icon-shape-solid.btn-icon-round.ripple-effect:before, .btn-icon-shape-solid.btn-icon-round.ripple-effect:after {
  border-radius: 4px;
}
.btn-icon-shape-outline.btn-icon-circle, .btn-icon-shape-solid.btn-icon-circle {
  border-radius: 50%;
}
.btn-icon-shape-outline.btn-icon-circle.ripple-effect:before, .btn-icon-shape-outline.btn-icon-circle.ripple-effect:after, .btn-icon-shape-solid.btn-icon-circle.ripple-effect:before, .btn-icon-shape-solid.btn-icon-circle.ripple-effect:after {
  border-radius: 50%;
}

.btn-icon-shape-solid {
  background-color: #0D5756;
  color: #ffffff;
  fill: #ffffff;
}
.btn-icon-shape-solid svg path {
  fill: #ffffff;
}
.btn-icon-shape-solid i {
  color: #ffffff;
}
.btn-icon-shape-solid:hover {
  background-color: #0D5756;
  color: #fff;
}
.btn-icon-shape-solid:hover svg path {
  fill: #ffffff;
}

.btn-icon-shape-outline {
  color: #0D5756;
  border: 1px solid #0D5756;
  fill: #0D5756;
}
.btn-icon-shape-outline svg path {
  fill: #0D5756;
}
.btn-icon-shape-outline i {
  color: #0D5756;
}
.btn-icon-shape-outline:hover {
  background-color: #0D5756;
  color: #fff;
}
.btn-icon-shape-outline:hover svg path {
  fill: #ffffff;
}

/**
* Popup Button
 */
.ripple-effect {
  position: relative;
  animation: ripple 0.6s linear infinite;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(13, 87, 86, 0.1), 0 0 0 20px rgba(13, 87, 86, 0.1), 0 0 0 40px rgba(13, 87, 86, 0.1), 0 0 0 60px rgba(13, 87, 86, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(13, 87, 86, 0.1), 0 0 0 40px rgba(13, 87, 86, 0.1), 0 0 0 60px rgba(13, 87, 86, 0.1), 0 0 0 80px rgba(13, 87, 86, 0);
  }
}

.fr-overlay-background {
  opacity: 1;
  filter: alpha(opacity=100);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(32px);
}

.fr-close-background {
  display: none;
}

.fr-close.fr-close-outside {
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  top: 20px;
  right: 20px;
}
.fr-close.fr-close-outside:after {
  content: "\ea02";
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #EA4335;
  z-index: 2;
  font-size: 24px;
}

@keyframes btnWave {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
/**
* Back to Top Button
*/
.fc-scroll-top-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #0D5756;
  mix-blend-mode: difference;
}

.fc-scroll-top.progress-done {
  opacity: 1;
}

.fc-scroll-top > svg.progress-circle path {
  stroke: #0D5756;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 0.2s linear;
  mix-blend-mode: difference;
}

.fc-scroll-top-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #0D5756;
  mix-blend-mode: difference;
}

.fc-scroll-top > svg path {
  fill: none;
}

.fc-scroll-top.progress-done {
  visibility: visible;
  transform: translateY(0);
}

.fc-scroll-top {
  position: fixed;
  right: 24px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 0.2s linear, margin-right 0s;
}

/*--------------------------------------------------------------
## Cursor
--------------------------------------------------------------*/
.fc-hover-cursor-effect {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background: #000;
  color: #0B091B;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  z-index: 999;
}

.fc-image-hover {
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  width: 300px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: -50%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

[data-fc-wrapper-link] {
  cursor: pointer;
}

.fc-cursor {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #0B091B;
  z-index: 999;
  transition: 0.15s;
}

.fc-cursor-follower {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 8px;
  height: 8px;
  background-color: #0B091B;
  border-radius: 50%;
  transition: 0.2s;
  z-index: 999;
}

/*--------------------------------------------------------------
## Animation
--------------------------------------------------------------*/
@keyframes shape_one {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(2000px, 2000px) rotate(72deg);
    transform: translate(2000px, 2000px) rotate(72deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shape_two {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(53px, -80px) rotate(36deg);
    transform: translate(53px, -80px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(161px, 72px) rotate(72deg);
    transform: translate(161px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 112px) rotate(108deg);
    transform: translate(83px, 112px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-60px, 92px) rotate(144deg);
    transform: translate(-60px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shape_three {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(90px, -36px) rotate(36deg);
    transform: translate(90px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(101px, 32px) rotate(72deg);
    transform: translate(101px, 32px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(103px, 102px) rotate(108deg);
    transform: translate(103px, 102px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-76px, 62px) rotate(144deg);
    transform: translate(-76px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes shape_four {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(191px, 72px) rotate(72deg);
    transform: translate(191px, 72px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-56px, 92px) rotate(144deg);
    transform: translate(-56px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shape_four {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(191px, 72px) rotate(72deg);
    transform: translate(191px, 72px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-56px, 92px) rotate(144deg);
    transform: translate(-56px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes shape_five {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, -92px) rotate(72deg);
    transform: translate(141px, -92px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(153px, 92px) rotate(108deg);
    transform: translate(153px, 92px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-99px, 62px) rotate(144deg);
    transform: translate(-99px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shape_five {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, -92px) rotate(72deg);
    transform: translate(141px, -92px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(153px, 92px) rotate(108deg);
    transform: translate(153px, 92px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-99px, 62px) rotate(144deg);
    transform: translate(-99px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes shape_six {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(95px, -58px) rotate(36deg);
    transform: translate(95px, -58px) rotate(36deg);
  }
  30% {
    -webkit-transform: translate(81px, 82px) rotate(72deg);
    transform: translate(81px, 82px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(53px, 152px) rotate(108deg);
    transform: translate(53px, 152px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-56px, 32px) rotate(144deg);
    transform: translate(-56px, 32px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shape_six {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(95px, -58px) rotate(36deg);
    transform: translate(95px, -58px) rotate(36deg);
  }
  30% {
    -webkit-transform: translate(81px, 82px) rotate(72deg);
    transform: translate(81px, 82px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(53px, 152px) rotate(108deg);
    transform: translate(53px, 152px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-56px, 32px) rotate(144deg);
    transform: translate(-56px, 32px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.ttUpX {
  animation-name: ttUpX;
}

@keyframes ttUpX {
  0% {
    opacity: 0;
    transform: translate(-80px, 30px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes zoommd {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes movexy {
  0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    -webkit-transform: translateX(30px) scale(1.1) translateY(10px);
    transform: translateX(30px) scale(1.1) translateY(10px);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.1) translate(0px);
  }
}
@keyframes zoom {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.zoom {
  animation-name: zoom;
}

@keyframes zoom2 {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
.zoom2 {
  animation-name: zoom2;
}

@keyframes zoommd {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.zoomBounce {
  animation-name: zoomBounce;
}

@keyframes zoomBounce {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes movexy {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@keyframes wave {
  0% {
    transform: rotateZ(0deg) translate3d(0, 20%, 0) rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 20%, 0) rotateZ(-360deg);
  }
}
@keyframes fcFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fcFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fcFadeDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fcFadeLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fcFadeRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fcZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fcBounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.fcFade {
  animation-name: fcFade;
}

.fcFadeUp {
  animation-name: fcFadeUp;
}

.fcFadeDown {
  animation-name: fcFadeDown;
}

.fcFadeLeft {
  animation-name: fcFadeLeft;
}

.fcFadeRight {
  animation-name: fcFadeRight;
}

.fcZoomIn {
  animation-name: fcZoomIn;
}

.fcBounceIn {
  animation-name: fcBounceIn;
}

@keyframes jumping {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes jump {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveclouds {
  0% {
    transform: translate3d(-10px, -10px, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(-20px, 20px, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(30px, 0px, 0);
    opacity: 1;
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    width: 80px;
    height: 80px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 120px;
    width: 120px;
    opacity: 0;
  }
}
@keyframes pulsesm {
  0% {
    width: 60px;
    height: 60px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 80px;
    width: 80px;
    opacity: 0;
  }
}
.gpUpX {
  animation-name: gpUpX;
}

.gpUpSmX {
  animation: gpUpX 1s both 1s;
  animation-delay: 0.3s;
}

.gpDownX {
  animation-name: gpDownX;
}

@keyframes gpUpX {
  0% {
    opacity: 0;
    transform: translate(80px, -30px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes gpDownX {
  0% {
    opacity: 0;
    transform: translate(-80px, 80px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes leafMotion {
  50% {
    transform: rotate(4deg);
  }
}
@keyframes jump {
  0% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(2px);
  }
}
@keyframes slideInnew3 {
  0% {
    opacity: 0;
    transform: translate(80px, -80px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes animeone {
  0% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translate(80px, 1px) rotate(50deg);
  }
  40% {
    transform: translate(145px, 72px) rotate(90deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(125deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(140deg);
  }
  to {
    transform: translate(0) rotate(0deg);
  }
}
@keyframes animetwo {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}
@keyframes animethree {
  0% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translateY(-73px) rotate(-36deg);
  }
  40% {
    transform: translateY(-141px) rotate(-72deg);
  }
  60% {
    transform: translateY(-83px) rotate(-108deg);
  }
  80% {
    transform: translateY(40px) rotate(-144deg);
  }
  to {
    transform: translate(0) rotate(0deg);
  }
}
/*--------------------------------------------------------------
## Section Heading
--------------------------------------------------------------*/
.section-heading {
  position: relative;
  z-index: 2;
}
.section-heading .subtitle {
  color: #0D5756;
  font-size: 16px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.section-heading .section-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 17px;
}
@media (max-width: 1200px) {
  .section-heading .section-title {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .section-heading .section-title {
    font-size: 46px;
  }
}
.section-heading .section-title span {
  color: #0D5756;
  text-decoration: underline;
}
.section-heading .section-title.has-secondary-title {
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .section-heading .section-title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .section-heading .section-title br {
    display: none;
  }
}
.section-heading .description {
  font-weight: 400;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 991px) {
  .section-heading .description br {
    display: none;
  }
}
.section-heading .description p:first-child {
  margin-bottom: 0;
}
.section-heading .description p:nth-child(2) {
  margin-top: 20px;
}
.section-heading .description p:not(:last-child) {
  margin-bottom: 20px;
}
.section-heading.text-left .description {
  margin: 0;
}
.section-heading.text-right .description {
  margin: 0 0 0 auto;
}
.section-heading .section-title-secondary {
  font-size: 46px;
  font-weight: 700;
}

.fc-fancy-heading, .section-title {
  margin-bottom: 0;
  width: 100%;
}
.fc-fancy-heading .highlight, .section-title .highlight {
  color: rgba(13, 87, 86, 0.4);
  font-weight: 400;
}

.before-icon {
  line-height: 1;
}

.fancy-title-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
.fancy-title-container .before-icon {
  display: inline-block;
}
.fancy-title-container.has-title-icon {
  width: max-content;
}
@media (max-width: 576px) {
  .fancy-title-container.has-title-icon .before-icon {
    display: none;
  }
}

h1.fc-fancy-heading, h1.section-title {
  font-size: clamp(36px, 3.125vw, 60px);
}

h2.fc-fancy-heading, h2.section-title {
  font-size: clamp(1.875rem, 2.083vw, 2.5rem);
}

h3.fc-fancy-heading, h3.section-title {
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
}

h4.fc-fancy-heading, h4.section-title {
  font-size: clamp(1.125rem, 1.042vw, 1.25rem);
}

h5.fc-fancy-heading, h5.section-title {
  font-size: clamp(1rem, 0.938vw, 1.125rem);
}

h6.fc-fancy-heading, h6.section-title {
  font-size: clamp(0.8rem, 0.833vw, 1rem);
}

p.fc-fancy-heading {
  font-size: clamp(1rem, 0.833vw, 1rem);
}

.fc-fancy-text {
  font-size: 16px;
}

.anim-reveal-line {
  overflow: hidden;
}

.fc-t-animation-text_invert .elementor-widget-container {
  --text-color: 0, 0%, 0%;
}
.fc-t-animation-text_invert .elementor-widget-container .invert-line {
  background-image: linear-gradient(to right, hsla(var(--text-color), 1) 50%, hsla(var(--text-color), 0.3) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.fc-add-background-text:after {
  line-height: 1;
  display: inline-block;
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.banner {
  height: 875px;
  position: relative;
  overflow: hidden;
}
.banner__shape-bg {
  position: absolute;
  background: #145BD7;
  height: 100%;
  width: 100%;
  max-width: 71%;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .banner__shape-bg {
    max-width: 100%;
  }
}
.banner__shape-circle {
  position: absolute;
  top: 100px;
  left: 12%;
}
@media (max-width: 1470px) {
  .banner__shape-circle {
    left: 4%;
    max-width: 750px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.banner__title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.banner__title span {
  color: #ED0202;
}
.banner__description {
  font-size: 24px;
  color: #eae7f7;
  margin-bottom: 60px;
  line-height: 32px;
}
.banner__btns .banner-btn:not(:first-child) {
  margin-left: 25px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .banner__btns .banner-btn:not(:first-child) {
    margin-left: 10px;
  }
}
@media (max-width: 576px) {
  .banner__btns .banner-btn:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner__content, .banner__feature-image {
  position: relative;
  z-index: 2;
}
.banner--one {
  height: 100vh;
  min-height: 800px;
}
@media (min-width: 1024px) {
  .banner--one {
    max-height: 876px;
  }
}
@media (max-width: 991px) {
  .banner--one {
    height: auto;
    padding: 120px 0 100px;
  }
}
.banner--one .banner__feature-image {
  margin-right: -175px;
}
@media (max-width: 1200px) {
  .banner--one .banner__feature-image {
    margin-right: -50px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .banner--one .banner__feature-image {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .banner--one .banner__content {
    text-align: center;
  }
}
.banner--one .banner__title {
  font-size: 126px;
  font-weight: 600;
  line-height: 1.05;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 33px;
}
@media (max-width: 1470px) {
  .banner--one .banner__title {
    font-size: 90px;
  }
}
@media (max-width: 1200px) {
  .banner--one .banner__title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .banner--one .banner__title {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.banner--one .banner__description {
  font-family: "DM Sans", Sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 62px;
}
@media (max-width: 1440px) {
  .banner--one .banner__description br {
    display: none;
  }
}
.banner__brand-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  flex: 2;
  gap: 10px;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .banner__brand-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .banner__brand-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.banner__brands {
  display: flex;
  align-items: center;
  border-top: 2px solid rgba(255, 255, 255, 0.12);
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 767px) {
  .banner__brands {
    flex-direction: column;
  }
}
.banner__brands-title {
  color: #fff;
  font-size: 12px;
  /* font-family: 'Plus Jakarta Sans'; */
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
  letter-spacing: 0.24em;
  margin-bottom: 0;
  padding: 17px 50px 17px 0;
}
@media (min-width: 768px) {
  .banner__brands-title {
    margin-right: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.12);
  }
}
@media (max-width: 767px) {
  .banner__brands-title {
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.banner__social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1400px) {
  .banner__social-links {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .banner__social-links {
    display: none;
  }
}
.banner__social-links li {
  display: block;
  text-align: right;
}
.banner__social-links li a {
  display: inline-flex;
}
.banner__social-links li a span {
  display: inline-block;
  background: #141414;
  height: 55px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 10px 15px 21px;
  opacity: 0;
  visibility: hidden;
}
.banner__social-links li a i {
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  background: #141414;
}
.banner__social-links li a:hover span {
  opacity: 1;
  visibility: visible;
  animation: flipInX 1s ease forwards;
}
.banner--two {
  background: #4d3b8e;
  height: 870px;
}
@media (max-width: 1200px) {
  .banner--two {
    height: 768px;
  }
}
@media (max-width: 991px) {
  .banner--two {
    height: auto;
    padding-top: 100px;
  }
  .banner--two .banner__content {
    text-align: center;
  }
}
.banner--two .container {
  height: 100%;
}
.banner--two .container .row {
  width: 100%;
}
@media (max-width: 767px) {
  .banner--two .container.d-flex {
    display: block !important;
  }
}
.banner--two .banner__title {
  color: #fff;
  font-size: 80px;
  line-height: 102px;
  margin-bottom: 55px;
}
@media (max-width: 1470px) {
  .banner--two .banner__title {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 1200px) {
  .banner--two .banner__title {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .banner--two .banner__title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .banner--two .banner__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner--two .banner__feature-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 55;
}
@media (max-width: 1470px) {
  .banner--two .banner__feature-image {
    max-width: 480px;
  }
}
@media (max-width: 1200px) {
  .banner--two .banner__feature-image {
    position: relative;
  }
}
@media (max-width: 991px) {
  .banner--two .banner__feature-image {
    margin: 40px auto 0;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .banner--two .banner__feature-image {
    max-width: 300px;
  }
}
.banner--two .banner__btns .banner-btn:hover {
  background: #fff;
  border-color: #fff;
}
.banner--two .banner__btns .banner-btn--two {
  background: #5c4a9d;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.banner--two .banner__btns .banner-btn--two:hover {
  background: #fff;
  border-color: #fff;
}
.banner--three {
  display: flex;
  align-items: center;
}
.banner--three .banner__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
  margin-bottom: 36px;
}
@media (max-width: 1400px) {
  .banner--three .banner__title {
    font-size: 72px;
  }
}
@media (max-width: 1200px) {
  .banner--three .banner__title {
    font-size: 56px;
  }
}
.banner--three .banner__description {
  font-size: 20px;
  color: #B0B0B0;
  line-height: 32px;
  margin-bottom: 51px;
}
.banner--four {
  display: flex;
  align-items: center;
}
.banner--four .banner__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 90px;
  margin-bottom: 44px;
}
.banner--four .banner__description {
  margin-bottom: 45px;
}
.banner--four .fc-btn {
  font-family: "DM Sans", sans-serif;
}
.banner--four .fc-btn.btn-light:not(.btn-outline) {
  background-color: #D60058;
  border-color: #D60058;
  color: #fff;
}
.banner--four .fc-btn.btn-light:not(.btn-outline):hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.banner--four .fc-btn.btn-outline {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
.banner--four .fc-btn.btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.banner__left-top-shape {
  width: 430px;
  height: 430px;
  background: #d4f5f4;
  border-radius: 50%;
  position: absolute;
  left: -10%;
  top: -12%;
}
.banner .banner-btn {
  padding: 16px 40px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 1470px) {
  .banner .banner-btn {
    padding: 20px 30px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .banner .banner-btn {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .banner .banner-btn {
    padding: 15px 30px;
    font-size: 14px;
  }
}
.banner .banner__marquee {
  position: absolute;
  transform-origin: top left;
  left: 168px;
  height: 168px;
  width: 750px;
  top: 50px;
  background: linear-gradient(0.97deg, #4d3b8e 21.55%, rgba(77, 59, 142, 0) 303.01%);
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1470px) {
  .banner .banner__marquee {
    left: 100px;
    height: 100px;
  }
}
@media (max-width: 1400px) {
  .banner .banner__marquee {
    display: none;
  }
}
.banner .banner__marquee:before {
  content: "";
  position: absolute;
  width: 168px;
  height: 220.33px;
  left: -24px;
  background: linear-gradient(0.97deg, #4d3b8e 21.55%, rgba(77, 59, 142, 0) 303.01%);
  transform: rotate(90deg);
  z-index: 2;
}
.banner .banner__marquee:after {
  content: "";
  position: absolute;
  width: 168px;
  height: 220.33px;
  background: linear-gradient(0.97deg, #4d3b8e 21.55%, rgba(77, 59, 142, 0) 303.01%);
  transform: rotate(-90deg);
  z-index: 2;
  left: 627px;
}
.banner .banner__marquee.marque-center {
  transform-origin: top center;
  left: 45%;
  top: 48%;
  width: 750px;
}
@media (max-width: 1470px) {
  .banner .banner__marquee.marque-center {
    left: 35%;
  }
}
.banner__marquee-text {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.banner__marquee-text .marquee-text {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  padding: 0 80px;
}
.banner__marquee-text .marquee-text:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}

.lineChild {
  overflow: hidden;
}

@keyframes rotateX {
  0% {
    transform: rotateX(180deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
/*--------------------------------------------------------------
## Banner Slider
--------------------------------------------------------------*/
.banner__slider {
  height: 800px;
  position: relative;
}
.banner__slider .swiper-slide {
  height: 800px;
  width: 100%;
}
.banner__slider .banner__image {
  height: 800px;
}
.banner__slider .banner__image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.banner__slider .banner__slide {
  position: relative;
  overflow: hidden;
}
.banner__slider .banner__slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(140deg, #006BE2 0%, #00CFC8 100%);
  z-index: 2;
  opacity: 0.7;
}
.banner__slider .banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 3;
  transform: translate(-50%, -50%);
  max-width: 630px;
}
@media (max-width: 991px) {
  .banner__slider .banner__content {
    padding: 0 30px;
  }
}
.banner__slider .banner__title, .banner__slider .banner__description {
  color: #fff;
}
.banner__slider .banner__title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 800;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .banner__slider .banner__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .banner__slider .banner__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .banner__slider .banner__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner__slider .banner__description {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 42px;
}
@media (max-width: 400px) {
  .banner__slider .banner__description {
    margin-bottom: 32px;
  }
}
.banner__slider .fc-btn {
  padding: 16px 41px;
  line-height: 1;
  font-size: 16px;
}
.banner__slider .fc-btn:before {
  transition: all 0.6s ease-in-out;
}
.banner__slider .fc-btn:hover {
  color: #0D5756;
}
.banner__slider .fc-btn:hover:after {
  border-image-source: linear-gradient(90deg, #fff 100%, #fff 100%);
}
.banner__slider .fc-btn.btn-outline {
  margin-left: 20px;
  color: #fff;
  border-color: #fff;
}
@media (max-width: 400px) {
  .banner__slider .fc-btn.btn-outline {
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner__slider .fc-btn.btn-outline:before {
  transition: all 0.6s ease-in-out;
}
.banner__slider .fc-btn.btn-outline:after {
  border-image-source: linear-gradient(90deg, #fff 100%, #fff 100%);
}
.banner__slider .fc-btn.btn-outline:hover {
  border-color: #0D5756;
}
.banner__slider .fc-btn.btn-outline:hover:after {
  border-image-source: linear-gradient(90deg, #2acaff 25%, #13ade6 75%);
}
.banner__slider .swiper-slide-active .banner__title {
  animation: fadeInUp 1s both 1s;
}
.banner__slider .swiper-slide-active .banner__description {
  animation: fadeInUp 1s both 1.2s;
}
.banner__slider .swiper-slide-active .fc-btn {
  animation: fadeInUp 1s both 1.5s;
}
.banner__slider .swiper-slide-active .fc-btn.btn-outline {
  margin-left: 20px;
  color: #fff;
  border-color: #fff;
}
.banner__slider .swiper-slide-active .fc-btn.btn-outline:hover {
  border-color: #0D5756;
}
.banner__slider .swiper-pagination {
  width: auto !important;
  left: auto !important;
  right: 160px;
  bottom: auto !important;
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 1200px) {
  .banner__slider .swiper-pagination {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .banner__slider .swiper-pagination {
    display: none;
  }
}
.banner__slider .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  width: 8px;
  height: 20px;
  border-radius: 6px;
  outline: 0;
  transition: all 0.3s ease-in-out;
  display: block;
  left: auto;
  right: 0;
  margin: 15px 0 !important;
}
.banner__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  height: 30px;
}
.banner__slider .banner__slider-prev, .banner__slider .banner__slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  z-index: 2;
  cursor: pointer;
  font-size: 30px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.banner__slider .banner__slider-prev:hover, .banner__slider .banner__slider-next:hover {
  background-color: #0D5756;
  color: #fff;
  border-color: #0D5756;
}
.banner__slider .banner__slider-prev {
  left: 20px;
}
.banner__slider .banner__slider-next {
  right: 20px;
}
.banner__slider:hover .banner__slider-prev, .banner__slider:hover .banner__slider-next {
  opacity: 1;
  visibility: visible;
}

.banner-pagination {
  position: absolute;
  bottom: 40px;
  z-index: 33;
  left: 50%;
  transform: translateX(-50%);
}
.banner-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
}

/*--------------------------------------------------------------
## Popup Video Box
--------------------------------------------------------------*/
.video_section {
  overflow: hidden;
}

.video_section {
  overflow: hidden;
}
.video_section.video_sec_padding {
  padding: 130px 0 120px;
}
@media (max-width: 991px) {
  .video_section.video_sec_padding {
    padding: 100px 0;
  }
}
.video_section .video_section_content {
  position: relative;
  z-index: 1;
}
.video_section .video_section_content .video_popup {
  height: 80px;
  width: 80px;
  box-shadow: 10px 17.321px 40px 0px rgba(1, 16, 58, 0.14);
}
.video_section .video_section_content .video_popup img {
  max-width: 14px;
  margin-left: 3px;
}
@media (max-width: 991px) {
  .video_section .video_section_content .video_popup {
    height: 60px;
    width: 60px;
  }
}
.video_section .about_img_shape {
  position: absolute;
  top: -70px;
  left: -40px;
  z-index: -1;
}
.video_section .round_shape_animation {
  border-radius: 50%;
  background: #acf2f0;
  position: absolute;
  right: -130px;
  bottom: -65px;
  width: 280px;
  height: 280px;
  -webkit-animation: circleAnimation 5s linear infinite;
  animation: circleAnimation 5s linear infinite;
  z-index: -1;
}
@media (max-width: 991px) {
  .video_section .round_shape_animation {
    width: 150px;
    height: 150px;
    right: -70px;
  }
}

.video_popup_section .video_popup {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.video_popup_section .video_popup i {
  font-size: 18px;
  color: #0D5756;
  margin-left: 5px;
}

.video_popup.play_animation:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.video_popup img {
  position: relative;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.video_popup {
  background-color: #fff;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_popup:hover {
  background-color: #0D5756;
}
.video_popup:hover i {
  color: #fff;
}

.popup-video-box.video_section .round_shape_animation {
  top: auto;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.popup-btn {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 77px;
  text-align: center;
  background-color: #0D5756;
  color: #fff;
  border-radius: 50%;
  position: relative;
  font-size: 20px;
}
.popup-btn i {
  margin-left: 5px;
}
.popup-btn:before {
  content: "";
  position: absolute;
  left: -12.5px;
  top: -12.5px;
  height: 100px;
  width: 100px;
  opacity: 0;
  border-radius: 50%;
  border: 1px solid #0D5756;
  animation: btnWave 1500ms linear infinite;
}
.popup-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border-radius: 50%;
  border: 10px solid #0D5756;
  animation: btnWave 1000ms linear infinite;
}
.popup-btn:hover {
  color: #fff;
}

@keyframes btnWave {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/*--------------------------------------------------------------
## Projects
--------------------------------------------------------------*/
.fc-project {
  background: #ffffff;
  position: relative;
}
.fc-project__image {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .fc-project__image {
    margin-bottom: 10px;
  }
}
.fc-project__img {
  width: 100%;
  height: 100%;
}
.fc-project__content {
  display: flex;
  justify-content: space-between;
}
.fc-project__title {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -0.96px;
  padding: 6px 0;
}
@media (max-width: 576px) {
  .fc-project__title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
    padding: auto;
  }
}
.fc-project__designation {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.fc-project__category, .fc-project__year {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.fc-single-project {
  padding-top: 100px;
}
.fc-single-project__banner {
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 576px) {
  .fc-single-project__banner {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.fc-single-project__info {
  text-align: center;
}
@media (max-width: 576px) {
  .fc-single-project__info {
    padding-top: 32px;
  }
}
.fc-single-project__backbtn {
  flex-basis: 44%;
}
.fc-single-project__backbtn a {
  color: #0032FF;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.fc-single-project__backbtn i {
  font-size: 30px;
}
.fc-single-project__address {
  color: #454545;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  flex-basis: 56%;
}
.fc-single-project__logo {
  margin-bottom: 25px;
}
.fc-single-project__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  .fc-single-project__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    margin-bottom: 10px;
    gap: 10px;
  }
}
.fc-single-project__label {
  color: #888888;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 4px;
}
.fc-single-project__title {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.18px;
}
.fc-single-project__image img {
  width: 100%;
  height: 100%;
}
.fc-single-project__slider {
  position: relative;
}
.fc-single-project__slider .fc-single-project__prev,
.fc-single-project__slider .fc-single-project__next {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  color: #0D5756;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.fc-single-project__slider .fc-single-project__prev:hover,
.fc-single-project__slider .fc-single-project__next:hover {
  background: #0032FF;
  color: #ffffff;
}
.fc-single-project__slider .fc-single-project__prev {
  left: 10px;
}
.fc-single-project__slider .fc-single-project__next {
  right: 10px;
}

/*--------------------------------------------------------------
## Testimonial
--------------------------------------------------------------*/
.fc-testimonial {
  border-radius: 20px;
  text-align: left;
  padding: 35px 60px 58px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  background: #fff;
}
.fc-testimonial__content {
  font-size: 20px;
  line-height: 30px;
}
.fc-testimonial .foliocrave-star-rating {
  margin-bottom: 20px;
}
.fc-testimonial__bio-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.fc-testimonial__avatar {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.fc-testimonial__avatar img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.fc-testimonial__name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.fc-testimonial__designation {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}

.testimonial-prev, .testimonial-next {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-prev {
  left: -60px;
}

.testimonial-next {
  right: -60px;
}

.fc-testimonial .testimonial-pagination {
  position: relative;
}

.testimonial-pagination {
  position: static !important;
  margin-top: 70px !important;
}

.fc-star-rating {
  display: flex;
  align-items: center;
  font-size: 18px;
}

/* Ratting Style */
.fc-star-1:before,
.fc-star-2:before,
.fc-star-3:before,
.fc-star-4:before,
.fc-star-5:before {
  content: "\f18d";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #ffbc08;
}

.fc-star-10 .fc-star-1:before,
.fc-star-20 .fc-star-1:before,
.fc-star-20 .fc-star-2:before,
.fc-star-30 .fc-star-1:before,
.fc-star-30 .fc-star-2:before,
.fc-star-30 .fc-star-3:before,
.fc-star-40 .fc-star-1:before,
.fc-star-40 .fc-star-2:before,
.fc-star-40 .fc-star-3:before,
.fc-star-40 .fc-star-4:before,
.fc-star-50 .fc-star-1:before,
.fc-star-50 .fc-star-2:before,
.fc-star-50 .fc-star-3:before,
.fc-star-50 .fc-star-4:before,
.fc-star-50 .fc-star-5:before {
  content: "\f18c";
  color: #ffbc08;
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
  display: block;
}
.swiper-pagination.testi-pagination {
  position: static;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  transition: all 0.3s ease-in-out;
  position: relative;
  opacity: 1;
  background: #B6CDCC;
  outline: 0;
  margin: 0 6px !important;
}
.swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  border: 1px solid #3F444B;
  border-radius: 50%;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  transform: scale(1.4);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  border-color: #0D5756;
}

.fc-widget-stars {
  width: 110px;
  margin: 33px auto 10px;
}

.fc-stars .fc-star__canvas,
.fc-stars .fc-star__canvas--half {
  fill: #dcdce6;
}

.fc-stars .fc-star__shape {
  fill: #fff;
}

.fc-stars--1 .fc-star:nth-of-type(-n + 1) .fc-star__canvas,
.fc-stars--1 .fc-star:nth-of-type(-n + 1) .fc-star__canvas--half {
  fill: #ff3722;
}

.fc-stars--2 .fc-star:nth-of-type(-n + 2) .fc-star__canvas,
.fc-stars--2 .fc-star:nth-of-type(-n + 2) .fc-star__canvas--half {
  fill: #ff8622;
}

.fc-stars--3 .fc-star:nth-of-type(-n + 3) .fc-star__canvas,
.fc-stars--3 .fc-star:nth-of-type(-n + 3) .fc-star__canvas--half {
  fill: #ffce00;
}

.fc-stars--4 .fc-star:nth-of-type(-n + 4) .fc-star__canvas,
.fc-stars--4 .fc-star:nth-of-type(-n + 4) .fc-star__canvas--half {
  fill: #73cf11;
}

.fc-stars--5 .fc-star:nth-of-type(-n + 5) .fc-star__canvas,
.fc-stars--5 .fc-star:nth-of-type(-n + 5) .fc-star__canvas--half {
  fill: #00b67a;
}

.fc-stars--1--half .fc-star:nth-of-type(-n + 2) .fc-star__canvas--half {
  fill: #ff3722;
}

.fc-stars--2--half .fc-star:nth-of-type(-n + 3) .fc-star__canvas--half {
  fill: #ff8622;
}

.fc-stars--3--half .fc-star:nth-of-type(-n + 4) .fc-star__canvas--half {
  fill: #ffce00;
}

.fc-stars--4--half .fc-star:nth-of-type(-n + 4) .fc-star__canvas,
.fc-stars--4--half .fc-star:nth-of-type(-n + 4) .fc-star__canvas--half {
  fill: #00b67a;
}

.fc-stars--4--half .fc-star:nth-of-type(-n + 5) .fc-star__canvas--half {
  fill: #00b67a;
}

.fc-creative-testimonial--three {
  position: static !important;
}
.fc-creative-testimonial--three .fc-testimonial {
  text-align: center;
}
.fc-creative-testimonial--three .fc-testimonial__bio {
  margin-bottom: 26px;
}
.fc-creative-testimonial--three .fc-testimonial__name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.fc-creative-testimonial--three .fc-testimonial__designation {
  font-size: 12px;
  color: rgba(41, 41, 41, 0.6);
}
.fc-creative-testimonial--three .fc-testimonial__review {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #272727;
  line-height: 33px;
}
@media (max-width: 480px) {
  .fc-creative-testimonial--three .fc-testimonial__review {
    font-size: 16px;
    line-height: 26px;
  }
}

.testimonial-four-top-wrapper {
  background: #121212;
  padding: 80px;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .testimonial-four-top-wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-four-top-wrapper {
    padding: 60px 30px;
  }
}
.testimonial-four-top-wrapper .fc-creative-testimonial--four {
  max-width: 960px;
  margin: 0 auto;
}
.testimonial-four-top-wrapper .fc-widget-stars {
  width: 110px;
  margin: 0 0 30px;
}
.testimonial-four-top-wrapper .fc-testimonial__review {
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .testimonial-four-top-wrapper .fc-testimonial__review {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .testimonial-four-top-wrapper .fc-testimonial__review {
    font-size: 18px;
  }
}

.testimoinal-slider-nav-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.testimoinal-slider-nav-wrapper:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.testimoinal-slider-nav--four {
  padding-bottom: 8px;
}
.testimoinal-slider-nav--four .fc-testimonial__avatar {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 22px;
}
.testimoinal-slider-nav--four .fc-testimonial__avatar img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}
.testimoinal-slider-nav--four .fc-testimonial__name {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1;
  letter-spacing: -0.48px;
}
@media (max-width: 991px) {
  .testimoinal-slider-nav--four .fc-testimonial__name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .testimoinal-slider-nav--four .fc-testimonial__name {
    font-size: 18px;
  }
}
.testimoinal-slider-nav--four .fc-testimonial__designation {
  color: #B8B8B8;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
}
@media (max-width: 991px) {
  .testimoinal-slider-nav--four .fc-testimonial__designation {
    font-size: 12px;
  }
}
.testimoinal-slider-nav--four .fc-testimonial {
  padding-bottom: 30px;
  position: relative;
}
.testimoinal-slider-nav--four .fc-testimonial:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 4px;
  width: 0;
  background: #D60058;
  transition: all 0.3s ease-in-out;
}
.testimoinal-slider-nav--four .swiper-slide.swiper-slide-thumb-active .fc-testimonial:after {
  width: 100%;
}

/*--------------------------------------------------------------
## Progressbar
--------------------------------------------------------------*/
/* Progressbar Counter */
.fc-progressbar__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
.fc-progressbar__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.fc-progressbar__circle {
  position: relative;
  width: 148px;
  height: 148px;
  overflow: hidden;
}
.fc-progressbar__percentage {
  position: absolute;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.64px;
  text-align: center;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fc-progressbar__label {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 500;
  padding-top: 20px;
  text-align: center;
  opacity: 0.72;
}
.fc-progressbar__next, .fc-progressbar__prev {
  transform: translateY(-50%);
}
.fc-progressbar__pagination {
  position: static;
  margin-top: 21px;
}
.fc-progressbar__pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
}
.fc-progressbar__pagination .swiper-pagination-bullet:before {
  background: transparent;
}
.fc-progressbar__pagination .swiper-pagination-bullet-active {
  background: transparent;
}
.fc-progressbar__pagination .swiper-pagination-bullet-active:before {
  border-color: #ffffff;
  background: transparent;
}

.fc-progressbar__next {
  right: 0;
}
@media (max-width: 576px) {
  .fc-progressbar__next {
    right: 16px;
  }
}

.fc-progressbar__prev {
  left: 0;
}

@media (min-width: 768px) {
  .fc-progressbar__grid {
    display: grid;
  }
  .fc-progressbar__container {
    display: none;
  }
}
@media (max-width: 768px) {
  .fc-progressbar__container {
    display: flex;
  }
  .fc-progressbar__grid {
    display: none;
  }
}
/*--------------------------------------------------------------
## Video Image Box
--------------------------------------------------------------*/
.fc-video-popup {
  position: relative;
  overflow: hidden;
}
.fc-video-popup__image {
  background-color: #D9D9D9;
  border-radius: 16px;
}
.fc-video-popup__image img {
  width: 100%;
  height: 100%;
  border-radius: 16px !important;
}
.fc-video-popup__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 0px 12px;
  background: rgba(0, 50, 255, 0.72);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 768px) {
  .fc-video-popup__icon {
    height: 60px;
  }
}
.fc-video-popup__icon i {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 17px;
}
@media (max-width: 768px) {
  .fc-video-popup__icon i {
    padding: 10px;
  }
}
.fc-video-popup__playbtn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.fc-video-popup__btn {
  color: #0032FF;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px; /* 175% */
  letter-spacing: -0.16px;
  transition: all 0.3s ease;
  border-radius: 0px 12px 0px 0px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  text-decoration: underline !important;
  width: 134px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .fc-video-popup__btn {
    height: 60px;
    width: 110px;
  }
}

/*--------------------------------------------------------------
## Project
--------------------------------------------------------------*/
.fc-project {
  background: #ffffff;
  position: relative;
}
.fc-project__image {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .fc-project__image {
    margin-bottom: 10px;
  }
}
.fc-project__img {
  width: 100%;
  height: 100%;
}
.fc-project__content {
  display: flex;
  justify-content: space-between;
}
.fc-project__title {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -0.96px;
  padding: 6px 0;
}
@media (max-width: 576px) {
  .fc-project__title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
    padding: auto;
  }
}
.fc-project__designation {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.fc-project__category, .fc-project__year {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.fc-single-project {
  padding-top: 100px;
}
.fc-single-project__banner {
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 576px) {
  .fc-single-project__banner {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.fc-single-project__info {
  text-align: center;
}
@media (max-width: 576px) {
  .fc-single-project__info {
    padding-top: 32px;
  }
}
.fc-single-project__backbtn {
  flex-basis: 44%;
}
.fc-single-project__backbtn a {
  color: #0032FF;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.fc-single-project__backbtn i {
  font-size: 30px;
}
.fc-single-project__address {
  color: #454545;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  flex-basis: 56%;
}
.fc-single-project__logo {
  margin-bottom: 25px;
}
.fc-single-project__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  .fc-single-project__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    margin-bottom: 10px;
    gap: 10px;
  }
}
.fc-single-project__label {
  color: #888888;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 4px;
}
.fc-single-project__title {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.18px;
}
.fc-single-project__image img {
  width: 100%;
  height: 100%;
}
.fc-single-project__slider {
  position: relative;
}
.fc-single-project__slider .fc-single-project__prev,
.fc-single-project__slider .fc-single-project__next {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  color: #0D5756;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.fc-single-project__slider .fc-single-project__prev:hover,
.fc-single-project__slider .fc-single-project__next:hover {
  background: #0032FF;
  color: #ffffff;
}
.fc-single-project__slider .fc-single-project__prev {
  left: 10px;
}
.fc-single-project__slider .fc-single-project__next {
  right: 10px;
}

/*--------------------------------------------------------------
## Marquee Text
--------------------------------------------------------------*/
.marquee-text {
  position: relative;
  overflow: hidden;
}

.marquee-text {
  position: relative;
}

.marquee__text-inner {
  position: relative;
  display: flex;
  width: max-content;
}
.marquee__text-inner .arrow {
  position: relative;
  line-height: 1;
}
.marquee__text-inner .arrow svg {
  width: 40px;
  height: 40px;
}
.marquee__text-inner.style--one .marquee__text-part {
  position: relative;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 45px;
  line-height: 1.4;
  font-weight: 500;
  color: #B0B0B0;
  transition: all 0.3s ease-in-out;
  height: auto;
}
.marquee__text-inner.style--one .marquee__text-part .arrow {
  line-height: 1;
  margin: 0 28px;
  display: inline-block;
}
.marquee__text-inner.style--two .marquee__text-part {
  font-family: "Inter", sans-serif;
  color: #ED0202;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.18px;
  line-height: 1.4;
}
.marquee__text-inner.style--two .marquee__text-part .arrow {
  line-height: 1;
  margin: 0 40px;
  display: inline-block;
}
.marquee__text-inner.style--two .marquee__text-part .arrow svg {
  width: 24px;
  height: 24px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*--------------------------------------------------------------
## Time Zone
--------------------------------------------------------------*/
.fc-time-zone {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #5D5D5D;
  display: block;
}
.fc-time-zone .country {
  color: #000000;
  font-weight: 500;
}

/*--------------------------------------------------------------
## Image Slider
--------------------------------------------------------------*/
.fc-image-slider {
  position: relative;
}
.fc-image-slider__prev, .fc-image-slider__next {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.fc-image-slider__prev:hover, .fc-image-slider__next:hover {
  background: #0032FF;
  color: #ffffff;
}
.fc-image-slider__prev {
  left: 10px;
}
.fc-image-slider__next {
  right: 10px;
}
.fc-image-slider__img {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
## Text List
--------------------------------------------------------------*/
.ratli-text-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .ratli-text-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 0 auto;
  }
}
.ratli-text-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ratli-text-list__icon {
  color: #000000;
  font-size: 28px;
}
.ratli-text-list__text {
  font-size: 23px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.23px;
  background: linear-gradient(90deg, #000000, #E7E7E7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
## Count Info
--------------------------------------------------------------*/
.fc-count-info {
  background-color: #0b163f;
  padding: 45px 30px;
  text-align: center;
  border-radius: 15px;
}
.fc-count-info__icon {
  margin-bottom: 15px;
}
.fc-count-info__icon i {
  display: inline-flex;
  color: #ffc107;
  font-size: 38px;
  margin-right: 5px;
}
.fc-count-info__title {
  display: inline-block;
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 40px;
}
.fc-count-info__description {
  color: #d6d5e1;
  margin-bottom: 0;
}
.fc-count-info__logo {
  margin-top: 30px;
}
.fc-count-info__logo img {
  height: 24px !important;
}

/*--------------------------------------------------------------
## Counting
--------------------------------------------------------------*/
.tc-counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tc-counter__chatbot {
  margin-bottom: 14px;
  position: relative;
}
@media (max-width: 576px) {
  .tc-counter__chatbot svg {
    width: 61px;
    height: 56px;
  }
}
.tc-counter__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tc-counter__number {
  color: #0B091B;
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .tc-counter__number {
    font-size: 30px;
    letter-spacing: -0.6px;
  }
}
.tc-counter__title {
  color: rgba(11, 9, 27, 0.56);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 576px) {
  .tc-counter__title {
    font-size: 18px;
  }
}
.tc-counter__prev, .tc-counter__next {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  color: #0D5756;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 576px) {
  .tc-counter__prev, .tc-counter__next {
    opacity: 1;
    visibility: visible;
  }
}
.tc-counter__prev:hover, .tc-counter__next:hover {
  background: #0D5756;
  color: #ffffff;
}
.tc-counter__prev {
  left: -10px;
}
.tc-counter__next {
  right: -10px;
}

.tc-counter--two {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 64px;
  position: relative;
}
@media (max-width: 576px) {
  .tc-counter--two {
    gap: 16px;
  }
}
.tc-counter--two .tc-counter__line {
  display: block;
  width: 20px;
  height: 8px;
  background-color: #ED0202;
  margin-bottom: 18px;
}
.tc-counter--two .tc-counter__number {
  color: #0D5756;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -1.92px;
  justify-content: unset;
}
@media (max-width: 576px) {
  .tc-counter--two .tc-counter__number {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1.08px;
  }
}
.tc-counter--two .tc-counter__text {
  color: rgba(11, 9, 27, 0.48);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
}
@media (max-width: 576px) {
  .tc-counter--two .tc-counter__text {
    font-size: 16px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
.fc-video-wrapper {
  max-width: 500px;
  position: relative;
  min-height: 810px;
  margin: 0 auto;
}
@media ((max-width: 767px)) {
  .fc-video-wrapper {
    min-height: 453px;
    width: 280px;
  }
}
.fc-video-wrapper .fc-video-frame-image {
  max-width: 500px;
  position: absolute;
  left: 0;
  top: 0;
}
@media ((max-width: 767px)) {
  .fc-video-wrapper .fc-video-frame-image {
    width: 280px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Custom Video Widget Styles */
.fc-video-container {
  position: relative;
  padding-bottom: 40.25%; /* 16:9 aspect ratio (responsive height) 56.25 */
  overflow: hidden;
  border-radius: 30px;
  background: #000;
  width: 430px;
  height: 195px;
  top: 37px;
  left: 52%;
  transform: translateX(-50%) scale(1);
}
@media ((max-width: 767px)) {
  .fc-video-container {
    width: 245px;
    height: 112px;
    padding-bottom: 24.25%;
    border-radius: 15px;
    top: 19px;
  }
}

/* YouTube UI Hiding Styles */
.fc-video-container .youtube-nochannel {
  /* Base styling */
  display: block;
}

/* Hide YouTube logo on hover */
.fc-video-container .youtube-nochannel:hover .ytp-chrome-top-buttons {
  display: none !important;
}

/* Hide YouTube title bar on hover */
.fc-video-container .youtube-nochannel:hover .ytp-chrome-top {
  display: none !important;
}

/* Add a special container for YouTube videos with hidden UI */
.fc-video-container.youtube-clean-ui {
  position: relative;
}

/* Custom overlay to intercept hover events for YouTube */
.fc-video-container.youtube-clean-ui::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px; /* Height of the YouTube top bar */
  background: transparent;
  z-index: 10;
  pointer-events: none;
}

/* Additional YouTube UI hiding styles */
.fc-video-container.youtube-clean-ui iframe {
  /* Remove YouTube border */
  border: none !important;
}

/* Hide YouTube logo */
.fc-video-container.youtube-clean-ui .ytp-youtube-button,
.fc-video-container.youtube-clean-ui .ytp-chrome-top-buttons {
  display: none !important;
}

/* Hide title bar */
.fc-video-container.youtube-clean-ui .ytp-chrome-top {
  display: none !important;
}

/* Hide playlist icon */
.fc-video-container.youtube-clean-ui .ytp-playlist-menu-button {
  display: none !important;
}

/* Additional class when video is playing */
.fc-video-container.youtube-playing .ytp-chrome-bottom {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fc-video-container.youtube-playing:hover .ytp-chrome-bottom {
  opacity: 1;
}

/* Create a clean appearance for controls */
.fc-video-container.youtube-clean-ui .ytp-chrome-controls {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.fc-video-container iframe,
.fc-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Hover effects for controls visibility */
.fc-video-container video:hover {
  cursor: pointer;
}

/* Custom play button */
.fc-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.fc-video-overlay:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.fc-video-play-button {
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.fc-video-play-button:hover {
  transform: scale(1.1);
}

.fc-video-play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #333;
  margin-left: 5px;
}

/* Loading spinner */
.fc-video-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.fc-video-loading::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Responsive styling */
@media (max-width: 767px) {
  .fc-video-play-button {
    width: 50px;
    height: 50px;
  }
  .fc-video-play-button::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #333;
  }
}
.fc-instagram-feed .sbi_type_image img {
  max-height: 373px;
  max-width: 100%;
  object-fit: cover;
}
.fc-instagram-feed .instagram-feed-next {
  right: 16px;
}
.fc-instagram-feed .instagram-feed-prev {
  left: 16px;
}
.fc-instagram-feed .sbi_photo_wrap {
  overflow: hidden;
}
.fc-instagram-feed .sbi_photo_wrap .sbi_photo {
  max-height: 373px !important;
}
.fc-instagram-feed .swiper-pagination {
  bottom: 0;
}

/*--------------------------------------------------------------
## Logo Carousel
--------------------------------------------------------------*/
.fc-logo-carousel:not(.fc-client-logo--marquee) {
  position: relative;
  border-radius: 15px;
  border: 1px solid #F1F6FE;
  padding: 42px;
}
.fc-logo-carousel.fc-client-logo--marquee .swiper-wrapper {
  transition-timing-function: linear;
}

.fc-client-logo img {
  transition: all 0.3s ease-in-out;
}

.fc-client-logo .swiper-wrapper {
  display: flex;
  align-items: center;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.slider-nav:hover {
  background: #0D5756;
  color: #ffffff;
}
.slider-nav.logo-next {
  right: -22px;
}
.slider-nav.logo-prev {
  left: -23px;
}

/*--------------------------------------------------------------
## Logo List
--------------------------------------------------------------*/
.fc-logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .fc-logo-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .fc-logo-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fc-logo-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px solid #ccc;
  margin: -1px 0 0 -1px;
  transition: all 0.3s ease-in-out;
  min-height: 210px;
}
@media (max-width: 991px) {
  .fc-logo-list__item {
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .fc-logo-list__item {
    min-height: 100px;
  }
}
.fc-logo-list__item:hover {
  background-color: #fff;
  box-shadow: -2px 16px 66px rgba(73, 73, 73, 0.1);
  border-color: #fff;
}

/*--------------------------------------------------------------
## Social Profile
--------------------------------------------------------------*/
.tc-social-link {
  margin: 0;
}
.tc-social-link li {
  display: inline-block;
  color: #696969;
  font-size: 14px;
  margin-right: 23px;
}
.tc-social-link li:last-child {
  margin-right: 0;
}
.tc-social-link li a {
  color: #696969;
  display: block;
}
.tc-social-link li a:hover {
  color: #0D5756;
}

.tc-social-follower.tc-social-follower--style-1 .xs-social-follower, .tc-social-follower.tc-social-follower--style-1 .xs-social-follower-text {
  display: none;
}
.tc-social-follower .xs_social_counter_widget .xs_counter_url {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 12px 12px 24px 0 rgba(0, 0, 0, 0.16);
  padding: 4px;
  gap: 4px;
}
.tc-social-follower .xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li {
  height: 56px;
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 0;
}
.tc-social-follower .xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  height: 100%;
  width: 100%;
  position: relative;
}
.tc-social-follower .xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li a .wslu-hover-content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  background: #1877F2;
  box-shadow: 12px 12px 24px 0 rgba(0, 0, 0, 0.4);
  line-height: 1;
  padding: 6px 9px;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.tc-social-follower .xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li a .wslu-hover-content > div {
  font-size: 16px !important;
  font-weight: 500;
}
.tc-social-follower .xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li a .wslu-hover-content .xs-social-follower-text {
  display: block;
  text-transform: capitalize !important;
}
.tc-social-follower .xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li a:hover .wslu-hover-content {
  opacity: 1;
  visibility: visible;
}
.tc-social-follower .xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li.facebook {
  background: #1877F2;
}
.tc-social-follower .xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li.twitter {
  background: #14171A;
}
.tc-social-follower .met-social {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400;
  font-size: 16px !important;
}
.tc-social-follower .met-social.met-social-facebook:before {
  content: "\f39e";
}
.tc-social-follower .met-social.met-social-twitter:before {
  content: "\e61b";
}
.tc-social-follower .met-social.met-social-pinterest:before {
  content: "\f231";
}
.tc-social-follower .met-social.met-social-dribbble:before {
  content: "\f17d";
}
.tc-social-follower .met-social.met-social-instagram:before {
  content: "\f16d";
}
.tc-social-follower .met-social.met-social-youtube:before {
  content: "\f167";
}
.tc-social-follower--horizontal .xs_social_counter_widget .xs_counter_url {
  flex-direction: row;
}
@media (max-width: 767px) {
  .tc-social-follower--horizontal.tc-social-follower--mobile-vertical .xs_social_counter_widget .xs_counter_url {
    flex-direction: column;
  }
}
.tc-social-follower--vertical .xs_counter_url {
  box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.4);
}
.tc-social-follower--vertical .xs-social-follower {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.tc-social-follower--vertical .xs-social-follower .xs-social-follower-text {
  font-size: 14px;
  color: #0D5756;
  font-weight: 500;
  text-align: center;
}
.tc-social-follower--vertical .xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li a .wslu-hover-content {
  right: 100%;
  left: auto;
  bottom: 50%;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .tc-social-follower--vertical.tc-social-follower--mobile-horizontal .xs_social_counter_widget .xs_counter_url {
    flex-direction: row;
  }
}
.tc-social-follower--top-tooltip .xs_counter_url.wslu-counter-line-shaped li a .wslu-hover-content {
  display: flex;
}

/*--------------------------------------------------------------
## Pricing
--------------------------------------------------------------*/
.pricing-switch-wrap {
  align-items: center;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  justify-content: space-between;
}
.pricing-switch-wrap span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  width: 50%;
  text-align: center;
  z-index: 2;
  position: relative;
  line-height: 35px;
  color: #fff;
}
.pricing-switch-wrap span.beforeinput.active {
  color: #0D5756;
}
.pricing-switch-wrap span.afterinput.active {
  color: #0D5756;
}
.pricing-switch-wrap .switch-icon {
  position: relative;
  width: 200px;
  height: 37px;
  border: 1px solid #0D5756;
  border-radius: 25px;
  transition: all 0.3s linear;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
}
.pricing-switch-wrap .switch-icon:after {
  content: "";
  position: absolute;
  left: 4px;
  width: 100px;
  height: 35px;
  background-color: #0D5756;
  border-radius: 25px;
  transform: translate3d(-6px, 0, 0);
  transition: all 0.2s ease-in-out;
}
.pricing-switch-wrap.yearly .switch-icon:after {
  transform: translate3d(95px, 0, 0);
}

.yearly-price {
  display: none;
}

.pricing-table {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.pricing-table svg {
  position: absolute;
  left: 52%;
  z-index: -1;
  transform: translateX(-50%);
  top: -262px;
}
.pricing-table svg path {
  transition: all 0.3s ease-in-out;
}
.pricing-table .table-feature-image {
  padding: 26px 0 15px;
}
.pricing-table .price-content-wrapper {
  padding: 30px 30px 60px;
}
.pricing-table .pricing-header {
  padding-bottom: 10px;
  margin-bottom: 42px;
  border-bottom: 1px solid #e4e4e4;
}
.pricing-table .pricing-header .price {
  font-size: 40px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 0;
}
.pricing-table .pricing-header .price span {
  color: #0B091B;
  font-size: 16px;
  font-weight: 400;
}
.pricing-table .pricing-header .price-title {
  font-size: 18px;
  font-weight: 700;
  color: #0D5756;
  margin-bottom: 15px;
}
.pricing-table .price-feature {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.pricing-table .price-feature li {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.pricing-table .price-feature li:before {
  position: absolute;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
}
.pricing-table .price-feature li.have:before {
  content: "\f00c";
  color: #1cc941;
}
.pricing-table .price-feature li.not:before {
  content: "\f00d";
  color: #f72323;
}
.pricing-table:hover, .pricing-table.featured {
  border-color: #0D5756;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}
.pricing-table:hover svg path, .pricing-table.featured svg path {
  fill: #0D5756;
}

.fc-pricing {
  position: relative;
  padding: 57px 50px 50px;
  background: #FFFFFF;
  box-shadow: 0 22px 24px rgba(213, 207, 177, 0.331184);
  border-radius: 20px;
}
@media (max-width: 420px) {
  .fc-pricing {
    padding: 55px 30px 60px;
  }
}
.fc-pricing__title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #373d46;
  margin-bottom: 14px;
  letter-spacing: 1px;
}
.fc-pricing__price {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 41px;
}
.fc-pricing__period {
  font-size: 16px;
  font-weight: 400;
  color: #52525c;
}
.fc-pricing__subtitle {
  color: #949aa9;
  font-size: 15px;
  display: block;
  font-weight: 400;
  margin-bottom: 26px;
}
.fc-pricing__feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.fc-pricing__feature-list li {
  color: #0B091B;
  font-size: 15px;
  font-weight: 400;
}
.fc-pricing__feature-list li:not(:last-child) {
  margin-bottom: 22px;
}
.fc-pricing__feature-list li i {
  margin-right: 7px;
}
.fc-pricing__feature-list li .bullet {
  display: inline-block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: #0D5756;
  margin-right: 10px;
  vertical-align: 1px;
}
.fc-pricing__feature-list li .fa-check {
  color: #0D5756;
}
.fc-pricing__feature-list li .fa-xmark {
  color: #f9284f;
}
.fc-pricing .fc-btn {
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 36px;
  border-color: #e0e3e8;
  color: #6a7695;
  letter-spacing: -0.233333px;
}
.fc-pricing .fc-btn.btn-outline {
  background-color: #EDEBF4;
  padding: 20px 30px;
  display: block;
  text-align: center;
  border-radius: 30px;
  color: #0D5756;
  border: 0;
  line-height: 1.6;
  letter-spacing: -0.233333px;
}
.fc-pricing .fc-btn.btn-outline:hover {
  background-color: #0D5756;
  color: #fff;
}
.fc-pricing .fc-btn.featured_btn {
  border-color: #0D5756;
  background-color: #0D5756;
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(13, 87, 86, 0.2);
}
.fc-pricing .fc-btn.featured_btn:hover {
  box-shadow: none;
}
.fc-pricing.fc-pricing-featured {
  position: relative;
  z-index: 2;
}
.fc-pricing.fc-pricing-featured .fc-pricing__price {
  color: #0D5756;
}
.fc-pricing .fc-pricing__action {
  margin-top: 96px;
}
.fc-pricing .fc-btn {
  background-color: #fff;
  border-color: #dfe3ed;
  border-radius: 30px;
}

.fc-pricing-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dee2e6;
  border-radius: 15px;
  overflow: hidden;
}
.fc-pricing-list > div {
  width: 50%;
  padding: 40px;
}
@media (max-width: 575px) {
  .fc-pricing-list > div {
    width: 100%;
  }
}
.fc-pricing-list__info {
  background-color: #ceddff;
  display: flex;
  align-items: center;
}
.fc-pricing-list__feature {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fc-pricing-list__feature li {
  font-size: 15px;
  line-height: 33px;
  display: flex;
}
.fc-pricing-list__feature li i {
  background-color: #0D5756;
  color: #fff;
  height: 18px;
  width: 18px;
  line-height: 18px;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  align-self: center;
  display: inline-block;
}
.fc-pricing-list__title {
  font-size: 20px;
}
.fc-pricing-list__description {
  margin-bottom: 0;
}
.fc-pricing-list__price-wrapper {
  margin-top: 40px;
}
.fc-pricing-list__price {
  margin-bottom: 30px;
}
.fc-pricing-list__price .price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #0B091B;
}

.pricing-tab-nav {
  margin-bottom: 30px;
  display: inline-flex;
  border-radius: 6px;
  overflow: hidden;
}
.pricing-tab-nav li a {
  border: 0;
  outline: none;
  box-shadow: none;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 700;
  background-color: #f7f9fc;
}
.pricing-tab-nav li a.active {
  background-color: #0b163f;
  color: #fff;
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.fc-team {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.fc-team__info {
  text-align: center;
}
.fc-team__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.fc-team__social li {
  display: inline-block;
}
.fc-team__name {
  color: #0B091B;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 13px;
  letter-spacing: -0.02em;
}
.fc-team__designation {
  color: #5E6371;
  font-size: 14px;
  font-weight: 400;
}
.fc-team__avater {
  overflow: hidden;
}
.fc-team__avater img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.fc-team__designation {
  margin-bottom: 3px;
}
.fc-team__expand-icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  background: #162432;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.fc-team__icons-wrapper {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fc-team__icons-wrapper {
    right: 10px;
  }
}
.fc-team__icons-wrapper:hover .fc-team__expand-icon {
  transform: rotate(45deg);
}
.fc-team__icons-wrapper:hover .fc-team__social li {
  transition: all 0.3s ease-in-out;
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
}
.fc-team__icons-wrapper:hover .fc-team__social li:nth-child(1) {
  transition-delay: 0.1s;
}
.fc-team__icons-wrapper:hover .fc-team__social li:nth-child(2) {
  transition-delay: 0.2s;
}
.fc-team__icons-wrapper:hover .fc-team__social li:nth-child(3) {
  transition-delay: 0.3s;
}
.fc-team__icons-wrapper:hover .fc-team__social li:nth-child(4) {
  transition-delay: 0.4s;
}
.fc-team__icons-wrapper:hover .fc-team__social li:nth-child(5) {
  transition-delay: 0.5s;
}
.fc-team__icons-wrapper:hover .fc-team__social li:nth-child(6) {
  transition-delay: 0.6s;
}
.fc-team:hover .fc-team__avater img {
  transform: scale(1.1) rotate(3deg);
}
.fc-team--one {
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fc-team--one {
    padding: 40px 29px;
  }
}
.fc-team--one .fc-team__info {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  transform: translateY(0) scale(1, 0);
  transform-origin: bottom center;
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  height: auto;
}
.fc-team--one .fc-team__name {
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.fc-team--one .fc-team__designation {
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.fc-team--one .fc-team__social {
  gap: 6px;
}
.fc-team--one .fc-team__social li {
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px) scale(0.4);
  opacity: 0;
  visibility: hidden;
}
.fc-team--one .fc-team__social li:not(:last-child) {
  margin-bottom: 5px;
}
.fc-team--one .fc-team__social li a {
  font-size: 16px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #F3F9FE;
  text-align: center;
  border-radius: 50%;
}
.fc-team--one .fc-team__social li a i, .fc-team--one .fc-team__social li a svg {
  width: 16px;
  font-size: 16px;
}
.fc-team--one .fc-team__social li a:hover {
  background: #0D5756;
  color: #fff;
}
.fc-team--one:hover .fc-team__info {
  transform: translateY(0) scale(1, 1);
  opacity: 1;
}
.fc-team--one:hover .fc-team__name {
  opacity: 1;
  transform: translateY(0);
}
.fc-team--one:hover .fc-team__designation {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.fc-team--two {
  text-align: center;
  padding: 5px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.fc-team--two .fc-team__avater {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 16px;
}
.fc-team--two .fc-team__avater img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.fc-team--two .fc-team__name {
  margin-bottom: 0;
}
.fc-team--two .fc-team__social {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  border-top: 1px solid #E7E7E7;
}

.fc-team-list {
  background-color: #0D5756;
  padding: 95px 80px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 620px;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .fc-team-list {
    padding: 80px 60px 30px;
  }
}
.fc-team-list__title {
  color: #ED0202;
  font-weight: 600;
  font-size: 150px;
  line-height: 60px;
  margin-bottom: 11px;
}
@media (max-width: 1200px) {
  .fc-team-list__title {
    font-size: 110px;
  }
}
@media (max-width: 991px) {
  .fc-team-list__title {
    font-size: 100px;
  }
}
.fc-team-list__title span {
  font-size: 40px;
}
.fc-team-list__subtitle {
  font-size: 26px;
  font-weight: 400;
  border-radius: 30px;
  color: #fff;
}
.fc-team-list__list-info {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 26px;
}
.fc-team-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.fc-team-list__list li {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-left: -15px;
}
.fc-team-list__list .fc-team-list__list-image {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.fc-team-list__list .fc-team-list__list-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}
.fc-team-list__list:hover li {
  margin-left: 0;
  margin-right: 5px;
}

.promo-content-wrap {
  max-width: 670px;
  margin: 0 auto 140px;
  position: relative;
}
@media (max-width: 991px) {
  .promo-content-wrap {
    margin: 0 auto 80px;
  }
}
.promo-content-wrap .section-heading {
  margin-bottom: 0;
}
.promo-content-wrap .section-heading .section-title {
  font-size: 50px;
  margin-bottom: 11px;
  color: #0B091B;
}
.promo-content-wrap .section-heading .description {
  font-size: 18px;
  color: #4f5158;
  margin-bottom: 31px;
}
.promo-content-wrap .phone-info {
  font-size: 30px;
  color: #0B091B;
  font-weight: 700;
  margin-bottom: 38px;
}
.promo-content-wrap .phone-info img {
  max-width: 28px;
  margin-right: 10px;
}
.promo-content-wrap .tt-btn {
  border-color: #0D5756;
  color: #0D5756;
  padding: 14px 34px;
}
.promo-content-wrap .tt-btn:before {
  background-color: #0D5756;
}
.promo-content-wrap .badge-wrap {
  position: absolute;
  bottom: -40px;
  width: 100%;
}
.promo-content-wrap .badge-wrap img {
  position: absolute;
  bottom: 0;
}
.promo-content-wrap .badge-wrap img.badge-right {
  right: 0;
}

/*--------------------------------------------------------------
## Feature Box
--------------------------------------------------------------*/
.fc-feature-box {
  position: relative;
  padding: 30px;
  background: #D60058;
  margin-bottom: 30px;
  border-radius: 20px;
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fc-feature-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: #121212;
  transition: all 0.3s ease-in-out;
}
.fc-feature-box__header {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 26px;
  left: 30px;
  right: 30px;
  z-index: 1;
}
.fc-feature-box__content {
  position: relative;
  z-index: 1;
}
.fc-feature-box__sub-title {
  font-size: 14px;
  color: #8E8E8E;
  font-weight: 400;
}
.fc-feature-box__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0;
}
.fc-feature-box:hover:after {
  opacity: 0;
  visibility: hidden;
}

/* Feature List */
.fc-feature__item {
  padding: 42px 40px;
  border-radius: 10px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease-in-out;
  max-width: 585px;
}
@media (max-width: 991px) {
  .fc-feature__item {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .fc-feature__item {
    padding: 32px 24px;
  }
}
.fc-feature__item a {
  display: flex;
  gap: 30px;
}
@media (max-width: 576px) {
  .fc-feature__item a {
    gap: 20px;
  }
}
.fc-feature__item.active {
  border-bottom: 3px solid #00D565;
  background: #141414;
}
.fc-feature__item.active .fc-feature__icon i {
  color: #00D565;
}
.fc-feature__item.active .fc-feature__icon svg path {
  stroke: #00D565;
}
.fc-feature__icon i {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.fc-feature__icon svg path {
  stroke: #fff;
  transition: all 0.3s ease-in-out;
}
.fc-feature__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .fc-feature__title {
    font-size: 20px;
  }
}
.fc-feature__content {
  font-family: "Inter", sans-serif;
  color: #b0b0b0;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .fc-feature__content {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .fc-feature__image {
    margin-right: -50px;
  }
}

@media (max-width: 991px) {
  .fc-order-md {
    order: 2;
  }
  .fc-feature__image-wrapper {
    margin-bottom: 50px;
  }
}
/*--------------------------------------------------------------
## Image Carousel
--------------------------------------------------------------*/
.fc-slider-image img {
  border-radius: 20px !important;
  overflow: hidden;
}
.fc-slider-image.sbt-slider-image--center {
  width: max-content;
  margin: 30px auto 0;
}

h3.fc-image-carousel-title {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 33px;
}

.swiper-progress-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  margin: 30px auto 0;
}
.swiper-progress-bar-wrapper > span {
  color: #fff;
}

.swiper-progress-bar {
  position: relative;
  width: 350px;
  display: block;
  z-index: 1;
  height: 4px;
  background: #262522;
}
.swiper-progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #00D565;
  height: 100%;
  width: 0;
  content: "";
  transition: 0.1s width linear;
}
.swiper-progress-bar.active {
  opacity: 1;
}
.swiper-progress-bar.animate:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 5s;
}

/*--------------------------------------------------------------
## Blog Post Grid
--------------------------------------------------------------*/
.fc-post-item {
  margin-bottom: 76px;
}
.tc-blog-slider .fc-post-item {
  margin-bottom: 0;
}
@media ((max-width: 767px)) {
  .fc-post-item {
    margin-bottom: 36px;
  }
}
.fc-post-item__feature-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.fc-post-item__feature-image img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.fc-post-item__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 90%;
  width: 100%;
  background-color: #ffffff;
  padding: 30px 0 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 24px;
}
.fc-post-item__meta:before {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  position: absolute;
  bottom: 100%;
  left: 0;
  clip-path: path("M 0 0 Q 0,20 21,21 L -1 21 Z");
}
.fc-post-item__meta:after {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 100%;
  clip-path: path("M 0 0 Q 0,20 21,21 L -1 21 Z");
}
.fc-post-item__category a, .fc-post-item__date-meta span {
  border-radius: 6px;
  border: 1px solid #E7E7E7;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  color: #3D3D3D;
}
.fc-post-item__entry-title {
  font-size: 30px;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.07;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media ((max-width: 991px)) {
  .fc-post-item__entry-title {
    font-size: 26px;
  }
}
@media ((max-width: 767px)) {
  .fc-post-item__entry-title {
    font-size: 24px;
  }
}
.fc-post-item:hover .fc-post-item__feature-image img {
  transform: scale(1.07) rotate(3deg);
}

/*--------------------------------------------------------------
## Icon Box
--------------------------------------------------------------*/
.fc-icon-box {
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.fc-icon-box.icon--left, .fc-icon-box.icon--right {
  display: flex;
  flex-wrap: wrap;
}
.fc-icon-box.icon--left .fc-icon-box__icon-container, .fc-icon-box.icon--right .fc-icon-box__icon-container {
  margin-bottom: 0;
}
.fc-icon-box.icon--left .fc-icon-box__content, .fc-icon-box.icon--right .fc-icon-box__content {
  flex: 2;
}
.fc-icon-box.icon--left {
  text-align: left;
}
.fc-icon-box.icon--left .fc-icon-box__icon-container {
  margin-right: 20px;
}
.fc-icon-box.icon--right {
  text-align: right;
}
.fc-icon-box.icon--right .fc-icon-box__icon-container {
  order: 2;
  margin-left: 20px;
}
.fc-icon-box__icon-container {
  margin-bottom: 30px;
  display: inline-flex;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  font-size: 2em;
  color: #0D5756;
  position: relative;
  transition: transform 0.3s, border 0.3s, background 0.3s, color 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, color 0.3s, -webkit-transform 0.3s;
  height: max-content;
}
.fc-icon-box__icon-container i, .fc-icon-box__icon-container svg, .fc-icon-box__icon-container img {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.fc-icon-box__icon-shape img, .fc-icon-box__icon-shape svg {
  position: absolute;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.fc-icon-box--icon-shape .fc-icon-box__icon-container {
  min-height: 100px;
  position: relative;
  margin-bottom: 25px;
  padding: 15px 0;
  width: 100%;
  justify-content: center;
}
.fc-icon-box--icon-shape .fc-icon-box__icon-container .shape-image {
  position: absolute;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: auto;
  min-width: 51px;
  width: auto;
}
.fc-icon-box--icon-shape .fc-icon-box__icon-container img:not(.shape-image) {
  min-width: 50px;
}
.fc-icon-box__content {
  position: relative;
}
.fc-icon-box__title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.fc-icon-box__title a {
  color: #0B091B;
}
.fc-icon-box__title a:hover {
  color: #0D5756;
}
.fc-icon-box__description {
  margin: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .fc-icon-box__description br {
    display: none;
  }
}
.fc-icon-box__button {
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
}
.fc-icon-box__button i {
  font-size: 90%;
}
.fc-icon-box__button:not(.fc-btn) {
  color: #0B091B;
  font-weight: 500;
}
.fc-icon-box__button:not(.fc-btn):hover {
  color: #0D5756;
}
.fc-icon-box .fc-btn {
  margin-top: 45px;
}
.fc-icon-box .fc-btn.btn-outline {
  border-color: #e0e3e8;
  color: #6a7695;
}
.fc-icon-box .fc-btn.btn-outline:hover {
  border-color: #0D5756;
  color: #fff;
}
.fc-icon-box__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 17px;
  line-height: 1;
  background-color: rgba(13, 87, 86, 0.2);
  color: #0D5756;
  border-radius: 4px;
  width: max-content;
  height: max-content;
}
.fc-icon-box.style--one {
  background-color: #ffffff;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 45px 40px 35px;
  margin-bottom: 30px;
}
.fc-icon-box.style--one .fc-icon-box__title {
  margin-bottom: 10px;
}
.fc-icon-box.style--two {
  text-align: center;
  border: 1px solid #e6e8ef;
  border-radius: 6px;
  padding: 42px 55px;
}
.fc-icon-box.style--two .fc-icon-box__icon-container {
  height: 65px;
  width: 65px;
  line-height: 65px;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  background: #0D5756;
  color: #fff;
  display: inline-block;
  margin-bottom: 31px;
}
.fc-icon-box.style--two .fc-icon-box__icon-container i {
  line-height: 65px;
}
.fc-icon-box.style--two .fc-icon-box__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.fc-icon-box.style--two:hover {
  border-color: #0D5756;
  background-color: #0D5756;
}
.fc-icon-box.style--two:hover:before {
  opacity: 0;
}
.fc-icon-box.style--two:hover .fc-icon-box__icon-container {
  background: #fff;
  color: #0D5756;
}
.fc-icon-box.style--two:hover .fc-icon-box__title {
  color: #fff;
}
.fc-icon-box.style--two:hover p {
  color: #fff;
}
.fc-icon-box.style--three {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(8, 2, 51, 0.1);
  padding: 50px 35px 40px 35px;
}
.fc-icon-box.style--three .fc-icon-box__icon-container {
  font-size: 36px;
  color: #0D5756;
  margin-bottom: 29px;
}
.fc-icon-box.style--three .fc-icon-box__icon-container img, .fc-icon-box.style--three .fc-icon-box__icon-container svg {
  max-height: 54px;
}
.fc-icon-box.style--three .fc-icon-box__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.fc-icon-box.style--three .fc-icon-box__description {
  color: rgba(14, 17, 51, 0.8);
}
.fc-icon-box.style--three .fc-btn-link {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #0B091B;
  display: block;
}
.fc-icon-box.style--three .fc-btn-link i {
  font-size: 20px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.fc-icon-box.style--three .fc-btn-link:hover {
  color: #0D5756;
}
.fc-icon-box.style--three .fc-btn-link:hover i {
  margin-left: 3px;
  color: #0D5756;
}
.fc-icon-box.style--three:hover {
  box-shadow: 0 30px 50px 0 rgba(1, 4, 45, 0.08);
}
.fc-icon-box .button-text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fc-icon-box .button-text-wrapper .fc-button-icon {
  line-height: 1;
}
.fc-icon-box .button-text-wrapper .elementor-button-text {
  flex-grow: 1;
  display: inline-block;
  order: 1;
}
.fc-icon-box .button-text-wrapper .fc-align-icon-right {
  order: 2;
}

.fc-shape-circle .fc-icon-box__icon-container {
  border-radius: 50%;
}

.fc-view-stacked .fc-icon-box__icon-container, .fc-view-framed .fc-icon-box__icon-container {
  padding: 0.5em;
  text-align: center;
}

.fc-view-stacked .fc-icon-box__icon-container {
  background-color: #0D5756;
  color: #fff;
}

.fc-view-framed .fc-icon-box__icon-container {
  border: 2px solid #0D5756;
  color: #0D5756;
}

.fc-shape-rounded .fc-icon-box__icon-container {
  border-radius: 6px;
}

/*--------------------------------------------------------------
## Newsletter
--------------------------------------------------------------*/
@media (max-width: 768px) {
  #newsletter {
    padding: 40px 30px;
  }
}
#newsletter .section-heading {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #newsletter .section-heading {
    text-align: center;
    margin-bottom: 40px;
  }
}
#newsletter .section-heading .section-title {
  color: #fff;
  font-size: 45px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #newsletter .section-heading .section-title {
    font-size: 30px;
  }
}
#newsletter .section-heading .subtitle {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #newsletter .section-heading {
    text-align: center;
    margin-bottom: 40px;
  }
}

.fc-newsletter {
  display: flex;
}

.newsletter-form {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 991px) {
  .newsletter-form {
    margin: 0 auto !important;
  }
}
.newsletter-form .newsletter-inner.style-one {
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
}
.newsletter-form .newsletter-inner.style-one.btn-inline {
  display: flex;
  position: relative;
}
@media (max-width: 440px) {
  .newsletter-form .newsletter-inner.style-one.btn-inline {
    flex-direction: column;
  }
}
.newsletter-form .newsletter-inner.style-one.btn-inline .input-inner {
  margin-right: 20px;
}
.newsletter-form .newsletter-inner.style-one.btn-block .input-inner {
  margin-bottom: 20px;
}
@media (max-width: 440px) {
  .newsletter-form .newsletter-inner.style-one {
    display: block;
  }
}
.newsletter-form .newsletter-inner.style-two .input-inner {
  display: flex;
  gap: 20px;
}
.newsletter-form .newsletter-inner.style-two .input-inner > input[type=text], .newsletter-form .newsletter-inner.style-two .input-inner input[type=email] {
  width: 50%;
  background: transparent;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
}
.newsletter-form .newsletter-inner.style-two .input-inner > input[type=text]::placeholder, .newsletter-form .newsletter-inner.style-two .input-inner input[type=email]::placeholder {
  color: #fff;
}
.newsletter-form .newsletter-inner.style-two .newsletter-submit {
  font-family: "Poppins", sans-serif;
  margin-top: 50px;
  background: #BFE3E8;
  border-color: #BFE3E8;
  color: #0B091B;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: calc(50% - 10px);
}
.newsletter-form .newsletter-inner.style-two .newsletter-submit:hover {
  background: #0B091B;
  border-color: #0B091B;
  color: #fff;
}
.newsletter-form .newsletter-inner.style-three input:not([type=checkbox]):not([type=submit]) {
  border-radius: 5px;
  border: 1px solid #393A3D;
  background: #141414;
  height: 50px;
  margin-bottom: 0;
  color: #fff;
}
.newsletter-form .newsletter-inner.style-three input:not([type=checkbox]):not([type=submit])::placeholder {
  color: #ABABAB;
}
.newsletter-form .newsletter-inner.style-three .newsletter-submit {
  height: 50px;
  min-width: 130px;
  background: #00D565;
  letter-spacing: 0.7px;
  font-weight: 600;
  border: 0;
}
.newsletter-form .newsletter-inner.style-three .newsletter-submit:hover {
  background: rgb(0, 162, 76.8169014085);
}
.newsletter-form .newsletter-inner.style-three.btn-inline {
  display: flex;
  position: relative;
  gap: 10px;
}
.newsletter-form .newsletter-inner.style-three.btn-inline .input-inner {
  margin-right: 20px;
}
.newsletter-form .newsletter-inner.style-three.btn-block .input-inner {
  margin-bottom: 20px;
}
@media (max-width: 440px) {
  .newsletter-form .newsletter-inner.style-three {
    display: block;
  }
}
.newsletter-form .input-inner {
  width: 100%;
}
.newsletter-form .form-result {
  margin: 20px 5px 0;
}
.newsletter-form input:not([type=checkbox]):not([type=submit]) {
  padding: 10px 20px;
  line-height: 19px;
  font-size: 16px;
  height: 64px;
  flex: 1;
  background: #fff;
  border: 0;
  color: #0B091B;
  margin: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  border-radius: 35px;
}
.newsletter-form input:not([type=checkbox]):not([type=submit]):-webkit-autofill, .newsletter-form input:not([type=checkbox]):not([type=submit]):-webkit-autofill:hover, .newsletter-form input:not([type=checkbox]):not([type=submit]):-webkit-autofill:focus, .newsletter-form input:not([type=checkbox]):not([type=submit]):-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #0B091B !important;
  background: transparent;
}
.newsletter-form input:not([type=checkbox]):not([type=submit])::placeholder {
  color: #677294;
}
.newsletter-form input:not([type=checkbox]):not([type=submit]):focus {
  background-color: #fff;
  box-shadow: none;
}
@media (max-width: 440px) {
  .newsletter-form input:not([type=checkbox]):not([type=submit]) {
    margin-bottom: 15px;
  }
}
.newsletter-form .newsletter-submit {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 64px;
  padding: 0 30px;
  outline: 0;
  min-width: 180px;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 440px) {
  .newsletter-form .newsletter-submit {
    width: 100%;
  }
}
.newsletter-form .newsletter-submit:hover {
  color: #fff;
  background-color: #0D5756;
  border-color: #0D5756;
}
.newsletter-form .newsletter-submit .fa-spin {
  display: none;
}
.newsletter-form .newsletter-submit.clicked .fa-spin {
  display: block;
}
.newsletter-form .newsletter-submit.clicked span {
  display: none;
}

.show-input-icon-yes .show_before_icon .input-inner {
  position: relative;
}
.show-input-icon-yes .show_before_icon .input-inner:before {
  position: absolute;
  content: "\e086";
  font-family: "simple-line-icons";
  font-style: normal;
  color: #677294;
  top: 52%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 18px;
}
.show-input-icon-yes .show_before_icon .input-inner input:not([type=checkbox]):not([type=submit]) {
  padding: 10px 20px 10px 50px;
}

.position-left {
  margin: 0;
}

.position-right {
  margin: 0 0 0 auto;
}

.position-center {
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Service Box
--------------------------------------------------------------*/
.fc-service {
  padding: 50px 45px;
  border: 1px dashed #EBEFF5;
  position: relative;
}
.fc-service .fc-service__icon {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 50px;
}
.fc-service .fc-service__icon img, .fc-service .fc-service__icon svg, .fc-service .fc-service__icon i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.fc-service--one:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #141416;
  opacity: 0;
  visibility: hidden;
}
.fc-service--one .fc-service__icon {
  line-height: 1;
  font-size: 100px;
}
.fc-service--one .fc-service__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 43px;
  letter-spacing: -0.03em;
}
.fc-service--one .fc-service__btn {
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 244px;
  width: 244px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #212124;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
}
.fc-service--one .fc-service__btn:hover {
  color: #fff;
}
.fc-service--one:hover:after, .fc-service--one:hover .fc-service__btn {
  opacity: 1;
  visibility: visible;
}
.fc-service--two {
  background-color: #F1F6FE;
  padding: 60px;
  border-bottom: 4px solid #4C3A8C;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.fc-service--two:hover {
  box-shadow: 0px 29px 19px rgba(17, 32, 56, 0.12);
  border-bottom-color: transparent !important;
  background-color: #fff;
}
.fc-service--two .fc-service__icon {
  margin-bottom: 30px;
  background-color: #93E7F6;
  border-radius: 50%;
  padding: 0.5em;
}
.fc-service--two .fc-service__title {
  font-weight: 500;
  font-size: 35px;
  letter-spacing: -0.03em;
}
.fc-service--two .fc-service__arrow {
  position: absolute;
  top: 60px;
  right: 40px;
  transform: rotate(-26deg);
}
.fc-service--two .fc-service__arrow:hover {
  transform: rotate(0deg);
}

.fc-service-list__image {
  position: absolute;
  top: 50%;
  left: 105px;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .fc-service-list__image {
    position: static;
  }
}
@media (max-width: 1400px) {
  .fc-service-list__image {
    max-width: 600px;
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .fc-service-list__image {
    max-width: 450px;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .fc-service-list__image {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    margin-bottom: 20px;
  }
}
.fc-service-list__image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.fc-service-list__content {
  padding-left: 14%;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (max-width: 1400px) {
  .fc-service-list__content {
    padding-left: 10%;
  }
}
@media (max-width: 991px) {
  .fc-service-list__content {
    flex-direction: column;
    height: auto;
    padding-left: 0;
  }
}
.fc-service-list__title, .fc-service-list__count {
  color: #ffffff;
  font-weight: 600;
  font-size: 60px;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .fc-service-list__title, .fc-service-list__count {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .fc-service-list__title, .fc-service-list__count {
    font-size: 36px;
  }
}
.fc-service-list__title a {
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.fc-service-list__title a:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .fc-service-list__title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 28px;
  }
}
.fc-service-list__link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .fc-service-list__link-wrapper {
    flex-direction: column;
    height: auto;
  }
}
.fc-service-list__description {
  color: #000000;
  max-width: 250px;
  font-size: 17px;
  line-height: 26px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  margin-right: 35px;
}
@media (max-width: 1200px) {
  .fc-service-list__description {
    opacity: 1;
    visibility: visible;
    color: #ffffff;
    margin-bottom: 30px;
  }
}
.fc-service-list__arrow {
  color: #fff;
  font-size: 50px;
  overflow: hidden;
  position: relative;
  min-width: 56px;
}
.fc-service-list__arrow i {
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.fc-service-list--one {
  display: flex;
  align-items: center;
  padding: 0 105px;
  height: 275px;
  position: relative;
  border-bottom: 1px solid #262522;
  background: #000;
}
@media (max-width: 1400px) {
  .fc-service-list--one {
    padding: 0 75px;
  }
}
@media (max-width: 991px) {
  .fc-service-list--one {
    flex-direction: column;
    height: auto;
    padding: 0 40px 40px;
  }
}
.fc-service-list--one:before {
  content: "";
  background: #00D565;
  clip-path: inset(50% 0 50% 0);
  pointer-events: none;
  position: relative;
  transition: clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.fc-service-list--one:hover:before {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fc-service-list--one:hover .fc-service-list__image, .fc-service-list--one:hover .fc-service-list__description {
  opacity: 1;
  visibility: visible;
}
.fc-service-list--one:hover .fc-service-list__arrow {
  color: #000000;
}
.fc-service-list--one:hover .fc-service-list__arrow i {
  transform: rotate(0deg);
}
.fc-service-list--two {
  position: relative;
  padding: 35px 44px;
  height: auto;
  background: #121212;
  margin-bottom: 15px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
@media (max-width: 991px) {
  .fc-service-list--two {
    gap: 50px;
  }
  .fc-service-list--two .fc-service-list__content {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .fc-service-list--two {
    flex-direction: column;
    gap: 20px;
  }
  .fc-service-list--two .fc-service-list__link-wrapper {
    margin-top: 20px;
  }
  .fc-service-list--two .fc-service-list__content {
    flex-direction: column;
  }
}
.fc-service-list--two:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #121212;
  transition: all 0.2s ease-in-out;
}
.fc-service-list--two .fc-service-list__count {
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.fc-service-list--two .fc-service-list__content {
  padding-left: 0;
}
.fc-service-list--two .fc-service-list__title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .fc-service-list--two .fc-service-list__title {
    font-size: 26px;
  }
}
.fc-service-list--two .fc-service-list__title a {
  color: #ffffff;
}
.fc-service-list--two .fc-service-list__arrow {
  height: 84px;
  width: 84px;
  font-size: 24px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fc-service-list--two .fc-service-list__arrow span:after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 48px;
  bottom: 14px;
  transform: translate(0, 0) rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fc-service-list--two:hover {
  background-color: #D60058;
}
.fc-service-list--two:hover:after {
  opacity: 0;
  visibility: hidden;
}
.fc-service-list--two:hover .fc-service-list__arrow i {
  transform: rotate(-45deg) translate(60px, 2px);
}
.fc-service-list--two:hover .fc-service-list__arrow span:after {
  right: 30px;
  bottom: 30px;
  opacity: 1;
  visibility: visible;
  color: #D60058;
}

/*--------------------------------------------------------------
## Service List
--------------------------------------------------------------*/
.ratli-service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 576px) {
  .ratli-service {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.ratli-service__item:not(:last-child) {
  margin-bottom: 25px;
}
.ratli-service__thumbnail {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .ratli-service__thumbnail {
    margin-bottom: 20px;
  }
}
.ratli-service__image {
  width: 100%;
  height: 100%;
  border-radius: 12px !important;
}
.ratli-service__title {
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .ratli-service__title {
    font-size: 18px;
    letter-spacing: -0.18px;
    line-height: 28px;
    margin-bottom: 6px;
  }
}
.ratli-service__title a {
  color: #0D5756;
}
.ratli-service__description {
  color: rgba(11, 9, 27, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

/*--------------------------------------------------------------
## Social Channel
--------------------------------------------------------------*/
.fc-social-channel {
  position: relative;
}
.fc-social-channel__prev, .fc-social-channel__next {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  color: #0D5756;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
@media (max-width: 576px) {
  .fc-social-channel__prev, .fc-social-channel__next {
    opacity: 1;
    visibility: visible;
  }
}
.fc-social-channel__prev:hover, .fc-social-channel__next:hover {
  background: #0D5756;
  color: #ffffff;
}
.fc-social-channel__prev {
  left: -10px;
}
.fc-social-channel__next {
  right: -10px;
}
.fc-social-channel--one .swiper-container, .fc-social-channel--two .swiper-container {
  overflow: visible;
}
.fc-social-channel--one .fc-social-channel__item, .fc-social-channel--two .fc-social-channel__item {
  background: #ffffff;
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
  position: relative;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}
@media (max-width: 576px) {
  .fc-social-channel--one .fc-social-channel__item, .fc-social-channel--two .fc-social-channel__item {
    border-radius: 16px;
  }
}
.fc-social-channel--one .fc-social-channel__brand, .fc-social-channel--two .fc-social-channel__brand {
  border-radius: 12px;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 45px;
  font-weight: 800;
  margin: 0 auto 20px;
}
@media ((max-width: 767px)) {
  .fc-social-channel--one .fc-social-channel__brand, .fc-social-channel--two .fc-social-channel__brand {
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }
}
.fc-social-channel--one .fc-social-channel__count, .fc-social-channel--two .fc-social-channel__count {
  color: #0B091B;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.72px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .fc-social-channel--one .fc-social-channel__count, .fc-social-channel--two .fc-social-channel__count {
    font-size: 30px;
    letter-spacing: -0.6px;
  }
}
.fc-social-channel--one .fc-social-channel__label, .fc-social-channel--two .fc-social-channel__label {
  color: rgba(11, 9, 27, 0.56);
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .fc-social-channel--one .fc-social-channel__label, .fc-social-channel--two .fc-social-channel__label {
    font-size: 16px;
  }
}
.fc-social-channel--one .fc-social-channel__button, .fc-social-channel--two .fc-social-channel__button {
  color: #0D5756;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 20px;
  border-radius: 8px;
  background: transparent;
  border: 2px solid #0D5756;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .fc-social-channel--one .fc-social-channel__button, .fc-social-channel--two .fc-social-channel__button {
    border-radius: 16px;
  }
}
.fc-social-channel--one .fc-social-channel__button i, .fc-social-channel--two .fc-social-channel__button i {
  margin-right: 6px;
}
.fc-social-channel--one .fc-social-channel__item {
  padding: 105px 40px 26px;
  position: relative;
}
@media (max-width: 576px) {
  .fc-social-channel--one .fc-social-channel__item {
    padding: 94px 20px 20px;
  }
}
.fc-social-channel--one .fc-social-channel__item .fc-btn {
  gap: 8px;
}
.fc-social-channel--one .fc-social-channel__item .fc-btn i {
  font-size: 20px;
}
.fc-social-channel--one .fc-social-channel__item .fc-btn svg {
  width: 20px;
}
.fc-social-channel--one .fc-social-channel__brand {
  position: absolute;
  left: 50%;
  top: -48px;
  transform: translateX(-50%);
  margin-bottom: 0;
}
.fc-social-channel--one .fc-social-channel__brand svg {
  width: 45px;
}
@media ((max-width: 767px)) {
  .fc-social-channel--one .fc-social-channel__brand svg {
    font-size: 30px;
  }
}
.fc-social-channel--one .fc-social-channel__content {
  margin-bottom: 58px;
}
@media (max-width: 576px) {
  .fc-social-channel--one .fc-social-channel__content {
    margin-bottom: 43px;
  }
}
.fc-social-channel--one .fc-social-channel__prev,
.fc-social-channel--one .fc-social-channel__next {
  top: 50%;
  transform: translateY(-50%);
}
.fc-social-channel--two .fc-social-channel__item {
  padding: 48px 48px 46px;
  min-height: 439px;
  text-align: left;
}
@media (max-width: 576px) {
  .fc-social-channel--two .fc-social-channel__item {
    padding: 24px 16px 14px;
    min-height: 395px;
  }
}
.fc-social-channel--two .fc-social-channel__brand {
  margin-top: -96px;
  margin-bottom: 34px;
}
.fc-social-channel--two .fc-social-channel__handle {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .fc-social-channel--two .fc-social-channel__handle {
    margin-bottom: 20px;
  }
}
.fc-social-channel--two .fc-social-channel__content {
  margin-bottom: 16px;
}
.fc-social-channel--two .fc-social-channel__stats {
  display: flex;
  justify-content: space-between;
  border-style: solid;
  border-color: #E7E7E7;
  border-width: 1px 0;
  padding: 20px 0;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .fc-social-channel--two .fc-social-channel__stats {
    padding: 13px;
  }
}
.fc-social-channel--two .fc-social-channel__stat {
  display: flex;
  gap: 6px;
  align-items: center;
}
.fc-social-channel--two .fc-social-channel__audience,
.fc-social-channel--two .fc-social-channel__text {
  color: rgba(11, 9, 27, 0.56);
  font-size: 16px;
  font-weight: 400;
}
.fc-social-channel--two .fc-social-channel__influencer {
  color: #0B091B;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .fc-social-channel--two .fc-social-channel__influencer {
    font-size: 18px;
  }
}
.fc-social-channel--two .fc-social-channel__number {
  color: #0B091B;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.36px;
}
.fc-social-channel--two .fc-social-channel__icon {
  font-size: 32px;
  color: #0B091B;
}
.fc-social-channel--two .fc-social-channel__footer {
  display: flex;
  gap: 10px;
  align-items: center;
}
.fc-social-channel--two .fc-social-channel__heading {
  color: rgba(11, 9, 27, 0.56);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
}
.fc-social-channel--two .fc-social-channel__subheading {
  color: #0B091B;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.36px;
}
.fc-social-channel--two .fc-social-channel__prev,
.fc-social-channel--two .fc-social-channel__next {
  top: 60%;
  transform: translateY(-60%);
}
.facebook .fc-social-channel__brand {
  background: linear-gradient(180deg, #15AEEF 0%, #1574EF 100%);
  box-shadow: 0 10px 20px -5px #3b5998;
}
.instagram .fc-social-channel__brand {
  background: radial-gradient(126.96% 126.96% at 6.47% 97.81%, #FA8F21 9%, #EB2482 78%);
  box-shadow: 0 10px 20px -5px #E1306C;
}
.twitter .fc-social-channel__brand, .tiktok .fc-social-channel__brand {
  background: #010101;
  box-shadow: 0 10px 20px -5px #010101;
}
.youtube .fc-social-channel__brand {
  background: linear-gradient(180deg, #FF002E 0%, #ED0202 100%);
  box-shadow: 0 10px 20px -5px #FF0000;
}
.twitch .fc-social-channel__brand {
  background: linear-gradient(180deg, #9147FF 0%, #782DE7 100%);
  box-shadow: 0 10px 20px -5px #9146FF;
}

/*--------------------------------------------------------------
## Video List
--------------------------------------------------------------*/
.fc-video-grid__thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .fc-video-grid__thumbnail {
    margin-bottom: 17px;
  }
}
.fc-video-grid__thumbnail i {
  font-size: 35px;
}
@media (max-width: 576px) {
  .fc-video-grid__thumbnail i {
    font-size: 25px;
  }
}
.fc-video-grid__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fc-video-grid__playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ED0202;
  color: #ffffff;
  width: 90px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 576px) {
  .fc-video-grid__playbtn {
    width: 48px;
    height: 34px;
  }
}
.fc-video-grid__playbtn:hover {
  color: inherit;
}
@media (max-width: 576px) {
  .fc-video-grid__content a {
    text-align: center;
  }
}
.fc-video-grid__content a {
  color: #0D5756;
  background-color: transparent;
}
.fc-video-grid__content .fc-btn i {
  font-size: 20px;
}
.fc-video-grid__content .fc-btn svg {
  width: 20px;
  height: 20px;
}
.fc-video-grid__title {
  color: rgba(11, 9, 27, 0.8);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  line-height: 1.07;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 576px) {
  .fc-video-grid__title {
    font-size: 18px;
    letter-spacing: -0.18px;
    margin-bottom: 6px;
  }
}
.fc-video-grid__description {
  color: rgba(11, 9, 27, 0.72);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .fc-video-grid__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.fc-video-slider__item .fc-video-slider__thumbnail {
  max-width: 250px;
}
@media (max-width: 991px) {
  .fc-video-slider__item .fc-video-slider__thumbnail {
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .fc-video-slider__item .fc-video-slider__thumbnail {
    max-width: 100%;
  }
}
.fc-video-slider__item .fc-video-slider__content .fc-video-slider__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .fc-video-slider__item .fc-video-slider__content .fc-video-slider__title {
    font-size: 20px;
  }
}

.fc-video-slider {
  position: relative;
}
.fc-video-slider__thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.fc-video-slider__thumbnail i {
  font-size: 25px;
  color: #ffffff;
}
.fc-video-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fc-video-slider__playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ED0202;
  width: 56px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 576px) {
  .fc-video-slider__content {
    padding: 14px 0;
  }
}
.fc-video-slider__title {
  color: rgba(11, 9, 27, 0.8);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  line-height: 1.07;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .fc-video-slider__title {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.18px;
  }
}
.fc-video-slider__prev, .fc-video-slider__next {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  color: #0D5756;
  font-size: 24px;
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
@media (max-width: 576px) {
  .fc-video-slider__prev, .fc-video-slider__next {
    opacity: 1;
    visibility: visible;
  }
}
.fc-video-slider__prev:hover, .fc-video-slider__next:hover {
  background: #0D5756;
  color: #ffffff;
}
.fc-video-slider__prev {
  left: -10px;
}
.fc-video-slider__next {
  right: -10px;
}

.fc-video-desktop__grid .fc-video-slider__item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 12px;
}
.fc-video-desktop__grid .fc-video-slider__title {
  color: rgba(11, 9, 27, 0.8);
  font-size: 24px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .fc-video-desktop__grid .fc-video-slider__title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .fc-video-desktop__grid {
    display: none;
  }
  .fc-video-mobile__slider {
    display: block;
  }
}
@media (min-width: 768px) {
  .fc-video-desktop__grid {
    display: block;
  }
  .fc-video-mobile__slider {
    display: none;
  }
}
/*--------------------------------------------------------------
## Testimonial Tab
--------------------------------------------------------------*/
.fc-tab-testimonial {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .fc-tab-testimonial {
    padding: 0;
  }
}
.fc-tab-testimonial__list {
  padding-left: 50px;
  margin-bottom: 0;
  list-style: none;
  border-left: 1px solid #262522;
  margin-top: 160px;
}
.fc-tab-testimonial__list li {
  margin-bottom: 40px;
  position: relative;
}
.fc-tab-testimonial__list li:after {
  content: "";
  position: absolute;
  top: 0;
  left: -52px;
  width: 3px;
  height: 0;
  background-color: #00D565;
  transition: all 0.3s ease-in-out;
}
.fc-tab-testimonial__list li.active:after {
  height: 100%;
}
.fc-tab-testimonial__list li.active .fc-tab-testimonial__name {
  color: #ffffff;
}
.fc-tab-testimonial__list li.active .fc-tab-testimonial__image img {
  filter: grayscale(0);
}
@media (min-width: 992px) {
  .fc-tab-testimonial .fc-testimonial__item-bio-wrapper {
    display: none;
  }
}
.fc-tab-testimonial__left-content {
  width: 30%;
}
@media (max-width: 991px) {
  .fc-tab-testimonial__left-content {
    display: none;
  }
}
.fc-tab-testimonial__right-content {
  flex: 2;
}
@media (max-width: 991px) {
  .fc-tab-testimonial__right-content {
    width: 110%;
  }
}
.fc-tab-testimonial .fc-widget-stars {
  width: 190px;
  margin: 0 0 73px;
}
@media (max-width: 991px) {
  .fc-tab-testimonial .fc-widget-stars {
    width: 100px;
    margin: 20px 0 40px;
  }
}
.fc-tab-testimonial__item {
  height: 85vh;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .fc-tab-testimonial__item {
    opacity: 0.01;
    transition: opacity 0.3s ease-in-out;
  }
}
.fc-tab-testimonial__item.active {
  opacity: 1;
}
.fc-tab-testimonial__item:not(:last-child) {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .fc-tab-testimonial__item:not(:last-child) {
    padding-top: 0;
  }
}
.fc-tab-testimonial__item:last-child {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .fc-tab-testimonial__item {
    height: auto;
    padding: 50px 0;
    margin-bottom: 0;
  }
}
.fc-tab-testimonial .animation__testimonial_page {
  padding-top: 115px;
  border-top: 2px solid #00D565;
}
@media (max-width: 991px) {
  .fc-tab-testimonial .animation__testimonial_page {
    padding-top: 60px;
  }
}
.fc-tab-testimonial__image {
  margin-bottom: 21px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.fc-tab-testimonial__image img {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.fc-tab-testimonial__name {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .fc-tab-testimonial__name {
    margin-bottom: 0;
  }
}
.fc-tab-testimonial__designation {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
}
.fc-tab-testimonial__content p {
  font-family: "Inter", sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 70px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .fc-tab-testimonial__content p {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .fc-tab-testimonial__content p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .fc-tab-testimonial__content p {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-height: 576px) {
  .fc-tab-testimonial__content p {
    font-size: 20px;
    line-height: 30px;
  }
}

@keyframes opacity__testimonial {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/
#fc-dynamic-tabs {
  position: relative;
  z-index: 2;
}
#fc-dynamic-tabs.horizontal #fc-dynamic-tabs-nav {
  margin: 0;
  padding: 5px;
  list-style: none;
  border-radius: 30px;
  background: #EDEBF4;
  display: inline-block;
}
#fc-dynamic-tabs.horizontal #fc-dynamic-tabs-nav li {
  display: inline-block;
}
#fc-dynamic-tabs.horizontal #fc-dynamic-tabs-nav .tab-badge {
  color: #FD462C;
  font-size: 12px;
  font-weight: 700;
  background: rgba(253, 70, 44, 0.1);
  padding: 3px 7px 5px;
  border-radius: 30px;
  margin-left: 5px;
  display: inline-block;
  line-height: 1;
}
#fc-dynamic-tabs.horizontal #fc-dynamic-tabs-nav.style-one li:not(:last-child) {
  margin-right: 7px;
}
#fc-dynamic-tabs.horizontal #fc-dynamic-tabs-nav.style-one li a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  border-radius: 30px;
  color: #525258;
  display: inline-flex;
  align-items: center;
}
#fc-dynamic-tabs.horizontal #fc-dynamic-tabs-nav.style-one li.active a {
  background-color: #ffffff;
}
#fc-dynamic-tabs.horizontal #fc-dynamic-tabs-nav.style-two {
  border-bottom: 1px solid #E8E8E9;
  position: relative;
}
#fc-dynamic-tabs.horizontal #fc-dynamic-tabs-nav.style-two li:nth-child(-n+2) {
  margin-right: 70px;
}
#fc-dynamic-tabs.horizontal #fc-dynamic-tabs-nav.style-two li a {
  background: #BFE3E8;
  border-radius: 25px;
  padding: 17px 36px;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #5A5E62;
  display: inline-block;
  position: relative;
}
#fc-dynamic-tabs.horizontal #fc-dynamic-tabs-nav.style-two li.active a {
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 20, 90, 0.1);
}
#fc-dynamic-tabs.horizontal #fc-dynamic-tabs-nav.style-two li.active a:after {
  animation: featureProgressScaleX 10s linear forwards;
}
#fc-dynamic-tabs.horizontal .fc-dynamic-tabs-contents {
  margin-top: 60px;
}
#fc-dynamic-tabs.vertical {
  display: flex;
}
@media (max-width: 767px) {
  #fc-dynamic-tabs.vertical {
    flex-direction: column;
  }
}
#fc-dynamic-tabs.vertical #fc-dynamic-tabs-nav {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  min-width: 200px;
  height: max-content;
  text-align: left;
  margin-right: 50px;
}
@media (max-width: 767px) {
  #fc-dynamic-tabs.vertical #fc-dynamic-tabs-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  #fc-dynamic-tabs.vertical #fc-dynamic-tabs-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
#fc-dynamic-tabs.vertical #fc-dynamic-tabs-nav li {
  display: block;
}
#fc-dynamic-tabs.vertical #fc-dynamic-tabs-nav li:not(:last-child) {
  margin-bottom: 20px;
}
#fc-dynamic-tabs.vertical #fc-dynamic-tabs-nav li a {
  background: #BFE3E8;
  border-radius: 30px;
  padding: 17px 36px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #fc-dynamic-tabs.vertical #fc-dynamic-tabs-nav li a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
#fc-dynamic-tabs.vertical #fc-dynamic-tabs-nav li.active a {
  color: #ffffff;
  background: #0D5756;
}
#fc-dynamic-tabs.vertical #fc-dynamic-tabs-content {
  flex: 1;
  overflow-y: auto;
}

.fc-dynamic-tabs-wrapper .content {
  position: relative;
}
.fc-dynamic-tabs-wrapper .content:not(:first-child) {
  display: none;
}

.tab-swipe-line {
  background: #0D5756;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 2px;
  bottom: 0;
}

@keyframes featureProgressScale {
  0% {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes featureProgressScaleX {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.d-none {
  display: none !important;
}

.block-vertical-slider #scrollspy {
  position: sticky;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease-in;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

.block-vertical-slider #scrollspy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease-in;
  margin-right: 50px;
}

.block-vertical-slider #scrollspy .list-group-item.active {
  background-color: #ff8200;
}

.block-vertical-slider #scrollspy .list-group-item {
  width: 8px;
  background-color: #d0d3d4;
  border-radius: 0;
  padding: 0;
  height: 100%;
  max-height: 92px;
  margin-bottom: 12px;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ff8200;
  border-color: #ff8200;
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.block-vertical-slider .slider-content.active {
  opacity: 1;
}

.block-vertical-slider .slider-content h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #111921;
}
@media screen and (max-width: 991px) {
  .block-vertical-slider .slider-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .block-vertical-slider .slider-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .block-vertical-slider .slider-content h3 br {
    display: none;
  }
}

.block-vertical-slider .slider-content {
  opacity: 0.6;
  transition: all 0.2s ease-in;
}
.block-vertical-slider .slider-content p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #5A5E62;
  margin-bottom: 26px;
}
.block-vertical-slider .slider-content .fc-btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #0987F8;
  border-color: #0987F8;
  padding: 9px 26px;
  line-height: 1.2;
}
.block-vertical-slider .slider-content .fc-btn:hover {
  color: #fff;
  background-color: #0987F8;
  border-color: #0987F8;
}

.block-vertical-slider {
  position: relative;
}

@media (min-width: 768px) {
  .block-vertical-slider .slider-image {
    position: sticky;
    top: 200px;
    transition: all 0.2s ease-in;
  }
  .block-vertical-slider .slider-image .slider-image--wrapper:first-child {
    opacity: 1 !important;
  }
  .d-md-block {
    display: block !important;
  }
  .block-vertical-slider .slider-image .slider-image--wrapper:first-child {
    opacity: 1 !important;
  }
  .block-vertical-slider .slider-image .slider-image--wrapper {
    transition: all 0.2s ease-in;
  }
  .block-vertical-slider .slider-image .slider-image--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .block-vertical-slider .slider-image {
    position: sticky;
    top: 200px;
    transition: all 0.2s ease-in;
  }
  .block-vertical-slider .slider-image .slider-image--wrapper:first-child {
    opacity: 1 !important;
  }
  .block-vertical-slider .slider-image .slider-image--wrapper {
    transition: all 0.2s ease-in;
  }
  .block-vertical-slider .slider-content {
    display: block;
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: 300px;
  }
  .d-md-block {
    display: block !important;
  }
  .block-vertical-slider .slider-image .slider-image--wrapper:not(:first-child) {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
  }
}
.fc-scrolling-tab__content {
  position: relative;
}
.fc-scrolling-tab__content .circle-shape {
  position: absolute;
  background: #E7F0FD;
  z-index: -1;
}
.fc-scrolling-tab__content.fc-scrolling-tab__content--one .circle-shape {
  width: 370px;
  height: 370px;
  right: -37px;
  top: -70px;
  border-radius: 50%;
}
.fc-scrolling-tab__content.fc-scrolling-tab__content--one .fc-scrolling-tab__content-image-one {
  flex: 1;
  margin-right: 10px;
}
.fc-scrolling-tab__content.fc-scrolling-tab__content--two .circle-shape {
  width: 100%;
  height: 280px;
  top: 0;
  left: 0;
}
.fc-scrolling-tab__content.fc-scrolling-tab__content--two .fc-scrolling-tab__content-image-two {
  flex: 1;
  margin-left: 10px;
}

/*--------------------------------------------------------------
## Faq
--------------------------------------------------------------*/
.fc-faq__item {
  padding-left: 30px;
  border-left: 2px solid #0D5756;
  transition: all 0.3s ease;
}
.fc-faq__item:not(:last-child) {
  margin-bottom: 40px;
}
.fc-faq__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.fc-faq__content {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}

.fc-accordian__nav {
  display: block;
  background: #f8f8f8;
  padding: 40px 40px 40px 0;
  border-radius: 6px;
}
.fc-accordian__nav li {
  display: block;
  margin-bottom: 6px;
}
.fc-accordian__nav li .nav-link {
  background-color: transparent;
  border: 0;
  font-size: 15px;
  padding: 4px 20px 4px 40px;
  color: #6b717c;
  max-width: 200px;
  min-width: 200px;
  text-align: left;
  font-weight: 500;
}
.fc-accordian__nav li .nav-link.active {
  background-color: #1abf68;
  color: #fff;
}

.fc-accordion .accordion-item {
  margin-bottom: 10px;
}
.fc-accordion .accordion-button {
  font-weight: 500;
  color: #2c2c51;
  text-decoration: none;
  white-space: normal;
  text-align: left;
  width: 100%;
  padding: 20px 40px;
  box-shadow: none;
  background-color: #f8f8f8;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.fc-accordion .accordion-button i {
  font-size: 26px;
  position: absolute;
  right: 30px;
}
.fc-accordion .accordion-body {
  background: transparent;
  padding: 23px 30px 30px;
}

.faq_content {
  position: relative;
}
.faq_content .card-header {
  padding: 0;
  background-color: transparent;
  line-height: 18px;
  border-bottom: 0;
}
.faq_content .card-header .btn {
  border: none;
  padding: 20px 45px 20px 30px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
}
.faq_content .card-header .btn:hover {
  color: #0D5756;
}
.faq_content .card-header .btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  transition: 0.5s;
  color: #0D5756;
  font-size: 14px;
  position: absolute;
  right: 30px;
  top: 24px;
}
.faq_content .card-header .btn.collapsed:after {
  content: "\f067";
  color: #0B091B;
}
.faq_content .card-header .btn.collapsed {
  color: #0B091B;
  background: transparent;
}
.faq_content .card {
  border: 2px solid #dee2e6;
  border-radius: 15px;
}
.faq_content .card:not(:last-child) {
  margin-bottom: 15px;
}
.faq_content .card.active .card-header .btn {
  color: #0D5756;
}
.faq_content .card-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
  font-size: 16px;
}

.btn-link:hover {
  text-decoration: none;
}

.elementor-widget-tt-faq-list .tt-faq-list:not(:last-child) {
  margin-bottom: 53px;
}

.fc-accordion .accordion-item {
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #DDE5E2;
}
.fc-accordion .accordion-button {
  background: #fff;
  font-size: 24px;
  font-weight: 500;
  color: #2c2c51;
  text-decoration: none;
  white-space: normal;
  text-align: left;
  width: 100%;
  padding: 35px 45px;
  box-shadow: none;
}
@media (max-width: 575px) {
  .fc-accordion .accordion-button {
    font-size: 18px;
    padding: 25px 30px;
  }
}
.fc-accordion .accordion-button .accordion__icon-container {
  margin-right: 10px;
}
.fc-accordion .accordion-button:focus {
  box-shadow: none;
}
.fc-accordion .accordion-button:after {
  background-image: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  transition: 0.5s;
  color: #0B091B;
  text-align: right;
  font-size: 14px;
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .fc-accordion .accordion-button:after {
    right: 30px;
  }
}
.fc-accordion .accordion-button:not(.collapsed) {
  color: #0D5756;
  background-color: transparent;
  box-shadow: none;
}
.fc-accordion .accordion-button:not(.collapsed):after {
  content: "\f068";
  color: #0D5756;
  background-image: none;
  transform: translateY(-50%) rotate(0);
}
.fc-accordion .accordion-body {
  padding: 0 45px 40px;
  font-size: 18px;
  line-height: 28px;
  margin-top: -7px;
  color: #525A75;
}
@media (max-width: 575px) {
  .fc-accordion .accordion-body {
    padding: 0 30px 30px;
    font-size: 16px;
    line-height: 26px;
  }
}

/*--------------------------------------------------------------
## Portfolio List
--------------------------------------------------------------*/
.fc-portfolio .row.custom-gap {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 32px;
}
@media (max-width: 576px) {
  .fc-portfolio .row.custom-gap {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }
}
.fc-portfolio__thumbnail {
  overflow: hidden;
  border-radius: 12px;
}
.fc-portfolio__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  border-radius: 12px !important;
}
.fc-portfolio__thumbnail img:hover {
  transform: scale(1.05);
}
.fc-portfolio__load {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 576px) {
  .fc-portfolio__load {
    margin-top: 35px;
  }
}
.fc-portfolio__btn {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #454545;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.fc-portfolio__btn i {
  font-size: 20px;
}

/*--------------------------------------------------------------
## Timer Conuter
--------------------------------------------------------------*/
.fc-timer-counter {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 576px) {
  .fc-timer-counter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}
.fc-timer-counter__number {
  width: 148px;
  height: 148px;
  flex-basis: 148px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 100%;
}
.fc-timer-counter__value {
  fill: #ffffff;
  font-size: 10px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.72px;
}
.fc-timer-counter__title {
  fill: rgba(255, 255, 255, 0.64);
  font-size: 4px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Menu Item
--------------------------------------------------------------*/
.fc-menu {
  background: #D9D9D9;
  padding: 4px;
  border-radius: 12px;
  display: inline-block;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .fc-menu {
    display: none;
  }
}
.fc-menu__fixed {
  position: fixed;
  top: 50px;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}
.fc-menu__list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 12px;
}
.fc-menu__item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 14px;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.fc-menu__item:hover {
  background: #ffffff;
  color: #000000;
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
}
.fc-menu__item:hover .fc-menu__link, .fc-menu__item:hover .fc-menu__icon {
  color: #000000;
}
.fc-menu__active {
  background: #ffffff;
  color: #000000;
  border-radius: 8px;
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
}
.fc-menu__active .fc-menu__link,
.fc-menu__active .fc-menu__icon {
  color: #000000;
}
.fc-menu__link {
  color: #B0B0B0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.fc-menu__icon {
  color: #B0B0B0;
  font-size: 20px;
  line-height: 1;
}
.fc-menu__icon i {
  transition: all 0.3s ease;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.ratli-form-boxed__form {
  display: flex;
  flex-direction: column;
}
.ratli-form-boxed__group {
  display: flex;
  flex-direction: column;
}
.ratli-form-boxed__group:not(:last-child) p {
  margin-bottom: 0;
}
.ratli-form-boxed__label {
  color: rgba(11, 9, 27, 0.64);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}
.ratli-form-boxed--textarea {
  height: 100px;
}
@media (max-width: 576px) {
  .ratli-form-boxed--textarea {
    height: 130px;
  }
}
.ratli-form-boxed__group--checkbox {
  margin-top: 6px;
  margin-bottom: 32px;
}
.ratli-form-boxed__checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(11, 9, 27, 0.72);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.ratli-form-boxed__checkbox {
  width: 18px;
  height: 18px;
  accent-color: #0B091B;
  margin-bottom: 0;
  margin-top: -2px;
}
.ratli-form-boxed__link {
  color: #0B091B;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: underline !important;
}
.ratli-form-boxed__link:hover {
  color: inherit;
}
.ratli-form-boxed .elementor-align-icon-left {
  margin-right: 12px;
}
.ratli-form-boxed .fc-btn-content-wrapper i {
  font-size: 20px;
}
.ratli-form-boxed .fc-btn {
  box-shadow: 12px 12px 36px 0px rgba(13, 87, 86, 0.4);
}
@media (max-width: 576px) {
  .ratli-form-boxed .fc-btn {
    width: 100%;
  }
}

.tc-signup-form__label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  opacity: 0.48;
}
.tc-signup-form__input-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.tc-signup-form__input-wrapper p {
  width: 100%;
}
.tc-signup-form__button {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0;
}
.tc-signup-form__icon {
  color: #ffffff;
  font-size: 24px;
}

/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/
.fc-contact-info {
  padding: 60px 30px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #F2F2F3;
  background: #FFF;
  box-shadow: 0 4px 6px 0 rgba(19, 33, 35, 0.06);
}
.fc-contact-info__icon {
  font-size: 26px;
  color: #162432;
  border: 1px solid #F2F2F3;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 29px;
  border-radius: 50%;
}
.fc-contact-info__title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
.fc-contact-info__info p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: -0.22px;
  line-height: 28px;
}

/*--------------------------------------------------------------
## Image
--------------------------------------------------------------*/
.image-wrapper {
  position: relative;
}
.image-wrapper .content-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.popup-play-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 55px;
  width: 55px;
  background: #fff;
  display: block;
  line-height: 58px;
  font-size: 24px;
  border-radius: 50%;
  animation: ripple-white 1s linear infinite;
  color: #0D5756;
}
.popup-play-btn i {
  margin-left: 8px;
}
.popup-play-btn:hover {
  background: #0D5756;
  color: #fff;
}

.fc-parallax__image {
  position: relative;
  z-index: 3;
  text-align: right;
  max-width: 670px;
}
.fc-parallax__image .image-two, .fc-parallax__image .image-three {
  position: absolute;
}
.fc-parallax__image .image-two {
  left: 190px;
  top: 210px;
}
.fc-parallax__image .image-three {
  bottom: 210px;
  left: 104px;
}
.fc-parallax__image .circle {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 30px;
  background-image: linear-gradient(60deg, #504cfa 0%, #ff3695 100%);
  height: 500px;
  width: 500px;
  opacity: 0.051 !important;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .fc-parallax__image .circle {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .fc-parallax__image .circle {
    height: 300px;
    width: 300px;
  }
}
.fc-parallax__image .dot_shape {
  position: absolute;
  left: 165px;
  bottom: 45px;
  z-index: -1;
  animation: wave 3s 0.1s infinite linear;
  right: 0;
  top: 100px;
}
.fc-parallax__image-style-2 .parallax-image {
  position: relative;
  z-index: 2;
  margin-left: -55px;
}
.fc-parallax__image-style-2 .circle {
  display: block;
  height: 340px;
  width: 340px;
  background: #fefcf3;
  border-radius: 50%;
  position: absolute;
  bottom: -25px;
  left: -110px;
  opacity: 1 !important;
  z-index: -1;
}
.fc-parallax__image-style-2 .dot_shape {
  position: absolute;
  left: 165px;
  right: auto;
  bottom: 45px;
  top: auto;
  z-index: 1;
  animation: wave 3s 0.1s infinite linear;
}
.fc-parallax__image-style-3 .parallax-image {
  margin-right: -50px;
}
.fc-parallax__image-style-3 .circle {
  background: #fcf8fc;
  right: -140px;
  left: auto;
  top: auto;
  bottom: 40px;
  opacity: 1 !important;
  height: 340px;
  width: 340px;
  z-index: -2;
}
.fc-parallax__image-style-3 .dot_shape {
  right: 140px;
  top: auto;
  left: auto;
  bottom: 50px;
  opacity: 1;
}
.fc-parallax__image-style-4 .parallax-image {
  position: relative;
  z-index: 3;
  margin-left: 65px;
  text-align: left;
}
.fc-parallax__image-style-4 .image-two {
  left: 270px;
  top: 50px;
  z-index: 2;
}
.fc-parallax__image-style-4 .circle {
  position: absolute;
  right: -40%;
  left: auto;
  top: -20%;
  height: 650px;
  width: 650px;
  background: #f6f9fb;
  border-radius: 50%;
  opacity: 1 !important;
}
.fc-parallax__image-style-4 .dot_shape {
  right: -60px;
  left: auto;
  top: auto;
  bottom: 20px;
  z-index: 1;
  animation: jump 3s infinite;
}
.fc-parallax__image-style-5 {
  position: relative;
  max-width: 470px;
  height: 624px;
  margin: 0 auto;
}
.fc-parallax__image-style-5 .animate-circle.style-one {
  position: absolute;
  top: 0;
  margin-right: -43px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.fc-parallax__image-style-5 .animate-circle img {
  position: absolute;
}
.fc-parallax__image-style-5 .animate-circle .anim-bg-one {
  right: -80px;
  top: 80px;
  animation: wave 4s 0.1s infinite linear;
}
.fc-parallax__image-style-5 .animate-circle .anim-bg-two {
  top: 127px;
  left: 57px;
  animation: wave 3s 0.1s infinite linear;
  transition-delay: 0.3s;
}
.fc-parallax__image-style-5 .animate-circle .anim-bg-three {
  left: 25px;
  top: 150px;
  animation: wave 2s 0.1s infinite linear;
  transition-delay: 0.5s;
}
.fc-parallax__image-style-5 .image-one {
  right: -33px;
  top: 0;
}
.fc-parallax__image-style-5 .image-two {
  left: 3px;
  top: 53%;
  transform: translateY(-50%);
  z-index: 44;
}

@keyframes wave {
  0% {
    transform: rotateZ(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
  }
}
@keyframes jump {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
/*--------------------------------------------------------------
## Marque Text
--------------------------------------------------------------*/
.marquee-text {
  position: relative;
  overflow: hidden;
}

.marquee-text {
  position: relative;
}

.marquee__text-inner {
  position: relative;
  display: flex;
  width: max-content;
}
.marquee__text-inner .arrow {
  position: relative;
  line-height: 1;
}
.marquee__text-inner .arrow svg {
  width: 40px;
  height: 40px;
}
.marquee__text-inner.style--one .marquee__text-part {
  position: relative;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 45px;
  line-height: 1.4;
  font-weight: 500;
  color: #B0B0B0;
  transition: all 0.3s ease-in-out;
  height: auto;
}
.marquee__text-inner.style--one .marquee__text-part .arrow {
  line-height: 1;
  margin: 0 28px;
  display: inline-block;
}
.marquee__text-inner.style--two .marquee__text-part {
  font-family: "Inter", sans-serif;
  color: #ED0202;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.18px;
  line-height: 1.4;
}
.marquee__text-inner.style--two .marquee__text-part .arrow {
  line-height: 1;
  margin: 0 40px;
  display: inline-block;
}
.marquee__text-inner.style--two .marquee__text-part .arrow svg {
  width: 24px;
  height: 24px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error_page {
  position: relative;
  background: #ECECEC;
  padding: 300px 0 200px;
}
@media (max-width: 991px) {
  .error_page {
    padding: 170px 0 100px;
  }
}
.error_page:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 8px;
  right: 8px;
  height: 744px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  border-radius: 24px;
}
@media (max-width: 1200px) {
  .error_page:before {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .error_page:before {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .error_page:before {
    height: 300px;
  }
}
.admin-bar .error_page:before {
  top: 122px;
}
.error_page .error_page_wrapper {
  display: flex;
  flex-direction: column;
  gap: 195px;
}
@media (max-width: 991px) {
  .error_page .error_page_wrapper {
    gap: 80px;
  }
}
.error_page .error-page-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 991px) {
  .error_page .error-page-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.error_page .error-page-content .error-title {
  font-size: 72px;
  color: #ED0202;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .error_page .error-page-content .error-title {
    font-size: 32px;
  }
}
.error_page .error-page-content p {
  font-size: 18px;
  margin-bottom: 0;
}
.error_page .error-page-content .fc-btn {
  padding: 13px 29px;
}
.error_page .error-info {
  flex-basis: 550px;
}
@media (max-width: 991px) {
  .error_page .error-info {
    flex-basis: 100%;
  }
}
.error_page .error-image {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .error_page .error-image {
    padding: 0 24px;
  }
}
.error_page .error-image img {
  max-width: 920px;
  width: 100%;
}

.error404 .site-header .fc-btn.nav-btn {
  background: #ED0202;
  box-shadow: 12px 12px 36px 0px rgba(237, 2, 2, 0.4);
  border-color: #ED0202;
}
.error404 .site-header .fc-btn.nav-btn:hover {
  background: #ED0202;
  box-shadow: 12px 12px 36px 0px rgba(237, 2, 2, 0.4);
  border-color: #ED0202;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}

.comments-rating label {
  display: inline-block;
}

.rating-container {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
}

.rating-container * {
  font-size: 1.4rem;
}

.rating-container > input {
  display: none;
}

.rating-container > input + label {
  /* only enough room for the star */
  font-family: "dashicons";
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}

.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: #f0ae0f;
  text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}

.rating-container > .star-cb-clear + label:before {
  width: 0.5em;
}

.rating-container:hover > input + label:before {
  content: "\f154";
  color: #888;
  text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: #f0ae0f;
  text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
  text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
  text-indent: -9999px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  overflow: hidden;
}
.site-footer.footer_dark {
  background-color: #3D3D3D;
}
.site-footer.footer_dark .description, .site-footer.footer_dark p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}
.site-footer .widget-title, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
  font-size: 20px;
  font-weight: 700;
  color: #2c2c51;
  margin-bottom: 32px;
}
.site-footer .widget {
  margin-bottom: 30px;
  border: 0;
  position: relative;
  z-index: 2;
}
.site-footer .widget.widget_media_image {
  margin-bottom: 0;
}
.site-footer .widget ul li {
  color: #ffffff;
  font-size: 15px;
}
.site-footer .widget ul li a {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
.site-footer .widget ul li a .post-count {
  color: #CDD0D3;
}
.site-footer .widget ul li a:hover {
  color: #0D5756;
}
.site-footer .widget ul li a:hover .post-count {
  color: #0D5756;
}
.site-footer .widget ul li .rsswidget {
  color: #fff;
}
.site-footer .widget ul.menu li:not(:last-child) {
  margin-bottom: 10px;
}
.site-footer .widget ul.menu li .sub-menu {
  padding-left: 15px;
}
.site-footer .widget ul.menu li .sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .site-footer .widget {
    margin-bottom: 60px;
  }
}
.site-footer .tagcloud a {
  color: #0B091B;
  margin-bottom: 7px;
}
.site-footer .footer-wrapper {
  padding: 92px 0 58px;
}
@media (max-width: 992px) {
  .site-footer .footer-wrapper {
    padding: 80px 0 0 !important;
  }
}
.site-footer .site-info {
  position: relative;
  z-index: 22;
}
.site-footer .site-info .site-info-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}
.site-footer .site-info .site-info-inner {
  padding: 35px 0;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .site-footer .site-info .site-info-inner {
    display: block !important;
    text-align: center;
    padding: 20px 0;
  }
  .site-footer .site-info .site-info-inner .copyright {
    margin-bottom: 10px;
  }
}
.site-footer .site-info .copyright {
  padding: 37px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .site-footer .site-info .copyright {
    padding: 15px 0;
  }
}
.site-footer .site-info .copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 16px;
  font-weight: 400;
}
.site-footer .site-info .copyright p a {
  color: #ffffff;
  text-decoration: underline;
}
.site-footer .site-info .copyright p a:hover {
  color: #0D5756;
}
.site-footer.footer_light {
  background-color: #f5f4f4;
}
.site-footer.footer_light .logo-light {
  display: none;
}
.site-footer.footer_light p {
  color: #6d6d82;
}
.site-footer.footer_light .site-info {
  background-color: #FCFCFC;
  border-top: 0;
}
.site-footer.footer_light .site-info .copyright p {
  color: #A2A2A2;
}
.site-footer.footer_light .site-info .copyright a {
  color: #145BD7;
}
.site-footer.footer_light .site-info .copyright a:hover {
  color: #0D5756;
}
.site-footer.footer_light .widget .widget-title,
.site-footer.footer_light .widget h1, .site-footer.footer_light .widget h2, .site-footer.footer_light .widget h3, .site-footer.footer_light .widget h4, .site-footer.footer_light .widget h5, .site-footer.footer_light .widget h6 {
  color: #0B091B;
}
.site-footer.footer_light .widget ul:not(.footer-social-link) li a {
  color: #8A8A8A;
}
.site-footer.footer_light .widget ul:not(.footer-social-link) li a:hover {
  color: #0D5756;
}

.site-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer-menu li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.site-footer-menu li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
}
.site-footer-menu li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.2);
}
.site-footer-menu li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}

.woocommerce-products-header__title {
  font-size: 45px;
  font-weight: 800;
  color: #0D5756;
  text-transform: uppercase;
  max-width: 690px;
  letter-spacing: -1.8px;
  line-height: 1;
}
@media (max-width: 992px) {
  .woocommerce-products-header__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .woocommerce-products-header__title {
    font-size: 24px;
  }
}
.woocommerce-products-header__title .highlight {
  color: rgba(13, 87, 86, 0.4);
}
.woocommerce-products-header__title select.orderby {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.woocommerce-products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 81px;
}
@media (max-width: 767px) {
  .woocommerce-products-header {
    flex-direction: column;
    margin-bottom: 24px;
    gap: 27px;
    align-items: flex-end;
  }
}
.woocommerce-products-header .woocommerce-ordering {
  margin-bottom: 0;
}
.woocommerce-products-header .woocommerce-products-header {
  margin-bottom: 0;
}
.woocommerce-products-header .woocommerce-products-header h1 {
  margin-bottom: 0;
}
.woocommerce-products-header select.orderby {
  border: 0;
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}

select.orderby {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.post-type-archive-product, .single-product {
  position: relative;
}
.post-type-archive-product:before, .single-product:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 840px;
  background: linear-gradient(180deg, #ECECEC 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.post-type-archive-product .content-area, .single-product .content-area {
  padding: 151px 0 140px;
  background: #ffffff;
  max-width: calc(100% - 16px);
  margin: 0 auto;
  border-radius: 24px 24px 0 0;
}
@media (max-width: 991px) {
  .post-type-archive-product .content-area, .single-product .content-area {
    padding: 53px 0 80px;
  }
}

.fc-product-item span.onsale {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 5px 10px;
  background: #0D5756;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  min-height: auto;
  min-width: auto;
}
.fc-product-item .woocommerce-LoopProduct-link {
  display: block;
  text-decoration: none;
}
.fc-product-item .attachment-woocommerce_thumbnail {
  margin-bottom: 28px;
  border-radius: 24px;
  width: 100%;
}
.fc-product-item .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
  color: #63626D;
}
@media (min-width: 480px) {
  .fc-product-item .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .fc-product-item .woocommerce-loop-product__title {
    font-size: 16px;
  }
}
.fc-product-item span.price {
  font-size: 23px;
  display: block;
  font-weight: 800;
  color: #0B091B;
  margin-bottom: 24px;
}
.fc-product-item .tc-product-item__button-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .fc-product-item .tc-product-item__button-container {
    gap: 8px;
  }
}
.fc-product-item .add_to_cart_button, .fc-product-item .product_type_grouped {
  display: inline-flex;
  gap: 8px;
  border-radius: 8px;
  border: 2px solid #0D5756;
  padding: 13px 26px;
  font-size: 16px;
  font-weight: 600;
  color: #0D5756;
  white-space: nowrap;
}
.fc-product-item .add_to_cart_button svg path, .fc-product-item .product_type_grouped svg path {
  transition: all 0.3s ease-in-out;
}
.fc-product-item .add_to_cart_button:hover, .fc-product-item .product_type_grouped:hover {
  background: #0D5756;
  color: #fff;
}
.fc-product-item .add_to_cart_button:hover svg path, .fc-product-item .product_type_grouped:hover svg path {
  fill: #fff;
}
@media (max-width: 480px) {
  .fc-product-item .add_to_cart_button, .fc-product-item .product_type_grouped {
    flex: 2;
    justify-content: center;
  }
}

.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.yith-add-to-wishlist-button-block {
  display: inline-block;
  margin: 0;
}

.yith-wcwl-add-to-wishlist-button {
  display: inline-flex;
  height: 56px;
  width: 56px;
  border-radius: 8px;
  border: 2px solid #E7E7E7;
  justify-content: center;
}

.yith-wcwl-add-to-wishlist-button--anchor {
  position: relative;
}
.yith-wcwl-add-to-wishlist-button--anchor svg {
  display: none;
}
.yith-wcwl-add-to-wishlist-button--anchor:after {
  content: "\f004";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
}
.yith-wcwl-add-to-wishlist-button--anchor.yith-wcwl-add-to-wishlist-button--added:after {
  content: "\f004";
  font-weight: 900;
}

.products {
  width: 100%;
  display: grid;
  column-gap: 32px;
  row-gap: 80px;
}
@media (max-width: 1024px) {
  .products {
    column-gap: 24px;
    row-gap: 52px;
  }
}
@media (max-width: 767px) {
  .products {
    column-gap: 16px;
  }
}
.products.columns-4 {
  grid-template-columns: repeat(auto-fill, minmax(min(275px, 100%), 1fr));
}
.products.columns-3 {
  grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
}
.products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .products.columns-3, .products.columns-5 {
    grid-template-columns: repeat(auto-fill, minmax(min(275px, 100%), 1fr));
  }
}
@media (max-width: 767px) {
  .products.columns-3, .products.columns-5, .products.columns-2 {
    grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr));
  }
}
@media (max-width: 480px) {
  .products.columns-3, .products.columns-5, .products.columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, .single_add_to_cart_button.fc-btn {
  display: inline-flex;
  gap: 8px;
  border-radius: 8px;
  border: 2px solid #0D5756;
  padding: 13px 26px;
  font-size: 16px;
  font-weight: 600;
  color: #0D5756;
  align-items: center;
  background-color: transparent;
  white-space: nowrap;
}
@media (min-width: 480px) and (max-width: 767px) {
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, .single_add_to_cart_button.fc-btn {
    padding: 13px 14px;
  }
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button svg path, .single_add_to_cart_button.fc-btn svg path {
  transition: all 0.3s ease-in-out;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover, .single_add_to_cart_button.fc-btn:hover {
  background: #0D5756;
  color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover svg path, .single_add_to_cart_button.fc-btn:hover svg path {
  fill: #fff;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  font-size: 23px;
  display: block;
  font-weight: 800;
  color: #0B091B;
  margin-bottom: 23px;
}

.tc-product-slider__next {
  right: 16px;
}
@media (max-width: 767px) {
  .tc-product-slider__next {
    right: 0;
  }
}

.tc-product-slider__prev {
  left: 16px;
}
@media (max-width: 767px) {
  .tc-product-slider__prev {
    left: 0;
  }
}

.tc-product__pagination {
  bottom: 0;
  margin-top: 50px;
  display: block;
}

@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 8px;
  }
}
.woocommerce div.product .product_title {
  font-size: 18px;
  font-weight: 500;
  color: #4F4E5B;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .woocommerce div.product .product_title {
    margin-bottom: 6px;
  }
}
@media (max-width: 420px) {
  .woocommerce div.product .quantity {
    width: 100%;
  }
}

.single-product.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  font-size: 32px;
  color: #0B091B;
  font-weight: 800;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .single-product.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    font-size: 30px;
    margin-top: 13px;
    margin-bottom: 35px;
  }
}
.single-product .woocommerce-product-details__short-description {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #63626D;
  font-size: 16px;
  letter-spacing: -0.16px;
}
@media (max-width: 767px) {
  .single-product .woocommerce-product-details__short-description {
    margin-top: 0;
    margin-bottom: 31px;
  }
}
.single-product.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  color: #0D5756;
}
.single-product.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt .cart-icon {
  font-size: 24px;
}
.single-product.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
  background-color: #0D5756 !important;
  color: #fff;
}
.single-product.woocommerce div.product form.cart {
  margin-bottom: 0;
  display: flex;
  gap: 32px;
}
@media (max-width: 1200px) {
  .single-product.woocommerce div.product form.cart {
    gap: 16px;
  }
}
@media (max-width: 420px) {
  .single-product.woocommerce div.product form.cart {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
  }
}
.single-product.woocommerce div.product form.cart:before, .single-product.woocommerce div.product form.cart:after {
  display: none;
}
.single-product .yith-add-to-wishlist-button-block {
  margin: 0 !important;
}
.single-product .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.single-product .quantity-wrapper {
  display: flex;
  align-items: center;
  column-gap: 16px;
  row-gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media (max-width: 420px) {
  .single-product .quantity-wrapper {
    column-gap: 24px;
  }
}
.single-product .yith-wcwl-add-to-wishlist-button {
  justify-content: center !important;
}

.quantity-wrapper__title {
  font-size: 18px;
  color: #8A8992;
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
}

.short-description__title {
  color: #4F4E5B;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.quantity {
  width: 174px;
  display: inline-flex;
  align-items: center;
  position: relative;
  background-color: transparent;
  border: 2px solid #E7E7E7;
  padding: 4px;
  line-height: 1;
  height: 56px;
  border-radius: 8px;
  margin-right: 0 !important;
}
@media (max-width: 1200px) {
  .quantity {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .quantity {
    width: 120px;
  }
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input:not([type=checkbox]):not([type=submit]) {
  box-shadow: none;
}
.quantity .qty {
  margin: 0 !important;
  border-radius: 0;
  height: 46px;
  background-color: transparent !important;
  border: 0 !important;
  color: #0B091B;
  font-size: 14px;
  font-weight: 500;
  padding: 0 !important;
  text-align: center !important;
}
.quantity .qty:focus {
  border-color: transparent;
}
.quantity .minus-button, .quantity .plus-button {
  height: 40px;
  min-width: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #0D5756;
  line-height: 40px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.quantity .minus-button:after {
  content: "\f1af";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.quantity .plus-button:after {
  content: "\ea13";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.flex-control-thumbs {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .flex-control-thumbs {
    gap: 9px;
  }
}

.woocommerce div.product .flex-viewport {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .woocommerce div.product .flex-viewport {
    margin-bottom: 16px;
  }
}
.woocommerce div.product form.cart .button {
  background-color: transparent;
}
.woocommerce div.product div.images {
  margin-bottom: 35px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image {
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__image {
    border-radius: 16px;
  }
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 110px;
  height: 110px;
}
@media (max-width: 991px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 80px;
    height: 80px;
  }
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 12px;
  }
}
@media (min-width: 992px) {
  .woocommerce .entry-summary {
    padding-left: 40px;
  }
}
.woocommerce ul.tc-product__aditional-info {
  margin: 56px 0 50px 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 420px) {
  .woocommerce ul.tc-product__aditional-info {
    margin: 41px 0 33px 0;
    text-align: center;
  }
}
.woocommerce ul.tc-product__aditional-info li {
  font-size: 16px;
  color: #63626D;
  font-weight: 400;
  letter-spacing: -0.16px;
}
.woocommerce ul.tc-product__aditional-info li:not(:last-child) {
  margin-bottom: 6px;
}
.woocommerce ul.tc-product__aditional-info li .tc-product__aditional-info-value {
  font-weight: 500;
  color: #0B091B;
}

@media (max-width: 420px) {
  .tc-product__payment-options {
    text-align: center;
  }
}
.tc-product__payment-options p {
  font-size: 16px;
  color: #63626D;
  font-weight: 400;
  letter-spacing: -0.16px;
  margin-bottom: 8px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}

.fc-text-marque {
  padding: 20px;
  background: #FFEFEF;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .fc-text-marque {
    margin-top: 48px;
  }
}

.woocommerce-tabs {
  padding-top: 112px;
}
@media (max-width: 991px) {
  .woocommerce-tabs {
    padding-top: 48px;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 60px 0;
  padding: 0 0 19px 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 65px;
}
@media (max-width: 991px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    gap: 20px;
    align-items: flex-start;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: rgba(13, 87, 86, 0.16);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(13, 87, 86, 0.4);
  position: relative;
  display: inline-block;
  letter-spacing: -0.64px;
  line-height: 1;
}
@media (max-width: 991px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #0D5756;
  bottom: -21px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #0D5756;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #0D5756;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
  width: 120px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    width: 70px;
  }
}
.woocommerce .woocommerce-Tabs-panel h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-Tabs-panel h4 {
  font-size: 18px;
  color: #3C3A49;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: -0.18px;
  line-height: 1;
}
.woocommerce .product-description h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #3C3A49;
  letter-spacing: -0.18px;
  margin-bottom: 8px;
}
.woocommerce .product-description p {
  max-width: 760px;
  font-size: 18px;
  color: #3C3A49;
  letter-spacing: -0.18px;
  line-height: 1.56;
}
.woocommerce .comment-respond .comment-reply-title {
  display: block;
  margin-bottom: 15px;
}

.product-description-slider {
  overflow: hidden;
  border-radius: 25px;
  margin-top: 70px;
}

.product-des-next {
  right: 16px;
}

.product-des-prev {
  left: 16px;
}

.woocommerce-Tabs-panel--reviews #comments {
  margin-top: 0;
}
.woocommerce-Tabs-panel--reviews #comments .woocommerce-Reviews-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.woocommerce #review_form #respond textarea {
  height: 180px;
}

.woocommerce #reviews #comments {
  margin-bottom: 40px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  padding: 0;
  flex-basis: 80px;
  display: block;
  position: static;
  float: none;
}
.woocommerce .comment-reply-title {
  font-size: 20px;
  font-weight: 800;
}
.woocommerce .commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce .comment_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.woocommerce .comment_container .comment-text {
  flex: 2;
  margin: 0 !important;
  float: none;
  padding: 0 !important;
  border: 0 !important;
}
.woocommerce .comment_container .comment-text .meta .woocommerce-review__author {
  color: #0B091B;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce .related-product-section {
  padding-top: 100px;
}
.woocommerce .related-product-section .fc-product-related-title {
  font-size: 32px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  font-weight: 800;
  color: #0D5756;
  margin-bottom: 37px;
}

/* Quick View*/
.product_detail {
  display: flex;
}

.fc-quick-view.active {
  opacity: 1;
  visibility: visible;
}

.slider_img_productd {
  position: relative;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 34px;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  cursor: pointer;
}
.slick-arrow.feather-chevron-right {
  right: 20px;
}
.slick-arrow.feather-chevron-left {
  left: 20px;
}

.fc-quick-view {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fc-quick-view .woocommerce-notices-wrapper {
  margin-bottom: 0;
}
.fc-quick-view form.cart {
  display: flex;
  align-items: center;
}
.fc-quick-view .product_meta {
  margin-top: 30px;
}
.fc-quick-view .quickview-container {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 1000px;
  transition: all 0.3s ease-in-out;
}
.fc-quick-view.active .quickview-container {
  transform: translate(-50%, -50%) scale(1);
}
.fc-quick-view .quickview-close {
  text-align: center;
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 15px;
  color: #3e4a5e;
  z-index: 10000;
  width: 36px;
  height: 36px;
  border: 1px solid lightgrey;
  font-size: 20px;
  line-height: 36px;
  border-radius: 4px;
}
.fc-quick-view .quickview-close:hover {
  background: #0D5756;
  color: #fff;
  border-color: #0D5756;
}
.fc-quick-view .product_detail {
  overflow: hidden;
  display: flex;
  background: #fff;
  color: #818995;
  border-radius: 10px;
  position: relative;
  height: 500px;
}
.fc-quick-view .slider_img_productd .slick-arrow {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: transparent;
  top: calc(50% - 12.5px);
  border: 0;
  color: #3e4a5e;
  font-size: 22px;
}
.fc-quick-view .slider_img_productd .slick-arrow.fa-angle-left {
  left: 15px;
}
.fc-quick-view .slick-dots {
  position: absolute;
  bottom: 35px;
}
.fc-quick-view .slick-dots li, .fc-quick-view .slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.fc-quick-view .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #d4d4d4;
  padding: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
}
.fc-quick-view .slick-dots li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.fc-quick-view .quickview-container .fc-single-info .content_product_detail {
  padding: 50px 40px;
  width: 100%;
}

.fc-single-info {
  overflow-y: auto;
}

.fc-single-info, .img-quickview {
  width: 50%;
}

.img-quickview {
  height: 100%;
}

.fc-single-info::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.fc-single-info::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.fc-single-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.fc-single-info::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

.fc-single-info::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}

.woocommerce .wishlist-title {
  margin-bottom: 32px;
}
.woocommerce .wishlist-title h2 {
  font-size: 32px;
  font-weight: 600;
  color: #0B091B;
}
.woocommerce table.shop_table.wishlist_table {
  border-width: 0 0 1px 0;
  margin-bottom: 100px;
}
.woocommerce table.shop_table.wishlist_table thead {
  background: transparent;
}
.woocommerce table.shop_table.wishlist_table thead th:not(:last-child) {
  border-right-width: 0;
}
.woocommerce table.shop_table.wishlist_table thead tr th {
  background: transparent;
}
.woocommerce table.shop_table.wishlist_table tbody td {
  border: none;
}
.woocommerce table.shop_table.wishlist_table tbody td.product-remove {
  padding-left: 0 !important;
}
.woocommerce table.shop_table.wishlist_table tbody > tr {
  border-width: 1px 0 0 0;
}
.woocommerce table.shop_table.wishlist_table tbody td {
  border-left-width: 1px !important;
}
.woocommerce table.shop_table.wishlist_table tr th {
  text-align: left !important;
}
.woocommerce table.shop_table.wishlist_table tr th.product-remove {
  min-width: 40px !important;
}
.woocommerce table.shop_table.wishlist_table tr td {
  padding: 25px !important;
  font-weight: 700;
  color: #0B091B !important;
  font-size: 18px;
  text-align: left;
}
.woocommerce table.shop_table.wishlist_table tr td.product-add-to-cart {
  text-align: right;
  padding-right: 0 !important;
}
.woocommerce table.shop_table.wishlist_table tr td.product-name a {
  font-size: 16px;
  color: #3C3A49;
  font-weight: 500;
}
.woocommerce table.shop_table.wishlist_table tr td.product-name a:hover {
  color: #0D5756;
}
.woocommerce table.shop_table.wishlist_table tr td.product-thumbnail {
  padding-right: 0 !important;
}
.woocommerce table.shop_table.wishlist_table tr td.product-thumbnail a {
  border-radius: 8px;
  overflow: hidden;
  min-width: 80px !important;
}
.woocommerce table.shop_table.wishlist_table .product-stock-status span.wishlist-in-stock {
  border-radius: 4px;
  border: 1px solid #ABEFC6;
  background: #ECFDF3;
  color: #067647;
  font-size: 13px;
  font-weight: 500;
  padding: 3px 8px 4px 8px;
}
.woocommerce table.shop_table.wishlist_table .product-add-to-cart a {
  padding: 12px 22px;
  background: #0D5756;
  color: #ffffff;
  display: inline-block !important;
  border-radius: 8px !important;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.woocommerce a.remove {
  position: relative;
  color: #fff !important;
}
.woocommerce a.remove:before {
  content: "\e9e4";
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #FB452F;
  font-size: 24px;
}
.woocommerce a.remove:hover {
  background: transparent;
}
.woocommerce a.remove:hover:before {
  color: #0D5756;
}

table.item-details-table tbody > tr {
  border-width: 1px 0 0 0 !important;
}

.wishlist_table.modern_grid li .item-details h3,
.wishlist_table.images_grid li .item-details h3,
.wishlist_table.mobile li .item-details h3 {
  font-size: 18px !important;
}

.wishlist_table.modern_grid li .item-details table.item-details-table td,
.wishlist_table.images_grid li .item-details table.item-details-table td,
.wishlist_table.mobile li .item-details table.item-details-table td,
.wishlist_table.mobile li table.additional-info td {
  padding: 5px 0 !important;
}

.wishlist_view.responsive {
  padding: 0;
}
.wishlist_view.responsive li {
  margin-bottom: 30px !important;
}

.additional-info-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.additional-info-wrapper .additional-info {
  flex-basis: 100%;
}

.wishlist_table.mobile li .item-wrapper {
  width: 100%;
}

.product-remove i {
  color: #FB452F;
}

.yith-wcwl-share {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 0;
}
.yith-wcwl-share .yith-wcwl-share-title {
  font-size: 16px;
  font-weight: 500;
  color: #3C3A49;
}
.yith-wcwl-share ul {
  gap: 9px !important;
}
.yith-wcwl-share ul li a {
  background: transparent !important;
}
.yith-wcwl-share ul li a svg path {
  fill: #0B091B;
}

.product_list_widget {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product_list_widget li {
  padding-left: 85px !important;
  min-height: 70px;
}
.product_list_widget li:not(:last-child) {
  margin-bottom: 15px !important;
}
.product_list_widget li > a {
  display: block;
}
.product_list_widget li > a span {
  color: #0B091B;
  transition: all 0.3s ease-in-out;
}
.product_list_widget li > a span:hover {
  color: #0D5756;
}
.product_list_widget li .star-rating {
  display: block;
}
.product_list_widget li:before {
  display: none;
}
.product_list_widget li .woocommerce-Price-amount {
  font-size: 14px;
}
.product_list_widget li img {
  width: 70px;
  position: absolute;
  left: 0;
  height: 70px;
}

.wc-block-price-filter__range-input-wrapper input:not([type=checkbox]):not([type=submit]) {
  border: 0;
  padding: 0;
  height: auto;
}
.wc-block-price-filter__range-input-wrapper input:not([type=checkbox]):not([type=submit]):focus, .wc-block-price-filter__range-input-wrapper textarea:focus {
  border: 0 !important;
}

.wc-block-price-filter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider__range-input-progress {
  width: 100%;
}

input.wc-block-components-price-slider__amount {
  padding: 0 !important;
  margin: 0;
  width: auto;
  background-color: transparent !important;
  height: max-content;
  border-radius: 0 !important;
}

.wc-block-components-price-slider__range-input-progress {
  --range-color: #00CFC8;
}

.wc-block-components-price-slider__range-input-wrapper,
.wc-block-components-price-slider__range-input-progress {
  height: 3px;
  box-shadow: none;
}

.wc-block-price-filter__controls input {
  margin-bottom: 0 !important;
}

.wc-block-components-price-slider__controls {
  display: inline-block;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  border: 0 !important;
  font-size: 14px;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.wc-block-components-price-slider__range-input {
  padding: 0;
  border: 0;
  outline: none;
  background: transparent !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px !important;
}
.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
  cursor: default;
  height: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  background-position: 0 0;
  width: 14px;
  height: 14px;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: none;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: -6px 0 0;
  background-color: #0D5756;
  border: 0;
  border-radius: 30px;
  position: relative;
}

button.wc-block-components-filter-reset-button {
  background-color: #f0f2f4;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 30px;
  color: #090b29;
  font-weight: 600;
  font-size: 14px;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
  background-position-y: -23px;
  background-color: #0D5756;
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
  border: 0;
}
.wc-block-components-price-slider__range-input::-moz-range-track {
  cursor: default;
  height: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-progress {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 28px;
  height: 23px;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: none;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input::-ms-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 28px;
  height: 23px;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: none;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-ms-thumb:hover {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-ms-thumb {
  background-position-y: -23px;
  transform: scale(1.1);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
  z-index: 21;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
  margin-left: -2px;
  background-position-x: left;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
  background-position-x: left;
  transform: translate(-2px, 4px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
  background-position-x: left;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
  z-index: 20;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
  background-position-x: right;
  margin-left: 2px;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
  background-position-x: right;
  transform: translate(2px, 4px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
  background-position-x: right;
}

.wc-block-components-filter-reset-button:hover {
  background-color: #0D5756;
  color: #fff;
}

.wc-block-cart-items__row .wc-block-cart-item__image {
  padding-left: 0 !important;
}
.wc-block-cart-items__row .wc-block-cart-item__image a {
  display: block;
  max-width: 120px;
}
.wc-block-cart-items__row .wc-block-cart-item__image a img {
  border-radius: 12px;
}
.wc-block-cart-items__row a.wc-block-components-product-name {
  color: #3C3A49;
  font-size: 16px;
  font-weight: 500;
}
.wc-block-cart-items__row .wc-block-components-product-price {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.wc-block-cart-items__row [type=number].wc-block-components-quantity-selector__input {
  height: 48px !important;
}
.wc-block-cart-items__row .wc-block-components-quantity-selector:after {
  border-radius: 8px;
  border: 2px solid #E7E7E7;
}

.wc-block-cart-items thead {
  background-color: transparent;
}
.wc-block-cart-items thead th {
  color: #0B091B;
  text-transform: capitalize;
  padding: 10px 0;
  font-weight: 600;
  letter-spacing: -0.23px;
}

.wc-block-components-quantity-selector__button {
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #0D5756 !important;
  opacity: 1 !important;
  outline: none !important;
  box-shadow: none !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  color: #FB452F !important;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  border-top: 1px solid #E7E7E7 !important;
  padding: 36px 0 36px 14px !important;
}

.wc-block-components-totals-wrapper .wc-block-components-totals-coupon {
  padding: 0 !important;
}
.wc-block-components-totals-wrapper #wc-block-components-totals-coupon__input-coupon {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  height: 42px !important;
}
.wc-block-components-totals-wrapper .wc-block-components-totals-coupon__button {
  font-size: 16px !important;
  color: #ffffff !important;
  border-radius: 4px;
  min-height: 42px !important;
  padding: 8px 20px !important;
  transition: all 0.3s ease;
}
.wc-block-components-totals-wrapper .wc-block-components-totals-coupon__button:hover {
  background-color: #0B091B !important;
}
.wc-block-components-totals-wrapper .wc-block-components-totals-coupon__form {
  border: 1px solid #0D5756;
  border-radius: 4px;
  padding: 6px;
}
.wc-block-components-totals-wrapper .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
  flex: 3 1 160px;
}

.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding: 0 !important;
}

.wc-block-components-totals-item__label {
  font-size: 16px;
  font-weight: 500;
  color: #3C3A49;
}

.wc-block-components-formatted-money-amount {
  font-size: 18px;
  font-weight: 700;
  color: #0B091B;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
  font-size: 0.875em;
  color: #63626D;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping-address-summary {
  color: #63626D;
}
.wc-block-components-totals-shipping .wc-block-components-totals-shipping-address-summary strong {
  font-weight: 600;
  color: #3C3A49;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package__description--free {
  font-size: 14px;
  text-transform: capitalize !important;
  color: #63626D;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
  min-width: 20px !important;
  min-height: 20px !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  min-width: 10px !important;
  min-height: 10px !important;
  height: 10px !important;
  width: 10px !important;
}

.wp-block-woocommerce-cart-order-summary-shipping-block {
  padding-top: 22px !important;
}

.wc-block-components-totals-shipping .wc-block-components-shipping-address {
  margin-top: 24px !important;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__options {
  margin-top: 24px !important;
}

.wc-block-components-button {
  background-color: #0D5756;
  color: #ffffff;
  font-size: 16px;
  border-radius: 6px;
  transition: all 0.3s ease !important;
}
.wc-block-components-button:hover {
  background-color: #0B091B;
  color: #ffffff;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 18px !important;
  color: #0B091B;
}

.wc-block-components-totals-wrapper {
  border-top: 1px solid #E7E7E7;
  padding: 29px 0 !important;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
  max-width: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 8px;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
  width: 80px;
  height: 80px;
}
.woocommerce-checkout .wc-block-components-product-name {
  color: #63626D;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-checkout .wc-block-components-product-price, .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
  font-size: 16px;
  font-weight: 700;
  color: #4F4E5B;
  letter-spacing: -0.16px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
  color: #0B091B;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
  padding-top: 2px;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
  padding-bottom: 0;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background-color: #0D5756;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  right: 6px;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
  padding-left: 16px;
}
.woocommerce-checkout .wc-block-components-product-metadata__description p {
  margin-bottom: 0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-size: 23px;
  font-weight: 600;
  color: #0B091B;
  letter-spacing: -0.23px;
  margin-bottom: 0;
  margin-left: 0;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
  margin-bottom: 0;
  margin-top: 0 !important;
  padding: 30px 24px 14px;
  border-bottom: 1px solid #E7E7E7;
}
.woocommerce-checkout .wc-block-components-order-summary.is-large {
  padding: 0;
}
.woocommerce-checkout .wc-block-components-totals-wrapper {
  padding: 29px 24px !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type {
  border-top: 0;
  padding: 34px 0 !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type {
  padding: 34px 24px !important;
}
.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
  font-weight: 600;
}
.woocommerce-checkout .wc-block-components-checkout-step__description {
  font-size: 16px;
  color: #63626D;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url], .woocommerce-checkout .wc-block-components-text-input input[type=email], .woocommerce-checkout .wc-block-components-text-input input[type=number], .woocommerce-checkout .wc-block-components-text-input input[type=password], .woocommerce-checkout .wc-block-components-text-input input[type=tel], .woocommerce-checkout .wc-block-components-text-input input[type=text], .woocommerce-checkout .wc-block-components-text-input input[type=url] {
  border-color: #E7E7E7;
  border-radius: 8px;
  color: #3C3A49;
  font-weight: 500;
  padding: 10px 20px;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label, .woocommerce-checkout .wc-block-components-text-input label {
  left: 20px;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .woocommerce-checkout .wc-block-components-text-input input:-webkit-autofill, .woocommerce-checkout .wc-block-components-text-input.is-active input[type=email], .woocommerce-checkout .wc-block-components-text-input.is-active input[type=number], .woocommerce-checkout .wc-block-components-text-input.is-active input[type=password], .woocommerce-checkout .wc-block-components-text-input.is-active input[type=tel], .woocommerce-checkout .wc-block-components-text-input.is-active input[type=text], .woocommerce-checkout .wc-block-components-text-input.is-active input[type=url] {
  padding: 1.5em 20px 0.5em;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
  margin: 0 0 75px;
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
  border-color: #E7E7E7;
  border-radius: 8px;
  color: #3C3A49;
  font-weight: 500;
  padding: 7px 20px;
  line-height: 3;
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__label {
  left: 20px;
}
.woocommerce-checkout .woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 32px;
  font-weight: 600;
  color: #0B091B;
  letter-spacing: -0.32px;
  margin-bottom: 45px;
}
.woocommerce-checkout .woocommerce-thankyou-order-details {
  padding-left: 0;
}
.woocommerce-checkout .woocommerce ul.order_details li {
  color: #63626D;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce ul.order_details li strong {
  color: #0B091B;
  font-weight: 600;
  font-size: 16px;
  margin-top: 8px;
}
.woocommerce-checkout .woocommerce-order p {
  font-size: 23px;
  font-weight: 600;
  color: #63626D;
  margin: 91px 0 89px;
}
.woocommerce-checkout h2.woocommerce-order-details__title, .woocommerce-checkout .woocommerce-column__title {
  font-size: 32px;
  font-weight: 600;
}
.woocommerce-checkout.woocommerce table thead th:not(:last-child) {
  border-right: 1px solid #E7E7E7;
}
.woocommerce-checkout .woocommerce-order-details {
  border-radius: 8px;
  border: 1px solid var(--Black-100, #E7E7E7);
  background: var(--White, #FFF);
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
  padding: 32px 24px 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-order-details {
    width: calc(50% - 16px) !important;
  }
}
.woocommerce-checkout .woocommerce-table--order-details thead {
  display: none;
}
.woocommerce-checkout .woocommerce table.shop_table td, .woocommerce-checkout tfoot tr th {
  border-top: 1px solid #E7E7E7 !important;
  padding: 12px 0 !important;
  color: #63626D;
  font-weight: 400 !important;
}
.woocommerce-checkout .woocommerce table.shop_table td a, .woocommerce-checkout .woocommerce table.shop_table td strong, .woocommerce-checkout tfoot tr th a, .woocommerce-checkout tfoot tr th strong {
  color: #63626D;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce table.shop_table tbody th, .woocommerce-checkout .woocommerce table.shop_table tfoot td, .woocommerce-checkout .woocommerce table.shop_table tfoot th {
  padding: 12px 0 !important;
}
.woocommerce-checkout .woocommerce table {
  border: 0 !important;
}
.woocommerce-checkout .woocommerce table tbody > tr {
  border-width: 1px 0 0 0;
}
.woocommerce-checkout .woocommerce table tbody td:last-child, .woocommerce-checkout table td:last-child {
  border-right: 0 !important;
  color: #0B091B !important;
  font-weight: 500;
}
.woocommerce-checkout table td:last-child {
  text-align: right;
  color: #0B091B;
  font-weight: 500;
  font-size: 16px;
}
.woocommerce-checkout .woocommerce table tbody td {
  border-left: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0;
}
.woocommerce-checkout .woocommerce-columns--2 {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce-columns--2 {
    flex-direction: column;
  }
}
.woocommerce-checkout .woocommerce-columns--2 .woocommerce-column--1, .woocommerce-checkout .woocommerce-columns--2 .woocommerce-column--2 {
  width: calc(50% - 16px) !important;
  border-radius: 8px;
  border: 1px solid var(--Black-100, #E7E7E7);
  background: var(--White, #FFF);
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
  padding: 32px 24px 20px;
}
@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce-columns--2 .woocommerce-column--1, .woocommerce-checkout .woocommerce-columns--2 .woocommerce-column--2 {
    width: 100% !important;
    margin-top: 0;
  }
}
.woocommerce-checkout p.woocommerce-customer-details--phone {
  margin-top: 22px;
}
.woocommerce-checkout p.woocommerce-customer-details--email {
  margin-top: 24px;
}
.woocommerce-checkout p.woocommerce-customer-details--phone, .woocommerce-checkout p.woocommerce-customer-details--email {
  font-size: 16px !important;
  margin-bottom: 0;
  font-weight: 400;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 8px !important;
  box-shadow: inset 0 0 0 1px #E7E7E7 !important;
}

body .is-layout-flex {
  display: flex;
  flex-direction: column;
}

.box-form-login {
  padding: 50px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
}

.rememberme-lost {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px;
}

.login .button, .register .button {
  width: 100%;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}

.woocommerce-form-login {
  max-width: 500px;
  margin: 0 auto;
}

.woocommerce-MyAccount-navigation {
  max-width: 242px;
}
.woocommerce-MyAccount-navigation ul {
  border: 1px solid #E7E7E7;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #E7E7E7;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul {
    border-right: 0;
    border-bottom: 1px solid #E7E7E7;
  }
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul li {
    display: block;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  position: relative;
  color: #63626D;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 14px 16px 14px 42px;
  letter-spacing: -0.16px;
}
.woocommerce-MyAccount-navigation ul li a:before {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\e9c9";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\e955";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\e98c";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\e9f4";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\e94e";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\e989";
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #0D5756;
  color: #ffffff;
}
.woocommerce-MyAccount-navigation ul li:not(:last-child) a {
  border-bottom: 1px solid #E7E7E7;
}

.woocommerce-MyAccount-content {
  flex: 2;
  padding-left: 65px;
  width: calc(100% - 242px) !important;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-content {
    padding-left: 0;
    margin-top: 30px;
  }
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content p {
  color: #63626D;
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content .hello-customer {
  font-size: 24px;
  font-weight: 400;
  color: #0B091B;
}
.woocommerce-account .woocommerce-MyAccount-content .hello-customer .not-admin {
  font-size: 18px;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .hello-customer {
    font-size: 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-content .hello-customer .not-admin {
    font-size: 16px;
  }
}

.woocommerce table thead th:not(:last-child) {
  border-right: 4px solid #E7E7E7;
}
.woocommerce table tbody td {
  border-left: 4px solid #E7E7E7;
}
.woocommerce table tbody td {
  padding: 4px 24px !important;
  font-size: 16px;
  color: #63626D;
}
.woocommerce table tbody td:last-child {
  font-weight: 600;
  color: #0B091B;
}
.woocommerce table.my_account_orders {
  border: 4px solid #E7E7E7;
  border-radius: 16px;
}
@media ((max-width: 767px)) {
  .woocommerce table.my_account_orders {
    border-width: 1px;
  }
}
.woocommerce table tbody > tr {
  border-width: 4px 0 0 0;
}
@media ((max-width: 767px)) {
  .woocommerce table tbody > tr {
    border-width: 1px 0 0 0;
  }
}
.woocommerce table.my_account_orders .button {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #0D5756;
  border-radius: 8px;
}
.woocommerce .woocommerce-info {
  padding: 20px 30px 20px 50px;
  background-color: #F1F6FE;
  border-radius: 8px;
  border-top: 3px solid #0D5756;
}
.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before {
  top: 19px;
}
.woocommerce .add_to_cart {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: Inter, sans-serif;
  display: inline-block !important;
  padding: 12px 22px;
  background: #0D5756;
  border-radius: 8px !important;
}

.woocommerce-page .woocommerce-info .button {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #0D5756;
  border-radius: 8px;
  padding: 12px 24px;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce-Addresses {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  flex-direction: column;
}

.addresses .woocommerce-Address {
  border: 1px solid #E7E7E7;
  padding: 42px 48px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.addresses .woocommerce-Address-title.title {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.addresses .woocommerce-Address-title.title:after, .addresses .woocommerce-Address-title.title:before {
  display: none;
}
.addresses .woocommerce-Address-title.title h2 {
  font-size: 32px;
  font-weight: 600;
  color: #0B091B;
  margin-bottom: 0;
}
.addresses a.edit {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  color: #0D5756;
  background-color: transparent;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
}
.addresses a.edit:hover {
  background-color: transparent;
}

address {
  color: #3C3A49;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.woocommerce-EditAccountForm p {
  margin-bottom: 0;
}
.woocommerce-EditAccountForm legend {
  font-size: 18px;
  color: #0B091B;
  font-weight: 600;
}

.woocommerce form .form-row {
  margin-bottom: 0;
}

#account_display_name_description em {
  color: #0B091B;
}

button.woocommerce-Button.button {
  padding: 20px 26px;
  border-radius: 8px;
  font-weight: 600;
  background-color: #0D5756;
  color: #ffffff;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 37%;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 49%;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  font-size: 16px;
  font-weight: 400;
  color: #63626D;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
  margin-bottom: 0;
}

.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
  display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
  padding: 11px 30px;
  height: auto;
  background-color: #0D5756;
  border: 1px solid #0D5756;
  font-weight: 500;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: transparent;
  color: #0D5756;
}

.return-to-top {
  position: fixed;
  bottom: -30px;
  right: 20px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  z-index: 998;
  border-radius: 50%;
  opacity: 0;
  transition: bottom 0.5s ease, opacity 0.5s ease;
}
.return-to-top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  opacity: 1;
  display: block;
  transform: scale(1);
  border-radius: inherit;
  transition: transform 0.5s ease, opacity 0.6s ease;
}
.return-to-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0 transparent;
  transform: scale(1);
  transition: all 0.3s ease;
  border-radius: inherit;
}
.return-to-top > i {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  width: inherit;
  height: inherit;
  line-height: inherit;
  display: block;
  color: transparent;
  text-shadow: 0 0 #fff, 0 50px #fff;
  -webkit-transition: text-shadow 0.2s ease;
  -moz-transition: text-shadow 0.2s ease;
  transition: text-shadow 0.2s ease;
  z-index: 1;
}
.return-to-top:hover:after {
  transform: scale(1.07);
  background: #0D5756;
  box-shadow: 0 10px 20px 8px rgba(13, 87, 86, 0.15);
}
.home-analytics .return-to-top:hover:after {
  background: #0D5756;
  box-shadow: 0 10px 20px 8px rgba(13, 87, 86, 0.15);
}
.return-to-top:hover > i {
  text-shadow: 0 -50px #fff, 0 0 #fff;
}
.return-to-top.back-top {
  bottom: 20px;
  opacity: 1;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea {
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 15px;
  font-weight: 500;
  outline: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  background-color: #fff;
  font-size: 16px;
  height: 54px;
  border: 1px solid #D1D1D1;
  color: #3C3A49;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder,
textarea::placeholder {
  color: #6A6A74;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
textarea:focus {
  box-shadow: none !important;
  background-color: #fff;
  border-color: #0D5756;
}

input[type=radio] {
  width: auto !important;
  height: auto !important;
  border-radius: 50% !important;
}

select {
  width: 100%;
  background-color: #fafafc;
  border: 1px solid #f1f1f6;
  color: #0B091B;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  background-position: right 10px center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 20px;
  background-image: url('data:image/svg+xml,<svg width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 5L0 0H10L5 5Z" fill="%230B091B"/></svg>');
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 5px;
  margin-bottom: 20px;
}
select:focus {
  outline: 0;
}

.form-submit {
  margin: 0;
}

textarea {
  height: 160px;
  margin-bottom: 20px;
}

.post-password-form input, .post-password-form label {
  margin: 0;
}
.post-password-form input[type=password] {
  height: 51px;
  border-width: 2px;
  padding: 0 15px;
  background: #F1F6FE;
}
.post-password-form input[type=submit] {
  background: #0D5756;
  color: #fff;
  border: 0;
  height: 50px;
  border-radius: 4px;
}
.post-password-form input[type=submit]:hover {
  background: #0B091B;
}

.contact-form label {
  width: 100%;
}
.contact-form p {
  margin-bottom: 0;
}

input[type=checkbox], input[type=radio] {
  height: auto;
}

.wpcf7-form-control input[type=checkbox], .wpcf7-form-control input[type=radio] {
  margin: 10px;
}
.wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 15px;
}
.wpcf7-form-control .wpcf7-list-item > label {
  display: flex;
  align-items: baseline;
  font-size: 15px;
  line-height: 22px;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0D5756;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-result {
  display: none;
}

.wpcf7 .ajax-loader {
  display: block;
}

.contact-form p {
  position: relative;
}
.contact-form p i {
  position: absolute;
  left: 11px;
  bottom: 35px;
  z-index: 2;
  height: 40px;
  width: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
  border: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0B091B;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #0D5756;
  text-decoration: none;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Primary Menu
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 999;
}
.admin-bar .site-header:not(.showed) {
  margin-top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .site-header:not(.showed) {
    margin-top: 46px;
  }
}
.site-header .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1834px;
  margin: 0 auto;
}
.site-header .site-logo .site-title {
  font-size: 34px;
  font-weight: 500;
  padding: 8px 0;
  margin: 0;
}
.site-header .site-logo img {
  min-height: 40px;
}
.site-header .site-logo a {
  font-size: 30px;
  font-weight: 700;
  padding: 21px 0;
  display: block;
  color: #0B091B;
}
@media (max-width: 991px) {
  .site-header .site-logo a {
    padding: 13px 0;
  }
}
.site-header .site-logo a h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #0B091B;
}
.site-header .site-logo .logo-sticky {
  display: none;
}
.site-header .add-menu {
  margin: 0;
  padding: 31px 0;
  list-style: none;
  font-weight: 500;
}
.site-header .add-menu li a {
  color: #0B091B;
}
.site-header .add-menu li a:hover {
  color: #0D5756;
}
.site-header .fc-btn.nav-btn {
  padding: 9px 14px;
  gap: 10px;
  box-shadow: 12px 12px 36px 0px rgba(0, 0, 0, 0.4);
}
.site-header .fc-btn.nav-btn:hover {
  box-shadow: none;
  background: #0B091B;
  color: #fff;
}
.site-header .fc-btn.nav-btn:hover svg path {
  fill: #fff;
}
.site-header .fc-hamburger {
  width: 24px;
  cursor: pointer;
}
.site-header .fc-hamburger.active {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .site-header .fc-hamburger {
    display: none;
  }
}
.site-header .fc-hamburger:focus {
  outline: 0;
}
.site-header .fc-hamburger .bar {
  background: #0B091B;
  height: 2px;
  display: block;
}
.site-header .fc-hamburger .bar:not(:last-child) {
  margin-bottom: 5px;
}
.site-header.header_light .fc-hamburger .bar {
  background: #fff;
}
.site-header.header_transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header.showed {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 99999;
}
.header-position .site-header.showed {
  top: 32px;
}
@media (max-width: 782px) {
  .header-position .site-header.showed {
    top: 46px;
  }
}
.site-header.showed .site-logo .main-logo {
  display: none;
}
.site-header.showed .site-logo a {
  color: #0B091B;
  padding: 13px 0;
}
.site-header.showed .site-logo h3 {
  color: #0B091B;
}
.site-header.showed .add-menu li a {
  color: #0B091B;
}
.site-header.showed .fc-hamburger .bar {
  background: #0B091B;
}
.site-header.header_dark .fc-hamburger .bar {
  background: #0B091B;
}
.site-header.header_dark .add-menu li a {
  color: #0B091B;
}
.site-header.header_dark .site-logo a h3 {
  color: #0B091B;
}
.site-header ul.icon-menu:before {
  display: none;
}
.site-header .nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
.site-header .nav-right .search-btn, .site-header .nav-right .canvas-btn {
  font-size: 22px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  color: #141416;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 1200px) {
  .site-header .nav-right .search-btn, .site-header .nav-right .canvas-btn {
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .site-header .nav-right .search-btn, .site-header .nav-right .canvas-btn {
    font-size: 18px;
    height: 45px;
    width: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .site-header .nav-right .fc-btn {
    font-size: 14px;
    padding: 14px 20px;
  }
}
.site-header .nav-right .fc-cart {
  position: relative;
}
.site-header .nav-right .fc-cart a {
  font-size: 16px;
  font-weight: 500;
  color: #0B091B;
  position: relative;
}
.site-header .nav-right .fc-cart a span {
  color: #ED0202;
}
.site-header .nav-right .fc-cart:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #D1D1D1;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .menu-wrapper {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .site-header .menu-wrapper {
    display: block;
  }
}
.submenu-align-right .site-header {
  width: auto;
}
.site-header .site-main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .site-header .site-main-menu {
    display: flex;
    gap: 41px;
  }
}
.site-header .site-main-menu > li {
  position: relative;
}
@media (min-width: 992px) {
  .site-header .site-main-menu > li {
    padding: 32px 0;
  }
}
.site-header .site-main-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #0B091B;
  position: relative;
}
.site-header .site-main-menu > li > a:hover {
  color: #0D5756;
}
.site-header .site-main-menu > li:not(:first-child) > a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #D1D1D1;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .site-main-menu > li:not(.mega-menu) {
  position: relative;
}
.site-header .site-main-menu > li.current-menu-item > a {
  color: #0D5756;
}
.site-header .site-main-menu li.menu-item-has-children > a {
  position: relative;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu {
  margin: 0;
}
@media (min-width: 992px) {
  .site-header .site-main-menu li.menu-item-has-children .sub-menu {
    padding: 0;
    display: block;
    position: absolute;
    top: 115%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 230px;
    z-index: 2222;
    background: #ffffff;
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
  }
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu.sub-menu-wide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 80px 25px;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu.sub-menu-wide > .mega-menu-item > a.menu-link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  color: #0B091B;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu.sub-menu-wide .sub-menu {
  position: unset;
  box-shadow: unset;
  visibility: unset;
  opacity: unset;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li {
  display: block;
  position: relative;
  margin-right: 0;
  line-height: 36px;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li a {
  font-size: 16px;
  padding: 12px 20px;
  display: block;
  line-height: 1.4;
  color: #0B091B;
  font-weight: 400;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li a:hover {
  color: #0B091B;
  background: #ECECEC;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li a:hover:after {
  color: #fff;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li:not(:last-child) a {
  border-bottom: 1px solid #E5E5E5;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li.has-submenu a:after {
  right: 20px;
  top: 12px;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li .sub-menu {
  padding: 15px 0;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 230px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 5px 10px rgba(20, 48, 58, 0.0823529412);
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.site-header .site-main-menu li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.site-header.submenu-align-right .menu-wrapper {
  width: auto;
}
.site-header.submenu-align-right .site-main-menu > li:nth-last-child(-n+3).menu-item-has-children .sub-menu {
  left: auto;
  right: 0;
}
.site-header.submenu-align-right .site-main-menu > li:nth-last-child(-n+3).menu-item-has-children .sub-menu li ul {
  right: 100%;
}
.site-header.header_transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .site-main-menu > li > a {
  color: #fff;
}
.site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .site-main-menu > li.menu-item-has-children > a:after {
  color: #fff;
}
.site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .nav-right .search-btn, .site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .nav-right .canvas-btn {
  border: 1px solid #1A1A19;
  background: #141414;
  color: #fff;
}
.site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .nav-right .nav-btn {
  background: #0D5756;
  color: #fff;
  border-color: #0D5756;
}
.site-header.header-fixed.showed:not(.mobile-header) .site-main-menu > li {
  padding: 27px 0;
}
.site-header.header-fixed.showed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.header-position .site-header.header-fixed.showed {
  top: 32px;
}
@media (max-width: 782px) {
  .header-position .site-header.header-fixed.showed {
    top: 46px;
  }
}
.header-position .site-header.header-fixed.showed .fullscreen-menu {
  top: 0;
}
.site-header.header-fixed.showed .site-logo .main-logo {
  display: none;
}
.site-header.header-fixed.showed .site-logo .logo-sticky {
  display: block;
}
.site-header.header-fixed.showed .site-main-menu li a {
  color: #0B091B;
}
.site-header.header-fixed.showed .site-main-menu li a:hover {
  color: #0D5756;
}
.site-header .elementor-widget .elementor-icon-list-icon {
  display: inline-flex;
}

@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.menu-trigger {
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  border: 0px solid transparent;
}
@media (max-width: 991px) {
  .menu-trigger {
    justify-content: center;
    display: block !important;
  }
}
.menu-trigger .dot_icon {
  display: flex;
  flex-wrap: wrap;
  width: 24px;
  height: 24px;
  margin: -2px;
  overflow: hidden;
}
.menu-trigger .dot_icon .dot {
  width: 4px;
  height: 4px;
  background: #0B091B;
  margin: 2px;
  transition: all 0.3s linear;
}
.menu-light .menu-trigger .dot_icon .dot {
  background: #fff;
}
.menu-trigger:hover .dot_icon .dot:nth-child(odd) {
  transform: translate(8px, 8px);
}
.menu-trigger:hover .dot_icon .dot:nth-child(5) {
  opacity: 0;
}

#site-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  #site-navigation > div {
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  .close-menu {
    display: none;
  }
}
.mobile-menu-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
}
.mobile-menu-header h3 {
  margin-bottom: 0;
}

.close-menu {
  height: 40px;
  width: 40px;
  background: rgba(136, 136, 136, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  color: #051441;
  font-size: 14px;
}

.site-main-menu {
  list-style: none;
}
.site-main-menu ul {
  list-style: none;
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .mobile-header {
    display: none;
  }
}

.mobile-menu-icon > span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
### Main Nav Mobile
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .site-header {
    height: auto;
    /*--------------------------------------------------------------
    ### Main Nav
    --------------------------------------------------------------*/
  }
  .site-header .mobile-menu-header {
    display: flex;
  }
  .site-header .site-logo .logo-sticky {
    display: none;
  }
  .site-header .tt-hamburger {
    display: block;
  }
  .site-header.showed .logo-sticky {
    display: block;
  }
  .site-header.showed .main-nav-container .menu-item-depth-0 > a.active {
    color: #fff;
  }
  .site-header .nav-right {
    display: none;
  }
  .site-header .main-nav-container {
    position: fixed;
    top: 0;
    height: 100vh;
    background: #fff;
    max-width: 400px;
    width: 100%;
    text-align: left;
    overflow-y: auto;
    padding-bottom: 50px;
    right: -100px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: cubic-bezier(0.23, 1, 0.32, 1) all 0.3s;
  }
  .header-position .site-header .main-nav-container {
    top: 32px;
  }
}
@media (max-width: 991px) and (max-width: 780px) {
  .header-position .site-header .main-nav-container {
    top: 46px;
  }
}
@media (max-width: 991px) and (max-width: 420px) {
  .site-header .main-nav-container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .site-header .main-nav-container.open {
    opacity: 1;
    right: 0;
    visibility: visible;
  }
  .site-header .main-nav-container li {
    position: relative;
  }
  .site-header .main-nav-container li a {
    font-size: 15px;
    color: #0B091B;
    position: relative;
    z-index: 1;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .site-header .main-nav-container li a:hover {
    display: block;
    background-color: #f5f5f5;
  }
  .site-header .main-nav-container li.is-open > a {
    background-color: #0D5756;
    color: #fff;
  }
  .site-header .main-nav-container li.is-open i {
    color: #fff;
  }
  .site-header .main-nav-container li .tt-btn-link {
    padding: 11px 35px;
  }
  .site-header .main-nav-container li i.ti-plus {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 12px;
    z-index: 3;
  }
  .site-header .main-nav-container li.menu-item-has-children > a {
    position: relative;
  }
  .site-header .main-nav-container li.menu-item-has-children > a.active:after {
    content: "\e622";
  }
  .site-header .main-nav-container li.menu-item-has-children li a {
    font-size: 14px;
    text-transform: capitalize;
  }
  .site-header .main-nav-container.current-menu-item.is-open > a {
    display: block;
    background-color: #f5f5f5;
  }
  .site-header .main-nav-container .menu-item-depth-0 > a.active {
    color: #fff;
    background: #0D5756;
  }
  .site-header .main-nav-container .site-vertical-menu li a {
    padding: 12px 15px;
    margin-bottom: 0;
  }
  .header-position .site-header.showed .main-nav-container {
    top: 0;
  }
  .site-header .main-nav {
    position: static;
    z-index: 3333;
    line-height: 1.2;
  }
  .site-header .main-nav .site-main-menu {
    padding-left: 0;
  }
  .site-header .main-nav .sub-menu {
    padding-left: 15px;
    margin-left: 0;
    margin-bottom: 0;
    display: none;
  }
  .site-header .main-nav .sub-menu > li {
    padding: 0;
  }
  .site-header .main-nav .sub-menu.active .main-item > .menu-link {
    background: #f8f9fa;
  }
  .site-header .main-nav .sub-menu li a {
    border-top: 0;
  }
  .site-header .main-nav .sub-menu li.is-open a.is-open .fa-chevron-down {
    color: #0D5756;
  }
  .site-header .main-nav .sub-menu li.current-menu-item a.active {
    color: #0D5756;
  }
  .site-header .main-nav .nav-item.active-main-item > .menu-link {
    color: #0D5756;
    background: #f8f9fa;
    border-color: #0D5756;
  }
  .site-header .main-nav .sub-menu {
    padding-left: 10px;
    margin-bottom: 0;
  }
  .site-header .main-nav {
    cursor: default;
    position: relative;
    z-index: 10;
    text-align: left;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header .main-nav a:before,
  .site-header .main-nav .close-bar {
    display: none;
  }
  .site-header .main-nav .site-main-menu {
    margin-top: 20px;
  }
  .site-header .main-nav .site-main-menu,
  .site-header .main-nav .site-main-menu ul {
    list-style: none;
  }
  .site-header .main-nav .nav-item:before,
  .site-header .main-nav .nav-item.current-menu-item:before,
  .site-header .main-nav .nav-item.current-menu-ancestor:before {
    background-color: #0D5756;
  }
  .site-header .main-nav .nav-item.active-main-item > .menu-link {
    color: #0D5756;
  }
  .site-header .main-nav.hidden {
    display: none;
  }
}
@media screen and (max-width: 991px) and (max-width: 1024px) {
  .site-header .main-nav .close-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-header .elementor-column.elementor-col-50, .site-header .elementor-column[data-col="50"] {
    width: 100% !important;
  }
}

.mask-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 222;
}

.mega-menu-wrapper > a {
  display: block !important;
}
@media (max-width: 991px) {
  .mega-menu-wrapper .elementor-element > .elementor-element-populated {
    padding: 10px !important;
  }
  .mega-menu-wrapper .elementor-column {
    width: 100% !important;
  }
}

.woo_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woo_header form.search-form {
  display: flex;
  max-width: 450px;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.woo_header input:not([type=checkbox]):not([type=submit]) {
  margin: 0;
  padding: 0 20px;
  border-radius: 0;
  border: 0;
}
.woo_header input:not([type=checkbox]):not([type=submit]):focus {
  background-color: #f5f5f5;
  padding: 0 20px;
}
.woo_header button {
  padding: 10px 20px;
  border-radius: 0;
}
.woo_header button:hover {
  background-color: #0D5756;
}

.close-header {
  background-color: #f84258;
  color: #fff;
  justify-content: end;
  padding: 20px;
  display: none;
}
@media (max-width: 991px) {
  .close-header {
    display: flex;
  }
}
.close-header .button-close i {
  font-weight: 700;
}

@media (max-width: 991px) {
  .admin-bar .header-categories {
    margin-top: 32px;
  }
}

/* Vertical Menu */
/* Sidebar Canvas menu */
.offcanvas-backdrop {
  z-index: 9999;
}

.offcanvas {
  z-index: 99991;
}

.fc-offcanvas-sidebar {
  background: #0B091B;
  width: 690px !important;
  padding: 100px;
}
@media (max-width: 1200px) {
  .fc-offcanvas-sidebar {
    padding: 50px;
  }
}
.fc-offcanvas-sidebar .offcanvas-menu-header {
  margin-bottom: 65px;
}
.fc-offcanvas-sidebar .canvas-menu-description {
  margin-bottom: 68px;
}
.fc-offcanvas-sidebar .canvas-menu-description p {
  color: #fff;
  font-size: 27px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  margin: 0;
}
.fc-offcanvas-sidebar .canvas-menu-title {
  font-family: "Inter", sans-serif;
  color: #888888;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
}
.fc-offcanvas-sidebar .contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fc-offcanvas-sidebar .contact-info li {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 40px;
}
.fc-offcanvas-sidebar .contact-info li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #BFE3E8;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.fc-offcanvas-sidebar .contact-info li:not(:last-child) {
  margin-bottom: 20px;
}
.fc-offcanvas-sidebar .canvas-menu-newaletter {
  margin-top: 72px;
}
.fc-offcanvas-sidebar .newsletter-inner {
  display: flex;
}
.fc-offcanvas-sidebar .newsletter-form {
  background: rgba(118, 118, 130, 0.1);
  border-radius: 10px;
}
.fc-offcanvas-sidebar .newsletter-form input:not([type=checkbox]):not([type=submit]) {
  background: transparent;
  color: #fff;
}
.fc-offcanvas-sidebar .newsletter-form input:not([type=checkbox]):not([type=submit])::placeholder {
  color: #fff;
}
.fc-offcanvas-sidebar .newsletter-form .newsletter-submit {
  min-width: 65px;
  background: #4D3B8E;
  color: #fff;
  border: 0;
  border-radius: 10px;
}
.fc-offcanvas-sidebar .btn-close {
  background: #0D5756 !important;
  opacity: 1;
  border: 0;
  padding: 0;
  background: none;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 42px;
  border-radius: 30px;
}
.fc-offcanvas-sidebar .btn-close:focus {
  box-shadow: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 10px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 40px;
}
.alignright.size-full {
  margin-bottom: 60px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 2em 1em;
}

.wp-block-media-text__media img {
  border-radius: 15px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.content-area {
  padding: 120px 0;
  min-height: 35vh;
}
@media (max-width: 991px) {
  .content-area {
    padding: 80px 0;
  }
}

.blog-archive-wrapper {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .blog-archive-wrapper {
    padding: 80px 0;
  }
}

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

.page_404_wrapper .banner_404_text {
  max-width: 500px;
  margin: 0 auto 40px;
}
.page_404_wrapper .search_result_form {
  max-width: 400px;
  margin: 0 auto 30px;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  min-height: 412px;
  padding: 70px 0;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #145BD7;
}
@media (max-width: 991px) {
  .page-header {
    min-height: 300px !important;
  }
}
.page-header .page-header_wrapper {
  position: relative;
  z-index: 2;
  text-align: left;
}
.page-header .page-header_title {
  position: relative;
  font-size: 60px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 44px;
  z-index: 2;
}
@media (max-width: 991px) {
  .page-header .page-header_title {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .page-header .page-header_title {
    font-size: 34px !important;
  }
}
.page-header .breadcrumbs {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}
.page-header .breadcrumbs a {
  color: #ffffff;
}
.page-header .breadcrumbs a:hover {
  color: #ffffff;
}
.page-header .breadcrumbs .separator {
  display: inline-block;
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.4);
}
.page-header .breadcrumbs .separator i {
  line-height: 1;
}
.page-header.page-header--search .page-header_wrapper {
  text-align: center;
}
.page-header.page-header--search .page-header_wrapper .page-header_title {
  color: rgba(255, 255, 255, 0.56);
  font-weight: 300;
}
.page-header.page-header--search .page-header_wrapper .page-header_title span {
  display: block;
  color: #ffffff;
  font-weight: 600;
}

.header_transparent ~ .page-header .page-header_wrapper,
.header_transparent ~ .event-page-header .page-header_wrapper {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .header_transparent ~ .page-header .page-header_wrapper,
  .header_transparent ~ .event-page-header .page-header_wrapper {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
## Middle Area
--------------------------------------------------------------*/
#header-middle-area > div {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 991.98px) {
  #header-middle-area > div {
    padding: 10px 0;
  }
  #header-middle-area #middle-logo {
    margin-bottom: 15px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
## Sideber Content
--------------------------------------------------------------*/
.sidebar_left .col-lg-4 {
  order: 1;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget:not(:last-child) {
  margin-bottom: 32px;
}
.sidebar .widget {
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 20px;
}
.widget .widget-title, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #0B091B;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  position: relative;
}
.widget ul li:not(:last-child) {
  margin-bottom: 8px;
}
.widget ul li a {
  font-size: 16px;
  color: #0B091B;
  font-weight: 600;
}
.widget ul li a .post_count {
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.widget ul li a:hover {
  color: #0D5756;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar select {
  background-color: #fff;
}
.sidebar .wp-block-latest-posts__list {
  margin-top: 7px;
}
.sidebar .widget_calendar caption {
  background-color: #f0f2f9;
}
.sidebar .wp-calendar-nav {
  background-color: #fff;
}
.sidebar .widget ul.wp-block-categories li, .sidebar .widget ul.wp-block-archives li, .sidebar .widget ul:not(.wp-block-latest-posts) li, .sidebar .widget.widget_archive ul.wp-block-categories li, .sidebar .widget.widget_archive ul.wp-block-archives li, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li {
  position: relative;
}
.sidebar .widget ul.wp-block-categories li a, .sidebar .widget ul.wp-block-archives li a, .sidebar .widget ul:not(.wp-block-latest-posts) li a, .sidebar .widget.widget_archive ul.wp-block-categories li a, .sidebar .widget.widget_archive ul.wp-block-archives li a, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 20px;
}
.sidebar .widget ul.wp-block-categories li a:before, .sidebar .widget ul.wp-block-archives li a:before, .sidebar .widget ul:not(.wp-block-latest-posts) li a:before, .sidebar .widget.widget_archive ul.wp-block-categories li a:before, .sidebar .widget.widget_archive ul.wp-block-archives li a:before, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a:before {
  content: "\ea6e";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
}
.sidebar .widget ul.wp-block-categories li a:hover, .sidebar .widget ul.wp-block-archives li a:hover, .sidebar .widget ul:not(.wp-block-latest-posts) li a:hover, .sidebar .widget.widget_archive ul.wp-block-categories li a:hover, .sidebar .widget.widget_archive ul.wp-block-archives li a:hover, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a:hover {
  color: #0B091B;
}

@media (max-width: 991px) {
  .sidebar-container {
    padding-left: 15px !important;
  }
}

.fc-recent-post-list .fc-recent-post:not(:last-child) {
  margin-bottom: 30px;
}

.fc-recent-post {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.fc-recent-post__thumbnail {
  flex-basis: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
}
.fc-recent-post__content {
  flex: 2;
}
.fc-recent-post__title {
  font-size: 18px;
  color: #0B091B;
  line-height: 1.1;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.fc-recent-post__date {
  border-radius: 6px;
  border: 1px solid #E7E7E7;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  color: #3D3D3D;
  margin-bottom: 10px;
}

.sidebar-widget-area .widget ul li:last-child a {
  border-bottom: 0;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_product_categories ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_product_categories li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_product_categories li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
  border-bottom: 0;
}
.widget_recent_entries li .children,
.widget_recent_comments li .children,
.widget_archive li .children,
.widget_categories li .children,
.widget_meta li .children,
.widget_product_categories li .children,
.widget_rss li .children,
.widget_pages li .children,
.widget_nav_menu li .children {
  margin-top: 5px;
  padding-left: 10px;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_product_categories li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
  margin-bottom: 0;
}
.widget_recent_entries a,
.widget_recent_comments a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_product_categories a,
.widget_rss a,
.widget_pages a,
.widget_nav_menu a {
  display: block;
  font-size: inherit;
  font-family: inherit;
}
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_product_categories a:hover,
.widget_rss a:hover,
.widget_pages a:hover,
.widget_nav_menu a:hover {
  color: #0D5756;
}

.widget_recent_comments ul {
  margin-top: 10px;
}

.widget_rss ul li {
  padding-left: 0 !important;
  margin-bottom: 25px;
}
.widget_rss ul li:before {
  display: none;
}
.widget_rss ul li .rsswidget {
  font-weight: 600;
  color: #051441;
  line-height: 1.4;
}
.widget_rss ul li .rssSummary {
  color: #051441;
  line-height: 1.4;
}
.widget_rss ul li .rss-date {
  margin-bottom: 5px;
  display: block;
}
.widget_rss ul li cite {
  font-weight: 500;
  margin-top: 6px;
  display: inline-block;
}
.widget_rss a {
  border-bottom: 0 !important;
  display: inline-block;
  border: 0 !important;
  padding: 0 !important;
}

.post-count {
  color: #6A6A74;
  transition: all 0.3s ease-in-out;
  margin-left: 3px;
}

.widget_archive .post-count {
  margin-left: 3px;
}

.widget_pages .sub-menu,
.widget_nav_menu .sub-menu {
  margin-top: 7px;
}
.widget_pages .sub-menu > li,
.widget_nav_menu .sub-menu > li {
  border-bottom: 0;
}
.widget_pages .sub-menu > li .sub-menu,
.widget_nav_menu .sub-menu > li .sub-menu {
  padding-left: 0;
}
.widget_pages .sub-menu > li .sub-menu > li > a,
.widget_nav_menu .sub-menu > li .sub-menu > li > a {
  padding-left: 5px;
}

.widget_pages .sub-menu > li .sub-menu > li > a,
.widget_nav_menu .sub-menu > li .sub-menu > li > a {
  padding: 0;
}

.widget_categories li,
.widget_product_categories li {
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_categories a,
.widget_product_categories a {
  display: block;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.widget_recent_comments .recentcomments {
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
  word-break: break-word;
  display: inline-block;
  border-top: 0 !important;
  width: 100%;
}
.widget_recent_comments .recentcomments a {
  line-height: 30px;
  border-bottom: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
}
.widget_recent_comments .recentcomments a:before {
  display: none;
}
.widget_recent_comments .recentcomments:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\e645";
  font-family: "themify";
  color: #465675;
  font-size: 20px;
}
.widget_recent_comments .recentcomments:last-child {
  margin-bottom: 0;
}
.widget_recent_comments .recentcomments a {
  display: inline-block;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 14px;
}

.widget_calendar td,
.widget_calendar th {
  padding: 5px 0;
  text-align: center;
  min-width: auto;
  line-height: 1.8;
  font-size: 15px;
}

.widget_calendar td#today {
  background: #0D5756;
  color: #fff;
  border-radius: 3px;
}
.widget_calendar td#today a {
  color: #fff;
}

@media (max-width: 991.98px) {
  .page-content .widget {
    margin: 0 0 52px;
  }
}
@media (max-width: 767.98px) {
  .page-content .widget {
    margin: 0 0 32px;
  }
  .page-sidebar {
    margin-bottom: 50px;
  }
  .page-sidebar .page-sidebar-inner .page-sidebar-content {
    padding-right: 30px;
    border: 1px solid #eee;
  }
  .page-sidebar .page-sidebar-inner .page-sidebar-content:after {
    display: none;
  }
  .single-post .page-main-content {
    padding-bottom: 20px;
  }
}
.tagcloud a {
  font-size: inherit !important;
  display: inline-block;
  line-height: 1.7;
}
.tagcloud a:hover {
  color: #0D5756;
  border-color: #0D5756;
}
.tagcloud .tagcloud {
  margin-top: 20px;
}

/* Recent Post */
/* Tags */
.tagcloud {
  color: #2b2350;
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 500;
}
.tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  background: #E6E6E6;
  color: #636363;
  padding: 9px 13px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 5px;
  line-height: 1;
}
.tagcloud a:hover {
  background-color: #0D5756;
  color: #fff;
  position: relative;
  z-index: 2;
}

/* Widget Block */
.wp-block-latest-comments__comment-meta {
  line-height: 1.4;
}
.wp-block-latest-comments__comment-meta a {
  font-weight: 400;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  position: relative;
  background: #F1F6FE;
  border: 1px solid #E7E7E7;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0 15px;
  border: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border-color: transparent;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  background-color: transparent;
  margin-left: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon svg {
  font-size: 20px;
  transform: rotate(-90deg);
  fill: #0B091B;
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__inside-wrapper {
  padding: 5px;
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__input {
  height: 46px;
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__button {
  height: 46px;
  padding: 10px 20px;
  margin-left: 0;
}
.wp-block-search.wp-block-search__button-outside.wp-block-search__icon-button .wp-block-search__button {
  padding: 0 15px;
}
.wp-block-search.wp-block-search__button-outside.wp-block-search__icon-button svg {
  fill: #fff;
  font-size: 20px;
  transform: rotate(-90deg);
}

/* Recent Post */
.widget .wp-block-latest-posts li:after {
  /* Recent Post */
  /* Tags */
  /* Widget Block */
  /* Recent Post */
  content: "";
  clear: both;
  display: table;
}
.widget .wp-block-latest-posts li:after .widget:not(:last-child) {
  margin-bottom: 50px;
}
.sidebar .widget .wp-block-latest-posts li:after .widget {
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 20px;
}
.widget .wp-block-latest-posts li:after .widget .widget-title, .widget .wp-block-latest-posts li:after .widget h2, .widget .wp-block-latest-posts li:after .widget h3, .widget .wp-block-latest-posts li:after .widget h4, .widget .wp-block-latest-posts li:after .widget h5, .widget .wp-block-latest-posts li:after .widget h6 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #0B091B;
}
.widget .wp-block-latest-posts li:after .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .wp-block-latest-posts li:after .widget ul li {
  position: relative;
}
.widget .wp-block-latest-posts li:after .widget ul li:not(:last-child) {
  margin-bottom: 8px;
}
.widget .wp-block-latest-posts li:after .widget ul li a {
  font-size: 16px;
  color: #0B091B;
  font-weight: 600;
}
.widget .wp-block-latest-posts li:after .widget ul li a .post_count {
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.widget .wp-block-latest-posts li:after .widget ul li a:hover {
  color: #0D5756;
}
@media (max-width: 991px) {
  .widget .wp-block-latest-posts li:after .sidebar {
    margin-top: 50px;
  }
}
.widget .wp-block-latest-posts li:after .sidebar select {
  background-color: #fff;
}
.widget .wp-block-latest-posts li:after .sidebar .wp-block-latest-posts__list {
  margin-top: 7px;
}
.widget .wp-block-latest-posts li:after .sidebar .widget_calendar caption {
  background-color: #f0f2f9;
}
.widget .wp-block-latest-posts li:after .sidebar .wp-calendar-nav {
  background-color: #fff;
}
.widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-categories li, .widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-archives li, .widget .wp-block-latest-posts li:after .sidebar .widget ul:not(.wp-block-latest-posts) li, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-categories li, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-archives li, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li {
  position: relative;
}
.widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-categories li a, .widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-archives li a, .widget .wp-block-latest-posts li:after .sidebar .widget ul:not(.wp-block-latest-posts) li a, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-categories li a, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-archives li a, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 20px;
}
.widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-categories li a:before, .widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-archives li a:before, .widget .wp-block-latest-posts li:after .sidebar .widget ul:not(.wp-block-latest-posts) li a:before, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-categories li a:before, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-archives li a:before, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a:before {
  content: "\ea6e";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
}
.widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-categories li a:hover, .widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-archives li a:hover, .widget .wp-block-latest-posts li:after .sidebar .widget ul:not(.wp-block-latest-posts) li a:hover, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-categories li a:hover, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-archives li a:hover, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a:hover {
  color: #0B091B;
}
@media (max-width: 991px) {
  .widget .wp-block-latest-posts li:after .sidebar-container {
    padding-left: 15px !important;
  }
}
.widget .wp-block-latest-posts li:after .fc-recent-post-list .fc-recent-post:not(:last-child) {
  margin-bottom: 30px;
}
.widget .wp-block-latest-posts li:after .fc-recent-post {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.widget .wp-block-latest-posts li:after .fc-recent-post__thumbnail {
  flex-basis: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
}
.widget .wp-block-latest-posts li:after .fc-recent-post__content {
  flex: 2;
}
.widget .wp-block-latest-posts li:after .fc-recent-post__title {
  font-size: 18px;
  color: #0B091B;
  line-height: 1.1;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.widget .wp-block-latest-posts li:after .fc-recent-post__date {
  border-radius: 6px;
  border: 1px solid #E7E7E7;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  color: #3D3D3D;
  margin-bottom: 10px;
}
.widget .wp-block-latest-posts li:after .sidebar-widget-area .widget ul li:last-child a {
  border-bottom: 0;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries ul,
.widget .wp-block-latest-posts li:after .widget_recent_comments ul,
.widget .wp-block-latest-posts li:after .widget_archive ul,
.widget .wp-block-latest-posts li:after .widget_categories ul,
.widget .wp-block-latest-posts li:after .widget_meta ul,
.widget .wp-block-latest-posts li:after .widget_product_categories ul,
.widget .wp-block-latest-posts li:after .widget_rss ul,
.widget .wp-block-latest-posts li:after .widget_pages ul,
.widget .wp-block-latest-posts li:after .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries li,
.widget .wp-block-latest-posts li:after .widget_recent_comments li,
.widget .wp-block-latest-posts li:after .widget_archive li,
.widget .wp-block-latest-posts li:after .widget_categories li,
.widget .wp-block-latest-posts li:after .widget_meta li,
.widget .wp-block-latest-posts li:after .widget_product_categories li,
.widget .wp-block-latest-posts li:after .widget_rss li,
.widget .wp-block-latest-posts li:after .widget_pages li,
.widget .wp-block-latest-posts li:after .widget_nav_menu li {
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries li:last-child,
.widget .wp-block-latest-posts li:after .widget_recent_comments li:last-child,
.widget .wp-block-latest-posts li:after .widget_archive li:last-child,
.widget .wp-block-latest-posts li:after .widget_categories li:last-child,
.widget .wp-block-latest-posts li:after .widget_meta li:last-child,
.widget .wp-block-latest-posts li:after .widget_product_categories li:last-child,
.widget .wp-block-latest-posts li:after .widget_rss li:last-child,
.widget .wp-block-latest-posts li:after .widget_pages li:last-child,
.widget .wp-block-latest-posts li:after .widget_nav_menu li:last-child {
  border-bottom: 0;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries li .children,
.widget .wp-block-latest-posts li:after .widget_recent_comments li .children,
.widget .wp-block-latest-posts li:after .widget_archive li .children,
.widget .wp-block-latest-posts li:after .widget_categories li .children,
.widget .wp-block-latest-posts li:after .widget_meta li .children,
.widget .wp-block-latest-posts li:after .widget_product_categories li .children,
.widget .wp-block-latest-posts li:after .widget_rss li .children,
.widget .wp-block-latest-posts li:after .widget_pages li .children,
.widget .wp-block-latest-posts li:after .widget_nav_menu li .children {
  margin-top: 5px;
  padding-left: 10px;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries li:last-child,
.widget .wp-block-latest-posts li:after .widget_recent_comments li:last-child,
.widget .wp-block-latest-posts li:after .widget_archive li:last-child,
.widget .wp-block-latest-posts li:after .widget_categories li:last-child,
.widget .wp-block-latest-posts li:after .widget_meta li:last-child,
.widget .wp-block-latest-posts li:after .widget_product_categories li:last-child,
.widget .wp-block-latest-posts li:after .widget_rss li:last-child,
.widget .wp-block-latest-posts li:after .widget_pages li:last-child,
.widget .wp-block-latest-posts li:after .widget_nav_menu li:last-child {
  margin-bottom: 0;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries a,
.widget .wp-block-latest-posts li:after .widget_recent_comments a,
.widget .wp-block-latest-posts li:after .widget_archive a,
.widget .wp-block-latest-posts li:after .widget_categories a,
.widget .wp-block-latest-posts li:after .widget_meta a,
.widget .wp-block-latest-posts li:after .widget_product_categories a,
.widget .wp-block-latest-posts li:after .widget_rss a,
.widget .wp-block-latest-posts li:after .widget_pages a,
.widget .wp-block-latest-posts li:after .widget_nav_menu a {
  display: block;
  font-size: inherit;
  font-family: inherit;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries a:hover,
.widget .wp-block-latest-posts li:after .widget_recent_comments a:hover,
.widget .wp-block-latest-posts li:after .widget_archive a:hover,
.widget .wp-block-latest-posts li:after .widget_categories a:hover,
.widget .wp-block-latest-posts li:after .widget_meta a:hover,
.widget .wp-block-latest-posts li:after .widget_product_categories a:hover,
.widget .wp-block-latest-posts li:after .widget_rss a:hover,
.widget .wp-block-latest-posts li:after .widget_pages a:hover,
.widget .wp-block-latest-posts li:after .widget_nav_menu a:hover {
  color: #0D5756;
}
.widget .wp-block-latest-posts li:after .widget_recent_comments ul {
  margin-top: 10px;
}
.widget .wp-block-latest-posts li:after .widget_rss ul li {
  padding-left: 0 !important;
  margin-bottom: 25px;
}
.widget .wp-block-latest-posts li:after .widget_rss ul li:before {
  display: none;
}
.widget .wp-block-latest-posts li:after .widget_rss ul li .rsswidget {
  font-weight: 600;
  color: #051441;
  line-height: 1.4;
}
.widget .wp-block-latest-posts li:after .widget_rss ul li .rssSummary {
  color: #051441;
  line-height: 1.4;
}
.widget .wp-block-latest-posts li:after .widget_rss ul li .rss-date {
  margin-bottom: 5px;
  display: block;
}
.widget .wp-block-latest-posts li:after .widget_rss ul li cite {
  font-weight: 500;
  margin-top: 6px;
  display: inline-block;
}
.widget .wp-block-latest-posts li:after .widget_rss a {
  border-bottom: 0 !important;
  display: inline-block;
  border: 0 !important;
  padding: 0 !important;
}
.widget .wp-block-latest-posts li:after .post-count {
  color: #6A6A74;
  transition: all 0.3s ease-in-out;
  margin-left: 3px;
}
.widget .wp-block-latest-posts li:after .widget_archive .post-count {
  margin-left: 3px;
}
.widget .wp-block-latest-posts li:after .widget_pages .sub-menu,
.widget .wp-block-latest-posts li:after .widget_nav_menu .sub-menu {
  margin-top: 7px;
}
.widget .wp-block-latest-posts li:after .widget_pages .sub-menu > li,
.widget .wp-block-latest-posts li:after .widget_nav_menu .sub-menu > li {
  border-bottom: 0;
}
.widget .wp-block-latest-posts li:after .widget_pages .sub-menu > li .sub-menu,
.widget .wp-block-latest-posts li:after .widget_nav_menu .sub-menu > li .sub-menu {
  padding-left: 0;
}
.widget .wp-block-latest-posts li:after .widget_pages .sub-menu > li .sub-menu > li > a,
.widget .wp-block-latest-posts li:after .widget_nav_menu .sub-menu > li .sub-menu > li > a {
  padding-left: 5px;
}
.widget .wp-block-latest-posts li:after .widget_pages .sub-menu > li .sub-menu > li > a,
.widget .wp-block-latest-posts li:after .widget_nav_menu .sub-menu > li .sub-menu > li > a {
  padding: 0;
}
.widget .wp-block-latest-posts li:after .widget_categories li,
.widget .wp-block-latest-posts li:after .widget_product_categories li {
  margin: 0;
  padding: 0;
  position: relative;
}
.widget .wp-block-latest-posts li:after .widget_categories a,
.widget .wp-block-latest-posts li:after .widget_product_categories a {
  display: block;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.widget .wp-block-latest-posts li:after .widget_recent_comments .recentcomments {
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
  word-break: break-word;
  display: inline-block;
  border-top: 0 !important;
  width: 100%;
}
.widget .wp-block-latest-posts li:after .widget_recent_comments .recentcomments a {
  line-height: 30px;
  border-bottom: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
}
.widget .wp-block-latest-posts li:after .widget_recent_comments .recentcomments a:before {
  display: none;
}
.widget .wp-block-latest-posts li:after .widget_recent_comments .recentcomments:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\e645";
  font-family: "themify";
  color: #465675;
  font-size: 20px;
}
.widget .wp-block-latest-posts li:after .widget_recent_comments .recentcomments:last-child {
  margin-bottom: 0;
}
.widget .wp-block-latest-posts li:after .widget_recent_comments .recentcomments a {
  display: inline-block;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries .post-date {
  display: block;
  font-size: 14px;
}
.widget .wp-block-latest-posts li:after .widget_calendar td,
.widget .wp-block-latest-posts li:after .widget_calendar th {
  padding: 5px 0;
  text-align: center;
  min-width: auto;
  line-height: 1.8;
  font-size: 15px;
}
.widget .wp-block-latest-posts li:after .widget_calendar td#today {
  background: #0D5756;
  color: #fff;
  border-radius: 3px;
}
.widget .wp-block-latest-posts li:after .widget_calendar td#today a {
  color: #fff;
}
@media (max-width: 991.98px) {
  .widget .wp-block-latest-posts li:after .page-content .widget {
    margin: 0 0 52px;
  }
}
@media (max-width: 767.98px) {
  .widget .wp-block-latest-posts li:after .page-content .widget {
    margin: 0 0 32px;
  }
  .widget .wp-block-latest-posts li:after .page-sidebar {
    margin-bottom: 50px;
  }
  .widget .wp-block-latest-posts li:after .page-sidebar .page-sidebar-inner .page-sidebar-content {
    padding-right: 30px;
    border: 1px solid #eee;
  }
  .widget .wp-block-latest-posts li:after .page-sidebar .page-sidebar-inner .page-sidebar-content:after {
    display: none;
  }
  .widget .wp-block-latest-posts li:after .single-post .page-main-content {
    padding-bottom: 20px;
  }
}
.widget .wp-block-latest-posts li:after .tagcloud a {
  font-size: inherit !important;
  display: inline-block;
  line-height: 1.7;
}
.widget .wp-block-latest-posts li:after .tagcloud a:hover {
  color: #0D5756;
  border-color: #0D5756;
}
.widget .wp-block-latest-posts li:after .tagcloud .tagcloud {
  margin-top: 20px;
}
.widget .wp-block-latest-posts li:after .tagcloud {
  color: #2b2350;
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 500;
}
.widget .wp-block-latest-posts li:after .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  background: #E6E6E6;
  color: #636363;
  padding: 9px 13px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 5px;
  line-height: 1;
}
.widget .wp-block-latest-posts li:after .tagcloud a:hover {
  background-color: #0D5756;
  color: #fff;
  position: relative;
  z-index: 2;
}
.widget .wp-block-latest-posts li:after .wp-block-latest-comments__comment-meta {
  line-height: 1.4;
}
.widget .wp-block-latest-posts li:after .wp-block-latest-comments__comment-meta a {
  font-weight: 400;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  position: relative;
  background: #F1F6FE;
  border: 1px solid #E7E7E7;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0 15px;
  border: 0;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border-color: transparent;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  background-color: transparent;
  margin-left: 0;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon svg {
  font-size: 20px;
  transform: rotate(-90deg);
  fill: #0B091B;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__inside-wrapper {
  padding: 5px;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__input {
  height: 46px;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__button {
  height: 46px;
  padding: 10px 20px;
  margin-left: 0;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-outside.wp-block-search__icon-button .wp-block-search__button {
  padding: 0 15px;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-outside.wp-block-search__icon-button svg {
  fill: #fff;
  font-size: 20px;
  transform: rotate(-90deg);
}
.widget .wp-block-latest-posts li:after .widget .wp-block-latest-posts li:after {
  content: "";
  clear: both;
  display: table;
}
.widget .wp-block-latest-posts li:after .widget .wp-block-latest-posts li > a {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0B091B;
}
.widget .wp-block-latest-posts li:after .widget .wp-block-latest-posts li > a:hover {
  color: #0D5756;
}
.widget .wp-block-latest-posts li:after .widget .wp-block-latest-posts li .wp-block-latest-posts__post-date {
  border-radius: 6px;
  border: 1px solid #E7E7E7;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  color: #3D3D3D;
  margin-top: 10px;
}
.widget .wp-block-latest-posts li:after .wp-block-latest-posts__featured-image img {
  border-radius: 6px;
}
.widget .wp-block-latest-posts li:after .wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child) {
  margin-bottom: 20px;
}
.widget .wp-block-latest-posts li:after .wp-block-latest-posts__post-author, .widget .wp-block-latest-posts li:after .wp-block-latest-posts__post-date {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.widget .wp-block-latest-posts li:after .wp-block-latest-posts__post-author {
  margin-right: 10px;
}
.widget .wp-block-latest-posts li:after .wp-block-tag-cloud {
  margin-bottom: 0 !important;
}
.widget .wp-block-latest-posts li:after .wp-block-tag-cloud a {
  display: inline-block;
  font-size: 12px !important;
  font-weight: 600;
  color: #0B091B;
  padding: 9px 13px;
  margin-bottom: 10px;
  margin-right: 5px;
  line-height: 1;
  border: 1px solid #E7E7E7;
}
.widget .wp-block-latest-posts li:after .wp-block-tag-cloud a:hover {
  color: #fff;
  background-color: #0D5756;
  border-color: #0D5756;
}
.widget .wp-block-latest-posts li:after .widget ~ .wp-block-spacer {
  margin-bottom: 0 !important;
}
.widget .wp-block-latest-posts li:after .widget:has(.wp-block-spacer) {
  margin-bottom: 0 !important;
}
.widget .wp-block-latest-posts li:after .site-footer .widget_nav_menu ul li a {
  display: inline-block;
}
.widget .wp-block-latest-posts li:after .site-footer .widget_nav_menu ul li a:hover {
  color: #0D5756;
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .widget_calendar td {
  color: rgba(255, 255, 255, 0.6);
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark table {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.2);
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .calendar_wrap caption {
  background: #0D5756;
  color: #ffffff;
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .widget_recent_comments .recentcomments:before, .widget .wp-block-latest-posts li:after .site-footer.footer_dark .widget_rss a {
  color: #fff;
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .widget_rss ul li .rss-date {
  color: rgba(255, 255, 255, 0.8);
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .widget_rss ul li .rssSummary {
  color: rgba(255, 255, 255, 0.8);
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .textwidget {
  color: rgba(255, 255, 255, 0.8);
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark table td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .wp-block-calendar tbody td, .widget .wp-block-latest-posts li:after .site-footer.footer_dark .wp-block-calendar th {
  border-color: rgba(255, 255, 255, 0.6);
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .wp-block-calendar th {
  border: 0;
}
.widget .wp-block-latest-posts li > a {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0B091B;
}
.widget .wp-block-latest-posts li > a:hover {
  color: #0D5756;
}
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-date {
  border-radius: 6px;
  border: 1px solid #E7E7E7;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  color: #3D3D3D;
  margin-top: 10px;
}

.wp-block-latest-posts__featured-image img {
  border-radius: 6px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child) {
  margin-bottom: 20px;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.wp-block-latest-posts__post-author {
  margin-right: 10px;
}

.wp-block-tag-cloud {
  margin-bottom: 0 !important;
}
.wp-block-tag-cloud a {
  display: inline-block;
  font-size: 12px !important;
  font-weight: 600;
  color: #0B091B;
  padding: 9px 13px;
  margin-bottom: 10px;
  margin-right: 5px;
  line-height: 1;
  border: 1px solid #E7E7E7;
}
.wp-block-tag-cloud a:hover {
  color: #fff;
  background-color: #0D5756;
  border-color: #0D5756;
}

.widget ~ .wp-block-spacer {
  margin-bottom: 0 !important;
}

.widget:has(.wp-block-spacer) {
  margin-bottom: 0 !important;
}

.site-footer .widget_nav_menu ul li a {
  display: inline-block;
}
.site-footer .widget_nav_menu ul li a:hover {
  color: #0D5756;
}
.site-footer.footer_dark .widget_calendar td {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer.footer_dark table {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.2);
}
.site-footer.footer_dark .calendar_wrap caption {
  background: #0D5756;
  color: #ffffff;
}
.site-footer.footer_dark .widget_recent_comments .recentcomments:before, .site-footer.footer_dark .widget_rss a {
  color: #fff;
}
.site-footer.footer_dark .widget_rss ul li .rss-date {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.footer_dark .widget_rss ul li .rssSummary {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.footer_dark .textwidget {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.footer_dark table td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.site-footer.footer_dark .wp-block-calendar tbody td, .site-footer.footer_dark .wp-block-calendar th {
  border-color: rgba(255, 255, 255, 0.6);
}
.site-footer.footer_dark .wp-block-calendar th {
  border: 0;
}

.fc-footer-social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fc-footer-social-links li {
  margin-bottom: 0 !important;
}
.fc-footer-social-links li a {
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
}
.fc-footer-social-links li a:hover {
  background-color: #0D5756;
  border-color: #0D5756;
  color: #fff !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.blog-list .post.sticky {
  display: block;
  border-color: #0D5756;
}
.blog-list .post.sticky .blog-content .entry-title a {
  color: #0D5756;
}

.updated:not(.published) {
  display: none;
}

.no-results .page-content {
  padding: 50px 0 120px;
  text-align: left;
}
@media (max-width: 991px) {
  .no-results .page-content {
    padding: 50px 0 80px;
  }
}

.page-content,
.entry-content,
.entry-summary {
  word-break: break-word;
}
.page-content:after,
.entry-content:after,
.entry-summary:after {
  content: "";
  clear: both;
  display: block;
}

.page-content {
  padding: 120px 0;
}

.page-template-default .page-content {
  padding: 114px 0 97px;
}
.page-template-default .page-content .comments-area {
  padding: 34px 0 23px;
}
.page-template-default .page-content .page-links {
  margin-bottom: 20px;
}

.blog-post-archive {
  padding: 120px 0;
}

.search-no-results .page-content .page-content {
  padding: 20px 0 0;
}

.post-author {
  display: inline-block;
  font-size: 13px;
  color: #92929f;
  font-weight: 500;
}
.post-author img {
  border-radius: 50% !important;
  margin-right: 10px;
}
.post-author:hover {
  color: #0D5756;
}

.post-wrapper .blog-post-list,
.blog-posts .blog-post-list {
  margin-bottom: 70px;
}

.post-wrapper.blog-masonry {
  width: calc(100% + 30px);
}
.post-wrapper.blog-masonry .post-item {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 50px;
}
.post-wrapper.blog-masonry.column-3 .post-item {
  width: calc(33.33% - 30px);
}
.post-wrapper .post-item {
  margin-bottom: 60px;
}

/* POst Grid */
.post-grid {
  position: relative;
  background: #fff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.post-grid .meta-category-wrapper a {
  display: inline-block !important;
  border: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 15px;
  background-color: rgba(23, 92, 255, 0.15);
}
.post-grid .meta-category-wrapper a:hover {
  color: #fff;
  background: #0D5756;
}
.post-grid .meta-category-wrapper a:not(:last-child) {
  margin-right: 7px;
}
.post-grid .feature-image {
  position: relative;
  overflow: visible;
}
.post-grid .feature-image:hover img {
  transform: scale(1);
}
.post-grid .blog-content {
  padding: 19px 30px 40px;
}
.post-grid .blog-content .entry-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin: 14px 0 9px;
}
.post-grid .blog-content .author span {
  display: inline-block;
  margin-right: 5px;
}
.post-grid .blog-content .author-simple a {
  color: #5c5c60;
}
.post-grid .blog-content .author-simple a:hover {
  color: #0D5756;
}
.post-grid .blog-content p {
  margin-bottom: 26px;
}
.post-grid .blog-content .read_more_btn {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.post-grid .blog-content .read_more_btn i {
  margin-left: 5px;
  color: #0B091B;
}
.post-grid .blog-content .read_more_btn:hover i {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  color: #0D5756;
}
.post-grid:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 30px 50px 0px rgba(1, 4, 45, 0.08);
}
.post-grid:hover .feature-image img {
  transform: scale(1);
}
.post-grid.style-two {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .post-grid.style-two {
    flex-wrap: wrap;
  }
}
.post-grid.style-two .feature-image img {
  min-height: 270px;
}
@media (max-width: 576px) {
  .post-grid.style-two .feature-image {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .post-grid.style-two .feature-image {
    width: 100%;
  }
  .post-grid.style-two .feature-image img {
    width: 100%;
  }
}
.post-grid.style-two .blog-content {
  flex: 1;
  padding: 15px;
}
.post-grid.style-two .blog-content .entry-title {
  font-size: 22px;
  margin-bottom: 17px;
  line-height: 29px;
}
.post-grid.style-two .blog-content .author-simple a {
  color: #696969;
}
.post-grid.style-two .blog-content .author-simple a:hover {
  color: #0D5756;
}
.post-grid.style-two .meta-category-wrapper {
  margin-bottom: 16px;
}
.post-grid.style-two:hover {
  box-shadow: 0px 0px 35px 0px rgba(0, 153, 255, 0.15);
}
.post-grid.style-three .feature-image img {
  min-height: 360px;
}
.post-grid.style-three .feature-image a:before {
  display: none;
}
.post-grid.style-three .meta-category-wrapper {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
}
.post-grid.style-three .meta-category-wrapper a {
  display: inline-block;
  position: relative;
  color: #0D5756;
  overflow: hidden;
}
.post-grid.style-three .meta-category-wrapper a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 0;
  background: #2acaff;
  border-radius: 50% 50% 0 0;
  transition: height 0.4s ease-in-out;
}
.post-grid.style-three .meta-category-wrapper a:hover {
  color: #fff;
  background-color: transparent;
}
.post-grid.style-three .meta-category-wrapper a:hover:after {
  height: 300%;
}
.post-grid.style-three .meta-category-wrapper a:not(:last-child) {
  margin-right: 7px;
}
.post-grid.style-three .blog-content {
  padding: 34px 30px 50px;
}
.post-grid.style-three .blog-content .entry-title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 12px;
}
@media (max-width: 576px) {
  .post-grid.style-three .blog-content .entry-title {
    font-size: 22px;
  }
}
.post-grid.style-three .blog-content .author-simple a {
  color: #696969;
}
.post-grid.style-three .blog-content .author-simple a:hover {
  color: #0D5756;
}
.post-grid.style-four {
  box-shadow: none;
  border: 1px solid #e1e2e2;
}
.post-grid.style-four .feature-image {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding: 20px 20px 0 20px;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}
.post-grid.style-four .feature-image a:before {
  display: none;
}
.post-grid.style-four .feature-image img {
  height: 240px;
  border-radius: 5px 5px 0 0;
}
.post-grid.style-four .meta-category-wrapper {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 40px;
}
.post-grid.style-four .meta-category-wrapper a {
  display: inline-block;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.post-grid.style-four .meta-category-wrapper a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 300%;
  background: #0D5756;
  border-radius: 50% 50% 0 0;
  transition: height 0.4s ease-in-out;
}
.post-grid.style-four .meta-category-wrapper a:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.post-grid.style-four .meta-category-wrapper a:hover:after {
  height: 0;
}
.post-grid.style-four .meta-category-wrapper a:not(:last-child) {
  margin-right: 7px;
}
.post-grid.style-four .blog-content {
  padding: 30px 20px 30px;
}
.post-grid.style-four .blog-content .entry-title {
  margin: 16px 0 22px;
  line-height: 1.3;
  font-weight: 600;
}
.post-grid.style-four .blog-content .author-simple .author {
  margin-left: 0;
}
.post-grid.style-four .blog-content .author-simple .author a {
  font-weight: 400;
  font-size: 14px;
  color: #949292;
}
.post-grid.style-four .blog-content .author-simple .author a:hover {
  color: #0D5756;
}
.post-grid.style-four .blog-content .read_more_btn {
  text-transform: capitalize;
  font-size: 15px;
}
.post-grid.style-four .post-meta li {
  text-transform: uppercase;
  font-weight: 400;
}
.post-grid.style-four:hover .feature-image img {
  transform: scale(1.2);
}

.post-meta {
  color: #696969;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.post-meta li {
  font-size: 16px;
  font-weight: 500;
  color: #565969;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.post-meta li .post_view_count, .post-meta li .posted-on {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.post-meta li .author {
  margin-left: 0;
}
.post-meta i {
  display: inline-block;
  line-height: 1;
  color: #0D5756;
}
.post-meta a {
  margin: 0;
  color: #565969;
}
.post-meta a:hover {
  color: #0D5756;
}
.post-meta .meta-category-wrapper a {
  font-size: 14px;
  display: inline-block;
  color: #71717c;
  position: relative;
  border: 0;
}
.post-meta .meta-category-wrapper a:not(:last-child) {
  margin-right: 7px;
}
.post-meta .meta-category-wrapper a:hover {
  color: #0D5756;
}

.post-meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-meta-list li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  color: #696969;
  font-weight: 400;
}
.post-meta-list li i {
  margin-right: 10px;
  color: #5c6f96;
  font-size: 14px;
}
.post-meta-list li a {
  color: #696969;
  font-weight: 400;
  font-size: 16px;
}
.post-meta-list li a:hover {
  color: #0D5756;
}

.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-categories li {
  display: inline-block;
  position: relative;
}
.post-categories li:not(:last-child) a:after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 0;
}

.entry-meta a,
.post-categories a {
  color: #0D5756;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 20px;
  position: relative;
  line-height: 1.2;
  font-weight: 400;
}
.entry-meta a:not(:last-child):after,
.post-categories a:not(:last-child):after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 0;
}

/** Blog List */
.single-post .container.no-sidebar {
  max-width: 970px !important;
}

.blog-single-wrapper {
  position: relative;
}

.related-post-wrapper {
  margin-top: 74px;
}
.related-post-wrapper .fc-post-item {
  margin-bottom: 0;
}
.related-post-wrapper .related-title {
  font-size: 36px;
  margin-bottom: 46px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0D5756;
  text-align: center;
}
.related-post-wrapper .related-title .highlight {
  color: rgba(13, 87, 86, 0.4);
}

.related-post {
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 30px 50px 0 rgba(9, 4, 48, 0.08);
  transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
  margin-bottom: 30px;
}
.related-post .feature-image img {
  min-height: 260px;
  width: 100%;
  object-fit: cover;
}
.related-post .post-meta {
  margin-bottom: 17px;
  padding-top: 0;
}
.related-post .post-meta li a {
  font-size: 13px;
  border-radius: 4px;
  padding: 6px 13px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #0D5756;
}
.related-post .post-meta li a:hover {
  background-color: #0D5756;
  color: #fff;
}
.related-post .post-meta li a:not(:last-child) {
  margin-right: 10px;
}
.related-post .post-footer-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.related-post .post-footer-meta li {
  display: inline-block;
  position: relative;
  color: #5c5c60;
}
.related-post .post-footer-meta li:not(:last-child) {
  margin-right: 25px;
}
.related-post .post-footer-meta li a {
  color: #5c5c60;
  font-size: 15px;
  font-weight: 400;
}
.related-post .post-footer-meta li a:hover {
  color: #0D5756;
}
.related-post .post-footer-meta li i {
  color: #0D5756;
  margin-right: 10px;
}
.related-post .blog-content {
  padding: 30px 30px 34px;
}
.related-post .blog-content .post-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin: 15px 0 22px;
}
.related-post .blog-content .post-title a {
  color: #212d46;
}
.related-post .blog-content .post-title a:hover {
  color: #0D5756;
}

.share_social-wpapper {
  display: flex;
  padding: 0;
  align-items: center;
}
.share_social-wpapper .share-text {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0B091B;
  font-weight: 600;
}

.social-share-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .social-share-link {
    justify-content: center;
  }
}
.social-share-link li {
  display: inline-block;
}
.social-share-link li a {
  font-size: 16px;
  position: relative;
  text-align: center;
  display: block;
  color: #0B091B;
}
.social-share-link li a:hover {
  color: #0D5756;
}

.tag_list {
  margin-top: 30px;
}
.tag_list .tags {
  color: #051441;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}

.single-post-navigation {
  margin-top: 80px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
.single-post-navigation > div {
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 16px;
  width: calc(50% - 16px);
}
.single-post-navigation .single-post-nav {
  display: flex;
  gap: 24px;
}
.single-post-navigation .single-post-nav .post-nav-arrow {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
  border-radius: 12px;
}
.single-post-navigation .post-next {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}
.single-post-navigation h4.post-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  color: #3C3A49;
  max-width: 250px;
}
.single-post-navigation p.post-nav-title {
  margin-bottom: 9px;
}

blockquote, .wp-block-quote {
  padding: 56px 48px 56px 172px;
  border-left: 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #3BFFDC;
}
@media (max-width: 767px) {
  blockquote, .wp-block-quote {
    padding: 24px 20px 24px 100px;
    border-radius: 12px;
  }
}
@media (max-width: 576px) {
  blockquote, .wp-block-quote {
    padding: 20px 20px 20px 76px;
    border-radius: 12px;
  }
}
blockquote:before, .wp-block-quote:before {
  content: "";
  position: absolute;
  left: 48px;
  top: 56px;
  width: 57px;
  height: 44px;
  background-image: url("../images/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  blockquote:before, .wp-block-quote:before {
    width: 38px;
    left: 20px;
    top: 24px;
  }
}
@media (max-width: 576px) {
  blockquote:before, .wp-block-quote:before {
    max-width: 31.5px;
  }
}
blockquote:after, .wp-block-quote:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background: #0B091B;
  left: 137px;
  top: 67px;
}
@media (max-width: 767px) {
  blockquote:after, .wp-block-quote:after {
    height: 20px;
    left: 78px;
    top: 29px;
  }
}
@media (max-width: 576px) {
  blockquote:after, .wp-block-quote:after {
    height: 20px;
    left: 64px;
    top: 25px;
  }
}
blockquote p, .wp-block-quote p {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  color: #0B091B;
  font-style: normal;
  margin-bottom: 4px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  blockquote p, .wp-block-quote p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  blockquote p, .wp-block-quote p {
    font-size: 14px;
  }
}
blockquote p cite, .wp-block-quote p cite {
  margin-left: 0;
}
blockquote cite, .wp-block-quote cite {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #0B091B;
  padding-top: 23px;
  display: inline-block;
  position: relative;
}

.blog-container {
  padding: 120px 0;
}

.single-post .page-content {
  padding: 0;
}

.blog .page-content {
  padding: 120px 0;
}

.post-grid .feature-image {
  overflow: hidden;
}
.post-grid .feature-image a.feature-image-block {
  position: relative;
  display: block;
}
.post-grid .feature-image a.feature-image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.post-grid .feature-image img {
  transition: all 0.5s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.post-grid .feature-image:hover a:before {
  opacity: 1;
}
.post-grid .feature-image:hover img {
  transform: scale(1.07);
}

.single-post {
  position: relative;
}
.single-post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 840px;
  background: linear-gradient(180deg, #ECECEC 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.post-like-toggle-btn {
  padding: 0;
  background: transparent;
  color: #0D5756;
  border: 0;
  display: flex;
  gap: 6px;
}

.blog-single-content-area {
  padding: 82px 0 140px;
  background: #ffffff;
  max-width: calc(100% - 16px);
  margin: 0 auto;
  border-radius: 24px 24px 0 0;
}
@media (max-width: 991px) {
  .blog-single-content-area {
    padding: 80px 0;
  }
}

.no-sidebar .post-single {
  max-width: 1000px;
  margin: 0 auto;
}
.no-sidebar.single-post #comments {
  margin: 75px auto 20px;
  font-size: 24px;
  font-weight: 600;
}

.post-single--header {
  margin-bottom: 48px;
}

.single-post-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -1.44px;
  max-width: 900px;
}
@media (max-width: 767px) {
  .single-post-title {
    font-size: 30px;
  }
}

.single-post-meta {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  gap: 65px;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
@media (max-width: 991px) {
  .single-post-meta {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .single-post-meta {
    flex-wrap: wrap;
    padding: 16px;
    gap: 10px 0;
    justify-content: space-between;
  }
  .single-post-meta li {
    width: calc(50% - 16px);
  }
}
.single-post-meta li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0D5756;
}
.single-post-meta li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #D1D1D1;
}
@media (max-width: 991px) {
  .single-post-meta li:not(:last-child):after {
    right: -12px;
  }
}
@media (max-width: 767px) {
  .single-post-meta li:not(:last-child):after {
    display: none;
  }
}
.single-post-meta li a {
  color: #0D5756;
}

.post-single--author-info-meta {
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-single--author-meta-statistics-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 22px;
}
.post-single--author-meta-statistics-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0D5756;
  position: relative;
}
.post-single--author-meta-statistics-list li .post-share-like-count-number {
  font-size: 12px;
  font-weight: 500;
  background: #0D5756;
  color: #ffffff;
  border-radius: 4px;
  padding: 3px;
  line-height: 1;
  position: absolute;
  top: -6px;
  right: -16px;
}
.post-single--author-meta-statistics-list li span {
  font-weight: 500;
}

.post-single--author-info .post-author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.post-single--author-info .post-author .avatar {
  margin-right: 0;
}
.post-single--author-info .post-author .post-author-info span {
  display: block;
  line-height: 1.5;
}
.post-single--author-info .post-author .post-author-info .author-name {
  font-size: 15px;
  color: #0B091B;
  font-weight: 600;
}
.post-single--author-info .post-author .post-author-info .author-designation {
  font-size: 14px;
  font-weight: 400;
  color: #63626D;
}

.post-single {
  margin-bottom: 0;
}
.post-single .feature-image {
  margin-bottom: 24px;
}
.post-single .entry-header {
  padding-bottom: 25px;
}
.post-single .entry-title {
  font-size: 36px;
  margin: 10px 0 25px;
}
.post-single h3.wp-block-heading {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
}
.post-single .wp-block-image {
  margin-top: 30px;
}
.post-single .blocks-gallery-grid li img {
  border-radius: 10px;
}
.post-single blockquote p {
  margin: 0;
}
.post-single .wp-block-image {
  text-align: center;
}
.post-single .wp-block-image {
  margin-bottom: 39px;
}
.post-single .edit-link {
  margin-left: 15px;
}
.post-single .post-meta-cat {
  margin-bottom: 20px;
}
.post-single .post-meta-cat a {
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 5px;
  background-color: #37a45d;
  min-width: auto;
  font-weight: 400;
  margin: 0 5px;
  border: 0px solid transparent;
  display: inline-block;
}
.post-single .post-meta-cat a:first-child {
  background-color: #e9683e;
}
.post-single .meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-single .entry-footer {
  margin-top: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D1D1D1;
  align-items: center;
  padding-top: 72px;
}
@media (max-width: 767px) {
  .post-single .entry-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.post-single .entry-footer > div {
  width: 50%;
}
@media (max-width: 767px) {
  .post-single .entry-footer > div {
    width: 100%;
    text-align: center;
  }
}
.post-single .entry-footer .tc-blog-share-link-wrapper {
  text-align: right;
}
.post-single .entry-footer .tag_list {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8ebf4;
}
.post-single .tag-title {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .post-single .tag-title {
    text-align: center;
  }
}
.post-single .single-tagcloud .single-tagcloud-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 767px) {
  .post-single .single-tagcloud .single-tagcloud-list {
    align-items: center;
    justify-content: center;
  }
}
.post-single .single-tagcloud a {
  color: #0B091B;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  display: inline-block;
  line-height: 1;
  padding: 4px 8px;
}
.post-single .single-tagcloud a:hover {
  color: #0D5756;
}

.single-post-header-bg {
  min-height: 550px;
}
@media (max-width: 767px) {
  .single-post-header-bg {
    min-height: 350px;
  }
}
.single-post-header-bg .single-post-header {
  position: relative;
  z-index: 2;
}
.single-post-header-bg .fc-blog-meta-category {
  font-size: 12px;
  font-weight: 500;
  background: #32ba13;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 6px 9px;
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 10px;
  border: 2px solid transparent;
}
.single-post-header-bg .fc-blog-meta-category:not(:last-child) {
  margin-right: 10px;
}
.single-post-header-bg .fc-blog-meta-category:hover {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.single-post-header-bg .single-post-title {
  font-size: 45px;
  line-height: 1.2;
  max-width: 700px;
  margin: 20px auto 13px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #fff;
}
@media (max-width: 767px) {
  .single-post-header-bg .single-post-title {
    font-size: 30px;
  }
}

.feature-image-banner {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .feature-image-banner {
    height: 380px;
  }
}
.feature-image-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.feature-image-banner .single-post-header {
  position: relative;
  z-index: 2;
}
.feature-image-banner .single-post-header .single-post-title {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .feature-image-banner .single-post-header .single-post-title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .feature-image-banner .single-post-header .single-post-title {
    font-size: 30px;
  }
}
.feature-image-banner .single-post-header .post-meta {
  margin-top: 24px;
}
.feature-image-banner .single-post-header .post-meta li, .feature-image-banner .single-post-header .post-meta a {
  color: #fff;
}
.feature-image-banner .single-post-header .post-meta a:hover {
  color: #0D5756;
}

.blog-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.blog-share .share-title p {
  color: #2b2350;
  display: inline-block;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
}

.share-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.share-link li {
  display: inline-block;
  margin-right: 5px;
  padding-left: 0 !important;
}
.share-link li:before {
  display: none;
}
.share-link li:last-child {
  margin-right: 0;
}
.share-link li a {
  display: block;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 43px;
  color: #aba8a4;
  border-radius: 50%;
  font-size: 14px;
  border: 1px solid #e5dada;
}
.share-link li a:hover {
  background: #0D5756;
  color: #fff;
  border-color: #0D5756;
}

.post-single .wp-block-search {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .post-wrapper.blog-masonry.column-3 .post-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .post-wrapper.blog-masonry.column-3 .post-item {
    width: 100%;
    margin-right: 0;
  }
  .comment-list .comment .comment-body.menu-comments .comment-author {
    height: 60px;
    width: 60px;
    margin-right: 15px;
  }
  .comment-list .comment .comment-body .comment-author {
    height: 60px;
    width: 60px;
    margin-right: 15px;
  }
  .comment-list .comment .comment-body .comment-content {
    padding-bottom: 20px;
  }
  .comment-list .comment .comment-body .comment-content h4 {
    font-size: 18px;
  }
  .comment-list .comment .comment-body .comment-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .comment-list .children {
    padding-left: 70px;
  }
  .comment-respond .comment-reply-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 420px) {
  .comment-list .comment .comment-body .comment-content .ratings {
    position: static;
  }
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 20px;
}
.page-links a,
.page-links .current {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #f8f6f2;
  color: #0B091B;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  margin-left: 5px;
}
.page-links a:hover,
.page-links .current:hover {
  background: #0D5756;
  color: #fff;
}
.page-links .current {
  background: #0D5756;
  color: #fff;
}

.post-navigation {
  margin-bottom: 50px;
}
.post-navigation .nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
  width: 102%;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: 48%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: #333;
  margin-right: 2%;
  flex: 1;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: block;
  outline: 0;
}
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
  color: #fff;
}
.post-navigation .nav-links .nav-previous:hover,
.post-navigation .nav-links .nav-next:hover {
  background: #0D5756;
}
.post-navigation .nav-links .nav-previous {
  padding-right: 30px;
}
.post-navigation .nav-links .nav-next {
  padding-left: 30px;
}

.first-lg {
  -webkit-order: -1;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

/* Author Box */
.fiana_post_author_box {
  background: #faf8f5;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  border-radius: 6px;
  max-width: 670px;
}
.fiana_post_author_box .profile_image {
  width: 80px;
  margin-right: 20px;
  border-radius: 50%;
}
.fiana_post_author_box .profile_image img {
  border-radius: 50%;
}
.fiana_post_author_box .profile_content {
  flex: 1;
}
.fiana_post_author_box .profile_content .profile_name {
  font-size: 20px;
  line-height: 28px;
  color: #0B091B;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
}
.fiana_post_author_box .profile_content .author-job {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
  display: inline-block;
}
.fiana_post_author_box .profile_content .profile_bio p {
  font-size: 16px;
  color: #827f79;
  margin-bottom: 0;
  font-weight: 500;
}
.fiana_post_author_box .user-social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fiana_post_author_box .user-social-link li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}

.post-share {
  display: inline-block;
  flex: 1;
}

.share-trigger .share-items {
  float: right;
}
.share-trigger .share-items a {
  height: 35px;
  width: 35px;
  display: inline-block;
  background: #f5f5f5;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  color: #fff;
}
.share-trigger .share-items a.facebook-bg {
  background: #3b5998;
}
.share-trigger .share-items a.facebook-bg:hover {
  background: rgb(37.6090047393, 56.7322274882, 96.8909952607);
}
.share-trigger .share-items a.twitter-bg {
  background: #3cf;
}
.share-trigger .share-items a.twitter-bg:hover {
  background: rgb(0, 172.125, 229.5);
}
.share-trigger .share-items a.google-plus-bg {
  background: #dc4a38;
}
.share-trigger .share-items a.google-plus-bg:hover {
  background: rgb(169.6602564103, 45.1858974359, 29.8397435897);
}
.share-trigger .share-items a.linkedin-bg {
  background: #0077B5;
}
.share-trigger .share-items a.linkedin-bg:hover {
  background: rgb(0, 68.7044198895, 104.5);
}

@media (max-width: 991px) {
  .blog-container {
    padding: 80px 0;
  }
  #secondary {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .blog-container {
    padding: 50px 0;
  }
}
.search-header {
  margin-bottom: 30px;
}

.search_page_404_wrapper {
  max-width: 530px;
}
.search_page_404_wrapper .page-title {
  font-size: 48px;
  margin-bottom: 12px;
}
.search_page_404_wrapper .banner_404_text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
}

.search_result_form .search-form {
  position: relative;
  border: 0;
  margin-bottom: 20px;
  height: 60px;
}
.search_result_form .search-form input {
  border-color: #F6F6F6 !important;
  border-radius: 0;
  padding: 20px;
  margin: 0;
  background-color: #F6F6F6 !important;
}
.search_result_form .search-form input::placeholder {
  color: #878793;
}
.search_result_form .search-form input:focus {
  border-color: #0D5756 !important;
}
.search_result_form .search-form .search-submit {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  color: #0D5756;
  font-size: 22px;
}

.no-results .page-content {
  padding: 0 0 120px;
}
@media (max-width: 991px) {
  .no-results .page-content {
    padding: 0 0 80px;
  }
}

.pagination-wrapper ~ .sidebar {
  margin-bottom: 0;
}

.foliocrave_home_button .fc-btn {
  gap: 22px;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination-wrapper {
  margin-top: 30px;
}

.blog-archive-wrapper #post-pagination {
  margin-top: 14px;
  text-align: center;
}
#post-pagination .page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
#post-pagination .page-numbers li {
  display: inline-block;
}
#post-pagination .page-numbers li a,
#post-pagination .page-numbers li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  border: 1px solid #E7E7E7;
  color: rgba(13, 87, 86, 0.72);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
#post-pagination .page-numbers li a:hover,
#post-pagination .page-numbers li a .current,
#post-pagination .page-numbers li span:hover,
#post-pagination .page-numbers li span .current {
  background: #0D5756;
  border-color: #0D5756;
  color: #fff;
}
#post-pagination .page-numbers li a:hover a,
#post-pagination .page-numbers li a .current a,
#post-pagination .page-numbers li span:hover a,
#post-pagination .page-numbers li span .current a {
  color: #fff;
}
#post-pagination .page-numbers li a.current,
#post-pagination .page-numbers li span.current {
  background: #0D5756;
  color: #fff;
  border-color: #0D5756;
}
#post-pagination .page-numbers li a.next, #post-pagination .page-numbers li a.prev,
#post-pagination .page-numbers li span.next,
#post-pagination .page-numbers li span.prev {
  border: 0;
  width: 30px;
}
#post-pagination .page-numbers li a.next:hover, #post-pagination .page-numbers li a.prev:hover,
#post-pagination .page-numbers li span.next:hover,
#post-pagination .page-numbers li span.prev:hover {
  background: transparent;
  color: #0D5756;
}
#post-pagination .page-numbers li i {
  font-size: 20px;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 95px;
}
.woocommerce nav.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  text-align: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #E7E7E7;
  border-radius: 50%;
  color: rgba(13, 87, 86, 0.72);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.woocommerce nav.woocommerce-pagination ul li a i,
.woocommerce nav.woocommerce-pagination ul li span i {
  font-size: 18px;
  color: #0D5756;
}
.woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span:hover {
  background: #0D5756;
  border-color: #0D5756;
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a.current i, .woocommerce nav.woocommerce-pagination ul li a:hover i,
.woocommerce nav.woocommerce-pagination ul li span.current i,
.woocommerce nav.woocommerce-pagination ul li span:hover i {
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next {
  line-height: 42px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:hover svg path, .woocommerce nav.woocommerce-pagination ul li a.next:hover svg path {
  fill: #fff !important;
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
.widget_search .search-form {
  border-radius: 6px;
  position: relative;
  background-color: #eff1f5;
  display: flex;
  overflow: hidden;
}
.widget_search .search-form label {
  margin: 0;
  width: 100%;
}
.widget_search .search-form input {
  padding: 11px 20px;
  border-radius: 0;
  border: 0;
  width: 100%;
  color: #696969;
  height: 54px;
  margin: 0;
  background: transparent;
}
.widget_search .search-form input::placeholder {
  color: #878793;
}
.widget_search .search-form input:focus {
  border-color: #0D5756;
}
.widget_search .search-form .search-submit {
  background-color: #0D5756;
  border: 0;
  padding: 12px 18px 10px 20px;
  color: #fff;
  font-size: 22px;
  border-radius: 0;
}
.widget_search .search-form .search-submit:focus {
  outline: 0;
}
.widget_search .search-form .search-submit:hover {
  background-color: #145BD7;
}

#search-menu-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}
#search-menu-wrapper .close-search {
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 50%;
  background-color: #0D5756;
  color: #fff;
  z-index: 9999999;
  opacity: 5;
  position: absolute;
  right: 15px;
  top: 40px;
  font-size: 26px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 576px) {
  #search-menu-wrapper .close-search {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
#search-menu-wrapper .overlay-bg {
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#search-menu-wrapper.toggled {
  opacity: 1;
  visibility: visible;
}
#search-menu-wrapper .wrapper {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#search-menu-wrapper .search-form {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b9b8b8;
}
#search-menu-wrapper .search-form input {
  font-family: "Inter", sans-serif;
  border-radius: 0;
  border: 0;
  background: transparent;
  height: 100px;
  padding: 0;
  color: #000;
  font-size: 60px;
  font-weight: 600;
  margin: 0;
  line-height: 2.5;
}
@media (max-width: 991px) {
  #search-menu-wrapper .search-form input {
    height: 60px;
    font-size: 40px;
  }
}
#search-menu-wrapper .search-form input::placeholder {
  color: #b1b1b1;
}
#search-menu-wrapper .search-form button {
  background-color: #fff;
  color: #b1b1b1;
  border: 0;
  padding: 0;
  height: 80px;
  transition: all 0.3s ease-in-out;
  font-size: 40px;
}
@media (max-width: 991px) {
  #search-menu-wrapper .search-form button {
    font-size: 32px;
  }
}
#search-menu-wrapper .search-form button:hover {
  color: #0D5756;
}

.sea-wrapper .search-form {
  display: flex;
  align-items: center;
}
.sea-wrapper .search-form label {
  margin: 0;
  width: 100%;
}
.sea-wrapper .search-form input {
  margin: 0;
}
.sea-wrapper .search-form .search-submit {
  background: #0D5756;
  color: #fff;
  border: 0;
  height: 54px;
  border-radius: 4px;
  margin-left: 20px;
}
.sea-wrapper .search-form .search-submit:hover {
  background: #004ce5;
  color: #fff;
}

/*--------------------------------------------------------------
## Author Box
--------------------------------------------------------------*/
.fc-author-box {
  display: flex;
  padding: 40px 40px 52px 40px;
  background: #F6F6F6;
  gap: 20px;
  border-radius: 12px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .fc-author-box {
    padding: 32px;
  }
}
@media (max-width: 480px) {
  .fc-author-box {
    padding: 16px;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .fc-author-box {
    padding: 20px 15px;
  }
}
.fc-author-box__avatar {
  height: max-content;
  border-radius: 50%;
  overflow: hidden;
  max-width: 120px;
}
@media (max-width: 767px) {
  .fc-author-box__avatar {
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  .fc-author-box__avatar {
    width: 70px;
  }
}
.fc-author-box__content {
  flex: 2;
  color: #414452;
}
.fc-author-box__name {
  color: #0B091B;
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.4px;
}
@media (max-width: 767px) {
  .fc-author-box__name {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
.fc-author-box__name span {
  margin-right: 7px;
  font-size: 14px;
  display: block;
}
.fc-author-box__designation {
  color: #63626D;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .fc-author-box__designation {
    font-size: 14px;
  }
}
.fc-author-box__description {
  color: #3C3A49;
  margin-top: 34px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .fc-author-box__description {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}
.fc-author-box__description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  color: #414452;
}
.fc-author-box__social-wrapper {
  line-height: 1;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 12px 12px 24px 0 rgba(0, 0, 0, 0.16);
  width: max-content;
  padding: 4px;
}
.fc-author-box__social-wrapper a {
  color: #ffffff;
  height: 55px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0D5756;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .fc-author-box__social-wrapper a {
    height: 48px;
    width: 48px;
  }
}
@media (max-width: 360px) {
  .fc-author-box__social-wrapper a {
    height: 40px;
    width: 40px;
  }
}
.fc-author-box__social-wrapper a.facebook-f {
  background: #1877F2;
}
.fc-author-box__social-wrapper a.instagram {
  background: #833AB4;
}
.fc-author-box__social-wrapper a.x-twitter {
  background: #14171A;
}
.fc-author-box__social-wrapper a.linkedin-in {
  background: #0077B5;
}
.fc-author-box__social-wrapper a.tiktok {
  background: #000;
}
.fc-author-box__social-wrapper a.youtube {
  background: #FF0000;
}
.fc-author-box__social-wrapper a:hover {
  color: #ffffff;
}
.fc-author-box__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
  margin-top: 50px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-section {
  padding: 80px 0;
}

.comment-wrapper {
  margin-top: 60px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments {
  margin-top: 88px;
}
#comments .comments-title {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 800;
  letter-spacing: -0.9px;
  text-transform: uppercase;
}

.comments-area .comment-inner {
  margin-bottom: 50px;
}
.comments-area .reply-title {
  font-size: 24px;
  color: #0B091B;
  margin-bottom: 30px;
}
.comments-area .no-comments {
  margin: 0;
  line-height: 11px;
}

.page .comment-list-wrapper {
  margin-top: 40px;
}
.page .comment-respond .comment-reply-title,
.page .comment-respond .comment-notes, .page .comment-respond .logged-in-as {
  text-align: left;
}
.page .comment-list {
  margin-bottom: 0;
}
.page .comment-respond {
  margin-top: 60px;
}
.page .comment-list .comment .comment-body .comment_info .meta-wrapper {
  color: #bbb;
}

.comments-section .comment-list-wrapper {
  padding-top: 0;
  border: 0;
}

.comment-respond {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comment-list {
  list-style: none;
  overflow: auto;
  margin-bottom: 0;
  padding-left: 0;
}
.comment-list > li {
  margin-bottom: 20px;
}
.comment-list .comment-meta-wrapper {
  display: flex;
  align-items: center;
  gap: 33px;
}
.comment-list .comment-meta-wrapper .comment-meta {
  position: relative;
  font-size: 14px;
  color: #63626D;
  font-weight: 400;
}
.comment-list .comment-meta-wrapper .comment-meta:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  border-radius: 50%;
  background: #D9D9D9;
}
.comment-list .comment .comment-body {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.comment-list .comment .comment-body:not(:last-child) {
  margin-bottom: 25px;
}
.comment-list .comment .comment-body .comment-avatar {
  margin-right: 16px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.comment-list .comment .comment-body .comment-avatar img {
  border-radius: 50%;
}
.comment-list .comment .comment-body .comment_content {
  margin-top: 7px;
  padding-bottom: 5px;
  font-size: 16px;
}
.comment-list .comment .comment-body .comment_content p {
  font-weight: 400;
}
.comment-list .comment .comment-body .comment_info {
  position: relative;
  overflow: auto;
  flex: 2;
}
.comment-list .comment .comment-body .comment_info .comment_author_says {
  color: #3C3A49;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}
.comment-list .comment .comment-body .comment_info .meta-wrapper {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #777777;
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
}
.comment-list .comment .comment-body .comment_info .comment-reply-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.comment-list .comment .comment-body .comment_info p img {
  margin: 15px 0 5px;
}
.comment-list .comment .comment-body .comment-reply-link {
  font-size: 16px;
  color: #0D5756;
  text-decoration: none !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
.comment-list .comment .comment-body .comment-reply-link i {
  font-size: 15px;
  margin-right: 5px;
}
.comment-list .comment .children {
  margin: 0;
  padding-left: 70px;
  list-style: none;
}
.comment-list .comment .children .comment {
  margin-bottom: 20px;
}
.comment-list .comment .children .comment-avatar {
  height: 60px;
  width: 60px;
}
.comment-list .comment .children .comment-body {
  background-color: #fff;
}

#comments .comment-list .comment-respond {
  margin: 20px 0 40px;
  max-width: 100%;
}
#comments .comment-list .comment-respond #cancel-comment-reply-link {
  font-size: 15px;
  color: #0D5756;
  margin-left: 10px;
}

.children .comment-respond {
  margin-left: 80px !important;
}

.comment-respond .comment-reply-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #3C3A49;
  margin-bottom: 5px;
  line-height: 20px;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  margin-bottom: 33px;
  font-size: 16px;
  color: #3C3A49;
  font-weight: 400;
}
#review_form .comment-respond .comment-notes,
#review_form .comment-respond .logged-in-as {
  text-align: left;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 50%;
  display: inline-block;
  margin-bottom: 0;
}
.comment-form .comment-form-author {
  padding-right: 15px;
}
.comment-form .comment-form-email {
  padding-left: 15px;
  float: right;
}
.comment-form textarea {
  height: 150px;
  margin-bottom: 22px;
}
.comment-form #submit {
  margin-bottom: 0;
  box-shadow: 12px 12px 36px 0 rgba(0, 0, 0, 0.4);
}
.comment-form #submit:hover {
  box-shadow: none;
  background: #0D5756;
  color: #fff;
  border-color: #0D5756;
}
.comment-form #submit:hover svg path {
  fill: #fff;
}
.comment-form .comment-form-cookies-consent {
  margin-bottom: 29px !important;
  font-size: 14px;
  line-height: 1.5;
  color: #4F4E5B;
  position: relative;
  font-weight: 400;
}
.comment-form .comment-form-cookies-consent:after {
  content: "";
  display: block;
  clear: both;
}
.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  width: auto;
  height: auto;
}
.comment-form .comment-form-cookies-consent label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
  font-size: 16px;
}
.comment-form .comment-form-cookies-consent label:not(:empty) {
  padding-left: 0.75em;
}
.comment-form .comment-form-cookies-consent label:before, .comment-form .comment-form-cookies-consent label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
}
.comment-form .comment-form-cookies-consent label:before {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(5, 20, 65, 0.2);
  cursor: pointer;
  transition: background 0.3s;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.comment-form .comment-form-cookies-consent input[type=checkbox]:checked + label:before {
  background: #0D5756;
  border: none;
}
.comment-form .comment-form-cookies-consent input[type=checkbox]:checked + label:after {
  transform: translate(0.17em, 0.25em) rotate(-45deg);
  width: 0.6em;
  height: 0.25em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}

#review_form input[type=text],
#review_form textarea {
  border: 1px solid rgba(5, 20, 65, 0.2);
}
#review_form input[type=text]::placeholder,
#review_form textarea::placeholder {
  color: #75757d;
}
#review_form input[type=text]:focus,
#review_form textarea:focus {
  border-color: rgba(13, 87, 86, 0.5);
}

@media (max-width: 991px) {
  .comment-list .comment .children {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .comment-list .comment .comment-body .comment-avatar {
    width: 55px;
    height: 55px;
  }
  .comment-list .comment .children {
    padding-left: 20px;
  }
  .comment-list .comment .children .comment .comment-body .comment-avatar {
    width: 40px;
    height: 40px;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

iframe {
  border-width: 0;
}

.entry-content iframe {
  max-height: 500px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.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%;
}

.gallery-caption {
  display: block;
}

.blog-content .gallery {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
## Block
--------------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
  background: #0B091B;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.2;
}
.wp-block-button .wp-block-button__link:hover {
  background: #0D5756;
  color: #fff;
}
.wp-block-button .wp-block-button__link br {
  display: none;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #0B091B;
  border-color: #0B091B;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #0D5756;
  color: #0D5756;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 30px);
}

.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 30px 16px 0;
}

.wp-block-cover .wp-block-cover-text {
  padding: 30px;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  padding-left: 0;
}
.wp-block-gallery .blocks-gallery-image:before,
.wp-block-gallery .blocks-gallery-item:before {
  display: none;
}

.wp-block-cover p:not(.has-text-color) {
  color: #fff !important;
  line-height: 1.8;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  background-color: transparent;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 1.6em;
  font-weight: 300;
}
.wp-block-quote.is-large:before, .wp-block-quote.is-large:after, .wp-block-quote.is-style-large:before, .wp-block-quote.is-style-large:after {
  display: none;
}

.wp-block-pullquote {
  border-top: 4px solid #F3F3F3;
  border-bottom: 4px solid #F3F3F3;
  color: #40464d;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}

.entry .entry-content .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
}
.entry .entry-content .wp-block-pullquote blockquote {
  background-color: transparent;
}
.entry .entry-content .wp-block-pullquote blockquote:before, .entry .entry-content .wp-block-pullquote blockquote:after {
  display: none;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  line-height: 1;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.entry .entry-content .wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: 4rem;
  margin-bottom: 4.33rem;
  margin-right: 0;
  padding-left: 0;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry .entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry .entry-content .wp-block-archives li,
.entry .entry-content .wp-block-categories li,
.entry .entry-content .wp-block-latest-posts li {
  margin-bottom: 7px;
  padding-left: 15px;
  position: relative;
}
.entry .entry-content .wp-block-archives li time,
.entry .entry-content .wp-block-categories li time,
.entry .entry-content .wp-block-latest-posts li time {
  line-height: 1;
}
.entry .entry-content .wp-block-archives li:before,
.entry .entry-content .wp-block-categories li:before,
.entry .entry-content .wp-block-latest-posts li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #7d92bb;
}
.entry .entry-content .wp-block-archives li a,
.entry .entry-content .wp-block-categories li a,
.entry .entry-content .wp-block-latest-posts li a {
  font-size: 16px;
  color: #465675;
}
.entry .entry-content .wp-block-archives li a:hover,
.entry .entry-content .wp-block-categories li a:hover,
.entry .entry-content .wp-block-latest-posts li a:hover {
  color: #0D5756;
}
.entry .entry-content .wp-block-archives li .children,
.entry .entry-content .wp-block-categories li .children,
.entry .entry-content .wp-block-latest-posts li .children {
  padding-left: 30px;
}

.entry .entry-content .wp-block-categories-list .children li {
  padding-left: 0;
}
.entry .entry-content .wp-block-categories-list .children li:before {
  display: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
.wp-block-latest-comments {
  padding-left: 0;
  margin-bottom: 0;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
  margin-bottom: 15px;
}

pre.wp-block-preformatted {
  margin-top: 20px;
}

.post_format-post-format-quote blockquote {
  margin-top: 0;
}

.wp-block-archives,
.wp-block-categories-list {
  padding: 0;
  list-style: none;
}
.wp-block-archives li:not(:last-clild),
.wp-block-categories-list li:not(:last-clild) {
  margin-bottom: 10px;
}

.wp-block-archives-dropdown select {
  height: 50px;
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 20px;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
  color: #656575;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
  color: #0D5756;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.entry .entry-content .wp-block-separator, .entry .entry-content hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
  margin-left: 0;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.wp-block-categories-dropdown .postform {
  margin-bottom: 20px;
}

.wp-block-search .wp-block-search__label {
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 30px;
  color: #0B091B;
}
.wp-block-search input[type=search] {
  margin-bottom: 0;
  background-color: #F6F6F6 !important;
  box-shadow: none;
  height: 54px;
}
.wp-block-search input[type=search]:focus {
  box-shadow: none;
  background: #F1F6FE;
}
.wp-block-search .wp-block-search__button {
  height: 54px;
  border: 0;
  font-weight: 500;
  padding: 0 15px;
  border-radius: 8px;
}
.wp-block-search .wp-block-search__button:hover {
  background: #0D5756;
  color: #fff;
}

.widget_block .wp-block-search__no-button .wp-block-search__inside-wrapper {
  position: relative;
}
.widget_block .wp-block-search__no-button .wp-block-search__inside-wrapper:before {
  content: "\e9c1";
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget_block .wp-block-search__no-button .wp-block-search__inside-wrapper input[type=search] {
  margin-bottom: 0 !important;
  padding-left: 36px;
}

.wp-block-gallery.is-cropped .blocks-gallery-caption:last-child,
.wp-block-gallery.is-cropped {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
  .entry .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.22em;
    color: #fff;
  }
  .entry .entry-content .wp-block-pullquote p {
    font-size: 2.25em;
  }
  .entry .entry-content .wp-block-separator.is-style-wide, .entry .entry-content hr.is-style-wide {
    max-width: calc(66.6666666667vw - 28px);
  }
  .entry .entry-content .wp-block-separator.is-style-dots, .entry .entry-content hr.is-style-dots {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-separator.is-style-wide, .entry .entry-content hr.is-style-wide {
    max-width: calc(50vw - 28px);
  }
  .entry .entry-content .wp-block-separator.is-style-dots, .entry .entry-content hr.is-style-dots {
    max-width: calc(50vw - 28px);
  }
}
.entry .entry-content .wp-block-separator.is-style-dots, .entry .entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}

.entry .entry-content .wp-block-separator.is-style-dots:before, .entry .entry-content hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}

.wp-block-separator.is-style-dots:before {
  content: "···";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}
.wp-block-table.is-style-stripes td {
  border-color: #F3F3F3;
  border-bottom-width: 1px;
}
.wp-block-table.is-style-stripes td:not(:first-child) {
  border-left-width: 1px;
}
.wp-block-table.is-style-stripes tr {
  border-top: 1px solid #F3F3F3;
}
.wp-block-table.is-style-stripes tr:last-child td {
  border-bottom-width: 1px;
}

.site-footer .widget_block h1, .site-footer .widget_block h2, .site-footer .widget_block h3, .site-footer .widget_block h4, .site-footer .widget_block h5, .site-footer .widget_block h6 {
  font-size: 20px;
  font-weight: 600;
}
.site-footer.footer_dark h1, .site-footer.footer_dark h2, .site-footer.footer_dark h3, .site-footer.footer_dark h4, .site-footer.footer_dark h5, .site-footer.footer_dark h6 {
  color: #fff;
}
.site-footer.footer_dark .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a, .site-footer.footer_dark .wp-block-latest-comments__comment-meta {
  color: #dfdfdf;
}
.site-footer.footer_dark .wp-block-latest-comments__comment-excerpt p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer.footer_dark .wp-block-latest-comments__comment-date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.site-footer.footer_dark .wp-block-latest-posts__list li a {
  color: #d9d9d9;
  display: block;
}
.site-footer.footer_dark .wp-block-latest-posts__post-author, .site-footer.footer_dark .wp-block-latest-posts__post-date {
  color: rgba(255, 255, 255, 0.55);
  display: inline-block;
}
.site-footer.footer_dark .wp-block-calendar table caption {
  background-color: #d5deff;
}
.site-footer.footer_dark .wp-block-calendar table th {
  background-color: #f5f5f5;
}
.site-footer.footer_dark .wp-block-calendar a {
  color: #fff;
}
.site-footer.footer_dark .wp-calendar-nav a {
  color: #071c4d;
  text-decoration: none;
}
.site-footer.footer_dark .wp-calendar-nav a:hover {
  color: #0D5756;
}

.wp-block-calendar a {
  text-decoration: none;
}

.wp-block-archives-list li {
  margin-bottom: 8px;
}

.wp-block-gallery.wp-block-gallery-2 {
  --wp--style--unstable-gallery-gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 2em ) ) ) !important;
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 2em))) !important;
}
/*# sourceMappingURL=app.css.map */
