.navbar {
  padding: 20px 0px;
  z-index: 999;
  width: 100%;
  border-radius: 0px;
  border: 0px;
  background-color: white; /* Deep black background */
  opacity: 0.9; /* Set the desired opacity value */
  box-shadow: 0 2px 4px #000000; /* Shining effect */
}

.navbar img {
  max-height: 35px;
}

.navbar li {
  margin: 13px 20px;
}

.navbar li:last-child {
  margin-right: 0px;
}

.navbar li a {
  font-size: 12px;
  padding: 0px;
  border-bottom: 1px solid transparent;
  cursor: pointer !important;
  color: #ffffff; /* Contrasting color */
}

.navbar li a:hover {
  opacity: 0.8;
}

.navbar li a.active,
.navbar li.active > a,
.nav.navbar .open > a,
.nav.navbar .open > a:hover {
  opacity: 0.8;
}

.nav.navbar .open > a:focus,
.dropdown-menu > li > a:focus,
.nav.navbar .open > a {
  background-color: transparent !important;
}

.nav.navbar .open > a,
.nav.navbar .open > a:focus,
.nav.navbar .open > a:hover {
  border-color: transparent;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  max-width: 800px;
}

.modal-content p {
  margin-bottom: 0;
}

.navbar .nav-button {
  margin: 10px 0px 8px 30px;
}

.navbar .nav-button i {
  margin-right: 5px;
}

.navbar .nav-button a {
  border: 1px solid transparent;
  font-size: 10px;
  padding: 3px 17px 2px !important;
  color: #000000; /* Contrasting color */
}

.navbar-collapse {
  padding: 0px;
}

header .container {
  position: relative;
}


header .row {
  align-items: center;
  display: flex;
  height: auto;
}

.header-margin-top {
  margin-top: 86px;
}

.navbar.shrink-nav {
  top: 0px;
  position: fixed !important;
}

.navbar.shrink-nav.shrink {
  padding: 11px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-margin-top-big {
  margin-top: 134px;
}

.header-margin-top-medium {
  margin-top: 138px;
}

.navbar.shrink-nav.shrink .header-bottom {
  padding: 11px 0px;
}

.navbar li ul>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0px 20px;
  padding: 7px 0px 6px;
  display: block !important;
}

.navbar li ul>li:last-child {
  border: 0px;
}

.navbar-nav>li>.dropdown-menu {
  padding: 10px 0px;
  background: rgba(0, 0, 0, 0.9);
}

.dropdown-menu>li>a {
  color: rgb(255, 255, 255);
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li.active>a,
.dropdown-menu>li>a:focus {
  color: rgb(187, 187, 187);
  background-color: transparent !important;
}

.header-style1 .nav-button .join-us {
  border: 2px solid;
  background-color: transparent;
  color: #f96B00;;
  padding: 1px 20px !important;
}

.header-style1 .nav-button .join-us:hover {
  background: transparent;
}

.header-style1 .nav-button:last-child {
  margin-left: 20px;
}

.header-style1 .black-header.navbar li a {
  color: rgb(255, 255, 255);
}

.header-style1 .black-header.navbar .nav-button .join-us {
  border: 2px solid rgb(255, 255, 255);
  background-color: transparent;
  color: rgb(255, 255, 255);
}

.header-style1 .black-header .nav-button .join-us:hover {
  background: transparent;
}

.header-style2 .black-header li a,
.header-style2 .black-header li a::before {
  color: rgb(255, 255, 255);
}

.header-style2 li a::before {
  content: "";
  font-size: 6px;
  color: rgb(149, 149, 149);
  font-family: fontawesome;
  right: -23px;
  position: absolute;
  top: -1px;
}

.header-style2 li:last-child a::before {
  display: none;
}

.header-style2 li ul.dropdown-menu li a::before {
  display: none;
}

.header-style3 .logo {
  border-bottom: 1px solid rgb(234, 234, 234);
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.header-style3 .navbar-nav {
  width: 100%;
}

.header-style3 .navbar li {
  display: inline-block;
  float: none;
  margin: 0px 20px;
}

.header-style3 .navbar li a {
  color: rgb(121, 121, 121);
}

.header-style3 .black-header.navbar li a {
  color: rgb(255, 255, 255);
}

.header-style3 .black-header .logo {
  border-color: rgb(42, 42, 42);
}

.header-style4 .header-top {
  border-bottom: 1px solid rgb(234, 234, 234);
  padding: 10px 0px;
}

.header-style4 .header-top .mail {
  color: rgb(121, 121, 121);
  font-size: 11px;
  float: left;
}

.header-style4 .header-top .mail a,
.header-style4 .white-header .header-bottom li a {
  color: rgb(121, 121, 121);
}

.header-style4 .header-top a:hover {
  opacity: 0.5;
}

.header-style4 .social a {
  margin: 0px 13px;
  font-size: 14px;
  color: rgb(121, 121, 121);
}

.header-style4 .social a:last-child {
  margin-right: 0px;
}

.header-style4 .header-bottom {
  padding: 25px 0px;
}

.header-style4 .header-bottom li:last-child {
  margin-right: 0px;
}

.header-style4 .header-bottom li a {
  color: rgb(255, 255, 255);
  line-height: 19px;
}

.header-style4 .header-bottom li a::before {
  content: "";
  font-size: 6px;
  color: rgb(255, 255, 255);
  font-family: fontawesome;
  right: -23px;
  position: absolute;
}

.header-style4 .header-bottom li:last-child a::before {
  display: none;
}

.header-style4 .white-header .header-top .mail,
.header-style4 .white-header .header-top .mail a,
.header-style4 .white-header .social a {
  color: rgb(85, 85, 85);
}

.header-style4 .navbar-nav .open .dropdown-menu>li>a {
  line-height: 19px;
}

.header-style4 .header-bottom li ul.dropdown-menu li a::before {
  display: none;
}

.header-style5 .social {
  float: right;
  margin: 12px 0px 9px 30px;
}

.header-style5 .social a {
  font-size: 14px;
  color: rgb(36, 36, 36);
  margin: 0px 9px;
}

.header-style5 .navbar li a {
  font-size: 11px;
}

.header-style5 .social a:last-child {
  margin-right: 0px;
}

.header-style5 .social a:hover {
  opacity: 0.5;
}

.header-style5 .black-header .social a {
  color: rgb(255, 255, 255);
}

.header-style5 .black-header.navbar li a {
  color: rgb(255, 255, 255);
}

.header-style6 .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
}

.header-style6 .navbar li a {
  color: rgb(255, 255, 255);
}

.header-style6 h1 {
  line-height: 60px;
}

.header-style6 .application-mobile {
  position: absolute;
  float: right;
  right: 0px;
  bottom: 0px;
}

.header-style7 .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
}

