@import url("https://fonts.googleapis.com/css2?family=Jost:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Poppins:wght@500;600;700&display=swap");
@import url("bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("animate.min.css");
@import url("gallery.css");
/*-- font style --*/
/*-- media query --*/
* {
  outline: none;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  color: #00b1e0;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
  color: #212733;
}

:focus-visible {
  outline: none;
}

button:focus:not(:focus-visible) {
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
}

a,
a:hover {
  text-decoration: none;
}

.form-control:focus {
  background-color: #ffffff;
  border-color: #00b1e0;
  box-shadow: 0 0 0 0.25rem rgba(0, 177, 224, 0.25);
  color: #212733;
  outline: 0;
}

.form-select,
.form-control {
  color: #9b9b9b;
}

.form-floating:not(.form-control:disabled)::before {
  z-index: -1;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #ffffff;
  background-color: #212733;
  border-color: transparent;
  opacity: 0.5;
}

html {
  font-size: 1rem;
}

body {
  font-family: "Poppins", sans-serif;
}

.font-small {
  font-size: 0.875rem;
}

.font-extra-small {
  font-size: 0.75rem;
}

.font-black {
  font-weight: 900;
}

.theme-heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

.theme-bg-primary {
  background-color: #00b1e0;
}

.theme-bg-secondary {
  background-color: #212733;
}

.theme-bg-accent-one {
  background-color: #9b9b9b;
}

.theme-bg-accent-two {
  background-color: #F2F3F8;
}

.theme-bg-white {
  background-color: #ffffff;
}

.theme-text-white {
  color: #ffffff;
}

.theme-text-primary {
  color: #00b1e0;
}

.theme-text-secondary {
  color: #212733;
}

.theme-text-accent-one {
  color: #9b9b9b;
}

.theme-text-accent-two {
  color: #F2F3F8;
}

.theme-border-radius {
  border-radius: 0.5rem;
}

.theme-box-shadow {
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
}

.theme-text-shadow {
  text-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
}

.custom-btn-primary {
  background-color: #00b1e0;
  color: #ffffff;
  min-width: 120px;
  min-height: 50px;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.custom-btn-secondary {
  background-color: #F2F3F8;
  color: #00b1e0;
  min-width: 120px;
  min-height: 50px;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.custom-link {
  background-color: #F2F3F8;
  color: #00b1e0;
  min-width: 120px;
  min-height: 40px;
}
.custom-link:hover {
  background-color: transparent;
  color: #212733;
  border: 2px solid #00b1e0;
}

.add-btn {
  min-width: 100px;
  min-height: 40px;
}

.custom-button .button-effect {
  transition: 0.3s ease all;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.custom-button .button-effect::before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #212733;
  z-index: -1;
}
.custom-button .button-effect:hover, .custom-button .button-effect:focus {
  color: #ffffff;
}
.custom-button .button-effect:hover::before, .custom-button .button-effect:hover::after, .custom-button .button-effect:focus::before, .custom-button .button-effect:focus::after {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.icon-wrapper {
  box-shadow: 0 0 0px 0px rgba(33, 39, 51, 0.5);
  cursor: pointer;
  border-radius: 50%;
  transition: 250ms color;
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(0, 1177, 224, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 15px rgba(0, 177, 224, 0);
  }
}

.para-highlight {
  position: relative;
  color: #9b9b9b;
  font-weight: 600;
}
.para-highlight::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #00b1e0;
  top: -10px;
  left: 0px;
}

.highlight-text {
  position: relative;
}
.highlight-text::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #00b1e0;
  top: -10px;
  left: 45%;
}

.img-effect img {
  transition: all 0.4s ease-in-out;
}
.img-effect:hover img {
  transform: scale(1.5);
}

.flood-effect {
  transition: 0.25s ease-in-out;
  overflow: hidden;
  display: block;
  text-align: center;
}
.flood-effect:hover {
  box-shadow: inset 10rem 0 0 0 #212733;
}
.flood-effect:hover:hover a {
  color: #ffffff;
}

@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #00b1e0;
  }
  50% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.img-lt {
  filter: opacity(0.5);
  transition: 0.5s ease-in-out;
}
.img-lt:hover {
  filter: opacity(1);
}

.cart-menu {
  width: 520px !important;
}

.quick-btn {
  background-color: #ffffff;
  color: #00b1e0;
  border-radius: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.quick-btn:hover {
  background-color: #00b1e0;
  color: #ffffff;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(0, 177, 224, 0.1);
  color: #212733;
}

.text-link {
  color: #00b1e0;
  border-bottom: 1px solid #00b1e0;
  transition: all;
}
.text-link:hover {
  color: #212733;
  border-bottom: 1px solid #212733;
}

/*-- slick slider custom arrow --*/
.slick-arrow {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00b1e0;
  transition: all 0.2s ease-out;
  z-index: 1;
}
.slick-arrow i {
  color: #00b1e0;
}
.slick-arrow.slick-arrow.slick-next {
  right: 20px;
}
.slick-arrow.slick-arrow.slick-next:before {
  content: "\f285";
  font-family: "bootstrap-icons";
}
.slick-arrow.slick-arrow.slick-prev {
  left: 20px;
}
.slick-arrow.slick-arrow.slick-prev:before {
  content: "\f284";
  font-family: "bootstrap-icons";
}
.slick-arrow.slick-arrow:hover {
  background-color: #00b1e0;
}
.slick-arrow.slick-arrow:hover i {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    bottom: 0;
    top: unset;
  }
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.cl {
  clear: both;
}

.wsmobileheader {
  display: none;
}

.overlapblackbg {
  display: none;
}

.wsmenu {
  background-color: transparent;
  border-radius: 4px 4px 0 0;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  position: relative;
  width: 100%;
}

.wsmenu-list {
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 100%;
}

.wsmenu-list > li {
  display: table-cell;
  text-align: center;
}

.wsmenu-list li:first-child a {
  border-radius: 0;
  background: transparent;
}

.wsmenu-list li:last-child a {
  border-radius: 0 0px 0 0;
  border-right: 0 solid;
}

.wsmenu-list li a .arrow::after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #212733;
  content: "";
  float: right;
  height: 0;
  margin: 0 0 0 9px;
  position: absolute;
  text-align: right;
  top: 22px;
  width: 0;
}

.wsmenu-list > li > a {
  background-color: transparent;
  color: #212733;
  display: block;
  line-height: 48px;
  padding: 0 14px;
  position: relative;
  text-decoration: none;
}

.wsmenu-list li a:hover .arrow::after {
  border-top-color: #212733;
}

.wsmenu-list li a.active .arrow::after {
  border-top-color: #ffffff;
}

.main-nav.bg-light .wsmenu-list li a.active .arrow::after {
  border-top-color: #00b1e0;
}

.wsmenu-list li:hover > a .arrow::after {
  border-top-color: #ffffff;
}

.wsmenu-list li > .wsmenu-submenu {
  transform: rotateX(-75deg);
  transform-style: preserve-3d;
  visibility: hidden;
}

.wsmenu-list li:hover > .wsmenu-submenu {
  opacity: 1;
  transform: rotateX(0deg);
  visibility: visible;
}

.wsmenu-submenu li > .wsmenu-submenu-sub {
  transform: rotateX(-75deg);
  transform-style: preserve-3d;
  visibility: hidden;
}

.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
  opacity: 1;
  transform: rotateX(0deg);
  visibility: visible;
}

