@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Philosopher');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/**********
RESET CSS
**************/
body {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    overflow-x : hidden;
    overflow-y: hidden;
    padding: 0px !important;
    font-size:14px;
}

body,
html,
ul,
li,
a {
    padding: 0;
    margin: 0;
    list-style: none;
}

html,
body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
}

a:focus,
a:hover {
    outline: 0 solid;
    text-decoration: none;
}
h2 small{
    font-size:15px;
}
button:focus,
input:focus {
    outline: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}
p{
    text-align: left;
    font-size: 14px;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

ul,
li {
    padding: 0px;
    margin: 0px;
}
header{
        height: 130px;
}
/*--------------------
   Reset Css End
----------------------*/
small {
    font-size: 12px;
}
.btn{
    border-radius: 0px;
}
.pdlr{
    padding: 0;
}
/*--------------------
   Navbar css
----------------------*/
/*affix menu*/

.affix {
      top: 0;
      left:0;
      width: 100%;
      z-index: 9999 !important;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }
.navbar-inverse {
    background-color: #fff;
    border-color: transparent;
    margin-bottom: 0px; border-radius: 0px;
}
.navbar-inverse .navbar-header {    
    color: #de078e;
    padding: 0px; display: inline-block;
}
.navbar-inverse .navbar-header h2{
        display: inline-block;
    margin-bottom: 0;
     margin: 7px;
}
.navbar-inverse .navbar-header .navbar-brand{
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-size: 23px;
    color: #337ab7;
    padding: 0px;
    font-weight: bold;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-inverse .navbar-nav>li>a {
    color: #000;
    text-transform: uppercase;
     padding: 23px 8px;
     font-weight:normal;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:active {
    color: #fff;
    background-color: #333;
    border-bottom: 4px solid #337ab7;
    font-weight:normal;
}
.navbar-inverse .navbar-nav>.active>a {
    color: #fff;
    background-color: #333;
    border-bottom: 4px solid #337ab7;
    font-weight:bold;
}
.nav-div{
    width: 100%;
}
.top-bar{
    height:100px;
}
.top-bar .wrap-pink{
    background-color:#337ab7;
    z-index: 9;
    padding: 19px 0 11px 70px;
    position: relative;
    float: left;
    color: #fff;
    font-size:20px;
}
.top-bar .wrap-grey .btn-default {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.wrap-grey {
    background-color: #333;/*
    width: 100%;*/
    z-index: 0;
    padding: 10px 30px 10px 70px;
    position: relative;
    color: #fff;
    font-size:25px;
}
.triangle-arrow {
    border-right: 64px solid transparent;
    border-top: 57px solid #337ab7;
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    right: -64px;
    top: 0;
}
.listing-details li{
    font-size: 14px;
}
/*home page*/
.carousel-control.left ,.carousel-control.right{
    background-image: transparent !important;
    opacity: 0.4;
}
.contact-info{
    font-size: 19px;
}
.tapasya-abt p{
        font-size: 17px;
    letter-spacing: 2px;
}
.tapasya-abt .more, .tapasya-abt .more:hover {
    color: #fff;
    background-color: #337ab7;
    border: none;
    border-bottom: 2px solid #083e6d;    
}
.bg-abt{
    background: #333;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}
.bg-abt h2, .why-tap{
    font-family:'Monotype Corsiva';
    font-size: 40px;
    letter-spacing: 2px;
}

.home-testimonials{
        padding: 25px 15px;
}
.home-testimonials h2{
    color: #337ab7;   
    font-family:'Monotype Corsiva';    font-size: 40px;
    letter-spacing: 2px;
}
.hm-testimonials .quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}
.hm-testimonials .fa-4x {
    font-size: 2em;
    color: #337ab7;
}
.parallax-black{
    background:url('../img/bg-parallax.jpg');
    height:350px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
.parallax-black .trans-bg{
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 20px;
    margin: 20px 0;
}
.parallax-black .trans-bg:hover{
    background:#337ab7;
    cursor: pointer;
}
.parallax-black .trans-bg p{
    text-align: center;
    font-size:18px;
    font-weight: normal;
}
/*About us*/
.dr-desk h3{
    font-family: 'Monotype Corsiva';
    letter-spacing: 2px;
    font-size: 40px;
    color: #337ab7;
    margin-top:0;
}

.mision{
     background: transparent;
    color: #333;
    padding: 20px;
    border-radius:0 20px 0 20px;
   margin: 15px 10px;
    box-shadow: 0px 0px 10px rgb(51, 122, 183);
}
.mision p{
    font-size:20px;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

.hm-testimonials #fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
.hm-testimonials #fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
.hm-testimonials #fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
.hm-testimonials #fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
.hm-testimonials #fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
.hm-testimonials #fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
.hm-testimonials #fade-quote-carousel .profile-circle {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 100px;
}
.test-img{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    height:300px;
}
.color-bg-services{
    background: url("../img/banner1.jpg")no-repeat;
    color: #fff;
    height:600px;
}
.service .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;position: relative;
    overflow: hidden;
}
.service h2{
    font-family:'Monotype Corsiva';
    font-size: 40px;
}
.service .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.service img {
   border-radius: 5px 5px 0 0;
    height: 250px;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.service .card:hover img{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service .info {
    padding: 10px 16px;
    background: #fff;
    color: #333;
    height: 230px;
}
/*Gallery*/
.gal-container{
    padding: 12px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
footer{
    color: #fff;
    background: #333;
}
.footer .get h5{
    line-height: 1.5;
}
.footer .other-links{
    width:100%;
    border-top:0.5px solid #ddd;
    padding: 10px 0;
}
.footer .other-links p, .footer .other-links ul,.footer .other-links .text-to-right {
    display: inline-block;
}
.footer .other-links .text-to-right{
    float:right;
    font-size:30px;
}
.footer .other-links .text-to-right span{
    text-align: left;
}
.footer .other-links ul li {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
}
.footer  ul li a{
    color: #fff;
}
.footer .other-links .text-to-right, .footer .other-links p{
    padding: 0 20px;
    vertical-align: middle;
    margin: 0;
}
.footer .reference li{
    margin: 10px 0;
    letter-spacing: 2px;
}
.footer .tappu p {
    text-align: justify;
    letter-spacing: 2px;
    line-height: 1.5;
}
/*contact us*/
.contact-page{
    padding: 80px 50px;
    background: #000;
    color: #fff;
}
.contact-info h2{
    margin-bottom:0;
}
.contact-info span{
        font-family: Aria;
}
.contact-info .underline{
    border-bottom: 6px solid #337ab7;
    width: 50px;
    display: inline-block;
}
.form-1 .form-control{
        border-radius: 0;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}
.special .img{
    text-align: center;
    margin: 25px 0;
}
.special .img p{
    text-align: center;
    margin: 10px 0;
}
.special .img .fa{
    font-size: 40px;
    border-radius: 50%;
    border: 0.5px solid #333;
    padding: 15px 20px;
    color: #de078e;
}
.img-row{
    margin: 25px auto;
}
.img-row img{
        height: 280px;
        width: 100%;
}
/*After & Before*/

.nav-tabs>li>a{
    color: #333;
}
/*services*/
.services{
    margin: 20px auto;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.services h1{
        font-family: 'Monotype Corsiva';
    letter-spacing: 2px;
    font-size: 40px;
}
.sppb-addon-image-content-new .main .text {
    float: right;
    width: 60%;
    padding: 30px 30px 30px 80px;
    background: #f5f8ff;
}
.sppb-addon-image-content-new .main .text {
    float: right;
    width: 60%;
    padding: 30px 30px 30px 80px;
    background: #f5f8ff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.sppb-addon-image-content-new .main .text:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.sppb-addon-image-content-new:hover .image ,.sppb-addon-image-content-new:hover .image2 {
    box-shadow: 3px 3px 0px 0px rgba(68,68,68,0.2);
    -moz-box-shadow: 3px 3px 0px 0px rgba(68,68,68,0.2);
    -webkit-box-shadow: 3px 3px 0px 0px rgba(68,68,68,0.2);
    transition: all 300ms linear 0s;
}
.sppb-addon-image-content-new .main .text:before {
    background: #de078e;
    color: #fff;
}
.sppb-addon-image-content-new:hover .text:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.sppb-addon-image-content .sppb-image-holder {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: 100% center;
    background-size: cover;
}
.sppb-addon-image-content-new:hover .text a:hover {
    color: #242c42;
}
.sppb-addon-image-content-new:hover .text a, .sppb-addon-image-content-new:hover .text h2, .sppb-addon-image-content-new:hover .text .para{
    color: #ffffff;
}
.sppb-addon-image-content-new .main .image {
    float: left;
    width: 271px;
    height: 172px;
    top: 22px;
    transition: all 300ms linear 0s;
}
.sppb-addon-image-content-new .main .image2 {
    float: left;
    width: 271px;
    height: 172px;
    top: 340px;
    transition: all 300ms linear 0s;
}

.sppb-addon-image-content-new .main .text:before {
    background:#de078e;
    color: #fff;
}
.sppb-addon-image-content-new:hover .text:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.after-before h2{
    font-family: 'Monotype Corsiva';
    letter-spacing: 2px;
    font-size: 40px;
}
/*Laser Treatments*/
.tatoo h2{
    font-family: 'Monotype Corsiva';
    letter-spacing: 2px;
    font-size: 40px;
}
/*wedding services*/
.wed-serv img{
    clear: both;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.types .fa{
    color: #de078e;
    margin: 0 10px;
}
.wedding ,.about {
    font-family: 'Monotype Corsiva';
    letter-spacing: 2px;
    font-size: 40px;
}
.about-us img{
        width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #de078e;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

/********media queries********/
@media (max-width: 1440px) {
    .top-bar .wrap-pink {
    background-color: #337ab7;
    z-index: 9;
    padding: 19px 0 11px 31px;
    position: relative;
    float: left;
    color: #fff;
    font-size: 20px;
}
.navbar-inverse .navbar-header h2 {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 20px;
}
.navbar-inverse .navbar-header .navbar-brand {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-size: 25px;
    color: #337ab7;
    padding: 0px;
    font-weight: bold;
}
h2 small {
    font-size: 13px;
}
.service .info {
    padding: 10px 16px;
    background: #fff;
    color: #333;
    height: 230px;
}
.footer .other-links .text-to-right, .footer .other-links p {
    padding: 0 20px;
    vertical-align: middle;
    margin: 0;
}
.footer .other-links .text-to-right {
    /* float: right; */
    font-size: 30px;
}
.footer .tappu p {
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
}
.mision {
    background: transparent;
    color: #333;
    padding: 20px;
    border-radius: 0 20px 0 20px;
    margin: 0 0 20px;
    box-shadow: 0px 0px 10px rgb(51, 122, 183);
}
.gal-container {
    padding: 25px 0;
}
}

@media (max-width: 480px) {
  .navbar-inverse .navbar-nav>li>a {
    color: #000;
    text-transform: uppercase;
    padding: 1px;
    border-bottom: 4px solid #fff;
    font-size: 12px;
}
.wrap-grey {
    
    font-size:24px;
}
.top-bar {
     height: auto; 
}
header {
    height: auto;
}
.navbar-nav {
     float: left; 
    margin: 0;
}
.navbar-inverse .navbar-header h2 {
    display: inline-block;
    margin-right: 7px;
    margin-left: 0;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #333;
}
.test-img {
    display: none;
}
.color-bg-services {
    background: url(../img/banner1.jpg);
    color: #fff;
    height: auto;
}
.footer .other-links ul li {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
}
.sppb-addon-image-content-new .main .text {
    
    padding: 30px;
}
.service .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    margin: 10px 0;
}
.tapasya-abt p {
    font-size: 14px;
    letter-spacing: 1px;
}
.bg-abt h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
}
.home-testimonials h2 {
    color: #de078e;
    text-transform: uppercase;
    letter-spacing: 2px;font-size: 20px;
}
.hm-testimonials blockquote ol:last-child,.hm-testimonials blockquote p:last-child,.hm-testimonials blockquote ul:last-child {
    margin-bottom: 0;
    font-size: 13px;
}
.hm-testimonials .fa-4x {
    font-size: 2em;
    color: #de078e;
}
.vision , .mision{
    width: 100%;
    height: auto;
}
.sppb-addon-image-content-new .main .image ,.sppb-addon-image-content-new .main .image2{
    display: none;
}
.sppb-addon-image-content-new .main .text{
    width: 100%;
}
.wrap-grey{
    padding: 10px;
}
.top-bar .wrap-pink {
    background-color: #de078e;
    z-index: 9;
    padding: 19px;
    position: relative;
    float: left;
    color: #fff;
    font-size: 13px;
}
.parallax-black{
    height: auto;
}
.parallax-black .trans-bg{
    width: 100%;
}
}
@media (max-width: 320px){
    .navbar-brand {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    color: #337ab7;
    padding: 0px;
    font-weight: bold;
    line-height: 1.2;
}
.navbar-inverse .navbar-header .navbar-brand {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-size: 19px;
    color: #337ab7;
    padding: 0px;
    font-weight: bold;
}
.contact-info {
    font-size: 11px;
}
.triangle-arrow {
    border-right: 64px solid transparent;
    border-top: 31px solid #337ab7;
}
.wrap-grey {
    padding: 1px 0;
}
.top-bar .wrap-pink {
    background-color: #337ab7;
    z-index: 9;
    padding: 8px;
    position: relative;
    float: left;
    color: #fff;
}
h2 small {
    font-size: 9px;
}
.dr-desk h3 {
    font-family: 'Monotype Corsiva';
    letter-spacing: 2px;
    font-size: 38px;
    color: #337ab7;
    margin-top: 0;
}
.navbar-inverse .navbar-nav>a{

    font-size: 9px;
}
.navbar-inverse .navbar-nav>.active>a {
    color: #fff;
    background-color: #333;
    border-bottom: 4px solid #337ab7;
    font-weight: bold;
    font-size: 12px;
}
.bg-abt h2, .why-tap {
    font-family: 'Monotype Corsiva';
    font-size: 21px;
    letter-spacing: 2px;
}
.parallax-black .trans-bg p {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
.service .info {
    padding: 10px 16px;
    background: #fff;
    color: #333;
    height: 300px;
}
}