@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300|Oswald");
body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  font-size: 15px;
  color: #222;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  padding: 0;
}

ol li, ul li {
  list-style: none;
}

header {
  background-color: #000C17;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.headerInner {
  padding: 10px 0;
  border-top: 4px solid #A500D1;
  border-bottom: 4px solid #A500D1;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 23px;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #A500D1;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #A500D1;
}

.bookNow a {
  border-radius: 3px;
  display: inline-block;
  background-color: #FFF;
  text-align: center;
  padding: 6px 15px;
  text-transform: uppercase;
  color: #8E0858;
}
.bookNow a:hover {
  text-decoration: none;
}

.welcomSection {
  background: url(../images/welcombg.png) no-repeat 0 0;
  width: 100%;
  display: inline-block;
  padding: 30px 0;
  background-size: cover;
}
.welcomSection h3 {
  color: #D19D64;
  font-size: 21px;
  line-height: 29px;
}
.welcomSection h2 {
  color: #222;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 74px;
  margin-bottom: 20px;
}
.welcomSection h2 span {
  color: #A500D1;
}
.welcomSection p {
  margin-bottom: 15px;
}

.ourSpecialities,
.whatWedo {
  background: url(../images/specialitiesbg.png) no-repeat 0 0;
  width: 100%;
  display: inline-block;
  padding: 30px 0;
  background-size: cover;
}
.ourSpecialities{
  background: url(../images/bg-service.jpg);
  background-size: cover;
}
.ourSpecialities h2,
.whatWedo h2 {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 74px;
  margin-bottom: 25px;
  text-align: center;
}

.speciaLities {
  background-color: #fff;
  width: 100%;
  display: inline-block;
  padding: 30px;
}
.speciaLities .col-md-6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.iconBox {
  float: left;
  width: 25%;
  margin-right: 10px;
}

.des h4 {
  color: #222;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 36px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.des p {
  color: #535353;
  font-size: 16px;
  line-height: 18px;
}

.offerBar {
  border-radius: 0 0 5px 5px;
  background-color: #000C17;
  width: 100%;
  display: inline-block;
  padding: 30px 30px;
}

.discount {
  color: #e32c2e !important;
  font-size: 80px !important;
  margin-bottom: 0 !important;
}
.discount sub,
.discount sup {
  font-weight: normal !important;
  font-size: 50px !important;
}
.discount sup {
  top: -33px;
  left: 9px;
}
.discount sub {
  bottom: -3px;
  font-size: 38px !important;
  left: -29px !important;
}

.offerBar h4 {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  letter-spacing: -0.5px;
  line-height: 47px;
  text-align: center;
}
.offerBar h5 {
  color: #D19D64;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 27px;
  text-align: center;
}

.makeAppointment {
  border-radius: 5px;
  background-color: #D99C6A;
  color: #222226;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 22px;
  font-size: 14px;
}
.makeAppointment:hover {
  text-decoration: none;
  color: #222226;
}

.serBox {
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  width: 100%;
}
.serBox .serTxt {
  padding: 20px;
}
.serBox .serTxt h3 {
  color: #292929;
  margin: 10px 0;
  font-size: 18px;
  line-height: 29px;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
}
.serBox .serTxt p {
  color: #666;
}
.serBox .serImg {
  position: relative;
}
.serBox .serImg:before {
  content: "";
  background: url(../images/curve.png) no-repeat 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 46px;
  width: 100%;
  background-size: 100% auto;
}

.serviceSec {
  width: 100%;
  display: inline-block;
  margin: 50px 0;
}
.serviceSec h1 {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.serviceSec h1:before {
  content: "";
  background: url(../images/heading-art-01.svg) no-repeat center bottom;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  width: 15%;
  height: 43px;
  margin: 0px auto;
  text-align: center;
}
.serviceSec h1 span {
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  display: inherit;
}

.visitParlour {
  width: 100%;
  display: inline-block;
  margin: 50px auto;
}
.visitParlour h2 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  margin-bottom: 15px;
}
.visitParlour p {
  color: #666;
  text-align: center;
  margin-bottom: 10px;
}
.visitParlour .makeAppointment {
  border-radius: 3px;
  background-color: #A500D1;
  color: #fff;
  display: table;
  margin: 20px auto 0;
}
.visitParlour .makeAppointment span {
  margin-left: 10px;
}