.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
  transform: rotateX(-75deg);
  transform-style: preserve-3d;
  visibility: hidden;
}

.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
  opacity: 1;
  transform: rotateX(0deg);
  visibility: visible;
}

.wsmenu-submenu {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 48px;
  transform-origin: 0 0 0;
  transition: opacity 0.3s ease 0s;
  z-index: 1000;
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
}

.wsmenu-submenu li a {
  background: #ffffff none repeat scroll 0 0;
  border-right: 0 none !important;
  color: #212733;
  display: block;
  letter-spacing: normal;
  padding: 6px 12px;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.wsmenu-submenu li a.active {
  background-color: #00b1e0;
  color: #ffffff;
}
.wsmenu-submenu li a i {
  padding-right: 8px;
}
.wsmenu-submenu li a:hover i:before, .wsmenu-submenu li a.active i:before {
  transform: translateX(5px);
  transition: all 0.2s ease;
}

.wsmenu-submenu li {
  margin: 0;
  padding: 0;
  position: relative;
}

.wsmenuexpandermain {
  display: none;
}

.wsmenu-list li:hover .wsmenu-submenu {
  display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
  left: 100%;
  margin: 0;
  min-width: 220px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: 0 0 0;
  transition: opacity 0.4s ease 0s;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  list-style: outside none none;
  opacity: 1;
  padding: 2px;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
  display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
  left: 100%;
  margin: 0;
  min-width: 220px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: 0 0 0;
  transition: opacity 0.4s ease 0s;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  list-style: outside none none;
  opacity: 1;
  padding: 2px;
}

.wsmenu-submenu li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.wsmenu-click {
  display: none;
}

.wsmenu-click02 {
  display: none;
}

.wsmenu-list li:hover > a {
  background-color: rgba(0, 177, 224, 0.8) !important;
  text-decoration: none;
}

.wsmenu-list > li > a:hover {
  background-color: rgba(0, 177, 224, 0.8) !important;
  text-decoration: none;
  color: #ffffff;
}

.wsmenu-list > li > a.active {
  background-color: rgba(0, 177, 224, 0) !important;
  text-decoration: none;
  border-radius: 0%;
  color: #ffffff;
}

.topheader .wsmenu-list > li > a.active {
  color: #00b1e0;
}
.topheader .wsmenu-list li a.active .arrow::after {
  border-top-color: #00b1e0;
}

.head-trans .wsmenu-list > li > a {
  color: #ffffff;
}
.head-trans .wsmenu-list li a .arrow::after {
  border-top-color: #ffffff;
}
.head-trans .wsmenu-list > li > a.active {
  color: #00b1e0;
}
.head-trans .wsmenu-list li a.active .arrow::after {
  border-top-color: #00b1e0;
}

.main-nav.bg-light .wsmenu-list > li > a.active,
.main-nav.bg-light .wsmenu-list li:first-child a {
  color: #00b1e0;
}

.wsmenu-submenu > li > a:hover {
  background-color: rgba(0, 177, 224, 0.8) !important;
  border-radius: 0 !important;
  text-decoration: none;
}

@media only screen and (min-width: 780px) and (max-width: 1023px) {
  .wsmenu-list li a {
    white-space: nowrap !important;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1200px) {
  .wsmenu-list li a .arrow::after {
    display: none !important;
  }
}
@media only screen and (min-width: 781px) {
  .wsmenu-list li:hover > .wsmenu-submenu {
    display: block !important;
  }
  .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
    display: block !important;
  }
  .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
    display: block !important;
  }
}
@media only screen and (max-width: 780px) {
  .wsoffcanvasopener .wsmenu {
    left: 0;
    transition: all 0.4s ease-in-out 0s;
  }
  .wsmenucontainer.wsoffcanvasopener {
    display: block;
    margin-left: 240px;
  }
  .wsmobileheader {
    display: block !important;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
  }
  .wsmenu-list > li:hover > a {
    background-color: rgba(0, 0, 0, 0.08) !important;
    text-decoration: none;
  }
  .overlapblackbg {
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
  }
  .wsoffcanvasopener .overlapblackbg {
    display: block !important;
  }
  .wsmenu-submenu > li:hover > a {
    background-color: #00b1e0;
    color: #ffffff;
  }
  .wsmenu > .wsmenu-list > li > a.active {
    background-color: rgba(0, 0, 0, 0.08);
    color: #00b1e0;
  }
  .wsmenu > .wsmenu-list > li > a:hover {
    background-color: rgba(0, 0, 0, 0.08);
    color: #00b1e0;
  }
  .wsmenu-list li:hover .wsmenu-submenu {
    display: none;
  }
  .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
    display: none;
  }
  .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    display: none;
    list-style: outside none none;
    padding: 2px;
  }
  .wsmenu-list li:first-child a {
    border-radius: 0;
  }
  .wsmenu-list li:last-child a {
    border-radius: 0;
    border-right: 0 solid;
  }
  .wsmenucontainer {
    backface-visibility: hidden;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
  }
  .wsmenu-click {
    cursor: pointer;
    display: block;
    height: 43px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .wsmenu-click i {
    background-size: 25px auto;
    color: rgba(0, 0, 0, 0.25);
    display: block;
    float: right;
    height: 23px;
    margin-right: 8px;
    margin-top: 11px;
    width: 25px;
  }
  .ws-activearrow > i {
    transform: rotate(180deg);
  }
  .wsmenu-rotate {
    transform: rotate(180deg);
  }
  .wsmenu-submenu-sub {
    border: 0 solid !important;
    display: none;
    left: 100% !important;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: static !important;
    top: 0 !important;
    transform: none !important;
    visibility: visible !important;
    width: 100% !important;
  }
  .wsmenu-submenu-sub li {
    margin: 0 !important;
    padding: 0;
    position: relative;
  }
  .wsmenu-submenu-sub a {
    border-bottom: 1px solid #00b1e0;
    display: block;
    font-weight: normal;
    padding: 10px 25px;
  }
  .wsmenu-submenu-sub li a.active {
    color: #00b1e0 !important;
  }
  .wsmenu-submenu-sub li:hover > a {
    background-color: #212733 !important;
    color: #ffffff;
  }
  .wsmenu-submenu-sub-sub {
    border: 0 solid !important;
    display: none;
    left: 100% !important;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: static !important;
    top: 0 !important;
    transform: none !important;
    visibility: visible !important;
    width: 100% !important;
  }
  .wsmenu-submenu-sub-sub li {
    margin: 0 !important;
  }
  .wsmenu-submenu-sub-sub a {
    background: #000000 none repeat scroll 0 0 !important;
    border-bottom: 1px solid #F2F3F8;
    color: #00b1e0;
    display: block;
    font-weight: normal;
    padding: 10px 25px;
  }
  .wsmenu-submenu-sub-sub li a.active {
    color: #212733 !important;
  }
  .wsmenu-submenu-sub-sub li:hover > a {
    background-color: #9b9b9b !important;
    color: #ffffff;
  }
  .wsmenu {
    position: relative;
  }
  .wsmenu .wsmenu-list {
    display: block !important;
    height: 100%;
    overflow-y: auto;
  }
  .wsmenu .wsmenu-list > li {
    background-color: transparent;
    border-right: medium none;
    display: block;
    float: none;
    position: relative;
    white-space: inherit;
    width: 100%;
  }
  .wsmenu > .wsmenu-list > li > a {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    border-right: 0 solid;
    color: #212733;
    line-height: 25px;
    padding: 9px 32px 9px 17px;
    position: static;
    text-align: left;
  }
  .wsmenu .wsmenu-list li a .arrow::after {
    display: none !important;
  }
  .mobile-sub .wsmenu-submenu {
    background-color: #ffffff;
    border: 1px solid #F2F3F8;
    display: none;
    opacity: 1 !important;
    padding: 0;
    position: relative !important;
    top: 0;
    transform: none !important;
    visibility: visible !important;
  }
  .mobile-sub .wsmenu-submenu li a {
    background-color: #F2F3F8 !important;
    color: #9b9b9b;
    height: 36px;
    line-height: 20px;
    padding: 8px 0 8px 18px;
  }
  .mobile-sub .wsmenu-submenu li a:hover {
    background-color: #F2F3F8 !important;
    color: #212733;
  }
  .mobile-sub .wsmenu-submenu li a:hover:hover {
    background-color: #00b1e0 !important;
  }
  .mobile-sub .wsmenu-submenu li:hover > a {
    background-color: #F2F3F8 !important;
    color: #212733;
  }
  .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
    background-color: #F2F3F8 !important;
    border-bottom: medium none;
    height: 36px;
    line-height: 20px;
    padding-left: 28px;
  }
  .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
    background-color: #F2F3F8 !important;
    border-bottom: medium none !important;
    color: #212733;
    height: 36px;
    line-height: 20px;
    padding-left: 38px;
  }
  .wsmenu {
    background-color: #ffffff !important;
    border: medium none !important;
    border-radius: 0;
    height: 100%;
    left: -240px;
    margin: 0;
    position: fixed;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 240px;
    z-index: 103;
  }
  .animated-arrow {
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    z-index: 102;
    display: flex;
    justify-content: center;
    border-radius: 50%;
  }
  .wsoffcanvasopener .animated-arrow {
    left: 220px;
  }
  .animated-arrow {
    cursor: pointer;
    margin: 7px 20px;
    padding: 20px 20px 20px 20px;
    background: #00b1e0;
  }
  .animated-arrow span,
  .animated-arrow span::before,
  .animated-arrow span::after {
    background: #F2F3F8 none repeat scroll 0 0;
    content: "";
    cursor: pointer;
    display: block;
    height: 3px;
    position: absolute;
    width: 23px;
  }
  .animated-arrow span::before {
    top: -7px;
  }
  .animated-arrow span::after {
    bottom: -7px;
  }
  .animated-arrow span,
  .animated-arrow span::before,
  .animated-arrow span::after {
    transition: all 500ms ease-in-out 0s;
  }
  .wsoffcanvasopener .animated-arrow span {
    background-color: transparent;
    top: 12px;
  }
  .wsoffcanvasopener .animated-arrow span::before,
  .animated-arrow.active span::after {
    top: 7px;
  }
  .wsoffcanvasopener .animated-arrow span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .wsoffcanvasopener .animated-arrow span::after {
    transform: rotate(-45deg);
  }
  .wsmenu-list li > .wsmenu-submenu {
    transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-list li:hover > .wsmenu-submenu {
    transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-submenu li > .wsmenu-submenu-sub {
    transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 2s linear infinite;
}

.halfdiv {
  left: auto;
  right: 0 !important;
  width: auto;
}

@media only screen and (min-width: 230px) and (max-width: 780px) {
  .header {
    min-height: 55px;
  }
  .header {
    box-shadow: none !important;
    background-image: none !important;
  }
}
.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #ffffff;
  z-index: 9999;
  overflow: visible;
  display: none;
}
.page-loader .spinner {
  position: relative;
  top: 35%;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  background-color: #00b1e0;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.topheader {
  position: relative;
}
.topheader .circle-high {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  padding: 0.5rem;
  background-color: #00b1e0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.topheader .circle-high::before {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: rgba(0, 177, 224, 0.4);
}
.topheader .circle-high i {
  color: #ffffff;
  z-index: 1;
}
.topheader .circle-high:hover {
  background-color: rgba(0, 1177, 224, 0.4);
}
.topheader .social a {
  color: #9b9b9b;
}
.topheader .social a:hover {
  color: #00b1e0;
}

.info-top {
  background-color: #212733;
}
.info-top .btn {
  color: #F2F3F8;
  text-decoration: none;
}
.info-top .btn i {
  color: #ffffff;
}
.info-top .social a,
.info-top .social .botom-link {
  color: #ffffff;
}
.info-top .social a:hover,
.info-top .social .botom-link:hover {
  color: #00b1e0;
}

.head-trans {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.main-nav {
  position: relative;
  z-index: 111;
  left: 0;
  right: 0;
  background: #00b1e0;
}
.main-nav .site-menu li a {
  color: #212733;
}
.main-nav .site-menu li a:hover {
  color: #ffffff;
}

.main-nav.bg-light .site-menu li a {
  color: #212733;
}
.main-nav.bg-light .site-menu li a:hover {
  color: #00b1e0;
}

.hero {
  position: relative;
}
.hero .slider-item {
  min-height: 760px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .hero .slider-item {
    min-height: 560px;
  }
}
.hero .slider-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 39, 51, 0.5);
  z-index: -1;
}
.hero .slick-dots {
  bottom: 20px;
}
.hero .slick-dots li button:before {
  font-size: 1rem;
}
.hero .slick-dots li.slick-active button:before {
  color: #00b1e0;
}
.hero .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.hero-trans .slider-item {
  min-height: 800px;
}
@media screen and (max-width: 575px) {
  .hero-trans .slider-item {
    min-height: 660px;
  }
}

