.base-blocks .navbar {
  padding: 20px 0 20px;
  z-index: 999;
  width: 100%;
  border-radius: 0;
  border: 0;
}

.base-blocks .navbar img {
  max-height: 55px;
}

.base-blocks .navbar li {
  margin: 13px 20px;
}

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

.base-blocks .navbar li a {
  font-size: 12px;
  padding: 0;
  cursor: pointer !important;
  border-bottom: 1px solid transparent;
}

.base-blocks .navbar li a:hover {
  opacity: 0.8;
}

.base-blocks .navbar li a.active {
  opacity: 0.8;
}

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

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

.base-blocks .navbar .nav-button a {
  padding: 3px 17px 2px !important;
  border: 1px solid transparent;
  font-size: 10px;
}

.base-blocks .navbar-collapse {
  padding: 0;
}

.base-blocks header .container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.base-blocks .header-style1 .black-header.navbar li a {
  color: #ffffff;
}

.base-blocks .header-style1 .black-header.navbar .nav-button .join-us {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}

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

.base-blocks .header-style2 .black-header li a, .base-blocks .header-style2 .black-header li a:before {
  color: #ffffff;
}

.base-blocks .header-style2 li a:before {
  content: "\f111";
  font-size: 6px;
  color: #959595;
  font-family: fontawesome;
  right: -23px;
  position: absolute;
  top: -1px;
}

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

.base-blocks .header-style3 .logo {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 15px;
}

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

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

.base-blocks .header-style3 .navbar li a {
  font-weight: 400;
  color: #797979;
}

.base-blocks .header-style3 .black-header.navbar li a {
  color: #ffffff;
}

.base-blocks .header-style3 .black-header .logo {
  border-color: #2a2a2a;
}

.base-blocks .header-style4 .header-top {
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
}

.base-blocks .header-style4 .header-top .mail {
  color: #797979;
  font-size: 11px;
  float: left;
}

.base-blocks .header-style4 .header-top .mail a, .base-blocks .header-style4 .white-header .header-bottom li a {
  color: #797979;
}

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

.base-blocks .header-style4 .social a {
  margin: 0 13px;
  font-size: 14px;
  color: #797979;
}

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

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

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

.base-blocks .header-style4 .header-bottom li a {
  color: #fff;
  line-height: 19px;
}

.base-blocks .header-style4 .header-bottom li a:before {
  content: "\f111";
  font-size: 6px;
  color: inherit;
  font-family: fontawesome;
  right: -23px;
  position: absolute;
}

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

.base-blocks .header-style4 .white-header .header-top .mail, .base-blocks .header-style4 .white-header .header-top .mail a, .base-blocks .header-style4 .white-header .social a {
  color: #555555;
}

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

.base-blocks .header-style5 .social a,
.base-blocks .header-style5 .social li a.fa {
  font-size: 14px;
  color: #242424;
  margin: 0 9px;
}

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

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

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

.base-blocks .header-style5 .black-header .social a {
  color: #ffffff;
}

.base-blocks .header-style5 .black-header.navbar li a {
  color: #ffffff;
}

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

.base-blocks .header-style6 .navbar li a {
  color: #ffffff;
}

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

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

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

.base-blocks .header-style7 .navbar li a {
  color: #fff;
  line-height: 24px;
}

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

.base-blocks .header-style7 .header-banner .counter-content {
  height: 110px;
  width: 110px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  padding: 28px 0;
  vertical-align: top;
  margin-right: 15px;
}

.base-blocks .header-style7 .navbar .nav-button a {
  background-color: transparent;
  border: 2px solid #fff !important;
}

.base-blocks .event-counter .counter-box {
  height: 150px;
  width: 150px;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  border-radius: 50%;
  padding: 38px 0;
  vertical-align: top;
  margin-right: 20px;
  text-align: center;
}

.base-blocks .event-counter .counter-box .number {
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -1px;
}

.base-blocks .event-counter .counter-box span {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
}

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

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

.base-blocks .header-style8 .navbar .nav-button a {
  background-color: #ffffff;
  color: #000000;
}

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

.base-blocks .header-style8 .navbar li a {
  color: #ffffff;
}

