
.blackwholedis{
  background:url(../../images/pw_maze_black_2X.png) left top repeat;
}

.whighwholedis{

}

body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: red;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #03c5ec;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../../images/preloader.svg") no-repeat center center;
}


.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #000000;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #000000;
  outline: none;
}

.back-to-top:hover {
  background: red;
  color: #000000;
}


#wedian_laser {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../../images/wedian_laser-bg.jpg) top center;
  background-size: cover;
}
@media (max-width: 2000px) {
  #wedian_laser {
    display: table;
    width: 100%;
    height: 100vh;
    background: url(../../images/wedian_laser-bg4.jpg) top center;
    background-size: cover;

  }
}

@media (max-width: 1200px) {
  #wedian_laser {
    display: table;
    width: 100%;
    height: 100vh;
    background: url(../../images/wedian_laser-bg.jpg) top center;
    background-size: cover;

  }
}

@media (max-width: 900px) {
  #wedian_laser {
    display: table;
    width: 100%;
    height: 100vh;
    background: url(../../images/wedian_laser-bg3.jpg) top center;
    background-size: cover;
  }
}
@media (max-width: 600px) {
  #wedian_laser {
    display: table;
    width: 100%;
    height: 100vh;
    background: url(../../images/wedian_laser-bg2.jpg) top center;
    background-size: cover;
  }
}

#wedian_laser .wedian_laser-logo {
  margin: 20px;
}

#wedian_laser .wedian_laser-logo img {
  max-width: 100%;
}

#wedian_laser .wedian_laser-container {
  background: rgba(0, 0, 0, 0.1);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#wedian_laser h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  color: #000000;
}

@media (max-width: 768px) {
  #wedian_laser h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#wedian_laser h2 {
  color: #999;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #wedian_laser h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #wedian_laser h2 .rotating {
    display: block;
  }
}

#wedian_laser .rotating > .animated {
  display: inline-block;
}

#wedian_laser .actions a {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#wedian_laser .btn-get-started {
  background: red;
  border: 2px solid white;
  color: white;
  font-weight: bold;

}

#wedian_laser .btn-get-started:hover {
  background: white;
  border: 2px solid #000000;
  color: #000000;
}

#wedian_laser .btn-CYNOSURE_hvps_repair {
  border: 2px solid red;
  color: #000000;
  font-weight: bold;
  background: white;
}

#wedian_laser .btn-CYNOSURE_hvps_repair:hover {
  background: red;
  border: 2px solid #000000;
  color: white;
}


#header {
  background: #000000;
  padding: 20px 0;
  height: 90px;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;


  height: 60px;
}

@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    padding: 0px;
    margin-left: 20vw;
    height: 50px;

  }
}

.is-sticky #header {
  background: rgba(0, 0, 0, 0.85);
}


.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}


.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}


#nav-menu-container {
  float: right;
  margin: 5px 0;
}

@media (max-width: 1000px) {
  #nav-menu-container {
    display: none;
  }
}


.nav-menu a {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: red;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #f6f6f6;
}

.nav-menu ul li a {
  color: #333;
}

.nav-menu ul ul {
  margin: 0;
}


#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
}

#mobile-nav-toggle i {
  color: white;
}

@media (max-width: 1099px) {
  #mobile-nav-toggle {
    display: inline;
  }
}


#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(255, 255, 255, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #000000;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: bold;
}

#mobile-nav ul li a:hover {
  color: #000000;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #000000;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: red;
}

#mobile-nav ul .menu-item-active {
  color: red;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: white;
}


.section-title {
  font-size: 32px;
  color: red;
  text-align: center;
  font-weight: 700;
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  color:white;

}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: red;
  margin: 0 auto;
  margin-bottom: 20px;
}


#candela_hvps_repair {
  color: #000000;
  padding: 80px 0 60px 0;
}

#candela_hvps_repair .candela_hvps_repair-img {
  overflow: hidden;
}

#candela_hvps_repair .candela_hvps_repair-img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  #candela_hvps_repair .candela_hvps_repair-img {
    height: auto;
  }
  #candela_hvps_repair .candela_hvps_repair-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#candela_hvps_repair .candela_hvps_repair-content {

}

#candela_hvps_repair .candela_hvps_repair-title {
  color: red;
  font-weight: 700;
  font-size: 28px;
}

#candela_hvps_repair .candela_hvps_repair-text {
  line-height: 26px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

#candela_hvps_repair .candela_hvps_repair-text:last-child {
  margin-bottom: 0;
}

/* CYNOSURE_hvps_repair Section
--------------------------------*/
#CYNOSURE_hvps_repair {
  background-size: cover;
  padding: 80px 0 60px 0;
  color: #000000 !important;
}

#CYNOSURE_hvps_repair .CYNOSURE_hvps_repair-item {
  margin-bottom: 20px;
}