.video-image {
  width:               100%;
  height:              100%;
  background-size:     cover;
  background-position: center;
  background-repeat:   no-repeat;
  padding:             15rem 0;
}



.video-image .background-video {
   width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: -1;*/

	/*
   position: absolute;
	top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    object-fit: contain;
	*/
    /*z-index: -1;*/
    /*background-color: black;*/ /* para evitar fondo blanco en caso de letterboxing */
}

/*
.video-image .background-video {
  position:      absolute;
  top:           0;
  left:          0;
  width:         100%;
  height:        100%;
  -o-object-fit: cover;
  object-fit:    cover;
}
*/

.video-image:before {
  content:          "";
  position:         absolute;
  top:              0;
  left:             0;
  width:            100%;
  height:           100%;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  z-index:          1;
}

.product-sec {
  background-color: #F2F3F8;
}



.box2 {
  position: relative;
  max-height: 400px;
  height: 400px;
  /*background-color: #9b9b9b;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.box2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background-color: rgba(0, 0, 0, 0.1);*/
  z-index: 0;
}
.box2 .content-hover {
  transform: scale(0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 39, 51, 0.8);
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 2em;
  flex-direction: column;
  z-index: 1;
}
.box2 .content-hover h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.box2 .content-hover p {
  color: #ffffff;
}
.box2 .content-hover p {
  color: #ffffff;
}
.box2 .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box2 .content p {
  text-transform: uppercase;
  margin-top: -2em;
  font-size: 1.5rem;
  z-index: 1;
}
.box2 .content .deal-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.box2:hover > .content-hover,
.box2:hover > .content-hover2 {
  transform: scale(1, 1);
  cursor: pointer;
}
.box2:hover .content {
  opacity: 1;
}





