/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

@import url('../vendors/signacare-icons/style.css');
@import url('../vendors/bootstrap/css/bootstrap.min.css');
@import url('../vendors/animate/animate.min.css');
@import url('../vendors/animate/custom-animate.css');
@import url('../vendors/fontawesome/css/all.min.css');



.homestyle2 {
  --signacare-base: #D9912F;
  --signacare-base-rgb: 217, 145, 47;
  --signacare-black: #4A4A4A;
  --signacare-black-rgb: 74, 74, 74;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--signacare-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--signacare-gray);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--signacare-base);
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--signacare-font-two);
  color: var(--signacare-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1320px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--signacare-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--signacare-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--signacare-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}


.section-separator {
  border-color: var(--signacare-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
  margin-top: -2px;
}

.section-title__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: var(--signacare-black);
  font-weight: 700;
  text-transform: uppercase;
}

.section-title__tagline::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--signacare-base);
}

.section-title__tagline::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--signacare-base);
}

.section-title__title {
  color: var(--signacare-black);
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin: 10px 0 0;
  text-transform: capitalize;
}

.section-title-two {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.section-title-two__tagline-box {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  margin-top: 4px;
}

.section-title-two__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--signacare-black);
}

.section-title-two__shape-1 {
  position: absolute;
  top: -17px;
  left: 0;
}

.section-title-two__shape-1 img {
  width: auto;
}

.section-title-two__shape-2 {
  position: absolute;
  right: 0;
  bottom: -16px;
}

.section-title-two__shape-2 img {
  width: auto;
}

.section-title-two__icon {
  position: absolute;
  right: 0;
  top: -13px;
}

.section-title-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--signacare-black);
}

.section-title-two__icon-2 {
  position: absolute;
  left: 0;
  bottom: -20px;
}

.section-title-two__icon-2 span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--signacare-black);
}

.section-title-two__title {
  color: var(--signacare-black);
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
}

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 500;
  font-size: 16px;
  color: var(--signacare-white);
  text-transform: capitalize;
  border-radius: 30px;
  padding: 8px 6px 8px 6px;
  min-width: fit-content;
  white-space: nowrap;
  font-family: var(--signacare-font-two);
  background-color: var(--signacare-base);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: visible;
  z-index: 1;
  gap: 6px;
}

.thm-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  background-color: var(--signacare-white);
  color: var(--signacare-base);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.thm-btn:hover i {
  transform: translateX(3px);
}

.thm-btn:hover {
  color: var(--signacare-white);
  background-color: var(--signacare-hover-primary);
}

.thm-btn-2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  padding: 15px 50px 15px;
  color: var(--signacare-base);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: var(--signacare-white);
  border-radius: var(--border-radius-button);
  z-index: 1;
}

.thm-btn-2:hover {
  color: var(--signacare-white);
  background-color: var(--signacare-base);
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}



.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--signacare-base);
  color: var(--signacare-white);
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 12px;
  color: #ffffff;
  text-transform: uppercase;
  background: var(--signacare-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--signacare-base);
  color: var(--signacare-white);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/icon/SIGNA-LOGO.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: var(--signacare-black);
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 0;
}

.scroll-to-top i {
  color: var(--signacare-white);
  font-size: 18px;
  line-height: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  background-color: var(--signacare-base);
}

.scroll-to-top:hover i {
  color: var(--signacare-white);
}



/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--signacare-base);
  border-color: var(--signacare-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--signacare-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}

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

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--signacare-white);
  color: var(--signacare-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  color: var(--signacare-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:before {
  background-color: var(--signacare-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

@import url('../vendors/signacare-icons/style.css');
@import url('../vendors/bootstrap/css/bootstrap.min.css');
@import url('../vendors/animate/animate.min.css');
@import url('../vendors/animate/custom-animate.css');
@import url('../vendors/fontawesome/css/all.min.css');



.homestyle2 {
  --signacare-base: #D9912F;
  --signacare-base-rgb: 217, 145, 47;
  --signacare-black: #4A4A4A;
  --signacare-black-rgb: 74, 74, 74;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--signacare-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--signacare-gray);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--signacare-base);
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--signacare-font-two);
  color: var(--signacare-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1320px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--signacare-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--signacare-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--signacare-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}


.section-separator {
  border-color: var(--signacare-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
  margin-top: -2px;
}

.section-title__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: var(--signacare-black);
  font-weight: 700;
  text-transform: uppercase;
}

.section-title__tagline::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--signacare-base);
}



.section-title__title {
  color: var(--signacare-black);
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin: 10px 0 0;
  text-transform: capitalize;
}

.section-title-two {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.section-title-two__tagline-box {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  margin-top: 4px;
}

.section-title-two__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--signacare-black);
}

.section-title-two__shape-1 {
  position: absolute;
  top: -17px;
  left: 0;
}

.section-title-two__shape-1 img {
  width: auto;
}

.section-title-two__shape-2 {
  position: absolute;
  right: 0;
  bottom: -16px;
}

.section-title-two__shape-2 img {
  width: auto;
}

.section-title-two__icon {
  position: absolute;
  right: 0;
  top: -13px;
}

.section-title-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--signacare-black);
}

.section-title-two__icon-2 {
  position: absolute;
  left: 0;
  bottom: -20px;
}

.section-title-two__icon-2 span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--signacare-black);
}

.section-title-two__title {
  color: var(--signacare-black);
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
}

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 500;
  font-size: 16px;
  color: var(--signacare-white);
  text-transform: capitalize;
  border-radius: 30px;
  padding: 8px 6px 8px 6px;
  min-width: fit-content;
  white-space: nowrap;
  font-family: var(--signacare-font-two);
  background-color: var(--signacare-base);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: visible;
  z-index: 1;
  gap: 6px;
}

.thm-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  background-color: var(--signacare-white);
  color: var(--signacare-base);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.thm-btn:hover i {
  transform: translateX(3px);
}

.thm-btn:hover {
  color: var(--signacare-white);
  background-color: var(--signacare-hover-primary);
}

.thm-btn-2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  padding: 15px 50px 15px;
  color: var(--signacare-base);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: var(--signacare-white);
  border-radius: var(--border-radius-button);
  z-index: 1;
}

.thm-btn-2:hover {
  color: var(--signacare-white);
  background-color: var(--signacare-base);
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}



.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--signacare-base);
  color: var(--signacare-white);
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 12px;
  color: #ffffff;
  text-transform: uppercase;
  background: var(--signacare-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--signacare-base);
  color: var(--signacare-white);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/icon/SIGNA-LOGO.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: var(--signacare-black);
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 0;
}

.scroll-to-top i {
  color: var(--signacare-white);
  font-size: 18px;
  line-height: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  background-color: var(--signacare-base);
}

.scroll-to-top:hover i {
  color: var(--signacare-white);
}



/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--signacare-base);
  border-color: var(--signacare-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--signacare-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}

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

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--signacare-white);
  color: var(--signacare-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  color: var(--signacare-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:before {
  background-color: var(--signacare-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

@import url('../vendors/signacare-icons/style.css');
@import url('../vendors/bootstrap/css/bootstrap.min.css');
@import url('../vendors/animate/animate.min.css');
@import url('../vendors/animate/custom-animate.css');
@import url('../vendors/fontawesome/css/all.min.css');

:root {
  /* Border Radius Variables */
  --border-radius-button: 8px;
  --border-radius-card: 20px;
  --border-radius-container: 25px;
  --border-radius-round: 50%;
  --border-radius-small: 2px;
  --signacare-gray: #737373;
  --signacare-gray2: #F1F1F1;
  --signacare-gray-rgb: 115, 115, 115;
  --signacare-white: #FFFFFF;
  --signacare-white-rgb: 255, 255, 255;
  --signacare-base: #032A9C;
  --signacare-base-rgb: 3, 42, 156;
  --signacare-black: #4A4A4A;
  --signacare-deep-black: #000000;
  --signacare-black-rgb: 74, 74, 74;
  --signacare-primary: rgb(249 247 250);
  --signacare-primary-rgb: 249, 247, 250;
  --signacare-bdr-color: #E0E0E0;
  --signacare-bdr-rgb: 224, 224, 224;
  --signacare-secondary: #D9912F;
  --signacare-secondary-rgb: 217, 145, 47;
  --signacare-deep-gray: #012281;
  --signacare-deep-gray-rgb: 1, 34, 129;
  --signacare-success: #28A745;
  --signacare-error: #DC3545;
  --signacare-warning: #FFC107;
  --signacare-info: #17A2B8;
  --signacare-hover-primary: #1C3FA6;
  --signacare-active-primary: #03268C;
  --signacare-hover-secondary: #EE9C34;
  --signacare-active-secondary: #C3822A;
  --signacare-hover-deep-blue: #2130A0;
  --signacare-active-deep-blue: #001B6A;
}

.homestyle2 {
  --signacare-base: #D9912F;
  --signacare-base-rgb: 217, 145, 47;
  --signacare-black: #4A4A4A;
  --signacare-black-rgb: 74, 74, 74;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--signacare-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--signacare-gray);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--signacare-base);
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--signacare-font-two);
  color: var(--signacare-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1320px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--signacare-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--signacare-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--signacare-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}


.section-separator {
  border-color: var(--signacare-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
  margin-top: -2px;
}

.section-title__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: var(--signacare-black);
  font-weight: 700;
  text-transform: uppercase;
}

.section-title__tagline::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--signacare-base);
}


.section-title__title {
  color: var(--signacare-black);
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin: 10px 0 0;
  text-transform: capitalize;
}

.section-title-two {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.section-title-two__tagline-box {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  margin-top: 4px;
}

.section-title-two__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--signacare-black);
}

.section-title-two__shape-1 {
  position: absolute;
  top: -17px;
  left: 0;
}

.section-title-two__shape-1 img {
  width: auto;
}

.section-title-two__shape-2 {
  position: absolute;
  right: 0;
  bottom: -16px;
}

.section-title-two__shape-2 img {
  width: auto;
}

.section-title-two__icon {
  position: absolute;
  right: 0;
  top: -13px;
}

.section-title-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--signacare-black);
}

.section-title-two__icon-2 {
  position: absolute;
  left: 0;
  bottom: -20px;
}

.section-title-two__icon-2 span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--signacare-black);
}

.section-title-two__title {
  color: var(--signacare-black);
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
}

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 500;
  font-size: 16px;
  color: var(--signacare-white);
  text-transform: capitalize;
  border-radius: 30px;
  padding: 8px 6px 8px 6px;
  min-width: fit-content;
  white-space: nowrap;
  font-family: var(--signacare-font-two);
  background-color: var(--signacare-base);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: visible;
  z-index: 1;
  gap: 6px;
}

.thm-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  background-color: var(--signacare-white);
  color: var(--signacare-base);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.thm-btn:hover i {
  transform: translateX(3px);
}

.thm-btn:hover {
  color: var(--signacare-white);
  background-color: var(--signacare-hover-primary);
}

.thm-btn-2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  padding: 15px 50px 15px;
  color: var(--signacare-base);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: var(--signacare-white);
  border-radius: var(--border-radius-button);
  z-index: 1;
}

.thm-btn-2:hover {
  color: var(--signacare-white);
  background-color: var(--signacare-base);
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}



.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--signacare-base);
  color: var(--signacare-white);
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 12px;
  color: #ffffff;
  text-transform: uppercase;
  background: var(--signacare-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--signacare-base);
  color: var(--signacare-white);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/icon/SIGNA-LOGO.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: var(--signacare-black);
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 0;
}

.scroll-to-top i {
  color: var(--signacare-white);
  font-size: 18px;
  line-height: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  background-color: var(--signacare-base);
}

.scroll-to-top:hover i {
  color: var(--signacare-white);
}



/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--signacare-base);
  border-color: var(--signacare-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--signacare-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}

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

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--signacare-white);
  color: var(--signacare-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  color: var(--signacare-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:before {
  background-color: var(--signacare-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  /* Fallback background for devices that don't support backdrop-filter */
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  /* Pre-load backdrop filter */
  
  will-change: backdrop-filter, background-color, box-shadow;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Enhanced glass effect for browsers that support backdrop-filter */
@supports (backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px)) {
  .main-header {
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}




.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 6px 40px;
  background-color: var(--signacare-secondary);
}

.main-menu__top-inner .text p {
  color: var(--signacare-white) !important;
}

/* Banner Info Section */
.banner-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  will-change: backdrop-filter, background-color;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 10;
}

.banner-info__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  
  
  margin: 0 auto;
}

.banner-info__list {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.banner-info__list li {
  position: relative;
  display: flex;
  align-items: center;
}

.banner-info__list li + li {
  /* margin-left: 30px; */
}

.banner-info__list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.banner-info__list li .icon i {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.banner-info__list li .text {
  margin-left: 8px;
}

.banner-info__list li .text p {
  font-size: 14px;
  color: var(--signacare-white);
  margin: 0;
}

.banner-info__right {
  position: relative;
  display: flex;
  align-items: center;
}

.banner-info__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  color: var(--signacare-white);
  font-size: 14px;
}

.banner-info__badge i {
  font-size: 16px;
  color: white;
}

/* Mobile Styles */
.banner-info--mobile {
  padding: 10px 0;
}

.banner-info__compact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 15px;
}

.banner-info__item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--signacare-white);
  font-size: 14px;
}

.banner-info__item i {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1400px) {
  .banner-info__inner {
    padding: 15px 50px;
  }
}

@media (max-width: 1200px) {
  .banner-info__inner {
    padding: 15px 30px;
  }
}

@media (max-width: 991px) {
  .banner-info__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .banner-info__list li + li {
    margin-left: 0;
  }

  .banner-info__right {
    display: none;
  }
}

.main-header.fixed-header .main-menu__info {
  max-height: 0;
  padding: 0;
  opacity: 0;
  border: none;
  pointer-events: none;
}

.main-header .main-menu__info {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  will-change: backdrop-filter, background-color;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.main-menu__info-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6px 200px;
}

.main-menu__info-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__info-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__info-list li + li {
  margin-left: 20px;
}

.main-menu__info-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__info-list li .icon i {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.main-menu__info-list li .text {
  margin-left: 8px;
}

.main-menu__info-list li .text p {
  font-size: 14px;
  color: var(--signacare-white);
}

.main-menu__info-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__info-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  color: var(--signacare-white);
  font-size: 14px;
}

.main-menu__info-badge i {
  font-size: 16px;
  color: var(--signacare-base);
}

