/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #8d77ab;
  --light-purple: #8d77ab;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #D99A9C;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #78d5ef;
  --secondary: #6c757d;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;


  --theme-color-bg_color: #FFFFFF;
  --theme-color-bd_color: #E0DCD3;
  --theme-color-text: #727272;
  --theme-color-text_light: #A5A6AA;
  --theme-color-text_dark: #333333;
  --theme-color-text_link: #D99A9C;
  --theme-color-text_hover: #D68D90;
  --theme-color-text_link2: #8d77ab;
  --theme-color-text_hover2: #C27B64;
  --theme-color-text_link3: #C5A48E;
  --theme-color-text_hover3: #AB8E7A;
  --theme-color-alter_bg_color: #F4F0ED;
  --theme-color-alter_bg_hover: #F0F0F0;
  --theme-color-alter_bd_color: #E0DCD3;
  --theme-color-alter_bd_hover: #E0DBD0;
  --theme-color-alter_text: #727272;
  --theme-color-alter_light: #A5A6AA;
  --theme-color-alter_dark: #333333;
  --theme-color-alter_link: #D99A9C;
  --theme-color-alter_hover: #D68D90;
  --theme-color-alter_link2: #8d77ab;
  --theme-color-alter_hover2: #C27B64;
  --theme-color-alter_link3: #C5A48E;
  --theme-color-alter_hover3: #AB8E7A;
  --theme-color-extra_bg_color: #333333;
  --theme-color-extra_bg_hover: #3f3d47;
  --theme-color-extra_bd_color: #313131;
  --theme-color-extra_bd_hover: #575757;
  --theme-color-extra_text: #96999F;
  --theme-color-extra_light: #afafaf;
  --theme-color-extra_dark: #ffffff;
  --theme-color-extra_link: #D99A9C;
  --theme-color-extra_hover: #ffffff;
  --theme-color-extra_link2: #80d572;
  --theme-color-extra_hover2: #8be77c;
  --theme-color-extra_link3: #ddb837;
  --theme-color-extra_hover3: #eec432;
  --theme-color-input_bg_color: transparent;
  --theme-color-input_bg_hover: transparent;
  --theme-color-input_bd_color: #E0DCD3;
  --theme-color-input_bd_hover: #333333;
  --theme-color-input_text: #A5A6AA;
  --theme-color-input_light: #A5A6AA;
  --theme-color-input_dark: #333333;
  --theme-color-inverse_bd_color: #67bcc1;
  --theme-color-inverse_bd_hover: #5aa4a9;
  --theme-color-inverse_text: #1d1d1d;
  --theme-color-inverse_light: #333333;
  --theme-color-inverse_dark: #333333;
  --theme-color-inverse_link: #ffffff;
  --theme-color-inverse_hover: #ffffff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #212529;
  overflow-x: hidden;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #78d5ef;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #34c0e7;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}


code {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-left: 10px;
  margin-right: 5px;
}

input[type="date"],
input[type="time"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}