.box {
  position: relative;
  max-height: 400px;
  height: 400px;
  background-color: #9b9b9b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.box .content-hover {
  transform: scale(0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 39, 51, 0.8);
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 2em;
  flex-direction: column;
  z-index: 1;
}
.box .content-hover h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.box .content-hover p {
  color: #ffffff;
}
.box .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box .content p {
  text-transform: uppercase;
  margin-top: -2em;
  font-size: 1.5rem;
  z-index: 1;
}
.box .content .deal-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.box:hover > .content-hover,
.box:hover > .content-hover2 {
  transform: scale(1, 1);
  cursor: pointer;
}
.box:hover .content {
  opacity: 1;
}

.product-gallery .slider-for img {
  width: 100%;
  height: auto;
}
.product-gallery .gallery-thumb {
  margin-top: 1rem;
}
.product-gallery .gallery-thumb img {
  width: 100%;
  height: auto;
  padding: 2%;
}

.about-company .about-pic {
  position: relative;
}
.about-company .about-pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  background-color: #F2F3F8;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .about-company .about-pic::before {
    left: 0px;
  }
}
.about-company .about-pic .experience-box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00b1e0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 150px;
}
.about-company .about-pic .experience-box p {
  color: #212733;
}
.about-company .about-list {
  border-top: 1px solid #F2F3F8;
  border-bottom: 1px solid #F2F3F8;
  padding: 1rem 0;
}
.about-company .about-list li {
  font-size: 0.875rem;
  line-height: 2rem;
}
.about-company .about-list li i {
  color: #00b1e0;
  margin-right: 0.8rem;
}
.about-company .call {
  width: 2rem;
  height: 2rem;
  padding: 1.4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.about-company .call:hover {
  background-color: #212733;
}

.project-sec {
  background-color: #F2F3F8;
}
.project-sec .project-card {
  position: relative;
  width: 100%;
}
.project-sec .project-card figure {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
  min-height: 550px;
}
.project-sec .project-card figure img {
  position: relative;
  display: block;
  min-height: 100%;
  min-width: 100%;
  opacity: 0.8;
}
.project-sec .project-card figure figcaption {
  padding: 2em;
  color: #ffffff;
  text-transform: uppercase;
   backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: baseline;
}
.project-sec .project-card figure figcaption::before, .project-sec .project-card figure figcaption::after {
  pointer-events: none;
}
.project-sec .project-card figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-sec .project-card figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  position: absolute;
  bottom: 10px;
}
.project-sec .project-card .effect {
  background: rgba(0, 0, 0, 0.8);
}
.project-sec .project-card .effect img {
  opacity: 0.9;
  transition: opacity 0.35s;
}
.project-sec .project-card .effect figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1.4, 1.4, 1);
}
.project-sec .project-card .effect h2 {
  transition: transform 0.35s;
}
.project-sec .project-card .effect p {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.5);
  text-transform: capitalize;
}
.project-sec .project-card .effect:hover img {
  opacity: 0.1;
}
.project-sec .project-card .effect:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.project-sec .project-card .effect:hover figcaption {
  background-color: rgba(0, 0, 0, 0.4);
}
.project-sec .project-card .effect:hover figcaption a {
  color: #ffffff;
  opacity: 1;
  text-indent: 0;
  z-index: 0;
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  background: #00b1e0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-sec .project-card .effect:hover figcaption a:hover {
  background-color: #212733;
}
.project-sec .project-card .effect:hover figcaption::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.partner {
  position: relative;
}

