@import url(https://fonts.googleapis.com/css?family=Pattaya:400);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700);
body {
  font-style: normal;
  line-height: 1.5;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.4;
}
.display-1 {
  font-family: 'Pattaya', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Pattaya', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}

#hellopreloader>p{display:none;}
#hellopreloader_preload{
	display: block;
	position: fixed;z-index: 99999;
	top: 0;left: 0;width: 100%;
	height: 100%;
	min-width: 1000px;
	background: #D2527F url(/assets/images/preloader.svg) center center no-repeat;
	background-size:41px;
}

@media (min-width: 668px) {
.carousel-item img{
	width:100%!important;
	height:auto!important;
}
}

@media (max-width: 668px) {
  .carousel-item img{
	width:100%!important;
	height:auto!important;
	max-height:250px!important;
	}
}

@media (min-width: 769px){
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
	
img {
  opacity: 1;
  transition: opacity 0.3s;
}
 
img[data-src] {
  opacity: 0;
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .1rem .1rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 0.8rem 1.5rem;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 2rem 0.7rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #2b0627 !important;
}
.bg-success {
  background-color: #d996a5 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: #d996a5 !important;
  color: #d996a5!important;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus,
.btn-whatsapp.focus,
.btn-whatsapp.active{
    background-color: rgba(255, 255, 255, 0) !important;
    border-color: #61CE70 !important;
    color: #61CE70!important;
}

.btn-whatsapp, .btn-whatsapp:active {
  color: #ffffff !important;
  background-color: #61CE70 !important;
  border-color: #61CE70 !important;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #500b49 !important;
  border-color: #500b49 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bb10ab !important;
  border-color: #bb10ab !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #750a6b !important;
  border-color: #750a6b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #750a6b !important;
  border-color: #750a6b !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: rgba(217, 150, 165, 0.5098039215686274) !important;
  border-color: #d996a5 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c55e75 !important;
  border-color: #c55e75 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c55e75 !important;
  border-color: #c55e75 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #6c757d;
  color: #6c757d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b0627 !important;
  border-color: #2b0627 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #5d0855;
  color: #5d0855;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bb10ab;
  border-color: #bb10ab;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bb10ab !important;
  border-color: #bb10ab !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #be4b65;
  color: #be4b65;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #d996a5;
  border-color: #d996a5;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d996a5 !important;
  border-color: #d996a5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #2b0627 !important;
}
.text-secondary {
  color: #bb10ab !important;
}
.text-success {
  color: #d996a5 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #5d0855 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #be4b65 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2b0627;
  border-color: #2b0627;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #2b0627;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f2a4ea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #2b0627;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .95rem;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #2b0627;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #2b0627;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #2b0627;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #2b0627;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto!important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2b0627;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: contrast(currentColor, #000000, #ffffff, 30%);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #2b0627;
}
.cid-riq4WfPmeT .navbar {
  background: rgb(191, 98, 148);
  background: -moz-linear-gradient(90deg, rgba(191, 98, 148) 0%, rgba(160, 56, 140) 69%, rgba(152, 47, 141) 100%);
  background: -webkit-linear-gradient(30deg, rgba(191, 98, 148) 0%, rgba(160, 56, 140) 69%, rgb(152, 47, 141) 100%);
  background: linear-gradient(90deg, rgba(191, 98, 148, 0.9) 0%, rgba(160, 56, 140, 0.9) 69%, rgba(152, 47, 141, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d0342",endColorstr="#ff00cf",GradientType=1);
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-riq4WfPmeT .navbar-dropdown.bg-color.transparent.opened {
  background: #2f062b;
}
.cid-riq4WfPmeT a {
  font-style: normal;
}
.cid-riq4WfPmeT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-riq4WfPmeT .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-riq4WfPmeT .nav-item:focus,
.cid-riq4WfPmeT .nav-link:focus {
  outline: none;
}
.cid-riq4WfPmeT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-riq4WfPmeT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-riq4WfPmeT .menu-logo {
  margin-right: auto;
}
.cid-riq4WfPmeT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-riq4WfPmeT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-riq4WfPmeT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-riq4WfPmeT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-riq4WfPmeT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-riq4WfPmeT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-riq4WfPmeT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-riq4WfPmeT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-riq4WfPmeT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-riq4WfPmeT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-riq4WfPmeT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-riq4WfPmeT .dropdown .dropdown-menu {
  background: #2f062b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-riq4WfPmeT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-riq4WfPmeT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-riq4WfPmeT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-riq4WfPmeT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-riq4WfPmeT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-riq4WfPmeT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-riq4WfPmeT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-riq4WfPmeT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-riq4WfPmeT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-riq4WfPmeT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-riq4WfPmeT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-riq4WfPmeT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-riq4WfPmeT button.navbar-toggler:focus {
  outline: none;
}
.cid-riq4WfPmeT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-riq4WfPmeT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-riq4WfPmeT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-riq4WfPmeT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-riq4WfPmeT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-riq4WfPmeT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-riq4WfPmeT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-riq4WfPmeT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-riq4WfPmeT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-riq4WfPmeT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-riq4WfPmeT .collapsed .btn {
  display: -webkit-flex;
}
.cid-riq4WfPmeT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-riq4WfPmeT .collapsed .navbar-collapse.collapsing,
.cid-riq4WfPmeT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-riq4WfPmeT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-riq4WfPmeT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-riq4WfPmeT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-riq4WfPmeT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-riq4WfPmeT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-riq4WfPmeT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-riq4WfPmeT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-riq4WfPmeT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-riq4WfPmeT .collapsed button.navbar-toggler {
  display: block;
}
.cid-riq4WfPmeT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-riq4WfPmeT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-riq4WfPmeT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-riq4WfPmeT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-riq4WfPmeT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-riq4WfPmeT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-riq4WfPmeT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-riq4WfPmeT img {
    height: 3.8rem !important;
  }
  .cid-riq4WfPmeT .btn {
    display: -webkit-flex;
  }
  .cid-riq4WfPmeT button.navbar-toggler {
    display: block;
  }
  .cid-riq4WfPmeT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-riq4WfPmeT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-riq4WfPmeT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-riq4WfPmeT .navbar-collapse.collapsing,
  .cid-riq4WfPmeT .navbar-collapse.show {
    display: block !important;
  }
  .cid-riq4WfPmeT .navbar-collapse.collapsing .navbar-nav,
  .cid-riq4WfPmeT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-riq4WfPmeT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-riq4WfPmeT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-riq4WfPmeT .navbar-collapse.collapsing .navbar-buttons,
  .cid-riq4WfPmeT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-riq4WfPmeT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-riq4WfPmeT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-riq4WfPmeT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-riq4WfPmeT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-riq4WfPmeT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-riq4WfPmeT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-riq4WfPmeT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-riq4WfPmeT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-riq4WfPmeT .nav-link:hover,
.cid-riq4WfPmeT .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rlc9N1G67K .modal-body .close {
  background: #1b1b1b;
}
.cid-rlc9N1G67K .modal-body .close span {
  font-style: normal;
}
.cid-rlc9N1G67K .carousel-inner > .active,
.cid-rlc9N1G67K .carousel-inner > .next,
.cid-rlc9N1G67K .carousel-inner > .prev {
  display: table;
}
.cid-rlc9N1G67K .carousel-control .icon-next,
.cid-rlc9N1G67K .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rlc9N1G67K .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlc9N1G67K .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rlc9N1G67K .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rlc9N1G67K .boxed-slider > div {
  position: relative;
}
.cid-rlc9N1G67K .container img {
  width: 100%;
}
.cid-rlc9N1G67K .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rlc9N1G67K .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rlc9N1G67K .mbr-table-cell {
  padding: 0;
}
.cid-rlc9N1G67K .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rlc9N1G67K .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rlc9N1G67K .mbr-overlay {
  z-index: 1;
}
.cid-rlc9N1G67K .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rlc9N1G67K .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rlc9N1G67K .carousel-item .container {
    width: 100%;
  }
}
.cid-rlc9N1G67K .carousel-item-next.carousel-item-left,
.cid-rlc9N1G67K .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rlc9N1G67K .active.carousel-item-right,
.cid-rlc9N1G67K .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rlc9N1G67K .active.carousel-item-left,
.cid-rlc9N1G67K .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rlc9N1G67K .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rlc9N1G67K .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rlc9N1G67K .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rlc9N1G67K .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rlc9N1G67K .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rlc9N1G67K .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rlc9N1G67K .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rlc9N1G67K .mbr-slider .carousel-indicators li.active,
.cid-rlc9N1G67K .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rlc9N1G67K .mbr-slider .carousel-indicators li::after,
.cid-rlc9N1G67K .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rlc9N1G67K .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rlc9N1G67K .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rlc9N1G67K .mbr-slider > .container img {
  width: 100%;
}
.cid-rlc9N1G67K .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rlc9N1G67K .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rlc9N1G67K .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rlc9N1G67K .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rlc9N1G67K .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rlc9N1G67K .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rlc9N1G67K .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 576px) {
.cid-rlc9N1G67K .full-screen .slider-fullscreen-image {
  max-width: 576px;}
}
.cid-rlc9N1G67K .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rlc9N1G67K .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rlc9N1G67K .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rlc9N1G67K .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rlc9N1G67K .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rlc9N1G67K .mbr-overlay ~ .container-slide {
  z-index: auto;
}
@media (min-width: 600px) {
.cid-rlchI2vZbq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;}
}
@media (max-width: 600px) {
.cid-rlchI2vZbq {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #ffffff;}
}

.cid-rlchI2vZbq h2 {
  text-align: center;
}
.cid-rlchI2vZbq h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rlchI2vZbq p {
  color: #767676;
}
.cid-rlchI2vZbq img {
  object-fit: cover;
}
.cid-rlchI2vZbq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rlchI2vZbq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rlchI2vZbq .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rlchI2vZbq .mbr-section-subtitle {
  color: #767676;
}
.cid-rlchI2vZbq .card-title {
  font-weight: 500;
}
.cid-rlchI2vZbq .card-img {
  text-align: inherit;
}
.cid-rlchI2vZbq .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rlchI2vZbq .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rlchI2vZbq .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-rlchI2vZbq .mbr-figure {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rlchI2vZbq .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-rlchI2vZbq .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-rlchI2vZbq .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}

@media (min-width: 600px) {
.cid-riBFPQZnEB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-9164-2000x1500.jpg");
}
}

@media (max-width: 600px) {
.cid-riBFPQZnEB {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/flower-box-min.jpg");
}
}

@media (min-width: 600px) {
.cid-riq73hi7ix {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #EFEFEF;}
}

@media (max-width: 600px) {
.cid-riq73hi7ix {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #EFEFEF;}
}


.cid-riq73hi7ix .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-riq73hi7ix .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-riq73hi7ix .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-riq73hi7ix .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-riq73hi7ix .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-riq73hi7ix .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-riq73hi7ix .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-riq73hi7ix .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-riq73hi7ix .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rl6H6T9Atn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rl6H6T9Atn .card-img {
  background-color: #fff;
}
.cid-rl6H6T9Atn .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rl6H6T9Atn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rl6H6T9Atn p {
  text-align: left;
}
.cid-rl6H6T9Atn .mbr-text {
  color: #767676;
}
.cid-rl6H6T9Atn .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rl6H6T9Atn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rl6H6T9Atn .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-riq7jI43DV {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-riq7jI43DV .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-riq7jI43DV .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-riq7jI43DV .separline .step-wrapper {
    position: relative;
  }
  .cid-riq7jI43DV .separline .step-wrapper:before,
  .cid-riq7jI43DV .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-riq7jI43DV .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-riq7jI43DV .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-riq7jI43DV .separline.last-child .step-wrapper:after,
  .cid-riq7jI43DV .separline:nth-child(3n) .step-wrapper:after,
  .cid-riq7jI43DV .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-riq7jI43DV .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}


@media (min-width: 600px) {
.testimonials4{
    /* background-image: url(assets/images/specialblock-bg4.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #C44A9D; */
    background: radial-gradient(circle, #dc3545 0%, #871f68 99%);
    text-shadow: 0 1px 3px rgba(96, 62, 89, 0.88);
    }
}


@media (max-width: 600px) {
.testimonials4{
  /* background-image: url(assets/images/specialblock-bg.jpg); */
  /* background-size:cover; */
  /* background-position: center center; */
  /* background-repeat: no-repeat; */
  background: #673ab7;
  background: rgb(145,177,174);
  background: linear-gradient(0deg, #dc3545 26%, #8b2e85 100%);
}
}

@media (min-width: 600px) {
.cid-riCH8ANdji {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fullsizerender-3-2000x1500.jpg");
}
}

@media (max-width: 600px) {
.cid-riCH8ANdji {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/delivery-bg-min.jpg");
}
}
@media (min-width: 600px) {
.cid-rlhhZyoHso {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;}
}
@media (max-width: 600px) {
.cid-rlhhZyoHso {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff;}
}
.cid-rlhhZyoHso .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rlhhZyoHso .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rlhhZyoHso .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rlhhZyoHso .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rlhhZyoHso .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rlhhZyoHso .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #c13080;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-rlhhZyoHso .card {
  min-height: 300px;
}
.cid-rlhhZyoHso .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-rlhhZyoHso .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-rlhhZyoHso .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rlhhZyoHso .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

@media (min-width: 600px) {
.cid-rlhtPnPmgo {
  padding-top: 105px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/bear-bg-2000x1038.jpg");}
}

@media (max-width: 600px) {
.cid-rlhtPnPmgo {
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: url("../../../assets/images/bear-min.jpg");}
}
.cid-rirzc8bGCm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rirzc8bGCm .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rirzc8bGCm .carousel-item.active,
.cid-rirzc8bGCm .carousel-item-next,
.cid-rirzc8bGCm .carousel-item-prev {
  display: flex;
}
.cid-rirzc8bGCm .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-rirzc8bGCm .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px 20px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-rirzc8bGCm .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rirzc8bGCm .user_image {
  width: 120px;
  height: 120px;
  margin-bottom: 0.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
}
.cid-rirzc8bGCm .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-rirzc8bGCm .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rlmziWreTO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rlmziWreTO .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-rlmziWreTO .mbr-author-desc {
  display: block;
  color: #232323;
}
.cid-rlmziWreTO .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-rlmziWreTO .mbr-testimonial .panel-item {
  background-color: #ffffff;
  background: linear-gradient(#ffffff, transparent);
}
.cid-rlmziWreTO .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-rlmziWreTO .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rlmziWreTO .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rlmziWreTO .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-rlmziWreTO .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-rlmziWreTO .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rlmziWreTO .mbr-text {
  color: #232323;
}
.cid-rlmziWreTO .mbr-author-name {
  color: #232323;
}

@media (min-width: 600px) {
.cid-rlhnyITRVL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fullsizerender-2000x1500.jpg");
}
}

@media (max-width: 600px) {
.cid-rlhnyITRVL {
  padding-top: 50px;
  padding-bottom: 30px;
  /* background-image: url("../../../assets/images/reveiw-bg-min.jpg"); */
  background-color: #791a6f;
}
}

.cid-rlhnyITRVL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rlhnyITRVL .btn {
  margin: 0 0 .5rem 0;
}
.cid-rlhnyITRVL H2 {
  color: #ffffff;
}
.cid-rlhjJ6S5K7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlhjJ6S5K7 h2 {
  text-align: left;
}
.cid-rlhjJ6S5K7 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rlhjJ6S5K7 p {
  color: #767676;
  text-align: left;
}
.cid-rlhjJ6S5K7 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rlhjJ6S5K7 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rlhjJ6S5K7 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rlhjJ6S5K7 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rlhjJ6S5K7 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rlhjJ6S5K7 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rlhjJ6S5K7 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rlhjJ6S5K7 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rlhjJ6S5K7 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  } 
  .cid-rlhjJ6S5K7 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}

@media (max-width: 300px) {
  .cid-rlhjJ6S5K7 .card-img span {
    font-size: 40px !important;
  }
}
.cid-riry7A2FHS .google-map {
  height: 22rem;
  position: relative;
}
.cid-riry7A2FHS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-riry7A2FHS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-riry7A2FHS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-riry7A2FHS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-riBUoDoatM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b0627;
}

@media (max-width: 600px) {
.xs-pd-algn {
	padding-top: 1.9rem!important;
    padding-bottom: 1.9rem!important;
    text-align: center;	
}
.xs-btn{
    margin-top: 30px!important;
    padding: 10px 15px!important;
    font-size: 0.9rem!important;
}
}



section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #232323; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/* Top-slider */
@media (min-width: 600px) {
.slide1 {
	background-image: url(/assets/images/big-slide1.jpg);
	}
}

@media (max-width: 600px) {
.slide1 {
	background-image: url(/assets/images/min-slide1.jpg);
}
}

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img, .mbr-figure iframe {
  display: block;
  width: 100%; }

.display-51 {
	font-family: 'Lora', serif;
	font-size: 1.2rem;
}
.card {
  background-color: transparent;
  border: none; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img, .card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; }

  .mbr-figure {
    width: 100% !important;
    height: auto;
    } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  left: 90px;
  position: fixed;
  text-align: left;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #2b06276b;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 1.35rem;
      }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; }
  .menu .dropdown-menu {
    max-height: 60vh; } }

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center; }

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: center; }

