
:root {
  --blueblossom-font: "Manrope", sans-serif;
  --blueblossom-font-two: "Space Grotesk", sans-serif;
  --blueblossom-gray: #66696b;
  --blueblossom-gray-rgb: 135, 140, 143;
  --blueblossom-base: #042657;
  --blueblossom-base-rgb: 28, 88, 213;
  --blueblossom-black: #134d86;
  --blueblossom-kala: #000000;
  --blueblossom-black-rgb: 3, 36, 107;
  --blueblossom-white: #ffffff;
  --blueblossom-white-rgb: 255, 255, 255;
  --blueblossom-bdr-radius: 20px;
 --blueblossom-btn: #1E9E9C;
}

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

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

body {
  font-family: var(--blueblossom-font);
  color: var(--blueblossom-kala);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--blueblossom-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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(--blueblossom-font-two);
  color: var(--blueblossom-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: 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;
}

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

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

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

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

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

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

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

/***
=============================================
xs sidebar
=============================================
***/
.xs-sidebar-group .xs-overlay {
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  cursor: url(../images/icon/cross-out.png),
    pointer;
  transform: translateX(-100%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  transform: translateX(0%);
}

.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(--blueblossom-base);
  border-color: var(--blueblossom-base);
}

.xs-sidebar-widget {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  border-right: 5px solid rgba(var(--blueblossom-white-rgb), .50);
  transform: translateX(-100%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  background-color:#001134;
}

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

.sidebar-widget-container {
  position: relative;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}

.xs-overlay {
  position: absolute;
  top: 0;
  right: 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 .logo img {
  max-width: 230px;
}
.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

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

.xs-sidebar-group .content-inner .content-box p {
  color: var(--blueblossom-white);
}

.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: rgba(var(--blueblossom-white-rgb), .70);
  border: none;
  border-radius: var(--blueblossom-bdr-radius);
  outline: none;
  transition: all 500ms ease;
  background-color: rgba(var(--blueblossom-white-rgb), .05);
}

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

.xs-sidebar-group .content-inner .form-inner .form-group button {
  position: relative;
  border: none;
  background-color: var(--blueblossom-base);
}



.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:before {
  background-color: rgba(var(--blueblossom-white-rgb), .40);
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:after {
  background-color: var(--blueblossom-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:hover {
  color: var(--blueblossom-base);
}

.sidebar-contact-info {
  position: relative;
  display: block;
  padding-top: 43px;
}

.sidebar-contact-info ul {
  position: relative;
  display: block;
  padding-bottom: 22px;
}

.sidebar-contact-info ul li {
  position: relative;
  display: block;
  color: var(--blueblossom-white);
  line-height: 30px;
}

.sidebar-contact-info ul li span {
  position: relative;
  display: inline-block;
  width: 25px;
}

.sidebar-contact-info ul li span:before {
  position: relative;
  display: inline-block;
  color: var(--blueblossom-white);
}

.sidebar-contact-info ul li a {
  color: var(--blueblossom-white);
}

.sidebar-contact-info ul li a:hover {
  color: var(--blueblossom-base);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
  overflow: hidden;
}

.thm-social-link1 {
  position: relative;
  display: block;
}

.thm-social-link1 ul {
  position: relative;
}

.thm-social-link1 ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
  margin-right: 0;
}

.thm-social-link1 ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(var(--blueblossom-white-rgb), .10);
  border-radius: 50%;
  color: var(--blueblossom-white);
  font-size: 15px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--blueblossom-base);
  border-radius: 50%;
  transition: .5s;
  transform: scale(.5);
  opacity: 0;
  content: '';
  z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
  transform: scale(1);
  opacity: 1;
}

.thm-social-link1 ul li a:hover {
  color: var(--blueblossom-white);
}


/*=============== scrollbar-Css =============*/

.xs-sidebar-widget::-webkit-scrollbar {
  width: 0px;
}



/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--blueblossom-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(--blueblossom-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(--blueblossom-base);
  opacity: 0.4;
}

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



/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: 56px;
  height: 56px;
  background: var(--blueblossom-btn);
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #fff;
  border-radius:10px;
}

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

.scroll-to-top__text {
  display: inline;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 20px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--blueblossom-btn);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blueblossom-black);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}






/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  z-index: 99999;
  transform: translateY(-100%);
  transition: all 0.5s;
}

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

.search-popup .color-layer {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  background-color: var(--blueblossom-base);
  transition: all 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.sidenav-bar-visible .search-popup {
  display: none;
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0%;
  cursor: pointer;
  color: var(--blueblossom-white);
  font-size: 30px;
  transition: all 0.5s;
  border: none;
  opacity: 0;
  transform: translateX(100px);
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 9999;
}

.search-popup .close-search:hover {
  color: var(--blueblossom-base);
  background-color: rgba(255, 255, 255, 1.0);
}

.search-active .search-popup .close-search {
  opacity: 1;
  transform: translateX(0px);
  visibility: visible;
}




.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 25px;
  left: 0px;
  right: 0px;
  margin: 0px auto 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 999;
}

.search-active .search-popup form {
  opacity: 1;
}

.search-popup .form-group {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 1.0);
  font-size: 18px;
  color: var(--blueblossom-black);
  height: 70px;
  width: 100%;
  padding: 10px 30px 10px 75px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: capitalize;
  border: 0px solid rgba(0, 0, 0, 0.10)
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]:focus {
  outline: none;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 70px;
  background: var(--blueblossom-black);
  text-align: center;
  font-size: 20px;
  color: var(--blueblossom-white);
  padding: 0;
  cursor: pointer;
  border: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 60px;
}

.search-popup .form-group button i {
  font-style: normal;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  color: var(--blueblossom-black);
}

.search-popup input::placeholder {
  color: var(--blueblossom-black);
}

/* Section Title Css */

.section-title {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 29px;
  z-index: 1;
}

.section-title__title {
  color: var(--blueblossom-black);
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 10px 0px 16px 0;
}

.section-title__title span {
  color: var(--blueblossom-base);
}

.section-title__title .split-line {
  text-transform: none;
}



/* Thm Btn Css */

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  border: none;
  font-weight: 700;
  font-size: 18px;
  color: var(--blueblossom-white);
  padding: 5px 30px 5px;
  padding-left: 7px;
  border-radius: 30px;
  transition: all 0.5s linear;
  text-transform: uppercase;
  overflow: hidden;
  gap: 10px;
  text-align: center;
  background-color: var(--blueblossom-btn);
  z-index: 1;
}

.thm-btn::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: rgba(var(--blueblossom-base-rgb), .40);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.thm-btn:hover::before {
  top: -40%;
}

.thm-btn::after {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--blueblossom-base);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.thm-btn:hover::after {
  top: -40%;
  transition-delay: 200ms;
}


.thm-btn span {
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: var(--blueblossom-white);
  border-radius: 50%;
color: var(--blueblossom-black);
}

.thm-btn:hover span {
  color: var(--blueblossom-white);
  background-color: var(--blueblossom-black);
}

.thm-btn:hover {
  color: var(--blueblossom-white);
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  background: transparent;
  width: 100%;
  border-bottom: 1px solid var(--blueblossom-white);
  transition: all 500ms ease;
  z-index: 999;
}

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

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  position: relative;
  display: block;
  padding-left: 270px;
}

.main-menu__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 270px;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 3;
}

.main-menu__logo:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000000px;
  right: 0;
  background-color: #bde8fc;
  z-index: -1;
  opacity: 0.7;
}

.main-menu__logo a {
  position: relative;
  display: inline-block;
}

.main-menu__main-menu-box-outer {
  position: relative;
  display: block;
}

.main-menu__main-menu-box-outer-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #F5F5F5;
  padding: 11.5px 0;
  padding-left: 35px;
  z-index: 1;
}

.main-menu__main-menu-box-outer-top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  right: -1000000px;
  height: 1px;
  background-color: #F5F5F5;
  z-index: -1;
}

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

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

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

.main-menu__contact-list li .icon i {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--blueblossom-black);
}

.main-menu__contact-list li .text {
  position: relative;
  display: block;
  flex: 1;
}

.main-menu__contact-list li .text p {
  font-size: 14px;
  font-weight: 500;
  color: var(--blueblossom-black);
}

.main-menu__contact-list li .text p a {
  color: var(--blueblossom-black);
}

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

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--blueblossom-black-rgb), .20);
  border-radius: 50%;
  font-size: 15px;
  color: var(--blueblossom-black);
  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-menu__social a:hover {
  color: var(--blueblossom-white);
  border: 1px solid var(--blueblossom-base);
}

.main-menu__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--blueblossom-base);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu__social a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

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

.main-menu__main-menu-box-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 35px;
}

.main-menu__main-menu-box {
  display: block;
}

.main-menu__search-cart-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.main-menu__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__search-box {
  position: relative;
  display: block;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--blueblossom-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--blueblossom-base);
}

.main-menu__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-menu__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--blueblossom-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__cart-count {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  background-color: var(--blueblossom-base);
  color: var(--blueblossom-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__cart:hover {
  color: var(--blueblossom-base);
}

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

.main-menu__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding-right: 0;
  height: 35px;
  width: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu--one {
  width: 35px;
}

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

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu--two {
  width: 25px;
}

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

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu--three {
  width: 35px;
}

.main-menu__btn-box {
  position: relative;
  display: block;
}




.stricky-header .main-menu__main-menu-box-outer-top {
  display: none;
}

.stricky-header .main-menu__logo a {
  padding: 12.5px 0 12.5px;
  padding-right: 60px;
}

.stricky-header.main-menu {
  background-color: var(--blueblossom-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .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,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 40px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--blueblossom-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 20px;
  font-family: var(--blueblossom-font-two);
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  
}

.current_page_item a {
    background: var(--blueblossom-base);
  color: #fff !important;
  padding: 7px 14px;
  border-radius: 30px;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 30px;
  border-radius: 0px;
  /*background-color: var(--blueblossom-base);*/
  position: absolute;
  bottom: -5px;
  left: -5px;
  right: -5px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
  opacity: 0.10;
  border-radius: 3px;
}



.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

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

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 60%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 14px;
  color: var(--blueblossom-black);
  transform: translateY(-50%);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

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

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--blueblossom-white);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  min-width: 280px;
  padding: 25px 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  border-bottom-left-radius: var(--blueblossom-bdr-radius);
  border-bottom-right-radius: var(--blueblossom-bdr-radius);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

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

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .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,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: 1px solid rgba(var(--blueblossom-black-rgb), 0.10);
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(var(--blueblossom-black-rgb), 1);
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  font-family: var(--blueblossom-font-two);
  text-transform: capitalize;
  padding: 16px 0px 16px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li.current>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li.current>a,
.stricky-header .main-menu__list>li>ul>li.current>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li.current>a {
  color: rgba(var(--blueblossom-base-rgb), 1.0);
  padding-left: 5px;
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--blueblossom-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li.current>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li.current>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li.current>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li.current>a::before {
  transform: translateY(-50%) scale(1);
}

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

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

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.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(--blueblossom-base);
  cursor: pointer;
}

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

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

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--blueblossom-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--blueblossom-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-nav__wrapper.expanded {
  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 {
  width: 300px;
  background-color: var(--blueblossom-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

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

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--blueblossom-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: var(--blueblossom-white);
  font-size: 14px;
  font-family: var(--blueblossom-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--blueblossom-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--blueblossom-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--blueblossom-base);
  border: none;
  outline: none;
  color: #fff;
  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;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--blueblossom-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

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

.mobile-nav__top .main-menu__login a {
  color: var(--blueblossom-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;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--blueblossom-white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--blueblossom-white-rgb), .10);
  border-radius: 50%;
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 1;
}

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

.mobile-nav__social a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--blueblossom-base);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.mobile-nav__social a:hover::after {
  transform: scale(1.0);
  opacity: 1;
}

.mobile-nav__social a:hover {
  color: var(--blueblossom-white);
  border: 1px solid rgba(var(--blueblossom-base-rgb), 1);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--blueblossom-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(--blueblossom-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

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

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--blueblossom-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 {
  position: relative;
  display: block;
  background: transparent;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-two__top {
  position: relative;
  display: block;
}

.main-menu-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 55px 5px;
  background-color: var(--blueblossom-base);
}

.main-menu-two__social-and-text {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

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

.main-menu-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  border: 1px solid rgba(var(--blueblossom-white-rgb), .40);
  border-radius: 50%;
  font-size: 11px;
  color: var(--blueblossom-white);
  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-menu-two__social a:hover {
  color: var(--blueblossom-base);
  border: 1px solid var(--blueblossom-white);
}

.main-menu-two__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--blueblossom-white);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu-two__social a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.main-menu-two__social a+a {
  margin-left: 5px;
}

.main-menu-two__top-welcome-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--blueblossom-white);
  text-transform: capitalize;
  line-height: 1em;
}

.main-menu-two__working-hours-and-contact {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

.main-menu-two__working-hours {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.main-menu-two__working-hours-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__working-hours-icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--blueblossom-white);
}

.main-menu-two__working-hours-text {
  font-size: 13px;
  font-weight: 500;
  color: var(--blueblossom-white);
}

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

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

.main-menu-two__contact-list li+li {
  margin-left: 46px;
}

.main-menu-two__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 2px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--blueblossom-white-rgb), .30);
}

.main-menu-two__contact-list li:first-child:before {
  display: none;
}

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

.main-menu-two__contact-list li .icon i {
  font-size: 14px;
  color: var(--blueblossom-white);
  position: relative;
  display: inline-block;
}

.main-menu-two__contact-list li .text {
  margin-left: 10px;
}

.main-menu-two__contact-list li .text p {
  font-size: 13px;
  font-weight: 500;
  color: var(--blueblossom-white);
  line-height: 16px;
}

.main-menu-two__contact-list li .text p a {
  color: var(--blueblossom-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__contact-list li .text p a:hover {
  color: var(--blueblossom-black);
}

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

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

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 55px;
}

.main-menu-two__left {
  display: block;
}

.main-menu-two__logo {
  display: block;
}
.main-menu-two__logo img {
  max-width: 300px;
}

.main-menu-two__main-menu-box {
  display: flex;
  align-items: center;
}
.main-menu-two__main-menu-box .ndis_logo { display:none;}
.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:5px;
  padding: 20px 0;
}

.main-menu-two__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7.5px 0;
}

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

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--blueblossom-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--blueblossom-base);
}

.main-menu-two__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-menu-two__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--blueblossom-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__cart-count {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  background-color: var(--blueblossom-base);
  color: var(--blueblossom-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__cart:hover {
  color: var(--blueblossom-base);
}

.main-menu-two__nav-sidebar-icon {
  position: relative;
  display: block;
  background-color: #1e9e9c;
    padding: 10px;
    border-radius: 60px;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding-right:0px;
  height: 40px;
  width: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-one {
  position: relative;
  display: block;
  width: 35px;
  height: 3px;
  background-color:#fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
  width: 40px;
}

.icon-dots-menu-two {
  position: relative;
  display: block;
  width: 40px;
  height: 3px;
  background-color:#fff;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-two {
  width: 35px;
}

.icon-dots-menu-three {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
  width: 40px;
}

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

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
  padding-top: 40px;
  padding-bottom: 40px;
}

.stricky-header.main-menu-two {
  background-color: var(--blueblossom-white);
}

.section-title__tagline {
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    font-size: 20px;
    padding: 0 20px;
    margin-bottom: 8px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 30px;
    background: #2BB1AA;
    box-shadow: 0 4px 13px 0 #e9e9e4;
    border: solid 1px #1d9c9a54;
}



/***
=============================================
About One
=============================================
***/
.about-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 26px;
}

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

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

.about-one__img-one img {
  width: 100%;
  border-radius: var(--blueblossom-bdr-radius);
}

.about-one__img-two {
  position: absolute;
  bottom: -120px;
  right: -66px;
}

.about-one__img-two img {
  width: auto;
  border-radius: var(--blueblossom-bdr-radius);
  border: 10px solid var(--blueblossom-white);
  border-bottom: 0;
  border-right: 0;
}

.about-one__round-text-box {
  position: absolute;
  bottom: -94px;
  left: 150px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: var(--blueblossom-base);
  z-index: 5;
}

.about-one__round-text-box .inner {
  position: relative;
  display: block;
  width: 180px;
  height: 180px;
}

.about-one__curved-circle {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  color: var(--blueblossom-white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--blueblossom-font-two);
  letter-spacing: 0px;
  word-spacing: 2px;
  transform: rotate(0deg);
  height: 180px !important;
}

.about-one__round-text-box .overlay-icon-box a {
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  color: var(--blueblossom-white);
  font-size: 30px;
  background-color: var(--blueblossom-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__round-text-box:hover .overlay-icon-box a {
  background-color: var(--blueblossom-white);
  color: var(--blueblossom-base);
}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 60px;
}

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

.about-one__points-and-experience-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 33px;
  margin-bottom: 40px;
}

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

.about-one__points-box li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.about-one__points-box li+li {
  margin-top: 10px;
}

.about-one__points-box li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background-color: var(--blueblossom-base);
  border-radius: 50%;
}

.about-one__points-box li .icon span {
  position: relative;
  display: inline-block;
  font-size: 10px;
  color: var(--blueblossom-white);
}

.about-one__points-box li .text {
  position: relative;
  display: block;
  flex: 1;
}

.about-one__points-box li .text p {
  font-size: 18px;
  color: var(--blueblossom-black);
  font-weight: 700;
  font-family: var(--blueblossom-font-two);
}

.about-one__experience-box {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%;
}

.about-one__experience-box-inner {
  position: relative;
  display: block;
  background-color: var(--blueblossom-black);
  padding: 22px 25px 32px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300' height='150' viewBox='0 0 300 150'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='300' height='150'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300' height='150' viewBox='0 0 300 150'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='300' height='150'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

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

.about-one__experience-count h3 {
  font-size: 60px;
  color: var(--blueblossom-base);
  font-weight: 700;
  font-family: var(--blueblossom-font) !important;
  line-height: 1em !important;
}

.about-one__experience-count span {
  font-size: 60px;
  color: var(--blueblossom-base);
  font-weight: 700;
  font-family: var(--blueblossom-font);
  line-height: 1em;
}

.about-one__experience-count p {
  font-size: 24px;
  font-weight: 700;
  color: var(--blueblossom-white);
  position: relative;
  display: block;
  top: 13px;
}

.about-one__experience-count-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--blueblossom-white);
}

.about-one__experience-icon-box {
  position: absolute;
  top: 0;
  right: -10px;
  height: 75px;
  width: 75px;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.about-one__experience-icon-box span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--blueblossom-base);
}

.about-one__points-points-two-box {
  position: relative;
  display: block;
}

.about-one__points-two-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-one__points-two-box li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-one__points-two-box li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: var(--blueblossom-black);
  border-radius: 10px;
}

.about-one__points-two-box li .icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--blueblossom-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-one__points-two-box li:hover .icon span {
  transform: scale(.9);
}

.about-one__points-two-box li .text {
  position: relative;
  display: block;
  flex: 1;
}

.about-one__points-two-box li .text h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.about-one__btn-and-call-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

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

.about-one__call {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.about-one__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  background-color: var(--blueblossom-base);
  border-radius: 50%;
  font-size: 17px;
  color: var(--blueblossom-white);
}