/* Mobile Info Banner */
.mobile-menu__info {
  background-color: var(--signacare-base);
  padding: 8px 0;
}

.mobile-menu__info-compact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 15px;
}

.mobile-menu__info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--signacare-white);
  font-size: 14px;
}

.mobile-menu__info-item i {
  font-size: 16px;
}

/* Fixed Header State */
.main-header.fixed-header .main-menu__info-list li .text p,
.main-header.fixed-header .main-menu__info-badge {
  color: var(--signacare-base);
}

.main-header .main-menu__info-list li .text p,
.main-header .main-menu__info-badge {
  color: var(--signacare-white);
}

.main-header.fixed-header .main-menu__info-list li .icon i {
  color: rgba(0, 0, 0, 0.4);
}

.main-header .main-menu__info-list li .icon i {
  color: rgba(255, 255, 255, 0.4);
}

.main-header .main-menu__top {
  transition: all 0.3s ease;
  max-height: 100px;
  opacity: 1;
}

.main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li+li {
  margin-left: 20px;
}

.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li .icon i {
  font-size: 16px;
}

.main-menu__contact-list li .text {
  margin-left: 8px;
}

.main-menu__contact-list li .text p {
  font-size: 14px;
}

.main-menu__contact-list li .text p a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
}

.main-menu__contact-list li .icon i {
  color: white;
}

.main-menu__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-header.fixed-header .main-menu__social a {
  color: rgba(0, 0, 0, 0.4);
}

.main-header .main-menu__social a {
  color: rgba(255, 255, 255, 0.8);
}

.main-menu__social a:hover {
  color: var(--signacare-base);
}

.main-menu__social a+a {
  margin-left: 20px;
}

.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  z-index: 1;
  transition: all 0.3s ease;
  background: transparent;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 30px;
  height: 70px;
  z-index: 1;
}



.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.main-menu .main-menu__list>li+li {
  margin-left: 25px;
}

.main-menu .main-menu__list>li>a,
.main-menu .main-menu__list>li>button {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-family: var(--signacare-font-two);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}



.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 16px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 51%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 15px;
  transform: translateY(-50%);
  font-weight: 700;
  z-index: 1;
}

.main-header.fixed-header .main-menu__list>li.dropdown>a:after {
  color: var(--signacare-base) !important;
}

.main-header .main-menu__list>li.dropdown>a:after {
  color: var(--signacare-white) !important;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after {
  color: var(--signacare-base);
}


.main-menu .main-menu__list>li>a::before {
  content: "";
  height: 1px;
  border-radius: 0px;
  background-color: var(--signacare-secondary);
  position: absolute;
  bottom: -3px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
  background-color: var(--signacare-secondary);
}

.main-menu .main-menu__list {
  position: relative;
}

/* Floating dropdown container */
.main-menu .floating-dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border-radius: var(--border-radius-button);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: 1000;
  transition: transform 0.2s ease;
}

.fixed-header .main-menu .floating-dropdown-container {
  background-color: rgb(255, 255, 255);
}

.main-menu .floating-dropdown-container .dropdown-menu {
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;

  box-shadow: none;
  backdrop-filter: none;
}

/* Individual dropdown menus */
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu__container {
  position: relative;
}


.floating-dropdown-container.show {
  opacity: 1;
  visibility: visible;
}



.floating-dropdown-container .dropdown-menu {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 38px -10px rgba(22, 23, 24, 0.35),
              0 10px 20px -15px rgba(22, 23, 24, 0.2);
  background-color: rgb(255, 255, 255);
  color: var(--signacare-white);
  backdrop-filter: blur(10px);
  padding: 6px;
  min-width: 220px;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.fixed-header .floating-dropdown-container .dropdown-menu {
  background-color: rgb(255, 255, 255);
  color: var(--signacare-black);
}

.floating-dropdown-container .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}

.floating-dropdown-container .dropdown-item {
  padding: 8px 12px;
  display: block;
  color: var(--signacare-white);
  transition: all 0.15s ease;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  margin: 1px 0;
  position: relative;
  user-select: none;
  min-width: 160px;
}

.fixed-header .floating-dropdown-container .dropdown-item {
  color: var(--signacare-base);
}

.floating-dropdown-container .dropdown-item:hover {
  background-color: var(--signacare-base);
  color: #fff;
}

.floating-dropdown-container .dropdown-item:active {
  background-color: var(--signacare-base);
  color: #fff;
  transform: scale(0.97);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 17px;
  line-height: 30px;
  color: var(--signacare-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--signacare-base);
  color: var(--signacare-white);
}

.main-menu .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}



.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--signacare-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--signacare-base);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--signacare-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--signacare-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-menu-visible .mobile-nav__wrapper {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  background: #ffffff;
  z-index: 9999;
  overflow-y: auto;
  transition: all 500ms ease;
  transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
}

.mobile-menu-visible .mobile-nav__content {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}

.mobile-nav__content .main-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav__content .main-menu__list li {
  border-bottom: 1px solid #f0f0f0;
}

.mobile-nav__content .main-menu__list li:last-child {
  border-bottom: none;
}

.mobile-nav__content .main-menu__list li a {
  display: block;
  padding: 15px 0;
  color: var(--signacare-text-dark);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 300ms ease;
  border: none;
}

.mobile-nav__content .main-menu__list li a:hover {
  color: var(--signacare-base);
  padding-left: 10px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-nav__close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--signacare-base);
  color: white;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}

.mobile-nav__close:hover {
  background: var(--signacare-black);
  transform: scale(1.1);
}

.mobile-nav__top .main-menu__login a {
  color: var(--signacare-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
  margin-top: 20px;
}

.mobile-nav__social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--signacare-text-dark);
  background: #f8f9fa;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.mobile-nav__social a+a {
  margin-left: 0;
}

.mobile-nav__social a:hover {
  color: var(--signacare-white);
  background: var(--signacare-base);
  transform: translateY(-2px);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.mobile-nav__contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav__contact li {
  color: var(--signacare-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: var(--signacare-text-dark);
  -webkit-transition: 500ms;
  transition: 500ms;
  text-decoration: none;
}

.mobile-nav__contact li a:hover {
  color: var(--signacare-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--signacare-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 180px;
  background-color: #F8FBF3;
  z-index: 1;
}

.main-menu-two__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  padding: 24px 0;
}

.main-menu-two__main-menu-two-box {
  position: relative;
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20.5px 0;
}


.main-menu-two__nav-sidebar-icon {
  position: relative;
  display: block;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(var(--signacare-black-rgb), .20);
  height: 55px;
  width: 55px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-one {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--signacare-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-two {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--signacare-base);
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-three {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--signacare-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one,
.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-two,
.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
  background-color: var(--signacare-black);
}

.main-menu-two__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 25px;
  z-index: 2;
}

.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  background-color: var(--signacare-base);
  border-radius: 50%;
  font-size: 20px;
  color: var(--signacare-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-icon:hover {
  background-color: var(--signacare-black);
}

.main-menu-two__call-content {
  margin-left: 10px;
}

.main-menu-two__call-sub-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: var(--signacare-gray);
}

.main-menu-two__call-number {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
  font-family: var(--signacare-font);
}

.main-menu-two__call-number a {
  color: var(--signacare-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--signacare-base);
}



.main-menu-two {
  background-color: var(--signacare-white);
}

.main-menu-two .main-menu__list>li {
  padding-top: 34px;
  padding-bottom: 34px;
}

.main-menu-two .main-menu__list>li>a {
  color: var(--signacare-black);
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
  color: var(--signacare-black);
}

.main-menu-two .main-menu__list>li.current>a::after,
.main-menu-two .main-menu__list>li:hover>a::after {
  color: var(--signacare-base);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a {
  color: var(--signacare-base);
}

.main-menu-two .main-menu__list>li>a::before {
  background-color: var(--signacare-base);
}




/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--signacare-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--signacare-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:after {
  background-color: var(--signacare-black);
  border-radius: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--signacare-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--signacare-white);
}


/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

.main-slider__slide {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.main-slider__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5));
  z-index: -1;
}

.active .main-slider__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-slider__bg-two {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 51.2%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 2;
}

.main-slider__shape-1 {
  position: absolute;
  top: 0;
  right: 183px;
  z-index: 1;
}

.main-slider__shape-1 img {
  width: auto !important;
}

.main-slider__shape-2 {
  position: absolute;
  bottom: -15px;
  right: 727px;
  z-index: 2;
}

.main-slider__shape-2 img {
  width: auto !important;
}

.main-slider__shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.main-slider__shape-3 img {
  width: auto !important;
}

.main-slider__shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.main-slider__shape-4 img {
  width: auto !important;
}

.main-slider__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  /* max-width: 800px; */
  margin: 0 auto;
  z-index: 10;
}

.main-slider__title {
  font-size: 72px;
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 24px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.02em;
}

.main-slider__text {
  font-size: 20px;
  line-height: 1.6;
  color: var(--signacare-white);
  margin-bottom: 40px;
  opacity: 0.9;
  font-weight: 300;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.main-slider__btn-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.main-slider__btn {
  min-width: 160px;
  text-align: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--signacare-white);
}

.main-slider__btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--signacare-white);
}



@media (max-width: 991px) {
  .main-slider__title {
    font-size: 48px;
  }
  
  .main-slider__projects-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .main-slider {
    min-height: 600px;
  }
  
  .main-slider__title {
    font-size: 36px;
  }
  
  .main-slider__text {
    font-size: 18px;
  }
  
  .main-slider__btn-group {
    flex-direction: column;
  }
  
  .main-slider__projects-grid {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.main-slider__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 25px;
  z-index: 2;
}

.main-slider__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 60px;
  color: var(--signacare-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider__call-content {
  margin-left: 15px;
}

.main-slider__call-sub-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--signacare-white);
}

.main-slider__call-number {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 10px;
}

.main-slider__call-number a {
  color: var(--signacare-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider__call-number a:hover {
  color: var(--signacare-base);
}

.swiper-slide-active .main-slider__sub-title,
.swiper-slide-active .main-slider__title,
.swiper-slide-active .main-slider__btn-and-call-box,
.swiper-slide-active .main-slider__text {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}


.main-slider .owl-theme .owl-dots {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 56%;
  left: 0;
  right: 0;
  padding: 0 150px;
  margin: 0 auto !important;
  height: 0;
  line-height: 0;
  transform: translateY(-50%);
}

.main-slider .owl-theme .owl-dots .owl-dot+.owl-dot {
  margin-top: 15px;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(var(--signacare-base-rgb), 1);
  border: 2px solid transparent;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider .owl-theme .owl-dots .owl-dot:hover span,
.main-slider .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgba(var(--signacare-base-rgb), 0);
  border: 2px solid var(--signacare-base);
}



/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/
.banner-one {
  position: relative;
  display: block;
  padding: 70px 0 285px;
  background-color: var(--signacare-black);
  z-index: 1;
  border-radius: var(--border-radius-container);
}

.banner-one__shape-1 {
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  opacity: .10;
  z-index: -1;
}

.banner-one__shape-1 img {
  width: auto;
}

.banner-one__side-text {
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  color: var(--signacare-white);
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  right: 140px;
  bottom: 95px;
  z-index: 2;
}

.banner-one__side-text:before {
  content: "";
  position: absolute;
  top: -240px;
  left: 3px;
  width: 2px;
  height: 200px;
  background-color: var(--signacare-black);
}

.banner-one__side-text:after {
  content: "";
  position: absolute;
  top: -42px;
  left: 1px;
  width: 6px;
  height: 6px;
  background-color: var(--signacare-black);
  border-radius: 50%;
}

.banner-one__left {
  position: relative;
  display: block;
  z-index: 1;
}

.banner-one__title {
  font-size: 60px;
  font-weight: 700;
  color: var(--signacare-white);
  line-height: 72px;
}

.banner-one__text {
  color: var(--signacare-white);
  margin-top: 18px;
  margin-bottom: 40px;
}

.banner-one__btn-box {
  position: relative;
  display: block;
}

.banner-one__btn:hover {
  color: var(--signacare-base);
}

.banner-one__btn:before {
  background-color: var(--signacare-white);
}

.banner-one__right {
  position: relative;
  display: block;
  padding-top: 71px;
  padding-left: 40px;
  margin-left: -30px;
  z-index: 1;
}

.banner-one__right:before {
  content: "";
  position: absolute;
  top: -70px;
  bottom: -374px;
  left: 0;
  right: -1000000px;
  background-color: var(--signacare-base);
  z-index: -1;
}

.banner-one__right-title {
  font-size: 90px;
  color: rgba(var(--signacare-white-rgb), .10);
  line-height: 82px;
  font-weight: 700;
  text-transform: capitalize;
}


/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  z-index: 1;
  border-radius: var(--border-radius-container);
}

.about-one__left {
  position: relative;
  display: block;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img {
  position: relative;
  display: block;
}

.about-one__img img {
  width: 100%;
  border-radius: 5px;
}

.about-one__happy-client {
  position: absolute;
  max-width: 330px;
  width: 100%;
  background-color: var(--signacare-base);
  border-radius: 5px;
  padding: 30px 30px 30px;
  bottom: 20px;
  left: 20px;
}

.about-one__happy-client-inner {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__happy-client-count {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__happy-client-count h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  color: var(--signacare-white);
}

.about-one__happy-client-plus {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  color: var(--signacare-white);
  font-family: var(--signacare-font-two);
}

.about-one__happy-client-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  color: var(--signacare-white);
  font-family: var(--signacare-font-two);
}

.about-one__happy-client-text-2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  color: var(--signacare-white);
  font-family: var(--signacare-font-two);
}

.about-one__experience {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 245px;
  left: -326px;
  transform: rotate(-90deg);
  background-color: var(--signacare-primary);
  border-radius: 5px;
  padding: 17px 33px 17px;
}

.about-one__experience-count {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__experience-count h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
}

.about-one__experience-plus {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  color: var(--signacare-black);
  font-family: var(--signacare-font-two);
}

.about-one__experience-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  color: var(--signacare-black);
  font-family: var(--signacare-font-two);
}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 80px;
  margin-top: 40px;
}

.about-one__right .section-title {
  margin-bottom: 20px;
}

.about-one__points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-one__points-list {
  position: relative;
  display: block;
}

.about-one__points-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__points-list li+li {
  margin-top: 20px;
}