.header-style7 .navbar li a {
  color: rgb(255, 255, 255);
  line-height: 24px;
}

.header-style7 .date {
  display: inline-block;
  margin-bottom: 30px;
  padding: 3px 20px;
}

.header-style7 .header-banner .counter-content {
  height: 110px;
  width: 110px;
  background: rgb(255, 255, 255);
  display: inline-block;
  border-radius: 50%;
  padding: 28px 0px;
  vertical-align: top;
  margin-right: 15px;
}

.header-style7 .navbar .nav-button a {
  background-color: transparent;
  border: 2px solid rgb(255, 255, 255) !important;
}

.event-counter .counter-box {
  height: 150px;
  width: 150px;
  background: #f96B00;
  display: inline-block;
  border-radius: 50%;
  padding: 38px 0px;
  vertical-align: top;
  margin-right: 20px;
  text-align: center;
}

.event-counter .counter-box .number {
  display: block;
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -1px;
}

.event-counter .counter-box span {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
}

.header-style7 .navbar li ul.dropdown-menu li a {
  line-height: 24px;
}

.header-style8 .navbar {
  padding: 20px 40px;
  position: absolute;
}

.header-style8 .shrink-transparent-header-dark.shrink {
  padding: 11px 40px;
}

.header-style8 .navbar .nav-button a {
  background-color: rgb(255, 255, 255);
  color: #f96B00;;
}

.header-style8 .one-fourth-screen {
  min-height: 750px;
}

.header-style8 .navbar li a {
  color: rgb(255, 255, 255);
}

.header-style8 .header-banner .banner-icon:hover,
.header-style8 .header-banner .banner-icon:focus {
  color: rgb(255, 255, 255) !important;
}

.header-style9 .full-header {
  padding: 0px 40px;
}

.header-style12 .navbar {
  padding: 23px 0px;
}

.header-style12 .navbar.shrink-nav.shrink {
  padding: 18px 0px;
}

.header-style13 .navbar {
  padding: 23px 0px;
}

.header-style13 .header-bottom {
  padding: 25px 0px;
}

.header-style13 .social a {
  font-size: 14px;
  margin: 0px 12px;
  color: rgb(41, 42, 42);
}

.header-style13 .social a:hover {
  opacity: 0.5;
}

.header-style13 .social a {
  color: #f96B00;;
}

.header-style13 .navbar.shrink-nav.shrink {
  padding: 18px 0px;
}

.header-style14 .navbar {
  padding: 23px 0px;
}

.header-style14 .header-bottom {
  padding: 25px 0px;
}

.header-style14 .social a {
  font-size: 14px;
  margin: 0px 12px;
  color: rgb(41, 42, 42);
}

.header-style14 .social a:hover {
  opacity: 0.5;
}