.about-one__call-content {
  position: relative;
  display: block;
  flex: 1;
  top: -2px;
}

.about-one__call-sub-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--blueblossom-base);
  line-height: 20px;
}

.about-one__call-number {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 4px;
}

.about-one__call-number a {
  color: var(--blueblossom-black);
}

.about-one__call-number a:hover {
  color: var(--blueblossom-base);
}




.our-approach{
	background-color: #2bb1a91c;
	padding: 100px 0;
}

.our-approach-img figure{
	display: block;
	border-radius: 46px;
}

.our-approach-img img{
	width: 100%;
	aspect-ratio: 1 / 0.84;
    object-fit: cover;
	border-radius: 46px;
}

.our-approach-content{
	margin-left: 0px;
}

.vision-mission-nav{
	margin-bottom: 40px;
}

.vision-mission-nav .nav-tabs{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-flex;
	border: none;
}

.vision-mission-nav ul li{
	margin-right: 30px;
}

.vision-mission-nav ul li:last-child{
	margin-right: 0;
}

.vision-mission-nav ul li .nav-link{
	background-color: var(--blueblossom-white);
	color: var(--blueblossom-base);
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 46px;
	border: none;
	padding: 12px 30px;
	transition: all 0.4s ease-in-out;
}

.vision-mission-nav ul li:hover .nav-link,
.vision-mission-nav ul li .nav-link.active{
	background-color: var(--blueblossom-base);
	color: var(--blueblossom-white);
}

.vision-mission-img figure{
	display: block;
	border-radius: 26px;
}

.vision-mission-img img{
	width: 100%;
	aspect-ratio: 1 / 0.66;
	object-fit: cover;
	border-radius: 26px;
}

.vision-mission-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.vision-mission-content ul li{
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
}

.vision-mission-content ul li:last-child{
	margin-bottom: 0;
}

.vision-mission-content ul li:after{
	content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 20px;
    color:var(--blueblossom-btn);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
}


.why-chooseus {padding:100px 0px;}
.why-chooseus .section-title { text-align: center;}
.service-box {
  text-align: center;
  --shape-size: 92px;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #022d622b;
  position: relative;
  margin-bottom: 25px;
  background-color: var(--blueblossom-white);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  min-height:480px;
}
.service-box .sr-icon {
  background-color:var(--blueblossom-white);
  padding: 13px;
  margin-top: calc(var(--shape-size) / -2 - 13px);
  display: inline-block;
  margin-bottom: 13px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
.service-box .sr-icon img {
  width: 92px;
  height: 92px;
  line-height: 92px;
  background-color: var(--blueblossom-btn);
  color: var(--blueblossom-white);
  font-size: 3em;
  display: inline-block;
  text-align: center;
  border-radius: inherit;
  padding: 20px;
}
.service-box .sr-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.service-box .sr-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--blueblossom-btn)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, var(--blueblossom-btn) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1;
}
.service-box .sr-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-box .sr-content {
  padding: 0 20px;
}
.service-box .icon-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 -24px -25px;
}
.service-box:hover {
  border-color: var(--blueblossom-btn);
  -webkit-box-shadow: 0px 12px 47px 0px rgba(39, 71, 125, 0.07);
          box-shadow: 0px 12px 47px 0px rgba(39, 71, 125, 0.07);
}
.service-box:hover .sr-img:before {
  height: 100%;
}
.service-box:hover .sr-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}




/***
=============================================
About Two
=============================================
***/
.about-two {
  position: relative;
  display: block;
  padding: 100px 0 100px;
  z-index: 1;
}

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

.about-two__left-img {
  position: relative;
  display: block;
}

.about-two__left-img1 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--blueblossom-bdr-radius);
}


.about-two__left-img1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--blueblossom-black-rgb), 1);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.about-two__left-img1:hover::before {
  opacity: .50;
}

.about-two__left-img1 img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.about-two__left-img1:hover img {
  transform: scale(1.05) rotate(0deg);
}




.about-two__left-total-leaners .title {
  position: relative;
  display: block;
  padding-top: 12px;
}

.about-two__left-total-leaners .title h5 {
  color: var(--blueblossom-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.about-two__right {
  position: relative;
  display: block;
  margin-left: 30px;
}

.about-two__right .section-title {
  margin-bottom: 30px;
}

.about-two__text {
  max-width:900px;
  margin:15px auto;
}

.about-two__points-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

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

.about-two__points-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  gap: 12px;
}

.about-two__points-list li+li {
  margin-top: 24px;
}

.about-two__points-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border: 1px solid rgba(var(--blueblossom-black-rgb), .20);
  border-radius: 10px;
  z-index: 1;
}

.about-two__points-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--blueblossom-black);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

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

.about-two__points-list li .text {
  position: relative;
  display: block;
  flex: 1;
}

.about-two__points-list li .text h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.about-two__btn-and-author-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  border-top: 1px solid rgba(var(--blueblossom-black-rgb), .20);
  padding-top: 21px;
  margin-top: 25px;
}

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






/*==============================================
    Appointment One   
===============================================*/
.appointment-one {
  position: relative;
  display: block;
  padding: 120px 0 0px;
  z-index: 5;
}

.appointment-one__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 640px;
  background-color: var(--blueblossom-black);
  z-index: -1;
}

.appointment-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  opacity: .12;
  z-index: -1;
}

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

.appointment-one .section-title {
  margin-bottom: 18px;
}

.appointment-one .section-title__tagline-box span {
  color: var(--blueblossom-white);
}

.appointment-one .section-title__tagline {
  color: var(--blueblossom-white);
}

.appointment-one .section-title__tagline-box:before {
  background: var(--blueblossom-white);
}

.appointment-one .section-title__tagline-box::after {
  background-color: var(--blueblossom-white);
}

.appointment-one .section-title__title {
  color: var(--blueblossom-white);
}

.appointment-one__text-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.appointment-one__text-box p {
  font-size: 28px;
  color: var(--blueblossom-white);
  font-weight: 500;
  line-height: 40px;
}



.appointment-one__call-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 33px;
}

.appointment-one__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 85px;
  background-color: var(--blueblossom-btn);
  border-radius: 50%;
}

.appointment-one__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--blueblossom-white);
}

.appointment-one__call-number {
  position: relative;
  display: block;
  flex: 1;
}

.appointment-one__call-number h4 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1em;
}

.appointment-one__call-number h4 a {
  color: var(--blueblossom-white);
}

.appointment-one__call-number h4 a:hover {
  color: var(--blueblossom-base);
}

.appointment-one__right {
  position: relative;
  display: block;
  margin-left: 80px;
  background: linear-gradient(180deg, #E9EFFD 0%, #F5FDFC 100%);
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  padding: 50px 40px 60px;
}

.appointment-one__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 40px;
}

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

.appointment-one__form .row {
  --bs-gutter-x: 24px;
}

.appointment-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.appointment-one__input-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
  color: var(--blueblossom-gray);
  font-family: var(--blueblossom-font);
}

.appointment-one__input-box input[type="text"],
.appointment-one__input-box input[type="email"] {
  height: 64px;
  width: 100%;
  background-color: var(--blueblossom-white);
  border: 1px solid #ACACAC;
  padding-left: 25px;
  padding-right: 25px;
  outline: none;
  font-size: 16px;
  color: var(--blueblossom-gray);
  display: block;
  font-weight: 500;
  border-radius: 10px;
  line-height: 64px;
}
.nice-select.wpcf7-form-control.wpcf7-select {
    display: none;
}
.appointment-one__input-box select {
    height: 64px !important;
    width: 100% !important;
    background-color: #fff !important;
    border: 1px solid #ACACAC !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    outline: none !important;
    font-size: 16px !important;
    color: #666 !important;
    display: block !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
   /* appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;*/
}
.appointment-one__input-box textarea {
  position: relative;
  height: 100px;
  width: 100%;
  background-color: var(--blueblossom-white);
  border: 1px solid #ACACAC;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  outline: none;
  font-size: 16px;
  color: var(--blueblossom-gray);
  display: block;
  font-weight: 500;
  border-radius: 12px;
  margin-bottom: 0;
}

.appointment-one__input-box.text-message-box {
  height: 100px;
  margin-bottom: 30px;
}

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

.appointment-one__btn-box .thm-btn {
  border: none;
}







/*==============================================
    Benefits One   
===============================================*/
.benefits-one {
  position: relative;
  display: block;
  padding: 100px 0 100px;
  z-index: 1;
  background-color: #2bb1a91c;
}

.benefits-one .section-title {
  text-align: center;
}

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

.benefits-one__main-tab-box {
  position: relative;
  display: block;
}

.benefits-one__tab-buttons-box {
  position: relative;
  display: block;
  margin: 0 auto 60px;
}

.benefits-one__main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px 0;
}

.benefits-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: block;
  padding: 0 10px;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  margin-bottom: 20px;
}

.benefits-one__tab-buttons-single {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 20px 10px 15px;
  max-width: 310px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--blueblossom-white);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.5s linear;
  z-index: 1;
  min-height: 150px;
}

.benefits-one__tab-buttons-single img {
    max-width:60px;
}

.benefits-one__tab-buttons-single:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0%;
  background-color: #1e9e9c;
  border-radius: 12px;
  transition: all 0.3s ease;
  z-index: -1;
}

.benefits-one__main-tab-box .tab-buttons .tab-btn.active-btn .benefits-one__tab-buttons-single:before {
  height: 100%;
}

.benefits-one__tab-buttons-single:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  border-top: 30px solid #1e9e9c;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  transform: translateX(-50%);
  opacity: 0;
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: -1;
}

.benefits-one__main-tab-box .tab-buttons .tab-btn.active-btn .benefits-one__tab-buttons-single:after {
  opacity: 1;
  bottom: -30px;
}

.benefits-one__main-tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-left: 0px;
}

.benefits-one__main-tab-box .tab-buttons .tab-btn .benefits-one__tab-buttons-single i {
  position: relative;
  display: inline-block;
  font-size: 52px;
  color: var(--blueblossom-base);
  transition: all 0.3s ease;
}

.benefits-one__main-tab-box .tab-buttons .tab-btn.active-btn .benefits-one__tab-buttons-single i {
  color: var(--blueblossom-white);
}

.benefits-one__main-tab-box .tab-buttons .tab-btn .benefits-one__tab-buttons-single span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: var(--blueblossom-black);
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--blueblossom-font-two);
  margin-top: 10px;
}

.benefits-one__main-tab-box .tab-buttons .tab-btn.active-btn .benefits-one__tab-buttons-single span {
  color: var(--blueblossom-white);
}

.benefits-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.benefits-one__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.benefits-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.benefits-one__content-box {
  position: relative;
  display: block;
}

.benefits-one__content-left {
  position: relative;
  display: block;
  margin-right: 68px;
}

.benefits-one__content-img-box {
  position: relative;
  display: block;
}



.benefits-one__content-img img {
  width: 100%;
  border-radius: 10px;
}



.benefits-one__content-right {
  position: relative;
  display: block;
  margin-left: -22px;
  margin-top: -6px;
}

.benefits-one__content-right-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
}

.benefits-one__content-right-outer {
  position: relative;
  display: block;
}

.benefits-one__points-box {
  position: relative;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 16px;
  margin-bottom: 8px;
}

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

.benefits-one__points li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-left:40px;
}

.benefits-one__points li+li {
  margin-top: 15px;
}

.benefits-one__points li .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  border: 2px solid var(--blueblossom-base);
  border-radius: 5px;
  font-size: 14px;
  color: var(--blueblossom-btn);
  top:2px;
  left:0px;
}

.benefits-one__points li .text p {
  font-size: 16px;
  font-weight: 600;
  color: var(--blueblossom-black);
}

.benefits-one.ourservice-one .benefits-one__content-box {
  padding: 50px 0px 50px 0px;
}




/*==============================================
    Blog Two
===============================================*/
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-two__shape-1 {
  position: absolute;
  top: -654px;
  left: -320px;
  width: 1689px;
  height: 1689px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(28, 88, 213, 0.08) 0%, rgba(28, 88, 213, 0) 100%);
  border-radius: 50%;
  z-index: -1;
}

.blog-two__shape-2 {
  position: absolute;
  top: -560px;
  right: -320px;
  width: 1355px;
  height: 1355px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(51, 230, 215, 0.07) 0%, rgba(51, 230, 215, 0) 100%);
  border-radius: 50%;
  z-index: -1;
}

.blog-two__left {
  position: relative;
  display: block;
  margin-right: 45px;
}

.blog-two__left .section-title {
  margin-bottom: 12px;
}

.blog-two__text {
  padding-bottom: 43px;
  max-width: 600px;
  margin: auto;
}

.blog-two__right {
  position: relative;
  display: block;
}

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

.blog-two__img {
  position: relative;
  display: block;
  margin-left: 25px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 1;
}

.blog-two__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--blueblossom-black-rgb), 1);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-two__single:hover .blog-two__img:before {
  opacity: .50;
}

.blog-two__img img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  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__content {
  position: relative;
  display: block;
  background-color: var(--blueblossom-white);
  padding: 35px 30px 40px;
  border: 1px solid #ddd;
  overflow: hidden;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.blog-two__meta {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

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

.blog-two__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--blueblossom-gray);
  font-weight: 500;
}

.blog-two__meta li a span {
  color: var(--blueblossom-base);
}

.blog-two__meta li a:hover {
  color: var(--blueblossom-base);
}

.blog-two__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 27px;
}

.blog-two__title a {
  color: var(--blueblossom-black);
}

.blog-two__title a:hover {
  color: var(--blueblossom-base);
}

.blog-two__btn {
  position: relative;
  display: block;
}

.blog-two__btn .thm-btn {
  background-color: transparent;
  border: 1px solid #D9D9D9;
  color: var(--blueblossom-black);
}

.blog-two__btn .thm-btn:hover {
  color: var(--blueblossom-white);
}

.blog-two__btn .thm-btn span {
  color: var(--blueblossom-white);
  background-color: var(--blueblossom-btn);
}


/***
=============================================
Brand One
=============================================
***/
.brand-one {
  position: relative;
  display: block;
  background-color: var(--blueblossom-base);
  padding: 75px 0px 75px;
  z-index: 2;
}

.brand-one__shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .20;
  z-index: -1;
}

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

.brand-one__single-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.brand-one__single-inner a {
  position: relative;
  display: block;
}

.brand-one__single-inner img {
  width: auto;
  transition: .7s ease;
}


.brand-one__carousel.owl-carousel .owl-item img {
  width: auto;
}










/*==============================================
    Counter One
===============================================*/
.counter-one {
  position: relative;
  display: block;
  margin-top:0px;
  z-index: 3;
    background-color: var(--blueblossom-black);
  padding: 67px 60px 68px;
}

.counter-one__inner {
  position: relative;
  display: block;

  border-radius: 20px;
}

.counter-one__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.counter-one__list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.counter-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  width: 95px;
  background-color: rgba(var(--blueblossom-white-rgb), .07);
  border-radius: 50%;
  z-index: 1;
}

.counter-one__icon:before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: 6px;
  left: -6px;
  right: 6px;
  background-color: rgba(var(--blueblossom-white-rgb), .07);
  border-radius: 50%;
  z-index: -1;
}

.counter-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: rgba(var(--blueblossom-white-rgb), .70);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.counter-one__list li:hover .counter-one__icon span {
  transform: scale(0.9);
}

.counter-one__content {
  position: relative;
  display: block;
  flex: 1;
}

.counter-one__count {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3px;
}

.counter-one__count h3 {
  font-size: 40px;
  color: var(--blueblossom-white);
  font-weight: 700;
  font-family: var(--blueblossom-font) !important;
  line-height: 1em !important;
}

.counter-one__count span {
  font-size: 40px;
  color: var(--blueblossom-white);
  font-weight: 700;
  font-family: var(--blueblossom-font);
  line-height: 1em;
}

.counter-one__text {
  font-size: 16px;
  font-weight: 700;
  color: rgba(var(--blueblossom-white-rgb), .70);
  letter-spacing: 0.04em;
}

.ndis_logo img {
    max-width: 60px;
}

/*==============================================
    CTA One
===============================================*/
.cta-one {
  position: relative;
  display: block;
  background: linear-gradient(90deg, #E9EFFD 0%, #F5FDFC 100%);
  border-top: 1px solid rgba(var(--blueblossom-black-rgb), .30);
  z-index: 1;
}

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

.cta-one__inner .row {
  --bs-gutter-x: 0px;
}

.cta-one__single {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
  padding: 38px 30px 38px;
  border-left: 1px solid rgba(var(--blueblossom-black-rgb), .30);
}

.cta-one__inner>ul>li:nth-child(2) .cta-one__single {
  background-color: var(--blueblossom-white);
  height: 100%;
}

.cta-one__inner>ul>li:last-child .cta-one__single {
  border-right: 1px solid rgba(var(--blueblossom-black-rgb), .30);
}

.cta-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 85px;
  background-color: var(--blueblossom-black);
  border-radius: 20px;
}

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

.cta-one__inner>ul>li:hover .cta-one__icon span {
  transform: scale(0.9);
}

.cta-one__content {
  position: relative;
  display: block;
  flex: 1;
}

.cta-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.cta-one__text {
  margin-top: 16px;
}

.cta-one__open-hours-list {
  position: relative;
  display: block;
  margin-top: 16px;
}

.cta-one__open-hours-list>li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cta-one__open-hours-list>li+li {
  margin-top: 2px;
}












/*==============================================
    Faq One
===============================================*/
.faq-one {
  position: relative;
  display: block;
  padding: 100px 0px 200px 0px;
  background: linear-gradient(90deg, #E9EFFD 0%, #F5FDFC 100%);
  overflow: hidden;
  z-index: 1;
}

.faq-one__img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.faq-one__img-1 img {
  width: auto;
}

.faq-one__shape-1 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}

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

.faq-one .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--blueblossom-black-rgb), .15);
  background: var(--blueblossom-white);
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one .faq-one-accrodion .accrodion.active {
  border: 1px solid rgba(var(--blueblossom-black-rgb), .15);
  background: var(--blueblossom-white);
}

.faq-one .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 13px 15px 13px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-one .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size:17px;
  font-weight: 600;
  line-height: 30px;
  color: var(--blueblossom-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 10px;
}

.faq-one .faq-one-accrodion .accrodion-title h4::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 15px;
  color: var(--blueblossom-white);
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: var(--blueblossom-btn);
}

.faq-one .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f107";
  color: var(--blueblossom-white);
  background-color: var(--blueblossom-black);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 28px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 20px;
}

.faq-one .faq-one-accrodion .accrodion-content p {
  margin: 0;
  padding:5px 0px;
}


/*==============================================
    Main Service One
===============================================*/

.main-service-one {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 0px 0px 120px;
  z-index: 1;
}

.main-service-one__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 49px;
}

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

.main-service-one__top-btn {
  position: relative;
  display: block;
  top: -11px;
}

.main-service-one__top-btn .thm-btn {
  text-transform: capitalize;
}