.about-one__points-list li .icon {
  position: relative;
  display: inline-block;
}

.about-one__points-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--signacare-base);
}

.about-one__points-list li p {
  color: rgba(0, 0, 0, 0.80);
  font-family: var(--signacare-font-two);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-left: 20px;
}

.about-one__points-list-2 {
  margin-left: 70px;
}

.about-one__btn-box {
  position: relative;
  display: block;
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.feature-one__inner {
  position: relative;
  display: block;
}

.feature-one__tab-box {
  position: absolute;
  right: 0;
  top: -128px;
}

.feature-one__tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--signacare-white);
  padding: 5px;
  border-radius: 5px;
}

.feature-one__tab-box .tab-buttons .tab-btn {
  position: relative;
  display: block;
  z-index: 1;
  flex: 1;
  text-align: center;
}

.feature-one__tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-left: 0;
}

.feature-one__tab-btn {
  position: relative;
  display: block;
  padding: 15px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.feature-one__tab-btn span {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--signacare-black);
  transition: color 0.3s ease;
}

.feature-one__tab-box .tab-buttons::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  height: calc(100% - 10px);
  width: calc(50% - 5px);
  background-color: var(--signacare-base);
  border-radius: 5px;
  transition: transform 0.3s ease;
  transform: translateX(var(--slider-position));
}

.feature-one__tab-box .tab-buttons .tab-btn.active-btn .feature-one__tab-btn span {
  color: var(--signacare-white);
}

.feature-one__bottom {
  position: relative;
  display: block;
}

.feature-one__bottom .tabs-content {
  position: relative;
  display: block;
}

.feature-one__bottom .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.feature-one__bottom .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.feature-one__feature-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.feature-one__feature-list li {
  position: relative;
  display: block;
  text-align: center;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.feature-one__single {
  position: relative;
  display: block;
  border-radius: 5px;
  border: 1px solid var(--signacare-bdr-color);
  padding: 25px 25px 25px;
  min-height: 200px;
  font-size: 14px;
}

.feature-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
}


.feature-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: white;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.feature-one__feature-list li:hover .feature-one__icon span {
  transform: scale(0.9);
}

.feature-one__title { 
  margin-top: 7px;
}



/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.services-one::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 418px;
  background-color: var(--signacare-primary);
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-one__img-box {
  position: relative;
  display: block;
}

.services-one__img {
  position: relative;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.services-one__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--signacare-black-rgb), .50);
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__single:hover .services-one__img::before {
  transform: translateY(0);
  width: 100%;
}

.services-one__img img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.services-one__single:hover .services-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.services-one__icon {
  position: absolute;
  bottom: -48px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: var(--signacare-base);
  border-radius: 50%;
  z-index: 2;
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--signacare-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
  transform: scale(0.9);
}

.services-one__content {
  position: relative;
  display: block;
  border-radius: 0px 0px 5px 5px;
  background-color: var(--signacare-white);
  padding: 40px 40px 40px;
}

.services-one__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 46px;
}

.services-one__title a {
  color: var(--signacare-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__title a:hover {
  color: var(--signacare-base);
}

.services-one__text {
  color: var(--signacare-black);
  margin-top: 10px;
  margin-bottom: 40px;
}

.services-one__btn-box {
  position: relative;
  display: block;
}

.services-one__btn {
  background-color: transparent;
  border: 1px solid var(--signacare-bdr-color);
  color: var(--signacare-black);
  padding: 19px 29px 17px;
}

.services-one__btn:hover {
  border: 1px solid var(--signacare-base);
  color: var(--signacare-black);
}

.services-one__btn:hover span {
  color: var(--signacare-base);
}

.services-one__btn::before {
  background-color: transparent;
}

/*--------------------------------------------------------------
# Storage One
--------------------------------------------------------------*/
.storage-one {
  position: relative;
  display: block;
  padding: 0 0 112px;
  background-color: var(--signacare-primary);
  z-index: 1;
}

.storage-one__bottom {
  position: relative;
  display: block;
  margin-bottom: 80px;
}

.storage-one__carousel {
  position: relative;
  display: block;
  overflow: visible !important;
}

.storage-one__single {
  position: relative;
  display: block;
}

.storage-one__img-box {
  position: relative;
  display: block;
}

.storage-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.storage-one__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  border: 1px solid #696969;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, rgba(17, 17, 17, 0.92) 100%);
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(540px) rotateX(-10deg);
  -ms-transform: perspective(540px) rotateX(-10deg);
  transform: perspective(540px) rotateX(-10deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: 1;
}

.storage-one__single:hover .storage-one__img::before {
  opacity: 1;
  -webkit-transform: perspective(540px) rotateX(0deg);
  -ms-transform: perspective(540px) rotateX(0deg);
  transform: perspective(540px) rotateX(0deg);
}

.storage-one__img img {
  width: 100%;
  border-radius: 5px;
  transform: scale(1.01);
  transition: transform .5s cubic-bezier(.27, .48, .45, .94);
  transform-origin: 70% 80%
}

.storage-one__single:hover .storage-one__img img {
  transform: scale(1.036);
  transition-duration: .9s
}

.storage-one__content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 6px;
  text-align: center;
  background-position: center top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.storage-one__single:hover .storage-one__content {
  transform: scaleY(1.0);
}

.storage-one__icon {
  position: relative;
  display: inline-block;
}

.storage-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--signacare-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.storage-one__icon:hover span {
  transform: scale(0.9);
}

.storage-one__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 4px;
  margin-bottom: 15px;
}

.storage-one__title a {
  color: var(--signacare-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.storage-one__title a:hover {
  color: var(--signacare-base);
}

.storage-one__text {
  color: var(--signacare-white);
}

.storage-one__arrow {
  position: relative;
  display: inline-block;
}

.storage-one__arrow a {
  position: relative;
  display: inline-block;
  font-size: 48px;
  color: var(--signacare-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.storage-one__arrow a:hover {
  color: var(--signacare-white);
}

.storage-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.storage-one__carousel.owl-carousel .owl-item {
  opacity: 1;
  visibility: visible;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.storage-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.storage-one__carousel.owl-theme .owl-nav {
  position: absolute;
  margin: 0;
  right: 0;
  top: -120px;
}

.storage-one__carousel.owl-theme .owl-nav .owl-next {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--signacare-black);
  border: 1px solid var(--signacare-bdr-color);
  font-size: 16px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.storage-one__carousel.owl-theme .owl-nav .owl-prev {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--signacare-black);
  border: 1px solid var(--signacare-bdr-color);
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  transform: rotate(-180deg);
}

.storage-one__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.storage-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

.storage-one__carousel.owl-theme .owl-nav .owl-next span,
.storage-one__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.storage-one__carousel.owl-theme .owl-nav .owl-next:hover,
.storage-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--signacare-base);
  border: 1px solid var(--signacare-base);
  color: var(--signacare-white);
}

.storage-one__bottom-text {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  text-align: center;
  justify-content: center;
}

.storage-one__bottom-text>a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--signacare-base);
  margin-left: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.storage-one__bottom-text>a:hover {
  color: var(--signacare-black);
}

.storage-one__bottom-text>a>span {
  font-size: 12px;
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Process One
--------------------------------------------------------------*/
.process-one {
  position: relative;
  display: block;
  counter-reset: count;
  padding: 120px 0 120px;
  z-index: 1;
}

.process-one__left {
  position: relative;
  display: block;
  margin-right: 30px;
}

.process-one__left .section-title {
  margin-bottom: 20px;
}

.process-one__process-list {
  position: relative;
  display: block;
  margin-top: 29px;
}

.process-one__process-list li {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--signacare-bdr-color);
  padding: 30px 112px 26px;
}

.process-one__process-list li+li {
  margin-top: 20px;
}

.process-one__process-list li .icon {
  position: relative;
  display: inline-block;
}

.process-one__process-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--signacare-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.process-one__process-list li:hover .icon span {
  transform: scale(0.9);
}

.process-one__process-list li h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-left: 48px;
}

.process-one__process-list li h3 a {
  color: var(--signacare-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.process-one__process-list li h3 a:hover {
  color: var(--signacare-base);
}

.process-one__count {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: var(--signacare-primary);
}

.process-one__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  counter-increment: count;
  content: "0"counter(count);
  color: var(--signacare-gray);
  text-align: center;
  font-family: var(--signacare-font-two);
}

.process-one__right {
  position: relative;
  display: block;
}

.process-one__img-box {
  position: relative;
  display: block;
  margin-left: 15px;
  margin-top: 100px;
}

.process-one__img-box::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -15px;
  right: 21px;
  bottom: 56px;
  border: 3px solid var(--signacare-base);
  border-radius: 5px;
  z-index: -1;
}

.process-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.process-one__img::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.process-one__img:hover::after {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.process-one__img img {
  width: 100%;
  border-radius: 5px;
}

.process-one__img-box-2 {
  position: relative;
  display: block;
}

.process-one__img-2 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.process-one__img-2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .3);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.process-one__img-2:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.process-one__img-2 img {
  width: 100%;
  border-radius: 5px;
}

.process-one__img-3 {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.process-one__img-3::before {
  position: absolute;
  top: 0;
  left: -95%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.process-one__img-3:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.process-one__img-3 img {
  width: 100%;
  border-radius: 5px;
}

.process-one__count-box {
  position: absolute;
  right: -103px;
  bottom: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  background-color: var(--signacare-base);
  border-radius: 50%;
  flex-direction: column;
  text-align: center;
  z-index: 2;
}

.process-one__count-box::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px dashed var(--signacare-white);
  border-radius: 50%;
}

.process-one__count-text {
  color: var(--signacare-white);
}

.process-one__count-2 {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 6px;
}

.process-one__count-2 h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: var(--signacare-white);
}

.process-one__count-plus {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: var(--signacare-white);
  font-family: var(--signacare-font-two);
}

/*--------------------------------------------------------------
# Message One
--------------------------------------------------------------*/
.message-one {
  position: relative;
  display: block;
  margin-left: 90px;
  margin-right: 90px;
  padding: 30px 0 25px;
  z-index: 1;
}

.message-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background-color: var(--signacare-primary);
  z-index: -1;
  opacity: 0.9;
}

.message-one .section-title__tagline {
  color: var(--signacare-base);
}

.message-one .section-title__title {
  color: var(--signacare-black);
}

.message-one__inner {
  position: relative;
  display: block;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.message-one__single {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--signacare-base);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 12px 20px 12px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.message-one__single:hover {
  background-color: var(--signacare-white);
  border-color: var(--signacare-secondary);
  transform: translateY(-2px);
}

.message-one__icon {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.message-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--signacare-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.message-one__single:hover .message-one__icon span {
  transform: scale(0.9);
  color: var(--signacare-secondary);
}

.message-one__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-left: 20px;
}

.message-one__title a {
  color: var(--signacare-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.message-one__title a:hover {
  color: var(--signacare-secondary);
}

.message-one__bottom {
  position: relative;
  display: block;
  max-width: 872px;
  width: 100%;
  margin: 15px auto 0;
}

.message-one__form {
  position: relative;
  display: block;
}

.message-one__form-input-box {
  position: relative;
  display: block;
}

.message-one__form-input-box input[type="text"] {
  height: 86px;
  width: 100%;
  outline: none;
  font-size: 18px;
  color: var(--signacare-black);
  font-weight: 400;
  padding-right: 250px;
  padding-left: 40px;
  border-radius: 5px;
  border: 1px solid var(--signacare-base);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.message-one__form-input-box input[type="text"]:focus {
  border-color: var(--signacare-secondary);
  background-color: var(--signacare-white);
}

.message-one__form-input-box input[type="text"]::placeholder {
  color: var(--signacare-gray);
}

.message-one__btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  background-color: var(--signacare-secondary);
}

.message-one__btn:hover {
  color: var(--signacare-white);
  background-color: var(--signacare-black);
}

.message-one__btn::before {
  background-color: var(--signacare-black);
}

.message-one__bottom-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--signacare-gray);
  margin-top: 20px;
}

.message-one__bottom-text a {
  color: var(--signacare-base);
  transition: all 0.3s ease;
}

.message-one__bottom-text a:hover {
  color: var(--signacare-secondary);
}

/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/
.pricing-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.pricing-one__top {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.pricing-one__top .section-title {
  margin-bottom: 0px;
}

.pricing-one__top-text {
  margin-top: 70px;
}

.pricing-one__single {
  position: relative;
  display: block;
  border: 2px solid rgba(var(--signacare-gray-rgb), .20);
  border-radius: 5px;
  background-color: var(--signacare-white);
  padding: 38px 50px 40px;
  margin-bottom: 30px;
}

.pricing-one__icon {
  position: absolute;
  top: 40px;
  right: 20px;
}

.pricing-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: rgba(var(--signacare-black-rgb), .50);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.pricing-one__single:hover .pricing-one__icon span {
  transform: scale(0.9);
}

.pricing-one__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 46px;
  color: var(--signacare-gray);
}

.pricing-one__price {
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  color: var(--signacare-base);
  margin-top: 21px;
  margin-bottom: 91px;
}

.pricing-one__price>span {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--signacare-font);
  color: var(--signacare-black);
  position: relative;
  top: 6px;
  left: 10px;
}

.pricing-one__points {
  position: relative;
  display: block;
}

.pricing-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-one__points li .icon {
  position: relative;
  display: inline-block;
}

.pricing-one__points li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--signacare-base);
}

.pricing-one__points li p {
  margin-left: 10px;
  font-weight: 600;
  font-family: var(--signacare-font-two);
}

.pricing-one__points li+li {
  margin-top: 14px;
}

.pricing-one__btn-box {
  margin-top: 40px;
}

.pricing-one__btn {
  padding: 19px 29px 17px;
  background-color: transparent;
  border: 1px solid var(--signacare-base);
  color: var(--signacare-black);
}

.pricing-one__btn:hover {
  border: 1px solid var(--signacare-base);
}