.header-style14 .social a {
  color: rgb(255, 255, 255);
}

.header-style14 .navbar.shrink-nav.shrink {
  padding: 18px 0px;
}

.header-style15 .navbar {
  padding: 23px 0px;
}

.header-style15 .header-bottom {
  padding: 25px 0px;
}

.header-style15 .social a {
  font-size: 14px;
  margin: 0px 12px;
  color: rgb(41, 42, 42);
}

.header-style15 .social a:hover {
  opacity: 0.5;
}

.header-style15 .social a {
  color: #f96B00;;
}

.header-style15 .navbar.shrink-nav.shrink {
  padding: 18px 0px;
}

.header-style29 .navbar {
  padding: 23px 0px;
}

.header-style29 .header-bottom {
  padding: 25px 0px;
}

.header-style29 .social a {
  font-size: 14px;
  margin: 0px 12px;
  color: rgb(41, 42, 42);
}

.header-style29 .social a:hover {
  opacity: 0.5;
}

.header-style29 .social a {
  color: #f96B00;;
}

.header-style29 .navbar.shrink-nav.shrink {
  padding: 18px 0px;
}

.header-style30 .navbar {
  padding: 23px 0px;
}

.header-style30 .header-bottom {
  padding: 25px 0px;
}

.header-style30 .social a {
  font-size: 14px;
  margin: 0px 12px;
  color: rgb(41, 42, 42);
}

.header-style30 .social a:hover {
  opacity: 0.5;
}

.header-style30 .social a {
  color: #f96B00;
}

.header-style30 .navbar.shrink-nav.shrink {
  padding: 18px 0px;
}

.header-style16 .navbar li a {
  color: rgb(255, 255, 255);
  line-height: 24px;
}

.header-style16 .navbar li ul.dropdown-menu li a {
  line-height: 24px;
}

.outside-image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 99;
}

.outside-image-sub {
  left: 0px;
}

.outside-image-sub img {
  height: 100%;
  width: auto;
  max-width: none;
}

.shrink-transparent-header-dark.shrink {
  background: white !important;
}

.shrink-transparent-header-light.shrink {
  background: rgb(255, 255, 255) !important;
}

.shrink-transparent-header-light.shrink.navbar li a {
  color: rgb(40, 40, 40);
}

.shrink-transparent-header-light.shrink.navbar .nav-button a {
  border: 2px solid #f96B00;;
  color: rgb(255, 255, 255);
}