.base-blocks .header-style8 .header-banner .banner-icon:hover, .base-blocks .header-style8 .header-banner .banner-icon:focus {
  color: #ffffff !important;
}

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

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

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

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

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

.base-blocks .header-style13 .social a {
  font-size: 14px;
  margin: 0 12px;
  color: #292a2a;
}

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

.base-blocks .header-style13 .social a {
  color: #000;
}

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

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

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

.base-blocks .header-style14 .social a {
  font-size: 14px;
  margin: 0 12px;
  color: #292a2a;
}

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

.base-blocks .header-style14 .social a {
  color: #fff;
}

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

.base-blocks .header-style16 .navbar li a {
  color: #fff;
  line-height: 24px;
}

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

.base-blocks .outside-image-sub {
  left: 0;
}

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

.base-blocks .shrink-transparent-header-dark.shrink {
  background: #000000 !important;
}

.base-blocks .shrink-transparent-header-light.shrink {
  background: #ffffff !important;
}

.base-blocks .shrink-transparent-header-light.shrink.navbar li a {
  color: #282828;
}

.base-blocks .shrink-transparent-header-light.shrink.navbar .nav-button a {
  border: 2px solid #000;
  color: #fff;
}

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

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

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

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

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

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

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

.base-blocks .header-number {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  display: block;
  text-align: center;
  line-height: 46px;
}

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

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

.base-blocks .back-down a {
  padding: 3px;
}

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

.base-blocks .back-down a i {
  width: 35px;
  height: 31px;
}

.base-blocks .hero-bottom-img img {
  border: 30px solid #0b0b0c;
  border-radius: 20px;
  max-width: 90%;
  margin: 0 5% -100px;
}

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

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

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

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

.base-blocks .feature-box-image {
  background: #a1a1a1;
  overflow: hidden;
}

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

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

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