.pricing-one__btn::before {
  background-color: var(--signacare-base);
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.project-one .container {
  max-width: 1750px;
}

.project-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-one__img {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

.project-one__img img {
  width: 100%;
  border-radius: 5px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.project-one__single:hover .project-one__img img {
  transform: scale(1.06) rotate(0deg);
}

.project-one__content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  border-radius: 5px;
  background-color: var(--signacare-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 6px 6px;
  padding-left: 30px;
  background-position: center top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.project-one__single:hover .project-one__content {
  transform: scaleY(1.0);
}

.project-one__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.project-one__title>a {
  color: #24231D;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__title>a:hover {
  color: var(--signacare-base);
}

.project-one__plus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  background-color: var(--signacare-base);
  border-radius: 5px;
  font-size: 27px;
  color: var(--signacare-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__plus:hover {
  color: var(--signacare-white);
  background-color: var(--signacare-black);
}

/*--------------------------------------------------------------
# Product One
--------------------------------------------------------------*/
.product-one {
  position: relative;
  display: block;
  background-color: var(--signacare-primary);
  padding: 120px 0 120px;
  z-index: 1;
}

.product-one__left {
  position: relative;
  display: block;
  margin-right: 93px;
}

.product-one__left .section-title {
  margin-bottom: 20px;
}

.product-one__left .section-title__tagline {
  color: var(--signacare-base);
}

.product-one__left .section-title__title {
  color: var(--signacare-black);
}

.product-one__text {
  color: var(--signacare-gray);
}

.product-one__img {
  position: relative;
  display: block;
  margin-top: 46px;
}

.product-one__img img {
  width: 100%;
  border-radius: 5px;
}

.product-one__right {
  position: relative;
  display: block;
}

.product-one__form {
  position: relative;
  display: block;
  background-color: var(--signacare-base);
  padding: 60px 50px 60px;
  border-radius: 5px;
}

.product-one__single-list {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.product-one__single-list .select-box select.wide {
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid rgba(var(--signacare-white-rgb), .30);
  color: var(--signacare-white);
  font-size: 18px;
  font-weight: 400;
  height: 70px;
  line-height: 70px;
  padding-left: 26px;
  padding-right: 40px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
}

.product-one__btn-box {
  position: relative;
  display: block;
}

.product-one__btn {
  border: none;
  width: 100%;
  background-color: var(--signacare-white);
  color: var(--signacare-black);
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.testimonial-one__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .20;
  z-index: -1;
}

.testimonial-one .section-title {
  margin-bottom: 20px;
}

.testimonial-one__bottom {
  position: relative;
  display: block;
  margin-top: 60px;
}

.testimonial-one__single {
  position: relative;
  display: block;
  background-color: var(--signacare-primary);
  border-radius: 5px;
  padding: 40px 40px 40px;
  z-index: 1;
}

.testimonial-one__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .20;
  z-index: -1;
}

.testimonial-one__shape-1 img {
  width: auto;
}

.testimonial-one__ratting-and-quote {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-one__ratting {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__ratting>i {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 21px;
  color: var(--signacare-base);
}

.testimonial-one__ratting>i+i {
  margin-left: 10px;
}

.testimonial-one__ratting .icon-star-2 {
  color: var(--signacare-bdr-color);
}

.testimonial-one__quote {
  position: relative;
  display: block;
}

.testimonial-one__quote>span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: rgba(var(--signacare-base-rgb), .3);
}

.testimonial-one__single-text {
  margin-top: 19px;
  margin-bottom: 40px;
}

.testimonial-one__client-box {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  max-width: 70px;
  width: 100%;
}

.testimonial-one__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-one__client-info {
  position: relative;
  display: block;
  margin-left: 20px;
}

.testimonial-one__client-info h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-one__carousel.owl-theme .owl-nav {
  position: absolute;
  margin: 0;
  right: 0;
  top: -125px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
  height: 65px;
  width: 65px;
  line-height: 65px;
  border-radius: 10px;
  color: var(--signacare-base);
  border: 1px solid var(--signacare-base);
  background-color: var(--signacare-white);
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
  height: 65px;
  width: 65px;
  line-height: 65px;
  border-radius: 10px;
  color: var(--signacare-base);
  border: 1px solid var(--signacare-base);
  background-color: var(--signacare-white);
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 15px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 15px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--signacare-base);
  border: 1px solid var(--signacare-base);
  color: var(--signacare-white);
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding: 0px 0 90px;
  margin-bottom: 80px;
  z-index: 1;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one__img-box {
  position: relative;
  display: block;
}

.blog-one__img {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

.blog-one__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--signacare-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-one__single:hover .blog-one__img::before {
  opacity: .50;
}

.blog-one__img img {
  width: 100%;
  border-radius: 5px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-one__content {
  position: relative;
  display: block;
  border-radius: 0px 5px 5px 5px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-top: -62px;
  margin-right: 56px;
  padding: 30px 30px 19px;
  z-index: 2;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.blog-one__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__meta li {
  position: relative;
  display: block;
}

.blog-one__meta li+li {
  margin-left: 20px;
}

.blog-one__meta li a {
  color: #151718;
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__meta li a span {
  position: relative;
  margin-right: 10px;
  font-size: 15px;
  top: -2px;
}

.blog-one__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.blog-one__title a {
  color: rgba(0, 0, 0, 0.80);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__title a:hover {
  color: var(--signacare-base);
}

.blog-one__btn-box {
  position: relative;
  display: block;
}

.blog-one__btn {
  color: var(--signacare-base);
  background-color: transparent;
  padding-left: 0;
}

.blog-one__btn:hover {
  color: var(--signacare-black);
}

.blog-one__btn::before {
  background-color: transparent;
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  z-index: 2;
}

.cta-one__inner {
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 45px 0 45px;
  z-index: 1;
}

.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  z-index: -1;
}

.cta-one__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, #51AC5A 0%, #51AC5A 55.31%, rgba(81, 172, 90, 0.68) 100%);
  border-radius: 5px;
  z-index: -1;
}

.cta-one__right {
  position: relative;
  display: block;
  margin-left: 10px;
  margin-right: 80px;
}

.cta-one__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: var(--signacare-white);
}

.cta-one__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--signacare-white);
  margin-top: 7px;
  margin-bottom: 31px;
}

.cta-one__form {
  position: relative;
  display: block;
}

.cta-one__form-input-box {
  position: relative;
  display: flex;
  align-items: center;
}

.cta-one__form-input-box input[type="email"] {
  height: 60px;
  width: 360px;
  outline: none;
  font-size: 18px;
  color: var(--signacare-white);
  font-weight: 400;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  border: 1px solid var(--signacare-white);
  background-color: transparent;
  margin-right: 17px;
}

.cta-one__btn {
  border: none;
  background-color: var(--signacare-white);
  color: var(--signacare-black);
  padding: 17px 45px 15px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  /* Start of Selection */
  position: relative;
  display: block;
  background-color: var(--signacare-base);
  margin-top: -116px;
  z-index: 1;
  border-radius: 20px;
  padding: 1rem 0 0.75rem;
  margin: 1.5rem 1rem 1rem;
  /* End of Selection */
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 120px 0 79px;
  z-index: 1;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-right: -7px;
}

.footer-widget__logo {
  position: relative;
  display: block;
}

.footer-widget__about-text {
  color: rgba(var(--signacare-white-rgb), .7);
  margin-bottom: 29px;
  margin-top: 40px;
}

.footer-widget__social-list {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__social-list li {
  position: relative;
  display: block;
}

.footer-widget__social-list li+li {
  /* margin-left: 17px; */
}

.footer-widget__social-list li a {
  position: relative;
  display: inline-block;
  font-size: 19px;
  color: var(--signacare-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__social-list li a:hover {
  color: var(--signacare-secondary);
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 41px;
  margin-top: 8px;
}

.footer-widget__title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--signacare-white);
}



.footer-widget__services {
  position: relative;
  display: block;
  margin-left: 93px;
}

.footer-widget__services-list {
  position: relative;
  display: block;
}

.footer-widget__services-list li {
  position: relative;
  display: block;
}

.footer-widget__services-list li+li {
  margin-top: 20px;
}

.footer-widget__services-list li a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(var(--signacare-white-rgb), 0.7);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__services-list li a>span {
  font-size: 11px;
  margin-right: 18px;
  top: -1px;
  position: relative;
  color: var(--signacare-white)
}

.footer-widget__services-list li a:hover {
  color: var(--signacare-secondary)
}

.footer-widget__company {
  position: relative;
  display: block;
  margin-left: 43px;
}

.footer-widget__news {
  position: relative;
  display: block;
}

.footer-widget__news-list {
  position: relative;
  display: block;
}

.footer-widget__news-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__news-list li+li {
  margin-top: 38px;
}

.footer-widget__news-img {
  position: relative;
  display: block;
  max-width: 80px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}

.footer-widget__news-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: 5px;
  background-color: rgba(var(--signacare-black-rgb), .30);
  transition: all 700ms ease;
  transform: translateY(-100%);
  z-index: 1;
}

.footer-widget__news-list li:hover .footer-widget__news-img:before {
  transform: translateY(0%);
}

.footer-widget__news-img img {
  width: 100%;
  border-radius: 5px;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.footer-widget__news-list li:hover .footer-widget__news-img img {
  transform: scale(1.1) rotate(2deg);
}

.footer-widget__news-img>a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--signacare-white);
  transform: translateY(100px);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.footer-widget__news-list li:hover .footer-widget__news-img>a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.footer-widget__news-list li .footer-widget__news-img>a:hover {
  color: var(--signacare-secondary);
}

.footer-widget__news-content {
  position: relative;
  display: block;
  margin-left: 15px;
}

.footer-widget__news-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.footer-widget__news-title a {
  color: var(--signacare-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__news-title a:hover {
  color: var(--signacare-secondary);
}

.footer-widget__news-date {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(var(--signacare-white-rgb), 0.7);
  margin-top: 5px;
}

.footer-widget__news-date span {
  position: relative;
  margin-right: 4px;
  font-size: 15px;
  color: var(--signacare-base);
}

.site-footer__bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--signacare-gray-rgb), 0.2);
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 30px;
}

.site-footer__bottom-text {
  color: rgba(var(--signacare-white-rgb), 0.7);
}

.site-footer__bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__bottom-menu li {
  position: relative;
  display: block;
}

.site-footer__bottom-menu li+li {
  margin-left: 20px;
}

.site-footer__bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(var(--signacare-white-rgb), 0.7);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
  color: var(--signacare-secondary);
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  margin-top: -226px;
  padding: 0 0 90px;
  z-index: 10;
}

.feature-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.feature-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}

.feature-two__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--signacare-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.feature-two__single:hover .feature-two__img::before {
  opacity: .50;
}

.feature-two__img img {
  width: 100%;
  border-radius: 5px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.feature-two__single:hover .feature-two__img img {
  transform: scale(1.05) rotate(0deg);
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  padding: 0 0 120px;
  z-index: 1;
}

.about-two__left {
  position: relative;
  display: block;
}

.about-two__left .section-title-two {
  margin-bottom: 20px;
}

.about-two__points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.about-two__points {
  position: relative;
  display: block;
}

.about-two__points-2 {
  margin-left: 38px;
}

.about-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__points li+li {
  margin-top: 20px;
}

.about-two__points-shape {
  position: relative;
  display: block;
  width: 17px;
  height: 2px;
  background-color: var(--signacare-base);
  margin-right: 15px;
}

.about-two__points-shape::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--signacare-base);
}

.about-two__points li p {
  color: rgba(0, 0, 0, 0.80);
  font-weight: 600;
  font-family: var(--signacare-font-two);
}

.about-two__right {
  position: relative;
  display: block;
}

.about-two__img-1 {
  position: relative;
  display: block;
  margin-right: 21px;
  margin-top: 103px;
  z-index: 1;
}

.about-two__img-1>img {
  width: 100%;
  border-radius: 5px;
}

.about-two__shape-1 {
  position: absolute;
  top: -103px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.05;
  z-index: -1;
}

.about-two__shape-1>img {
  width: auto;
}

.about-two__right-right {
  position: relative;
  display: block;
  margin-left: -26px;
}

.about-two__experience-box {
  position: relative;
  display: flex;
  background-color: var(--signacare-base);
  border-radius: 5px;
  align-items: center;
  padding: 19px 20px 20px;
  margin-bottom: 28px;
}

.about-two__experience-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--signacare-black);
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-two__experience-icon:hover {
  background-color: var(--signacare-white);
}

.about-two__experience-icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--signacare-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-two__experience-icon:hover span {
  color: var(--signacare-base);
}

.about-two__experience-content-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-two__experience-content {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.about-two__experience-content h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  color: var(--signacare-white);
}

.about-two__experience-year {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  color: var(--signacare-white);
  font-family: var(--signacare-font-two);
  margin-left: 10px;
}

.about-two__experience-content-box>span {
  font-weight: 600;
  font-family: var(--signacare-font-two);
  color: var(--signacare-white);
  position: relative;
}

.about-two__img-2 {
  position: relative;
  display: block;
}

.about-two__img-2 img {
  width: 100%;
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
.feature-three {
  position: relative;
  display: block;
  background-color: var(--signacare-black);
  padding: 120px 0 112px;
  z-index: 1;
}

.feature-three__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .15;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.feature-three .section-title-two__tagline {
  color: var(--signacare-white);
}

.feature-three .section-title-two__icon span {
  color: var(--signacare-white);
}

.feature-three .section-title-two__icon-2 span {
  color: var(--signacare-white);
}

.feature-three .section-title-two__title {
  color: var(--signacare-white);
}

.feature-three__bottom {
  position: relative;
  display: block;
}

.feature-three__carousel {
  position: relative;
  display: block;
}

.feature-three__single {
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: #1D1D1D;
  text-align: center;
  padding: 58px 40px 40px;
}

.feature-three__icon {
  position: relative;
  display: inline-block;
}

.feature-three__icon::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  width: 56px;
  height: 56px;
  background-color: rgba(var(--signacare-base-rgb), 0.2);
  border-radius: 50%;
}

.feature-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--signacare-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.feature-three__single:hover .feature-three__icon span {
  transform: scale(0.9);
}

.feature-three__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 16px;
}

.feature-three__title a {
  color: var(--signacare-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-three__title a:hover {
  color: var(--signacare-base);
}

.feature-three__carousel.owl-carousel .owl-dots {
  position: relative;
  display: block;
  margin-top: 25px !important;
}

.feature-three__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--signacare-white);
  margin: 0px 5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.feature-three__carousel.owl-carousel .owl-dot.active {
  width: 40px;
  background-color: var(--signacare-base);
  border-radius: 2px;
}

.feature-three__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.feature-three__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  padding: 0 0 120px;
  z-index: 1;
}

.testimonial-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 196px;
  background-color: var(--signacare-black);
  z-index: -1;
}

.testimonial-two__inner {
  position: relative;
  display: block;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: flex;
}

