a{
    transition: all 0.5s ease;
    text-decoration: none !important;
}
h1, h2, h3, h4{
    font-family: 'Spectral', sans-serif;
    color: #000;
}
h5, h6{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    line-height: 24px;
}
ul{
    padding: 0;
    list-style: none;
}
li{
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    color: #000;
}
p{
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    color: #000;
    font-size: 14px;
}
.sec-header h2{
    color: #000;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 33px;
}
.sec-header h6{
    font-weight: 400;
    color: #000;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.my-btn{
    font-family: "Open Sans",sans-serif;
    padding: 8px 25px;
    background: #733380;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s ease-out;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: 1px 0 3px rgba(255,255,255,0.25);
}
.my-btn:hover{
    background: #b6b6b6;
    color: #733380;

}
.img-hover{
    overflow: hidden;
    width: 100%;
    display: block;
}
.img-hover img{
    transition: all 0.5s ease;
    width: 100%;
}
.img-hover:hover img{
    transform: scale(1.1);
}
.parallax{
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.parallax:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(17,4,20,0.5);
}
.parallax > div{
    position: relative;
    z-index: 5;
}
.parallax h6, .parallax h5, .parallax h4, .parallax h3, .parallax h2, .parallax p{
    color: #fff;
}
section{
    padding: 65px 0;
}
.carousel-item{
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.social-icons a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 3px;
}
.social-icons a[data-bs-original-title="Facebook"]{
    background-color: #3b5998;
}
.social-icons a[data-bs-original-title="Twitter"]{
    background-color: #00acee;
}
.social-icons a[data-bs-original-title="Yelp"]{
    background-color: #c41200;
}
.social-icons a[data-bs-original-title="Instagram"]{
    background-color: #e90070;
}
.social-icons a[data-bs-original-title="Linkedin"]{
    background-color: #0077b4;
}
.social-icons a[data-bs-original-title="Youtube"]{
    background-color: #c4302b;
}
.social-icons a[data-bs-original-title="Pinterest"]{
    background-color: #e60023;
}
.social-icons a[data-bs-original-title="Google"]{
     background-color: #3982f3;
 }
.social-icons a:hover{
    background: #000;
    color: #fff;
}