#CYNOSURE_hvps_repair .CYNOSURE_hvps_repair-icon {
  float: left;
  background: red;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid red;
}

#CYNOSURE_hvps_repair .CYNOSURE_hvps_repair-icon i {
  color: #000000;
  font-size: 24px;
}

#CYNOSURE_hvps_repair .CYNOSURE_hvps_repair-item:hover .CYNOSURE_hvps_repair-icon {
  background: #fff;
}

#CYNOSURE_hvps_repair .CYNOSURE_hvps_repair-item:hover .CYNOSURE_hvps_repair-icon i {
  color: red;
}

#CYNOSURE_hvps_repair .CYNOSURE_hvps_repair-title {
  font-weight: 700;
  font-size: 28px;
  color: red;
}

#CYNOSURE_hvps_repair .CYNOSURE_hvps_repair-title a {
  color: #000000;
}

#CYNOSURE_hvps_repair .CYNOSURE_hvps_repair-description {
  margin-left: 80px;
  line-height: 24px;
}








.service-text{
  font-size: 16px;
  font-weight: bold;
}







#Pricing {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)), url("../../images/Pricing-bg.jpg") fixed center center;

padding: 80px 0;
color: white;
}

#Pricing .Pricing-title {

font-size: 40px;
font-weight: 700;
}

#Pricing .Pricing-text {
font-weight: bold;
font-size: 28px;
}

#Pricing .Pricing-btn-container {
text-align: center;
padding-top: 20px;

}

#Pricing .Pricing-btn {
font-family: "Raleway", sans-serif;
font-weight: bold;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 20px;
border-radius: 2px;
transition: 0.5s;
margin: 10px;
border: 2px solid #fff;
color: white;

}

#Pricing .Pricing-btn:hover {
background: red;
border: 2px solid red;
}

.zorarelchild{

}




.click_to_learn_more{
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-left: 10px;
  padding-top: 60px;
  width: 10px;
  z-index: 100;
}
.click_to_learn_more img{
  width: 130px;
}
@media (max-width: 600px) {
  .click_to_learn_more img{
    width: 90px;
    padding-top: 80px;
  }
}


#laser_hvps_brands {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)), url("../../images/subscribe-bg.jpg") fixed center center;

  padding: 20px 0;
  color: black !important;
}

#laser_hvps_brands .laser_hvps_brands-item-mother {

}
#laser_hvps_brands .section-title {
  color: red !important;
}
#laser_hvps_brands .laser_hvps_brands-item {
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  height: 80%;
  width: 100%;
  display: table;
  overflow: hidden;

  color: white !important;
}
@media (max-width: 766px) {
  #laser_hvps_brands .laser_hvps_brands-item {
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
    overflow: hidden;

    color: white !important;
  }
}

@media (max-width: 1024px) {
  #laser_hvps_brands .laser_hvps_brands-item a{
  }
}
#laser_hvps_brands .laser_hvps_brands-item .details {
  padding-top: 18px;
  color: white !important;

  display: table-cell;
  vertical-align: top;

  transition: 0.3s;
  text-align: center;
}

#laser_hvps_brands .laser_hvps_brands-item .details h4 {
  font-size: 22px;
  transition: transform 0.3s, opacity 1s;
  transform: translate3d(0, -10px, 0);
  font-weight: 700;
  color: white !important;

}
#laser_hvps_brands .laser_hvps_brands-item .details h2 {
  font-size: 22px;
  transition: transform 0.3s, opacity 1s;
  transform: translate3d(0, -10px, 0);
  font-weight: 700;
  color: white !important;

}

#laser_hvps_brands .laser_hvps_brands-item .details span {
  display: none;
  color: white !important;
  font-size: 19px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, 15px, 0);
}

#laser_hvps_brands .laser_hvps_brands-item:hover .details {

}
#laser_hvps_brands .laser_hvps_brands-item:hover {

}

#laser_hvps_brands .laser_hvps_brands-item:hover .details h4 {
  transform: translate3d(0, -9px, 0);
  font-size: 24px;

}

#laser_hvps_brands .laser_hvps_brands-item:hover .details h2 {
  transform: translate3d(0, -9px, 0);
  font-size: 24px;

}

#laser_hvps_brands .laser_hvps_brands-item:hover .details span {
  transform: translate3d(0, 0, 0);
  display: block;
  background-color: white;
}








#footer {
  background: red;
  padding: 30px 0;
  color: #000000;
  font-weight: bold;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #ccc;
}

.service-img{
  position: relative;
  text-align: center;
}
.service-img h4 {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white !important;
  font-weight: bold;
  font-size: 24px;
  border-radius: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.7));
}
.mustred{
  color: red !important;
  text-decoration: underline;
}
.mustblack{
  color: black !important;
  text-decoration: underline;
}

.section-description2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  color:black;

}