.benefits .story-pic {
  position: relative;
}
.benefits .story-pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  background-color: #00b1e0;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .benefits .story-pic::before {
    left: 0px;
  }
}

.features {
  position: relative;
  min-height: 560px;
}
.features::before {
  content: "";
  position: absolute;
  top: 0;
  /*background: url(../images/section/features-bg.png) no-repeat;*/
  background: url(/media/paginas/index/06-features/features-bg.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.features .feature-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  background-color: #00b1e0;
  padding: 1rem;
  display: inline-flex;
  margin-bottom: 1rem;
  line-height: 1rem;
  justify-content: center;
  align-items: center;
}

.why-us {
  background-color: #212733;
  position: relative;
  overflow: hidden;
}
.why-us .frame-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .why-us .frame-pic {
    position: relative;
  }
}
.why-us .frame-pic img {
  width: 100%;
  height: auto;
}

.testimonials {
  position: relative;
}
.testimonials .client-pic {
  position: relative;
}
.testimonials .client-pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: -20px;
  background-color: #F2F3F8;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .testimonials .client-pic::before {
    left: 0px;
  }
}
.testimonials .client-con {
  text-align: justify;
}
.testimonials .client-con .qotes-img {
  width: auto;
  height: auto;
  min-height: auto;
  display: inline-block;
}
.testimonials .carouselTestimonials .slick-prev,
.testimonials .carouselTestimonials .slick-next {
  background-color: transparent;
  top: unset;
  bottom: -100px;
  background-repeat: no-repeat;
  background-position: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #212733;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials .carouselTestimonials .slick-prev::before,
.testimonials .carouselTestimonials .slick-next::before {
  font-size: 0rem;
  opacity: 0;
}
.testimonials .carouselTestimonials .slick-prev {
  left: 45%;
  background-image: url(../images/icons/arrow-prev.svg);
}
@media screen and (max-width: 1200px) {
  .testimonials .carouselTestimonials .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .carouselTestimonials .slick-prev {
    display: none !important;
  }
}
.testimonials .carouselTestimonials .slick-next {
  right: 45%;
  background-image: url(../images/icons/arrow-next.svg);
}
@media screen and (max-width: 1200px) {
  .testimonials .carouselTestimonials .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .carouselTestimonials .slick-next {
    display: none !important;
  }
}
.testimonials .carouselTestimonials .slick-prev:hover,
.testimonials .carouselTestimonials .slick-next:hover {
  background-color: #00b1e0;
}

.our-team {
  position: relative;
}
.our-team .team-card {
  cursor: pointer;
}
.our-team .team-card .team-con {
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
  border-top: 2px solid #00b1e0;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: -30px 20px 0 20px;
  z-index: 1;
  position: relative;
  background: #ffffff;
  transition: all 0.4s ease-out 0s;
}
.our-team .team-card .team-con .team-social {
  display: flex;
}
.our-team .team-card .team-con .team-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9b9b9b;
  background-color: #F2F3F8;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin: 0 0.5rem;
}
.our-team .team-card .team-con .team-social li a:hover {
  color: #00b1e0;
}
.our-team .team-card img {
  transition: all 0.4s ease-out 0s;
}
.our-team .team-card:hover .team-con {
  background-color: #00b1e0;
}
.our-team .team-card:hover img {
  transform: scale(1.1);
}

.news .news-card .tags {
  bottom: 0;
  left: 20px;
  z-index: 1;
  display: block;
  background: #00b1e0;
  cursor: pointer;
  width: 80px;
}
.news .news-card .tags a {
  color: #ffffff;
}

.contact .video-bg {
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .video-bg::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contact .video-bg .video-icon {
  border-radius: 50%;
  background-color: #00b1e0;
  color: #ffffff;
  line-height: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseBig infinite 4s linear;
  z-index: 10;
}
.contact .video-bg .video-icon:hover {
  color: #ffffff;
}

.footer h1,
.footer h2,
.footer h3,
.footer p {
  color: #ffffff;
}
.footer p {
  line-height: 2.2rem;
}
.footer .footer-link li {
  line-height: 2.5rem;
}
.footer .footer-link li a {
  color: #F2F3F8;
  font-size: 0.875rem;
  padding: 0 0 0.5rem 0;
}
.footer .footer-link li a:hover {
  color: #00b1e0;
}
.footer .social a,
.footer .social .botom-link {
  color: #ffffff;
}
.footer .social a:hover,
.footer .social .botom-link:hover {
  color: #00b1e0;
}

.scrollup {
  overflow: hidden;
  position: fixed;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  bottom: -3rem;
  right: 3rem;
  text-align: center;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.scrollup i {
  font-size: 1.5rem;
  display: inline-block;
  transition: all 0.5s ease-out;
}
.scrollup i:hover, .scrollup i:focus {
  animation: toBottomFromTop 0.5s forwards;
}
.scrollup:hover, .scrollup:focus {
  color: #00b1e0;
}
.scrollup.back-top {
  bottom: 20px;
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(-20%);
  }
  50% {
    opacity: 0;
    transform: translateY(20%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

.footer-link-effect {
  position: relative;
}
.footer-link-effect::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 2px;
  border-radius: 0.5rem;
  background: #00b1e0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.footer-link-effect:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*
.breadcrumb-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/section/breadcrumb-image.png);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.breadcrumb-area::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 177, 224, 0.1);
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}
*/
.breadcrumb-area {
  position: relative; /* Necesario para posicionar el pseudo-elemento correctamente */
  z-index: 1; /* Asegura que el contenido esté por encima del pseudo-elemento de fondo si es necesario */
  padding: 80px 0;
  display: flex;
  justify-content: start;
  align-items: center;
  /* Quitamos las propiedades de background de aquí */
  overflow: hidden; /* Puede ser útil para asegurar que el pseudo-elemento no se desborde si hay problemas de redondeo con cover */
}

.breadcrumb-area::before {
  content: ""; /* Requerido para que el pseudo-elemento se genere */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/section/breadcrumb-image.png);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9; /* Ajusta este valor entre 0 (transparente) y 1 (opaco) según necesites */
  z-index: -1; /* Coloca el pseudo-elemento detrás del contenido de .breadcrumb-area */
}