.animate {
    /*visibility:hidden;*/
}
.scrollAnm {
    animation-name: scroll;
    -webkit-animation-name: scroll;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
}
@keyframes scroll {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes scroll {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
body{

}

header{

}

/* START: logo section */
    .logo-sec .navbar-brand{
         padding: 0;
         margin: 0;
     }
    .logo-sec .navbar-brand img{
        max-width: 160px;
    }
    .top-info{
        padding-top: 3px;
    }
    .top-info h5{
        color: #733380;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        margin-bottom: 3px;
        font-size: 18px;
    }
    .top-info h5 a{
        color: #733380;
    }
    .top-info h6{
        color: #000;
        font-family: "Lato", sans-serif;
        font-weight: 600;
        margin-bottom: 0;
        font-size: 15px;
        line-height: 18px;
    }
    .top-info h6 a{
        color: #000;
    }
/* END: logo section */

/* START: Menu section */
    .menu-sec{
        background: #b6b6b6;
        border-bottom: 1px solid #fff;
    }
    .menu-sec .navbar-nav .nav-link{
        font-weight: 600;
        font-family: "Lato", sans-serif;
        text-transform: uppercase;
        font-size: 15px;
        color: #733380;
        padding: 8px 15px;
    }
    .menu-sec .navbar-nav .nav-link:hover,
    .menu-sec .navbar-nav .active .nav-link{
        color: #733380;
        background: #fff;
    }
    .menu-sec .btn{
        color: #fff;
        background: #733380;
        text-transform: uppercase;
        border-radius: 0;
        border: 0;
    }
    .menu-sec .navbar-toggler{
        padding: 5px 10px;
        margin: 5px 0;
        background: #733380;
        border-radius: 0;
        box-shadow: none;
    }
/* END: Menu section */

/* START: banner section */
    .banner-sec .carousel-item{
        height: 500px;
        padding: 50px 0;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .banner-caption{
        padding: 20px;
    }
    .banner-caption h1{
        color: #fff;
        font-weight: 800;
        font-family: 'Spectral', sans-serif;
        margin-bottom: 5px;
        text-shadow:
                -1px -1px 0 #733380,
                1px -1px 0 #733380,
                -1px 1px 0 #733380,
                1px 1px 0 #733380;
    }
    .banner-caption h4{
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        text-shadow:
                -1px -1px 0 #733380,
                1px -1px 0 #733380,
                -1px 1px 0 #733380,
                1px 1px 0 #733380;
    }
/* END: banner section */

/* START: Welcome section */
    .welcome-box{

    }
    .welcome-sec h5{
        color: #733380;
        background: #b6b6b6;
        display: inline-block;
        padding: 5px 10px;
    }
/* END: Welcome section */

/* START: about-banner */
    .about-banner{
        background-image: url("../img/about-banner-sec.jpg") ;
        text-align: center;
        background-attachment: initial;
    }
/* END: about-banner */

/* START: service section */
    .services-sec{
    }
    .main-service{
        background: #d3d1d1;
        height: 100%;
    }
    .main-service-content{
        padding: 15px;
    }
    .main-service-content h4{
        color: #733380;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        font-weight: 600;
    }
    .main-service-content ul li{
        position: relative;
        padding-left: 20px;
        color: #363536;
    }
    .main-service-content ul li:before{
        content: '\f14a';
        font-family: "Font Awesome 5 Free", sans-serif;
        font-weight: 900;
        position: absolute;
        left: 0;

    }
    .main-service-content ul li a{
        color: #363536;
    }
    .main-service-content ul li a:hover{
        color: #733380;
    }
/* END: service section */

/* START: benefits Section */
    .benefits-sec{
        background-image: url("../img/benefits-bg.jpg");
    }
    .benefits-sec.parallax:before {
        background: rgba(0,0,0,0.7);
    }
    .benefit{
        position: relative;
        padding-left: 105px;
    }
    .benefit-img{
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: 2px solid #fff;
        overflow: hidden;
        position: absolute;
        left: 0;
    }
    .benefit-img img{
        width: 100%;
    }
/* END: benefits Section */

/* START: Portfolio Section */
    .portfolio-sec{
        background: #dedbdb;
    }
/* END: Portfolio Section */

/* START: reviews section */
    .reviews-sec{
        background-image: url("../img/reviews-bg.jpg");
        padding: 100px 0;
    }
    .reviews-sec:before{
        background: rgba(0,0,0,0.15);
    }
    .reviews-sec .sec-header h2{
        color: #383737;
    }
    #reviewsCarousel{
        position: relative;
    }
    #reviewsCarousel .ctrl-btns{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 65px;
        height: 30px;
    }
    #reviewsCarousel .ctrl-btns button{
        position: initial;
        display: inline-block;
        height: 30px;
        width: 30px;
        background: #733380;
        line-height: 30px;
        opacity: 1;
        padding: 2px;
    }
    #reviewsCarousel .ctrl-btns span{
        width: 25px;
        height: 25px;
    }
    .review p{
        font-size: 14px;
        line-height: 22px;
        color: #464545;
    }
    .review p:before{
        content: "\f10d";
        font-family: "Font Awesome 5 Free", sans-serif;
        font-weight: 900;
        color: #733380;
        margin-right: 5px;
        font-size: 25px;
    }
    .client-img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #fff;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin-right: 10px;
    }
    .client-img img{
        min-width: 100%;
        min-height: 100%;
    }
    .client-info{
        display: inline-block;
        vertical-align: middle;
    }
    .client-info h5{
        margin-bottom: 2px;
        color: #733380;
        font-size: 18px;
        text-transform: uppercase;
    }
    .client-info h6{
        margin-bottom: 0;
        color: #464545;
        font-size: 15px;
    }
/* END: reviews section */