.main-service-one__single {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-service-one__single-content {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 3px solid var(--blueblossom-black);
  border-bottom: none;
  transition: all 200ms linear;
  transition-delay: .1s;
}

.main-service-one__single:hover .main-service-one__single-content {
  border-color: var(--blueblossom-base);
}

.main-service-one__single-title {
  position: relative;
  display: block;
  line-height: 0;
  background-color: var(--blueblossom-black);
  padding: 16px 0px 16px;
  transition: all 200ms linear;
  transition-delay: .1s;
}

.main-service-one__single:hover .main-service-one__single-title {
  background-color: var(--blueblossom-base);
}

.main-service-one__single-title h3 {
  color: var(--blueblossom-white);
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.main-service-one__single-title h3 a {
  color: var(--blueblossom-white);
  transition: all 200ms linear;
  transition-delay: .1s;
}

.main-service-one__single:hover .main-service-one__single-title h3 a,
.main-service-one__single-title h3 a:hover {
  color: var(--blueblossom-white);
}

.main-service-one__single-text {
  position: relative;
  display: block;
  padding: 23px 30px 23px;
}

.main-service-one__single-text p {
  margin: 0;
}

.main-service-one__single-btn {
  position: relative;
  display: block;
  padding-top: 5px;
}

.main-service-one__single-btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--blueblossom-black);
  font-size: 16px;
  line-height: 25px;
  font-family: var(--blueblossom-font);
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: .1s;
}

.main-service-one__single-btn a:hover {
  color: var(--blueblossom-base);
}

.main-service-one__single-btn a span {
  color: var(--blueblossom-base);
  font-size: 14px;
  margin-right: 7px;
}

.main-service-one__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.main-service-one__single-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: var(--blueblossom-black);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.main-service-one__single:hover .main-service-one__single-img::before {
  opacity: .5;
}

.main-service-one__single-img img {
  width: 100%;
  filter: saturate(0.5);
  transform: scale3d(1, 1, 1);
  transition: all 500ms ease;
  mix-blend-mode: luminosity;
  background-blend-mode: luminosity;
}

.main-service-one__single:hover .main-service-one__single-img img {
  filter: saturate(1.0);
  transform: scale(1.05) rotate(0deg);
}

.main-service-one__single-img-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(.7) rotate(0deg);
  transition: all 500ms ease;
  z-index: 3;
}

.main-service-one__single:hover .main-service-one__single-img-icon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.main-service-one__single-img-icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--blueblossom-black);
  color: var(--blueblossom-white);
  font-size: 25px;
  line-height: 25px;
}

/*=== Main Service One Nav ===*/

.main-service-one__nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  margin: 60px auto 0px;
  z-index: 9999;
}

.main-service-one__nav-prev,
.main-service-one__nav-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--blueblossom-black);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.main-service-one__nav-prev::before,
.main-service-one__nav-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: scale(0.7);
  border-radius: 50%;
  background-color: var(--blueblossom-base);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

.main-service-one__nav-prev:hover::before,
.main-service-one__nav-next:hover::before {
  opacity: 1;
  transform: scale(1);
}

.main-service-one__nav-prev span,
.main-service-one__nav-next span {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.main-service-one__nav-prev span i,
.main-service-one__nav-next span i {
  position: relative;
  display: inline-block;
  color: var(--blueblossom-white);
  font-size: 18px;
  line-height: 18px;
  transition: all 200ms linear;
  transition-delay: .1s;
}

.main-service-one__nav-prev:hover span i,
.main-service-one__nav-next:hover span i {
  color: var(--blueblossom-white);
}

.main-service-one__nav-prev span i.left {
  transform: rotate(0deg);
}


/*==============================================
    Site Footer Two
===============================================*/
.site-footer-two {
  position: relative;
  display: block;
  background-color: #08204e;
  overflow: hidden;
  z-index: 1;
}




.site-footer-two__top {
  position: relative;
  display: block;
  padding: 100px 0 ;
  z-index: 1;
}

.site-footer-two__top-inner {
  position: relative;
  display: block;
}

.footer-widget-two__about {
  position: relative;
  display: block;
  margin-top: 8px;
}

.footer-widget-two__about-logo {
  position: relative;
  display: block;
}
.footer-widget-two__about-logo img {
  max-width: 300px;
}

.footer-widget-two__about-text {
  color: rgba(var(--blueblossom-white-rgb), .80);
  font-weight: 600;
  margin-top:13px;
  margin-bottom: 13px;
}

.footer-widget-two__social {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border: 1px solid rgba(var(--blueblossom-white-rgb), .20);
  border-radius: 8px;
  font-size: 15px;
  color: var(--blueblossom-white);
  background-color: rgba(10, 36, 92, .8);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.footer-widget-two__social a:hover {
  color: var(--blueblossom-base);
  border: 1px solid var(--blueblossom-white);
}

.footer-widget-two__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--blueblossom-white);
  transform: scale(0.5);
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.footer-widget-two__social a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.footer-widget-two__social a+a {
  margin-left: 5px;
}

.footer-widget-two__usefull-links {
  position: relative;
  display: block;
  margin-left: 50px;
}

.footer-widget-two__title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: var(--blueblossom-white);
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 45px;
  text-transform: capitalize;
}

.footer-widget-two__title:before {
  content: "";
  height: 2px;
  width: 80px;
  background: var(--blueblossom-base);
  position: absolute;
  bottom: -14px;
  left: 0;
}

.footer-widget-two__title::after {
  position: absolute;
  left: 37px;
  bottom: -16px;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--blueblossom-base);
  border-radius: 50%;
}

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

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

.footer-widget-two__links-list li+li {
  margin-top: 16px;
}

.footer-widget-two__links-list a {
  color: rgba(var(--blueblossom-white-rgb), .80);
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__resources {
  position: relative;
  display: block;
  margin-left: 23px;
}

.footer-widget-two__gallery {
  position: relative;
  display: block;
  margin-left: -23px;
}

.footer-widget-two__gallery-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 5px;
}

.footer-widget-two__gallery-list li {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.footer-widget-two__gallery-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.footer-widget-two__gallery-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--blueblossom-base-rgb), .80);
  transition: all 700ms ease;
  transform: translateY(-100%);
  z-index: 1;
}

.footer-widget-two__gallery-list li:hover .footer-widget-two__gallery-img:before {
  transform: translateY(0%);
}

.footer-widget-two__gallery-img img {
  width: 100%;
  border-radius: 4px;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.footer-widget-two__gallery-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(--blueblossom-white);
  transform: translateY(100px);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.footer-widget-two__gallery-list li:hover .footer-widget-two__gallery-img a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.footer-widget-two__gallery-list li .footer-widget-two__gallery-img a:hover {
  color: var(--blueblossom-white);
}


.footer-widget-two__social .ndis_logo {
  margin-top: 20px;
  margin-right:10px;
}
.footer-widget-two__social .gcc_logo {
  margin-top: 20px;
}

.footer-widget-two__social .ndis_logo img {
    max-width: 150px;
}

.footer-widget-two__social .gcc_logo img {
    max-width: 150px;
}



.site-footer-two__bottom {
  position: relative;
  display: block;
  background-color: #001644;
}

.site-footer-two__bottom-inner {
  position: relative;
  display: block;
  padding: 27px 0;
}

.site-footer-two__copyright {
  position: relative;
  display: block;
}

.site-footer-two__copyright-text {
  font-size: 16px;
  color: var(--blueblossom-white);
  font-weight: 600;
}

.site-footer-two__copyright-text a {
  color: var(--blueblossom-white);
}





/*==============================================
    Location One   
===============================================*/
.location-one {
  position: relative;
  display: block;
  z-index: 1;
}

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

.location-one__list {
  position: relative;
  display: block;
}

.location-one__list li {
  position: relative;
  display: block;
}

.location-one__list li+li {
  margin-top: 30px;
}

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

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

.location-one__img img {
  width: 100%;
  border-radius: 15px;
}

.location-one__content {
  position: relative;
  display: block;
  margin-top: 27px;
}

.location-one__content-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.location-one__details {
  position: relative;
  display: block;
}

.location-one__details p {
  font-weight: 600;
}

.location-one__details p span {
  font-size: 20px;
  font-weight: 700;
  color: var(--blueblossom-black);
}

.location-one__details p+p {
  margin-top: 6px;
}

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

.location-one__map-box {
  position: relative;
  display: block;
}

.location-one__map-img {
  position: relative;
  display: block;
}

.location-one__map-img img {
  width: 100%;
  border-radius: 15px;
}

.location-one__point-1 {
  position: absolute;
  top: 38%;
  left: 190px;
  z-index: 2;
}

.location-one__markar {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(28, 88, 213, .40);
  z-index: 5;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.location-one__markar:before {
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 3px;
  left: 3px;
  background-color: var(--blueblossom-base);
  content: "";
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.location-one__point-1:hover .location-one__markar:before {
  background-color: var(--blueblossom-black);
}

.location-one__markar:after {
  content: "\e944";
  font-family: 'icomoon' !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
  color: var(--blueblossom-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-one__popup-box {
  position: absolute;
  top: 15px;
  left: -45px;
  z-index: 2;
  opacity: 0;
  transform: perspective(400px) rotateX(90deg) translateY(10px);
  transform-origin: bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.location-one__point-1:hover .location-one__popup-box {
  opacity: 1.0;
  transform: perspective(400px) rotateX(0deg) translateY(0);
  transition-delay: .3s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.location-one__popup {
  position: relative;
  display: block;
  max-width: 250px;
  width: 100%;
  background-color: var(--blueblossom-white);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 12px 12px 12px;
  border-radius: 12px;
}

.location-one__popup-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 250px;
}

.location-one__popup-img {
  position: relative;
  display: block;
  width: 80px;
  border-radius: 10px;
  overflow: hidden;
}

.location-one__popup-img img {
  width: 100%;
  border-radius: 10px;
}

.location-one__popup-content {
  position: relative;
  display: block;
}

.location-one__popup-content p {
  font-size: 14px;
  line-height: 20px;
}

.location-one__popup-content span {
  font-size: 14px;
  font-weight: 600;
  color: var(--blueblossom-black);
  position: relative;
  display: block;
  margin-top: 7px;
}

.location-one__point-2 {
  left: 36%;
  top: inherit;
  bottom: 16%;
}

.location-one__point-3 {
  left: 50%;
  top: 15%;
}

.location-one__point-4 {
  left: auto;
  top: 32%;
  right: 10%;
}

.location-one__point-5 {
  left: auto;
  top: auto;
  bottom: 30%;
  right: 33%;
}

.location-one__markar .ripple,
.location-one__markar .ripple:before,
.location-one__markar .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(28, 88, 213, .5);
  -o-box-shadow: 0 0 0 0 rgba(28, 88, 213, .5);
  -webkit-box-shadow: 0 0 0 0 rgba(28, 88, 213, .5);
  box-shadow: 0 0 0 0 rgba(28, 88, 213, .5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.location-one__markar .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.location-one__markar .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}






/***
=============================================
Sliding Text Two 
=============================================
***/
.sliding-text-two {
  position: relative;
  display: block;
  padding: 30px 0 30px;
  background-color: var(--blueblossom-black);
  z-index: 1;
}

.sliding-text-two__wrap {
  position: relative;
  display: block;
}

.sliding-text-two__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  width: fit-content;
}

.sliding-text-two__list li {
  osition: relative;
  display: block;
  float: left;
  margin-right: 35px;
}

.sliding-text-two__list li span {
  position: relative;
  display: block;
  width: 80px;
  height: 40px;
  border: 2px solid rgba(var(--blueblossom-white-rgb), .99);
  border-radius: 20px;
  top: 12px;
}

.sliding-text-two__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 45px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--blueblossom-white-rgb), .99);
  font-size: 80px;
  line-height: .8em;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--blueblossom-font-two);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sliding-text-two__list li .sliding-text-two__title:hover {
  color: transparent;
  -webkit-text-stroke: 1px transparent;
}

.sliding-text-two__title:before {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--blueblossom-white);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text-two__list li:hover .sliding-text-two__title:before {
  width: 100%;
}


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

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

.testimonial-one__single {
  position: relative;
  display: block;
  background: var(--blueblossom-white);
  border: 2px solid rgba(var(--blueblossom-base-rgb), .30);
  border-radius: 20px;
  padding: 0px 30px 30px;
  padding-right: 0;
  margin-left: 30px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.testimonial-one__single-inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 30px 30px 0px;
  padding-left: 0;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
}

.testimonial-one__single-inner:before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  height: 92px;
  width: 92px;
  border-radius: 50%;
  background-color: rgba(var(--blueblossom-base-rgb), .05);
  z-index: -1;
}

.testimonial-one__single-inner:after {
  content: "";
  position: absolute;
  top: -20px;
  right: -40px;
  height: 92px;
  width: 92px;
  border-radius: 50%;
  background-color: rgba(var(--blueblossom-base-rgb), .05);
  z-index: -1;
}

.testimonial-one__star {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.testimonial-one__star span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--blueblossom-base);
}

/*.testimonial-one__star span:nth-child(4) {
  color: var(--blueblossom-gray);
  opacity: .40;
}

.testimonial-one__star span:nth-child(5) {
  color: var(--blueblossom-gray);
  opacity: .40;
}
*/
.testimonial-one__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    min-height: 215px;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px; 
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  width: 64px;
  overflow: hidden;
  border-radius: 50%;
}

.testimonial-one__client-img img {
  border-radius: 50%;
  border: 2px solid rgba(var(--blueblossom-base-rgb), .40);
}

.testimonial-one__client-content {
  position: relative;
  display: block;
  flex: 1;
}

.testimonial-one__client-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}

.testimonial-one__client-name a {
  color: var(--blueblossom-black);
}

.testimonial-one__client-name a:hover {
  color: var(--blueblossom-base);
}

.testimonial-one__sub-title {
  font-size: 14px;
  line-height: 14px;
}

.testimonial-one__quote {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.testimonial-one__quote span {
  position: relative;
  display: inline-block;
  color: rgba(var(--blueblossom-gray-rgb), .2);
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  text-transform: capitalize;
}




.testimonial-one__carousel.owl-carousel .owl-stage-outer {
  padding-bottom: 0px;
}

.testimonial-one__carousel.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 56px;
}

.testimonial-one__carousel.owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 11px;
  background: var(--blueblossom-black);
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial-one__carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--blueblossom-base)
}

.testimonial-one__carousel.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  top: -7px;
  left: -7px;
  bottom: -7px;
  right: -7px;
  border: 1px solid var(--blueblossom-base);
  border-radius: 50%;
  transform: scaleX(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.testimonial-one__carousel.owl-theme .owl-dots .owl-dot.active span::before,
.testimonial-one__carousel.owl-theme .owl-dots .owl-dot:hover span::before {
  transform: scaleX(1.0);
}

.testimonial-one__carousel.owl-dot-style1.owl-theme .owl-nav.disabled+.owl-dots {
  position: relative;
  display: block;
}





























/***
=============================================
Product
=============================================
***/
.product {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.product__sidebar {
  position: relative;
  display: block;
}

.product__sidebar-single+.product__sidebar-single {
  margin-top: 30px;
}

.product__sidebar-title {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
  margin-bottom: 22px;
  padding-left: 27px;
}

.product__sidebar-title::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  background-color: var(--blueblossom-base);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.shop-search {
  position: relative;
  display: block;
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  padding: 30px 30px 30px;
  border-radius: var(--blueblossom-bdr-radius);
}

.shop-search form {
  position: relative;
}

.shop-search form input[type=search],
.shop-search form input[type=text] {
  width: 100%;
  height: 60px;
  background-color: var(--blueblossom-white);
  padding-left: 30px;
  padding-right: 60px;
  font-size: 16px;
  color: var(--blueblossom-gray);
  font-family: var(--blueblossom-font);
  border: none;
  outline: none;
  font-weight: 500;
}

.shop-search form ::placeholder {
  color: inherit;
  opacity: 1;
}

.shop-search form button[type="submit"] {
  background-color: var(--blueblossom-base);
  color: var(--blueblossom-white);
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 50px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-search form button:hover[type="submit"] {
  background-color: var(--blueblossom-black);
  color: var(--blueblossom-white);
}

.product__price-ranger {
  position: relative;
  padding: 27px 30px 30px;
  margin: 0;
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  border-radius: var(--blueblossom-bdr-radius);
}

.product__price-ranger.price-ranger {
  margin-top: 7px;
  margin-bottom: 0px;
}

.product__price-ranger .price-ranger .ui-widget-content {
  background: var(--blueblossom-white);
  border: none;
  height: 5px;
}

.product__price-ranger .price-ranger .ui-slider-handle {
  position: absolute;
  top: -5px;
  background: var(--blueblossom-base);
  border: 0;
  height: 14px;
  width: 14px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-range {
  background: var(--blueblossom-base);
}

.product__price-ranger .price-ranger #slider-range {
  margin-left: 3px;
  margin-right: 0;
  margin-top: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin-top: 17px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input {
  display: inline-block;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] {
  position: relative;
  display: block;
  background: var(--blueblossom-black);
  float: right;
  text-align: center;
  border: none;
  color: var(--blueblossom-white);
  font-size: 12px;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 20px;
  letter-spacing: 0.1em;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
  position: relative;
  display: inline-block;
  color: var(--blueblossom-gray);
  font-size: 14px;
  font-weight: 400;
  width: 40px;
  line-height: 30px;
  border: none;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.product__price-ranger .price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--blueblossom-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  left: -2px;
}


.shop-category {
  position: relative;
  display: block;
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  padding: 29px 30px 30px;
  border-radius: var(--blueblossom-bdr-radius);
}

.shop-category ul {
  position: relative;
  display: block;
}

.shop-category ul li {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--blueblossom-gray);
  margin-bottom: 15px;
}

.shop-category ul li:last-child {
  margin-bottom: 0;
}

.shop-category ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--blueblossom-gray);
  font-weight: 500;
  border-radius: 10px;
  background-color: var(--blueblossom-white);
  padding: 13px 15px 13px;
  transition: all 0.3s ease;
  z-index: 1;
}

.shop-category ul li:hover a {
  color: var(--blueblossom-base);
}

.shop-category ul li a:after {
  position: absolute;
  right: 5px;
  top: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  background-color: var(--blueblossom-base);
  font-family: 'icomoon' !important;
  content: "\e92c";
  opacity: 1;
  font-size: 12px;
  color: var(--blueblossom-white);
  line-height: 30px;
  border-radius: 5px;
  transform: rotate(-90deg);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.shop-product-tags {
  position: relative;
  display: block;
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  padding: 25px 30px 30px;
  border-radius: var(--blueblossom-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.shop-product__tags-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-product__tags-list a {
  font-size: 12px;
  color: var(--blueblossom-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--blueblossom-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px 5px;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.shop-product__tags-list a:hover {
  color: var(--blueblossom-white);
  background: var(--blueblossom-base);
}


.sidebar-rating-box {
  position: relative;
  display: block;
}

.sidebar-rating-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.sidebar-rating-box ul li {
  position: relative;
  display: block;
}

.sidebar-rating-box ul li+li {
  margin-top: 30px;
}

.sidebar-rating-box ul li input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.sidebar-rating-box ul li label {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #ffc009;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-rating-box ul li label span.gray {
  color: #dddbdb;
}

.sidebar-rating-box ul li input[type=radio]+label i {
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  overflow: hidden;
  border: 1px solid var(--blueblossom-gray);
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-rating-box ul li label i::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  transform: scale(0);
  background-color: var(--blueblossom-base);
  border-radius: 0%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-rating-box ul li input[type=radio]:checked+label i {
  border-color: var(--blueblossom-base);
}

.sidebar-rating-box ul li input[type=radio]:checked+label i::before {
  transform: scale(1.0);
}

.shop-product-recent-products {
  position: relative;
  display: block;
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  padding: 29px 30px 27px;
  border-radius: var(--blueblossom-bdr-radius);
}

.shop-product-recent-products ul {
  position: relative;
  display: block;
}

.shop-product-recent-products ul li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddbdb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.shop-product-recent-products ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.shop-product-recent-products ul li .img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.shop-product-recent-products ul li .img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--blueblossom-black-rgb), 0.5);
  opacity: 0;
  z-index: 1;
  content: "";
}

.shop-product-recent-products ul li:hover .img::before {
  opacity: 1;
}

.shop-product-recent-products ul li .img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.shop-product-recent-products ul li:hover .img img {
  transform: scale(1);
}

.shop-product-recent-products ul li .img a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blueblossom-white);
  font-size: 16px;
  line-height: 0;
  transform: translateY(10px) scale(0);
  z-index: 5;
}

.shop-product-recent-products ul li:hover .img a {
  transform: translateY(0) scale(1);
}

.shop-product-recent-products ul li .img a:hover {
  color: var(--blueblossom-base);
  transform: translateY(0) scale(1);
}

.shop-product-recent-products ul li .content {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 20px;
}

.shop-product-recent-products ul li .content .title {
  position: relative;
  display: block;
}

.shop-product-recent-products ul li .content .title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.shop-product-recent-products ul li .content .title h5 a {
  color: var(--blueblossom-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-product-recent-products ul li .content .title h5 a:hover {
  color: var(--blueblossom-base);
}

.shop-product-recent-products ul li .content .price {
  position: relative;
  display: block;
  padding: 5px 0px 5px;
}

.shop-product-recent-products ul li .content .price p {
  color: var(--blueblossom-base);
}

.shop-product-recent-products ul li .content .review {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-product-recent-products ul li .content .review i {
  color: #ffc009;
  font-size: 12px;
}

.shop-product-recent-products ul li .content .review i.color {
  color: #dddbdb;
}

.shop-product-recent-products ul li .content .review i+i {
  margin-left: 5px;
}

.product__items {
  position: relative;
  display: block;
}

.product__showing-result {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 130px;
}

.product__showing-text-box {
  position: relative;
  display: block;
}

.product__showing-text {
  font-size: 16px;
  font-weight: 400;
}

.product__showing-sort {
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
}

.product__showing-sort .select-box .nice-select {
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  color: var(--blueblossom-gray);
  font-size: 16px;
  font-weight: 400;
  height: 70px;
  line-height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  border-radius: var(--blueblossom-bdr-radius);
  margin-bottom: 0px;
}

.product__showing-sort .select-box .nice-select:after {
  position: absolute;
  right: 30px;
}

.product__all {
  position: relative;
  display: block;
}

.product__all-tab {
  position: relative;
  display: block;
}

.product__all-tab-button {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 5;
}

.product__all-tab-button ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  padding: 15px 15px 15px;
  border-radius: var(--blueblossom-bdr-radius);
}

.product__all-tab-button ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 3px;
  background-color: var(--blueblossom-white);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product__all-tab-button ul li:hover,
.product__all-tab-button ul li.active-btn-item {
  background-color: var(--blueblossom-base);
}

.product__all-tab-button ul li+li {
  margin-left: 10px;
}

.product__all-tab-button-icon {
  position: relative;
  display: block;
  color: var(--blueblossom-base);
  font-size: 18px;
  line-height: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product__all-tab-button-icon.one {
  transform: rotate(90deg);
}

.product__all-tab-button ul li:hover .product__all-tab-button-icon,
.product__all-tab-button ul li.active-btn-item .product__all-tab-button-icon {
  color: var(--blueblossom-white);
}

.product__all-tab .tabs-content-box {
  position: relative;
  display: block;
}

.product__all-tab .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.product__all-tab .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.product__all-tab .tab-content-box-item .product__all-tab-content-box-item {
  transition: all 0.7s ease;
  opacity: 0;
  transform: translateY(5px);
  transform-origin: top bottom;
}

.product__all-tab .tab-content-box-item.tab-content-box-item-active .product__all-tab-content-box-item {
  opacity: 1.0;
  transform: translateY(0px);
  transform-origin: bottom top;
}

.product__all-tab-single {
  position: relative;
  display: block;
}

.single-product-style1 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border: 1px solid rgba(var(--blueblossom-black-rgb), .10);
  background-color: var(--blueblossom-white);
  padding: 0 0 30px;
  border-radius: var(--blueblossom-bdr-radius);
  transition: all 500ms ease;
  z-index: 1;
}

.single-product-style1:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.single-product-style1__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--blueblossom-bdr-radius);
  border-bottom: 1px solid rgba(var(--blueblossom-black-rgb), .10);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
}

.single-product-style1__img img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.single-product-style1:hover .single-product-style1__img img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.single-product-style1:hover .single-product-style1__img img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.single-product-style1__img img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-product-style1__overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}

.single-product-style1__overlay li {
  position: relative;
  display: block;
}

.single-product-style1__overlay li+li {
  margin-top: 8px;
}

.single-product-style1__overlay li p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  background-color: var(--blueblossom-white);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
  color: var(--blueblossom-base);
  line-height: 35px;
  font-weight: 600;
}