legend {
  padding: 0 10px;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.2rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a>code {
  color: inherit;
}

.container-fluid {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.ftco-section {
  padding: 4em 0;
  position: relative;
}


/*social slider start*/
.sociali-links {
  width: 40px;
}

.right_bar g,
#Right_Bar g {
  stroke: #fff;
}

.social-container {
  position: fixed;
  z-index: 999;
  right: -390px;
  height: 100vh;
  width: 390px;
  background-color: #E0DCD3;
  padding: 55px 35px 40px;
  -webkit-transition: right 0.45s cubic-bezier(0.5, 1, 0.89, 1);
  -ms-transition: right 0.45s cubic-bezier(0.5, 1, 0.89, 1);
  transition: right 0.45s cubic-bezier(0.5, 1, 0.89, 1);
}

.button_close {
  position: relative;
  top: 20px;
  left: 50px;
  color: #000;
  background: #fff;
  border-radius: 80px;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 15px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center center;
}

.button_close:hover {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.sidebar-social {
  font-size: 22px;
  margin: 15px 0;
}

.sidebar-social a:hover,
.sidebar-social a,
.sidebar-social a span {
  color: #000;
}

/*social slider start*/

@media (min-width: 576px) {
  .container {
    max-width: 540px;

  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .container-fluid {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}


@media (min-width: 1200px) {
  .container {
    max-width: 830px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-md-1,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-12,
.col-lg-3,
.col-lg-4,
.col-lg-8,
.col-lg {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#feedback-form .form-control {
  background-color: #f4f0ed;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #eaf8fd;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-group {
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #78d5ef;
  border-color: #78d5ef;
}

.btn-primary:hover {
  color: #212529;
  background-color: #56caeb;
  border-color: #4ac7ea;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #78d5ef;
  border-color: #78d5ef;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #4ac7ea;
  border-color: #3fc3e8;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5);
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
  padding: 0.5rem 10px;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  width: 124px;
  margin: auto;
  position: absolute;
  left: calc(50% - 62px);
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  margin-bottom: 0;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.navbar-nav li.nav-item {
  display: inline;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

@media (max-width: 1080px) {
  .container-fluid {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
}

.product-listing {
  background-color: var(--white);
  height: 100%;
}

@media (max-width: 991.98px) {

  .ftco-navbar-light.scrolled {
    padding: 20px 15px;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    2
  }

  .navbar>.container,
  .navbar>.container-fluid {
    justify-content: right;
  }

  .no-padding-mobile {
    padding-left: 0;
    padding-right: 0 !important;
  }

  .spacer-b20 {
    margin-bottom: 20px;
  }

  .spacer-b70 {
    margin-bottom: 70px;
  }

  .container-fluid {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  .small-mr-b-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-collapse {
    display: inline-block !important;
    width: 520px;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #78d5ef;
  border-color: #78d5ef;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.bg-light {
  background-color: #f8f9fa !important;
}


a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

@media (min-width: 768px) {
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
}

.float-right {
  float: right !important;
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
}

.position-static {
  position: static !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.m-1 {
  margin: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.coach {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.coach .text .ftco-social-media {
  padding: 0;
}

.coach .text .ftco-social-media li {
  list-style: none;
}

.coach .text .ftco-social-media li a {
  display: block;
  width: 40px;
  height: 40px;
  background: var(--purple);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;

}

.coach .text .ftco-social-media li a span {
  color: var(--white) !important;
}

.coach .img {
  height: 400px;
  background-position: top center !important;
}

.px-2 {
  padding-right: 0.5rem !important;
}

.grand-master {
  padding-top: 40px;
}

.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}


.py-3 {
  padding-top: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}


.py-4 {
  padding-top: 1.5rem !important;
}


.px-4 {
  padding-right: 1.5rem !important;
}


.py-4 {
  padding-bottom: 1.5rem !important;
}


.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}


.px-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
}

.text-center {
  text-align: center !important;
}

.visible {
  visibility: visible !important;
}



span {
  color: #bfbfbf;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: var(--light-purple);
}

a:hover,
a:active,
a:focus {
  color: var(--light-purple);
  outline: none !important;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  line-height: 1.4;
  color: #000;
  font-weight: 400;
}

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 10px 0;
}

.booknow {
  float: right;
  background-color: var(--light-purple);
  padding: 5px 20px;
  color: #fff;
}

.booknow:hover {
  color: #FFE2D8 !important;
  filter: opacity(0.8);
}

@media (max-width: 991.98px) {
  .booknow {
    padding: 3px 8px;
    font-size: 14px;
    position: relative;
    top: 10px;
  }

  .sociali-links {
    display: none;
  }

  .ftco-navbar-light {
    /* position: relative; */
    top: 15px;
    padding: 10px 15px;
  }

  .responsive-nav {
    position: fixed;
    top: -100vh;
    width: 100%;
    left: 0;
    height: 100vh;
    background: var(--light-purple);
    -webkit-transition: top 0.45s cubic-bezier(0.5, 1, 0.89, 1);
    -ms-transition: top 0.45s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.45s cubic-bezier(0.5, 1, 0.89, 1);
  }

  .navbar-brand {
    left: 15px;
  }

  .gallery-container {
    padding: 15px;
  }
}

.ftco-navbar-light .navbar-brand {
  color: #000;
}


.ftco-navbar-light .navbar-brand span {
  color: var(--light-purple);
  font-size: 28px;
}

.ftco-navbar-light .navbar-brand:hover,
.ftco-navbar-light .navbar-brand:focus {
  color: #000;
}

.pd-t40 {
  padding-top: 40px;
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-brand {
    color: #fff;
  }

  .ftco-navbar-light .navbar-nav {
    padding-bottom: 10px;
  }
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
  font-size: 18px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
  color: #fff;
  opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
  color: var(--theme-color-extra_link3);
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: .9rem;
    padding-bottom: .9rem;
    color: rgba(255, 255, 255, 0.7);
  }

  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: #fff;
  }
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
  font-size: 14px;
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
  background: transparent;
  color: #000;
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a {
  color: var(--light-purple);
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a:after {
  opacity: 1;
  background: var(--light-purple);
}

.ftco-navbar-light .navbar-toggler {
  border: none;
  color: #fff !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 30px !important;
  letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler:focus {
  outline: none !important;
}

.ftco-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: var(--light-purple) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.ftco-navbar-light.scrolled .nav-item.active>a {
  color: var(--light-purple) !important;
}

@media (max-width: 991.98px) {
  .ftco-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .ftco-intro {
    background-position: top left !important;
    background-color: rgba(255, 255, 255, 1);
    background-blend-mode: overlay;
  }
}

@media (max-width: 767.98px) {
  .ftco-navbar-light.scrolled .navbar-nav {
    background: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.ftco-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.ftco-navbar-light.scrolled .nav-link {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
  color: #fff !important;
}

.ftco-navbar-light.scrolled .nav-link.active {
  color: var(--light-purple) !important;
}

.ftco-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled .navbar-brand {
  color: #000;
}

.navbar-brand {
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  color: var(--light-purple) !important;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.hero-wrap {
  width: 100%;
  position: relative;
}


.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: '';
  opacity: .3;
  background: var(--light-purple);
  background: -moz-linear-gradient(45deg, var(--light-purple) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, var(--light-purple)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(45deg, var(--light-purple) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(45deg, var(--light-purple) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(45deg, var(--light-purple) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, var(--light-purple) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--light-purple)', endColorstr='#ffffff', GradientType=1);
}

@media (max-width: 991.98px) {
  .hero-wrap .overlay {
    width: 100%;
  }
}

.hero-wrap .slider-text {
  color: #fff;
}

.hero-wrap .slider-text .breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  z-index: 99;
  font-weight: 400;
  letter-spacing: 4px;
}

.hero-wrap .slider-text .breadcrumbs span {
  color: rgba(255, 255, 255, 0.7);
}

.hero-wrap .slider-text .breadcrumbs span a {
  color: #fff;
}

.hero-wrap .slider-text h1 {
  font-size: 60px;
  color: #000;
  font-weight: 200;
}

.hero-wrap .slider-text h1 span {
  color: #000;
}

.hero-wrap .slider-text h2 {
  font-weight: 300;
}

.hero-wrap .slider-text .typewrite>.wrap {
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.hero-wrap .slider-text .bread {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 200;
  margin-bottom: 5px !important;
}

.showonmobile {
  display: none;
}

@media (max-width: 991.98px) {
  .hero-wrap .slider-text .bread {
    font-size: 32px;
    margin-bottom: 5px !important;
  }

  .hero-wrap .slider-text .breadcrumbs {
    margin-bottom: 5px;
  }

  .hideonmobile {
    display: none;
  }

  .showonmobile {
    display: block;
  }

  .ftco-section {
    padding: 4em 0;
  }

  .col2 {
    width: 50%;
  }
}

.hero-wrap .slider-text .btn-primary {
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.hero-wrap .slider-text .btn-primary:hover,
.hero-wrap .slider-text .btn-primary:focus {
  background: #fff !important;
  color: #000;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.bg-light {
  background: #F4F0ED !important;
}

.bg-white {
  background: #fff !important;
}

.btn {
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 13px;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
}

.ftco-intro {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.do-list {
  margin: 0;
  padding: 0;
}

.do-list li {
  list-style: none;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 300;
}

.do-list li span {
  font-size: 22px;
}

.discription-section {
  min-height: 50px;

}

.block-12 {
  margin-bottom: 45px;
}

.services {
  width: 100%;
  display: block;
  background: var(--white);
  padding: 20px 15px;
  margin-bottom: 60px;
  min-height: 510px;
}

.servicetimedate span {
  background: var(--light-purple);
  color: #fff;
  padding: 3px 10px;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
}

.fwb {
  font-weight: bold;
}

.catblog {
  position: relative;
}

.catblog span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  background: var(--theme-color-alter_link);
  display: inline;
  font-size: 14px !important;
  color: #000 !important;
}

.service-listing-title {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.servicetime-date {
  font-size: 12px;
  text-align: left;
  margin: 10px 0;
}

.servicetime-date span {
  float: right;
  color: #000;
}

.services .icon {
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.services .icon span {
  font-size: 76px;
  color: var(--yellow);
}

.services .text {
  width: 100%;
}

.services .text h3 {
  font-size: 20px;
  font-weight: 500;
}

.package-program {
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.package-program:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--light-purple);
  z-index: 0;
  content: '';
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.package-program .img {
  display: block;
  height: 400px;
}

.package-program .text {
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 0.8);
}

.package-program .text h3 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.package-program:hover:after,
.package-program:focus:after {
  opacity: .5;
}

.package-program:hover .text,
.package-program:focus .text {
  opacity: 1;
}

.sched-list {
  overflow-x: scroll;
}

.testimony-section {
  position: relative;
  background: var(--white);
}

.testimony-section .owl-carousel {
  margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
  padding-bottom: 2em;
  position: relative;
}

.testimony-section .owl-nav {
  position: absolute;
  top: 100%;
  width: 100%;
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  outline: none !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
  color: #000;
}

.testimony-section .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}

.testimony-section .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}

.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
  opacity: 1;
}

.testimony-section:hover .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}

.testimony-section:hover .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}

.testimony-section .owl-dots {
  text-align: center;
}

.testimony-section .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.testimony-section .owl-dots .owl-dot.active {
  background: var(--light-purple);
  background: var(--light-purple);
  background: -moz-linear-gradient(45deg, var(--light-purple) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, var(--light-purple)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(45deg, var(--light-purple) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(45deg, var(--light-purple) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(45deg, var(--light-purple) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, var(--light-purple) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--light-purple)', endColorstr='#ffffff', GradientType=1);
}

.testimony-wrap {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(0, 0, 0, 0.8);
}

.testimony-wrap .user-img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: relative;
}

.testimony-wrap .name {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  color: #000;
}

.testimony-wrap .position {
  font-size: 13px;
}

.testimony-wrap .line {
  position: relative;
  border-left: 1px solid #e6e6e6;
}

.testimony-wrap .quote {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--light-purple);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.testimony-wrap .quote i {
  color: #fff;
}

.ftco-animate {
  opacity: 0;
  visibility: hidden;
}


.ftco-bg-dark {
  background: var(--light-purple);
}

.ftco-footer {
  font-size: 16px;
  padding: 4em 0;
  background: var(--light-purple);
}

.ftco-footer h1.logo {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.ftco-footer h2.location {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.9);
}

.ftco-footer .ftco-footer-widget ul li a span {
  color: #fff;
}

.ftco-footer p {
  color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a {
  color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a:hover {
  color: #fff;
}

.footer-links {
  padding-left: 0;
  margin-left: 0;
}

.footer-links li {
  list-style: none;
  margin: 0 10px 0 0;
  display: block;

}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.ftco-footer-social li a {
  height: 50px;
  width: 50px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
  color: #fff;
}

#map {
  width: 100%;
}

#map.map {
  height: 400px;
}

@media (max-width: 991.98px) {
  #map {
    height: 300px;
  }

  .services {
    min-height: 460px;
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(210, 145, 188, 0.2);
    -webkit-box-shadow: 0 0 0 0 rgba(210, 145, 188, 0.2);
    box-shadow: 0 0 0 0 rgba(210, 145, 188, 0.2);
  }

  70% {
    -moz-box-shadow: 0 0 0 30px rgba(210, 145, 188, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(210, 145, 188, 0);
    box-shadow: 0 0 0 30px rgba(210, 145, 188, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(210, 145, 188, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(210, 145, 188, 0);
    box-shadow: 0 0 0 0 rgba(210, 145, 188, 0);
  }
}

.heading-section {
  z-index: 0;
}

.heading-section .subheading {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  color: #b3b3b3;
  line-height: 1;
  z-index: 1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.heading-section h2 {
  z-index: -1;
  font-size: 45px;
  font-weight: 400;
  position: relative;
}

@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 28px;
  }
}

.hero-wrap,
.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#section-counter {
  position: relative;
  z-index: 0;
}

#section-counter .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--light-purple);
  background: -moz-linear-gradient(45deg, var(--light-purple) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, var(--light-purple)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(45deg, var(--light-purple) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(45deg, var(--light-purple) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(45deg, var(--light-purple) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, var(--light-purple) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--light-purple)', endColorstr='#ffffff', GradientType=1);
  opacity: .8;
}

.ftco-counter {
  padding: 8em 0;
}

@media (max-width: 1199.98px) {
  .ftco-counter {
    background-position: center center !important;
  }
}

/*gallery style start1*/
.design {
  margin-bottom: 15px;
}

.item-thumbs {
  position: relative;
  height: 280px;
  overflow: hidden;
  cursor: pointer;
}

.item-thumbs img {
  max-width: 100% !important;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top center;
}

.item-thumbs .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.item-thumbs .hover-wrap .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.80;
  filter: alpha(opacity=80);
  background: #000;

}

.item-thumbs .hover-wrap .overlay-img-thumb {
  position: absolute;
  border-radius: 60px;
  top: 45%;
  left: 45%;
  margin: -16px 0 0 -16px;
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 10px;
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.overlay-img-thumb i span {
  position: relative;
  left: -21px;
  top: -9px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

/*gallery style start1*/

.ftco-counter .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
}

.ftco-counter .icon:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  bordeR: 1px solid var(--light-purple);
  z-index: -1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ftco-counter .icon span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--light-purple);
}

.ftco-counter .text strong.number {
  font-weight: 500;
  font-size: 90px;
  color: #fff;
}

.ftco-counter .text span {
  font-weight: 400;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.7);
}

.ftco-counter .text:hover .icon span,
.ftco-counter .text:focus .icon span {
  color: #000;
}

.ftco-counter .text:hover .icon:after,
.ftco-counter .text:focus .icon:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  background: var(--light-purple);
}

.hero-wrap {
  background-color: #F4F0ED !important;
}

.inner-wrap {
  background: var(--light-purple) !important;
  padding-top: 100px;
  padding-bottom: 10px;
  color: #fff;
}
.embed-responsive-item{
  width: 100%!important;
  height: 650px!important;
}
.homeevent{
  height: 290px!important;
}
#booking-check_availability{
  margin-top: 30px;
  padding: 8px !important;
}
@media (max-width:1180px) {
  .homeevent{
    height: 326px!important;
  }
}
@media (max-width: 1080px) {
  .services{
    min-height: 554px;
  }
  div [data-type="component-text"] {
   padding-left: 20px;
   padding-right:20px;
  }
  
}
@media (max-width: 991.98px) {
  .homeevent{
    height: 400px!important;
  }
  
  .ftco-counter .text strong.number {
    font-size: 50px;
  }
  .embed-responsive-item{
    height: 400px!important;
  }
  .ftco-counter .text span {
    font-size: 22px;
  }

  .ftco-counter .counter-wrap {
    margin-bottom: 10px !important;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 25%;
  }

  .col-sm-12-sm {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-sm-12-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .hero-wrap {
    height: auto !important;
    background: #F4F0ED !important;
  }

  #herovideo {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100vw;
  }

  .inner-wrap {
    padding-top: 88px;
    padding-bottom: 5px;
    background: var(--light-purple) !important;
  }
}

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 270px;
}
.flex-control-nav {
  bottom: 20px!important;
  text-align: right!important;
  letter-spacing: 12px;
}
.flex-control-nav li{
font-size: 18px;
}
.validation{
  color:var(--red)
}

@media (min-width: 768px) {
  .blog-entry {
    margin-bottom: 30px;
  }
  
}

@media (max-width: 767.98px) {
  .homeevent{
    height: 268px!important;
  }
  .blog-entry {
    margin-bottom: 30px;
  }
  .embed-responsive-item{
    height: 320px!important;
  }

  .col-sm-6 {
    width: 50%;
  }

  .ftco-counter {
    padding: 1em 0;
  }

  .responsivespacer {
    margin-bottom: 60px;
  }

  .block-20 {
    height: 200px
  }

  .col-sm-12-small {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

}

@media (max-width: 580px) {
  .homeevent{
    height: auto!important;
  }
  .services {
    min-height: 400px;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 50%;
  }



  .col-sm-6 {
    width: 100%;
  }

  .col-sm-6-sm {
    width: 50%;
  }

  .col-sm-12-small {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-12-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

}

.blog-entry .text {
  position: relative;
  margin-top: -40px;
  background: #fffbfb;
  width: 100%;
}

.blog-entry .text .heading {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 400;
}

.blog-entry .text .heading a {
  color: #000;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
  color: var(--light-purple);
}

.blog-entry .meta>div {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 14px;
}

.blog-entry .meta>div a {
  color: gray;
  font-size: 15px;
}

.blog-entry .meta>div a:hover {
  color: #666666;
}

.blog-entry .one {
  width: 80px;
}

.blog-entry .two {
  width: calc(100% - 80px);
}

.blog-entry span.day {
  font-size: 58px;
  font-weight: 300;
  color: var(--light-purple);
  line-height: 1;
}

.blog-entry span.yr,
.blog-entry span.mos {
  display: block;
  color: #b3b3b3;
}

.block-7 {
  margin-bottom: 30px;
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 96%;
}

.block-7 .heading {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}

.block-7 .heading-2 {
  font-size: 20px;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  font-weight: 500;
}

.block-7 .price {
  margin: 0;
  padding: 0;
  display: block;
}

.block-7 .price sup {
  font-size: 24px;
  top: -1em;
  color: var(--light-purple);
}

.block-7 .price .number {
  font-size: 60px;
  font-weight: 500;
  color: var(--light-purple);
}

.block-7 .excerpt {
  margin-bottom: 20px;
  color: #999999;
}

.block-7 .pricing-text,
.block-7 .pricing-text li {
  padding: 0;
  margin: 0;
}

.block-7 .pricing-text li {
  list-style: none;
  margin-bottom: 15px;
  color: #4d4d4d;
}

.event-btn,
.block-7 .btn-primary {
  color: #fff;
  border: transparent;
  text-transform: uppercase;
  font-style: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  margin: 0 auto;
}

.about-more-btn{
  font-style: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform:uppercase;

}

.event-btn {
  bottom: -35px;
}

.block-7 .btn-primary:hover,
.block-7 .btn-primary:focus {
  background: var(--light-purple) !important;
  color: #fff;
}

.block-7:hover,
.block-7:focus {
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
}

.block-18 .icon>span {
  font-size: 40px;
}

.block-18 .text strong {
  font-size: 30px;
}

.block-18 .text span {
  display: block;
}

.block-27 ul {
  padding: 0;
  margin: 0;
}

.block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 400;
}

.block-27 ul li a,
.block-27 ul li span {
  color: var(--light-purple);
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
  background: var(--light-purple);
  color: #fff;
  border: 1px solid transparent;
}

/*contact start*/
.custom-form textarea,
.custom-form input {
  border: none;
}

.custom-form textarea {
  min-height: 50px;
  max-height: 150px;
}

.custom-form span.seprator {
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  background-color: rgba(43, 39, 36, 0.2);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  margin-top: 5px;
}

.custom-form textarea:focus+span.seprator,
.custom-form input:focus+span.seprator,
.custom-form:active span.seprator,
.custom-form:focus span.seprator,
.custom-form:hover span.seprator {
  background-color: #16181b;

}

.responsive-nav {
  padding: 20px 20px 30px !important;
}

#responsive-nav-item li {
  text-align: center !important;
}

#responsive-nav-item li a.nav-link {
  color: #fff !important;
  font-size: 18px;
  padding: 8px 0;

}

.nav-sociallink {
  border-top: 1px solid var(--theme-color-extra_light);
  padding: 15px;
  margin-top: 15px;
}

.nav-sociallink a span {
  margin: 10px;
  color: #fff !important;
  ;
}

.form-title {
  margin-top: 30px;
  text-align: left;
  padding-left: 30px;
}

/* .form-box label{
  font-size: 16px;
  font-weight: 500;
  color: #000;
} */
.orderFormSection {
  background-color: #F4F0ED;
  padding: 0 0 4em 0;
}

.form-container {
  background-color: #fff;
  padding: 2em;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

fieldset {
  padding-bottom: 20px;
}

.see-more-product {
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
  border-radius: 10px;
}

.see-more-event {
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 100px;
  border-radius: 10px;
}

.list-link {
  font-size: 18px;
}

.list-link:hover {
  color: var(--pink);
}

.pdt-30 {
  padding-top: 30px;
}

.pdt-50 {
  padding-top: 50px
}


/*date picker start*/

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;

}
.glyphicon-chevron-left:before {
  content: "\f104"}
.glyphicon-chevron-right:before {
  content: "\f105"}

.glyphicon-chevron-up:before {
  content: "\f106";
font-size:20px;
}
.glyphicon-chevron-down:before {
  content: "\f107";
font-size:20px;
}

input[type=range] {
  display: block;
  width: 100%}

  .bottom,
  .bootstrap-datetimepicker-widget{
   
    width: 100%!important;
  }
  .indexingdate{
    z-index:9999!important;
    position:relative;
  }

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
  line-height: 34px;
}
.input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
  line-height: 30px;
}
.input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
  line-height: 46px;
}
}

#detail-content span{
  color: black;
}

/* custom after live */
.ftco-section-services{
  padding-top:10px;
}

.btn.btn-primary {
  border: 1px solid var(--light-purple);
  /* background: transparent !important; */
  /* background: ghostwhite; */
  background: white;
  color: var(--light-purple);
}

.btn.btn-primary:hover {
  background: var(--light-purple) !important;
  border: 1px solid var(--light-purple) !important;
  color: #fff;
  
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999; /* Ensure it's on top of other content */
}

.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid var(--light-purple); /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.bg-events {
  background-color: #f8f9fa !important;
}

/* custom @6/4/2025 */

.form-control.c-select{
  padding: 0.375rem 0.2rem !important;
}

.container-booking-form {
  margin-top:5px;
}