.card-wrapper {
  -webkit-flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.jq-selectbox__select {
  padding: 1.07em .5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em .5em; }

/*# sourceMappingURL=style.css.map */
.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}


/*Theme style*/

.card-catalog-box{
    background: #fff;
    padding: 1.5rem;
}

.card-catalog-text {
    color: #767676;
}


.card-ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 1rem;
}

.card-ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}

.card-ul li:before {
   font-family: FontAwesome;
  content: "\f046";
  padding-right: 5px;
}

.card-price{
    margin-bottom: 1rem;	
}

.btn-card{
	width:100%;
	margin-bottom:5px!important;
}

.text-green {
	color: #ffffff;
}

.slider-block{
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 100%;
    display: table;
    height: 100vh;
}

.my-auto{
	margin-top: auto;
	margin-bottom: auto;
}

@media (min-width: 767px) {
.slider-align{
    display: table-cell;
    padding: 0 20%;
    }
}

@media (max-width: 767px) {
.slider-align{
    display: table-cell;
    padding: 0 15px;
    }
}

.phone-top{
	font-weight: 500;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0.6rem 1.5rem;
	border-radius: 3px;
	background-color: #17a2b8 !important;
	border-color: #17a2b8 !important;
	color: #ffffff !important;
	border-radius: 100px;
	padding: 0.5rem 1rem;
	display: -webkit-inline-flex;
	align-items: center;
	-webkit-align-items: center;
}