.single-product-style1__info {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.4s linear 0s;
  z-index: 5;
}

.single-product-style1:hover .single-product-style1__info {
  opacity: 1;
  transform: translateY(0);
}

.single-product-style1__info li {
  position: relative;
  display: block;
}

.single-product-style1__info li+li {
  margin-left: 8px;
}

.single-product-style1__info li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--blueblossom-white);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
  color: var(--blueblossom-base);
  font-size: 15px;
  line-height: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-product-style1__info li a:hover {
  color: var(--blueblossom-white);
  background-color: var(--blueblossom-base);
}

.single-product-style1__content {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 23px 15px 0px;
}

.single-product-style1__content-left {
  position: relative;
  display: block;
}

.single-product-style1__content-left h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 12px;
}

.single-product-style1__content-left h4 a {
  color: var(--blueblossom-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-product-style1__content-left h4 a:hover {
  color: var(--blueblossom-base);
}

.single-product-style1__content-left p {
  font-size: 16px;
  font-weight: 500;
  color: var(--blueblossom-gray);
  margin-top: 4px;
}

.single-product-style1__content-left p del {
  color: var(--blueblossom-base);
  margin-right: 5px;
}

.single-product-style1__content-right {
  position: relative;
  display: block;
}

.single-product-style1__review {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  padding: 3.5px 5px 3.5px;
  top: -9px;
}

.single-product-style1__review i {
  color: var(--blueblossom-base);
  font-size: 14px;
  margin-right: 5px;
}

.single-product-style1__review p {
  color: var(--blueblossom-black);
  font-weight: 500;
}


.single-product-style2 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border: 1px solid rgba(var(--blueblossom-black-rgb), .10);
  background-color: var(--blueblossom-white);
  border-radius: var(--blueblossom-bdr-radius);
  transition: all 500ms ease;
  z-index: 1;
}

.single-product-style2:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.single-product-style2 .row {
  --bs-gutter-x: 0px;
  align-items: center;
}

.single-product-style2__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--blueblossom-bdr-radius);
  border-right: 1px solid rgba(var(--blueblossom-black-rgb), .10);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
}

.single-product-style2__img img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.single-product-style2:hover .single-product-style2__img img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.single-product-style2:hover .single-product-style2__img img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.single-product-style2__img img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-product-style2__content {
  position: relative;
  display: block;
  padding: 0px 15px 0px;
}

.single-product-style2__review {
  position: relative;
  display: flex;
  align-items: center;
}

.single-product-style2__review i {
  color: var(--blueblossom-base);
  font-size: 16px;
}

.single-product-style2__review i+i {
  margin-left: 5px;
}

.single-product-style2__text {
  position: relative;
  display: block;
  padding-top: 17px;
}

.single-product-style2__text h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 1px;
}

.single-product-style2__text h4 a {
  color: var(--blueblossom-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-product-style2__text h4 a:hover {
  color: var(--blueblossom-base);
}

.single-product-style2__text p {
  font-size: 16px;
  font-weight: 500;
  color: var(--blueblossom-gray);
  margin-top: 4px;
}

.single-product-style2__text p del {
  color: var(--blueblossom-base);
  margin-right: 5px;
}

.single-product-style2__info {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-left: 0;
}

.single-product-style2__info li {
  position: relative;
  display: block;
}

.single-product-style2__info li+li {
  margin-left: 8px;
}

.single-product-style2__info li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--blueblossom-white);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
  color: var(--blueblossom-base);
  font-size: 15px;
  line-height: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-product-style2__info li a:hover {
  color: var(--blueblossom-white);
  background-color: var(--blueblossom-base);
}



/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 30px;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  color: rgba(var(--blueblossom-gray-rgb), .50);
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  border: 1px solid rgba(var(--blueblossom-gray-rgb), .50);
  text-align: center;
  transition: all 500ms ease;
  font-family: var(--blueblossom-font);
  z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
  color: var(--blueblossom-white);
  background: var(--blueblossom-base);
  border-color: var(--blueblossom-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  border-radius: 50%;
  color: rgba(var(--blueblossom-gray-rgb), .50);
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: var(--blueblossom-white);
}

.styled-pagination li a span:before {
  position: relative;
  top: 0px;
  color: rgba(var(--blueblossom-gray-rgb), .50);
  font-size: 14px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
  color: var(--blueblossom-white);
}




/***
=============================================
Product Details
=============================================
***/
.product-details {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  z-index: 1;
}


.product-details__left {
  position: relative;
  display: block;
  margin-right: 80px;
}

.product-details__left-inner {
  position: relative;
  display: block;
}

.product-details__thumb-box {
  position: relative;
  display: block;
  max-width: 400px;
  margin-top: 20px;
}

#shop-details-one__thumb {
  z-index: 10;
}

.product-details__thumb-img {
  position: relative;
  display: block;
  width: 125px !important;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(var(--blueblossom-black-rgb), .10);
}

.product-details__thumb-img img {
  width: 100%;
  border-radius: 10px;
}

.product-details__thumb-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--blueblossom-base);
  opacity: 0;
  transition: all 500ms ease;
}


#shop-details-one__thumb .swiper-slide-thumb-active .product-details__thumb-img:before {
  opacity: 1;
}

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

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

.product-details__img img {
  width: 100%;
  border: 1px solid rgba(var(--blueblossom-black-rgb), .10);
  border-radius: 15px;
}


.product-details__nav {
  position: absolute;
  top: 50%;
  left: 5px;
  right: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 100;
}

.product-details__nav .swiper-button-next,
.product-details__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: var(--blueblossom-black);
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  border-radius: 50%;
  margin: 0;
  text-align: center;
  opacity: 1;
  transition: all 500ms ease;
  z-index: 100;
}


.product-details__nav .swiper-button-next:hover,
.product-details__nav .swiper-button-prev:hover {
  color: var(--blueblossom-white);
  background-color: var(--blueblossom-base);
}

.product-details__nav .swiper-button-next {
  margin-top: 0px;
}

.product-details__nav .swiper-button-next i,
.product-details__nav .swiper-button-prev i {
  position: relative;
  display: flex;
  align-items: center;
}

.product-details__nav .swiper-button-next::after,
.product-details__nav .swiper-button-prev::after {
  display: none;
}


.product-details__right {
  position: relative;
  display: block;
  margin-top: -9px;
}

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

.product-details__title {
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}

.product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--blueblossom-base);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 25px;
  letter-spacing: 0;
}

.product-details__reveiw {
  display: flex;
  align-items: center;
  margin-top: 26px;
  padding-bottom: 37px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(var(--blueblossom-black-rgb), .10);
}

.product-details__reveiw i {
  font-size: 16px;
  color: var(--blueblossom-base);
}

.product-details__reveiw i+i {
  margin-left: 4px;
}

.product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--blueblossom-gray);
  margin-left: 18px;
}

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

.product-details__content-text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 31px;
}

.product-details__content-text2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.product-details__select {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.product-details__select-size {
  position: relative;
  display: flex;
  align-items: center;
}

.product-details__select-size h3 {
  font-size: 20px;
  line-height: 30px;
  margin-right: 15px;
  font-weight: 600;
}

.product-details__select-size ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}

.product-details__select-size ul li {
  position: relative;
  display: block;
  width: 80px;
  height: 40px;
}

.product-details__select-size ul li input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-details__select-size ul li label {
  position: relative;
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blueblossom-black);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product-details__select-size ul li input[type=radio]:checked+label {
  color: var(--blueblossom-white);
  font-weight: 500;
}

.product-details__select-size ul li input[type=radio]+label i {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 40px;
  overflow: hidden;
  border: 1px solid var(--blueblossom-gray);
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}

.product-details__select-size ul li label i::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  transform: scale(0.3);
  opacity: 0;
  background-color: var(--blueblossom-base);
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product-details__select-size ul li input[type=radio]:checked+label i {
  border-color: var(--blueblossom-base);
}

.product-details__select-size ul li input[type=radio]:checked+label i::before {
  transform: scale(1.0);
  opacity: 1;
}


.product-details__inner {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 25px;
}

.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
}

.product-details__quantity-title {
  margin: 0;
  color: var(--blueblossom-black);
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-right: 20px;
}

.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 0px;
  height: 50px;
}

.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 10px;
  height: 50px;
  border: 1px solid rgba(var(--blueblossom-black-rgb), .10);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  font-family: var(--blueblossom-font);
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  color: var(--blueblossom-gray);
}

.product-details__quantity .quantity-box button {
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: var(--blueblossom-gray);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border: none;
  border-left: 1px solid rgba(var(--blueblossom-black-rgb), .10);
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid rgba(var(--blueblossom-black-rgb), .10);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
}

.product-details__buttons-boxes {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.product-details__buttons-1 {
  position: relative;
  display: block;
}

.product-details__buttons-2 {
  position: relative;
  display: block;
}

.product-details__buttons-1 .thm-btn,
.product-details__buttons-2 .thm-btn {
  text-transform: capitalize;
}

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

.product-details__social .title {
  position: relative;
  display: block;
}

.product-details__social .title h3 {
  color: var(--blueblossom-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.product-details__social-link {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product-details__social-link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blueblossom-white);
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background-color: var(--blueblossom-black);
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.product-details__social-link a+a {
  margin-left: 10px;
}

.product-details__social-link a:hover {
  color: var(--blueblossom-white);
  background-color: var(--blueblossom-base);
}

/***
=============================================
Product Description
=====***/
.product-description {
  position: relative;
  display: block;
  padding: 0 0 110px;
  z-index: 1;
}

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

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

.product-details__main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 0;
}

.product-details__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
}

.product-details__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 18px;
  line-height: 18px;
  color: var(--blueblossom-black);
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  padding: 16px 25px 16px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}

.product-details__main-tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--blueblossom-white);
}

.product-details__main-tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background-color: var(--blueblossom-base);
  transition: all 0.3s ease;
  z-index: -1;
}

.product-details__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}

.product-details__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

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

.product-details__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.product-details__tab-content-inner {
  position: relative;
  display: block;
  padding: 40px 40px 50px;
  border: 1px solid rgba(var(--blueblossom-black-rgb), .10);
}

.product-details__description-content {
  position: relative;
  display: block;
}

.product-description__list {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-description__list ul {
  position: relative;
  display: block;
}

.product-description__list ul li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}

.product-description__list ul li:last-child {
  margin-bottom: 0px;
}

.product-description__list ul li p {
  color: var(--blueblossom-black);
  margin: 0;
  font-weight: 500;
}

.product-description__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--blueblossom-base);
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  top: 2px;
  font-weight: 700;
}

.product-details__additional-information-content {
  position: relative;
  display: block;
}

.product-details__additional-information-text-1 {
  padding-bottom: 24px;
}

/*--------------------------------------------------------------
  # Review One
  --------------------------------------------------------------*/
.review-one {
  position: relative;
  display: block;
}

.comments-area {
  position: relative;
  display: block;
}

.review-one__title {
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.review-one__title h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}


.comments-area .comment-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(var(--blueblossom-black-rgb), .10);
}

.comments-area .comment {
  position: relative;
  display: flex;
  align-items: center;
}

.comments-area .comment-box .author-thumb {
  position: relative;
  display: block;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
}

.comments-area .comment-box .author-thumb figure {
  margin: 0;
}

.review-one__content {
  position: relative;
  display: block;
  padding-left: 45px;
  flex: 1;
}

.review-one__content-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.review-one__content-top .info {
  position: relative;
  display: block;
}

.review-one__content-top .info h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

.review-one__content-top .info h2 span {
  color: var(--blueblossom-base);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: var(--blueblossom-font);
}

.review-one__content-top .reply-btn {
  position: relative;
  display: block;
}

.review-one__content-top .reply-btn i:before {
  color: var(--blueblossom-base);
  font-size: 15px;
}

.review-one__content-bottom {
  position: relative;
  display: block;
}

.review-one__content-bottom p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
}

/*--------------------------------------------------------------
  # Review Form One
  --------------------------------------------------------------*/
.review-form-one {
  position: relative;
  display: block;
  padding: 16px 0px 0px;
}

.review-form-one__inner {
  position: relative;
  display: block;
}

.review-form-one__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
}

.review-form-one__rate-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 37px;
}

.review-form-one__rate-text {
  font-size: 18px;
  font-weight: 400;
}

.review-form-one__rate {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 17px;
}

.review-form-one__rate i {
  font-size: 16px;
  color: var(--blueblossom-base);
}

.review-form-one__rate i+i {
  margin-left: 5px;
}

.review-form-one__form {
  position: relative;
  display: block;
}

.review-form-one__form .row {
  --bs-gutter-x: 20px;
}

.review-form-one__input-box textarea {
  font-size: 16px;
  color: var(--blueblossom-gray);
  height: 160px;
  width: 100%;
  background-color: var(--blueblossom-white);
  padding: 20px 30px 30px;
  border: 1px solid rgba(var(--blueblossom-black-rgb), .10);
  outline: none;
  margin-bottom: 0px;
  font-weight: 500;
  border-radius: var(--blueblossom-bdr-radius);
}

.review-form-one__input-box.text-message-box {
  height: 160px;
}

.review-form-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 1px solid rgba(var(--blueblossom-black-rgb), .10);
  background-color: var(--blueblossom-white);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--blueblossom-gray);
  display: block;
  font-weight: 500;
  border-radius: var(--blueblossom-bdr-radius);
}

.review-form-one__form .thm-btn {
  text-transform: capitalize;
}


.our-services{
	background-image: url('../images/section-bg-img-1.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: auto;
	padding: 100px 0;
}

.service-item{
	background-color: #2bb1a91c;
	border-radius: 46px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 40px;
	transition: all 0.3s ease-in-out;
}

.service-item:hover{
	transform: translateY(-5px);
}

.service-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
}

.service-item-box{
	display: flex;
	align-items: center;
}

