@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-1/css/all.min.css');
*/
/********** general ***********/

a {
	color: #000000;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	color: #8b5289;
}

a:focus {
	color: #000000;
	text-decoration: underline;
}

a.btn-disabled {
	opacity: 0.6;
}

p {
	margin-bottom: 0;
}

img {
	width: 100%;
}

ul {
	list-style: none;
	padding-left: 0;
}

h5 {
	font-size: 18px;
	font-weight: 500;
}


.clear-both {
	clear: both;
}

.no-padding {
	padding: 0;
}

.no-left-padding {
	padding-left: 0;
}

.no-right-padding {
	padding-right: 0;
}

.less-padding {
	padding-left: 5px;
	padding-right: 5px;
}

.pb-30 {
	padding-bottom: 30px;
}

.bg-grey1 {
	background: #fcfcfc;
}

.bg-grey2 {
	background: #f8f8f8;
}

.bg-grey3 {
	background: #f5f5f5;
}

.bg-black {
    background: #111111;
}

.bg-pink {
	background: #8b5289;
	color: #fff;
}

.vcenter {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
}

.text-bold {
    font-weight: 500;
}

.text-italic {
    font-style: italic;
}

.text-theme {
	color: #8b5289;
}

.text-green {
	color: #12b119;
}

.text-red {
	color: #f44336;
}

.text-orange {
	color: #ff7f00;
}

.text-blue {
	color: #052f9b;
}

.text-grey {
	color: #999;
}

.link-theme {
	color: #8b5289;
	text-decoration: none;
}

.link-theme:hover {
	color: #8b5289;
	text-decoration: underline;
}

.link-theme:focus {
	color: #052f9b;
	text-decoration: none;
}

.link-purple {
    color: #efc2ef;
}

.link-purple:hover {
    color: #efc2ef;
    text-decoration: underline;
}

.hr-dashed {
	clear: both;
    margin: 1rem -15px;
    border-top: 2px dashed #eee;
}

.full-width {
	width: 100%;
}

.row {
	clear: both;
}

/** 20% **/
	
