/*
Author       : EnvyTheme
Template Name: Spa
Version      : 0.1
*/
/*=============================================================
    CSS INDEX
    =============================
    01. DEFAULT STYLE
    02. NAVIGATION DESIGN
    03. START HOME SLIDER SECTION DESIGN
    04. START WHY WE ARE THE BEST SECTION DESIGN
    05. START OUR SERVICES SECTION DESIGN
    06. START OUR SPECIAL SERVICES SECTION DESIGN
    07. START OUR SPECIALIST SECTION DESIGN
    08. START OUR WORKS SECTION DESIGN
    09. START OUR TESTIMONIALS SECTION DESIGN
    10. START OUR SHOP SECTION DESIGN
    11. START OUR PRICE SECTION DESIGN
    12. START OUR BLOG SECTION DESIGN
    13. START SUBSCRIBE SECTION DESIGN
    14. START CONTACT SECTION DESIGN
    15. START TOP FOOTER SECTION DESIGN
    16. START APPOINTMENT MODAL DESIGN
    17. START BACK TO TOP BUTTON SECTION DESIGN
  =============================================================*/
/*
* ------------------------------------------------------------
* 01.DEFAULT STYLE
* ------------------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Oleo+Script:400,700');
body {
    font-family: 'Montserrat', sans-serif;
}
a {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}
a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
a:focus, a:hover, a:active {
    color: #000;
    text-decoration: none;
}
h1, h2 {
    font-family: 'Oleo Script', cursive;
}
p {
    color: #646464;   
    font-size: 15px;
    line-height: 26px;
}
img {
    max-width: 100%;
}
section {
   padding: 100px 0 105px; 
}
.d-table {
    display: table;
    width: 100%;
    height: 100%;
}
.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title h2 {
    color: #4e2a84;
    margin: 0;
    font-size: 40px;
    font-weight: bold;
}
.section-title .bar {
	background-color: #4e2a84;
	height: 1px;
	margin: 30px auto;
	max-width: 325px;
	position: relative;
}
.section-title .bar::before {
	background-image: url("../images/img-middle-arrow.png");
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	right: 0;
	margin: auto;
	top: -14px;
}
.section-title p {
	max-width: 800px;
	margin: auto;
}
.section-bg {
	background-image: url("../images/img-section_bg.jpg");
	background-size: cover;
	background-position: center center;
}
.default-button {
    background: #4e2a84;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 13px;
}
.default-button:hover {
    background: #010101;
    color: #fff;
}
.preloader-wrap {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.loader {
	position: absolute;
	margin: auto;
	top: 40%;
	left: 0;
	right: 0;
}
.loader{
    width: 150px;
    height: 150px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.loader .loader-inner{ height: 100%; }
.loader,
.loader .loader-inner{
    padding: 8px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #4e2a84;
    border-left-color: #cf1c5d;
    -webkit-animation: loading-1 linear 3.5s infinite;
    animation: loading-1 linear 3.5s infinite;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.38, 0.21, 0.88);
    animation-timing-function: cubic-bezier(0.55, 0.38, 0.21, 0.88);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@-webkit-keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*
* ------------------------------------------------------------
* 02.NAVIGATION STYLE
* ------------------------------------------------------------
*/
.navbar-default {
	background-color: rgba(255, 255, 255, .9);
	border: none;
	margin: 0;
    padding: 8px 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}