.service-item-box .icon-box{
	position: relative;
	background: linear-gradient(90deg, #1E9E9C 0%, #00CDCA 100%);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 15px;
	transition: all 0.5s ease-in-out;
}

.service-item-box .icon-box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.service-item:hover .service-item-box .icon-box::before{
	transform: scale(1);
}

.service-item-box .icon-box img{
	position: relative;
	max-width: 30px;
	z-index: 1;
}

.service-item-content{
	width: calc(100% - 75px);
}

.service-item-content h3{
	font-size: 21px;
	text-transform: capitalize;
}

.service-readmore{
	margin-left: 10px;
}

.service-readmore img{
	max-width: 40px;
	transition: all 0.3s ease-in-out;
}

.service-readmore a:hover img{
	filter: brightness(1) invert(0.5);
}

.service-body{
	margin-bottom: 30px;
  min-height: 200px;
}

.service-body p{
	margin: 0;
}

.service-image a{
	display: block;
	border-radius: 26px;
	overflow: hidden;
	cursor: none;
}

.service-image img{
	aspect-ratio: 1 / 0.62;
	object-fit: cover;
	border-radius: 26px;
	transition: all 0.4s ease-out;
  width: 100%;
}

.service-image:hover img{
	transform: scale(1.1)
}

.more-service-content{
	width: 100%;
	max-width: 630px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.our-services.bg-section .section-title {
  text-align: center;
}
.our-services.bg-section .section-title h3 {
  color: var(--blueblossom-gray);
  font-size: 16px;
  font-weight: normal;
}
.our-services.bg-section .section-title h2 {
  color: var(--blueblossom-black);
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    letter-spacing: -0.05em;
    max-width: 900px;
    margin: auto;
    text-align: center;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  background-color: var(--blueblossom-black);
  z-index: 91;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--blueblossom-black);
}

.main-slider__bg-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.main-slider__bg-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(80deg, #07275cc2 10%, #008BFF3D 100%);
  z-index: 1;
}

.main-slider__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -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;
}

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

.main-slider__shape-1 {
  position: absolute;
  bottom: -136px;
  right: 600px;
  top: -200px;
  width: 200px;
  background-color: var(--blueblossom-base);
  z-index: -1;
  opacity: 0;
  -webkit-transform: perspective(400px) rotate(18deg) translateX(-100px);
  -ms-transform: perspective(400px) rotate(18deg) translateX(-100px);
  transform: perspective(400px) rotate(18deg) translateX(-100px);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider .swiper-slide-active .main-slider__shape-1 {
  opacity: .70;
  -webkit-transform: perspective(400px) rotate(18deg) translateX(0px);
  -ms-transform: perspective(400px) rotate(18deg) translateX(0px);
  transform: perspective(400px) rotate(18deg) translateX(0px);
  -webkit-transition-delay: 2200ms;
  -moz-transition-delay: 2200ms;
  -ms-transition-delay: 2200ms;
  -o-transition-delay: 2200ms;
  transition-delay: 2200ms;
}

.main-slider__shape-2 {
  position: absolute;
  bottom: -136px;
  right: 490px;
  top: -106px;
  width: 200px;
  background-color: var(--blueblossom-base);
  z-index: -1;
  transform: rotate(18deg);
  opacity: 0;
  -webkit-transform: perspective(400px) rotate(18deg) translateX(-100px);
  -ms-transform: perspective(400px) rotate(18deg) translateX(-100px);
  transform: perspective(400px) rotate(18deg) translateX(-100px);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 1800ms ease;
  -moz-transition: all 1800ms ease;
  -ms-transition: all 1800ms ease;
  -o-transition: all 1800ms ease;
  transition: all 1800ms ease;
}

.main-slider .swiper-slide-active .main-slider__shape-2 {
  opacity: .50;
  -webkit-transform: perspective(400px) rotate(18deg) translateX(0px);
  -ms-transform: perspective(400px) rotate(18deg) translateX(0px);
  transform: perspective(400px) rotate(18deg) translateX(0px);
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.main-slider .container {
  position: relative;
  z-index: 30;
}

.main-slider__content {
  position: relative;
  display: block;
  padding-top: 177px;
  padding-bottom: 180px;
  z-index: 15;
}

.main-slider__sub-title {
  position: relative;
  display: block;
  font-size: 20px;
  color: var(--blueblossom-white);
  font-weight: 500;
  line-height: 1em;
  font-family: var(--blueblossom-font-two);
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider .swiper-slide-active .main-slider__sub-title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.main-slider__title {
  position: relative;
  font-size:56px;
  color: var(--blueblossom-white);
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-top: 22px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider__title img {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 200px;
  border-radius: 40px;
}

.main-slider .swiper-slide-active .main-slider__title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.main-slider__text {
  position: relative;
  display: block;
  font-size: 18px;
  color: rgba(var(--blueblossom-white-rgb), .80);
  font-weight: 500;
  line-height: 28px;
  margin-top: 18px;
  margin-bottom: 43px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 1;
}

.main-slider .swiper-slide-active .main-slider__text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider__btn-box .thm-btn::before,
.main-slider__btn-box .thm-btn::after {
  background-color: var(--blueblossom-white);
}

.main-slider__btn-box .thm-btn:hover {
  color: var(--blueblossom-base);
}

.main-slider__btn-box .thm-btn:hover>span {
  background-color: var(--blueblossom-base);
  color: var(--blueblossom-white);
}

.main-slider .swiper-slide-active .main-slider__btn-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}


.main-slider__img-two-box {
  position: relative;
  display: block;
  width: 350px;
  overflow: hidden;
  border-radius: var(--blueblossom-bdr-radius);
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider .swiper-slide-active .main-slider__img-two-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.main-slider__img-two-box img {
  width: 100%;
  border-radius: var(--blueblossom-bdr-radius);
}


#main-slider-pagination {
  position: absolute;
  left: auto;
  right: 40px;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  height: 185px;
  width: auto;
  z-index: 99999;
}

#main-slider-pagination::before {
  position: absolute;
  top: -105px;
  left: 50%;
  width: 4px;
  height: 85px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0.7595413165266106) 35%, rgba(255, 255, 255, 0.5746673669467788) 57%, rgba(255, 255, 255, 0.19371498599439774) 95%);
  transform: translateX(-50%);
  opacity: 0.3;
  content: "";
}

#main-slider-pagination::after {
  position: absolute;
  bottom: -105px;
  left: 50%;
  width: 4px;
  height: 85px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0.7595413165266106) 35%, rgba(255, 255, 255, 0.5746673669467788) 57%, rgba(255, 255, 255, 0.19371498599439774) 95%);
  transform: translateX(-50%);
  opacity: 0.3;
  content: "";
}

#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(var(--blueblossom-white-rgb), .10);
  border: 1px solid var(--blueblossom-black);
  border-radius: var(--blueblossom-bdr-radius);
  color: var(--blueblossom-white);
  font-size:12px;
  line-height: 20px;
  font-weight: 600;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  color: var(--blueblossom-black);
  background: rgba(var(--blueblossom-white-rgb), 1);
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-top: 10px;
}





/***
=============================================
Team One
=============================================
***/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
  background: linear-gradient(135deg, #ffffff 0%, #e8f4f8 50%, #d0e8f2 100%);
  backdrop-filter: blur(10px);
  z-index: 1;
}

.team-one__shape-2 {
  position: absolute;
  top: -350px;
  right: -490px;
  width: 1354px;
  height: 1354px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(51, 230, 215, 0.07) 0%, rgba(51, 230, 215, 0) 100%);
  border-radius: 50%;
  z-index: -1;
}

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

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

.team-one__img {
  position: relative;
  display: block;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='424' height='440' viewBox='0 0 424 440'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAagAAAG4CAYAAAAQZHNbAAAAAXNSR0IArs4c6QAAFk5JREFUeF7t3U1yW2UWx+F7XVAFA6iwA/cO6BUkjBk0H864YQUJKyCsgLCC0CMGSFHvIOnqBcAOCCvAVWHSA+l2bspKOcaJ9XGv9H/f+6SK6oktHT3npH8lx4nbZsdfjx8/vr1arT5umuZO0zT9/966+G/HR/RpBAgQIFCBwHnXdc/atu3/+7Vt26dffPHFf3Z5Xe02n/To0aNbH3744b2u6+6L0TZyPpYAAQKTFnj24s3M07ZtH3z55Ze/byqxUaAuwvTtRZg2fWwfR4AAAQIErgr8uGmobgzUYrG4t1wuH3jH5MoIECBAYCCB/h3Vg7Ozs3+97fHeGqj5fP69d00DrcPDECBAgMBrAl3XPbx79+43b2K5NlD9l/Q++OCDxcU3QCAlQIAAAQKjCHRd9+uff/75yddff31+9QmuDdTPP//8S9u2/Xfm+UWAAAECBMYWeHp2dvbJjYHyZb2x9+DxCRAgQOCqwHVf7nvtHdRsNvtn0zQ/oiNAgAABAkcQuH92dvbD+nlfBeqnn346fffdd5+8CNTpEYbylAQIECBA4Pz58+d/W/951KtAzWazR03TfMWHAAECBAgcS+Dyl/peBuri3dNvxxrI8xIgQIAAgbXA8+fPP+rfRb0MlHdPDoMAAQIEUgQu/qWJ79aB6t89+bOnlO2YgwABAtMWOH/xzRIftRf/KvnTaVt49QQIECCQJHBycnKnnc/n/T8C2/9be34RIECAAIEUgfvtbDbr/0mjz1ImMgcBAgQIEHjxcwb/3Qfql4sfOEiEAAECBAikCDzrv8T3x4vvO+9/Gq5fBAgQIEAgReC8fwfVpUxjDgIECBAgsBYQKLdAgAABApECAhW5FkMRIECAgEC5AQIECBCIFBCoyLUYigABAgQEyg0QIECAQKSAQEWuxVAECBAgIFBugAABAgQiBQQqci2GIkCAAAGBcgMECBAgECkgUJFrMRQBAgQICJQbIECAAIFIAYGKXIuhCBAgQECg3AABAgQIRAoIVORaDEWAAAECAuUGCBAgQCBSQKAi12IoAgQIEBAoN0CAAAECkQICFbkWQxEgQICAQLkBAgQIEIgUEKjItRiKAAECBATKDRAgQIBApIBARa7FUAQIECAgUG6AAAECBCIFBCpyLYYiQIAAAYFyAwQIECAQKSBQkWsxFAECBAgIlBsgQIAAgUgBgYpci6EIECBAQKDcAAECBAhECghU5FoMRYAAAQIC5QYIECBAIFJAoCLXYigCBAgQECg3QIAAAQKRAgIVuRZDESBAgIBAuQECBAgQiBQQqMi1GIoAAQIEBMoNECBAgECkgEBFrsVQBAgQICBQboAAAQIEIgUEKnIthiJAgAABgXIDBAgQIBApIFCRazEUAQIECAiUGyBAgACBSAGBilyLoQgQIEBAoNwAAQIECEQKCFTkWgxFgAABAgLlBggQIEAgUkCgItdiKAIECBAQKDdAgAABApECAhW5FkMRIECAgEC5AQIECBCIFBCoyLUYigABAgQEyg0QIECAQKSAQEWuxVAECBAgIFBugAABAgQiBQQqci2GIkCAAAGBcgMECBAgECkgUJFrMRQBAgQICJQbIECAAIFIAYGKXIuhCBAgQECg3AABAgQIRAoIVORaDEWAAAECAuUGCBAgQCBSQKAi12IoAgQIEBAoN0CAAAECkQICFbkWQxEgQICAQLkBAgQIEIgUEKjItRiKAAECBATKDRAgQIBApIBARa7FUAQIECAgUG6AAAECBCIFBCpyLYYiQIAAAYFyAwQIECAQKSBQkWsxFAECBAgIlBsgQIAAgUgBgYpci6EIECBAQKDcAAECBAhECghU5FoMRYAAAQIC5QYIECBAIFJAoCLXYigCBAgQECg3QIAAAQKRAgIVuRZDESBAgIBAuQECBAgQiBQQqMi1GIoAAQIEBMoNECBAgECkgEBFrsVQBAgQICBQboAAAQIEIgUEKnIthiJAgAABgXIDBAgQIBApIFCRazEUAQIECAiUGyBAgACBSAGBilyLoQgQIEBAoNwAAQIECEQKCFTkWgxFgAABAgLlBggQIEAgUkCgItdiKAIECBAQKDdAgAABApECAhW5FkMRIECAgEC5AQIECBCIFBCoyLUYigABAgQEyg0QIECAQKSAQEWuxVAECBAgIFBugAABAgQiBQQqci2GIkCAAAGBcgMECBAgECkgUJFrMRQBAgQICJQbIECAAIFIAYGKXIuhCBAgQECg3AABAgQIRAoIVORaDEWAAAECAuUGCBAgQCBSQKAi12IoAgQIEBAoN0CAAAECkQICFbkWQxEgQICAQLkBAgQIEIgUEKjItRiKAAECBATKDRAgQIBApIBARa7FUAQIECAgUG6AAAECBCIFBCpyLYYiQIAAAYFyAwQIECAQKSBQkWsxFAECBAgIlBsgQIAAgUgBgYpci6EIECBAQKDcAAECBAhECghU5FoMRYAAAQIC5QYIECBAIFJAoCLXYigCBAgQECg3QIAAAQKRAgIVuRZDESBAgIBAuQECBAgQiBQQqMi1GIoAAQIEBMoNECBAgECkgEBFrsVQBAgQICBQboAAAQIEIgUEKnIthiJAgAABgXIDBAgQIBApIFCRazEUAQIECAiUGyBAgACBSAGBilyLoQgQIEBAoNwAAQIECEQKCFTkWgxFgAABAgLlBggQIEAgUkCgItdiKAIECBAQKDdAgAABApECAhW5FkMRIECAgEC5AQIECBCIFBCoyLUYigABAgQEyg0QIECAQKSAQEWuxVAECBAgIFBugAABAgQiBQQqci2GIkCAAAGBcgMECBAgECkgUJFrMRQBAgQICJQbIECAAIFIAYGKXIuhCBAgQECg3AABAgQIRAoIVORaDEWAAAECAuUGCBAgQCBSQKAi12IoAgQIEBAoN0CAAAECkQICFbkWQxEgQICAQLkBAgQIEIgUEKjItRiKAAECBATKDRAgQIBApIBARa7FUAQIECAgUG6AAAECBCIFBCpyLYYiQIAAAYFyAwQIECAQKSBQkWsxFAECBAgIlBsgQIAAgUgBgYpci6EIECBAQKDcAAECBAhECghU5FoMRYAAAQIC5QYIECBAIFJAoCLXYigCBAgQECg3QIAAAQKRAgIVuRZDESBAgIBAuQECBAgQiBQQqMi1GIoAAQIEBMoNECBAgECkgEBFrsVQBAgQICBQboAAAQIEIgUEKnIthiJAgAABgXIDBAgQIBApIFCRazEUAQIECAiUGyBAgACBSAGBilyLoQgQIEBAoNwAAQIECEQKCFTkWgxFgAABAgLlBggQIEAgUkCgItdiKAIECBAQKDdAgAABApECAhW5FkMRIECAgEC5AQIECBCIFBCoyLUYigABAgQEyg0QIECAQKSAQEWuxVAECBAgIFBugAABAgQiBQQqci2GIkCAAAGBcgMECBAgECkgUJFrMRQBAgQICJQbIECAAIFIAYGKXIuhCBAgQECg3AABAgQIRAoIVORaDEWAAAECAuUGCBAgQCBSQKAi12IoAgQIEBAoN0CAAAECkQICFbkWQxEgQICAQLkBAgQIEIgUEKjItRiKAAECBATKDRAgQIBApIBARa7FUAQIECAgUG6AAAECBCIFBCpyLYYiQIAAAYFyAwQIECAQKSBQkWsxFAECBAgIlBsgQIAAgUgBgYpci6EIECBAQKDcAAECBAhECghU5FoMRYAAAQIC5QYIECBAIFJAoCLXYigCBAgQECg3QIAAAQKRAgIVuRZDESBAgIBAuQECBAgQiBQQqMi1GIoAAQIEBMoNECBAgECkgEBFrsVQBAgQICBQboAAAQIEIgUEKnIthiJAgAABgXIDBAgQIBApIFCRazEUAQIECAiUGyBAgACBSAGBilyLoQgQIEBAoNwAAQIECEQKCFTkWgxFgAABAgLlBggQIEAgUkCgItdiKAIECBAQKDdAgAABApECAhW5FkMRIECAgEC5AQIECBCIFBCoyLUYigABAgQEyg0QIECAQKSAQEWuxVAECBAgIFBugAABAgQiBQQqci2GIkCAAAGBcgMECBAgECkgUJFrMRQBAgQICJQbIECAAIFIAYGKXIuhCBAgQECg3AABAgQIRAoIVORaDEWAAAECAuUGCBAgQCBSQKAi12IoAgQIEBAoN0CAAAECkQICFbkWQxEgQICAQLkBAgQIEIgUEKjItRiKAAECBATKDRAgQIBApIBARa7FUAQIECAgUG6AAAECBCIFBCpyLYYiQIAAAYFyAwQIECAQKSBQkWsxFAECBAgIlBsgQIAAgUgBgYpci6EIECBAQKDcAAECBAhECghU5FoMRYAAAQIC5QYIECBAIFJAoCLXYigCBAgQECg3QIAAAQKRAgIVuRZDESBAgIBAuQECBAgQiBQQqMi1GIoAAQIEBMoNECBAgECkgEBFrsVQBAgQmK5A27ZN13WNQE33BrxyAgQIRAoIVORaDEWAAAECAuUGCBAgQCBOYB2nfjBf4otbj4EIECAwTYE+Tv2v/s+fBGqaN+BVEyBAIFLg8rsngYpckaEIECAwPYGX37V38Q5q/ep9iW96d+AVEyBAoAgBgSpiTYYkQIDA9AQEano794oJECAQIXDdl/UuDyZQEWsyBAECBKYjcPWbId70ygVqOjfhlRIgQODoAje9a/IO6ugrMgABAgSmI7DpO6arIt5BTedGvFICBAiMLvDqnym68pdud3niyQXqMt76byvvAudzCBAg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' x='0' y='0' width='424' height='440'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='424' height='440' viewBox='0 0 424 440'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAagAAAG4CAYAAAAQZHNbAAAAAXNSR0IArs4c6QAAFk5JREFUeF7t3U1yW2UWx+F7XVAFA6iwA/cO6BUkjBk0H864YQUJKyCsgLCC0CMGSFHvIOnqBcAOCCvAVWHSA+l2bspKOcaJ9XGv9H/f+6SK6oktHT3npH8lx4nbZsdfjx8/vr1arT5umuZO0zT9/966+G/HR/RpBAgQIFCBwHnXdc/atu3/+7Vt26dffPHFf3Z5Xe02n/To0aNbH3744b2u6+6L0TZyPpYAAQKTFnj24s3M07ZtH3z55Ze/byqxUaAuwvTtRZg2fWwfR4AAAQIErgr8uGmobgzUYrG4t1wuH3jH5MoIECBAYCCB/h3Vg7Ozs3+97fHeGqj5fP69d00DrcPDECBAgMBrAl3XPbx79+43b2K5NlD9l/Q++OCDxcU3QCAlQIAAAQKjCHRd9+uff/75yddff31+9QmuDdTPP//8S9u2/Xfm+UWAAAECBMYWeHp2dvbJjYHyZb2x9+DxCRAgQOCqwHVf7nvtHdRsNvtn0zQ/oiNAgAABAkcQuH92dvbD+nlfBeqnn346fffdd5+8CNTpEYbylAQIECBA4Pz58+d/W/951KtAzWazR03TfMWHAAECBAgcS+Dyl/peBuri3dNvxxrI8xIgQIAAgbXA8+fPP+rfRb0MlHdPDoMAAQIEUgQu/qWJ79aB6t89+bOnlO2YgwABAtMWOH/xzRIftRf/KvnTaVt49QQIECCQJHBycnKnnc/n/T8C2/9be34RIECAAIEUgfvtbDbr/0mjz1ImMgcBAgQIEHjxcwb/3Qfql4sfOEiEAAECBAikCDzrv8T3x4vvO+9/Gq5fBAgQIEAgReC8fwfVpUxjDgIECBAgsBYQKLdAgAABApECAhW5FkMRIECAgEC5AQIECBCIFBCoyLUYigABAgQEyg0QIECAQKSAQEWuxVAECBAgIFBugAABAgQiBQQqci2GIkCAAAGBcgMECBAgECkgUJFrMRQBAgQICJQbIECAAIFIAYGKXIuhCBAgQECg3AABAgQIRAoIVORaDEWAAAECAuUGCBAgQCBSQKAi12IoAgQIEBAoN0CAAAECkQICFbkWQxEgQICAQLkBAgQIEIgUEKjItRiKAAECBATKDRAgQIBApIBARa7FUAQIECAgUG6AAAECBCIFBCpyLYYiQIAAAYFyAwQIECAQKSBQkWsxFAECBAgIlBsgQIAAgUgBgYpci6EIECBAQKDcAAECBAhECghU5FoMRYAAAQIC5QYIECBAIFJAoCLXYigCBAgQECg3QIAAAQKRAgIVuRZDESBAgIBAuQECBAgQiBQQqMi1GIoAAQIEBMoNECBAgECkgEBFrsVQBAgQICBQboAAAQIEIgUEKnIthiJAgAABgXIDBAgQIBApIFCRazEUAQIECAiUGyBAgACBSAGBilyLoQgQIEBAoNwAAQIECEQKCFTkWgxFgAABAgLlBggQIEAgUkCgItdiKAIECBAQKDdAgAABApECAhW5FkMRIECAgEC5AQIECBCIFBCoyLUYigABAgQEyg0QIECAQKSAQEWuxVAECBAgIFBugAABAgQiBQQqci2GIkCAAAGBcgMECBAgECkgUJFrMRQBAgQICJQbIECAAIFIAYGKXIuhCBAgQECg3AABAgQIRAoIVORaDEWAAAECAuUGCBAgQCBSQKAi12IoAgQIEBAoN0CAAAECkQICFbkWQxEgQICAQLkBAgQIEIgUEKjItRiKAAECBATKDRAgQIBApIBARa7FUAQIECAgUG6AAAECBCIFBCpyLYYiQIAAAYFyAwQIECAQKSBQkWsxFAECBAgIlBsgQIAAgUgBgYpci6EIECBAQKDcAAECBAhECghU5FoMRYAAAQIC5QYIECBAIFJAoCLXYigCBAgQECg3QIAAAQKRAgIVuRZDESBAgIBAuQECBAgQiBQQqMi1GIoAAQIEBMoNECBAgECkgEBFrsVQBAgQICBQboAAAQIEIgUEKnIthiJAgAABgXIDBAgQIBApIFCRazEUAQIECAiUGyBAgACBSAGBilyLoQgQIEBAoNwAAQIECEQKCFTkWgxFgAABAgLlBggQIEAgUkCgItdiKAIECBAQKDdAgAABApECAhW5FkMRIECAgEC5AQIECBCIFBCoyLUYigABAgQEyg0QIECAQKSAQEWuxVAECBAgIFBugAABAgQiBQQqci2GIkCAAAGBcgMECBAgECkgUJFrMRQBAgQICJQbIECAAIFIAYGKXIuhCBAgQECg3AABAgQIRAoIVORaDEWAAAECAuUGCBAgQCBSQKAi12IoAgQIEBAoN0CAAAECkQICFbkWQxEgQICAQLkBAgQIEIgUEKjItRiKAAECBATKDRAgQIBApIBARa7FUAQIECAgUG6AAAECBCIFBCpyLYYiQIAAAYFyAwQIECAQKSBQkWsxFAECBAgIlBsgQIAAgUgBgYpci6EIECBAQKDcAAECBAhECghU5FoMRYAAAQIC5QYIECBAIFJAoCLXYigCBAgQECg3QIAAAQKRAgIVuRZDESBAgIBAuQECBAgQiBQQqMi1GIoAAQIEBMoNECBAgECkgEBFrsVQBAgQICBQboAAAQIEIgUEKnIthiJAgAABgXIDBAgQIBApIFCRazEUAQIECAiUGyBAgACBSAGBilyLoQgQIEBAoNwAAQIECEQKCFTkWgxFgAABAgLlBggQIEAgUkCgItdiKAIECBAQKDdAgAABApECAhW5FkMRIECAgEC5AQIECBCIFBCoyLUYigABAgQEyg0QIECAQKSAQEWuxVAECBAgIFBugAABAgQiBQQqci2GIkCAAAGBcgMECBAgECkgUJFrMRQBAgQICJQbIECAAIFIAYGKXIuhCBAgQECg3AABAgQIRAoIVORaDEWAAAECAuUGCBAgQCBSQKAi12IoAgQIEBAoN0CAAAECkQICFbkWQxEgQICAQLkBAgQIEIgUEKjItRiKAAECBATKDRAgQIBApIBARa7FUAQIECAgUG6AAAECBCIFBCpyLYYiQIAAAYFyAwQIECAQKSBQkWsxFAECBAgIlBsgQIAAgUgBgYpci6EIECBAQKDcAAECBAhECghU5FoMRYAAAQIC5QYIECBAIFJAoCLXYigCBAgQECg3QIAAAQKRAgIVuRZDESBAgIBAuQECBAgQiBQQqMi1GIoAAQIEBMoNECBAgECkgEBFrsVQBAgQICBQboAAAQIEIgUEKnIthiJAgAABgXIDBAgQIBApIFCRazEUAQIECAiUGyBAgACBSAGBilyLoQgQIEBAoNwAAQIECEQKCFTkWgxFgAABAgLlBggQIEAgUkCgItdiKAIECBAQKDdAgAABApECAhW5FkMRIECAgEC5AQIECBCIFBCoyLUYigABAgQEyg0QIECAQKSAQEWuxVAECBAgIFBugAABAgQiBQQqci2GIkCAAAGBcgMECBAgECkgUJFrMRQBAgQICJQbIECAAIFIAYGKXIuhCBAgQECg3AABAgQIRAoIVORaDEWAAAECAuUGCBAgQCBSQKAi12IoAgQIEBAoN0CAAAECkQICFbkWQxEgQICAQLkBAgQIEIgUEKjItRiKAAECBATKDRAgQIBApIBARa7FUAQIECAgUG6AAAECBCIFBCpyLYYiQIAAAYFyAwQIECAQKSBQkWsxFAECBAgIlBsgQIAAgUgBgYpci6EIECBAQKDcAAECBAhECghU5FoMRYAAAQIC5QYIECBAIFJAoCLXYigCBAgQECg3QIAAAQKRAgIVuRZDESBAgIBAuQECBAgQiBQQqMi1GIoAAQIEBMoNECBAgECkgEBFrsVQBAgQICBQboAAAQIEIgUEKnIthiJAgAABgXIDBAgQIBApIFCRazEUAQIECAiUGyBAgACBSAGBilyLoQgQIEBAoNwAAQIECEQKCFTkWgxFgAABAgLlBggQIEAgUkCgItdiKAIECBAQKDdAgAABApECAhW5FkMRIECAgEC5AQIECBCIFBCoyLUYigABAgQEyg0QIECAQKSAQEWuxVAECBAgIFBugAABAgQiBQQqci2GIkCAAAGBcgMECBAgECkgUJFrMRQBAgQICJQbIECAAIFIAYGKXIuhCBAgQECg3AABAgQIRAoIVORaDEWAAAECAuUGCBAgQCBSQKAi12IoAgQIEBAoN0CAAAECkQICFbkWQxEgQICAQLkBAgQIEIgUEKjItRiKAAECBATKDRAgQIBApIBARa7FUAQIECAgUG6AAAECBCIFBCpyLYYiQIAAAYFyAwQIECAQKSBQkWsxFAECBAgIlBsgQIAAgUgBgYpci6EIECBAQKDcAAECBAhECghU5FoMRYAAAQIC5QYIECBAIFJAoCLXYigCBAgQECg3QIAAAQKRAgIVuRZDESBAgIBAuQECBAgQiBQQqMi1GIoAAQIEBMoNECBAgECkgEBFrsVQBAgQmK5A27ZN13WNQE33BrxyAgQIRAoIVORaDEWAAAECAuUGCBAgQCBOYB2nfjBf4otbj4EIECAwTYE+Tv2v/s+fBGqaN+BVEyBAIFLg8rsngYpckaEIECAwPYGX37V38Q5q/ep9iW96d+AVEyBAoAgBgSpiTYYkQIDA9AQEano794oJECAQIXDdl/UuDyZQEWsyBAECBKYjcPWbId70ygVqOjfhlRIgQODoAje9a/IO6ugrMgABAgSmI7DpO6arIt5BTedGvFICBAiMLvDqnym68pdud3niyQXqMt76byvvAudzCBAg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' x='0' y='0' width='424' height='440'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  mix-blend-mode: luminosity;
}