.testimonial-two__img {
  position: relative;
  display: block;
}

.testimonial-two__img img {
  width: auto !important;
}

.testimonial-two__content {
  position: relative;
  display: block;
  padding-left: 105px;
  padding-top: 40px;
  padding-right: 80px;
  padding-bottom: 40px;
  background-color: #F8FBF3;
}

.testimonial-two__shape-1 {
  position: absolute;
  top: 120px;
  left: 77px;
}

.testimonial-two__shape-1 img {
  width: auto;
}

.testimonial-two__client-and-ratting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.testimonial-two__client-info {
  position: relative;
  display: block;
}

.testimonial-two__client-info h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-two__client-info p {
  color: #000;
}

.testimonial-two__ratting {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__ratting i {
  font-size: 21px;
  color: var(--signacare-base);
}

.testimonial-two__ratting i+i {
  margin-left: 12px;
}

.testimonial-two__carousel.owl-theme .owl-nav {
  position: absolute;
  margin: 0;
  bottom: 40px;
  left: 562px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--signacare-base);
  border: 1px solid var(--signacare-base);
  font-size: 16px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--signacare-base);
  border: 1px solid var(--signacare-base);
  font-size: 16px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  transform: rotate(-180deg);
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--signacare-base);
  border: 1px solid var(--signacare-base);
  color: var(--signacare-white);
}


/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
}

.brand-one__inner {
  position: relative;
  display: block;
  padding: 19px 0 12px;
  border-top: 1px solid var(--signacare-bdr-color);
  border-bottom: 1px solid var(--signacare-bdr-color);
}

.brand-one__carousel {
  position: relative;
  display: block;
}

.brand-one__single {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.brand-one__img {
  position: relative;
  display: inline-block;
  z-index: 10;
}

.brand-one__img>img {
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.brand-one__single:hover .brand-one__img>img {
  opacity: 0.60;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.team-one__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.team-one__top .section-title-two__shape-1 img {
  width: 50px;
}

.team-one__top .section-title-two__shape-2 img {
  width: 50px;
}

.team-one__top .section-title-two {
  margin-bottom: 0;
}

.team-one__bottom {
  position: relative;
  display: block;
}

.team-one__carousel {
  position: relative;
  display: block;
}

.team-one__single {
  position: relative;
  display: flex;
  align-items: center;
}

.team-one__img img {
  width: auto !important;
}

.team-one__content {
  position: relative;
  display: block;
  padding-left: 90px;
  background-color: var(--signacare-base);
  padding-top: 150px;
  padding-bottom: 149px;
  z-index: 1;
}

.team-one__shape-1 {
  position: absolute;
  top: 50%;
  right: -315px;
  opacity: .10;
  transform: translateY(-50%);
  z-index: -1;

  -webkit-animation-name: float-bob-x-2;
  animation-name: float-bob-x-2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.team-one__shape-1 img {
  width: auto;
}

.team-one__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -10000px;
  background-color: var(--signacare-base);
  z-index: -1;
}

.team-one__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  color: var(--signacare-white);
}

.team-one__text {
  color: var(--signacare-white);
  margin-top: 20px;
  margin-bottom: 42px;
}

.team-one__social {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid rgba(var(--signacare-white-rgb), 0.2);
  width: 206px;
  justify-content: center;
  padding: 17px 10px 16px;
}

.team-one__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--signacare-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__social a:hover {
  color: var(--signacare-black);
}

.team-one__social a+a {
  margin-left: 37px;
}

.team-one__client-info {
  position: relative;
  display: block;
  margin-top: 31px;
}

.team-one__client-info h3 {
  color: var(--signacare-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.team-one__client-info p {
  color: var(--signacare-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.team-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.team-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.team-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.team-one__carousel.owl-theme .owl-nav {
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 163px;
}

.team-one__carousel.owl-theme .owl-nav .owl-next {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--signacare-white);
  border: 1px solid var(--signacare-white);
  font-size: 16px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__carousel.owl-theme .owl-nav .owl-prev {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--signacare-white);
  border: 1px solid var(--signacare-white);
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  transform: rotate(-180deg);
}

.team-one__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.team-one__carousel.owl-theme .owl-nav .owl-next span,
.team-one__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-one__carousel.owl-theme .owl-nav .owl-next:hover,
.team-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--signacare-white);
  border: 1px solid var(--signacare-white);
  color: var(--signacare-base);
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
  position: relative;
  display: block;
  padding: 0 0 112px;
  z-index: 1;
}

.project-two__carousel-box {
  position: relative;
  display: block;
}

.project-two__carousel {
  position: relative;
  display: block;
}

.project-two__single {
  position: relative;
  display: block;
}

.project-two__img-box {
  position: relative;
  display: block;
}

.project-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.project-two__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.00) 0%, rgba(22, 22, 22, 0.92) 100%);
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(540px) rotateX(-10deg);
  -ms-transform: perspective(540px) rotateX(-10deg);
  transform: perspective(540px) rotateX(-10deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: 1;
}

.project-two__single:hover .project-two__img::before {
  opacity: 1;
  -webkit-transform: perspective(540px) rotateX(0deg);
  -ms-transform: perspective(540px) rotateX(0deg);
  transform: perspective(540px) rotateX(0deg);
}

.project-two__img img {
  width: 100%;
  border-radius: 5px;
  transform: scale(1.01);
  transition: transform .5s cubic-bezier(.27, .48, .45, .94);
  transform-origin: 70% 80%
}

.project-two__single:hover .project-two__img img {
  transform: scale(1.036);
  transition-duration: .9s
}

.project-two__bottom-text {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--signacare-black);
  justify-content: center;
  margin-top: 64px;
}

.project-two__bottom-text>a {
  color: var(--signacare-base);
  margin-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__bottom-text>a:hover {
  color: var(--signacare-black);
}

.project-two__bottom-text>a>span {
  margin-left: 10px;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Feature Four
--------------------------------------------------------------*/
.feature-four {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-right: 100px;
  background-color: var(--signacare-black);
  padding: 120px 0 305px;
  z-index: 1;
}

.feature-four__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.feature-four__single {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 2px solid rgba(var(--signacare-white-rgb), .10);
  background-color: var(--signacare-black);
  padding: 16px 20px 16px;
  margin-bottom: 30px;
}

.feature-four__icon {
  position: relative;
  display: inline-block;
}

.feature-four__icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--signacare-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.feature-four__single:hover .feature-four__icon span {
  transform: scale(0.9);
}

.feature-four__title {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.feature-four__title a {
  color: var(--signacare-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-four__title a:hover {
  color: var(--signacare-base);
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
  margin-top: -256px;
  z-index: 2;
}

.video-one__inner {
  position: relative;
  display: block;
  padding: 200px 0 200px;
  z-index: 1;
}

.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-one__video-link {
  position: relative;
  display: block;
}

.video-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 134px;
  height: 134px;
  line-height: 134px;
  text-align: center;
  font-size: 45px;
  color: var(--signacare-base);
  background-color: rgba(251, 251, 251, 0.6);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0 auto;
}

.video-one__video-icon:hover {
  background-color: var(--signacare-black);
  color: var(--signacare-white);
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--signacare-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--signacare-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--signacare-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--signacare-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-two .section-title-two__shape-1 img {
  width: 56px;
}

.blog-two .section-title-two__shape-2 img {
  width: 56px;
}

.blog-two__single {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.blog-two__img-box {
  position: relative;
  display: block;
}

.blog-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-two__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-two__single:hover .blog-two__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-two__img>a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--signacare-black-rgb), 0.4);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--thm-base);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
}

.blog-two__img>a>span {
  position: relative;
}

.blog-two__img>a>span::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: var(--signacare-base);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.blog-two__img>a>span::after {
  content: '';
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background-color: var(--signacare-base);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-two__img>a:hover>span::before,
.blog-two__img>a:hover>span::after {
  background-color: var(--signacare-white);
}

.blog-two__single:hover .blog-two__img>a {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.blog-two__date {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--signacare-base);
  padding: 11px 17px 11px;
  z-index: 2;
}

.blog-two__date p {
  color: var(--signacare-white);
}

.blog-two__content {
  position: relative;
  display: block;
  padding-top: 20px;
}

.blog-two__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 21px;
}

.blog-two__title a {
  color: rgba(0, 0, 0, 0.80);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__title a:hover {
  color: var(--signacare-base);
}

.blog-two__btn {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  font-family: var(--signacare-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__btn:hover {
  color: var(--signacare-black);
}

.blog-two__btn span {
  margin-left: 10px;
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
  position: relative;
  display: block;
  z-index: 2;
}

.cta-two__inner {
  position: relative;
  display: block;
  background-color: var(--signacare-base);
  padding: 36px 110px 36px;
}

.cta-two__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-two__list li {
  position: relative;
  display: flex;
  align-items: center;
}

.cta-two__list li .icon {
  position: relative;
  display: inline-block;
  top: 3px;
}

.cta-two__list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 21px;
  color: var(--signacare-white);
}

.cta-two__list li p {
  margin-left: 20px;
  color: var(--signacare-white);
}

.cta-two__list li p a {
  color: var(--signacare-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cta-two__list li p a:hover {
  color: var(--signacare-black);
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  position: relative;
  display: block;
  background-color: var(--signacare-base);
  margin-top: -47px;
  z-index: 1;
}

.site-footer-two__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .10;
  z-index: -1;
}

.site-footer-two__shape-1 img {
  width: 100%;
}

.site-footer-two .site-footer__top {
  padding: 127px 0 79px;
}

.site-footer-two .footer-widget__services {
  margin-left: 50px;
}

.site-footer-two .footer-widget__news {
  margin-left: -48px;
}

.site-footer-two .footer-widget__news-img {
  border-radius: 0;
}

.site-footer-two .footer-widget__news-img img {
  border-radius: 0;
}

.site-footer-two .footer-widget__news-img:before {
  border-radius: 0;
}

.footer-widget__newsletter {
  position: relative;
  display: block;
  margin-left: -11px;
}

.footer-widget__newsletter-text {
  color: #E0E0E0;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
  margin-top: 30px;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
  height: 66px;
  width: 100%;
  border: none;
  outline: none;
  color: var(--signacare-white);
  background-color: transparent;
  border: 1px solid var(--signacare-gray);
  padding-right: 85px;
  padding-left: 20px;
  border-radius: 0;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 76px;
  bottom: 0;
  border: 0;
  background-color: var(--signacare-base);
  transition: all 500ms ease;
  padding: 0;
  font-size: 18px;
  color: var(--signacare-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-widget__newsletter-btn:hover {
  color: var(--signacare-base);
  background-color: var(--signacare-white);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  background-color: var(--signacare-black);
  overflow: hidden;
  z-index: 1;
}

.page-header__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 85px;
  opacity: .10;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 42px;
  color: var(--signacare-base);
  line-height: 1.2;
  font-weight: 700;
}

.thm-breadcrumb__inner {
  position: relative;
  display: block;
  margin-top: 20px;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 700;

  font-family: var(--signacare-font-two);
}

.thm-breadcrumb li+li {
  margin-left: 12px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 700;
  font-family: var(--signacare-font-two);
  text-transform: capitalize;
}

.thm-breadcrumb li:hover a {
  color: var(--signacare-base);
  opacity: 1;
}

.thm-breadcrumb li span {
  font-size: 12px;
  color: var(--signacare-base);
}

/*--------------------------------------------------------------
# Storage Two
--------------------------------------------------------------*/
.storage-two {
  padding: 120px 0 112px;
}

/*--------------------------------------------------------------
# Product Two
--------------------------------------------------------------*/
.product-two {
  background-color: #F8FBF3;
}

.product-two .section-title__tagline {
  color: var(--signacare-black);
}

.product-two .section-title__title {
  color: var(--signacare-black);
}

.product-two .product-one__text {
  color: var(--signacare-gray);
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
  padding: 120px 0 120px;
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-page .services-one__content {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.services-details {
  position: relative;
  display: block;

  counter-reset: count;
}

.services-details__top-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  margin-bottom: 43px;
}

.services-details__top-title::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 70px;
  height: 3px;
  border-radius: 5px;
  background-color: var(--signacare-base);
}

.services-details__inner {
  position: relative;
  display: block;
}

.services-details__tab-box {
  position: relative;
  display: block;
}

.services-details__tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

.services-details__tab-box .tab-buttons .tab-btn {
  position: relative;
  text-align: center;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  z-index: 1;
}

.services-details__tab-box .tab-buttons .tab-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F8FBF3;
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.services-details__tab-box .tab-buttons .tab-btn::after {
  content: "";
  position: absolute;
  height: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--signacare-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.services-details__tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-left: 0;
}

.services-details__tab-btn {
  position: relative;
  display: block;
  padding: 40px 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-details__tab-btn span {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #111;
  font-family: var(--signacare-font-two);
}

.services-details__tab-box .tab-buttons .tab-btn.active-btn:before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-details__tab-box .tab-buttons .tab-btn.active-btn::after {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-details__tab-box .tab-buttons .tab-btn.active-btn .feature-one__tab-btn span {
  color: var(--signacare-black);
}

.services-details__bottom {
  position: relative;
  display: block;
  margin-top: 60px;
}

.services-details__bottom .tabs-content {
  position: relative;
  display: block;
}

.services-details__bottom .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.services-details__bottom .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.services-details__left {
  position: relative;
  display: block;
}

.services-details__img-1 {
  position: relative;
  display: block;
}

.services-details__img-1 img {
  width: 100%;
  border-radius: 5px;
}

.services-details__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -40px;
  right: 40px;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background-color: var(--signacare-base);
}

.services-details__icon>span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--signacare-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-details__icon:hover span {
  transform: scale(0.9);
}

.services-details__title-1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
}

.services-details__points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.services-details__points {
  position: relative;
  display: block;
}

.services-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__points li+li {
  margin-top: 22px;
}

.services-details__points li .icon {
  position: relative;
  display: inline-block;
}

.services-details__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--signacare-base);
}

.services-details__points li p {
  margin-left: 16px;
  font-weight: 600;
  font-family: var(--signacare-font-two);
  color: var(--signacare-black);
}

.services-details__points-2 {
  margin-left: 210px;
}

.services-details__text-3 {
  margin-top: 30px;
  margin-bottom: 62px;
}

.services-details__text-1 {
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.8;
  color: var(--signacare-gray);
}

.services-details__text-1 p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--signacare-gray);
}

.services-details__text-1 p:last-child {
  margin-bottom: 0;
}

.services-details__text-1 h2 {
  font-size: 27px !important;
  font-weight: 700;
  line-height: 40.5px;
  text-wrap-mode: wrap;
  white-space-collapse: preserve;
}

.services-details__text-1 h2,
.services-details__text-1 h3,
.services-details__text-1 h4,
.services-details__text-1 h5,
.services-details__text-1 h6 {
  color: var(--signacare-black);
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.services-details__text-1 h1 { font-size: 28px; }
.services-details__text-1 h2 { font-size: 24px; }
.services-details__text-1 h3 { font-size: 20px; }
.services-details__text-1 h4 { font-size: 18px; }
.services-details__text-1 h5 { font-size: 16px; }
.services-details__text-1 h6 { font-size: 14px; }

.services-details__text-1 ul,
.services-details__text-1 ol {
  margin: 20px 0;
  padding-left: 20px;
}

.services-details__text-1 ul li,
.services-details__text-1 ol li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--signacare-gray);
}

.services-details__text-1 ul li:last-child,
.services-details__text-1 ol li:last-child {
  margin-bottom: 0;
}

.services-details__text-1 ul li {
  list-style-type: disc;
}

.services-details__text-1 ol li {
  list-style-type: decimal;
}

.services-details__text-1 strong,
.services-details__text-1 b {
  color: var(--signacare-black);
  font-weight: 600;
}

.services-details__text-1 em,
.services-details__text-1 i {
  font-style: italic;
}

.services-details__text-1 a {
  color: var(--signacare-base);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.services-details__text-1 a:hover {
  color: var(--signacare-secondary);
}

.services-details__text-1 blockquote {
  margin: 30px 0;
  padding: 20px;
  border-left: 4px solid var(--signacare-base);
  background-color: var(--signacare-primary);
  font-style: italic;
}

.services-details__text-1 blockquote p {
  margin-bottom: 0;
  color: var(--signacare-black);
}

.services-details__text-1 hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid var(--signacare-border);
}

.services-details__text-1 table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

.services-details__text-1 table th,
.services-details__text-1 table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid var(--signacare-border);
}