.breadcrumb-area.breadcrumb-productos::before {
  content: ""; /* Requerido para que el pseudo-elemento se genere */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../media/imagenes/breadcrumbs/breadcrumb-productos.png);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9; /* Ajusta este valor entre 0 (transparente) y 1 (opaco) según necesites */
  z-index: -1; /* Coloca el pseudo-elemento detrás del contenido de .breadcrumb-area */
}

.breadcrumb-area.breadcrumb-quienessomos::before {
  content: ""; /* Requerido para que el pseudo-elemento se genere */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../media/imagenes/breadcrumbs/breadcrumb-quienessomos.png);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9; /* Ajusta este valor entre 0 (transparente) y 1 (opaco) según necesites */
  z-index: -1; /* Coloca el pseudo-elemento detrás del contenido de .breadcrumb-area */
}

.breadcrumb-area.breadcrumb-contacto::before {
  content: ""; /* Requerido para que el pseudo-elemento se genere */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../media/imagenes/breadcrumbs/breadcrumb-contacto.png);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9; /* Ajusta este valor entre 0 (transparente) y 1 (opaco) según necesites */
  z-index: -1; /* Coloca el pseudo-elemento detrás del contenido de .breadcrumb-area */
}

.breadcrumb-area .breadcrumb-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
}
.breadcrumb-area .breadcrumb-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}
.breadcrumb-area .breadcrumb-content ul li {
  color: #00b1e0;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 0px;
  margin-right: 20px;
}
.breadcrumb-area .breadcrumb-content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00b1e0;
}
.breadcrumb-area .breadcrumb-content ul li:last-child::before {
  display: none;
}
.breadcrumb-area .breadcrumb-content ul li a {
  display: inline-block;
  color: #ffffff;
  transition: 0.4s;
}
.breadcrumb-area .breadcrumb-content ul li a:hover {
  color: #00b1e0;
}

@media (min-width: 992px) {
  .offcanvas-collapse {
    background-color: transparent;
    bottom: auto !important;
    display: block;
    height: auto !important;
    left: auto !important;
    position: static;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    visibility: visible;
    width: 100% !important;
  }
}

.nav-category .nav-item .nav-link {
  color: #9b9b9b;
}
.nav-category .nav-item .nav-link:hover {
  color: #00b1e0;
}

.form-check-input:checked {
  background-color: #00b1e0;
  border-color: #00b1e0;
}

#offcanvas .form-check-label {
  color: #9b9b9b;
}

.slider-area {
  display: flex;
  align-items: center;
  width: 94%;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  margin-left: 5px;
}
.slider-area-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.slider-area #skip-value-lower,
.slider-area #skip-value-upper {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-area .noUi-target {
  flex: 1;
  position: relative;
  background: #F2F3F8;
  border-radius: 50px;
}
.slider-area .noUi-target.noUi-horizontal {
  height: 10px;
}
.slider-area .noUi-target .noUi-base,
.slider-area .noUi-target .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.slider-area .noUi-target .noUi-connects {
  border-radius: 3px;
  overflow: hidden;
  z-index: 0;
}
.slider-area .noUi-target .noUi-connects .noUi-connect {
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
  background-color: #00b1e0;
}
.slider-area .noUi-target .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 0;
  width: 100%;
}
.slider-area .noUi-target .noUi-origin .noUi-handle {
  border-radius: 50px;
  background: #ffffff;
  cursor: default;
  background-color: #00b1e0;
  backface-visibility: hidden;
  position: absolute;
  width: 21px;
  height: 21px;
  right: -10px;
  top: -6px;
}
.slider-area .noUi-target .noUi-origin .noUi-handle .noUi-touch-area {
  height: 100%;
  width: 100%;
  background: #212733;
  border: transparent;
  border-radius: 100%;
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
}
.slider-area .noUi-draggable {
  cursor: ew-resize;
}

.pagination li a.page-link {
  border: 2px solid #F2F3F8;
  border-radius: 0.5rem;
  color: #00b1e0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.pagination li a.page-link:hover {
  color: #ffffff;
  background: #00b1e0;
  border-color: #F2F3F8;
}
.pagination li a.page-link:first-child {
  border-radius: 0;
  border-radius: 0.5rem;
}
.pagination li a.page-link:last-child {
  border-radius: 0;
  border-radius: 0.5rem;
}
.pagination li .page-link.active {
  background-color: #00b1e0;
  color: #ffffff;
}

.whishlist-thumb {
  height: 4rem;
  line-height: 4rem;
  width: 4rem;
}

.input-spinner .button-minus,
.input-spinner .button-plus {
  background-color: transparent;
  border-color: #F2F3F8;
  height: 2rem;
  width: 1.5rem;
}

.input-spinner .button-minus:hover,
.input-spinner .button-plus:hover {
  background-color: #F2F3F8;
  border-color: #F2F3F8;
}

.input-spinner .form-input {
  background: 0 0;
  border: 1px solid #F2F3F8;
  height: 100%;
  min-height: 2rem;
  text-align: center;
  width: 1.5rem !important;
  padding: 0;
}

.product-tools {
  position: relative;
}
.product-tools .thumbnails {
  margin: 10px 0;
  text-align: center;
}
.product-tools .thumbnails li img {
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}