.team-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--blueblossom-black-rgb), .40);
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.team-one__img img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.team-one__single:hover .team-one__img img {
  transform: scale(1.05);
}

.team-one__content {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 90px;
  padding-right: 0;
}

.team-one__content-inner {
  position: relative;
  display: block;
  background-color: var(--blueblossom-white);
  padding: 22px 40px 14px;
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
}

.team-one__arrow-and-social {
  position: absolute;
  top: 30px;
  right: 20px;
  padding-top: 35px;
  margin-top: -35px;
}

.team-one__arrow {
  position: relative;
  display: block;
}

.team-one__arrow span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: var(--blueblossom-base);
  border-radius: 50%;
  font-size: 17px;
  color: var(--blueblossom-white);
  cursor: pointer;
}

.team-one__social {
  position: absolute;
  top: -207px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  transform: scaleY(0.0) translateX(-50%);
  transform-origin: bottom;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: bottom center;
}

.team-one__arrow-and-social:hover .team-one__social {
  transform: scaleY(1.0) translateX(-50%);
  transform-origin: bottom center;
  transition-delay: 100ms;
}

.team-one__social li {
  position: relative;
  display: inline-block;
}

.team-one__social li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: var(--blueblossom-white);
  border-radius: 50%;
  font-size: 17px;
  color: var(--blueblossom-base);
}

.team-one__social li a:hover {
  color: var(--blueblossom-white);
  background-color: var(--blueblossom-base);
}

.team-one__designation {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: var(--blueblossom-black);
  font-size: 14px;
  font-weight: 700;
  color: var(--blueblossom-white);
  line-height: 14px;
  padding: 9px 16px 9px;
  border-radius: 16px;
}

.team-one__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 8px;
}

.team-one__name a {
  color: var(--blueblossom-black);
}

.team-one__name a:hover {
  color: var(--blueblossom-base);
}


/***
=============================================
Team Two
=============================================
***/
.team-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.team-two__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 605px;
  background-color: var(--blueblossom-black);
  z-index: -1;
}

.team-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .12;
  z-index: -1;
}

.team-two .section-title__tagline-box span {
  color: var(--blueblossom-white);
}

.team-two .section-title__tagline {
  color: var(--blueblossom-white);
}

.team-two .section-title__tagline-box:before {
  background: var(--blueblossom-white);
}

.team-two .section-title__tagline-box::after {
  background-color: var(--blueblossom-white);
}

.team-two .section-title__title {
  color: var(--blueblossom-white);
}

.team-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-two__img-box {
  position: relative;
  display: block;
}

.team-two__img {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}

.team-two__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--blueblossom-black-rgb), .40);
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 1;
}

.team-two__single:hover .team-two__img:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.team-two__img img {
  width: 100%;
  border-radius: 15px;
  transition: all 500ms ease;
  transform: scale(1);
}

.team-two__single:hover .team-two__img img {
  transform: scale(1.05);
}

.team-two__arrow-and-social {
  position: absolute;
  top: 30px;
  right: 10px;
  padding-bottom: 10px;
  margin-bottom: -10px;
  z-index: 5;
}

.team-two__arrow {
  position: relative;
  display: block;
}

.team-two__arrow span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: var(--blueblossom-base);
  border-radius: 50%;
  font-size: 17px;
  color: var(--blueblossom-white);
  cursor: pointer;
}

.team-two__social {
  position: absolute;
  bottom: -210px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: translateY(50px) translateX(-50%);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
}

.team-two__arrow-and-social:hover .team-two__social {
  opacity: 1;
  transform: translateY(0px) translateX(-50%);
}

.team-two__social li {
  position: relative;
  display: inline-block;
}

.team-two__social li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: var(--blueblossom-white);
  border-radius: 50%;
  font-size: 17px;
  color: var(--blueblossom-base);
}

.team-two__social li a:hover {
  color: var(--blueblossom-white);
  background-color: var(--blueblossom-base);
}

.team-two__content {
  position: relative;
  display: block;
  background-color: var(--blueblossom-black);
  max-width: 300px;
  width: 100%;
  border-radius: 15px;
  padding: 25px 25px 21px;
  margin-top: -68px;
  margin-left: 20px;
  z-index: 2;
}

.team-two__designation {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: rgba(var(--blueblossom-white-rgb), .10);
  font-size: 14px;
  font-weight: 700;
  color: var(--blueblossom-white);
  line-height: 14px;
  padding: 9px 16px 9px;
  border-radius: 16px;
}

.team-two__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 13px;
}

.team-two__name a {
  color: var(--blueblossom-white);
  transition: all 200ms linear;
  transition-delay: .1s;
}

.team-two__name a:hover {
  color: var(--blueblossom-base);
}



/***
=============================================
Team Three
=============================================
***/
.team-three {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.team-three__shape-1 {
  position: absolute;
  top: -190px;
  right: 170px;
  width: 800px;
  height: 800px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(28, 88, 213, 0.2) 0%, rgba(28, 88, 213, 0) 100%);
  border-radius: 50%;
  z-index: -1;
}

.team-three__shape-2 {
  position: absolute;
  bottom: -100px;
  right: 170px;
  width: 800px;
  height: 800px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(49, 218, 212, 0.12) 0%, rgba(49, 218, 212, 0) 100%);
  border-radius: 50%;
  z-index: -1;
}

.team-three__inner {
  position: relative;
  display: block;
}

.team-three__team-list {
  position: relative;
  display: block;
}

.team-three__team-list li {
  position: relative;
  display: block;
}

.team-three__single {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding: 44px 0 44px;
}

.team-three__team-list li:first-child .team-three__single {
  border-top: 1px solid #D9D9D9;
}

.team-three__info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.team-three__sub-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: var(--blueblossom-black);
  font-size: 16px;
  font-weight: 600;
  color: var(--blueblossom-white);
  padding: 7px 25px 7px;
  border-radius: 20px;
}

.team-three__name {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

.team-three__name a {
  color: var(--blueblossom-black);
}

.team-three__name a:hover {
  color: var(--blueblossom-base);
}

.team-three__social {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #D9D9D9;
  padding: 14px 20px 14px;
  gap: 15px;
  border-radius: 28px;
}

.team-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 25px;
  color: var(--blueblossom-black);
}

.team-three__social a:hover {
  color: var(--blueblossom-base);
}


/* hover image */
.team-three__team-list .hover-item__box {
  position: absolute;
  width: 400px;
  height: 400px;
  top: -30%;
  right: 50%;
  pointer-events: none;
  transform: translate(-100%, -50%);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8) rotate(10deg) !important;
  transition: all 0.5s ease-out;
  z-index: 10;
}

.team-three__team-list .hover-item__box-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.4s ease-out;
}


/***
=============================================
  Slogan One
=============================================
***/

.slogan-one {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 109px 0px 120px;
  z-index: 1;
}

.slogan-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  z-index: -1;
}

.slogan-one__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(var(--blueblossom-black-rgb), .8);
}

.slogan-one__content {
  position: relative;
  display: block;
  text-align: center;
}

.slogan-one__shape1 {
  position: absolute;
  bottom: 62px;
  right: 108px;
  opacity: .4;
  mix-blend-mode: multiply;
}

.slogan-one__content-title {
  position: relative;
  display: block;
}

.slogan-one__content-title h2 {
  color: var(--blueblossom-white);
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.slogan-one__content-title p {
  color: #C4C6CA;
}

.slogan-one__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 43px;
}

.slogan-one__content-btn {
  position: relative;
  display: block;
  line-height: 0;
}

.slogan-one__content-btn .thm-btn {
  text-transform: capitalize;
}

.slogan-one__content-video {
  position: relative;
  display: block;
  line-height: 0;
}

.slogan-one__content-video .video-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blueblossom-white);
  font-size: 18px;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: var(--blueblossom-black);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
}

.slogan-one__content-video .video-popup:hover {
  color: var(--blueblossom-white);
  background-color: var(--blueblossom-base);
}

.slogan-one__content-video .video-popup::after,
.slogan-one__content-video .video-popup::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1;
}

.slogan-one__content-video .video-popup::after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}



/***
=============================================
  Location Two
=============================================
***/

.location-two {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 120px 0px 90px;
  z-index: 1;
}

.location-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  z-index: -1;
}

.location-two__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(var(--blueblossom-white-rgb), .8);
}

.location-two__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 49px;
}

.location-two__top .section-title {
  margin-bottom: 0px;
}

.location-two__top-btn {
  position: relative;
  display: block;
  top: -11px;
}

.location-two__top-btn .thm-btn {
  text-transform: capitalize;
}

.location-two__content {
  position: relative;
  display: block;
}

.location-two__content-inner {
  position: relative;
  display: block;
}

.location-two__single {
  position: relative;
  display: block;
  padding: 30px 0px 0px;
  margin-bottom: 30px;
}

.location-two__single-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 7px;
  background-color: var(--blueblossom-black);
  margin: 0px auto 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 2;
}

.location-two__single:hover .location-two__single-icon {
  background-color: var(--blueblossom-base);
}

.location-two__single-icon i {
  color: var(--blueblossom-white);
  font-size: 25px;
  line-height: 25px;
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.location-two__single:hover .location-two__single-icon i {
  transform: scale(1.05) rotateY(180deg);
}

.location-two__single-inner {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 10px;
  background-color: var(--blueblossom-white);
  box-shadow: 0 0 15px 4px rgba(0, 123, 255, 0.1);
  padding: 42px 35px 30px;
}

.location-two__single-text {
  position: relative;
  display: block;
}

.location-two__single-text h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.location-two__single-text p {
  margin: 0;
}

.location-two__single-btn {
  position: relative;
  display: block;
  padding-top: 10px;
}

.location-two__single-btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blueblossom-black);
  font-size: 16px;
  line-height: 25px;
  font-family: var(--blueblossom-font);
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: .1s;
}

.location-two__single-btn a:hover {
  color: var(--blueblossom-base);
}