.col-5-1,
.col-sm-5-1,
.col-md-5-1,
.col-lg-5-1,
.col-xl-5-1 {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
	
.col-5-1 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

/********** buttons **********/

.btn-border-theme {
	background: transparent;
    border: 1px solid #8b5289;
    border-radius: 0px;
    color: #8b5289!important;
    height: auto;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s all;
}

.btn-border-theme:hover {
	background: #8b5289 !important;
    border: 1px solid #8b5289;
    color: #fff !important;
}


.btn-border-theme.focus, .btn-border-theme:focus, 
.btn-border-theme:active, 
.btn-border-theme:not(:disabled):not(.disabled):active,
.btn-border-theme:not(:disabled):not(.disabled).active, 
.show>.btn-border-theme.dropdown-toggle {
	background: #ffffff !important;
    border: 1px solid #8b5289;
    color: #8b5289 !important;
    box-shadow: none;
    text-decoration: none;
}

.btn-border-theme:disabled,
.btn-border-theme.disabled {
	background: #ffffff;
    border: 1px solid #8b5289;
    color: #8b5289;
}

.btn-solid-theme {
	background: #8b5289;
    border: 1px solid #8b5289;
    color: #fff!important;
    border-radius: 0px;
    height: auto;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s all;
}

.btn-solid-theme:hover {
	background: #ffffff !important;
    border: 1px solid #8b5289;
    color: #8b5289!important;
}


.btn-solid-theme.focus, .btn-solid-theme:focus, .btn-solid-theme:active,
.btn-solid-theme:not(:disabled):not(.disabled):active,
.btn-solid-theme:not(:disabled):not(.disabled).active, 
.show>.btn-solid-theme.dropdown-toggle  {
	background: #8b5289 !important;
    border: 1px solid #8b5289;
    color: #fff !important;
    box-shadow: none;
    text-decoration: none;
}

.btn-solid-theme:disabled,
.btn-solid-theme.disabled {
	background: #8b5289;
    border: 1px solid #8b5289;
    color: #fff;
}


.btn-switch {
	background: #ffffff;
    border: 1px solid #4d4d4d;
    color: #4d4d4d!important;
	border-radius: 0px;
    height: auto;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s all;
}

.btn-switch:hover {
	background: #4d4d4d !important;
    border: 1px solid #4d4d4d;
    color: #fff !important;
}


.btn-switch.focus, .btn-switch:focus, 
.btn-switch:active, 
.btn-switch:not(:disabled):not(.disabled):active,
.btn-switch:not(:disabled):not(.disabled).active, 
.show>.btn-switch.dropdown-toggle {
	background: #ffffff !important;
    border: 1px solid #4d4d4d;
    color: #4d4d4d !important;
    box-shadow: none;
}

.btn-switch.on {
	background: #4d4d4d !important;
    border: 1px solid #4d4d4d;
    color: #fff !important;
}

.btn-switch.on:hover {
	background: #ffffff!important;
    border: 1px solid #4d4d4d;
    color: #4d4d4d!important;
}

.btn-small {
	padding: 4px 15px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 13px;
}

.btn > i {
	margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}

.btn-ucase {
	text-transform: uppercase;
    font-weight: 400;
    /*font-size: 14px;*/
}

.btn-long {
	padding: 15px 40px;
}

.btn-white {
	background: transparent;
    border: 1px solid #fff;
    color: #fff!important;
}

.btn-white:hover {
    background: #fff !important;
    border: 1px solid #fff;
    color: #8b5289 !important;
}

.btn-shadow-theme:hover {
    border: 1px solid #8b5289;
    color: #8b5289 !important;
}


.btn-shadow-theme.focus, .btn-shadow-theme:focus, 
.btn-shadow-theme:active, 
.btn-shadow-theme:not(:disabled):not(.disabled):active,
.btn-shadow-theme:not(:disabled):not(.disabled).active, 
.show > .btn-shadow-theme.dropdown-toggle {
    color: #8b5289 !important;
}

.dropdown > a, .dropdown > button {
	-webkit-appearance: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #8b5289;
}

/************* modal **************/

.modal-backdrop {
	z-index: 2222;
}

.theme-modal {
	z-index: 3333;
}

.theme-modal .modal-content {
	border: none;
    border-radius: 5px;
}

.theme-modal .modal-header {
	background-color: #8b5289;
	color: #fff;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
}

.theme-modal .modal-title{
	color: #fff;
	font-size: 18px;
}

.theme-modal .modal-content  .close {
	color: #fff;
	opacity: 0.9;
}

.theme-modal .modal-footer {
	border-top: none;
}

.theme-modal .modal-dialog {
	max-width: 500px;
	min-width: auto;
}

.theme-modal.modal-wide .modal-dialog {
	max-width: 800px;
}

/******** form elements starts ***********/

.form-control {
    border-radius: 0;
    padding: 10px 20px;
    border: none;
    background-color: #eee;
    -webkit-appearance: none;
    font-size: 17px;
    font-weight: 400;
}

.form-control:focus {
    background-color: #eee;
    border-color: #eee;
    box-shadow: none;
}

::-webkit-input-placeholder { /* Edge */
  color: #999;
  font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
  font-size: 16px;
}

::placeholder {
  color: #999;
  font-size: 16px;
}

label {
    margin-bottom: 0px;
    font-size: 14px;
    color: #666;
}

label .required {
	color: #f00;
}

.form-group {
    margin-bottom: 30px;
}

/***** checkbox *******/    

.checkbox-outer {
    position: relative;
    float: left;
}

.checkbox-outer > input[type='checkbox'] {
	display: none;
}

.checkbox-outer > label {
	color: #666;
	font-weight: normal;
	margin-bottom: 0;
	background: none !important;
}

.checkbox-outer > label:before {
	content: " ";
    display: inline-block;
    position: relative;
    top: 2px;
    left: 0px;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    border: 1px solid #8b5289;
    border-radius: 3px;
    background-color: transparent;
    margin-right: 5px;
}

.checkbox-outer > input[type=checkbox]:checked +label:after {
	width: 9px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: 3px;
    content: " ";
    display: block;
    border: 3px solid #8b5289;
    border-top: none;
    border-right: none;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}    

/********* radio button **********/

.radio-outer {
    position: relative;
    float: left;
}

.radio-outer > input[type='radio'] {
	display: none;
}

.radio-outer > label {
	color: #666;
	font-weight: normal;
	background: none !important;
}

.radio-outer > label:before {
	content: " ";
    display: inline-block;
    position: relative;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #8b5289;
    background-color: transparent;
    margin-right: 5px;
}

.radio-outer > input[type=radio]:checked +label:after {
	border-radius: 50%;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 7px;
    left: 3px;
    content: " ";
    display: block;
    background: #8b5289;
}

.label-inline {
	float: left;
	margin-right: 10px;
}

.radio-block, .checkbox-block {
	display: block;
	overflow: auto;
	margin-bottom: 10px;
}

.select-outer {
	width: 100%;
    overflow: hidden;
    position: relative;
}

.select-outer:after {
	content: "\25BC";
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    pointer-events: none;
    font-size: 13px;
    color: #8b5289;
}

/************* form elements end ***********/


/************* table starts ***************/

.theme-table {
  border-radius: 5px !important;
  border: 1px solid #eee !important;
  width: 100%;  
  float: none;
}

.theme-table table {
    margin-bottom: 0;
}

.theme-table thead {
    background-color: #8b5289;
    color: #fff;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

/************* table ends ***************/

body {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: #666;
}


header img {
    max-width: 125px;
    margin: 10px 0;
}


.navbar-light {
    background-color: #fbfbfb;
    border-bottom: 2px solid #fbfbfb;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link i {
    vertical-align: middle;
    margin: -5px 5px 0 0;
    font-size: 18px;
}

.navbar-brand {
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}

.carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;    
    color: #222;
    
}

.carousel-caption.top {
    bottom: auto;
    top: 0%;
}

.carousel-caption.bottom {
    bottom: 10%;
    top: auto;
}

.carousel-caption h3 {
    font-size: 60px;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-weight: 700;
}

.carousel-indicators [data-bs-target] {
    background-color: #8b5289;
}


section {
    margin-top: 75px;
}

.section-title {
    font-size: 45px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    position: relative;
}

.font-sm {
    font-size: 30px;
    font-weight: 900;
}

.title-icon {
    max-width: 50px;
}


.section-title i {
    font-size: 50px;
    color: rgb(255 109 99 / 80%);
}

.section-title a {
    float: right;
    font-size: smaller;
    font-weight: 400;
}

.section-title-underline {
    border-top: 1px solid rgb(255 109 99 / 80%);
    max-width: 200px;
}

.section-desc {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.5;
}


figure .img-wrapper {
    position: relative;
    overflow: hidden;
}

figure img {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
}

figure .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: rgb(252 193 38 / 85%);
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}