.services-details__text-1 table th {
  background-color: var(--signacare-primary);
  color: var(--signacare-black);
  font-weight: 600;
}

.services-details__text-1 table td {
  color: var(--signacare-gray);
}

.services-details__text-1 img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 20px 0;
}

.services-details__text-1 .wp-block-image {
  margin: 20px 0;
  text-align: center;
}

.services-details__text-1 .wp-block-image img {
  border-radius: 5px;
}

.services-details__text-1 .wp-block-image figcaption {
  margin-top: 10px;
  font-size: 14px;
  color: var(--signacare-gray);
  text-align: center;
  font-style: italic;
}

.services-details__title-2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
}

.services-details__text-4 {
  margin-top: 12px;
}

.services-details__right {
  position: relative;
  display: block;
  background-color: var(--signacare-white);
  padding: 30px 30px 30px;
  padding-right: 50px;
}

.services-details__popular-services {
  position: relative;
  display: block;
}

.services-details__popular-services-title {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 40px;
}

.services-details__popular-services-title::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: var(--signacare-base);
}

.services-details__popular-services-list {
  position: relative;
  display: block;
}

.services-details__popular-services-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__popular-services-list li+li {
  margin-top: 20px;
}

.services-details__popular-services-img {
  position: relative;
  display: block;
  max-width: 80px;
  width: 100%;
}

.services-details__popular-services-img img {
  width: 100%;
}

.services-details__popular-services-content {
  position: relative;
  display: block;
  margin-left: 15px;
}

.services-details__popular-services-date {
  position: relative;
  display: block;
}

.services-details__popular-services-date span {
  margin-right: 9px;
  font-size: 15px;
  color: var(--signacare-base);
}

.services-details__popular-services-content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.services-details__popular-services-content h3 a {
  color: var(--signacare-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__popular-services-content h3 a:hover {
  color: var(--signacare-base);
}

.services-details__get-in-touch {
  position: relative;
  display: block;
  margin-top: 66px;
}

.services-details__get-in-touch-list {
  position: relative;
  display: block;
}

.services-details__get-in-touch-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__get-in-touch-list li+li {
  margin-top: 20px;
}

.services-details__get-in-touch-list li .icon {
  position: relative;
  display: inline-block;
}

.services-details__get-in-touch-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--signacare-base);
}

.services-details__get-in-touch-list li p {
  margin-left: 15px;
}

.services-details__get-in-touch-list li p a:hover {
  color: var(--signacare-base);
}

/*--------------------------------------------------------------
# Project Page
--------------------------------------------------------------*/
.project-page {
  position: relative;
  display: block;
  padding: 120px 0 20px;
  z-index: 1;
}

.project-page__single {
  position: relative;
  display: block;
  margin-bottom: 100px;
}

.project-page__img-box {
  position: relative;
  display: block;
}