.header-border-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-border-dark {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.light-header.navbar li.active>a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.dark-header.navbar li.active>a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.video-overlay {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 56.25%;
}

.video-overlay iframe {
  float: left;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

.video-overlay .frameCover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 3;
}

.header-number {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid rgb(255, 255, 255);
  display: block;
  text-align: center;
  line-height: 46px;
}

.hero-style4 .application-mobile {
  position: absolute;
  float: right;
  left: 0px;
  bottom: 0px;
  top: -50px;
  overflow: hidden;
}

.back-down {
  position: absolute;
  bottom: 8%;
  width: 100%;
  z-index: 5;
}

.back-down a:hover {
  opacity: 0.5;
}

.back-down a i {
  width: 34px;
  height: 34px;
}

.hero-bottom-img img {
  border: 30px solid rgb(11, 11, 12);
  border-radius: 20px;
  max-width: 90%;
  margin: 0px 5% -100px;
}

.logo-area {
  width: 100%;
  opacity: 1;
  bottom: 0px;
}

.slider-style5 .slider-content {
  border: 5px solid rgba(0, 0, 0, 0.3);
  padding: 40px 55px;
  width: 550px;
  text-align: left;
}

.slider-style5 .slider-title {
  font-size: 40px;
  line-height: 48px;
}

.slider-text-middle-main {
  display: table;
  height: 100%;
  width: 100%;
}

.feature-box-image {
  background: rgb(161, 161, 161);
  overflow: hidden;
}

.feature-box img {
  opacity: 1;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.feature-box:hover img {
  opacity: 0.5;
  transform: scale(1.2, 1.2);
  transition: all 0.3s ease 0s;
}

.feature-style1 .content-box {
  border-radius: 4px;
  min-height: 140px;
  padding: 30px 20px;
  position: relative;
  margin-top: 24px;
}

.feature-style1 .content-box-top-arrow {
  color: rgb(40, 40, 40);
  font-size: 50px;
  left: 50%;
  position: absolute;
  top: -34px;
  transform: translateX(-50%);
}

.feature-style3 .feature-box i {
  border-radius: 50%;
  font-size: 35px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 80px;
}

.feature-style3 .feature-box .feature-title {
  min-height: 22px;
}

.feature-style4 .feature-icon {
  height: 120px;
  margin: 0px auto;
  padding: 24px;
  width: 120px;
}

.feature-style36 .feature-icon {
  height: 130px;
  margin: 0px auto;
  padding: 20px;
  width: 130px;
  position: relative;
}

.feature-style36 .feature-icon img {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  text-align: center;
}

.feature-style25 .feature-icon {
  height: 120px;
  margin: 0px auto;
  padding: 24px;
  width: 120px;
}

.feature-style25 i {
  font-size: 60px;
}

.feature-style29 .info {
  position: relative;
  margin: 0px 0px 0px 60px;
}

.feature-bg1 {
  background-size: cover;
}

.feature-bg2 {
  background-size: cover;
}

.feature-style-31 .icon-style {
  width: 30px;
}

.feature-style-31 span {
  padding-right: 20px;
}

.content-style5 .feature-box i {
  border-radius: 50%;
  font-size: 35px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 80px;
}

.content-style5 .feature-box .feature-title {
  min-height: 22px;
}

.treatments-details {
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
}

.groom-box .groom-box-content {
  border: 5px solid rgb(241, 228, 215);
  padding: 8%;
}

.groom-box .groom-box-img {
  height: 274px;
  width: 274px;
  border-radius: 100%;
}

.groom-box .groom-box-img img {
  border-radius: 100%;
  height: 100%;
  width: 100%;
}

.small-titel-text {
  padding: 6px 17px 5px;
  font-size: 12px;
}

.tab-style3 li {
  display: inline-block;
  float: none;
  margin: 0px 25px;
}

.tab-style3 li a {
  border: 0px none;
  color: rgb(149, 149, 149);
  margin: 0px;
  padding: 0px 0px 15px;
  vertical-align: middle;
  border-radius: 0px;
}

.tab-style3 li a:hover,
.tab-style3 li.active a,
.tab-style3 li.active a:focus,
.tab-style3 li.active a:hover {
  background-color: inherit;
  color: rgb(40, 40, 40);
  padding-bottom: 2px;
  transition: none 0s ease 0s;
  border-bottom: 1px solid rgb(40, 40, 40);
  border-top: none;
  border-left: none;
  border-right: none;
}

.tab-style4 ul {
  padding: 30px 20px;
}

.tab-style4 ul li {
  margin: 0px 0px 33px;
  width: 100%;
}

.tab-style4 ul li:hover {
  font-weight: 700;
}

.tab-style4 ul li:last-child {
  margin-bottom: 0px;
}

.tab-style4 li::before {
  content: "";
  color: rgb(255, 190, 41);
  font-size: 26px;
  position: absolute;
  right: -35px;
  top: 3px;
  font-family: FontAwesome;
  display: none;
}

.tab-style4 li:hover::before {
  display: block;
}

.tab-style4 li.active::before {
  display: block;
}

.tab-style4 ul li a {
  padding: 0px;
  border: 0px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  margin: 0px;
  color: rgb(149, 149, 149);
  position: relative;
}

.tab-style4 li a:hover,
.tab-style4 li.active a,
.tab-style4 li.active a:focus,
.tab-style4 li.active a:hover {
  background-color: inherit;
  border: 0px;
  color: rgb(28, 18, 12);
}

.tab-style4 li i {
  margin: 0px 5px 0px 0px;
}

.panel {
  box-shadow: none;
  border: none;
  border-radius: 0px !important;
}

.panel-heading {
  padding: 0px;
}

.panel-title {
  background-color: rgb(244, 244, 244);
  color: rgb(149, 149, 149);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 10px 18px;
  text-transform: none;
}

.panel-body {
  padding: 10px 18px 25px;
  border: none !important;
}

.panel-heading i {
  font-size: 10px;
  margin: 0px;
}

.active-accordion .panel-title {
  color: #f96B00;;
}

.accordion-style1 .panel {
  margin-bottom: 15px;
  background: transparent !important;
  border: none !important;
}

.accordion-style1 .panel-title {
  background: transparent;
  border: none !important;
}

.accordion-style1 .panel .panel-heading {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.accordion-style1 .panel-body {
  padding: 40px 28px 25px;
}

.accordion-style1 .panel-heading i {
  font-size: 25px;
  margin: 0px;
  line-height: 61px;
}

.accordion-style1 .panel-title {
  font-size: 16px;
  padding: 0px 31px 0px 0px;
  display: inline-block;
  line-height: 59px;
}

.accordion-style1 .tab-tag {
  font-size: 25px;
  font-weight: 700;
  line-height: 61px;
  padding: 0px 0px 0px 28px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
}

.accordion-style1 a,
.accordion-style1 a:hover,
.accordion-style1 a:hover i {
  color: rgb(40, 40, 40) !important;
}

.accordion-style1 .panel-default:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.tab-style5 .nav-tabs {
  border: 0px;
  margin: 0px 0px 40px;
  display: inline-block;
}

.tab-style5 .nav-tabs li a {
  border-width: 0px 0px 2px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  padding: 5px;
  margin: 0px 25px;
  color: rgb(132, 132, 132);
}

.tab-style5 .nav-tabs li a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  color: rgb(40, 40, 40);
}

.tab-style5 .nav-tabs li.active a {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-image: initial;
  color: rgb(40, 40, 40);
  border-bottom: 1px solid rgba(0, 0, 0, 0.7) !important;
}

.tab-style5-content,
.tab-style5-img {
  min-height: 461px;
}

.tab-background-image1 {}

.tab-background-image2 {}

.tab-background-image3 {}

.tab-background-image4 {}

.tab-style1 ul {
  height: 50px;
  border: none;
}

.tab-style1 .nav li {
  margin: 0px;
}

.tab-style1 .nav-tabs li a {
  border: 0px;
  border-radius: 0px;
  margin: 0px 10px 0px 0px;
  padding: 6px 22px 5px;
}

.tab-style1 .nav-tabs li a:hover {
  background-color: rgb(40, 40, 40);
  color: rgb(255, 255, 255);
}

.tab-style1 .nav-tabs li.active a {
  background-color: rgb(40, 40, 40);
  color: rgb(255, 255, 255);
  border: none;
}

.tab-style1 .nav-tabs li.active a:hover {
  border: 0px;
}

.tab-style2 .nav-tabs {
  display: inline-block;
  border: 0px;
}

.tab-style2 .nav-tabs li {
  float: left;
  margin: 0px 40px;
}

.tab-style2 .nav-tabs .active img {
  opacity: 1;
  filter: none;
}

.tab-style2 .nav-tabs li a {
  border: 0px;
  margin: 0px;
  background: transparent;
  padding: 0px;
}

.tab-style2 .nav-tabs li.active a:hover,
.tab-style2 .nav-tabs li.active a:focus {
  background: transparent;
  border: none;
}

.tab-style2 .nav-tabs li img {
  opacity: 0.4;
  filter: grayscale(100%);
}

.tab-style2 .nav-tabs li:hover img {
  opacity: 1;
}

.tab-restaurant-bg-image {}

.tab-style6 .nav-tabs {
  border-bottom: 0px;
}

.tab-style6 .nav-tabs li {
  border: 0px;
}

.tab-style6 .nav-tabs li a {
  border: 0px;
  color: rgb(255, 255, 255);
  padding: 3px 1px;
}

.tab-style6 .nav-tabs li a:hover,
.tab-style6 .nav-tabs li a:focus,
.tab-style6 .nav-tabs li a:visited {
  border-width: 0px 0px 2px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.tab-style6 .nav-tabs-light li a {
  margin: 0px 30px 0px 0px;
  border-bottom: 2px solid transparent;
}

.tab-style6 .nav-tabs>li.active>a {
  cursor: default;
  border-bottom: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background: transparent;
}

.tab-style8 .tab-content {
  padding: 55px 0px 0px;
  border-top: 1px solid rgb(229, 229, 229);
}

.tab-style8 .nav-tabs {
  border: 0px;
}

.tab-style8 .nav-tabs li {
  border-top: 1px solid rgb(229, 229, 229);
  border-right: 1px solid rgb(229, 229, 229);
  border-left: 1px solid rgb(229, 229, 229);
  border-image: initial;
  border-bottom: none;
  border-radius: 0px;
  margin-bottom: 0px;
  display: inline-block;
  float: none;
  margin-right: 2px;
}

.tab-style8 .nav-tabs li a {
  background-color: rgb(247, 247, 247);
  border: none;
  color: rgb(87, 87, 87);
  line-height: 44px;
  padding: 0px 25px;
  border-radius: 0px;
  margin: 0px !important;
}

.tab-style8 .nav-tabs-light li:first-child {
  border-left: 1px solid rgb(229, 229, 229);
  margin-left: 15px;
}

.tab-style8 .nav-tabs>li.active>a {
  border: none;
  border-radius: 0px;
  background: rgb(255, 255, 255);
  top: 1px;
}

.team-style3 .team-details {
  padding: 30px 40px 50px;
  position: relative;
}

.team-style3 .team-social {
  opacity: 0;
  background: rgba(0, 0, 0, 0.75);
  padding: 23px 0px 16px;
  position: absolute;
  width: 100%;
  bottom: -30px;
  cursor: default;
  transition: all 0.3s ease 0s;
}

.team-style3 .team:hover .team-social {
  opacity: 1;
  bottom: 0px;
  transition: all 0.3s ease 0s;
}

.about-style3 .about-text {
  min-height: 580px;
  padding: 8%;
}

.about-style3 .about-img {
  min-height: 580px;
}

.team-style5 .team-details {
  padding: 13%;
}

.team-style5 .team img:hover {
  filter: grayscale(1);
}

.team-style6 .team:hover {}

.team-style6 .team {
  max-height: 580px;
}

.team-style6 .team-details {
  position: relative;
  bottom: 0px;
}

.team-style6 .team:hover .team-details {
  bottom: 150px;
}

.team-style6 .team:hover img {
  transform: scale(1.15);
}

.team-style8 .team {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
}

.title-style6 .progress {
  background-color: rgb(222, 222, 222);
  height: 4px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 0px;
}

.title-style6 .progress-bar-style1 .progress-name {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 5px 0px 20px;
}

.title-style6 .progress-bar-style1 .progress-bar {
  float: left;
  width: 0px;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: #f96B00;;
  box-shadow: rgba(0, 0, 0, 0.15) 0px -1px 0px inset;
  transition: width 0.6s ease 0s;
}

.breadcrumb {
  background: none;
}

.breadcrumb ul li+li::before {
  color: rgb(137, 137, 137);
  content: "|";
  font-size: 8px;
  padding: 0px 10px;
  position: relative;
  top: -1px;
}

.pricing-box-style1 .pricing-box {
  border: 1px solid rgb(237, 237, 237);
}

.pricing-box-style1 .pricing-title {
  padding: 40px 0px;
}

.pricing-box-style1 .pricing-price {
  padding: 19px 0px;
}

.pricing-box-style1 .pricing-features {
  padding: 30px 40px 40px;
}

.pricing-box-style1 .pricing-features ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px 0px;
}

.pricing-box-style1 .pricing-features ul li:last-child {
  border: none;
}

.pricing-box-style1 .pricing-title i {
  display: inline-block;
  vertical-align: middle;
}

.pricing-box-style1 .pricing-title .icon-border {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  border-radius: 50%;
}

.pricing-box-style1 .pricing-box:hover {
  border: 1px solid rgb(57, 102, 230);
}

.pricing-box-style1 .pricing-box:hover .pricing-title span {
  color: rgb(57, 102, 230);
}

.pricing-box-style1 .pricing-box:hover .pricing-price {
  background: rgb(57, 102, 230) !important;
  color: rgb(255, 255, 255) !important;
}

.pricing-box-style1 .pricing-box:hover .pricing-price h4 {
  color: rgb(255, 255, 255) !important;
}

.spa-therapists li {
  border-top: 1px solid rgb(74, 70, 70);
  font-size: 14px;
  letter-spacing: 2px;
  padding: 13px 0px;
}

.spa-therapists li span {
  margin: 0px 40px 0px 0px;
  font-weight: 600;
  width: 50px;
  display: inline-block;
}

.spa-therapists .btn {
  padding: 5px 20px;
}

.spa-therapists .owl-pagination {
  bottom: -60px;
}

.pricing-box-style3 {
  margin-bottom: 30px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
}

.pricing-box-style3 li:first-child {
  padding: 25px 0px;
  border-bottom: none;
}

.pricing-box-style3 li {
  list-style: none;
  padding: 11px 0px;
}

.pricing-box-style3 li {
  border-bottom: 1px solid rgb(222, 222, 222);
}

.pricing-box-style3 li:nth-child(2) {
  padding: 25px 0px;
}

.pricing-box-style3 li:last-child {
  padding: 30px 13px;
  border-bottom: 0px;
}

.pricing-box-style4 .pricing-box {
  border: 2px solid rgb(57, 102, 230);
  padding: 60px 0px;
}

.pricing-box-style4 .pricing-features {
  padding: 35px 40px 0px;
}

.pricing-box-style4 .pricing-features ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
  font-size: 14px;
}

.pricing-box-style4 .pricing-features ul li:last-child {
  border: none;
}

.pricing-box-style4 .pricing-title i {
  display: inline-block;
  vertical-align: middle;
}

.pricing-box-style4 .pricing-title .icon-border {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  border-radius: 50%;
}

.pricing-box-style5 {
  margin-bottom: 30px;
  border: 1px solid rgb(222, 222, 222);
}

.pricing-box-style5 li:first-child {
  padding: 25px 0px;
  border-bottom: none;
}

.pricing-box-style5 li {
  list-style: none;
  padding: 11px 0px;
}

.pricing-box-style5 li {
  border-bottom: 1px solid rgb(222, 222, 222);
}

.pricing-box-style5 li:nth-child(2) {
  padding: 25px 0px;
}

.pricing-box-style5 li:last-child {
  padding: 30px 13px;
  border-bottom: 0px;
}

.pricing-box-style5 .popular {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
  left: 50%;
  padding: 1px 15px;
  top: -15px;
  margin-left: -43px;
}

.pricing-box-style6 .pricing-box {
  background: rgba(10, 10, 10, 0.7);
  padding: 40px;
}

.pricing-box-style6 .pricing-title {
  padding: 35px 25px;
}

.pricing-box-style6 .pricing-features ul li {
  padding: 6px 0px;
  font-size: 14px;
}

.pricing-box-style6 .pricing-features ul li:last-child {
  border: none;
}

.pricing-box-style6 .pricing-title i {
  display: inline-block;
  vertical-align: middle;
}

.pricing-box-style6 .pricing-title .icon-border {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  border-radius: 50%;
}

.pricing-box-style7 {
  margin-bottom: 30px;
  padding: 15px;
}

.pricing-box-style7 li:first-child {
  padding: 25px 0px;
  border-right: 0px;
  border-top: 1px solid rgb(222, 222, 222);
}

.pricing-box-style7 li {
  list-style: none;
  padding: 10px 0px;
  display: table;
  width: 100%;
  height: 130px;
}

.pricing-box-style7 li {
  border-bottom: 1px solid rgb(222, 222, 222);
  border-right: 1px solid rgb(222, 222, 222);
}

.pricing-box-style7 li:last-child {
  padding: 30px 13px;
}

.pricing-box-style7 li .feature-box-details,
.pricing-box-style7 li .feature-box-details-second,
.pricing-box-style7 li .feature-box-details-third,
.pricing-box-style7 li .pricing-box-style7-top-col {
  display: table-cell;
  vertical-align: middle;
}

.pricing-box-style7-first-col li {
  padding-right: 20px;
}

.pricing-box-style7 li:first-child {
  height: 130px;
}

.pricing-box-style7 li:last-child {
  height: 97px;
}

.contact-form-style1 .contact-details .details-box {
  margin-bottom: 35px;
}

.contact-form-style1 .contact-details .details-box:last-child {
  margin-bottom: 0px;
}

.contact-form-style1 .contact-details .details-box .details-icon {
  width: 50px;
  display: inline-block;
  vertical-align: top;
}

.contact-form-style1 .contact-details .details-box .details-text {
  display: inline-block;
  padding-left: 15px;
}

.contact-form-style1 .contact-details .details-box .details-text.last {
  vertical-align: top;
  padding-left: 40px;
}

.contact-form-style1 textarea {
  min-height: 100px;
}

.contact-form-style2 textarea {
  min-height: 112px;
}

.contact-form-style6 .contact-details {
  padding: 40px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-image {
  background: none 0px 0px repeat scroll rgb(161, 161, 161);
  overflow: hidden;
}

.blog-post img {
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.blog-post:hover img {
  opacity: 0.5;
  transform: scale(1.2, 1.2);
  transition: all 0.3s ease 0s;
}

.post-thumbnail a:hover {
  opacity: 1;
}

.post-thumbnail:hover img {
  filter: grayscale(1);
}

.blog-style1 .post-details {
  padding: 35px;
  text-align: center;
}

.blog-style1 .post-author {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  padding: 4px 5px !important;
}

.subscribe-style1 input {
  margin: 0px;
  width: 430px;
  border-color: rgb(255, 255, 255);
  padding: 8px 45px 9px 20px !important;
}

.subscribe-style1 input:focus,
.subscribe-style1 select:focus {
  border-color: rgb(255, 255, 255);
}

.subscribe-style1 a {
  height: auto;
  position: absolute;
  right: 15px;
  top: 5px;
  vertical-align: top;
  line-height: normal !important;
}

.subscribe-style1 a .fa {
  line-height: normal !important;
}

.subscribe-style1 a:hover {
  opacity: 0.8;
}

.subscribe-style4 input {
  margin: 0px;
  border-radius: 4px;
  padding: 8px 40px 9px 20px !important;
  font-size: 13px !important;
}

.subscribe-style4 input:focus,
.subscribe-style1 select:focus {
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
}

.subscribe-style4 a {
  height: auto;
  position: absolute;
  right: 15px;
  top: 10px;
  line-height: normal !important;
}

.subscribe-style4 a .fa {
  vertical-align: top;
  line-height: normal !important;
}

.subscribe-style4 a:hover {
  opacity: 0.8;
}

footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

footer ul.links-inline li a,
footer .social-icon a {
  margin: 0px 10px;
  display: inline-block;
}

footer ul.links-inline li {
  display: inline-block;
}

footer ul.links li a {
  margin: 2px 0px;
  display: inline-block;
}

footer .newsletter button {
  position: absolute;
  right: 15px;
  top: 24px;
  outline: none;
  background: transparent;
  padding: 0px !important;
}

footer .newsletter button.btn {
  padding: 8px 15px !important;
}

footer .social-icon a i {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
}

footer .social-icon a:last-child {
  margin-right: 0px;
}

.offer .offer-box-right ul {
  padding-left: 0px;
}

.offer .offer-box-right ul li {
  display: inline-block;
  margin: 0px 15px 15px 0px;
}

.counter-box .counter-content {
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

.grid-border [class^="col-"]::before,
.grid-border [class^="col-"]::after {
  content: "";
  position: absolute;
}

.grid-border [class^="col-"]::before {
  height: 100%;
  top: 0px;
  left: -1px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.grid-border [class^="col-"]::before,
.grid-border [class^="col-"]::after {
  content: "";
  position: absolute;
}

.grid-border [class^="col-"]::after {
  width: 100%;
  height: 0px;
  top: auto;
  left: 0px;
  bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.client-logo-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.client-logo-outer {
  display: table;
  width: 100%;
}

.time-counter-box {
  width: 780px;
}

.time-counter .counter-box {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 20px 7px;
  min-width: 160px;
  text-align: center;
  display: inline-block !important;
}

.time-counter .counter-box .number {
  font-size: 50px;
  color: rgb(255, 255, 255);
  padding-bottom: 15px;
}

.time-counter .counter-box:last-child {
  border-right: 0px;
}

.testimonial-style5 .testimonial {
  padding-left: 15px;
}

.testimonial-style5 .testimonial::before {
  content: "";
  font-family: FontAwesome;
  line-height: 44px;
  position: absolute;
  left: 0px;
  font-size: 14px;
  top: -7px;
  color: rgb(40, 40, 40);
}

.testimonial-style7 i {
  margin: 0px 2px;
}

.testimonial-style7 .testimonial-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
  padding: 45px 35px;
}

.testimonial-style8 .testimonial-img {
  position: relative;
}

.testimonial-style8 .testimonial-img::before {
  content: "";
  font-family: FontAwesome;
  line-height: 44px;
  position: absolute;
  font-size: 40px;
  top: -7px;
  color: rgb(255, 207, 41);
  margin-left: -73px;
  z-index: -1;
  left: 50%;
}

.testimonial-style9-con {
  padding: 55px 45px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
}

.social-widget-1 .timePosted a {
  font-size: 12px !important;
  color: rgb(161, 161, 161) !important;
  text-transform: uppercase !important;
}

.social-widget-1 .tweet {
  font-size: 16px !important;
  color: rgb(255, 255, 255) !important;
  margin-bottom: 2% !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.social-widget-1 .tweet a {
  font-size: 16px !important;
  color: rgb(255, 255, 255) !important;
}

.social-widget-2 .timePosted a {
  font-size: 12px !important;
  color: rgb(40, 40, 40) !important;
  text-transform: uppercase !important;
}

.social-widget-2 .tweet {
  font-size: 16px !important;
  color: rgb(40, 40, 40) !important;
  margin-bottom: 3% !important;
}

.social-widget-2 .tweet a {
  font-size: 16px !important;
  color: rgb(50, 182, 230) !important;
}

.social-widget-2 .twitter-widget {
  top: 50%;
  transform: translateY(-50%);
}

.social-widget-3 .timePosted a {
  font-size: 12px !important;
  color: rgb(161, 161, 161) !important;
  text-transform: uppercase !important;
}

.social-widget-3 .tweet {
  font-size: 16px !important;
  color: rgb(105, 105, 110) !important;
  margin-bottom: 2% !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.social-widget-3 .tweet a {
  font-size: 16px !important;
  color: rgb(50, 182, 230) !important;
}

.social-widget-4 .timePosted a {
  font-size: 12px !important;
  color: rgb(255, 255, 255) !important;
  text-transform: uppercase !important;
}

.social-widget-4 .tweet {
  font-size: 16px !important;
  color: rgb(255, 255, 255) !important;
  margin-bottom: 2% !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.social-widget-4 .tweet a {
  font-size: 16px !important;
  color: rgb(255, 255, 255) !important;
}

.social-widget-5 .timePosted a {
  font-size: 11px !important;
  color: rgb(161, 161, 161) !important;
  text-transform: uppercase !important;
}

.social-widget-5 .tweet {
  font-size: 14px !important;
  color: rgb(105, 105, 110) !important;
  margin-bottom: 1.5% !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.social-widget-5 .tweet a {
  font-size: 16px !important;
  color: rgb(50, 182, 230) !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none 0px;
  box-shadow: none;
}

@media screen� {
  .input-group-btn .btn-large.btn {
    height: 59px;
  }

  .equalize.equalize-display-inherit .display-table {
    position: static;
    display: inherit !important;
  }

  .equalize.equalize-display-inherit .display-table-cell-vertical-middle {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    display: inherit !important;
  }

  .equalize.equalize-display-inherit .display-table-cell-vertical-bottom {
    top: inherit;
    bottom: 0px;
    transform: translateY(0%);
    position: relative;
    display: inherit !important;
  }

  .client-logo-inner,
  .client-logo-outer {
    display: block;
  }
}