figure:hover .img-overlay {
    opacity: 1;
}

figure:hover img {
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.6,1.6,1);
}

figure .figcaption {
    padding: 20px 25px;
    margin-top: 0;
    color: #000;
    width: 100%;
}

figure .figcaption i {
    font-size: 60px;
    padding: 10px;
    border: 1px solid transparent;
    transition: all .2s;
}

figure .figure-title {
    background: #000000;
}

figure:hover a {
    color: #000;
}

figure:hover a i {
    
}

figure:hover a:hover i {
    border: 1px solid #000;
    border-radius: 50%;

}




.call-action {
    background-color: #F1EBFA;
    background-image: url(../images/backgrounds/bg2.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.call-action > div {
    min-height: 270px;
    max-width: 800px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10%;
    margin-left: auto;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category {
    text-align: center;
    box-shadow: 0px 20px 40px 0px rgb(54 79 107 / 7%);
    padding: 40px 20px;
    background-color: #8b5289;
    background-image: linear-gradient(0deg,rgb(139 82 137 / 95%),rgb(139 82 137 / 90%)),url(../images/backgrounds/bg-leaf.png);
    color: #fff;
    background-size: contain;
    margin-bottom: 20px;
}

.category .image {
    background-color: #eee;
    border-radius: 50%;
    max-width: 125px;
    padding: 20px;
    margin: 20px auto;
}

.testimonials {
    background-color: #F1EBFA;
    background-image: url(../images/backgrounds/bg2.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
}

.single-testimonial {
    max-width: 400px;
    margin: 0 auto;
}

.single-testimonial p {
    margin: 30px 0;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    line-height: 24px;
    color: #666;
}

.single-testimonial ul {
    display: flex;
}

.single-testimonial ul li img {
    max-width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.single-testimonial ul li h5 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 5px;
}

.single-testimonial ul li h6 {
    font-size: 11.5px;
    font-weight: 400;
    color: #8b5289;
}

.schedule {
    background-color: #fff;
} 

.schedule .calendar {
    background-image: url(../images/backgrounds/calendar1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 200px;
}

.schedule table {
    margin: 20px auto 0px auto;
}

.schedule table th, .schedule table td {
    padding: 10px 20px;
}

footer {
    font-size: 14px;
    background-color: #eee;
    font-weight: 400;
}

.footer-top {
    padding: 75px 0;
    /*background-image: url(../images/backgrounds/bg3.jpg);*/
    background-image: linear-gradient(0deg,rgb(255 255 255 / 40%),rgb(255 255 255 / 80%)),url(../images/backgrounds/bg3.jpg);
    background-position: center;
    width: 100%;
    
}

footer .widget {
    margin-bottom: 20px;
    padding: 0 15px;
}

footer .widget h3 {
    color: #8b5289;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 55px;
    position: relative;
    margin-bottom: 20px;
}


footer .widget img {
    max-width: 175px;
}

footer .widget ul li {
    margin-top: 5px;
}

footer .widget ul li a {
    font-weight: 400;
    font-size: 16px;
}

footer .widget.links ul li a:before {
    content: "\f5bb";
    font-family: 'Font Awesome 5 Free';
    color: #8b5289;
    font-weight: 600;
    font-size: 12px;
    margin-right: 10px;
}

footer .contact .mobile {
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #ccc;
    padding: 10px;
    max-width: 260px;
    letter-spacing: 1px;
}

.footer-bottom {
    padding: 24px 0 20px;
    /*color: #fff;
    background-color: rgba(0, 0, 0, 0.25);*/
    font-weight: 600;
}

.banner-purple {
    background-color: #8b5289;
    padding: 15px 0;
}

.sub-banner {
    background-image: linear-gradient(45deg,rgba(255, 255, 255, 1),rgba(255, 255, 255, 0)),url(../images/backgrounds/sliders/1.jpg);
    min-height: 300px;
    background-color: #eee;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    text-align: left;
}

.sub-banner h2 {
    font-size: 50px;
    font-weight: 300;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
}

.sub-banner h6 {
    font-size: 18px;
    font-weight: 300;
    color: #aaa;
}

.about-us img {
    max-width: 350px;
}


.status-msg .icon {
    color: #8b5289;
    font-size: 30px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 8px 12px 4px rgb(123 126 161 / 15%);
    margin-bottom: 50px;
}

.single-service {
    margin-bottom: 75px;
}

.single-service .image img {
    box-shadow: -10px 10px 20px 0px rgb(54 79 107 / 15%);
}

.single-service .text .title {
    background-color: #f9e6f9;
    background-image: linear-gradient(0deg,rgb(249 230 249 / 50%),rgb(249 230 249 / 30%)),url(../images/backgrounds/bg-leaf.png);
    background-size: cover;
    background-position: center;
    color: #92278f;
    padding: 40px 20px 15px 20px;
    margin-bottom: 10px;
    position: relative;
}

.single-service .text .title h4 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
}

.single-service .text .title div {
    width: 80px;
    height: 80px;
    background-color: #f9e6f9;
    position: absolute;
    top: -40px;
    border-radius: 50%;
    padding: 10px;
}

.single-service .text .title div img {
    /*filter: brightness(0) invert(1);*/
    
}

.single-service .text h3 {
    font-size: 30px;
    font-weight: 600;
    color: #92278f;
}

.single-service .text h3 span.currency {
    font-size: 25px;
    font-weight: 800;
    margin-right: 5px;
}

.single-service .text h3 span.tax {
    font-size: 22px;
    font-weight: 500;
    margin-left: 5px;
}

.single-service .text h3 span.duration {
    font-size: 18px;
    font-weight: 300;
    margin-left: 10px;
}

.single-service .text p {
    font-size: 16px;
    line-height: 1.5;
}

.features {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
}

.features > div {
    text-align: center;
    margin-bottom: 30px;
    max-width: 300px;
    box-shadow: 5px 5px 20px 0px rgb(54 79 107 / 7%);
    padding: 35px 15px 20px 15px;
    width: 100%;
    border-radius: 5px;
    position: relative;
}

.features img {
    max-width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    opacity: .1;
}


.features h4 {
    font-size: 17px;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: #000;
    letter-spacing: 0.5px;
    min-height: 70px;
    margin: 0px;
    text-align: left;
    position: relative;
}

.features h4 span {

    display: block;
    font-size: 120px;
    font-weight: 700;
    line-height: 100%;
    color: #8b5289;
    text-shadow: 0px 0px 1px black;
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    opacity: .05;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

}

.pricing-inclusions {
    background-image: linear-gradient(0deg,rgb(68 34 67 / 90%),rgb(68 34 67 / 90%)),url(../images/backgrounds/bg4.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: #fff;
}

.pricing-inclusions ul li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
    display: flex;
}

.pricing-inclusions ul li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    font-size: 15px;
    margin-right: 10px;
    color: #ccc;
}

.single-package {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-package > div {
    background-color: rgb(131 100 131 / 50%);
    border-radius: 10px;
    text-align: center;
    padding: 20px 20px;
    max-width: 250px;
    margin-bottom: 20px;
}

.single-package img {
    max-width: 100px;
    margin-bottom: 10px;
}

.single-package h4 {
    font-size: 25px;
    font-weight: 400;
}

.single-package h3 {
    font-size: 40px;
    font-weight: 700;
}

.single-package h3 span.dollar {
    font-size: 25px;
    font-weight: 600;
}

.single-package h3 span.tax {
    font-size: 20px;
    font-weight: 300;
}