.project-page__img {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

.project-page__img img {
  width: 100%;
  border-radius: 5px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.project-page__single:hover .project-page__img img {
  transform: scale(1.06) rotate(0deg);
}

.project-page__content {
  position: absolute;
  bottom: -40px;
  left: 30px;
  right: 65px;
  border-radius: 5px;
  background-color: var(--signacare-white);
  padding: 24px 30px 24px;
  padding-left: 30px;
  background-position: center top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.project-page__single:hover .project-page__content {
  transform: scaleY(1.0);
}

.project-page__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.project-page__title>a {
  color: #24231D;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-page__title>a:hover {
  color: var(--signacare-base);
}

.project-page__plus {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -35px;
  top: 50%;
  width: 68px;
  height: 68px;
  background-color: var(--signacare-base);
  border-radius: 5px;
  font-size: 27px;
  color: var(--signacare-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: translateY(-50%);
}

.project-page__plus:hover {
  color: var(--signacare-white);
  background-color: var(--signacare-black);
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.project-details__inner {
  position: relative;
  display: block;
}

.project-details__tab-box {
  position: relative;
  display: block;
}

.project-details__tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.project-details__tab-box .tab-buttons .tab-btn {
  position: relative;
  text-align: center;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  z-index: 1;
}

.project-details__tab-box .tab-buttons .tab-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F8FBF3;
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.project-details__tab-box .tab-buttons .tab-btn::after {
  content: "";
  position: absolute;
  height: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--signacare-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.project-details__tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-left: 0;
}

.project-details__tab-btn {
  position: relative;
  display: block;
  padding: 40px 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-details__tab-btn span {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #111;
  font-family: var(--signacare-font-two);
}

.project-details__tab-box .tab-buttons .tab-btn.active-btn:before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.project-details__tab-box .tab-buttons .tab-btn.active-btn::after {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.project-details__tab-box .tab-buttons .tab-btn.active-btn .feature-one__tab-btn span {
  color: var(--signacare-black);
}

.project-details__bottom {
  position: relative;
  display: block;
  margin-top: 60px;
}

.project-details__bottom .tabs-content {
  position: relative;
  display: block;
}

.project-details__bottom .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.project-details__bottom .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.project-details__img-box {
  position: relative;
  display: block;
  padding-right: 330px;
}

.project-details__img-1 {
  position: relative;
  display: block;
}

.project-details__img-1 img {
  width: 100%;
  border-radius: 5px;
}

.project-details__list-box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  background-color: var(--signacare-white);
  max-width: 410px;
  width: 100%;
}

.project-details__list-title {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: var(--signacare-white);
  text-align: center;
  padding: 9px 0 7px;
  z-index: 1;
}

.project-details__list-title::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: 0;
  background-color: var(--signacare-base);
  border-radius: 5px;
  z-index: -1;
}

.project-details__list {
  position: relative;
  display: block;
  padding: 40px 40px 38px;
}

.project-details__list li {
  position: relative;
  display: flex;
  align-items: center;
}

.project-details__list li+li {
  margin-top: 20px;
}

.project-details__list li span {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: var(--signacare-black);
  font-family: var(--signacare-font-two);
  max-width: 80px;
  width: 100%;
}

.project-details__list li p {
  margin-left: 30px;
}

.project-details__list li .ratting-list {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.project-details__list li .ratting-list>i {
  font-size: 16px;
  color: var(--signacare-base);
}

.project-details__list li .ratting-list>i+i {
  margin-left: 10px;
}

.project-details__content {
  position: relative;
  display: block;
}

.project-details__title-1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 23px;
}

.project-details__single {
  position: relative;
  display: block;
}

.project-details__text-2 {
  margin-top: 15px;
  margin-bottom: 62px;
}

.project-details__single-img {
  position: relative;
  display: block;
}

.project-details__single-img img {
  width: 100%;
  border-radius: 5px;
}

.project-details__sub-title {
  font-weight: 600;
  color: var(--signacare-black);
  font-family: var(--signacare-font-two);
  margin-top: 20px;
  margin-bottom: 10px;
}

.project-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid var(--signacare-bdr-color);
  border-bottom: 1px solid var(--signacare-bdr-color);
  padding: 28px 0 31px;
  margin-top: 99px;
}

.project-details__pagination li.next {
  float: left;
  position: relative;
}

.project-details__pagination li a {
  color: var(--signacare-black);
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
  font-family: var(--signacare-font-two);
}

.project-details__pagination li.next i {
  position: relative;
  height: 40px;
  width: 40px;
  background-color: var(--signacare-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--signacare-base);
  transform: rotate(-180deg);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 20px;
  z-index: 1;
}

.project-details__pagination li.previous {
  position: relative;
  float: right;
}

.project-details__pagination li.previous i {
  position: relative;
  height: 40px;
  width: 40px;
  background-color: var(--signacare-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--signacare-base);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 20px;
  z-index: 1;
}

.project-details__pagination li a:hover i {
  color: var(--signacare-white);
  background-color: var(--signacare-base);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 43px;
}

.blog-details__img {
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.blog-details__img img {
  width: 100%;
  border-radius: var(--thm-border-radius);
}

.blog-details__date {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--thm-base);
  padding: 8px 20px;
  border-radius: var(--thm-border-radius);
  z-index: 1;
}

.blog-details__date p {
  color: var(--thm-black);
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.blog-details__meta {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.blog-details__meta ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.blog-details__meta ul li + li {
  margin-left: 15px;
}

.blog-details__meta ul li a {
  display: flex;
  align-items: center;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.blog-details__meta ul li a:hover {
  color: var(--thm-base);
}

.blog-details__meta ul li a i {
  margin-right: 5px;
}

.blog-details__title {
  font-size: 30px;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 20px;
  color: var(--thm-black);
}

.blog-details__text {
  margin: 0;
  font-size: 16px;
  line-height: 36px;
  color: var(--thm-text);
}

.blog-details__text p {
  margin: 0;
  margin-bottom: 30px;
}

.blog-details__text p:last-child {
  margin-bottom: 0;
}

.blog-details__bottom {
  position: relative;
  display: block;
  padding-top: 30px;
  margin-top: 45px;
  border-top: 1px solid var(--thm-border);
}

.blog-details__tags {
  margin: 0;
}

.blog-details__tags span {
  font-size: 20px;
  color: var(--thm-black);
  margin-right: 10px;
  font-weight: 500;
}

.blog-details__tags a {
  color: var(--thm-text);
  transition: all 500ms ease;
}

.blog-details__tags a:hover {
  color: var(--thm-base);
}

@media (max-width: 767px) {
  .blog-details {
    padding: 60px 0;
  }

  .blog-details__title {
    font-size: 24px;
    line-height: 1.4;
  }

  .blog-details__meta ul {
    flex-wrap: wrap;
  }

  .blog-details__meta ul li + li {
    margin-left: 10px;
    margin-top: 10px;
  }

  .blog-details__text {
    font-size: 15px;
    line-height: 1.6;
  }
}

/*--------------------------------------------------------------
# Blog Page 
--------------------------------------------------------------*/
.blog-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-page__left {
  position: relative;
  display: block;
}

.blog-page__left-content {
  position: relative;
  display: block;
}

.blog-page__single {
  position: relative;
  display: block;
  border-radius: 5px;
  background: var(--signacare-white);
  margin-bottom: 60px;
  z-index: 1;
}

.blog-page__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.blog-page__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}

.blog-page__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--signacare-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-page__single:hover .blog-page__img::before {
  opacity: .50;
}

.blog-page__img img {
  width: 100%;
  border-radius: 5px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-page__single:hover .blog-page__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-page__meta {
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 0px 5px;
  border-left: 4px solid var(--signacare-base);
  background: var(--signacare-white);
  bottom: 0;
  left: 0;
  padding: 10px 20px 10px;
  padding-left: 16px;
  z-index: 2;
}

.blog-page__meta li {
  position: relative;
  display: block;
}

.blog-page__meta li+li {
  margin-left: 20px;
}

.blog-page__meta li a {
  color: var(--signacare-gray);
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__meta li a:hover {
  color: var(--signacare-base);
}

.blog-page__meta li a span {
  position: relative;
  color: var(--signacare-base);
  margin-right: 10px;
  font-size: 15px;
  top: -2px;
}

.blog-page__content {
  position: relative;
  display: block;
  padding: 31px 40px 40px;
}

.blog-page__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.blog-page__title a {
  color: var(--signacare-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__title a:hover {
  color: var(--signacare-base);
}

.blog-page__text {
  margin-top: 24px;
  margin-bottom: 32px;
}

.blog-page__btn-box {
  position: relative;
  display: block;
}

.blog-page__btn {
  padding: 16px 30px 14px;
  border: 1px solid var(--signacare-base);
  background-color: var(--signacare-white);
  color: var(--signacare-black);
}

.blog-page__btn:hover {
  border: 1px solid var(--signacare-black);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single+.sidebar__single {
  margin-top: 60px;
}

.sidebar {
  position: relative;
  display: block;
}

.sidebar__title-box {
  position: relative;
  display: block;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 18px;
  margin-bottom: 30px;
}

.sidebar__title-box::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  height: 1px;
  width: 40px;
  background-color: var(--signacare-base);
}

.sidebar__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.sidebar__search {
  position: relative;
  display: block;
  padding: 25px 30px 30px;
  border-radius: 5px;
  background: var(--signacare-white);
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: var(--signacare-white);
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  height: 58px;
  width: 100%;
  padding-right: 60px;
  border: 1px solid #E0E0E0;
  color: var(--signacare-gray);
  border-radius: 5px;
}

.sidebar__search-form button[type="submit"] {
  color: var(--signacare-black);
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 60px;
  width: 100%;
  bottom: 0;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form button[type="submit"]:hover {
  color: var(--signacare-base);
}

.sidebar__category {
  position: relative;
  display: block;
  padding: 25px 30px 30px;
  border-radius: 5px;
  background: var(--signacare-white);
}

.sidebar__category-list {
  position: relative;
  display: block;
}

.sidebar__category-list li+li {
  margin-top: 15px;
}

.sidebar__category-list li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--signacare-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__category-list li a:hover {
  color: var(--signacare-base);
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 25px 30px 30px;
  border-radius: 5px;
  background: var(--signacare-white);
}

.sidebar__post-list {
  position: relative;
  display: block;
}

.sidebar__post-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}

.sidebar__post-list li:last-child {
  padding-bottom: 0;
}

.sidebar__post-image {
  position: relative;
  display: block;
  max-width: 80px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.sidebar__post-image img {
  width: 100%;
  border-radius: 5px;
}

.sidebar__post-content {
  position: relative;
  display: block;
  margin-left: 15px;
}

.sidebar__post-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.sidebar__post-title a {
  color: var(--signacare-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-title a:hover {
  color: var(--signacare-base);
}

.sidebar__post-date {
  font-size: 18px;
  line-height: 28px;
}

.sidebar__post-date span {
  position: relative;
  display: inline-block;
  color: var(--signacare-base);
  margin-right: 6px;
}

.sidebar__tag {
  position: relative;
  display: block;
  padding: 25px 30px 30px;
  border-radius: 5px;
  background: var(--signacare-white);
}

.sidebar__tag-list a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--signacare-gray);
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  background-color: var(--signacare-white);
  padding: 4px 10px 4px;
  border: 1px solid var(--signacare-bdr-color);
  border-radius: 5px;
  margin-left: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__tag-list a+a {
  margin-left: 6px;
  margin-top: 10px;
}

.sidebar__tag-list a:hover {
  background-color: var(--signacare-base);
  color: var(--signacare-white);
  border: 1px solid var(--signacare-base);
}

.sidebar__newsletter {
  position: relative;
  display: block;
  padding: 25px 30px 30px;
  border-radius: 5px;
  background: var(--signacare-white);
}

.sidebar__newsletter .sidebar__title-box {
  margin-bottom: 23px;
}

.sidebar__newsletter-form {
  position: relative;
  display: block;
  margin-top: 22px;
}

.sidebar__newsletter-form input[type="email"] {
  display: block;
  outline: none;
  background-color: var(--signacare-white);
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  height: 48px;
  width: 100%;
  padding-right: 60px;
  border: 1px solid #E0E0E0;
  color: var(--signacare-gray);
  border-radius: 5px;
}

.sidebar__newsletter-form button[type="submit"] {
  color: var(--signacare-white);
  font-size: 14px;
  position: absolute;
  top: 9px;
  right: 8px;
  height: 30px;
  width: 30px;
  bottom: 0;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 5px;
  background-color: var(--signacare-base);
}

.blog-page__pagination-box {
  position: relative;
  display: block;
  padding-top: 35px;
}

.blog-page__pagination {
  position: relative;
  display: block;
}

.blog-page__pagination .pg-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid var(--signacare-bdr-color);
  border-bottom: 1px solid var(--signacare-bdr-color);
  padding: 16.5px 0;
}

.blog-page__pagination .pg-pagination li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-page__pagination .pg-pagination li+li {
  margin-left: 20px;
}

.blog-page__pagination .pg-pagination li a {
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  display: inline-block;
  color: var(--signacare-black);
  background-color: rgba(var(--signacare-base-rgb), .10);
  border-radius: 50%;
  font-weight: 600;
  font-size: 18px;
  font-family: var(--signacare-font-two);
}

.blog-page__pagination .pg-pagination li:first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.blog-page__pagination .pg-pagination li:first-child a {
  height: 40px;
  width: 40px;
  background-color: #F7F7F7;
  line-height: 40px;
  font-size: 15px;
  color: var(--signacare-base);
  transform: rotate(180deg);
}

.blog-page__pagination .pg-pagination li:last-child {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.blog-page__pagination .pg-pagination li:last-child a {
  height: 40px;
  width: 40px;
  background-color: #F7F7F7;
  line-height: 40px;
  font-size: 15px;
  color: var(--signacare-base);
}

.blog-page__pagination .pg-pagination li a:hover {
  background-color: rgba(var(--signacare-base-rgb), 1);
  color: var(--signacare-white);
}

/*--------------------------------------------------------------
# Contact Page 
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
}

.contact-page__inner {
  position: relative;
  display: block;
  padding: 0 0 100px;
  z-index: 1;
}

.contact-page__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: -1;
}

.contact-page__contact-info {
  position: relative;
  display: block;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto 0;
  padding: 75px 50px 45px;
  background: var(--signacare-white);
}

.contact-page__contact-info-single {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 0 32px;
  border-radius: 5px;
  margin-bottom: 30px;
  z-index: 1;
}



.contact-page__contact-info-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: var(--signacare-base);
  border-radius: 5px;
  font-size: 30px;
  color: var(--signacare-white);
  margin: 0 auto 0;
}

.contact-page__contact-info-content {
  position: relative;
  display: block;
  margin-top: 27px;
}

.contact-page__contact-info-content h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 13px;
}

.contact-page__contact-info-content p {
  color: var(--signacare-gray);
}

.contact-page__contact-info-content p a {
  color: var(--signacare-gray);
}

.contact-page__contact-info-content p a:hover {
  color: var(--signacare-base);
}

.contact-page__bottom {
  position: relative;
  display: block;
  max-width: 1070px;
  width: 100%;
  margin: 80px auto 0;
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-page__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"] {
  height: 105px;
  width: 100%;
  border: none;
  border-radius: 0;
  padding-left: 40px;
  padding-right: 40px;
  outline: none;
  font-size: 18px;
  color: var(--signacare-gray);
  display: block;
  font-weight: 400;
}

.contact-page__input-box textarea {
  font-size: 18px;
  color: var(--signacare-gray);
  height: 295px;
  width: 100%;
  border: none;
  background-color: var(--signacare-white);
  border-radius: 0;
  padding: 30px 40px 30px;
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
}

.contact-page__input-box.text-message-box {
  height: 295px;
  margin-bottom: 30px;
}

.contact-page__btn-box {
  position: relative;
  display: block;
  text-align: center;
}

.contact-page__btn {
  border: none;
  display: inline-block;
}


/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.contact-page-google-map {
  position: relative;
  display: block;
  padding: 0 0 80px;
  z-index: 1;
}

.google-map__two {
  position: relative;
  display: block;
  border: none;
  height: 510px;
  width: 100%;
}


/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.team-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-page__img-box {
  position: relative;
  display: block;
}

.team-page__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.team-page__img img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.team-page__single:hover .team-page__img img {
  transform: scale(1.05);
}

.team-page__share-and-social-box {
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  z-index: 2;
}

.team-page__share-btn {
  position: relative;
  display: block;
}

.team-page__share-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 26px;
  color: var(--signacare-black);
  background-color: var(--signacare-white);
  border-radius: 50%;
}

.team-page__social {
  position: absolute;
  left: 50%;
  bottom: 0px;
  padding: 6px 6px 6px;
  border-radius: 30px;
  background-color: var(--signacare-primary);
  background-position: center bottom;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0) translateX(-50%);
  z-index: 2;
}

.team-page__share-and-social-box:hover .team-page__social {
  transform: scaleY(1.0) translateX(-50%);
}

.team-page__social a {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  color: var(--signacare-black);
  background-color: var(--signacare-white);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.team-page__social a:hover {
  color: var(--signacare-white);
  background-color: var(--signacare-base);
}

.team-page__social a+a {
  margin-top: 6px;
}

.team-page__content {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--signacare-primary);
  padding: 46px 30px 21px;
}

.team-page__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.team-page__title a {
  color: var(--signacare-black);
}

.team-page__title a:hover {
  color: var(--signacare-base);
}

.team-page__sub-title {
  margin-top: 5px;
}

/***
=============================================
    Team Details
=============================================
***/
.team-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 0px;
  z-index: 1;
}

.team-details__top {
  position: relative;
  display: block;
  padding: 0px 0px 92px;
}

.team-details__top-left {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-details__top-img {
  position: relative;
  display: block;
  background: #090909;
  overflow: hidden;
  z-index: 1;
}

.team-details__top-img::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(var(--signacare-base-rgb), .7) 0%, rgba(var(--signacare-base-rgb), .3) 100%);
  transform: skewX(25deg);
  z-index: 1;
}

.team-details__top-img:hover::before {
  -webkit-animation: shine 1.9s;
  animation: shine 1.9s;
}

.team-details__top-img img {
  width: 100%;
  transition: all 500ms linear;
  transition-delay: 0.2s;
}

.team-details__top-img img:hover {
  transform: scale(1.1) rotate(0deg);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}


.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -7px;
}

.team-details__top-title {
  color: var(--signacare-gray);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  margin-bottom: 6px;
}

.team-details__top-name {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  text-transform: capitalize;
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 31px;
  margin-bottom: 28px;
}

.team-details__social a {
  position: relative;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--signacare-primary);
  color: var(--signacare-black);
  font-size: 15px;
  border-radius: 50%;
}

.team-details__social a:hover {
  background-color: var(--signacare-base);
  color: var(--signacare-white);
}

.team-details__social a+a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  color: var(--signacare-base);
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  margin: 0;
}

.team-details__top-text-2 {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  padding-top: 36px;
  padding-bottom: 34px;
  margin: 0;
}

.team-details__top-text-3 {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
}


.team-details__certificate {
  position: relative;
  display: block;
  padding: 0px 0px 120px;
}

.team-details__certificate-title {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.team-details__certificate-title h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.team-details__certificate-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.team-details__certificate-single {
  position: relative;
  display: block;
  padding: 0px 15px 0px;
}

.team-details__certificate-single-img {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--signacare-black);
}

.team-details__certificate-single-img img {
  width: 100%;
}


/***
=============================================
    Team Details Bottom
=============================================
***/
.team-details-bottom {
  position: relative;
  display: block;
  background: var(--signacare-primary);
  padding: 120px 0px 109px;
  z-index: 1;
}

.team-details-bottom:before {
  content: "";
  position: absolute;
  bottom: -134px;
  left: 0;
  right: 0;
  height: 134px;
  background-color: var(--signacare-primary);
  z-index: -1;
}

.team-details-bottom__left {
  position: relative;
  display: block;
}

.team-details-bottom__left .section-title {
  margin-bottom: 0px;
}

.team-details-bottom__right {
  position: relative;
  display: block;
}

.team-details-bottom__progress {
  position: relative;
  display: block;
}

.team-details-bottom__progress-single {
  position: relative;
  display: block;
}

.team-details-bottom__progress-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.team-details-bottom__progress .bar {
  position: relative;
  width: 100%;
  height: 7px;
  background-color: var(--signacare-white);
  border-radius: 5px;
  margin-bottom: 11px;
}

.team-details-bottom__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 7px;
  border-radius: 5px;
  background: var(--signacare-base);
}

.team-details-bottom__progress .count-text {
  position: absolute;
  right: -41px;
  bottom: 20px;
  color: var(--signacare-white);
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  opacity: 1;
  background-color: var(--signacare-black);
  padding-left: 10px;
  padding-right: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.team-details-bottom__progress .bar-inner.counted .count-text {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
  position: relative;
  display: block;
  padding: 120px 0 110px;
}

.gallery-page .row {
  --bs-gutter-x: 10px;
}

.gallery-page .container {
  max-width: 1572px;
}

.gallery-page__single {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.gallery-page__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.gallery-page__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 0;
  right: 0;
  background-color: var(--signacare-base);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.gallery-page__single:hover .gallery-page__img:before {
  opacity: .90;
  visibility: visible;
}

.gallery-page__img-box {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #090909;
}

.gallery-page__img img {
  width: 100%;
}

.gallery-page__single:hover .gallery-page__img img {
  transform: scale(1.05);
}

.gallery-page__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.gallery-page__icon a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--signacare-white);
  opacity: 0;
  z-index: 2;
}


.gallery-page__single:hover .gallery-page__icon a {
  opacity: 1;
  transition-delay: 500ms;
}

.gallery-page__icon a:hover {
  color: var(--signacare-black);
}

/*--------------------------------------------------------------
# Search Field
--------------------------------------------------------------*/
.search-field {
  position: relative;
  display: block;
}

.search-field__inner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #EBF3EE;
  padding-right: 50px;
}

.search-field__img {
  position: relative;
  display: block;
  max-width: 420px;
  width: 100%;
}

.search-field__img img {
  width: 100%;
}

.search-field__search-box {
  position: relative;
  display: block;
  margin-left: 50px;
  width: 100%;
}

.search-field__search-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.search-field__search-form {
  position: relative;
  display: block;
}

.search-field__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background: #FFF;
  color: var(--signacare-gray);
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  height: 80px;
  width: 100%;
  padding-right: 80px;
}

.search-field__search-form ::-webkit-input-placeholder {
  color: var(--signacare-gray);
  opacity: 1;
}

.search-field__search-form :-ms-input-placeholder {
  color: var(--signacare-gray);
  opacity: 1;
}

.search-field__search-form ::-ms-input-placeholder {
  color: var(--signacare-gray);
  opacity: 1;
}

.search-field__search-form ::placeholder {
  color: var(--signacare-gray);
  opacity: 1;
}

.search-field__search-form :-ms-input-placeholder {
  color: var(--signacare-gray);
}

.search-field__search-form ::-ms-input-placeholder {
  color: var(--signacare-gray);
}

.search-field__search-form button[type="submit"] {
  background-color: var(--signacare-base);
  color: var(--signacare-white);
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: 60px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.search-field__search-form button[type="submit"]:hover {
  background-color: var(--signacare-black);
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  counter-reset: count;
  padding: 120px 0 120px;
  z-index: 1;
}

.faq-page .container {
  max-width: 900px;
}

.faq-page__inner {
  position: relative;
  display: block;
  margin-left: 70px;
}

.faq-page__inner .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border: 1px solid var(--signacare-bdr-color);
  padding: 20px 22px 20px;
}

.faq-page__inner .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-page__inner .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: var(--signacare-black);
  position: relative;
}

.faq-page__inner .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 30px;
}

.faq-page__inner .faq-one-accrodion .accrodion.active .accrodion-title {
  border-bottom: 1px solid transparent;
}

.faq-page__inner .faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;
  color: var(--signacare-black);
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.faq-page__inner .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--signacare-base);
}