.footerTop {
  width: 100%;
  display: inline-block;
  background-color: #333;
  padding: 30px 0 0;
  color: #fff;
}
.footerTop h4 {
  color: #F2F2F2;
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 15px;
  display: inline-block;
}
.footerTop p {
  margin-bottom: 5px;
}
.footerTop ul li {
  color: #A5A5A5;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding-bottom: 10px;
}
.footerTop ul li span {
  display: table;
  color: #E177FF;
}
.footerTop ul li a {
  color: #A5A5A5;
}
.footerTop ul li a:hover {
  text-decoration: none;
}

.footerBottom {
  width: 100%;
  display: inline-block;
  background-color: #212121;
  padding: 20px 0;
  color: #fff;
}
.footerBottom p {
  margin-bottom: 0;
  text-align: center;
}

.purple {
  background-color: #A500D1;
  padding: 30px 17px;
  display: inline-block;
  width: 100%;
  margin: -30px 0 0;
}

.footBox.purple span {
  margin-right: 6px;
  margin-bottom: 70px;
}

.bestSnippArea1049 {
  width: 100%;
  margin-top: -120px;
}

.bestSnippArea1049 .bsBox {
  position: relative;
  margin: auto;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 45px 10px rgba(34, 34, 34, 0.08);
  z-index: 999;
}

.bestSnippArea1049 .bsBox .cs-notifications {
  margin-bottom: 35px;
}

.bestSnippArea1049 .bsBox .box-title {
  text-align: center;
  padding: 30px 40px;
  border-radius: 7px 7px 0 0;
  color: #fff;
  background: url(https://bestsnipp.com/wp-content/uploads/2018/12/bg-cta-subscribe-title.png) no-repeat center top;
  background-color: #D19D64;
  position: relative;
}

.bestSnippArea1049 .bsBox .box-title .title {
  margin-bottom: 8px;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
}

.bestSnippArea1049 .bsBox .box-title.text-white {
  color: #fff;
}

.bestSnippArea1049 .bsBox .box-title .svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
}

.bestSnippArea1049 .bsBox .box-content {
  overflow: visible;
  overflow: initial;
  display: block;
  margin-top: 25px;
  padding: 0 20px 20px;
}

.bestSnippArea1049 .bsBox form .form-group {
  display: block;
  position: relative;
  width: 100%;
}

.bestSnippArea1049 .bsBox .form-group label:first-child {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: left;
  font-size: 13px;
  color: #777;
}

.bestSnippArea1049 .bsBox form .form-group + .form-group {
  margin-top: 25px;
}

.bestSnippArea1049 .bsBox form .form-group input.error,
.bestSnippArea1049 .bsBox form .form-group input.error:focus,
.bestSnippArea1049 .bsBox form .form-group textarea.error,
.bestSnippArea1049 .bsBox form .form-group textarea.error:focus {
  box-shadow: none;
  border-color: #f33;
  background: #fff;
}

.bestSnippArea1049 .bsBox form .form-group:last-child {
  top: 35px;
  margin-top: -10px;
}

.bestSnippArea1049 .bsBox form input[type=text],
.bestSnippArea1049 .bsBox form select {
  box-shadow: none;
}

.bestSnippArea1049 .bsBox form input[type=submit] {
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
}

.bestSnippArea1049 .bsBox form textarea {
  height: 130px;
}

.bestSnippArea1049 .bsBox form label:not(.error) {
  margin-top: -10px;
}