.phone-top a{
	color: #ffffff !important;
}

.phone-top a:hover{
	color: #e4e4e4 !important;
	text-decoration:none;
}

.icon-company {
    opacity: 0.7;
    max-height: 80px;
}

.header1-block{
    padding: 40px 10px 0 10px;
    border: 3px dashed #fcfcfc;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.09);
    font-size: 1.3rem;
}

.pt-1{
    padding-top: 1rem;
}

.catalog-scroll{
	height: 122px;
	margin-bottom: 13px;
	overflow:hidden;
}

.sweet-scroll{
	height: 180px;
	margin-bottom: 13px;
	overflow:hidden;
}

.reveiw-scroll{
	height: 120px;
	margin-bottom: 13px;
	overflow:hidden;
}

.display-91 {
    font-family: 'Pattaya', sans-serif;
    font-size: 2rem;
}

.card_img:before {
	content:"\f021";
	font-family: FontAwesome;
	position:absolute;
	color:#fff;
	font-size: 3rem;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: #3f143db5;
	width: 75px;
	border-radius: 50%;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.56);
}


@media (min-width: 600px) {
.display-21 {
    font-family: 'Pattaya', sans-serif;
    font-size: 2.5rem;}
}

@media (max-width: 600px) {
.display-21 {
    font-family: 'Pattaya', sans-serif;
    font-size: 1.7rem;}
}