.faq-page__inner .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-top: 20px;
  display: none;
}

.faq-page__inner .faq-one-accrodion .active .accrodion-content{
  display: block;
}

.faq-page__inner .faq-one-accrodion .accrodion-content p {
  margin: 0;
}

.faq-page__count {
  position: absolute;
  top: -1px;
  left: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 1px solid var(--signacare-bdr-color);
  background-color: transparent;
}

.faq-page__count:before {
  position: absolute;
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  counter-increment: count;
  content: "Q:"counter(count);
  color: var(--signacare-black);
}

.faq-page__inner .faq-one-accrodion .accrodion.active .faq-page__count {
  border: 1px solid var(--signacare-base);
  background-color: var(--signacare-base);
}

.faq-page__inner .faq-one-accrodion .accrodion.active .faq-page__count:before {
  color: var(--signacare-white);
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 65px 0 120px;
  z-index: 1;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title-box {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 350px;
  line-height: 350px;
  font-weight: 700;
  color: var(--signacare-base);
  z-index: 2;
}

.error-page__tagline {
  font-size: 40px;
  line-height: 49px;
  font-weight: 400;
  color: var(--signacare-black);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.error-page__text {
  font-size: 20px;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 47px auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type="search"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #F7F9FA;
  border: 0;
  font-size: 14px;
  color: var(--signacare-gray);
  font-weight: 500;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 0;
}

.error-page__form button[type="submit"] {
  background-color: transparent;
  color: var(--signacare-black);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

.error-page__btn {
  background-color: var(--signacare-base);
}

.error-page__btn:before {
  background-color: var(--signacare-black);
}

/*--------------------------------------------------------------
# Team Carousel Page
--------------------------------------------------------------*/
.team-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 170px;
}

.team-carousel-page .team-page__single {
  margin-bottom: 0;
}



.carousel-dot-style.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.carousel-dot-style.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.carousel-dot-style.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.carousel-dot-style.owl-carousel .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--signacare-base);
  margin: 0px 5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.carousel-dot-style.owl-carousel .owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: var(--signacare-black);
}

.carousel-dot-style.owl-carousel .owl-dot:focus {
  outline: none;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
  display: none;
}


/*--------------------------------------------------------------
# Blog Carousel Page
--------------------------------------------------------------*/
.blog-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 170px;
}

.blog-carousel-page .blog-one__single {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services Carousel Page
--------------------------------------------------------------*/
.services-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 170px;
}

.services-carousel-page .services-one__single {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services Carousel Page
--------------------------------------------------------------*/
.project-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 170px;
}

.project-carousel-page .project-one__single {
  margin-bottom: 0;
}











/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

/* Blog Details Page Styles */
.blog-details-page {
    padding: 120px 0;
    background-color: #ffffff;
}

.blog-details__inner {
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}

.blog-details__img {
    position: relative;
    margin-bottom: 30px;
}

.blog-details__date {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: var(--thm-base);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
}

.blog-details__date p {
    margin: 0;
    font-size: 14px;
}

.blog-details__content {
    padding: 30px;
}

.blog-details__meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.blog-details__meta li a {
    color: #666;
    font-size: 14px;
    transition: color 0.3s ease;
    text-decoration: none;
}

.blog-details__meta li a:hover {
    color: var(--thm-base);
}

.blog-details__meta li i {
    margin-right: 5px;
    color: var(--thm-base);
}

.blog-details__title {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: var(--thm-black);
}

.blog-details__text {
    color: #666;
    line-height: 1.8;
}

.blog-details__text p {
    margin-bottom: 20px;
}

.blog-details__text img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.blog-details__bottom {
    padding: 30px;
    border-top: 1px solid #eaeaea;
}

.blog-details__tags a:hover {
    color: var(--thm-base) !important;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .blog-details-page {
        padding: 80px 0;
    }

    .blog-details__title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .blog-details-page {
        padding: 60px 0;
    }

    .blog-details__content {
        padding: 20px;
    }

    .blog-details__title {
        font-size: 24px;
    }

    .blog-details__meta {
        flex-wrap: wrap;
        gap: 10px;
    }
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
    position: relative;
    padding: 120px 0 120px;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}

.blog-details__content {
    position: relative;
    display: block;
}

.blog-details__meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.blog-details__meta li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.blog-details__meta li:last-child {
    margin-right: 0;
}

.blog-details__meta li a {
    color: var(--signacare-gray);
    font-size: 16px;
    font-weight: 500;
}

.blog-details__meta li a:hover {
    color: var(--signacare-base);
}

.blog-details__meta li a i {
    margin-right: 10px;
}

.blog-details__title {
    font-size: 36px;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 30px;
    line-height: 1.4;
}

.blog-details__text {
    margin-bottom: 30px;
}

.blog-details__text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}

.blog-details__text p + p {
    margin-top: 20px;
}

.blog-details__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
    margin-top: 50px;
    border-top: 1px solid #e4e4e4;
}

.blog-details__tags {
    display: flex;
    align-items: center;
}

.blog-details__tags span {
    font-size: 16px;
    font-weight: 500;
    color: var(--signacare-black);
    margin-right: 10px;
}

.blog-details__tags a {
    color: var(--signacare-gray);
    font-size: 16px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .blog-details {
        padding: 60px 0;
    }

    .blog-details__title {
        font-size: 28px;
    }

    .blog-details__meta {
        flex-wrap: wrap;
    }

    .blog-details__meta li {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .blog-details__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-details__tags {
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------------------
# Blog Post
--------------------------------------------------------------*/
.blog-post {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.blog-post__title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 500;
    color: #000;
}

.blog-post__content {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    padding-bottom: 80px;
}

.blog-post__text {
    margin-bottom: 30px;
}

.blog-post__text p {
    margin-bottom: 20px;
}

.blog-post__text img {
    max-width: 100%;
    height: auto;
    margin: 30px 0;
    display: block;
}

.blog-post__text figure {
    margin: 30px 0;
}

.blog-post__text figure img {
    margin: 0;
}

.blog-post__text figure figcaption {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

/* Responsive styles */
@media (max-width: 991px) {
    .blog-post__title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .blog-post {
        padding: 20px 0;
    }

    .blog-post__title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .blog-post__content {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Blog Content
--------------------------------------------------------------*/
.blog-content__paragraph {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 1.5em;
    color: #333;
}

.blog-content__heading {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
}

.blog-content__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 2em 0;
}

.blog-content__figure {
    margin: 2em 0;
}

.blog-content__figure figcaption {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 1em;
}

.blog-content__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 2em 0;
}

.blog-content__gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

/* WordPress block specific styles */
.wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 2em 0;
    padding: 0;
    list-style: none;
}

.wp-block-gallery .blocks-gallery-item {
    margin: 0;
    padding: 0;
}

.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
}

.wp-block-gallery .blocks-gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.3) 70%, transparent);
    border-radius: 0 0 8px 8px;
}

/* Responsive styles */
@media (max-width: 767px) {
    .blog-content__paragraph {
        font-size: 16px;
    }

    .blog-content__gallery,
    .wp-block-gallery {
        grid-template-columns: 1fr;
    }
}

/* Blog Content Gallery Styles */
.blog-content__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.blog-content__gallery figure {
    margin: 0;
    padding: 0;
}

.blog-content__gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
    border-radius: 5px;
}

.blog-content__gallery figcaption {
    margin-top: 10px;
    font-size: 14px;
    color: var(--signacare-gray);
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .blog-content__gallery {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }
}

/* WordPress Gallery Block Styles */
.wp-block-gallery.has-nested-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    padding: 0;
    margin: 2rem 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/10;
    object-fit: cover;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) figcaption {
    font-size: 0.875rem;
    color: #666;
    text-align: center;
    margin-top: 0.5rem;
    padding: 0;
    background: none;
    position: relative;
}

@media (max-width: 768px) {
    .wp-block-gallery.has-nested-images {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 0.75rem;
    }
}

/* Header Background and Logo Styles */
/* Theme Switch Button Styles */
.theme-switch-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin-left: 15px;
}

.icon-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
}

.sun-icon,
.moon-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

/* Light theme (default) */
html[data-theme="light"] .sun-icon {
  opacity: 1;
  transform: scale(1);
}

html[data-theme="light"] .moon-icon {
  opacity: 0;
  transform: scale(0);
}

/* Dark theme */
html[data-theme="dark"] .sun-icon {
  opacity: 0;
  transform: scale(0);
}

html[data-theme="dark"] .moon-icon {
  opacity: 1;
  transform: scale(1);
}

/* Fixed header styles */
.fixed-header .theme-switch-button .sun-icon,
.fixed-header .theme-switch-button .moon-icon {
  color: var(--signacare-base);
}

.main-header .theme-switch-button .sun-icon,
.main-header .theme-switch-button .moon-icon {
  color: var(--signacare-base);
}

.main-menu__wrapper {
  transition: all 0.3s ease;
  background: transparent;
}

.fixed-header .main-menu__wrapper {
  /* Fallback background for fixed header on devices that don't support backdrop-filter */
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

/* Enhanced glass effect for fixed header on browsers that support backdrop-filter */
@supports (backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px)) {
  .fixed-header .main-menu__wrapper {
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}


/* Mobile Menu Toggler */
.main-header.fixed-header .mobile-nav__toggler span {
  background-color: var(--signacare-black);
}

.main-header .mobile-nav__toggler span {
  background-color: var(--signacare-base);
}

/* Button Styles */


.main-menu__wrapper .main-menu__btn {
  border-color: var(--signacare-white);
  padding: 8px 12px;
}

/* Icon Colors */
.fixed-header .main-menu__contact-list li .icon i {
  color: rgba(0, 0, 0, 0.4);
}

.main-menu__wrapper .main-menu__contact-list li .icon i {
  color: rgba(255, 255, 255, 0.4);
}

.testimonial-scroll-content {
  padding: 10px;
}

/* Hero Section Styles */

.hero-section-container {
  padding: 2rem;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 800px;
  min-height: auto;
}

.bg-hero-logo {
  background-image: url('/assets/images/icon/SIGNA-LOGO.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 120px;
  height: 120px;
}

/* Mobile responsive styles for hero section */
@media (max-width: 1024px) {
  .hero-section-container {
    height: auto;
    min-height: 100vh;
  }
}

/* Mission Section Styles */
.mission-section-container {
  position: relative;
}

/* Footer Corner Filler Styles */
.corner-filler {
  width: 50px;
  height: 50px;
  background-color: white;
  position: relative;
  border: none;
}

.corner-filler--tl {
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}

.corner-filler--bl {
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}

.corner-filler--br {
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}

.corner-filler--tr {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}

.corner-filler__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--signacare-base);
  border: none;
}

.corner-filler__inner--tl {
  border-radius: 20px 0 0 0;
}

.corner-filler__inner--tr {
  border-radius: 0 20px 0 0;
}

.corner-filler__inner--bl {
  border-radius: 0 0 0 20px;
}

.corner-filler__inner--br {
  border-radius: 0 0 20px 0;
}

/* Footer Social Container Styles */
.footer-social-container {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
}

.footer-social-list {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  background-color: white;
  padding: 1rem;
  border-radius: 0 0 1.5rem 0;
  border-width: 0px;
  width: 50px;
}

.footer-social-list li {
  width: 100%;
}

.footer-social-link {
  color: var(--signacare-base);
  font-size: 1.25rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.footer-social-link:hover {
  color: var(--signacare-base);
  transform: translateX(5px);
}

/* Footer Return to Top Container Styles */
.footer-return-top-container {
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: 2;
}

.footer-return-top-link {
  background-color: white;
  color: var(--signacare-base);
  padding: 1rem;
  border-radius: 0 0 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  height: 50px;
  white-space: nowrap;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-return-top-link:hover {
  transform: translateY(-2px);
  color: var(--signacare-base);
}

.footer-return-top-icon {
  font-size: 0.8rem;
}

/* Footer Corner Filler Positioning */
.footer-corner-filler {
  position: absolute;
  z-index: 2;
}

.footer-corner-filler--social-tl {
  top: -1px;
  left: 49px;
}

.footer-corner-filler--social-bl {
  top: 122px;
  left: -1px;
}

.footer-corner-filler--return-tr {
  top: 0;
  right: 248px;
}

.footer-corner-filler--return-br {
  top: 50px;
  right: 0;
}


.main-bg {
  background-color: var(--signacare-white);
}

.main-text-color {
  color: var(--signacare-base);
}

.secondary-text-color {
  color: #4b5563;    
}

.main-button-color {
  background-color: var(--signacare-secondary);
  color: var(--signacare-white);
}

.main-button-color:hover {
  background-color: var(--signacare-base);
  color: var(--signacare-white);
}

.secondary-button-style {
  border: 2px solid var(--signacare-base);
  color: var(--signacare-base);
  background-color: transparent;
}

.secondary-button-style:hover {
  background-color: var(--signacare-secondary);
  color: var(--signacare-white);
}


/* Hero Section Fade Overlay */
.hero-fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(transparent 0%, rgb(244 250 254) 50%, rgb(243 249 255) 100%);
  pointer-events: none;
  z-index: 1;
}

/* common styles */
.bg-white--deep-gray {
  background-color: var(--signacare-white);
}

.bg-gray--deep-gray {
  background-color: var(--signacare-gray);
}


.bg-gray2--deep-gray {
  background-color: var(--signacare-gray2);
}



.bg-cream--secondary-black {
  background-color: var(--signacare-cream);
}

.bg-white--secondary-black {
  background-color: var(--signacare-white);
}

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

.bg-gray2--secondary-black {
  background-color: var(--signacare-gray2);
}

.color-base--secondary {
  color: var(--signacare-base);
}

.color-black--white {
  color: var(--signacare-black);
}


.color-base--white {
  color: var(--signacare-base);
}

.color-secondary--white {
  color: var(--signacare-secondary);
}

.border-white--deep-gray {
  border-color: var(--signacare-white);
}

.border-gray--secondary-black {
  border-color: var(--signacare-gray);
}

.bg-gradient-deep-gray-to-secondary-black--white-to-f0f8ff  {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f8ff 100%);
}