.base-blocks .feature-style1 .content-box-top-arrow {
  color: #282828;
  font-size: 50px;
  left: 50%;
  position: absolute;
  top: -34px;
  transform: translateX(-50%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.base-blocks .groom-box .groom-box-content {
  border: 5px solid #f1e4d7;
  padding: 8%;
}

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

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

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

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

.base-blocks .tab-style3 li a {
  border: 0 none;
  color: #959595;
  margin: 0;
  padding: 0 0 15px;
  vertical-align: middle;
  border-radius: 0;
}

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

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

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

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

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

.base-blocks .tab-style4 li:before {
  content: "\f178";
  color: #ffbe29;
  font-size: 26px;
  position: absolute;
  right: -35px;
  top: 3px;
  font-family: 'FontAwesome';
  display: none;
}

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

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

.base-blocks .tab-style4 ul li a {
  padding: 0;
  border: 0;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  margin: 0;
  color: #959595;
  position: relative;
}

.base-blocks .tab-style4 li a:hover, .base-blocks .tab-style4 li.active a, .base-blocks .tab-style4 li.active a:focus, .base-blocks .tab-style4 li.active a:hover {
  background-color: inherit;
  border: 0;
  color: #1c120c;
}

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

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

.base-blocks .panel-heading {
  padding: 0;
}

.base-blocks .panel-title {
  background-color: #f4f4f4;
  color: #959595;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 10px 18px;
  text-transform: none;
}

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

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

.base-blocks .active-accordion .panel-title {
  color: #000;
}

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

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

.base-blocks .accordion-style1 .panel .panel-heading {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

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

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

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

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

.base-blocks .accordion-style1 a, .base-blocks .accordion-style1 a:hover, .base-blocks .accordion-style1 a:hover i {
  color: #282828 !important;
}

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

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

.base-blocks .tab-style5 .nav-tabs li a {
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 5px;
  margin: 0 25px;
  color: #848484;
}

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

.base-blocks .tab-style5 .nav-tabs li.active a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7) !important;
  border: 0;
  color: #282828;
}

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

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

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

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

.base-blocks .tab-style1 .nav-tabs li a:hover {
  background-color: #282828;
  color: #fff;
}

.base-blocks .tab-style1 .nav-tabs li.active a {
  background-color: #282828;
  color: #fff;
  border: none;
}

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

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

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

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

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

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

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

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

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

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

.base-blocks .tab-style6 .nav-tabs li a {
  border: 0;
  color: #fff;
  padding: 3px 1px;
}

.base-blocks .tab-style6 .nav-tabs li a:hover, .base-blocks .tab-style6 .nav-tabs li a:focus, .base-blocks .tab-style6 .nav-tabs li a:visited {
  border: 0;
  border-bottom: 2px solid transparent;
}

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

.base-blocks .tab-style6 .nav-tabs > li.active > a {
  cursor: default;
  border-bottom: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.base-blocks .tab-style8 .tab-content {
  padding: 55px 0 0;
  border-top: 1px solid #e5e5e5;
}

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

.base-blocks .tab-style8 .nav-tabs li {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-radius: 0;
  margin-bottom: 0;
  display: inline-block;
  float: none;
  margin-right: 2px;
}

.base-blocks .tab-style8 .nav-tabs li a {
  background-color: #f7f7f7;
  border: none;
  color: #575757;
  line-height: 44px;
  margin: 0 !important;
  padding: 0 25px;
  border-radius: 0;
}

.base-blocks .tab-style8 .nav-tabs-light li:first-child {
  border-left: 1px solid #e5e5e5;
  margin-left: 15px;
}

.base-blocks .tab-style8 .nav-tabs > li.active > a {
  border-color: transparent;
  border: none;
  border-radius: 0;
  background: #fff;
  top: 1px;
}

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

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

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

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

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

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

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

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

.base-blocks .team-style6 [data-component="image"] {
  z-index: auto;
}

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

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

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

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

.base-blocks .title-style6 .progress {
  background-color: #dedede;
  height: 4px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 0;
}

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

.base-blocks .title-style6 .progress-bar-style1 .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #000;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.base-blocks .breadcrumb {
  background: none;
}

.base-blocks .breadcrumb ul li + li:before {
  color: #898989;
  content: "|";
  font-size: 8px;
  padding: 0 10px;
  position: relative;
  top: -1px;
  display: initial;
}

.base-blocks .pricing-box-style1 .pricing-box {
  border: 1px solid #ededed;
}

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

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

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

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

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

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

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

.base-blocks .pricing-box-style1 .pricing-box:hover {
  border: 1px solid #3966e6;
}

.base-blocks .pricing-box-style1 .pricing-box:hover .pricing-title span {
  color: #3966e6;
}

.base-blocks .pricing-box-style1 .pricing-box:hover .pricing-price {
  background: #3966e6 !important;
  color: #ffffff !important;
}

.base-blocks .pricing-box-style1 .pricing-box:hover .pricing-price h4 {
  color: #ffffff !important;
}

.base-blocks .spa-therapists li {
  border-top: 1px solid #4a4646;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 13px 0;
}

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

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

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

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

.base-blocks .pricing-box-style3 .box-head {
  padding: 25px 0;
  border-bottom: none;
}

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

.base-blocks .pricing-box-style3 .tz-border {
  border-bottom: 1px solid #dedede;
}

.base-blocks .pricing-box-style3 .price {
  padding: 25px 0;
}

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

.base-blocks .pricing-box-style4 .pricing-box {
  border: 2px solid #3966e6;
  padding: 60px 0;
}

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

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

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

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

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

.base-blocks .pricing-box-style5 {
  margin-bottom: 30px;
  border: 1px solid #dedede;
}

.base-blocks .pricing-box-style5 .box-head {
  padding: 25px 0;
  border-bottom: none;
}

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

.base-blocks .pricing-box-style5 .tz-border {
  border-bottom: 1px solid #dedede;
}

.base-blocks .pricing-box-style5 .price {
  padding: 25px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.base-blocks .blog-image {
  background: #a1a1a1 none repeat scroll 0 0;
  overflow: hidden;
}

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

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

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

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

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

.base-blocks .blog-style1 .post-author {
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  padding: 4px 5px !important;
  text-align: center;
}

.base-blocks .subscribe-style1 input {
  margin: 0 0 0 0px;
  padding: 8px 45px 9px 20px !important;
  width: 430px;
  border-color: #fff;
}

.base-blocks .subscribe-style1 input:focus, .base-blocks .subscribe-style1 select:focus {
  border-color: #fff;
}

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

.base-blocks .subscribe-style1 .btn.btn-small {
  line-height: 21px;
}

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

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

.base-blocks .subscribe-style4 input {
  margin: 0 0 0 0px;
  padding: 8px 40px 9px 20px !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-color: rgba(0, 0, 0, .1) !important;
  border-right: 0 none;
  font-size: 13px !important;
}

.base-blocks .subscribe-style4 .btn {
  border-color: rgba(0, 0, 0, .1) !important;
  border-left: 0 none;
}

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

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

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

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

.base-blocks footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.base-blocks footer img {
  max-height: 150px;
}

.base-blocks footer img.logo-sm {
  max-height: 70px;
}

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

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

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

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

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

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

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

.base-blocks .footer-style4 .logo,
.base-blocks .footer-style8 .logo {
  max-height: 70px;
}

.base-blocks .footer-style9 .logo {
  max-height: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

.base-blocks .time-counter .counter-box .number {
  font-size: 50px;
  color: #fff;
  padding-bottom: 15px;
}

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

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

.base-blocks .testimonial-style5 .testimonial:before {
  content: "\f10d";
  font-family: 'FontAwesome';
  line-height: 44px;
  position: absolute;
  left: 0px;
  font-size: 14px;
  top: -7px;
  color: #282828;
}

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

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

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

.base-blocks .testimonial-style8 .testimonial-img .fa {
  line-height: 44px;
  position: absolute;
  font-size: 40px;
  top: -7px;
  color: #ffcf29;
  margin-left: -73px;
  left: 50%;
}

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

.base-blocks .social-widget-1 .timePosted a {
  font-size: 12px !important;
  color: #a1a1a1 !important;
  text-transform: uppercase !important;
}

.base-blocks .social-widget-1 .tweet {
  font-size: 16px !important;
  color: #ffffff !important;
  margin-bottom: 2% !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.base-blocks .social-widget-1 .tweet a {
  font-size: 16px !important;
  color: #ffffff !important;
}

.base-blocks .social-widget-2 .timePosted a {
  font-size: 12px !important;
  color: #282828 !important;
  text-transform: uppercase !important;
}

.base-blocks .social-widget-2 .tweet {
  font-size: 16px !important;
  color: #282828 !important;
  margin-bottom: 3% !important;
}

.base-blocks .social-widget-2 .tweet a {
  font-size: 16px !important;
  color: #32b6e6 !important;
}

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

.base-blocks .social-widget-3 .timePosted a {
  font-size: 12px !important;
  color: #a1a1a1 !important;
  text-transform: uppercase !important;
}

.base-blocks .social-widget-3 .tweet {
  font-size: 16px !important;
  color: #69696e !important;
  margin-bottom: 2% !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.base-blocks .social-widget-3 .tweet a {
  font-size: 16px !important;
  color: #32b6e6 !important;
}

.base-blocks .social-widget-4 .timePosted a {
  font-size: 12px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}

.base-blocks .social-widget-4 .tweet {
  font-size: 16px !important;
  color: #ffffff !important;
  margin-bottom: 2% !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.base-blocks .social-widget-4 .tweet a {
  font-size: 16px !important;
  color: #ffffff !important;
}

.base-blocks .social-widget-5 .timePosted a {
  font-size: 11px !important;
  color: #a1a1a1 !important;
  text-transform: uppercase !important;
}

.base-blocks .social-widget-5 .tweet {
  font-size: 14px !important;
  color: #69696e !important;
  margin-bottom: 1.5% !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.base-blocks .social-widget-5 .tweet a {
  font-size: 16px !important;
  color: #32b6e6 !important;
}

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

@media screen \0
{

  .base-blocks .input-group-btn .btn-large.btn {
    height: 59px;
  }

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

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

  .base-blocks .equalize.equalize-display-inherit .display-table-cell-vertical-bottom {
    display: inherit !important;
    top: inherit;
    bottom: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position: relative;
  }

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