.navbar-default .navbar-brand img {
    width: 120px;
}
.navbar-default .navbar-nav > li > a {
	color: #4e2a84;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 5px 0;
	margin: 10px 15px;
	border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #555;
	background-color: transparent;
	border-bottom: 2px solid #4e2a84;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	border-bottom: 2px solid #4e2a84;
}
.navbar-default .dropdown .number {
    background: #ff4f5e;
    color: #fff;
    height: 25px;
    width: 25px;
    position: absolute;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    top: -10px;
    right: -30px;
    font-size: 13px;
}
.navbar-default .dropdown-menu {
	min-width: 250px;
    border-radius: 0;
} 
.shop-cart {
	position: relative;
	padding: 10px 10px 15px 65px;
	border-bottom: 1px solid #ddd;
}
.product_img {
	position: absolute;
	left: 10px;
	top: 6px;
}
.shop-cart .product_img img {
    width: 40px;
}
.shop-cart .product-text {}
.shop-cart .product-text .title {
	font-weight: 600;
	font-size: 13px;
	margin: 0 0 2px;
	display: block;
	padding-right: 15px;
}
.shop-cart .product-text .quantity span {
    padding-left: 10px;
}
.shop-cart i {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}
.shop-cart-checkout {
	margin: 12px 0 0;
}
.shop-cart-checkout p {
    display: inline-block;
    font-weight: 600;
    color: #333;
}
.shop-cart-checkout a {
    text-decoration: none;
    background: #4e2a84;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.shop-cart-checkout a:hover {
    color: #fff;
    background-color: #010101;
}
.shop-cart-text {
	display: inline-block;
	margin: 0px 10px;
}
.menu-shrink {
    background-color: #fff;
    padding: 5px 0;
    box-shadow: 0 0 10px #000;
}
.navbar-toggle {
    border: none;
    background: transparent !important;
}
.navbar-toggle:hover {
    background: transparent !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #4e2a84;
}
.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);    
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
}
/*
* ------------------------------------------------------------
* 03.HOME SLIDER STYLE
* ------------------------------------------------------------
*/
.home-slider .single-item {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.home-slider .item-bg-1 {
    background-image: url("../images/img-slider_1.jpg");
}
.slider-text-content {
    margin: auto;
    max-width: 1170px;
    padding: 0 15px;
}
.slider-text-content h1 {
	font-size: 80px;
	margin: 0;
	color: #4e2a84;
	font-weight: bold;
    max-width: 600px;
}
.slider-text-content p {
	color: #333;
	font-size: 28px;
	font-weight: 500;
	margin: 30px 0 40px;
	max-width: 600px;
	line-height: 36px;
}
.slider-text-content .slider-btn-one {
	color: #4e2a84;
	font-size: 16px;
	border: 1px solid #4e2a84;
	display: inline-block;
	padding: 6px 20px;
    margin-right: 15px;
}
.slider-text-content .slider-btn-one:hover {
    background-color: #4e2a84;
    color: #fff;
}
.slider-text-content .slider-btn-two {
    background-color: #4e2a84;
   	color: #fff;
	font-size: 16px;
	border: 1px solid #4e2a84;
	display: inline-block;
	padding: 6px 20px;
}
.slider-text-content .slider-btn-two:hover {
    color: #4e2a84;
    background-color: transparent;
    border: 1px solid #4e2a84;
}
.home-slider .owl-prev {
	background: #4e2a84;
	position: absolute;
	color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	top: 50%;
	font-size: 25px;
    left: 0;
}
.home-slider .owl-next {
	background: #4e2a84;
	position: absolute;
	color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	top: 50%;
	font-size: 25px;
    right: 0;
}
.home-slider .owl-prev:hover, .home-slider .owl-next:hover {
    background-color: #010101;
}
/*
* ------------------------------------------------------------
* 04.WE ARE SECTION STYLE
* ------------------------------------------------------------
*/
.we-are-section {
    padding: 100px 0 75px;
}
.single-member {
    text-align: center;
    border: 1px solid #ddd;
    padding: 4px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 21px 0px rgba( 0, 0, 0, 0.1 );
}
.single-member img {
    width: 100%;
}
.single-member h3 {
	color: #4e2a84;
	margin: 18px 0 10px;
	font-size: 20px;
}
/*
* ------------------------------------------------------------
* 05.OUR SERVICES SECTION STYLE
* ------------------------------------------------------------
*/
.our-services {
    padding: 100px 0 75px;
}
.single-service {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #ddd;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 0px 21px 0px rgba( 0, 0, 0, 0.1 );
}
.single-service img {
    width: 100%;
}
.single-service h3 {
    color: #4e2a84;
    margin: 20px 0 10px;
    font-size: 20px;
}
.single-service a {
	margin-bottom: 15px;
}
/*
* ------------------------------------------------------------
* 06.OUR SPECIAL SERVICES SECTION STYLE
* ------------------------------------------------------------
*/
.special-services {
    padding: 100px 0 75px;
}
.special-single-service {
    margin-bottom: 30px;
    text-align: center;
}
.special-single-service img {
    border-radius: 50%;
}
.special-single-service h3 {
    color: #4e2a84;
    margin: 30px 0 20px;
    font-size: 20px;
}
/*
* ------------------------------------------------------------
* 07.OUR SPECIALIST SECTION STYLE
* ------------------------------------------------------------
*/
.our-specialist {
    padding: 100px 0 75px;
}
.single-specialist {
    margin-bottom: 30px;
    text-align: center;
}
.single-specialist img {
    width: 100%;
}
.single-specialist h3 {
    color: #4e2a84;
    margin: 30px 0 10px;
    font-size: 20px;
}
.single-specialist p {
	margin: 0;
	font-size: 17px;
	color: #333;
}
/*
* ------------------------------------------------------------
* 08.OUR WORKS SECTION STYLE
* ------------------------------------------------------------
*/
.our-works-section {
    padding: 100px 0 105px;
}
.single-portfolio {
    margin-bottom: 30px;
}
.single-portfolio a {
    display: block;
    position: relative;
}
.single-portfolio .overly {
	background-color: #4e2a84;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	right: 0;
	text-align: center;
    opacity: .9;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transition: .5s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}
.single-portfolio:hover .overly {
    transform: scale(1);
}
.single-portfolio .overly i {
    color: #fff;
    font-size: 30px;
}
/*
* ------------------------------------------------------------
* 09.OUR TESTIMONIALS SECTION STYLE
* ------------------------------------------------------------
*/
.testimonial-item {
    text-align: center;
}
.testimonial-item .client-pic {
	width: 100px;
	height: 100px;
	border: 3px solid #ededed;
	border-radius: 50%;
	margin: auto;
	position: relative;
}
.testimonial-item .client-pic i {
	background: #4e2a84;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	line-height: 30px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.testimonial-item .client-pic img {
    width: 100%;
    border-radius: 50%;
}
.testimonial-item p {
	font-size: 16px;
	color: #3B3B3B;
	font-size: ;
	font-weight: 500;
	max-width: 800px;
	margin: 30px auto 0;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; 
}
.owl-theme .owl-dots {
    text-align: center;
    margin-top: 20px;
    -webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    -ms-transform: rotate(50deg); /* IE 9 */
    -webkit-transform: rotate(50deg); /* Safari */
    transform: rotate(50deg);
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4e2a84; 
}
/*
* ------------------------------------------------------------
* 10.OUR SHOP SECTION STYLE
* ------------------------------------------------------------
*/
.our-shop {
    padding: 100px 0 75px;
}
.product-item {
    text-align: center;
    margin-bottom: 30px;
}
.product-item .product-img {
    display: block;
}
.product-item h3 {
    font-size: 20px;
}
.product-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-item ul li {
    display: inline-block;
}
.product-item ul li i {
	color: #4e2a84;
	font-size: 16px;
}
.product-item .price {
	margin: 10px 0 10px;
	font-size: 16px;
	font-weight: 500;
}
.product-carousel .owl-prev {
	background: #4e2a84;
	position: absolute;
	color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	top: 40%;
	font-size: 25px;
    left: 0;
    transform: translatey(-40%);
    -webkit-transform: translatey(-40%);
    -ms-transform: translatey(-40%);
    -moz-transform: translatey(-40%);
}
.product-carousel .owl-next {
	background: #4e2a84;
	position: absolute;
	color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	top: 40%;
	font-size: 25px;
    right: 0;
    transform: translatey(-40%);
    -webkit-transform: translatey(-40%);
    -ms-transform: translatey(-40%);
    -moz-transform: translatey(-40%);
}
.product-carousel .owl-prev:hover, .product-carousel .owl-next:hover {
    background-color: #010101;
}
/*
* ------------------------------------------------------------
* 11.OUR BLOG SECTION STYLE
* ------------------------------------------------------------
*/
.our-blog {
    padding: 100px 0 75px;
}
.single-article {
    margin-bottom: 30px;
}
.single-article h3 {
	margin: 25px 0 10px;
	line-height: 30px;
}
.single-article a:hover img {
    opacity: .6;
}
.single-article h3 a {
	color: #333;
	font-size: 17px;
	font-weight: 600;
}
.single-article h3 a:hover {
    color: #4e2a84;
}
.single-article p {}
.single-article .default-button {
	margin-top: 10px;
	font-size: 14px;
	padding: 8px 25px;
}

.page-header-section {
	background-color: #f5f5f5;
	padding: 60px 0;
	margin-top: 65px;
}
.page-header-section h1 {
	color: #4e2a84;
	margin: 0;
	font-size: 30px;
}
.page-header-section .breadcrumb {
    text-align: right;
    background-color: transparent;
    margin: 0;
}
.page-header-section .breadcrumb li {
	text-transform: uppercase;
}
.page-header-section .breadcrumb li a {
	color: #001F91;
}

.blog-main-area {
    padding: 70px 0;
}
.blog-main-area .single-blog {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}
.blog-main-area .single-blog:hover {
    box-shadow: none;
}
.blog-main-area .single-blog .article-text {
	padding: 20px 0 0;
}
.blog-main-area .single-blog .article-text .heading {
	font-size: 25px;
}
.post-date {
	background-color: #4e2a84;
	color: #fff;
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 5px;
	text-align: center;
	line-height: 20px;
}
.search-box {
    margin-bottom: 30px;
}
.search-box form {
    position: relative;
}
.search-box .form-control {
	background: #f0f4f7;
	border-color: #f0f4f7;
	border-radius: 0;
	height: 45px;
    box-shadow: inset 0 0px 1px rgba(0,0,0,.075);
}
.search-box .form-control:hover {
    border-color: #4e2a84;
}
.search-box .search-btn {
    background-color: #4e2a84;
    color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	font-size: 20px;
    border-radius: 0;
    transition: .3s;
    -webkit-transition: .3s;
}
.search-box .search-btn:hover {
    opacity: .7;
}
.sidebar-area .title {
	color: #0d3b66;
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 25px;
	border-bottom: 1px dashed #ddd;
	padding: 0 0 10px;
    position: relative;
}
.sidebar-area .title::before {
	background-color: #4e2a84;
	content: "";
	height: 2px;
	width: 40px;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.recent-post-box {
    margin-bottom: 30px;
}
.recent-post-box .recent-post {
	position: relative;
	padding: 0 0 5px 100px;
	overflow: hidden;
	margin-bottom: 15px;
}
.recent-post-box .recent-post img {
	position: absolute;
	width: 80px;
	left: 0;
	top: 5px;
}
.recent-post-box .recent-post:hover img {
    opacity: .7;
}
.recent-post-box .recent-post h4 {
    line-height: 25px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}
.recent-post-box .recent-post h4 a {
    color: #0d3b66;
}
.recent-post-box .recent-post h4 a:hover {
    color: #4e2a84;
}
.recent-post-box .recent-post .post-dt {
	color: #6b6b6b;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}
.recent-post-box .recent-post .comments {
    color: #6b6b6b;
	font-size: 14px;
	text-transform: uppercase;
}
.recent-post-box .recent-post .comments:hover {
    color: #4e2a84;
}
.recent-post-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.recent-post-box ul li {
    line-height: 25px;
    margin-bottom: 10px;
}
.recent-post-box ul li:last-child {
    margin-bottom: 0;
}
.recent-post-box ul li a {
	color: #0d3b66;
	font-weight: 600;
	font-size: 14px;
}
.recent-post-box ul li a:hover {
    color: #4e2a84;
}
.recent-post-box ul li .post-dt {
    color: #6b6b6b;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}
.categories-box {
    margin-bottom: 30px;
}
.categories-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.categories-box ul li {
	line-height: 35px;
	position: relative;
	border-bottom: 1px dashed #ddd;
}
.categories-box ul li a {
    color: #0d3b66;
    display: block;
}
.categories-box ul li a:hover {
    color: #4e2a84;
}
.categories-box ul li a span {
	position: absolute;
	right: 0;
	top: 0;
}
.tags-box {
   margin-bottom: 30px; 
}
.tags-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tags-box ul li {
	display: inline-block;
	margin: 0 5px 8px 0;
}
.tags-box ul li a {
	color: #6b6b6b;
	border: 1px solid #ddd;
	padding: 3px 10px;
	display: inline-block;
	font-size: 14px;
}
.tags-box ul li a:hover {
    background-color: #4e2a84;
    border: 1px solid #4e2a84;
    color: #fff;
}
.pagination-area {
	text-align: center;
    margin-top: 30px;
}
.pagination-area .pagination {
	margin: 0;
}
.pagination-area .pagination > li > a {
	background-color: #f0f4f7;
	float: none;
	margin: 2px;
	color: #0d3b66;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	width: 40px;
	padding: 0;
	line-height: 38px;
}
.pagination-area .pagination > .active > a {
	background-color: #4e2a84;
	border-color: #4e2a84;
    color: #fff;
}
.pagination-area .pagination > li > a:focus, 
.pagination-area .pagination > li > a:hover {
	color: #fff;
	background-color: #4e2a84;
	border-color: #4e2a84;
}
.blog-details-content {
    margin-bottom: 40px;
}
.blog-details-content .post-image {
    position: relative;
}
.blog-details-textarea {}
.blog-details-textarea .title {
	font-weight: 600;
	line-height: 28px;
	font-size: 25px;
	margin: 30px 0 10px;
}
.blog-details-textarea p {
    margin-bottom: 25px;
}
.post-admin {
	color: #6b6b6b;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 15px;
}
.post-admin a {
	color: #001F91;
}
.sharing-link {
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
}
.sharing-link li {
	display: inline-block;
	margin: 0 5px 10px 0px;
}
.sharing-link li a i {
	color: #888;
	border: 1px solid #888;
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 28px;
	border-radius: 3px;
	font-size: 14px;
    transition: .3s;
    -webkit-transition: .3s;
}
.sharing-link li a i:hover {
    background-color: #4e2a84;
    border: 1px solid #4e2a84;
    color: #fff;
}
.comments-area {}
.comments-area .title {
    color: #0d3b66;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 30px;
    text-transform: uppercase;
    border-bottom: 1px dashed #ddd;
    padding: 0 0 15px;
    position: relative;
}
.comments-area .title::before {
    background-color: #4e2a84;
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.comments-area .single-comments {
    margin-bottom: 30px;
}
.comments-area .single-comments .media {
    margin: 0;
}
.comments-area .single-comments .media-object {
	height: 80px;
	width: 80px;
	max-width: 800px;
	border-radius: 50%;
    border: 1px solid #4e2a84;
}
.comments-area .single-comments .media-left {
    padding-right: 20px;
}
.comments-area .single-comments .media-body h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.comments-area .single-comments .media-body p {}
.comments-area .single-comments .media-body .reply {
    color: #6b6b6b;
    text-transform: uppercase;
    font-size: 13px;
}
.comments-area .single-comments .media-body .reply:hover {
    color: #4e2a84;
}
.comments-area .single-comments .mt {
    margin-top: 30px !important;
}
.comments-area .single-comments .bg {
	background-color: #f0f4f7;
	padding: 5px 15px 10px 15px;
	border-radius: 3px;
}
.comments-area .single-comments .c-date {
    color: #6b6b6b;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}
.comments-form {
    margin-top: 40px;
}
.comments-form .title {
    color: #0d3b66;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 30px;
    text-transform: uppercase;
    border-bottom: 1px dashed #ddd;
    padding: 0 0 15px;
    position: relative;
}
.comments-form .title::before {
    background-color: #4e2a84;
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.comments-form .form-group {
    margin-bottom: 20px;
}
.comments-form .form-control {
    background-color: #f0f4f7;
	border-radius: 0;
	border-color: #f0f4f7;
    border-bottom-color: #caced1;
	height: 42px;
    box-shadow: inset 0 0 1px rgba(0,0,0,.075);
}
.comments-form .form-control:focus {
	border-color: #001F91;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 31, 145,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 31, 145,.6);
}
.comments-form textarea.form-control {
    height: auto !important;
}
.comments-form .form-control::-moz-placeholder {
	color: #676767;
}
.comments-form .default-button {
	padding: 8px 25px;
	font-size: 14px;
}
/*
* ------------------------------------------------------------
* 12.OUR PRICE SECTION STYLE
* ------------------------------------------------------------
*/
.our-price {
    padding: 100px 0 75px;
}
.single-price-table {
	text-align: center;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	background: #fff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}
.single-price-table h2 {
	font-size: 30px;
	margin: 20px 0;
}
.single-price-table h3 {
    font-size: 30px;
    margin: 0;
    background-color: #4e2a84;
    color: #fff;
    padding: 20px 0;
}
.single-price-table:hover h3 {
    background-color: #010101;
}
.single-price-table h3 span {
	font-size: 16px;
}
.single-price-table ul {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}
.single-price-table ul li {
	line-height: 30px;
	font-size: 15px;
}
.single-price-table .default-button {
	margin: 0 0 30px;
	font-size: 14px;
	padding: 8px 25px;
}
.single-price-table:hover .default-button {
    background-color: #010101;
}
/*
* ------------------------------------------------------------
* 13.OUR SUBSCRIBE SECTION STYLE
* ------------------------------------------------------------
*/
.subscribe-section {
    background-image: url("../images/img-subscribe_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.subscribe-section:before {
    background-color: #4e2a84;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .9;
}
.subscribe-form {
    position: relative;
    max-width: 600px;
    margin: auto;
}
.subscribe-form h2 {
    color: #fff;
    margin: 0 0 40px;
    text-align: center;
    font-size: 40px;
}
.subscribe-form form {
    position: relative;
}
.subscribe-form .form-control {
    border-radius: 100px;
    height: 45px;
    padding: 7px 25px;
}
.subscribe-form .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #4e2a84;
    color: #fff;
    height: 45px;
    border-radius: 100px;
    border-color: #4e2a84;
    padding: 6px 25px;
    text-transform: uppercase;
}
.subscribe-form .subscribe-btn:hover {
    background: #010101;
}
/*
* ------------------------------------------------------------
* 14.OUR SUBSCRIBE SECTION STYLE
* ------------------------------------------------------------
*/
.contact-form .form-control {
	height: 40px;
	border-radius: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	box-shadow: none;
	margin-bottom: 20px;
}
.contact-form textarea.form-control {
    height: auto !important;
}
.contact-form .form-control:focus {
    border-color: #4e2a84;
}
.contact-form .default-button {
	padding: 8px 25px;
	font-size: 15px;
}
.contact-form {
	background: #f5f5f5;
	padding: 20px;
}
.contact-info h3 {
	margin: 0 0 20px;
	font-size: 22px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.contact-info p {
    margin-bottom: 20px;
}
.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info ul li {
	position: relative;
	padding: 6px 0 6px 45px;
    margin-bottom: 10px;
}
.contact-info ul li i {
	display: inline-block;
	position: absolute;
	left: 0;
	background: #4e2a84;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	top: 0;
    border-radius: 50%;
}
#rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
} 
#contact_send_status {
	color: red;
	margin: 0 0 10px;
}
/*
* ------------------------------------------------------------
* 15.TOP FOOTER SECTION STYLE
* ------------------------------------------------------------
*/
.footer-top {
    padding: 60px 0 30px;
}
.footer-content {
    margin-bottom: 30px;
}
.footer-content .social-links {
    margin-top: 15px;
}
.footer-content .social-links li {
    display: inline-block;
    margin-right: 3px;
}
.footer-content .social-links li a i {
	color: #4e2a84;
	font-size: 16px;
	border: 1px solid #4e2a84;
	height: 35px;
	width: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
}
.footer-content .social-links li a i:hover {
    background-color: #4e2a84;
    color: #fff;
}
.footer-content p {
	margin: 10px 0 0;
	font-size: 14px;
	color: #333;
}
.footer-content h4 {
    margin: 0 0 20px;
}
.footer-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-content .open-hours li {
    line-height: 26px;
}
.footer-content .contact-list li {
    line-height: 26px;
}
.footer-content .instagram-img {
    text-align: right;
}
.footer-content .instagram-img li {
	display: inline-block;
	margin-bottom: 4px;
	width: 80px;
}
.footer-bottom {
    background: #4e2a84;
    padding: 15px 0;
}
.footer-bottom p {
    color: #fff;
    margin: 0;
    text-align: center;
}
.footer-bottom p a {
    color: #fff;
}
/*
* ------------------------------------------------------------
* 16. APPOINTMENT MODAL STYLE
* ------------------------------------------------------------
*/
.appointment-modal {
    padding: 0 !important;
}
.appointment-modal .modal-header {
	padding: 0 15px 0 0;
	border-bottom: 1px solid transparent;
}
.appointment-modal .close {
	font-size: 65px;
	font-weight: normal;
	line-height: 1;
	color: #ff4f5e;
	opacity: 1;
}
.appointment-modal .close:hover {
    opacity: .6;
    outline: 0;
}
.appointment-modal .modal-dialog {
    margin: auto;
    height: 100%;
    width: 100%;
}
.appointment-modal .modal-content {
    border-radius: 0;
    border-color: #fff;
    height: 100%;
    width: 100%;
    overflow: auto;
}
.appointment-form {
	max-width: 630px;
	margin: 2% auto 0;
}
.appointment-form .form-control {
    height: 40px;
    border-radius: 0;
}
.appointment-form textarea.form-control {
    height: auto !important;
}
.appointment-form .default-button {
	padding: 8px 25px;
	font-size: 15px;
}
/*
* ------------------------------------------------------------
* 17.BACK TO TOP BUTTON STYLE
* ------------------------------------------------------------
*/
.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
}
.back-to-top i {
    background-color: #4e2a84;
    border-radius: 1px;
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 35px;
    display: inline-block;
}
.back-to-top i:hover {
    background-color: #010101;
    color: #ffffff;
}
 