.location-two__single-btn a i {
  color: var(--blueblossom-base);
  font-size: 14px;
  margin-right: 7px;
}

.location-two__single-phn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--blueblossom-black);
  padding: 11px 0px 11px;
  margin-top: 18px;
}

.location-two__single-phn i {
  color: var(--blueblossom-white);
  font-size: 17px;
  line-height: 17px;
  margin-right: 10px;
}

.location-two__single-phn a {
  color: var(--blueblossom-white);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--blueblossom-font-two);
  transition: all 200ms linear;
  transition-delay: .1s;
}

.location-two__single-phn a:hover {
  color: var(--blueblossom-base);
}


/***
=============================================
Appointment Three One
=============================================
***/

.appointment-three {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 0px 0px 120px;
  margin: -100px 0px 0px;
  z-index: 5;
}

.appointment-three__gradient-bg {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #ffffff 0%, #e8f4f8 50%, #d0e8f2 100%);
  backdrop-filter: blur(10px);
  z-index: -1;
  display: none;
}

.appointment-three__inner {
  position: relative;
  display: block;
  background-color: var(--blueblossom-white);
  box-shadow: 0 0 15px 4px rgba(0, 123, 255, 0.1);
  padding: 50px 70px 50px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.appointment-three__content {
  position: relative;
  display: block;
  padding-right: 40px;
}

.appointment-three__content .section-title {
  margin-top: -3px;
  margin-bottom: 22px;
}

.appointment-three__content-text {
  position: relative;
  display: block;
}

.appointment-three__content-text p {
  margin: 0;
}

.appointment-three__content-text p span {
  color: var(--blueblossom-black);
  font-weight: 600;
}

.appointment-three__content-list {
  position: relative;
  display: block;
  margin-top: 23px;
}

.appointment-three__content-list ul {
  position: relative;
  display: block;
}

.appointment-three__content-list ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.appointment-three__content-list ul li+li {
  margin-top: 20px;
}

.appointment-three__content-list ul li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--blueblossom-black);
  color: var(--blueblossom-white);
  font-size: 20px;
  line-height: 20px;
}

.appointment-three__content-list ul li .text {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 30px;
}

.appointment-three__content-list ul li .text p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.appointment-three__content-list ul li .text h4 {
  font-size: 18px;
  line-height: 28px;
}

.appointment-three__content-list ul li .text h4 a {
  color: var(--blueblossom-black);
  transition: all 200ms linear;
  transition-delay: .1s;
}

.appointment-three__content-list ul li .text h4 a:hover {
  color: var(--blueblossom-base);
}

.appointment-three__form {
  position: relative;
  display: block;
  background-color: #bde8fc;
  padding: 40px 40px 40px;
  border-radius: 10px;
}

#appointment-three__form {
  position: relative;
  display: block;
}

.appointment-three__input {
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.appointment-three__input input[type="text"],
.appointment-three__input input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 7px;
  background-color: var(--blueblossom-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--blueblossom-gray);
  font-size: 16px;
  font-family: var(--blueblossom-font);
  font-weight: 400;
  font-style: normal;
  outline: none;
  padding: 0px 25px 0px;
  transition: all 500ms ease;
}

.appointment-three__input input[type="text"]::-webkit-input-placeholder,
.appointment-three__input input[type="text"]:-moz-placeholder,
.appointment-three__input input[type="text"]::-moz-placeholder,
.appointment-three__input input[type="text"]:-ms-input-placeholder,
.appointment-three__input input[type="email"]::-webkit-input-placeholder,
.appointment-three__input input[type="email"]:-moz-placeholder,
.appointment-three__input input[type="email"]::-moz-placeholder,
.appointment-three__input input[type="email"]:-ms-input-placeholder {
  color: var(--blueblossom-gray);
}

.appointment-three__input .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 7px;
  background-color: var(--blueblossom-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--blueblossom-gray);
  font-size: 16px;
  font-family: var(--blueblossom-font);
  font-weight: 400;
  font-style: normal;
  outline: none;
  padding: 6px 25px 0px;
  transition: all 500ms ease;
}

.appointment-three__input .nice-select::after {
  display: none;
}

.appointment-three__input .nice-select .list {
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 0px 0 0px;
  margin-top: 10px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scale(1.0) translateY(30px);
  -ms-transform: scale(1.0) translateY(30px);
  transform: scale(1.0) translateY(30px);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  height: 0;
  width: 100%;
  right: 0 !important;
  left: auto !important;
}

.appointment-three__input .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: auto;
}

.appointment-three__input .nice-select .option {
  color: var(--blueblossom-black);
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 40px;
  min-height: 40px;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.appointment-three__input .nice-select .option+.option {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.appointment-three__input .nice-select .option:hover,
.appointment-three__input .nice-select .option.focus,
.appointment-three__input .nice-select .option.selected.focus {
  color: var(--blueblossom-black) !important;
  background-color: var(--blueblossom-base);
}

.appointment-three__input .nice-select:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  color: var(--blueblossom-gray);
  font-size: 16px;
  right: 20px;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.appointment-three__btn {
  position: relative;
  display: block;
  margin-top: 15px;
}

#ui-datepicker-div.ui-widget-content {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e2e5d4;
  color: var(--blueblossom-gray);
  font-size: 14px;
  border-radius: 10px;
  width: 270px;
  padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: var(--blueblossom-base) none repeat scroll 0 0;
  border: 0px solid var(--blueblossom-black);
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}

.ui-datepicker td a {
  color: var(--thm-black) !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid var(--blueblossom-black) !important;
  background: var(--blueblossom-black) !important;
  color: #fff !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: var(--blueblossom-white);
  border: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}

.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
  background: var(--blueblossom-black);
  color: var(--blueblossom-white);
  border-color: var(--blueblossom-black);
}

#ui-datepicker-div.ui-widget {
  font-family: var(--blueblossom-font);
}

#ptTimeSelectCntr .ui-widget-header {
  background: var(--blueblossom-black);
  border: 2px solid var(--blueblossom-black);
}

#ptTimeSelectCntr #ptTimeSelectSetButton a {
  background: var(--blueblossom-black) !important;
  border: 2px solid var(--blueblossom-black) !important;
}


/***
=============================================
Why Choose One
=============================================
***/
.why-choose-one {
  position: relative;
  display: block;
  background-color: var(--blueblossom-black);
  padding: 120px 0px 106px;
  counter-reset: count;
  z-index: 1;
}

.why-choose-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.why-choose-one .section-title {
  margin-bottom: 33px;
}

.why-choose-one .section-title__tagline-box span {
  color: var(--blueblossom-white);
}

.why-choose-one .section-title__tagline {
  color: var(--blueblossom-white);
}

.why-choose-one .section-title__tagline-box:before {
  background: var(--blueblossom-white);
}

.why-choose-one .section-title__tagline-box::after {
  background-color: var(--blueblossom-white);
}

.why-choose-one .section-title__title {
  color: var(--blueblossom-white);
}

.why-choose-one .row {
  align-items: center;
}

.why-choose-one__points-box {
  position: relative;
  display: block;
}

.why-choose-one__points {
  position: relative;
  display: block;
}

.why-choose-one__points:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 45px;
  right: 35px;
  width: 1px;
  background-color: rgba(255, 255, 255, .2);
}

.why-choose-one__points--instyle2::before {
  left: 35px;
}

.why-choose-one__points li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.why-choose-one__points li+li {
  margin-top: 30px;
}

.why-choose-one__count-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  border-radius: 7px;
  background-color: var(--blueblossom-base);
  color: var(--blueblossom-white);
  font-size: 30px;
  line-height: 30px;
  z-index: 1;
}

.why-choose-one__points-content {
  position: relative;
  display: block;
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-bottom: 23px;
  top: -7px;
  text-align: right;
}

.why-choose-one__points-content.two {
  text-align: left;
}

.why-choose-one__points-content h3 {
  font-size: 24px;
  color: var(--blueblossom-white);
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-choose-one__points-content p {
  color: rgba(255, 255, 255, .8);
}

.why-choose-one__points li:last-child .why-choose-one__points-content {
  border-bottom: none;
  padding-bottom: 0;
}

.why-choose-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin: 0px 17px 0px;
}

.why-choose-one__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1C58D5;
  background: linear-gradient(180deg, rgba(28, 88, 213, 0.06) 10%, rgba(28, 88, 213, 0.44) 55%, rgba(28, 88, 213, 0.66) 100%);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.why-choose-one__img:hover::before {
  opacity: 1.0;
}

.why-choose-one__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

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



/***
=============================================
   Team Page Css
=============================================
***/

.team-page {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 120px 0px 90px;
  z-index: 1;
}

.team-page__filter-box {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.team-page__filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.team-page-one li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.team-page-one li+li {
  margin-left: 25px;
}

.team-page-one li .filter-text {
  position: relative;
  display: inline-block;
  color: var(--blueblossom-black);
  font-size: 20px;
  line-height: 30px;
  font-family: var(--blueblossom-font-two);
  font-weight: 700;
  cursor: pointer;
  border-radius: 50px;
  background: var(--blueblossom-white);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 17.5px 45px 17.5px;
  transition: all 0.4s ease;
  z-index: 1;
}

.team-page-one li:hover .filter-text,
.team-page-one li.active .filter-text {
  color: var(--blueblossom-white);
  background-color: var(--blueblossom-black);
  box-shadow: none;
}

.team-page .team-two__content {
  max-width: 280px;
  margin: -68px auto 0px;
}

.team-page .team-two__social {
  bottom: -155px;
}



/***
=============================================
   Service Page One Css
=============================================
***/

.service-page-one {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 120px 0px 90px;
  z-index: 1;
}

.main-service-one__single--instyle2 {
  margin-bottom: 30px;
}



/***
=============================================
   Service Page Two Css
=============================================
***/

.service-page-two {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 120px 0px 96px;
  z-index: 1;
}

.service-page-two__single {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.service-page-two__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--blueblossom-bdr-radius);
}

.service-page-two__single-img-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--blueblossom-bdr-radius);
}

.service-page-two__single-img-inner img {
  width: 100%;
  transition: all 800ms ease;
}

.service-page-two__single:hover .service-page-two__single-img-inner img {
  filter: saturate(1.0);
  transform: scale(1.05) rotate(0deg);
}

.service-page-two__single-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  background-color: rgb(var(--blueblossom-black-rgb), .9);
  transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 2;
}

.service-page-two__single:hover .service-page-two__single-content {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left center;
}

.service-page-two__single-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--blueblossom-base);
  border-radius: var(--blueblossom-bdr-radius);
}

.service-page-two__single-icon i {
  position: relative;
  display: inline-block;
  color: var(--blueblossom-white);
  font-size: 40px;
}

.service-page-two__single-text {
  position: relative;
  display: block;
  margin-top: 22px;
}

.service-page-two__single-text h4 {
  color: var(--blueblossom-white);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.service-page-two__single-text h4 a {
  color: var(--blueblossom-white);
  transition: all 200ms linear;
  transition-delay: .1s;
}

.service-page-two__single-text h4 a:hover {
  color: var(--blueblossom-base);
}

.service-page-two__single-text p {
  color: rgb(var(--blueblossom-white-rgb), .8);
}

.service-page-two__single-btn {
  position: relative;
  display: block;
  margin-top: 24px;
}

.service-page-two__single-btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--blueblossom-white);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--blueblossom-font);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: .1s;
}

.service-page-two__single-btn a:hover {
  color: var(--blueblossom-base);
}

.service-page-two__single-btn a i {
  font-size: 14px;
  line-height: 14px;
  margin-left: 8px;
}

.service-page-two__single-count {
  position: absolute;
  bottom: 19px;
  right: 19px;
  z-index: 1;
}

.service-page-two__single-count h2 {
  color: rgb(var(--blueblossom-base-rgb), .5);
  font-size: 90px;
  line-height: 1em;
  font-family: var(--blueblossom-font);
  font-weight: 900;
}



/***
=============================================
   Service Page Three Css
=============================================
***/

.service-page-three {
  position: relative;
  display: block;
  background: linear-gradient(180deg, #E9EFFD 0%, #F5FDFC 100%);
  padding: 135px 0px 80px;
  z-index: 1;
}

.service-page-three .services-three__count:before {
  content: "" counter(count);
}



/***
=============================================
 Partners One
=============================================
***/

.partners-one {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 120px 0px 120px;
  z-index: 1;
}

.partners-one__top {
  position: relative;
  display: block;
  margin-bottom: 54px;
}

.partners-one__top .section-title {
  margin-bottom: 14px;
}

.partners-one__text {
  position: relative;
  display: block;
  text-align: center;
}

.partners-one__text p {
  color: var(--blueblossom-black);
  font-size: 20px;
  font-weight: 600;
}

.partners-one__text p span {
  color: var(--blueblossom-base);
  font-size: 25px;
  font-weight: 700;
}

.partners-one__single {
  position: relative;
  display: block;
  line-height: 0;
  text-align: center;
}

.partners-one__single a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #d8e7e3;
  background-color: rgba(var(--blueblossom-base-rgb), 1);
}

.partners-one__single a img {
  width: auto;
  -webkit-transition: all 0.90s ease;
  -o-transition: all 0.90s ease;
  transition: all 0.90s ease;
}

.partners-one__single:hover a img {
  transform: scale(1.02) translateX(10px);
}

.swiper-container.partners-one__carousel {
  overflow: visible;
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--blueblossom-black);
  z-index: 1;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .15;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  padding: 160px 0 167px;
  z-index: 1;
  text-align: center;
}

.page-header__inner h3 {
  font-size: 65px;
  color: var(--blueblossom-white);
  line-height: 75px;
  font-weight: 700;
  margin-bottom: 17px;
}



/******breadcrumb *********/

.page-title{
	position:relative;
}

.page-title .outer-container{
	position:relative;
}

.page-title .outer-container .image{
	position:relative;
}

.page-title .outer-container .image img{
	position:relative;
	width:100%;
	display:block;
}
.page-breadcrumb{
	position:relative;
	background-color:var(--blueblossom-btn);
	box-shadow:0px 20px 80px rgba(0,0,0,0.10);
}


.page-breadcrumb h2{
	position:relative;
	color:var(--blueblossom-white);
	padding:46px 0px;
	z-index:1;
	font-size:36px;
	font-weight:700;
}

.page-breadcrumb .image-layer{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
}

.page-breadcrumb .breadcrumbs{
	position:relative;
	padding:55px 110px;
	z-index:1;
}

.page-breadcrumb li{
	position:relative;
	color:var(--blueblossom-btn);
	font-weight:500;
	font-size:18px;
	display:inline-block;
}

.page-breadcrumb li a{
	position:relative;
	color:#313131;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.page-breadcrumb li a:hover{
	color:#1cba9f;
}

.page-breadcrumb .breadcrumbs:before{
	position:absolute;
	content:'';
	left:20px;
	top:0px;
	right:20px;
	bottom:0px;
	z-index:-1;
	background-color:var(--blueblossom-white);
	-ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
}

.page-breadcrumb .breadcrumbs .left-curves{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
}

.page-breadcrumb .breadcrumbs .left-curves:before{
	position:absolute;
	content:'';
	left:-4px;
	top:0px;
	width:22px;
	height:100%;
	-ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
	background-image: -ms-linear-gradient(top, #0A4C86  0%, rgba(255,255,255,0) 100%);
	background-image: -moz-linear-gradient(top, #0A4C86  0%, rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(top, #0A4C86  0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0A4C86 ), color-stop(100, rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, #0A4C86  0%, rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to bottom, #0A4C86  0%, rgba(255,255,255,0) 100%);
}

.page-breadcrumb .breadcrumbs .left-curves:after{
	position:absolute;
	content:'';
	left:12px;
	top:0px;
	width:8px;
	height:100%;
	-ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #0A4C86  100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #0A4C86  100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #0A4C86  100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #0A4C86 ));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #0A4C86  100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #0A4C86  100%);
}

.page-breadcrumb .breadcrumbs .right-curves{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
}

.page-breadcrumb .breadcrumbs .right-curves:before{
	position:absolute;
	content:'';
	left:-20px;
	top:0px;
	width:22px;
	height:100%;
	-ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
	background-image: -ms-linear-gradient(top, #0A4C86  0%, rgba(255,255,255,0) 100%);
	background-image: -moz-linear-gradient(top, #0A4C86  0%, rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(top, #0A4C86  0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0A4C86 ), color-stop(100, rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, #0A4C86  0%, rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to bottom, #0A4C86  0%, rgba(255,255,255,0) 100%);
}

.page-breadcrumb .breadcrumbs .right-curves:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:8px;
	height:100%;
	-ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #0A4C86  100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #0A4C86  100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #0A4C86  100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #0A4C86 ));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #0A4C86  100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #0A4C86  100%);
}
.page-breadcrumb .pull-left {
    float: left;
}
.page-breadcrumb .pull-right {
    float: right;
}




.contact-service-section {
  padding: 60px 0px;
}
.contact-service-section .section-title {
  text-align: center;
}

.contact-service-box {
  padding: 40px 35px 35px;
  border-radius: 20px;
  background-color:var(--blueblossom-btn);
  border: 2px solid var(--blueblossom-white);
  margin-bottom: 30px;
}

.contact-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom:1px solid #1ab4b2;
  padding-bottom: 50px;
  margin-bottom: 45px;
}

.contact-title h5 {
  font-size: 24px;
  font-weight: 500;
  color: var(--blueblossom-white);
}

.contact-icon {
  width: 70px;
  height: 70px;
  line-height: 63px;
  text-align: center;
  border-radius: 35px;
  background-color: var(--blueblossom-white);
  border: 2px solid var(--blueblossom-white);
}
.contact-icon img {
  max-width: 42px;
}
.contact-address h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--blueblossom-white);
}

.contact-address span {
  font-size: 18px;
  color: var(--blueblossom-white);
  padding: 6px 0 0;
  display: inline-block;
}

.appoinment {
  background-image: url(../images/appoinment.png);
  background-repeat: no-repeat;
  background-position:top left;
  padding: 100px 0 100px;
  border-radius:0px;
  background-size: contain;
}

.row.appoinment {
  position: relative;
  z-index: 1;
}

.contact-form-box {
  padding: 35px 0 0;
}

.form-box input::placeholder {
  font-size: 17px;
  color: #002570;
}

.form-box input {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 20px;
  outline: 0;
  display: inline-block;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 37, 112, 0.5);
  font-weight: 500;
  font-family: var(--blueblossom-font);
}

.form-box textarea {
  width: 100%;
  padding: 15px 22px;
  outline: 0;
  margin-bottom: 25px;
  outline: 0;
  display: inline-block;
  height: 150px;
  border-radius:4px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 37, 112, 0.5);
  font-weight: 500;
   font-family: var(--blueblossom-font);
}

.form-box textarea::placeholder {
  color: #002570;
  font-size: 17px;
}










/*--------------------------------------------------------------
# Before After One Css
--------------------------------------------------------------*/

.before-after-two {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 0px 0px 0px;
  z-index: 1;
}







.before-after-two__content {
  position: relative;
  display: block;
  margin-left: 50px;
}

.before-after-two__content .section-title {
  margin-bottom: 26px;
}

.before-after-two__content-text {
  position: relative;
  display: block;
}

.before-after-two__content-text p.one {
  color: var(--blueblossom-black);
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 14px;
}

.before-after-two__content-text p {
  margin: 0;
}