div.zoom {
  background-position: 50% 50%;
  border-radius: 0.5rem;
  cursor: zoom-in;
  overflow: hidden;
  position: relative;
  width: 100%;
}
div.zoom img {
  display: block;
  transition: opacity 0.5s;
  width: 100%;
}
div.zoom img:hover {
  opacity: 0;
}

.icon-lg {
  height: 3rem;
  line-height: 3rem;
  width: 3rem;
}

.avatar-lg {
  height: 3.5rem;
  width: 3.5rem;
}

.nav-lb-tab {
  border-bottom: 1px solid #F2F3F8;
}
.nav-lb-tab .nav-item {
  margin-right: 2rem;
}
.nav-lb-tab .nav-item .nav-link {
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #212733;
  font-weight: 500;
  margin-bottom: -1px;
  padding: 16px 0;
  white-space: nowrap;
  background: none;
  font-size: 0.875rem;
}
.nav-lb-tab .nav-item .nav-link:hover, .nav-lb-tab .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid #00b1e0;
  color: #00b1e0;
}
.nav-lb-tab .nav-item .nav-link:focus {
  box-shadow: none;
}

.review-pic {
  border-radius: 0.5rem;
  height: 3rem;
  min-height: 105px;
  padding: 0;
  position: relative;
  width: 105px;
  cursor: pointer;
  background: #ffffff;
}
.review-pic .upload-message {
  text-align: center;
  margin: 2em 0;
  font-size: 0.75rem;
}
.review-pic .upload-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font-size: 0.75rem;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

#accordionFlushExample .accordion-item a {
  color: #212733;
  font-weight: bold;
}

.login-app-title {
  position: relative;
}
.login-app-title::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #9b9b9b;
  position: absolute;
  top: 12px;
  left: -70px;
}
.login-app-title::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #9b9b9b;
  position: absolute;
  top: 12px;
  right: -70px;
}

.login-app {
  list-style: none;
  display: flex;
  justify-content: center;
}
.login-app li {
  padding: 1rem 0.5rem;
}
.login-app li a {
  display: inline-block;
  background: url(../images/icons/app-icon.png) no-repeat;
  width: 60px;
  height: 60px;
}
.login-app li .fb {
  background-position: 0 0;
}
.login-app li .go {
  background-position: 0 -72px;
}
.login-app li .in {
  background-position: 0 -148px;
}

ul#dashboard li a {
  display: block;
}
ul#dashboard li.active a {
  color: #00b1e0;
}

.edit-btn {
  position: absolute;
  bottom: -5px;
  border: 2px solid #ffffff;
  background-color: #212733;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-btn i {
  color: #ffffff;
  font-size: 0.875rem;
}
.edit-btn:hover {
  background-color: #ffffff;
}
.edit-btn:hover i {
  color: #212733;
}

.profile {
  width: 100%;
  height: 5px;
  background-color: #F2F3F8;
}

.complete-100 {
  width: 100%;
  background-color: green;
}

/*-- price plan css --*/
.price-sec {
  padding: 4rem 0;
}
.price-sec .price-box {
  text-align: center;
  position: relative;
  transition: all 0.2s ease-out;
}
.price-sec .price-box:hover {
  margin-top: -10px;
}
.price-sec .price-box .top-sec {
  margin-top: 1rem;
}
.price-sec .price-box .pricing-rate {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.price-sec .price-box .pricing-rate .price {
  font-weight: 900;
  margin: 1rem 0;
}
.price-sec .price-box .pricing-rate .supper {
  vertical-align: super;
  font-size: 1.5rem;
}
.price-sec .price-box .list ul li {
  line-height: 2rem;
}
.price-sec .price-box .list ul li i {
  color: #9b9b9b;
  padding-right: 0.5rem;
}
.price-sec .price-box .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 12px;
  background-color: #00b1e0;
  color: #ffffff;
  min-width: 70px;
}
.price-sec .price-box .tag:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 38px;
  border-left: 35px solid #00b1e0;
  border-right: 35px solid #00b1e0;
  border-bottom: 20px solid transparent;
}

.error-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.error-box .error-link {
  text-align: center;
}
.error-box .error-link li {
  display: inline-block;
  font-size: 16px;
  color: #00b1e0;
  font-weight: 600;
  padding: 0 0;
  margin: 0 20px 0 0;
  line-height: 50px;
}
@media (max-width: 575px) {
  .error-box .error-link li {
    display: block;
    margin-right: 0px;
  }
}
.error-box .error-link li:last-child {
  margin-right: 0;
}
.error-box .error-link li a {
  display: block;
  border: 2px solid #00b1e0;
  color: #00b1e0;
  padding: 0;
  border-radius: 40px;
  min-width: 134px;
  min-height: 50px;
}
.error-box .error-link li a:hover, .error-box .error-link li a:active {
  background: #00b1e0;
  color: #ffffff;
}

.portfolio-box {
  min-height: 60vh;
}
.portfolio-box #filters {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.portfolio-box #filters li {
  margin: 10px 5px;
  display: inline-block;
}
.portfolio-box #filters li span {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #212733;
  background: #ffffff;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 50px;
  transition: 0.3s all;
}
.portfolio-box #filters li span:hover {
  background: #00b1e0;
}
.portfolio-box #filters li span.active {
  background: #00b1e0;
}
.portfolio-box #portfoliolist .portfolio {
  box-sizing: border-box;
  margin: 0px 0px 0 0;
  display: none;
  overflow: hidden;
}
.portfolio-box #portfoliolist .portfolio .portfolio-wrapper figure {
  min-height: 350px;
  height: 350px;
}

.service-ico {
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
  border: 5px solid #ffffff;
  display: inline-block;
  border-radius: 100%;
  background: #9b9b9b;
  position: relative;
  transition: all 0.25s ease-in-out 0s;
  margin-bottom: 1.5rem;
}
.service-ico:hover {
  border: 5px solid #00b1e0;
  display: inline-block;
  border-radius: 50%;
}
.service-ico a {
  display: inline-block;
  width: 100%;
}
.service-ico a i {
  font-size: 2.2em;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
}