/* START: quote section  */
    .teeth-whitening{
        /*background-image: url("../img/teeth-whitening-bg.jpg");*/
        background-image: url("../img/deep-cleanse-facial.jpg");
        background-position: center center;
        background-size: cover;
        height: 100%;
        padding: 20px;
    }
    .teeth-whitening h3{
        color: #733380;
        font-weight: 700;
        text-shadow: 0 0 10px #fff;
    }
    .teeth-whitening h6{
        text-shadow: 0 0 10px #fff;
        }
    
    .quote-col .form-control,
    .quote-col .form-select{
        border-radius: 0;
    }
/* END: quote section */

/* START: products */
    .products-sec{
        background: #807e7e;
        padding: 20px 0;
    }
    .products-sec h3,
    .products-sec h5{
        color: #fff;
    }
/* End: products */

/* START: footer section */
    footer{
        background: #3e1446;
    }
    .top-footer{
        padding: 30px 0;
    }
    .top-footer h5{
        color: #fff;
        font-size: 18px;
    }
    .top-footer p,
    .top-footer p a{
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-size: 14px;
    }
    .top-footer p a:hover{

    }

    .top-footer ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .top-footer ul li{
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-size: 14px;
    }
    .top-footer ul li a{
        color: #fff;
    }
    .top-footer ul li a:hover{

    }
    .ft-info p{
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 10px;
        line-height: 18px;
    }
    .ft-info p span{
        text-transform: uppercase;
        display: block;
    }
    .ft-info p a:hover{

    }
    .ft-map iframe{
        width: 100%;
        height: 100%;
    }
    .btm-footer{
        border-top: 1px solid rgba(255,255,255,0.4);
        padding: 20px 0;
    }
    .btm-footer p,
    .btm-footer p a{
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-size: 14px;
    }
    .btm-footer p a{

    }
/* END: footer section */

/* START: page header section */
    .page-header-sec{
        background-image: url('../img/page-header-bg.jpg');
        height: 400px;
        background-attachment: initial;
        padding: 60px 0;
    }
    .page-header h1{
        color: #fff;
        font-family: "Spectral", sans-serif;
        margin-bottom: 5px;
        font-weight: 700;
        text-shadow:
                -1px -1px 0 #733380,
                1px -1px 0 #733380,
                -1px 1px 0 #733380,
                1px 1px 0 #733380;
    }
    .page-header h5{
        margin-bottom: 0;
        text-shadow:
                -1px -1px 0 #733380,
                1px -1px 0 #733380,
                -1px 1px 0 #733380,
                1px 1px 0 #733380;
    }
    .page-title{
        font-weight: 700;
        color: #000;
    }
/* END: page header section */

/* START: about page section */

/* END: about page section */

/* START: services page section */
    .service-item{
        margin-bottom: 30px;
        background: #d7d6d6;
    }
    .service-content{
        padding: 30px;
    }
    .service-content h4{
        font-family: "Lato", sans-serif;
        color: #733380;
        font-weight: 600;
    }
    .service-content p{
        margin-bottom: 0;
    }
/* END: services page section */

/* START: gallery page section */
/* END: gallery page section */

/* START: reviews page section */
    .reviews-page .review{
        background: #d9d6d6;
        padding: 20px;
        height: 100%;
    }
    .reviews-page .client-info h5{
        color: #9b0c19;
    }
    .reviews-page .client-info h6{
        color: #323232;
    }
/* END: reviews page section */

/* START: contact Page section */
    .contact-page form .form-control{
        border-radius: 0;
        background: #dfdfdf;
    }
    .contact-page form .form-control::placeholder{
        font-family: 'Roboto Slab', sans-serif;
        color: #868484;
    }
    .contact-page form .mybtn{
        border-radius: 0;
    }
    .google-map{
        min-height: 350px;
    }
/* END: contact Page section */
    #toTop {
        position: fixed;
        bottom: 10px;
        right: 10px;
        border-color: rgba(255,255,255,0.2);
        width: 40px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        z-index: 9999;
        text-align: center;
        padding: 0;
    }
/* START: responsive section */

/* END: responsive section */