.before-after-two__content-list {
  position: relative;
  display: block;
  margin-top: 20px;
}

.before-after-two__content-list ul li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.before-after-two__content-list ul li+li {
  margin-top: 10px;
}

.before-after-two__content-list ul li i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background-color: var(--blueblossom-base);
  border-radius: 50%;
  color: var(--blueblossom-white);
  font-size: 10px;
}

.before-after-two__content-list ul li p {
  position: relative;
  display: block;
  flex: 1;
  font-size: 18px;
  color: var(--blueblossom-black);
  font-weight: 700;
  font-family: var(--blueblossom-font-two);
}

.before-after-two__content-btn {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 32px;
}


/*--------------------------------------------------------------
# Before After Three Css
--------------------------------------------------------------*/
.before-after-three {
  padding: 0 0 120px;
}

/*--------------------------------------------------------------
# Faq One Instyle3 Css
--------------------------------------------------------------*/
.faq-one--instyle3 {
  padding: 120px 0px 200px;
}

/*--------------------------------------------------------------
# About Page Blog Css
--------------------------------------------------------------*/
.about-page-blog {
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# About v2 Page Blog Css
--------------------------------------------------------------*/
.about-v-2-page-blog {
  padding: 0px 0 90px;
}




/*--------------------------------------------------------------
# About v3 blog page Css
--------------------------------------------------------------*/
.about-page-v3-blog-page {
  padding: 0px 0 90px;
}

/*--------------------------------------------------------------
# Blog page Css
--------------------------------------------------------------*/
.blog-page {
  padding: 120px 0 90px;
}


/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-details__left {
  position: relative;
  display: block;
  margin-right: 2px;
}

.blog-details__img {
  position: relative;
  display: block;
}

.blog-details__img img {
  width: 100%;
  border-radius: var(--blueblossom-bdr-radius);
}

.blog-details__date {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blueblossom-base);
  text-align: center;
  width: 80px;
  height: 74px;
  background-color: var(--blueblossom-base);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='80' height='74' viewBox='0 0 80 74'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='80' height='74'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='80' height='74' viewBox='0 0 80 74'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='80' height='74'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.blog-details__date p {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: var(--blueblossom-white);
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 30px;
}

.blog-details__user-and-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details__user {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 31px;
  background-color: var(--blueblossom-base);
  border-radius: 16px;
}

.blog-details__user p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--blueblossom-white);
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

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

.blog-details__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blueblossom-gray);
}

.blog-details__meta li a span {
  color: var(--blueblossom-base);
}

.blog-details__meta li a:hover {
  color: var(--blueblossom-base);
}

.blog-details__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  margin-top: 30px;
  margin-bottom: 19px;
}

.blog-details__text-2 {
  margin-top: 21px;
  margin-bottom: 40px;
}

.blog-details__author-box {
  position: relative;
  display: block;
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  border-radius: var(--blueblossom-bdr-radius);
  padding: 40px 40px 37px;
}

.blog-details__author-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--blueblossom-black);
  margin-bottom: 30px;
}

.blog-details__author-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: right;
  color: var(--blueblossom-black);
  font-family: var(--blueblossom-font-two);
}

.blog-details__author-name span {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--blueblossom-font);
}

.blog-details__title-2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  margin-top: 41px;
  margin-bottom: 19px;
}

.blog-details__img-box {
  position: relative;
  display: block;
  margin-top: 29px;
}

.blog-details__img-box-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-details__img-box-img img {
  width: 100%;
  border-radius: var(--blueblossom-bdr-radius);
}

.blog-details__tag-and-share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  border-radius: var(--blueblossom-bdr-radius);
  padding: 30px 30px 30px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.blog-details__tag {
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
}

.blog-details__tag-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.blog-details__tag-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.blog-details__tag-list li a {
  position: relative;
  display: inline-block;
  background-color: var(--blueblossom-white);
  color: var(--blueblossom-gray);
  padding: 10px 15px 10px;
  border-radius: var(--blueblossom-bdr-radius);
}

.blog-details__tag-list li a:hover {
  background-color: var(--blueblossom-base);
  color: var(--blueblossom-white);
}



/***
=====================================================
    Sidebar
=====================================================
***/
.sidebar {
  position: relative;
  display: block;
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  position: relative;
  margin: 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding-left: 40px;
}

.sidebar__title::before {
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 2px;
  width: 30px;
  background: var(--blueblossom-base);
  content: "";
}

.sidebar__search {
  position: relative;
  display: block;
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  padding: 50px 30px 50px;
  border-radius: var(--blueblossom-bdr-radius);
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--blueblossom-white);
  color: var(--blueblossom-gray);
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  padding-right: 60px;
  border-radius: 3px;
  border: 1px solid #dcdfe2;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--blueblossom-gray);
  opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
  color: var(--blueblossom-gray);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--blueblossom-gray);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--blueblossom-gray);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--blueblossom-gray);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--blueblossom-gray);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--blueblossom-gray);
}

.sidebar__search-form button[type="submit"] {
  background-color: var(--blueblossom-base);
  color: var(--blueblossom-white);
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 50px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form:hover button[type="submit"] {
  background-color: var(--blueblossom-black);
  color: var(--blueblossom-white);
}



.sidebar__post {
  position: relative;
  display: block;
  padding: 42px 30px 42px;
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  border-radius: var(--blueblossom-bdr-radius);
}

.sidebar__post-list {
  position: relative;
  display: block;
}

.sidebar__post-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.sidebar__post-list li+li {
  margin-top: 24px;
}

.sidebar__post-image {
  position: relative;
  display: block;
  max-width: 80px;
  width: 100%;
  border-radius: 12px;
}

.sidebar__post-image img {
  width: 100%;
  border-radius: 12px;
}

.sidebar__post-content {
  position: relative;
  display: block;
  flex: 1;
}

.sidebar__post-date {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  color: var(--blueblossom-gray);
}

.sidebar__post-date span {
  position: relative;
  font-size: 14px;
  color: var(--blueblossom-base);
}

.sidebar__post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 4px;
}

.sidebar__post-title a {
  color: var(--blueblossom-black);
}

.sidebar__post-title a:hover {
  color: var(--blueblossom-base);
}

.sidebar__tags {
  position: relative;
  display: block;
  background-color: rgba(var(--blueblossom-base-rgb), .10);
  border-radius: var(--blueblossom-bdr-radius);
  padding: 41px 30px 40px;
  overflow: hidden;
}

.sidebar__tags-list {
  position: relative;
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}

.sidebar__tags-list li {
  position: relative;
  display: inline-block;
  padding: 0px 5px 0px;
  margin-bottom: 10px;
}

.sidebar__tags-list li a {
  position: relative;
  display: block;
  color: var(--blueblossom-gray);
  background: var(--blueblossom-white);
  padding: 6px 20px;
  border-radius: var(--blueblossom-bdr-radius);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__tags-list li a:hover {
  color: var(--blueblossom-white);
  background: var(--blueblossom-base);
}

/*--------------------------------------------------------------
# Blog Standard Css
--------------------------------------------------------------*/
.blog-standard {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-standard__left {
  position: relative;
  display: block;
  margin-right: 2px;
}

.blog-standard__single {
  position: relative;
  display: block;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  border-radius: var(--blueblossom-bdr-radius);
  margin-bottom: 50px;
}

.blog-standard__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--blueblossom-bdr-radius);
  z-index: 1;
}

.blog-standard__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgb(0, 0, 0);
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-standard__single:hover .blog-standard__img:before {
  opacity: 0.2;
}

.blog-standard__img img {
  width: 100%;
  border-radius: var(--blueblossom-bdr-radius);
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-standard__single:hover .blog-standard__img img {
  transform: scale(1.06) rotate(0deg);
}

.blog-standard__content {
  position: relative;
  display: block;
  padding: 34px 40px 40px;
  background-color: var(--blueblossom-white);
}

.blog-standard__content-inner {
  position: relative;
  display: block;
}

.blog-standard__meta {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

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

.blog-standard__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--blueblossom-gray);
  font-weight: 500;
}

.blog-standard__meta li a span {
  color: var(--blueblossom-base);
}

.blog-standard__meta li a:hover {
  color: var(--blueblossom-base);
}

.blog-standard__title {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 27px;
}

.blog-standard__title a {
  color: var(--blueblossom-black);
}

.blog-standard__title a:hover {
  color: var(--blueblossom-base);
}

.blog-standard__text {
  margin-bottom: 20px;
}

.blog-standard__btn {
  position: relative;
  display: block;
}

.blog-standard__btn .thm-btn {
  background-color: transparent;
  border: 1px solid #D9D9D9;
  color: var(--blueblossom-black);
}

.blog-standard__btn .thm-btn span {
  color: var(--blueblossom-white);
  background-color: var(--blueblossom-btn);
}

.blog-standard__btn .thm-btn:hover {
  color: var(--blueblossom-white);
}



.blog-list__pagination {
  position: relative;
  display: block;
  text-align: center;
}

.blog-list__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 10px;
}

.blog-list__pagination .pg-pagination li a {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  color: var(--blueblossom-black);
  font-weight: 700;
  font-size: 18px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(var(--blueblossom-black-rgb), .10);
  font-family: var(--blueblossom-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__pagination .pg-pagination li:hover a,
.blog-list__pagination .pg-pagination li.active a {
  border: 1px solid var(--blueblossom-base);
  color: var(--blueblossom-black);
}



/*--------------------------------------------------------------
#  Main Contact Form Css
--------------------------------------------------------------*/

.main-contact-form {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 0px 0px 120px;
  z-index: 1;
}

.main-contact-form__inner {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: var(--blueblossom-bdr-radius);
  background: linear-gradient(135deg, #ffffff 0%, #e8f4f8 50%, #d0e8f2 100%);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 80px 80px 80px;
}

#contact-form {
  position: relative;
  display: block;
}

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

.contact-page__input {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-page__input input[type="text"],
.contact-page__input input[type="email"],
.contact-page__input textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  background-color: var(--blueblossom-white);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 0px 30px 0px;
  outline: none;
  color: var(--blueblossom-gray);
  font-size: 16px;
  font-family: var(--blueblossom-font);
  font-weight: 500;
  font-style: normal;
  transition: all 500ms ease;
}

.contact-page__input textarea {
  height: 180px;
  padding: 21px 30px 10px;
}

.contact-page__btn {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.contact-page__btn .thm-btn {
  text-transform: capitalize;
}



/*--------------------------------------------------------------
# Google Map One Css
--------------------------------------------------------------*/

.google-map-one {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 0px 0px 120px;
  z-index: 1;
}

.google-map-one__inner {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: var(--blueblossom-bdr-radius);
  background: linear-gradient(135deg, #ffffff 0%, #e8f4f8 50%, #d0e8f2 100%);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 20px;
}

.google-map__one-box {
  position: relative;
  display: block;
  border: none;
  height: 520px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: var(--blueblossom-bdr-radius);
}



/*--------------------------------------------------------------
#  Appointment Page Css
--------------------------------------------------------------*/

.appointment-page {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 120px 0px 120px;
  z-index: 1;
}

.appointment-page__form {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: var(--blueblossom-bdr-radius);
  background: linear-gradient(135deg, #ffffff 0%, #e8f4f8 50%, #d0e8f2 100%);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 80px 80px 80px;
}

.appointment-page__form .contact-page__input textarea {
  box-shadow: none;
}

.appointment-page__form .appointment-three__btn {
  text-align: center;
}

.appointment-page__form .appointment-three__btn .thm-btn {
  text-transform: capitalize;
}


.feature {
  background-color: #2bb1aa;
  padding:50px 0px ;
}
.xb-feature-two .xb-item--inner {
  box-shadow: 0 8px 15px 0 rgba(220, 220, 220, 0.25);
  background: #fff;
  border-radius: 10px;
  padding: 22px 31px 28px;
display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.xb-feature-two .xb-item--img {
  padding-right: 52px; }
.xb-feature-two .xb-item--holder {
  transform: translateY(4px); }
.xb-feature-two .xb-item--title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--color-heading);
  padding-bottom: 8px;
  display: inline-block; }
.xb-feature-two .xb-item--text {
  max-width: 195px; }




/***
=============================================
Error Page
=============================================
***/
.error-page {
  position: relative;
  display: block;
  background: var(--blueblossom-white);
  padding: 120px 0px 120px;
  z-index: 1;
}

.error-page__inner {
  position: relative;
  display: block;
}

.error-page__img {
  position: relative;
  display: block;
  mix-blend-mode: difference;
}

.error-page__img img {
  width: auto;
}

.error-page__content {
  position: relative;
  display: block;
  margin-top: 62px;
}

.error-page__content h2 {
  color: var(--blueblossom-base);
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.error-page__content p {
  color: var(--blueblossom-black);
  margin: 0;
}

.error-page__content .btn-box {
  position: relative;
  display: block;
  line-height: 0px;
  margin-top: 21px;
}


/*--------------------------------------------------------------
# Testimonials Page Start
--------------------------------------------------------------*/
.testimonials-page {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
  z-index: 1;
}

.testimonials-page .testimonial-one__single {
  margin-bottom: 30px;
}


/*--------------------------------------------------------------
# Main Contact Form Onepage Css
--------------------------------------------------------------*/
.main-contact-form--onepage {
  padding: 120px 0px 120px;
}

.main-contact-form--onepage-three {
  padding: 120px 0px 0px;
}




.footer-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.footer-contact-item:last-child{
	margin-bottom: 0;
}

.footer-contact-item .icon-box{
	position: relative;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	overflow: hidden;
}

.footer-contact-item .icon-box::before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
	right: 0;
    bottom: 0;
    background-color: var(--blueblossom-btn);
    border-radius: 50%;
	opacity: 24%;
    width: 100%;
    height: 100%;
	transition: all 0.3s ease-in-out;
}

.footer-contact-item:hover .icon-box::before{
	opacity: 100%;
}

.footer-contact-item .icon-box img{
	position: relative;
	max-width: 20px;
	z-index: 1;
}
.footer-contact-content {
  color: var(--blueblossom-white);
}

.why-choose-section{
    background:#f5f5f5;
    padding:100px 0;
}


.why-choose-section .section-title{
    text-align:center;
    margin-bottom:60px;
}

.why-choose-section .section-title h2{
    font-size:42px;
    font-weight:600;
    color:#0c1633;
    margin:auto;
    max-width: 800px;
}

.choose-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:60px 50px;
}

.choose-item .icon{
    width:84px;
    height:84px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}
.choose-item .icon img {
    max-width:50px;
}
.choose-item .icon i{
    color:#fff;
    font-size:24px;
}

.choose-item h3{
    font-size:30px;
    font-weight:600;
    margin-bottom:15px;
    line-height:1.2;
}

.choose-item p{
    font-size:16px;
    line-height:1.8;
    color:#222;
    margin:0;
}

/* Colors */
.purple{
    background:#6d42b7;
}
.choose-item:nth-child(1) h3{
    color:#6d42b7;
}

.orange{
    background:#df8437;
}
.choose-item:nth-child(2) h3{
    color:#df8437;
}

.green{
    background:#a6bc2c;
}
.choose-item:nth-child(3) h3{
    color:#a6bc2c;
}

.cyan{
    background:#4cc2cf;
}
.choose-item:nth-child(4) h3{
    color:#4cc2cf;
}

.pink{
    background:#d22c8d;
}
.choose-item:nth-child(5) h3{
    color:#d22c8d;
}

.navy{
    background:#083d66;
}
.choose-item:nth-child(6) h3{
    color:#083d66;
}

/* Responsive */
@media(max-width:991px){
    .choose-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-title h2{
        font-size:34px;
    }

    .choose-item h3{
        font-size:28px;
    }

    .choose-item p{
        font-size:18px;
    }
}

@media(max-width:767px){
    .choose-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:28px;
    }
}

.our-services.bg-section .about-two__text {
  max-width: 900px;
  margin: 10px auto;
}

.terms-section {
  padding:100px 0px;
}
.terms-section h2 {
  padding: 15px 0px;
}
.terms-section ul {
  list-style:disc;
  padding-left: 15px;
}
.terms-section ul li {
  padding: 5px;
}
.copyright-list {
  text-align: right;
}
.copyright-list li {
  display: inline-block;
  padding: 25px 10px;
}

.copyright-list li a {
  color: #fff;
}
.contact-service-section .faq-one {
  background: transparent;
  padding: 0;
}
.appointmentcont {
    margin-bottom: 50px;
}

.benefite-one_heading {
    display: block;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
.benefits-one__content-right-text {
    padding: 5px 0px;
}

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

.footer-contact-content p a {
    color: var(--blueblossom-white);
}

.contact-address span a {
    font-size: 18px;
    color: var(--blueblossom-white);
    padding: 6px 0 0;
    display: inline-block;
}

.newservice.bg-section {
    text-align: center;
    margin: 50px 0px;
}
.about_hightlight {
    color: #1e9e9c;
    font-size:24px;
    line-height:36px;
}



.property-slider {
    width: 100%;
    overflow: hidden;
}

.property-slider .swiper-slide, .property-slider-one .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.property-slider .swiper-slide img, .property-slider-one .swiper-slide img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
}


.property-details p {
    padding: 3px 0px;
}
.property-details h4 {
    font-weight: bold;
    padding: 10px 0px;
    font-size: 24px;
}
.property-details li {
    position: relative;
    padding: 3px 25px;
}
.property-details li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #1e9e9c;
    position: absolute;
    left: 0px;
    top: 11px;
    border-radius: 20px;
}











@media screen and (max-width:990px ) {
    .main-menu-two__main-menu-box .ndis_logo {
        display: block !important;
    }
    .main-menu-two__right .ndis_logo {
        display: none;
    }
    .main-menu-two__right {
        display: none;
    }
    .main-menu-two__main-menu-box .ndis_logo img {
        padding-right:5px;
    }
    .main-menu .mobile-nav__toggler {
      background-color: #1e9e9c;
      padding: 12px;
      color: #fff;
      border-radius: 100px;
      width: 52px;
      height: 52px;
      text-align: center;
    }
    .site-footer-two__bottom-inner {
        padding: 7px 0;
    }
    .copyright-list li {
        padding: 5px 10px;
    }
}
@media screen and (max-width:767px ) {
    .main-menu-two__logo img {
      max-width: 250px;
    }
    .page-breadcrumb h2 {
        padding:15px 0px;
        text-align:center;
    }
    .page-breadcrumb .breadcrumbs {
      position: relative;
      padding: 10px 110px;
      z-index: 1;
    }
    .page-breadcrumb .pull-left {
        float: inherit;
    }
    
    .contact-head {
          padding-bottom: 15px;
          margin-bottom: 10px;
    }
    .contact-service-box {
      padding: 10px 20px 25px;
      margin-bottom: 10px;
    }
    .appoinment {
      background-image: inherit;
      padding: 0;
    }
    .footer-widget-two__title {
        margin-bottom:15px;
    }
    .our-services {
        padding: 50px 0;
    }
    .our-services.bg-section .section-title h2 {
        font-size:30px;
    }
    .our-approach {
        padding: 30px 0;
    }
    .about-two {
        padding: 30px 0 30px;
    } 
    .service-body {
        min-height: auto;
    }
    .why-choose-section {
        padding: 30px 0;
    }
    .why-choose-section .section-title h2 {
        font-size:22px;
    }
    
}