.service-card {
  border-radius: 0.5rem;
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
  background-color: #ffffff;
  padding: 1.5rem;
  transition: all 0.5s ease-in-out;
}
.service-card figure {
  overflow: hidden;
  border-radius: 0.5rem;
}
.service-card .link {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #F2F3F8;
  color: #212733;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
.service-card:hover {
  transform: translateY(-10px);
}
.service-card:hover .link {
  color: #ffffff;
  background-color: #00b1e0;
}

.cta {
  width: 100%;
  background: url(../images/section/services-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.service-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  ul.service-list {
    flex-direction: column;
  }
}
ul.service-list li {
  display: inline-flex;
  justify-content: center;
  flex-grow: 1;
}
@media (max-width: 767px) {
  ul.service-list li {
    margin-bottom: 2rem;
  }
}
ul.service-list li a {
  color: #212733;
  text-align: center;
}
ul.service-list li a:hover {
  opacity: 0.8;
}
ul.service-list li a img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 0 20px 0;
}

.features-text {
  margin: 1rem 0;
}
.features-text li {
  padding-left: 35px;
  position: relative;
  color: #9b9b9b;
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 0.875rem;
}
.features-text li:before {
  position: absolute;
  content: "\f270";
  font-family: "bootstrap-icons";
  color: #00b1e0;
  left: 0;
  top: 0;
}
.features-text li:last-child {
  margin-bottom: 0;
}

.service-sidebar {
  background: #ffffff;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
.service-sidebar .title {
  margin-bottom: 1rem;
  position: relative;
}
.service-sidebar .list li {
  border-bottom: 1px solid #F2F3F8;
}
.service-sidebar .list li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.service-sidebar .list li a {
  display: block;
  padding: 10px 0;
  transition: all 0.5s ease-in-out;
}
.service-sidebar .list li a:hover {
  padding-left: 10px;
  color: #212733;
}
.service-sidebar .list li a i {
  margin-right: 5px;
  color: #00b1e0;
}

.privacy-list li {
  font-size: 0.875rem;
  color: #9b9b9b;
  line-height: 2;
  list-style: disc;
  margin-left: 1.125rem;
}

.maintenance-area {
  position: relative;
}
.maintenance-area .bg-maintenance {
  width: 100%;
  height: 100vh;
  display: block;
  background-image: url(../images/section/maintenance-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.maintenance-area .form-control {
  position: relative;
  height: 50px;
}
.maintenance-area button {
  position: absolute !important;
  right: 0;
}

.news-card .date-tags {
  bottom: 20px;
  left: -10px;
  z-index: 1;
  display: block;
  background: #00b1e0;
  cursor: pointer;
  border-radius: 0.5rem;
  overflow: hidden;
}
.news-card .date-tags a {
  color: #ffffff;
  padding: 0.25rem 1rem;
  display: inline-block;
}

.post-wrap {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.post-wrap p i {
  line-height: 2rem;
  font-size: 0.875rem;
  border-left: 2px solid #00b1e0;
  height: 100%;
  display: block;
  padding: 1rem;
  background: rgba(0, 177, 224, 0.04);
  text-align: justify;
}
.post-wrap .post-head {
  font-size: 1.5rem;
  margin: 2rem 0;
  font-weight: bold;
}
.post-wrap .post-desc {
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: justify;
}

.blog-post-social {
  border-top: 2px solid #F2F3F8;
  border-bottom: 2px solid #F2F3F8;
  padding: 25px 0px;
  margin-bottom: 55px;
}

.post-tag-list {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.post-tag-list li {
  font-weight: bold;
  color: #212733;
  margin-right: 8px;
}
.post-tag-list li:first-child {
  margin-right: 15px;
}
.post-tag-list li a {
  font-size: 0.875rem;
  color: #9b9b9b;
  font-weight: normal;
}
.post-tag-list li a:hover {
  color: #212733;
}

.blog-icon-list {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.blog-icon-list li {
  margin-left: 1rem;
}
.blog-icon-list li:first-child {
  font-weight: bold;
  color: #212733;
}
.blog-icon-list li a {
  display: block;
  transition: 0.4s ease;
}
.blog-icon-list li a i {
  color: #212733;
}
.blog-icon-list li a:hover {
  transform: scale(1.2);
}

.comment-box {
  border-radius: 0.5rem;
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
}
.comment-box .comment-head {
  padding: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.comment-box .user-comment-card {
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.comment-box .user-comment-card li {
  position: inherit;
}
.comment-box .user-comment-card .userPic {
  position: relative;
}
.comment-box .user-comment-card .userName {
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 1rem;
  font-size: 0.875rem;
}
.comment-box .comment-title {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between;
}
.comment-box .comment-title .comment-meta span {
  color: #9b9b9b;
  font-size: 0.875rem;
}
.comment-box .comment-body p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #9b9b9b;
}
.comment-box h4 {
  margin-bottom: 2rem;
}

.blog-list-head {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #212733;
  font-weight: bold;
}
.blog-list-head :after {
  content: "";
  width: 20px;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #00b1e0;
}

.widget-categories li :first-child {
  margin-top: 0;
}
.widget-categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00b1e0;
  padding: 10px 15px;
  padding-left: 15px;
  position: relative;
  transition: all 0.2s;
}
.widget-categories li a:hover {
  background: rgba(0, 177, 224, 0.04);
  color: #212733;
}
.widget-categories li a:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.widget-categories li a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #212733;
  border-radius: 2px 0px 0px 2px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s;
  transform: translateX(-5px);
}

.tags-blog {
  list-style-type: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
  padding: 1rem;
}
.tags-blog li {
  padding: 1rem 0.5rem;
  margin: 0 0;
  display: inline-block;
}
.tags-blog li a {
  color: #212733;
  font-weight: 600;
  border-radius: 0.5rem;
  background: #F2F3F8;
  padding: 0.5rem;
}
.tags-blog li a:hover {
  background: #212733;
  color: #ffffff;
}

.search-form {
  border: 1px solid #00b1e0;
  border-radius: 0.5rem;
}
.search-form input {
  font-size: 0.875rem !important;
}
.search-form button {
  background-color: #00b1e0;
  min-width: 50px;
  min-height: 50px;
  border: 0px solid #00b1e0;
}
.search-form button i {
  color: #ffffff;
}
.search-form button:hover {
  background-color: #212733;
}/*# sourceMappingURL=main.css.map */