.btn-primary-review, .btn-primary-review:active {
    background-color: rgba(255, 255, 255, 0) !important;
    border-color: #d996a5 !important;
    color: #d996a5!important;
}

.review-href, #features11-1o a{
	color:#A74997;	
	font-weight:700;
}

.review-href:hover, #features11-1o a:hover{
	color:#571A56;
	font-weight:700;
}

@media (min-width: 600px) {
.footer-p-90 {
    padding-top: 90px;
    padding-bottom: 10px;
}
}

@media (max-width: 600px) {
.footer-p-90 {
    padding-top: 40px;
    padding-bottom: 0;
}
}

.img-circle{
    border-radius: 50%;
}

.footer-text{
    font-family: 'Lora', serif!important;
    font-style: italic;
    line-height: 22px;
    font-size: 1rem!important;
}

@media (min-width: 600px) {
.testimonials3{
    background-image: url(../../../assets/images/special-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-color: #C7C7C7;}
}

@media (min-width: 600px) {
.testimonials3{
    background-repeat: no-repeat;
	background-color: #C7C7C7;}
}

.display-3{
	font-family: 'Pattaya', sans-serif;
    font-size: 2.3rem;
}

.btn-special, .btn-special:active {
    background-color: rgba(144, 84, 123, 0) !important;
    border-color: #90547b !important;
    color: #90547b!important;
    display: inline-block;
    width: auto;
}	

.no-padding {
	padding-left:0!important;
	padding-right:0!important;
}

@media (max-width: 600px) {
.xs-img{
	width:60%!important;
	margin: 0 auto;
	margin-bottom:30px;
}
}

.text-shadow{
    text-shadow: 1px 1px 1px #00000061;
}

@media (min-width: 600px) {
.special-img {
    max-height: 600px;
    width: auto!important;
    margin: 0 auto;
    }
}

@media (max-width: 600px) {
.special-img {
    max-height: auto;
    width: 100%;
    margin: 0 auto;
    padding:15px}
}

@media (max-width: 600px) {
.xs-center-align {
	text-align:center;}
}

.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
	.d-md-sm-none {
		display:none;
	}
	.display-4 {
		font-family: 'Oswald', sans-serif;
		font-size: 0.85rem;
	}
	.col-md-sm-5 {
		-ms-flex: 0 0 100%!important;
		flex: 100%!important;
		max-width: 100%!important;
		padding-left: 10%;
		padding-right: 10%;
		text-align:center;
	}
}

@media (max-width: 1200px) and (min-width: 768px) {
.mbr-fullscreen {
    min-height: auto!important;
	height: 600px!important;
	}
}

.pink-bg{
    background-color: #B1287C;
    padding: 3px 15px 5px 15px;
    border-radius: 0;
}
.hit{
	position: absolute;
	bottom: 0;
	left: 0;
	font-family:"Oswald", sans-serif;
	background-color: #B1287C;
	display: inline-block;
	padding: 5px 15px;
	color:#fff;
}
.special{
	position: absolute;
	bottom: 0;
	left: 0;
	font-family:"Oswald", sans-serif;
	background-color: #dc3545;
	display: inline-block;
	padding: 5px 15px;
	color:#fff;
}
.action{
	position: absolute;
	top: 0;
	left: 0;
	font-family:"Oswald", sans-serif;
	background-color: #28A745;
	display: block;
	padding: 5px 15px;
	color:#fff;
}

.action2 {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Oswald", sans-serif;
    background-color: #3eaed9;
    display: block;
    padding: 5px 15px;
    color: #fff;
}

.old-price {
  position: relative;
  color: #7f94a1;
}

.old-price:before {
  border-bottom: 3px solid red;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  transform: rotate(-12deg);
}

.current-price{
   background: #B1287C;
   color: #fff;
   border-radius: 15px;
   padding: 0 15px 3px 15px;
}

.mbr-gallery-filter li:last-child a {
    color: #fff;
    background-color: #B1287C;
    border: 2px solid #B1287C;
}

.flex-vcenter{
	display: flex;
    justify-content: center;
    align-items: center; 
    align-content: center; 
}

.btn-specialblock, .btn-specialblock:active {
    background-color: #58286c;
    border-color: #58286c !important;
    color: #ffffff!important;
    display: inline-block;
    width: auto;
    border-radius: 50px;
    /* box-shadow: 0 0 9px #c296cd; */
}

.btn-specialblock:hover {
    background-color: #2b0627;
    border-color: #2b0627 !important;
    color: #ffffff!important;
    display: inline-block;
    width: auto;
    border-radius: 50px;
}

.dark-bg{
    background-color: #000;
}

.margin-40{
	margin: 25px 0;
}

@media (min-width: 678px) {
.sub-spec{
    font-size: 1.1em;
    color: #ffffff;
    background: rgb(149 21 92);
    padding: 2px 10px 2px 10px;
    border-radius: 0;
    line-height: 13px!important;
    font-family: 'Roboto', sans-serif;
    /* font-style: italic; */
    text-shadow: 0 0 3px #46133e;
}
}

@media (max-width: 678px) {
.sub-spec{
    font-size: 1.2em;
    display: block;
    width: 100%;
    color: #ffffff;
    text-align: center;
    background: rgb(23 184 169);
    padding: 5px 10px 6px 10px;
    border-radius: 7px;
    line-height: 20px!important;
    font-family: 'Roboto';
    font-style: normal;
    /* text-shadow: 0 0 3px #c6cbc3; */
}
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 5px;
    font-size: 0.5em;
    background-size: 100% 100%;
}

.impact-font{
	font-family: 'Oswald', sans-serif;
}

.action-ul-block ul {
	list-style-type: none;
	padding-left: 10px;
	margin: 15px 0;
}

.action-ul-block li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ffffff61;
}

.action-ul-block li:before {
	position: absolute;
	top: 0;
	left: -9px;
	font-family: FontAwesome;
	content: "\f058";
	color: #ffffff;
}

.new-price-action{
	font-size: 1.3em;
	line-height: 15px;
}

@media (min-width: 600px) {
.testimonials5{
    background-image: url(assets/images/specialblock-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #B7DEDD;
    /* background: radial-gradient(circle, rgba(223,1,25,1) 0%, rgba(133,2,14,1) 99%); */
    text-shadow: 0 1px 3px rgba(96, 62, 89, 0.88);
    }
}

@media (min-width: 600px) {
.testimonials6{
    background-image: url(assets/images/specialblock-bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #E97C9C;
    /* background: radial-gradient(circle, rgba(223,1,25,1) 0%, rgba(133,2,14,1) 99%); */
    text-shadow: 0 1px 3px rgba(96, 62, 89, 0.88);
    }
}


@media (max-width: 600px) {
	.testimonials5{
	  /* background-image: url(assets/images/specialblock-bg2.jpg); */
	  /* background-size:cover; */
	  /* background-position: center center; */
	  /* background-repeat: no-repeat; */
	  background: #03a9f4;
	  background: linear-gradient(45deg, #B2C9C8, #648988);
	}
	.testimonials6{
	  /* background-image: url(assets/images/specialblock-bg2.jpg); */
	  /* background-size:cover; */
	  /* background-position: center center; */
	  /* background-repeat: no-repeat; */
	  background: #fff;
	
	}
	.old-price {
		position: relative;
		color: #7f94a1;
		margin-top: 20px;
		display: table;
		width: auto;
		height: auto;
	}
}

.action-ul-block2 li:before {
    position: absolute;
    top: 0;
    left: -9px;
    font-family: FontAwesome;
    content: "\f058";
    color: #F1D7C3;
}

@media (max-width: 600px) {
	.action-carusel-xs{
		margin: 5px 10px 20px 10px;
		border-radius: 10px;
		overflow: hidden;
	}
	.transparent-bg-xs{
		background:transparent!important;
	}
	.btn-specialblock, .btn-specialblock:active{
		
	}
	.black-text-xs{
		color: #3e3e3e!important;
	}
	.action-ul-block li:before {
		position: absolute;
		top: 0;
		left: -9px;
		font-family: FontAwesome;
		content: "\f058";
		color: #ffffff;
	}
}


.border-radius-50{
    border-radius: 50px;
}


/* PopUP */

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.popup {
    top: 40%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.close-warning {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
 
}
.close-warning:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.close-warning:hover {
    background-color: rgba(252, 20, 0, 0.8);
}


/* Popup */
#bg_popup{
background-color: rgba(0, 0, 0, 0.8);
display: none;
position: fixed;
z-index: 99999;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
  
#popup {
background: #fff;
max-width: 520px;
min-width: 320px;
margin: 25% auto;
padding: 5px 20px 13px 20px;
border: 2px solid #1BA600;
position: relative;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
  
.close {
    display: block;
    position: absolute;
    top: -12px;
    right: 5px;
    width: 25px;
    height: 25px;
    color: #fff;
    background: #1BA600;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.4rem;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
background-color:#f30;
} 

/* Popup*/

@media (min-width: 600px) {
.testimonials-september{
    background-image: url(assets/images/september-action/specialblock-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #C44A9D;
    /* background: radial-gradient(circle, rgba(223,1,25,1) 0%, rgba(133,2,14,1) 99%); */
    text-shadow: 0 1px 3px rgba(96, 62, 89, 0.88);
    }
}


@media (max-width: 600px) {
.testimonials-september{
  /* background-image: url(assets/images/specialblock-bg.jpg); */
  /* background-size:cover; */
  /* background-position: center center; */
  /* background-repeat: no-repeat; */
  background: #673ab7;
  background: rgb(145,177,174);
  background: linear-gradient(0deg, rgb(95 129 126) 26%, rgb(61 88 86) 100%);
}
}


#features3-k{
    padding: 80px 10px;
}

.full-wight{
	width:100%;
}	

.sale{
	position: absolute;
	bottom: 0;
	left: 0;
	font-family:"Oswald", sans-serif;
	background-color: #dc3545;
	display: inline-block;
	padding: 5px 15px;
	color:#fff;
}

.old-price2 {
    position: relative;
    color: #313131;
    text-shadow: none;
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 12px;
	 margin-top: 6px;
}

.old-price2-number{
	position:relative;
}
.old-price2-number:before {
	border-bottom: 4px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    transform: rotate(-12deg);
	
}