.bestSnippArea1049 .bsBox input[type=submit],
.bestSnippArea1049 .bsBox input[type=submit].form-control,
.bestSnippArea1049 .bsBox input[type=submit],
.bestSnippArea1049 .bsBox input[type=submit].form-control,
.dateBook {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  padding: 0 27px;
  font-size: 14px;
  position: relative;
  border: none;
  color: #fff;
  background-color: #A500D1;
  border-radius: 2px;
  transition: all 0.2s;
  width: 100%;
  text-align: center;
}

.dateBook:hover {
  background-color: #730092;
  color: #fff;
  text-decoration: none;
}

.box-content ul li {
  border: 2px solid rgba(209, 157, 100, 0.4);
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.serHeading h4 {
  color: #222;
  font-family: Oswald;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.87px;
  line-height: 31px;
}

.serHeading p {
  color: #535353;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}



.doImg img {
  width: 100%;
}

.serBoxdo, .serBoxdo2 {
  border-radius: 0 6px 6px 0;
  background-color: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 999;
  margin-left: -30px;
}

.serBoxdo2 {
  border-radius: 6px 0 0 6px;
  margin-left: 50px;
  text-align: right;
}

.serBoxdo h4 {
  color: #222;
  font-size: 24px;
  line-height: 30px;
}

.serBoxdo p {
  color: #444;
  font-size: 15px;
  line-height: 24px;
}

.serBoxdo ul li {
  color: #666;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 10px;
}

.serBoxdo ul li:before {
  content: "";
  position: relative;
  margin-right: 10px;
  color: #8E0858;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.serBoxdo2 ul li:before {
  float: right;
  text-align: right;
  margin-left: 10px;
  margin-right: 0;
}

.rectangle {
  height: 994.54px;
  width: 1140px;
  border-radius: 25px;
  background-color: #A500D1;
  -webkit-transform: rotate(58deg);
  position: absolute;
  transform: rotate(58deg);
  right: -20%;
  top: 0;
  z-index: 999;
  overflow: hidden;
  transform-origin: 50% 50% 0px;
}

.bookNow.text-right {
  position: relative;
  z-index: 9999;
}

.innerPages {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

section.innerPages h1 {
  background-color: #A500D1;
  text-align: center;
  color: #fff;
  border-radius: 0 0 0px 6px;
  display: table;
  font-size: 32px;
  margin: -6px 0 30px;
  padding: 6px 60px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

section.innerPages h1:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  border: 25px solid #730092;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.innerImg img {
  outline: 4px double #af73bf;
  outline-offset: -11px;
  margin-bottom: 20px;
  box-shadow: 0 4px 5px #ccc;
  border-radius: 5px;
}

.grid .serInn {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.grid {
  margin: 0;
  position: relative;
}

.grid .serInn img {
  max-width: 100%;
  display: block;
  border-radius: 5px;
  position: relative;
}

.grid .serDes {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #A500D1;
  color: #ed4e6e;
  border-radius: 6px 0 0 6px;
}

.grid .serDes h3 {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #fff;
}

.grid .serDes p {
  color: #fff;
}

.serInn {
  -webkit-perspective: 1700px;
  -moz-perspective: 1700px;
  perspective: 1700px;
  -webkit-perspective-origin: 0 50%;
  -moz-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
}

.grid {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.grid > .serInn {
  overflow: hidden;
}

.serInn img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  width: 100%;
}

.serInn:hover > img {
  -webkit-transform: translateX(5%);
  -moz-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);
}

.grid .serDes {
  height: 100%;
  width: 50%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}

.serInn:hover > .serDes {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.mapArea iframe {
  width: 100%;
}

.formSec .form-control {
  border-top-color: transparent;
  border-right-color: transparent;
  padding: 12px 10px;
}

.formSec .form-control:focus {
  box-shadow: none;
  border-bottom-color: #af73bf;
  border-left-color: #af73bf;
}

.formSec textarea {
  resize: none;
}

.formSec .btn-success {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
  font-size: 14px;
  position: relative;
  border: none;
  color: #fff;
  background-color: #A500D1;
  border-radius: 4px;
  transition: all 0.2s;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*# sourceMappingURL=style.css.map */

.iconBox img.img-fluid {
    margin-top: 10px;
}